]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-tegra/tegra30/Kconfig
Kconfig: Migrate BOARD_LATE_INIT to a select
[people/ms/u-boot.git] / arch / arm / mach-tegra / tegra30 / Kconfig
CommitLineData
ddd960e6
MY
1if TEGRA30
2
3choice
4 prompt "Tegra30 board select"
a26cd049 5 optional
ddd960e6 6
bf78b271
MZ
7config TARGET_APALIS_T30
8 bool "Toradex Apalis T30 board"
e5ec4815 9 select BOARD_LATE_INIT
bf78b271 10
ddd960e6
MY
11config TARGET_BEAVER
12 bool "NVIDIA Tegra30 Beaver evaluation board"
e5ec4815 13 select BOARD_LATE_INIT
ddd960e6
MY
14
15config TARGET_CARDHU
16 bool "NVIDIA Tegra30 Cardhu evaluation board"
e5ec4815 17 select BOARD_LATE_INIT
ddd960e6
MY
18
19config TARGET_COLIBRI_T30
20 bool "Toradex Colibri T30 board"
e5ec4815 21 select BOARD_LATE_INIT
ddd960e6
MY
22
23config TARGET_TEC_NG
24 bool "Avionic Design TEC-NG board"
e5ec4815 25 select BOARD_LATE_INIT
ddd960e6
MY
26
27endchoice
28
29config SYS_SOC
ddd960e6
MY
30 default "tegra30"
31
bf78b271 32source "board/toradex/apalis_t30/Kconfig"
ddd960e6
MY
33source "board/nvidia/beaver/Kconfig"
34source "board/nvidia/cardhu/Kconfig"
35source "board/toradex/colibri_t30/Kconfig"
36source "board/avionic-design/tec-ng/Kconfig"
37
38endif