summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/Kconfig
blob: 7e9017999d8200dcc813ed882f35053708e8955f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if ARCH_AT91RM9200

config ARCH_TEXT_BASE
	hex
	default 0x21e00000 if MACH_ECO920

config BOARDINFO

comment "Atmel AT91RM9200 System-on-Chip"

choice

	prompt "AT91RM9200 Board Type"

config MACH_ECO920
	bool "eco920"
	select HAS_AT91_ETHER
	select HAS_CFI
	help
	  Say Y here if you are using the Motorola MX1ADS board

endchoice

endif