]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - 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
index e78331e4cb3af51f39c932080808c5d52335e7ac..85b8ce294f275ef83b3254398200204fa2e17b47 100644 (file)
@@ -6,18 +6,23 @@ choice
 
 config TARGET_APALIS_T30
        bool "Toradex Apalis T30 board"
+       select BOARD_LATE_INIT
 
 config TARGET_BEAVER
        bool "NVIDIA Tegra30 Beaver evaluation board"
+       select BOARD_LATE_INIT
 
 config TARGET_CARDHU
        bool "NVIDIA Tegra30 Cardhu evaluation board"
+       select BOARD_LATE_INIT
 
 config TARGET_COLIBRI_T30
        bool "Toradex Colibri T30 board"
+       select BOARD_LATE_INIT
 
 config TARGET_TEC_NG
        bool "Avionic Design TEC-NG board"
+       select BOARD_LATE_INIT
 
 endchoice