summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/octopus/variants/meep/include/variant/ec.h
blob: 15a685204ecfe553879ce478194359798833b721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef MAINBOARD_EC_H
#define MAINBOARD_EC_H

#include <baseboard/ec.h>

/* Enable EC backed Keyboard Backlight in ACPI */
#define EC_ENABLE_KEYBOARD_BACKLIGHT

#endif