From: Richard Zhu Date: Wed, 8 Feb 2012 06:58:41 +0000 (+0800) Subject: ENGR00174033-2 MX6 PCIE: add pcie RC driver X-Git-Tag: v3.0.35-fsl~1505 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a1d99d9a7ed6a3a20b26df786e31bf7b7527f2af;p=karo-tx-linux.git 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 --- 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"