aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/Kconfig
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2022-05-25 13:24:01 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-05-31 21:03:40 -0700
commitd0789070a851d0d9a688bf8cbdc6b50805e21c41 (patch)
treeb860ccb8b2d9d9848a51efca4ad07f60fba41bad /drivers/input/keyboard/Kconfig
parentInput: adp5588-keys - do not explicitly set device as wakeup source (diff)
downloadlinux-dev-d0789070a851d0d9a688bf8cbdc6b50805e21c41.tar.xz
linux-dev-d0789070a851d0d9a688bf8cbdc6b50805e21c41.zip
Input: mtk-pmic-keys - allow compiling with COMPILE_TEST
There are no hard architecture dependencies in the driver, so to improve compile test coverage let's enable the driver when COMPILE_TEST is selected. Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Link: https://lore.kernel.org/r/YowG7BVsJTNd0ELi@google.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r--drivers/input/keyboard/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig
index 4ea79db8f134..a20ee693b22b 100644
--- a/drivers/input/keyboard/Kconfig
+++ b/drivers/input/keyboard/Kconfig
@@ -795,7 +795,7 @@ config KEYBOARD_MT6779
config KEYBOARD_MTK_PMIC
tristate "MediaTek PMIC keys support"
- depends on MFD_MT6397
+ depends on MFD_MT6397 || COMPILE_TEST
help
Say Y here if you want to use the pmic keys (powerkey/homekey).