aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorAndrew Victor <linux@maxim.org.za>2008-10-06 15:13:53 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-12-01 12:18:15 -0500
commitffc63b7d30370e23d7e052df2c1c2c4526464ba6 (patch)
treec00b88efb18a0cf70e68ebfbba3bd3c9b59075ee /arch/arm/mach-at91/Kconfig
parent8cdae51aa951e22bc9134cc94c30d1206c84ea8e (diff)
[ARM] 5290/1: [AT91] Add support for the Adeneo NeoCore 926 board
Add support for the Adeneo NeoCore 926 board. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Signed-off-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r--arch/arm/mach-at91/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 95dc71aaa668..323b47f2b52f 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -242,6 +242,12 @@ config MACH_USB_A9263
242 Select this if you are using a Calao Systems USB-A9263. 242 Select this if you are using a Calao Systems USB-A9263.
243 <http://www.calao-systems.com> 243 <http://www.calao-systems.com>
244 244
245config MACH_NEOCORE926
246 bool "Adeneo NEOCORE926"
247 depends on ARCH_AT91SAM9263
248 help
249 Select this if you are using the Adeneo Neocore 926 board.
250
245endif 251endif
246 252
247# ---------------------------------------------------------- 253# ----------------------------------------------------------
@@ -309,7 +315,7 @@ comment "AT91 Board Options"
309 315
310config MTD_AT91_DATAFLASH_CARD 316config MTD_AT91_DATAFLASH_CARD
311 bool "Enable DataFlash Card support" 317 bool "Enable DataFlash Card support"
312 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_ECBAT91 || MACH_SAM9_L9260 || MACH_AT91CAP9ADK) 318 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91SAM9G20EK || MACH_ECBAT91 || MACH_SAM9_L9260 || MACH_AT91CAP9ADK || MACH_NEOCORE926)
313 help 319 help
314 Enable support for the DataFlash card. 320 Enable support for the DataFlash card.
315 321