aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorAndrew Victor <linux@maxim.org.za>2008-04-15 16:07:08 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-04-17 10:55:50 -0400
commit66dbfc6cd995c8d44a2c7c5b0092b00200e75d7e (patch)
treeb5e3a69e1bc7f9d21e98cc6e30fe5b2fc6bbcdd7 /arch/arm/mach-at91/Kconfig
parent35131fb6c2a8f66a31521369c27cd035168c6ae7 (diff)
[ARM] 4979/1: [AT91] Olimex SAM9-L9260 board support
Support for the Olimex SAM9-L9260 board. <http://www.olimex.com/dev/sam9-L9260.html> Original patch from Ivan Vasilev. 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/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index bbb2520d645a..6aaa0b665fc8 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -140,6 +140,13 @@ config MACH_CAM60
140 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260. 140 Select this if you are using KwikByte's KB9260 (CAM60) board based on the Atmel AT91SAM9260.
141 <http://www.kwikbyte.com/KB9260.html> 141 <http://www.kwikbyte.com/KB9260.html>
142 142
143config MACH_SAM9_L9260
144 bool "Olimex SAM9-L9260 board"
145 depends on ARCH_AT91SAM9260
146 help
147 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
148 <http://www.olimex.com/dev/sam9-L9260.html>
149
143endif 150endif
144 151
145# ---------------------------------------------------------- 152# ----------------------------------------------------------
@@ -223,7 +230,7 @@ comment "AT91 Board Options"
223 230
224config MTD_AT91_DATAFLASH_CARD 231config MTD_AT91_DATAFLASH_CARD
225 bool "Enable DataFlash Card support" 232 bool "Enable DataFlash Card support"
226 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK) 233 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK || MACH_SAM9_L9260)
227 help 234 help
228 Enable support for the DataFlash card. 235 Enable support for the DataFlash card.
229 236