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

config ARCH_TEXT_BASE
	hex
	default 0x40800000

choice
	prompt "UEMD Board type"

config MACH_MB7707
	bool "MB7707"

endchoice

endif