diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 21:36:55 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 21:36:55 -0400 |
commit | 7693465d81827107caf9c447b9ad91098a1c4941 (patch) | |
tree | e47345c26eb252578a78a33b0840d49d88624f3c /arch/sh/Kconfig | |
parent | 01be5d63fd4645eab1d05a7caa04462c11c8b7a1 (diff) |
sh: Kill off superfluous arch/sh/drivers/pci/Kconfig.
Now that this contains a grand total of 1 Kconfig option, it's hardly
worth keeping split out. Roll CONFIG_PCI back in to the top-level
architecture Kconfig, along with the other bus types.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e5ee3b159e50..1481df2cb2e3 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -811,7 +811,13 @@ config MAPLE | |||
811 | Dreamcast with a serial line terminal or a remote network | 811 | Dreamcast with a serial line terminal or a remote network |
812 | connection. | 812 | connection. |
813 | 813 | ||
814 | source "arch/sh/drivers/pci/Kconfig" | 814 | config PCI |
815 | bool "PCI support" | ||
816 | depends on SYS_SUPPORTS_PCI | ||
817 | help | ||
818 | Find out whether you have a PCI motherboard. PCI is the name of a | ||
819 | bus system, i.e. the way the CPU talks to the other stuff inside | ||
820 | your box. If you have PCI, say Y, otherwise N. | ||
815 | 821 | ||
816 | source "drivers/pci/pcie/Kconfig" | 822 | source "drivers/pci/pcie/Kconfig" |
817 | 823 | ||