summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2014-10-29 16:59:34 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2014-11-03 09:29:11 +0100
commitbc0f7e9c41202c0085f5374792f5cf295f3b1d06 (patch)
tree7cb836f10937a1e9399bd22a4cfcb6ba631afc44 /arch/arm/mach-at91/Kconfig
parentccd6cbef532877f09b9785701ad345e00babc5e2 (diff)
downloadbarebox-bc0f7e9c41202c0085f5374792f5cf295f3b1d06.tar.gz
barebox-bc0f7e9c41202c0085f5374792f5cf295f3b1d06.tar.xz
ARM: atmel: add sama5d4 xplained ultra board support
The sama5d4 xplained ultra board support following features: - NAND flash support - SPI flash support - MMC card support (MCI1) - LCD display support (with QT1070) - Ethernet support Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r--arch/arm/mach-at91/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 8c10c10359..9ee4f303b8 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -492,6 +492,11 @@ config MACH_SAMA5D4EK
help
Select this if you are using Atmel's SAMA5D4-EK Evaluation Kit.
+config MACH_SAMA5D4_XPLAINED
+ bool "Atmel SAMA5D4 XPLAINED ULTRA Evaluation Kit"
+ help
+ Select this if you are using Atmel's SAMA5D4_XPLAINED ULTRA Evaluation Kit.
+
endchoice
endif