summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-25 18:47:52 +0900
committerTom Rini <trini@konsulko.com>2018-04-28 10:42:35 -0400
commit7325f6cfdcf6cbc4fc5acf706b6cbcc786ae8db5 (patch)
treee0c9bc76ea30a3f35b551ab08372ad2b8cb91c2d /Kconfig
parentb60cfb6a01a23938245edb9e0910cc11dbeed789 (diff)
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 <yamada.masahiro@socionext.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig5
1 files changed, 0 insertions, 5 deletions
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