Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jonathan Cameron and committed by
Dmitry Torokhov
1c89ef67 78c2b18b

+1 -1
+1 -1
drivers/input/keyboard/Kconfig
··· 390 390 391 391 config KEYBOARD_LPC32XX 392 392 tristate "LPC32XX matrix key scanner support" 393 - depends on ARCH_LPC32XX && OF 393 + depends on (ARCH_LPC32XX && OF) || COMPILE_TEST 394 394 select INPUT_MATRIXKMAP 395 395 help 396 396 Say Y here if you want to use NXP LPC32XX SoC key scanner interface,