diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-12-04 19:08:40 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-12-07 22:28:36 +0100 |
commit | 1c89ef672a161bfdb5c72f35b80940ea56c9f935 (patch) | |
tree | 75623ca6db361afb84c2fb29cb9ca331010450ba /drivers/input | |
parent | Input: nomadik-ske-keypad - allow building with COMPILE_TEST (diff) | |
download | linux-1c89ef672a161bfdb5c72f35b80940ea56c9f935.tar.xz linux-1c89ef672a161bfdb5c72f35b80940ea56c9f935.zip |
Input: lpc32xx - allow building with COMPILE_TEST
Used to test the PM changes.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20221204180841.2211588-32-jic23@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 3f232d727e31..84490915ae4d 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, |