From: Jonathan Cameron Date: Sun, 4 Dec 2022 18:08:40 +0000 (+0000) Subject: Input: lpc32xx - allow building with COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c89ef672a161bfdb5c72f35b80940ea56c9f935;p=linux.git Input: lpc32xx - allow building with COMPILE_TEST Used to test the PM changes. Signed-off-by: Jonathan Cameron Link: https://lore.kernel.org/r/20221204180841.2211588-32-jic23@kernel.org Signed-off-by: Dmitry Torokhov --- 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,