]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00174033-2 MX6 PCIE: add pcie RC driver
authorRichard Zhu <r65037@freescale.com>
Wed, 8 Feb 2012 06:58:41 +0000 (14:58 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:58 +0000 (08:33 +0200)
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>
drivers/pci/Kconfig

index 0fa466a91bf413995169f1751823e25784d70891..565ab525db335cc6dca0bf905af3fbcd229df26f 100644 (file)
@@ -91,3 +91,5 @@ config PCI_IOAPIC
 config PCI_LABEL
        def_bool y if (DMI || ACPI)
        select NLS
+
+source "drivers/pci/pcie/Kconfig"