1if TEGRA210
2
3choice
4	prompt "Tegra210 board select"
5
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
11endchoice
12
13config SYS_SOC
14	default "tegra210"
15
16source "board/nvidia/p2571/Kconfig"
17
18endif
19