2013-06-28 04:24:27 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see misc/tools/kconfig-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_ARDUINO_DUE
|
2013-07-02 02:23:26 +08:00
|
|
|
|
2013-10-09 21:35:00 +08:00
|
|
|
config ADRUINO_DUE_REV3
|
|
|
|
bool "Rev 3"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
This port was performed on the Aduino Due Rev 2 board. Differences
|
|
|
|
with the Arduino Due Rev 3 board have been reported. This selection
|
|
|
|
will enable work arounds specifically for the Rev 3 board.
|
|
|
|
|
2013-07-02 02:23:26 +08:00
|
|
|
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.
|
|
|
|
|
2013-06-28 04:24:27 +08:00
|
|
|
endif
|