Skip to content

Commit 1c89ef6

Browse files
jic23dtor
authored andcommitted
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>
1 parent 78c2b18 commit 1c89ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/keyboard/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ config KEYBOARD_LOCOMO
390390

391391
config KEYBOARD_LPC32XX
392392
tristate "LPC32XX matrix key scanner support"
393-
depends on ARCH_LPC32XX && OF
393+
depends on (ARCH_LPC32XX && OF) || COMPILE_TEST
394394
select INPUT_MATRIXKMAP
395395
help
396396
Say Y here if you want to use NXP LPC32XX SoC key scanner interface,

0 commit comments

Comments
 (0)