diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-12-04 19:08:36 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-12-07 22:28:23 +0100 |
commit | d65adc2b16f89e244b746eb149af17f93b75bbdc (patch) | |
tree | bd09a327fd8d2f3bea48e14bd77d619cf7a19652 /drivers/input/keyboard | |
parent | Input: tegra-kbc - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() (diff) | |
download | linux-d65adc2b16f89e244b746eb149af17f93b75bbdc.tar.xz linux-d65adc2b16f89e244b746eb149af17f93b75bbdc.zip |
Input: tegra-kbc - 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-28-jic23@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard')
-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 00292118b79b..28a9ad8a1466 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -508,7 +508,7 @@ config KEYBOARD_NSPIRE config KEYBOARD_TEGRA tristate "NVIDIA Tegra internal matrix keyboard controller support" - depends on ARCH_TEGRA && OF + depends on (ARCH_TEGRA && OF) || COMPILE_TEST select INPUT_MATRIXKMAP help Say Y here if you want to use a matrix keyboard connected directly |