Skip to content

Commit d65adc2

Browse files
jic23dtor
authored andcommitted
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>
1 parent 995765e commit d65adc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/keyboard/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ config KEYBOARD_NSPIRE
508508

509509
config KEYBOARD_TEGRA
510510
tristate "NVIDIA Tegra internal matrix keyboard controller support"
511-
depends on ARCH_TEGRA && OF
511+
depends on (ARCH_TEGRA && OF) || COMPILE_TEST
512512
select INPUT_MATRIXKMAP
513513
help
514514
Say Y here if you want to use a matrix keyboard connected directly

0 commit comments

Comments
 (0)