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>
This commit is contained in:
parent
01be5d63fd
commit
7693465d81
2 changed files with 7 additions and 8 deletions
|
@ -811,7 +811,13 @@ config MAPLE
|
||||||
Dreamcast with a serial line terminal or a remote network
|
Dreamcast with a serial line terminal or a remote network
|
||||||
connection.
|
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"
|
source "drivers/pci/pcie/Kconfig"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
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.
|
|
Loading…
Reference in a new issue