浏览代码

PCI: mvebu: Make Marvell PCIe driver depend on OF

The Marvell PCIe host controller driver is heavily tied to Device Tree
APIs, and can only be used on platforms where the Device Tree is
used.  Therefore, it should "depends on OF" to avoid build failures on
!OF configurations.

Reported-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Thomas Petazzoni 12 年之前
父节点
当前提交
5477a33b51
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/pci/host/Kconfig

+ 1 - 0
drivers/pci/host/Kconfig

@@ -4,6 +4,7 @@ menu "PCI host controller drivers"
 config PCI_MVEBU
 config PCI_MVEBU
 	bool "Marvell EBU PCIe controller"
 	bool "Marvell EBU PCIe controller"
 	depends on ARCH_MVEBU || ARCH_KIRKWOOD
 	depends on ARCH_MVEBU || ARCH_KIRKWOOD
+	depends on OF
 
 
 config PCIE_DW
 config PCIE_DW
 	bool
 	bool