]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/tegra30/Kconfig
mx51evk: Add generic board support
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / tegra30 / Kconfig
1 if TEGRA30
2
3 choice
4         prompt "Tegra30 board select"
5
6 config TARGET_BEAVER
7         bool "NVIDIA Tegra30 Beaver evaluation board"
8
9 config TARGET_CARDHU
10         bool "NVIDIA Tegra30 Cardhu evaluation board"
11
12 config TARGET_COLIBRI_T30
13         bool "Toradex Colibri T30 board"
14
15 config TARGET_TEC_NG
16         bool "Avionic Design TEC-NG board"
17
18 endchoice
19
20 config SYS_SOC
21         string
22         default "tegra30"
23
24 source "board/nvidia/beaver/Kconfig"
25 source "board/nvidia/cardhu/Kconfig"
26 source "board/toradex/colibri_t30/Kconfig"
27 source "board/avionic-design/tec-ng/Kconfig"
28
29 endif