2014-08-30 22:10:56 +00:00
|
|
|
if TEGRA30
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Tegra30 board select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2014-08-30 22:10:56 +00:00
|
|
|
|
2014-09-05 08:18:38 +00:00
|
|
|
config TARGET_APALIS_T30
|
|
|
|
bool "Toradex Apalis T30 board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2014-09-05 08:18:38 +00:00
|
|
|
|
2014-08-30 22:10:56 +00:00
|
|
|
config TARGET_BEAVER
|
|
|
|
bool "NVIDIA Tegra30 Beaver evaluation board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-30 22:10:56 +00:00
|
|
|
|
|
|
|
config TARGET_CARDHU
|
|
|
|
bool "NVIDIA Tegra30 Cardhu evaluation board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-30 22:10:56 +00:00
|
|
|
|
|
|
|
config TARGET_COLIBRI_T30
|
|
|
|
bool "Toradex Colibri T30 board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-30 22:10:56 +00:00
|
|
|
|
|
|
|
config TARGET_TEC_NG
|
|
|
|
bool "Avionic Design TEC-NG board"
|
2017-01-23 00:43:11 +00:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-30 22:10:56 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "tegra30"
|
|
|
|
|
2014-09-05 08:18:38 +00:00
|
|
|
source "board/toradex/apalis_t30/Kconfig"
|
2014-08-30 22:10:56 +00:00
|
|
|
source "board/nvidia/beaver/Kconfig"
|
|
|
|
source "board/nvidia/cardhu/Kconfig"
|
|
|
|
source "board/toradex/colibri_t30/Kconfig"
|
|
|
|
source "board/avionic-design/tec-ng/Kconfig"
|
|
|
|
|
|
|
|
endif
|