summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200/Kconfig
blob: 32b6105965a4e7d7fb9562936b86fbec3a8ca262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if ARCH_AT91RM9200

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