Add missing configuration option to select the MAX11802 touchscreen controller

This commit is contained in:
Gregory Nutt 2014-07-22 07:09:48 -06:00
parent 3a2da7df7f
commit 05e82d4f01
1 changed files with 7 additions and 0 deletions

View File

@ -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