summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-20 08:07:53 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:05:00 -0400
commit31a8f5545eb8f2d2e1bdf0ccdb1d1b63a16c9008 (patch)
tree062c8dd96dd2924daaf02c505d2fd79d0a7848dc /drivers/pci
parent9ee06d286ae6bd9ae5c5edbfdc07bba71e2badff (diff)
Convert CONFIG_SH7751_PCI to Kconfig
This converts the following to Kconfig: CONFIG_SH7751_PCI Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 53d0ebd745..680d5baa80 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -171,6 +171,12 @@ config PCI_SANDBOX
the device tree but the normal PCI scan technique is used to find
then.
+config SH7751_PCI
+ bool "SH7751 PCI controller support"
+ depends on SH
+ help
+ SuperH PCI Bridge Configuration
+
config PCI_TEGRA
bool "Tegra PCI support"
depends on ARCH_TEGRA