diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-12-04 18:08:37 +0000 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-12-07 13:28:27 -0800 |
commit | 0b07641ec0f94e166b9dd5b175d65769f025d6e3 (patch) | |
tree | 5d51ab4d7a07bf26c89c1e927152ae55668ccff8 /drivers/input | |
parent | d65adc2b16f89e244b746eb149af17f93b75bbdc (diff) | |
download | linux-0b07641ec0f94e166b9dd5b175d65769f025d6e3.tar.bz2 |
Input: spear-keyboard - improve build coverage using 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-29-jic23@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 28a9ad8a1466..39717a2e1757 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -709,7 +709,7 @@ config KEYBOARD_OMAP4 config KEYBOARD_SPEAR tristate "ST SPEAR keyboard support" - depends on PLAT_SPEAR + depends on PLAT_SPEAR || COMPILE_TEST select INPUT_MATRIXKMAP help Say Y here if you want to use the SPEAR keyboard. |