aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r--arch/i386/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 3b3b017e1c15..b22f003eaa6d 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -37,6 +37,10 @@ config GENERIC_IOMAP
37 bool 37 bool
38 default y 38 default y
39 39
40config ARCH_MAY_HAVE_PC_FDC
41 bool
42 default y
43
40source "init/Kconfig" 44source "init/Kconfig"
41 45
42menu "Processor type and features" 46menu "Processor type and features"
@@ -1208,7 +1212,6 @@ config PCI_DIRECT
1208config PCI_MMCONFIG 1212config PCI_MMCONFIG
1209 bool 1213 bool
1210 depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY) 1214 depends on PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY)
1211 select ACPI_BOOT
1212 default y 1215 default y
1213 1216
1214source "drivers/pci/pcie/Kconfig" 1217source "drivers/pci/pcie/Kconfig"
@@ -1318,6 +1321,11 @@ config GENERIC_IRQ_PROBE
1318 bool 1321 bool
1319 default y 1322 default y
1320 1323
1324config GENERIC_PENDING_IRQ
1325 bool
1326 depends on GENERIC_HARDIRQS && SMP
1327 default y
1328
1321config X86_SMP 1329config X86_SMP
1322 bool 1330 bool
1323 depends on SMP && !X86_VOYAGER 1331 depends on SMP && !X86_VOYAGER