UPSTREAM: MMCONF_SUPPORT: Flip default to enabled
Also remove separate MMCONF_SUPPORT_DEFAULT flag. BUG=None BRANCH=None TEST=None Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/17694 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Change-Id: Idf1accdb93843a8fe2ee9c09fb984968652476e0 Reviewed-on: https://chromium-review.googlesource.com/417954 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
ca34ec3605
commit
50f4e327bb
46 changed files with 22 additions and 40 deletions
|
|
@ -204,15 +204,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue