diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-29 08:38:13 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-29 08:38:13 -0500 |
commit | 320e68da59353fe6ad51b81f6865c4b674ad66ea (patch) | |
tree | 9fc7f0f07a6a656a6384736f17f7d52da9a9f79e /arch/sh/Kconfig | |
parent | ac8ab54a8e41a5ed0ee2161d45b6dc855490989f (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/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" |