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: pxa27xx-keypad - allow build with COMPILE_TEST

Used to build test PM changes.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20221204180841.2211588-30-jic23@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Jonathan Cameron and committed by
Dmitry Torokhov
ececc202 0b07641e

+1 -1
+1 -1
drivers/input/keyboard/Kconfig
··· 542 542 543 543 config KEYBOARD_PXA27x 544 544 tristate "PXA27x/PXA3xx keypad support" 545 - depends on PXA27x || PXA3xx || ARCH_MMP 545 + depends on PXA27x || PXA3xx || ARCH_MMP || COMPILE_TEST 546 546 select INPUT_MATRIXKMAP 547 547 help 548 548 Enable support for PXA27x/PXA3xx keypad controller.