summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-02-10 16:54:38 -0500
committerTom Rini <trini@konsulko.com>2018-02-23 10:21:41 -0500
commitfa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2 (patch)
tree6bb004844ba542e9b68919ad046cfcd0c52e216d /Kconfig
parentf0f6917188ad660cf002c10095f46ecf748b8f58 (diff)
configs: Re-sync with CONFIG_DISTRO_DEFAULTS
A number of platforms include config_distro_defaults.h but do not enable CONFIG_DISTRO_DEFAULTS. As they plainly intended to, set that flag and re-sync config files. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 724d4c0bd3..a235d10f90 100644
--- a/Kconfig
+++ b/Kconfig
@@ -77,7 +77,7 @@ config DISTRO_DEFAULTS
select CMD_FS_GENERIC
select CMD_MII if NET
select CMD_PING if NET
- select CMD_PART
+ select CMD_PART if PARTITIONS
select HUSH_PARSER
help
Select this to enable various options and commands which are suitable