blob: 694e1cd974fce123fb5756ffb12fb35d327fc9ed [file] [log] [blame]
Masahiro Yamada73a5b1a2014-08-31 07:10:56 +09001if TEGRA30
2
3choice
4 prompt "Tegra30 board select"
5
6config TARGET_BEAVER
7 bool "NVIDIA Tegra30 Beaver evaluation board"
8
9config TARGET_CARDHU
10 bool "NVIDIA Tegra30 Cardhu evaluation board"
11
12config TARGET_COLIBRI_T30
13 bool "Toradex Colibri T30 board"
14
15config TARGET_TEC_NG
16 bool "Avionic Design TEC-NG board"
17
18endchoice
19
20config SYS_SOC
21 string
22 default "tegra30"
23
24source "board/nvidia/beaver/Kconfig"
25source "board/nvidia/cardhu/Kconfig"
26source "board/toradex/colibri_t30/Kconfig"
27source "board/avionic-design/tec-ng/Kconfig"
28
29endif