summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/Kconfig
blob: 6cf6bc37a2a3cccf70cc26ff2b0a126af4ae42c9 (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
# SPDX-License-Identifier: GPL-2.0-only

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"
	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

endif