MMCONF_SUPPORT: Flip default to enabled
Also remove separate MMCONF_SUPPORT_DEFAULT flag. Change-Id: Idf1accdb93843a8fe2ee9c09fb984968652476e0 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17694 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -221,15 +221,11 @@ if PCI
|
||||
|
||||
config NO_MMCONF_SUPPORT
|
||||
bool
|
||||
default !MMCONF_SUPPORT_DEFAULT
|
||||
default n
|
||||
|
||||
config MMCONF_SUPPORT
|
||||
bool
|
||||
default MMCONF_SUPPORT_DEFAULT
|
||||
|
||||
config MMCONF_SUPPORT_DEFAULT
|
||||
bool
|
||||
default n
|
||||
default !NO_MMCONF_SUPPORT
|
||||
|
||||
config HYPERTRANSPORT_PLUGIN_SUPPORT
|
||||
bool
|
||||
|
Reference in New Issue
Block a user