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