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>
This commit is contained in:
Kyösti Mälkki
2016-11-20 11:40:37 +02:00
parent f748eb7ab7
commit bac0fad408
37 changed files with 1 additions and 37 deletions

View File

@@ -531,6 +531,7 @@ config MMCONF_SUPPORT_DEFAULT
config MMCONF_SUPPORT
bool
default y if MMCONF_SUPPORT_DEFAULT
default n
source "src/console/Kconfig"