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

config ARCH_TEXT_BASE
	hex
	default 0x31fc0000

choice
	prompt "Tegra Board Type"

config MACH_TOSHIBA_AC100
	bool "Toshiba AC100"
	help
	  Say Y here if you are using Toshiba AC100 smartbook.

endchoice

source arch/arm/boards/toshiba-ac100/Kconfig

endif