aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2022-11-27 17:28:48 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-11-27 17:37:26 +0000
commitcd2102a09fe2e9646c42725d6e7dc0ff5b8e7d95 (patch)
tree804eb7130d90fbed9f981f048cbb789cc84ffd9c
parent5d819b278ba88dba2bc6828ce17f51af42be9f8d (diff)
downloadiio-for-input.tar.gz
Input: lpc32xx - allow building with COMPILE_TESTfor-input
Used to test the PM changes. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/input/keyboard/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 3f232d727e318..84490915ae4d5 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -390,7 +390,7 @@ config KEYBOARD_LOCOMO
config KEYBOARD_LPC32XX
tristate "LPC32XX matrix key scanner support"
- depends on ARCH_LPC32XX && OF
+ depends on (ARCH_LPC32XX && OF) || COMPILE_TEST
select INPUT_MATRIXKMAP
help
Say Y here if you want to use NXP LPC32XX SoC key scanner interface,