aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-01-29 08:38:13 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-01-29 08:38:13 -0500
commit320e68da59353fe6ad51b81f6865c4b674ad66ea (patch)
tree9fc7f0f07a6a656a6384736f17f7d52da9a9f79e /arch/sh/Kconfig
parentac8ab54a8e41a5ed0ee2161d45b6dc855490989f (diff)
sh: support PCI domains.
Newer SH parts are now commonly shipping with multiple controllers, so we wire up PCI domain support to deal with them. Shamelessly cloned from the MIPS implementation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 352879c1b86..bae53831c06 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -826,11 +826,15 @@ config MAPLE
826config PCI 826config 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
835config PCI_DOMAINS
836 bool
837
834source "drivers/pci/pcie/Kconfig" 838source "drivers/pci/pcie/Kconfig"
835 839
836source "drivers/pci/Kconfig" 840source "drivers/pci/Kconfig"