From e5ec48152ad13ada83c541cdf7f47d5867c506db Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 22 Jan 2017 19:43:11 -0500 Subject: Kconfig: Migrate BOARD_LATE_INIT to a select This option should not really be user selectable. Note that on PowerPC we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be conditional on that. Signed-off-by: Tom Rini Acked-by: Masahiro Yamada (for UniPhier) --- arch/arm/mach-tegra/tegra186/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/tegra186') diff --git a/arch/arm/mach-tegra/tegra186/Kconfig b/arch/arm/mach-tegra/tegra186/Kconfig index 97cf23f31f8..b2e53b58caf 100644 --- a/arch/arm/mach-tegra/tegra186/Kconfig +++ b/arch/arm/mach-tegra/tegra186/Kconfig @@ -9,6 +9,7 @@ choice config TARGET_P2771_0000 bool "NVIDIA Tegra186 P2771-0000 board" + select BOARD_LATE_INIT help P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB -- cgit v1.2.3