diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index e5ee3b159e50ec92b5e6b976fa1abc702b97f68c..1481df2cb2e38ce237bfb96def8f6dbf1b8b4bce 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -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" diff --git a/arch/sh/drivers/pci/Kconfig b/arch/sh/drivers/pci/Kconfig deleted file mode 100644 index 78a3ce1e6c4da15be021f8301a623662a617e690..0000000000000000000000000000000000000000 --- a/arch/sh/drivers/pci/Kconfig +++ /dev/null @@ -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.