]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-tegra/tegra210/Kconfig
T210: Add support for 64-bit T210-based P2571 board
[people/ms/u-boot.git] / arch / arm / mach-tegra / tegra210 / Kconfig
CommitLineData
6c43f6c8
TW
1if TEGRA210
2
3choice
4 prompt "Tegra210 board select"
5
873e3ef9
TW
6config TARGET_P2571
7 bool "NVIDIA Tegra210 P2571 base board"
8 help
9 P2571 is a P2530 married to a P1963 I/O board
10
6c43f6c8
TW
11endchoice
12
13config SYS_SOC
14 default "tegra210"
15
873e3ef9
TW
16source "board/nvidia/p2571/Kconfig"
17
6c43f6c8 18endif