summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
blob: 78a2a8a7dcbbf4f6eafad976310bf2759b4d55f6 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53

config TEXT_BASE
	string
	default "0x08f00000" if MACH_MX1ADS
	default "0x08f80000" if MACH_SCB9328
	default "0x21e00000" if MACH_ECO920

config ARM920T
	bool

config ARCH_IMX
	bool
	select ARM920T

config ARCH_AT91RM9200
	bool
	select ARM920T

choice
	prompt "Select your board"

config MACH_MX1ADS
	bool "mx1ads"
	select HAS_CS8900
	select ARCH_IMX
	help
	  Say Y here if you are using the Motorola MX1ADS board

config MACH_SCB9328
	bool "Syntertronixx scb9328"
	select HAS_DM9000
	select HAS_CFI
	select ARCH_IMX
	help
	  Say Y here if you are using the Synertronixx scb9328 board

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

endchoice

config ARM920T
	bool

source common/Kconfig
source net/Kconfig
source drivers/Kconfig