diff options
author | Tom Rini | 2018-02-10 16:54:38 -0500 |
---|---|---|
committer | Tom Rini | 2018-02-23 10:21:41 -0500 |
commit | fa2c14676c7c6f3115dd4d9b2a4cc3b35c3ad2a2 (patch) | |
tree | 6bb004844ba542e9b68919ad046cfcd0c52e216d /Kconfig | |
parent | f0f6917188ad660cf002c10095f46ecf748b8f58 (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-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |