From 3d15e10aef5811e8c7146e5defb0e36b848547ed Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 29 Nov 2016 16:46:56 +0200 Subject: MMCONF_SUPPORT: Flip default to enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also remove separate MMCONF_SUPPORT_DEFAULT flag. Change-Id: Idf1accdb93843a8fe2ee9c09fb984968652476e0 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17694 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/device/Kconfig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/device') diff --git a/src/device/Kconfig b/src/device/Kconfig index 622f3d5837..d2385471a7 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -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 -- cgit v1.2.3