From 456dc82642e57403e7eef829e28965a281129414 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Jul 2014 07:09:48 -0600 Subject: Add missing configuration option to select the MAX11802 touchscreen controller --- nuttx/drivers/input/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/drivers/input') diff --git a/nuttx/drivers/input/Kconfig b/nuttx/drivers/input/Kconfig index c45f63b3c..fb5930261 100644 --- a/nuttx/drivers/input/Kconfig +++ b/nuttx/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 -- cgit v1.2.3