From 05e82d4f011db5c88dd68ed8bbde47ee2ec715e1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Jul 2014 07:09:48 -0600 Subject: [PATCH] Add missing configuration option to select the MAX11802 touchscreen controller --- drivers/input/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index c45f63b3ca..fb59302610 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -20,6 +20,13 @@ config MOUSE_WHEEL endif # MOUSE +config INPUT_MAX11802 + bool "MAX11802 touchscreen controller" + default n + select SPI + ---help--- + Enable support for the MAX11802 touchscreen controller + config INPUT_TSC2007 bool "TI TSC2007 touchscreen controller" default n