2014-08-31 07:10:56 +09:00
|
|
|
if TEGRA30
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Tegra30 board select"
|
2015-05-12 14:46:23 -05:00
|
|
|
optional
|
2014-08-31 07:10:56 +09:00
|
|
|
|
2014-09-05 10:18:38 +02:00
|
|
|
config TARGET_APALIS_T30
|
|
|
|
bool "Toradex Apalis T30 board"
|
2017-01-22 19:43:11 -05:00
|
|
|
select BOARD_LATE_INIT
|
2014-09-05 10:18:38 +02:00
|
|
|
|
2014-08-31 07:10:56 +09:00
|
|
|
config TARGET_BEAVER
|
|
|
|
bool "NVIDIA Tegra30 Beaver evaluation board"
|
2017-01-22 19:43:11 -05:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
config TARGET_CARDHU
|
|
|
|
bool "NVIDIA Tegra30 Cardhu evaluation board"
|
2017-01-22 19:43:11 -05:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
config TARGET_COLIBRI_T30
|
|
|
|
bool "Toradex Colibri T30 board"
|
2017-01-22 19:43:11 -05:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-31 07:10:56 +09:00
|
|
|
|
2023-06-30 10:29:06 +03:00
|
|
|
config TARGET_ENDEAVORU
|
|
|
|
bool "HTC Endeavoru T30 board"
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
|
2023-06-30 10:29:04 +03:00
|
|
|
config TARGET_GROUPER
|
|
|
|
bool "Asus and Google Grouper board"
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
|
2014-08-31 07:10:56 +09:00
|
|
|
config TARGET_TEC_NG
|
|
|
|
bool "Avionic Design TEC-NG board"
|
2017-01-22 19:43:11 -05:00
|
|
|
select BOARD_LATE_INIT
|
2014-08-31 07:10:56 +09:00
|
|
|
|
2023-06-30 10:29:03 +03:00
|
|
|
config TARGET_TRANSFORMER_T30
|
|
|
|
bool "Asus Tegra30 Transformer board"
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
|
2023-06-30 10:29:05 +03:00
|
|
|
config TARGET_X3_T30
|
|
|
|
bool "LG X3 Tegra30 board"
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
|
2014-08-31 07:10:56 +09:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "tegra30"
|
|
|
|
|
2014-09-05 10:18:38 +02:00
|
|
|
source "board/toradex/apalis_t30/Kconfig"
|
2014-08-31 07:10:56 +09:00
|
|
|
source "board/nvidia/beaver/Kconfig"
|
|
|
|
source "board/nvidia/cardhu/Kconfig"
|
|
|
|
source "board/toradex/colibri_t30/Kconfig"
|
2023-06-30 10:29:06 +03:00
|
|
|
source "board/htc/endeavoru/Kconfig"
|
2023-06-30 10:29:04 +03:00
|
|
|
source "board/asus/grouper/Kconfig"
|
2014-08-31 07:10:56 +09:00
|
|
|
source "board/avionic-design/tec-ng/Kconfig"
|
2023-06-30 10:29:03 +03:00
|
|
|
source "board/asus/transformer-t30/Kconfig"
|
2023-06-30 10:29:05 +03:00
|
|
|
source "board/lg/x3-t30/Kconfig"
|
2014-08-31 07:10:56 +09:00
|
|
|
|
|
|
|
endif
|