diff options
Diffstat (limited to 'src/devices/Kconfig')
-rw-r--r-- | src/devices/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/devices/Kconfig b/src/devices/Kconfig index 64b442466c..2b58f91751 100644 --- a/src/devices/Kconfig +++ b/src/devices/Kconfig @@ -51,3 +51,30 @@ config NO_RUN endchoice endmenu + +config PCI_64BIT_PREF_MEM + bool + default n + +config HYPERTRANSPORT_PLUGIN_SUPPORT + bool + default n + +config PCIX_PLUGIN_SUPPORT + bool + default n + +config PCIEXP_PLUGIN_SUPPORT + bool + default n + +config AGP_PLUGIN_SUPPORT + bool + default n + +config CARDBUS_PLUGIN_SUPPORT + bool + default n + + + |