Skip to content

Commit

Permalink
sh: Kill off superfluous arch/sh/drivers/pci/Kconfig.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Oct 27, 2009
1 parent 01be5d6 commit 7693465
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 7 additions & 1 deletion arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,13 @@ config MAPLE
Dreamcast with a serial line terminal or a remote network
connection.

source "arch/sh/drivers/pci/Kconfig"
config PCI
bool "PCI support"
depends on SYS_SUPPORTS_PCI
help
Find out whether you have a PCI motherboard. PCI is the name of a
bus system, i.e. the way the CPU talks to the other stuff inside
your box. If you have PCI, say Y, otherwise N.

source "drivers/pci/pcie/Kconfig"

Expand Down
7 changes: 0 additions & 7 deletions arch/sh/drivers/pci/Kconfig

This file was deleted.

0 comments on commit 7693465

Please sign in to comment.