summaryrefslogtreecommitdiff
path: root/nuttx/configs/arduino-due/Kconfig
blob: 5330ae2a4c0fd34911c33e1c27177ab8236c66cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

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