summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/Kconfig
blob: 8a223487982382cbdffb529bafecad2599d87878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if ARCH_HIGHBANK

config ARCH_TEXT_BASE
	hex
	default 0x03f00000

choice
	prompt "Calxeda Board type"

config MACH_HIGHBANK
	bool "Calxeda Highbank"
	select OFTREE

endchoice

endif