[RFC PATCH 04/11] PCI: tegra: limit to MMU build only
Vladimir Murzin
vladimir.murzin at arm.com
Tue Nov 22 01:26:01 PST 2016
This driver uses functionality which available for MMU build only,
thus add dependency on MMU.
Cc: Thierry Reding <thierry.reding at gmail.com>
Signed-off-by: Vladimir Murzin <vladimir.murzin at arm.com>
---
drivers/pci/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index d7e7c0a..836fa02 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -69,7 +69,7 @@ config PCI_IMX6
config PCI_TEGRA
bool "NVIDIA Tegra PCIe controller"
- depends on ARCH_TEGRA && !ARM64
+ depends on ARCH_TEGRA && !ARM64 && MMU
help
Say Y here if you want support for the PCIe host controller found
on NVIDIA Tegra SoCs.
--
1.7.9.5
More information about the linux-arm-kernel
mailing list