]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-tegra/tegra210/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / arch / arm / mach-tegra / tegra210 / Kconfig
1 if TEGRA210
2
3 choice
4         prompt "Tegra210 board select"
5
6 config TARGET_P2571
7         bool "NVIDIA Tegra210 P2571 base board"
8         help
9           P2571 is a P2530 married to a P1963 I/O board
10
11 endchoice
12
13 config SYS_SOC
14         default "tegra210"
15
16 source "board/nvidia/p2571/Kconfig"
17
18 endif