summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/Kconfig
blob: 469ca72f12e365ffd3f200e8373854b3d7accce1 (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
if ARCH_CLPS711X

choice
	prompt "Cirrus Logic EP711x/EP721x/EP731x Board Type"

config MACH_CLEP7212
	bool "Cirrus Logic CLEP7212"
	select MACH_HAS_LOWLEVEL_INIT
	select MACH_DO_LOWLEVEL_INIT
	help
	  Boards based on the Cirrus Logic 7212/7312 CPU.

endchoice

config BOARDINFO
	default "Cirrus Logic CLEP7212" if MACH_CLEP7212

config ARCH_TEXT_BASE
	hex
	default 0xc0780000 if MACH_CLEP7212

config BAREBOX_MAX_IMAGE_SIZE
	hex
	default 0x00080000 if MACH_CLEP7212

endif