Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: sh_keysc - restrict non-COMPILE_TEST compilation

Hardware supported by the driver is only found on SUPERH or
ARCH_SHMOBILE platforms. Restrict non-COMPILE_TEST compilation to them.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Laurent Pinchart and committed by
Dmitry Torokhov
54f05e95 c52b4fc7

+1 -1
+1 -1
drivers/input/keyboard/Kconfig
··· 525 525 526 526 config KEYBOARD_SH_KEYSC 527 527 tristate "SuperH KEYSC keypad support" 528 - depends on SUPERH || ARM || COMPILE_TEST 528 + depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST 529 529 help 530 530 Say Y here if you want to use a keypad attached to the KEYSC block 531 531 on SuperH processors such as sh7722 and sh7343.