Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 1 | if TEGRA20 |
| 2 | |
| 3 | choice |
| 4 | prompt "Tegra20 board select" |
| 5 | |
| 6 | config TARGET_HARMONY |
| 7 | bool "NVIDIA Tegra20 Harmony evaluation board" |
| 8 | |
| 9 | config TARGET_MEDCOM_WIDE |
| 10 | bool "Avionic Design Medcom-Wide board" |
| 11 | |
| 12 | config TARGET_PAZ00 |
| 13 | bool "Paz00 board" |
| 14 | |
| 15 | config TARGET_PLUTUX |
| 16 | bool "Avionic Design Plutux board" |
| 17 | |
| 18 | config TARGET_SEABOARD |
| 19 | bool "NVIDIA Seaboard" |
| 20 | |
| 21 | config TARGET_TEC |
| 22 | bool "Avionic Design Tamonten Evaluation Carrier" |
| 23 | |
| 24 | config TARGET_TRIMSLICE |
| 25 | bool "Compulab TrimSlice board" |
| 26 | |
| 27 | config TARGET_VENTANA |
| 28 | bool "NVIDIA Tegra20 Ventana evaluation board" |
| 29 | |
| 30 | config TARGET_WHISTLER |
| 31 | bool "NVIDIA Tegra20 Whistler evaluation board" |
| 32 | |
| 33 | config TARGET_COLIBRI_T20_IRIS |
| 34 | bool "Toradex Colibri T20 board" |
| 35 | |
| 36 | endchoice |
| 37 | |
| 38 | config SYS_SOC |
Masahiro Yamada | ddd960e | 2014-08-31 07:10:56 +0900 | [diff] [blame] | 39 | default "tegra20" |
| 40 | |
| 41 | source "board/nvidia/harmony/Kconfig" |
| 42 | source "board/avionic-design/medcom-wide/Kconfig" |
| 43 | source "board/compal/paz00/Kconfig" |
| 44 | source "board/avionic-design/plutux/Kconfig" |
| 45 | source "board/nvidia/seaboard/Kconfig" |
| 46 | source "board/avionic-design/tec/Kconfig" |
| 47 | source "board/compulab/trimslice/Kconfig" |
| 48 | source "board/nvidia/ventana/Kconfig" |
| 49 | source "board/nvidia/whistler/Kconfig" |
| 50 | source "board/toradex/colibri_t20_iris/Kconfig" |
| 51 | |
| 52 | endif |