aboutsummaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-11-20 11:40:37 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-11-22 04:15:11 +0100
commitbac0fad4082036638b30506a27fbe62c6e71b237 (patch)
treea0f469732b8fab263eb280341484d56989f0a6a0 /src/Kconfig
parentf748eb7ab79735be62dbef56e13ff92996d9e2ce (diff)
Remove explicit select MMCONF_SUPPORT
Make MMCONF_SUPPORT selected with MMCONF_SUPPORT_DEFAULT. Platforms that remain to have explicit MMCONF_SUPPORT are ones that should be converted. Change-Id: Iba8824f46842607fb1508aa7d057f8cbf1cd6397 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17527 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index d6ada63548..be38af1301 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -531,6 +531,7 @@ config MMCONF_SUPPORT_DEFAULT
config MMCONF_SUPPORT
bool
+ default y if MMCONF_SUPPORT_DEFAULT
default n
source "src/console/Kconfig"