From 7325f6cfdcf6cbc4fc5acf706b6cbcc786ae8db5 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 25 Apr 2018 18:47:52 +0900 Subject: distro: use imply to enable DISTRO_DEFAULTS as SoC default The default of DISTRO_DEFAULTS is messy. Using the 'imply' keyword is equivalent and cleaner. Signed-off-by: Masahiro Yamada --- Kconfig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 78afe72e70..b5f7450ba6 100644 --- a/Kconfig +++ b/Kconfig @@ -68,11 +68,6 @@ config CC_COVERAGE config DISTRO_DEFAULTS bool "Select defaults suitable for booting general purpose Linux distributions" - default y if ARCH_SUNXI || TEGRA - default y if ARCH_LS2080A - default y if ARCH_MESON - default y if ARCH_ROCKCHIP - default n imply USE_BOOTCOMMAND select CMD_BOOTZ if ARM && !ARM64 select CMD_BOOTI if ARM64 -- cgit v1.2.3