]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/tegra124/Kconfig
753f511eda2aed6443af2e02611aae6d2cd0f351
[karo-tx-uboot.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         string
16         default "tegra124"
17
18 source "board/nvidia/jetson-tk1/Kconfig"
19 source "board/nvidia/venice2/Kconfig"
20
21 endif