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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 78c2b18 commit 1c89ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)