diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 352879c1b86b..bae53831c06b 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -826,11 +826,15 @@ config MAPLE | |||
826 | config PCI | 826 | config PCI |
827 | bool "PCI support" | 827 | bool "PCI support" |
828 | depends on SYS_SUPPORTS_PCI | 828 | depends on SYS_SUPPORTS_PCI |
829 | select PCI_DOMAINS | ||
829 | help | 830 | help |
830 | Find out whether you have a PCI motherboard. PCI is the name of a | 831 | Find out whether you have a PCI motherboard. PCI is the name of a |
831 | bus system, i.e. the way the CPU talks to the other stuff inside | 832 | bus system, i.e. the way the CPU talks to the other stuff inside |
832 | your box. If you have PCI, say Y, otherwise N. | 833 | your box. If you have PCI, say Y, otherwise N. |
833 | 834 | ||
835 | config PCI_DOMAINS | ||
836 | bool | ||
837 | |||
834 | source "drivers/pci/pcie/Kconfig" | 838 | source "drivers/pci/pcie/Kconfig" |
835 | 839 | ||
836 | source "drivers/pci/Kconfig" | 840 | source "drivers/pci/Kconfig" |