From a1d99d9a7ed6a3a20b26df786e31bf7b7527f2af Mon Sep 17 00:00:00 2001 From: Richard Zhu Date: Wed, 8 Feb 2012 14:58:41 +0800 Subject: [PATCH] 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 --- drivers/pci/Kconfig | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5