--- zzzz-none-000/linux-2.6.32.61/drivers/pci/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/drivers/pci/Kconfig 2011-10-18 07:17:20.000000000 +0000 @@ -32,6 +32,18 @@ option serves to include/exclude only a few drivers that are still using this API. +config PCI_INIT_IN_MONITOR + bool "PCI Initialized in bootrom" + depends on PCI + help + This flag indicates that the PCI bus was initialized in the bootrom + monitor, and that further hardware initialization should not be + performed. Examples are when u-boot's PCI functions are used to + pre-initialize hardware at bootup time. + + Note that bus scan should still be performed to configure the PCI + devices as required for the Linux system. + config PCI_DEBUG bool "PCI Debugging" depends on PCI && DEBUG_KERNEL @@ -51,6 +63,12 @@ When in doubt, say N. +config PCI_DISABLE_COMMON_QUIRKS + bool "PCI disable common quirks" + depends on PCI + help + If you don't know what to do here, say N. + config HT_IRQ bool "Interrupts on hypertransport devices" default y @@ -69,3 +87,8 @@ physical resources. If unsure, say N. + +if LANTIQ +#IFX plaform specific +source "drivers/pci/Kconfig.ifx" +endif