]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/armv7/tegra124/Kconfig
tegra: dts: Sync tegra124.dtsi with linux kernel
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / tegra124 / Kconfig
1 if TEGRA124
2
3 choice
4 prompt "Tegra124 board select"
5
6 config TARGET_JETSON_TK1
7 bool "NVIDIA Tegra124 Jetson TK1 board"
8
9 config TARGET_VENICE2
10 bool "NVIDIA Tegra124 Venice2"
11
12 endchoice
13
14 config SYS_SOC
15 default "tegra124"
16
17 source "board/nvidia/jetson-tk1/Kconfig"
18 source "board/nvidia/venice2/Kconfig"
19
20 endif