diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2017-04-13 02:57:55 -0700 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2017-04-14 04:21:52 +0200 |
commit | f13e2501525f0025b03f4b2ee3487999bb0ade2b (patch) | |
tree | 6bc6d40b20e12a2fd9e198f2585980c3b94bedfc /src | |
parent | e49b866c7cd67202853cd6e2177a294b9ab0c056 (diff) | |
download | coreboot-f13e2501525f0025b03f4b2ee3487999bb0ade2b.tar.xz |
mainboard/google/eve: Remove ACPI ALS device
Remove the ACPI ALS device from the EC configuration because this system
has an ALS that is presented through the new EC sensor interface rather
than the legacy ACPI interface.
BUG=b:37179776
BRANCH=none
TEST=Boot an Eve device and ensure that 'acpi-als' device is not present
in /sys/bus/iio/devices.
Change-Id: Ie18b8a661e4d16464784ca8a227586036e7631de
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/19265
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/eve/ec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/eve/ec.h b/src/mainboard/google/eve/ec.h index 884b10545a..0969da17ec 100644 --- a/src/mainboard/google/eve/ec.h +++ b/src/mainboard/google/eve/ec.h @@ -61,9 +61,6 @@ * ACPI related definitions for ASL code. */ -/* Enable EC backed ALS device in ACPI */ -#define EC_ENABLE_ALS_DEVICE - /* Enable EC backed Keyboard Backlight in ACPI */ #define EC_ENABLE_KEYBOARD_BACKLIGHT |