aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sh/Kconfig8
-rw-r--r--arch/sh/drivers/pci/Kconfig7
2 files changed, 7 insertions, 8 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
814source "arch/sh/drivers/pci/Kconfig" 814config 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
816source "drivers/pci/pcie/Kconfig" 822source "drivers/pci/pcie/Kconfig"
817 823
diff --git a/arch/sh/drivers/pci/Kconfig b/arch/sh/drivers/pci/Kconfig
deleted file mode 100644
index 78a3ce1e6c4d..000000000000
--- a/arch/sh/drivers/pci/Kconfig
+++ /dev/null
@@ -1,7 +0,0 @@
1config PCI
2 bool "PCI support"
3 depends on SYS_SUPPORTS_PCI
4 help
5 Find out whether you have a PCI motherboard. PCI is the name of a
6 bus system, i.e. the way the CPU talks to the other stuff inside
7 your box. If you have PCI, say Y, otherwise N.