summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uemd/Kconfig
blob: 7844b9c78fbcce1e2ab25ffa0c7a908687fe0fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only

if ARCH_UEMD

config ARCH_TEXT_BASE
	hex
	default 0x40800000

choice
	prompt "UEMD Board type"

config MACH_MB7707
	bool "MB7707"

endchoice

endif