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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 995765e commit d65adc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)