summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Zhu <r65037@freescale.com>2012-02-08 14:58:41 +0800
committerRichard Zhu <r65037@freescale.com>2012-02-10 14:00:02 +0800
commitde7c79cedfb04b48c089ee258a3c5e9dfc6eb974 (patch)
tree297ea328bdd5405f63eb284d31086a8048a56c4f
parenteeefe04ae2dbe4d336d721ae38019fe9cd282aa0 (diff)
ENGR00174033-2 MX6 PCIE: add pcie RC driver
Add PCIE RC driver on MX6 platforms. Based on iwl4965agn pcie wifi device, verified the following features. * Link up is stable * map the CFG, IO and MEM spaces, and CFG/MEM spaces can accessed Signed-off-by: Richard Zhu <r65037@freescale.com>
-rw-r--r--drivers/pci/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 0fa466a91bf4..565ab525db33 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -91,3 +91,5 @@ config PCI_IOAPIC
config PCI_LABEL
def_bool y if (DMI || ACPI)
select NLS
+
+source "drivers/pci/pcie/Kconfig"