]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-tegra/tegra20/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / arm / mach-tegra / tegra20 / Kconfig
1 if TEGRA20
2
3 choice
4         prompt "Tegra20 board select"
5         optional
6
7 config TARGET_HARMONY
8         bool "NVIDIA Tegra20 Harmony evaluation board"
9
10 config TARGET_MEDCOM_WIDE
11         bool "Avionic Design Medcom-Wide board"
12
13 config TARGET_PAZ00
14         bool "Paz00 board"
15
16 config TARGET_PLUTUX
17         bool "Avionic Design Plutux board"
18
19 config TARGET_SEABOARD
20         bool "NVIDIA Seaboard"
21
22 config TARGET_TEC
23         bool "Avionic Design Tamonten Evaluation Carrier"
24
25 config TARGET_TRIMSLICE
26         bool "Compulab TrimSlice board"
27
28 config TARGET_VENTANA
29         bool "NVIDIA Tegra20 Ventana evaluation board"
30
31 config TARGET_WHISTLER
32         bool "NVIDIA Tegra20 Whistler evaluation board"
33
34 config TARGET_COLIBRI_T20
35         bool "Toradex Colibri T20 board"
36
37 endchoice
38
39 config SYS_SOC
40         default "tegra20"
41
42 source "board/nvidia/harmony/Kconfig"
43 source "board/avionic-design/medcom-wide/Kconfig"
44 source "board/compal/paz00/Kconfig"
45 source "board/avionic-design/plutux/Kconfig"
46 source "board/nvidia/seaboard/Kconfig"
47 source "board/avionic-design/tec/Kconfig"
48 source "board/compulab/trimslice/Kconfig"
49 source "board/nvidia/ventana/Kconfig"
50 source "board/nvidia/whistler/Kconfig"
51 source "board/toradex/colibri_t20/Kconfig"
52
53 endif