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