diff options
Diffstat (limited to 'src/devices/Kconfig')
-rw-r--r-- | src/devices/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/Kconfig b/src/devices/Kconfig index e73ee3cf9c..e43458af8f 100644 --- a/src/devices/Kconfig +++ b/src/devices/Kconfig @@ -79,20 +79,20 @@ config PCI_64BIT_PREF_MEM config HYPERTRANSPORT_PLUGIN_SUPPORT bool - default n + default y config PCIX_PLUGIN_SUPPORT bool - default n + default y config PCIEXP_PLUGIN_SUPPORT bool - default n + default y config AGP_PLUGIN_SUPPORT bool - default n + default y config CARDBUS_PLUGIN_SUPPORT bool - default n + default y |