aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorStephen Boyd <swboyd@chromium.org>2020-01-21 17:24:34 -0800
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2020-01-22 10:10:44 +0100
commit60fb8a8e93ca94e752a509bb3f6f74068ccca739 (patch)
tree180c45324f21abd71bddd4a7ebdf391ac8160bb6 /drivers/platform
parentplatform/chrome: wilco_ec: Add newlines to printks (diff)
downloadlinux-dev-60fb8a8e93ca94e752a509bb3f6f74068ccca739.tar.xz
linux-dev-60fb8a8e93ca94e752a509bb3f6f74068ccca739.zip
platform/chrome: wilco_ec: Allow wilco to be compiled in COMPILE_TEST
Enable this Kconfig on COMPILE_TEST enabled configs so we can get more build coverage. Signed-off-by: Stephen Boyd <swboyd@chromium.org> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/chrome/wilco_ec/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/chrome/wilco_ec/Kconfig b/drivers/platform/chrome/wilco_ec/Kconfig
index 365f30e116ee..49e8530ca0ac 100644
--- a/drivers/platform/chrome/wilco_ec/Kconfig
+++ b/drivers/platform/chrome/wilco_ec/Kconfig
@@ -1,7 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-only
config WILCO_EC
tristate "ChromeOS Wilco Embedded Controller"
- depends on ACPI && X86 && CROS_EC_LPC && LEDS_CLASS
+ depends on X86 || COMPILE_TEST
+ depends on ACPI && CROS_EC_LPC && LEDS_CLASS
help
If you say Y here, you get support for talking to the ChromeOS
Wilco EC over an eSPI bus. This uses a simple byte-level protocol