mirror of
https://github.com/apache/nuttx.git
synced 2026-08-30 21:53:06 +00:00
Add missing configuration option to select the MAX11802 touchscreen controller
This commit is contained in:
parent
3a2da7df7f
commit
05e82d4f01
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue