summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile/Kconfig
blob: 3c5cced4551ce0d8a9ebb2eb5755bbd2a621700d (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

if ARCH_VERSATILE

config ARCH_TEXT_BASE
	default 0x02000000

config MACH_VERSATILEPB
	bool
	default y
	select ARM_AMBA
	select CLKDEV_LOOKUP

choice
	prompt "ARM Board type"

config MACH_VERSATILEPB_926T
	bool "ARM Versatile/PB (ARM926EJ-S)"
	select CPU_ARM926T

config MACH_VERSATILEPB_ARM1176
	bool "ARM Versatile/PB (ARM1176)"
	select CPU_ARM1176

endchoice

source arch/arm/boards/versatile/Kconfig

endif