aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2020-04-08 18:10:54 -0500
committerBjorn Helgaas <bhelgaas@google.com>2020-04-24 14:34:52 -0500
commit94b84ac1979b3b70b80a6d499d0c397057a6c7b3 (patch)
treec00c9f586efad986dcfa9b3e3fe7e4da86a54ba9 /drivers
parentLinux 5.7-rc1 (diff)
downloadwireguard-linux-94b84ac1979b3b70b80a6d499d0c397057a6c7b3.tar.xz
wireguard-linux-94b84ac1979b3b70b80a6d499d0c397057a6c7b3.zip
PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by default
Drivers should not be selected by default because that bloats the kernel for people who don't need them. Enable CONFIG_PCI_DRA7XX_HOST by default only if SOC_DRA7XX. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Cc: Kishon Vijay Abraham I <kishon@ti.com> Cc: linux-omap@vger.kernel.org
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/controller/dwc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig
index 03dcaf65d159..55d93b4bac58 100644
--- a/drivers/pci/controller/dwc/Kconfig
+++ b/drivers/pci/controller/dwc/Kconfig
@@ -26,7 +26,7 @@ config PCI_DRA7XX_HOST
depends on OF && HAS_IOMEM && TI_PIPE3
select PCIE_DW_HOST
select PCI_DRA7XX
- default y
+ default y if SOC_DRA7XX
help
Enables support for the PCIe controller in the DRA7xx SoC to work in
host mode. There are two instances of PCIe controller in DRA7xx.