From b3265685f7e4009aa4e3fbe788d80cd6d4e0e227 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Tue, 22 Jul 2014 09:57:21 +0200 Subject: sandbox: allow "make ARCH=sandbox allyesconfig" Compiling the tree with allyesconfig is helpful because different compilers (gcc, clang) or static checkers (e.g. clang's scan-build) can then process and check more code. This patch introduces two new configuration symbols that Kconfig files can depend on. That way, code that is only working where a cache or DMA implementation exists can be opted out. Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- drivers/input/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/input') diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index 3d9016b3fa..07545ed310 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -32,7 +32,7 @@ config KEYBOARD_IMX_KEYPAD config KEYBOARD_QT1070 tristate "Atmel AT42QT1070 Touch Sensor Chip" - depends on I2C + depends on I2C && GENERIC_GPIO select POLLER help Say Y here if you want to use Atmel AT42QT1070 QTouch -- cgit v1.2.3