Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stephen Boyd and committed by
Enric Balletbo i Serra
60fb8a8e a532149c

+2 -1
+2 -1
drivers/platform/chrome/wilco_ec/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config WILCO_EC 3 3 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 5 6 help 6 7 If you say Y here, you get support for talking to the ChromeOS 7 8 Wilco EC over an eSPI bus. This uses a simple byte-level protocol