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

config ARCH_TEXT_BASE
	hex
	default 0x03f00000

choice
	prompt "Calxeda Board type"

config MACH_HIGHBANK
	bool "Calxeda Highbank"
	select OFTREE
	select HAVE_DEFAULT_ENVIRONMENT_NEW

endchoice

endif