diff options
author | Richard Cochran <richardcochran@gmail.com> | 2016-01-08 10:58:31 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-01-08 10:58:31 -0500 |
commit | 5c3b99d057525fe2befe6a7db9b1309035d93eee (patch) | |
tree | e87f10165e47152064f4116d609d018d44f5d5af | |
parent | 1dbe162d53e11665b48a1c122899ffc2c068bef4 (diff) |
PCI: dra7xx: Mark driver as broken
Mark the dra7xx PCI host driver as broken. This driver was first merged in
v3.17 and has never worked. Although the driver compiles just fine, it is
missing an essential device reset. If the driver is included, the kernel
locks up hard shortly after booting, before any console output appears.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | drivers/pci/host/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index f131ba947dc6..c0ad9aaa16a7 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig | |||
@@ -5,6 +5,7 @@ config PCI_DRA7XX | |||
5 | bool "TI DRA7xx PCIe controller" | 5 | bool "TI DRA7xx PCIe controller" |
6 | select PCIE_DW | 6 | select PCIE_DW |
7 | depends on OF && HAS_IOMEM && TI_PIPE3 | 7 | depends on OF && HAS_IOMEM && TI_PIPE3 |
8 | depends on BROKEN | ||
8 | help | 9 | help |
9 | Enables support for the PCIe controller in the DRA7xx SoC. There | 10 | Enables support for the PCIe controller in the DRA7xx SoC. There |
10 | are two instances of PCIe controller in DRA7xx. This controller can | 11 | are two instances of PCIe controller in DRA7xx. This controller can |