]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-tegra/tegra114/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / arm / mach-tegra / tegra114 / Kconfig
1 if TEGRA114
2
3 choice
4         prompt "Tegra114 board select"
5         optional
6
7 config TARGET_DALMORE
8         bool "NVIDIA Tegra114 Dalmore evaluation board"
9
10 endchoice
11
12 config SYS_SOC
13         default "tegra114"
14
15 source "board/nvidia/dalmore/Kconfig"
16
17 endif