diff options
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
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 |