Skip to content

Commit 60fb8a8

Browse files
bebarinoEnric Balletbo i Serra
authored andcommitted
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 <[email protected]> Signed-off-by: Enric Balletbo i Serra <[email protected]>
1 parent a532149 commit 60fb8a8

File tree

1 file changed

+2
-1
lines changed
  • drivers/platform/chrome/wilco_ec

1 file changed

+2
-1
lines changed

drivers/platform/chrome/wilco_ec/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config WILCO_EC
33
tristate "ChromeOS Wilco Embedded Controller"
4-
depends on ACPI && X86 && CROS_EC_LPC && LEDS_CLASS
4+
depends on X86 || COMPILE_TEST
5+
depends on ACPI && CROS_EC_LPC && LEDS_CLASS
56
help
67
If you say Y here, you get support for talking to the ChromeOS
78
Wilco EC over an eSPI bus. This uses a simple byte-level protocol

0 commit comments

Comments
 (0)