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

config ARCH_TEXT_BASE
	hex
	default 0x82000000

choice
	prompt "Davinci Board type"

config MACH_VIRT2REAL
	bool "Virt2Real"
	select OFTREE
	select OFDEVICE

endchoice

endif