From: Jonathan Cameron Date: Sun, 4 Dec 2022 18:08:36 +0000 (+0000) Subject: Input: tegra-kbc - allow build with COMPILE_TEST X-Git-Tag: v6.2-rc1~116^2^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d65adc2b16f89e244b746eb149af17f93b75bbdc;p=thirdparty%2Fkernel%2Flinux.git Input: tegra-kbc - allow build with COMPILE_TEST Used to build test PM changes. Signed-off-by: Jonathan Cameron Link: https://lore.kernel.org/r/20221204180841.2211588-28-jic23@kernel.org Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 00292118b79bc..28a9ad8a14669 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