summaryrefslogtreecommitdiff
path: root/nuttx/configs/arduino-due/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/arduino-due/Kconfig')
-rw-r--r--nuttx/configs/arduino-due/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/configs/arduino-due/Kconfig b/nuttx/configs/arduino-due/Kconfig
index 8a0550d91..5330ae2a4 100644
--- a/nuttx/configs/arduino-due/Kconfig
+++ b/nuttx/configs/arduino-due/Kconfig
@@ -4,4 +4,13 @@
#
if ARCH_BOARD_ARDUINO_DUE
+
+config ARDUINO_ITHEAD_TFT
+ bool "ITEAD 2.4 inch TFT w/Touch"
+ default n
+ ---help---
+ Select this option if you have the ITEAD 2.4" TFT module installed.
+ This will enable support for the peripherals on that module
+ including the SD card, TFT LCD, and touchscreen controller.
+
endif