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

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

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

endchoice

menu "CLPS711X specific settings"

config CLPS711X_RAISE_CPUFREQ
	bool "Raise CPU frequency to 90 MHz"
	depends on MACH_CLEP7212
	help
	  Raise CPU frequency to 90 MHz. This operation can be performed
	  only for devices which allow to operate at 90 MHz.
	  If option is not selected, CPU frequency will set to default 73 MHz.

endmenu

config ARCH_TEXT_BASE
	hex
	default 0xc0780000 if MACH_CLEP7212

config BAREBOX_MAX_IMAGE_SIZE
	hex
	default 0x00080000 if MACH_CLEP7212

endif