Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / mach-tegra / tegra30 / Kconfig
1 if TEGRA30
2
3 choice
4         prompt "Tegra30 board select"
5         optional
6
7 config TARGET_APALIS_T30
8         bool "Toradex Apalis T30 board"
9         select BOARD_LATE_INIT
10
11 config TARGET_BEAVER
12         bool "NVIDIA Tegra30 Beaver evaluation board"
13         select BOARD_LATE_INIT
14
15 config TARGET_CARDHU
16         bool "NVIDIA Tegra30 Cardhu evaluation board"
17         select BOARD_LATE_INIT
18
19 config TARGET_COLIBRI_T30
20         bool "Toradex Colibri T30 board"
21         select BOARD_LATE_INIT
22
23 config TARGET_TEC_NG
24         bool "Avionic Design TEC-NG board"
25         select BOARD_LATE_INIT
26
27 endchoice
28
29 config SYS_SOC
30         default "tegra30"
31
32 source "board/toradex/apalis_t30/Kconfig"
33 source "board/nvidia/beaver/Kconfig"
34 source "board/nvidia/cardhu/Kconfig"
35 source "board/toradex/colibri_t30/Kconfig"
36 source "board/avionic-design/tec-ng/Kconfig"
37
38 endif