From e1863691d9b67e4e449d5725da41abcba95483e4 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Thu, 11 Mar 2010 09:50:11 +0000 Subject: [PATCH] do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370]) SVN-Revision: 20136 --- target/linux/adm5120/router_be/config-2.6.30 | 1 + target/linux/adm5120/router_be/config-2.6.32 | 1 + target/linux/amazon/config-2.6.30 | 1 + target/linux/amazon/config-2.6.32 | 1 + target/linux/ar7/config-2.6.30 | 1 - target/linux/ar71xx/config-2.6.32 | 1 + target/linux/ar71xx/config-2.6.33 | 1 + target/linux/at91/config-2.6.25 | 1 - target/linux/atheros/config-2.6.30 | 1 + target/linux/atheros/config-2.6.31 | 1 + target/linux/atheros/config-2.6.32 | 1 + target/linux/atheros/config-2.6.33 | 1 + target/linux/au1000/au1500/config-2.6.30 | 1 + target/linux/au1000/au1500/config-2.6.32 | 1 + target/linux/au1000/au1550/config-2.6.30 | 1 + target/linux/au1000/au1550/config-2.6.32 | 1 + target/linux/brcm47xx/config-2.6.30 | 1 + target/linux/brcm47xx/config-2.6.31 | 1 + target/linux/brcm47xx/config-2.6.32 | 1 + target/linux/brcm47xx/config-2.6.33 | 1 + target/linux/brcm63xx/config-2.6.30 | 1 + target/linux/brcm63xx/config-2.6.32 | 1 + target/linux/brcm63xx/config-2.6.33 | 1 + target/linux/cobalt/config-2.6.30 | 1 + target/linux/cobalt/config-2.6.32 | 1 + target/linux/gemini/config-default | 1 + target/linux/generic-2.6/config-2.6.25 | 2 +- target/linux/generic-2.6/config-2.6.30 | 1 + target/linux/generic-2.6/config-2.6.31 | 2 +- target/linux/generic-2.6/config-2.6.32 | 2 +- target/linux/generic-2.6/config-2.6.33 | 2 +- target/linux/goldfish/config-2.6.30 | 1 - target/linux/ifxmips/config-2.6.30 | 1 + target/linux/iop32x/config-default | 1 + target/linux/ixp4xx/config-2.6.32 | 1 + target/linux/kirkwood/config-default | 1 + target/linux/mpc52xx/config-2.6.30 | 1 + target/linux/mpc83xx/config-2.6.32 | 1 + target/linux/mpc83xx/config-default | 1 + target/linux/octeon/config-2.6.30 | 1 + target/linux/orion/config-default | 1 + target/linux/ppc40x/config-default | 1 + target/linux/ppc44x/config-default | 1 + target/linux/ps3/config-2.6.30 | 1 - target/linux/pxcab/config-2.6.30 | 1 + target/linux/pxcab/config-2.6.31 | 1 + target/linux/ramips/rt288x/config-2.6.32 | 1 + target/linux/ramips/rt305x/config-2.6.32 | 1 + target/linux/rb532/config-default | 1 + target/linux/rdc/config-2.6.30 | 1 + target/linux/rdc/config-2.6.32 | 1 + target/linux/s3c24xx/config-2.6.30 | 1 - target/linux/sibyte/config-default | 1 + target/linux/ubicom32/config-default | 1 + target/linux/uml/config/i386 | 1 - target/linux/uml/config/x86_64 | 1 - target/linux/x86/config-2.6.30 | 1 + target/linux/x86/config-default | 1 + target/linux/xburst/config-2.6.32 | 1 - 59 files changed, 51 insertions(+), 12 deletions(-) diff --git a/target/linux/adm5120/router_be/config-2.6.30 b/target/linux/adm5120/router_be/config-2.6.30 index 931987495ae..cde882d2e40 100644 --- a/target/linux/adm5120/router_be/config-2.6.30 +++ b/target/linux/adm5120/router_be/config-2.6.30 @@ -143,6 +143,7 @@ CONFIG_MTD_TRXSPLIT=y # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PARTITION_ADVANCED is not set +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/adm5120/router_be/config-2.6.32 b/target/linux/adm5120/router_be/config-2.6.32 index f919e0d66c6..b89fb63256e 100644 --- a/target/linux/adm5120/router_be/config-2.6.32 +++ b/target/linux/adm5120/router_be/config-2.6.32 @@ -147,6 +147,7 @@ CONFIG_NLS=m # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PARTITION_ADVANCED is not set +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/amazon/config-2.6.30 b/target/linux/amazon/config-2.6.30 index 644a36c2a25..45f2e6366e8 100644 --- a/target/linux/amazon/config-2.6.30 +++ b/target/linux/amazon/config-2.6.30 @@ -116,6 +116,7 @@ CONFIG_MTD_REDBOOT_PARTS=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set diff --git a/target/linux/amazon/config-2.6.32 b/target/linux/amazon/config-2.6.32 index d692217e2ee..9239dabc210 100644 --- a/target/linux/amazon/config-2.6.32 +++ b/target/linux/amazon/config-2.6.32 @@ -119,6 +119,7 @@ CONFIG_MTD_REDBOOT_PARTS=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set diff --git a/target/linux/ar7/config-2.6.30 b/target/linux/ar7/config-2.6.30 index e407e85e71d..4f1eee44f8e 100644 --- a/target/linux/ar7/config-2.6.30 +++ b/target/linux/ar7/config-2.6.30 @@ -105,7 +105,6 @@ CONFIG_NO_EXCEPT_FILL=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y -# CONFIG_PCI is not set CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index 4cc3d19abcb..61a530e61de 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -183,6 +183,7 @@ CONFIG_NET_DSA_TAG_TRAILER=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y diff --git a/target/linux/ar71xx/config-2.6.33 b/target/linux/ar71xx/config-2.6.33 index a0ad71f1bf3..3b6108ccdd8 100644 --- a/target/linux/ar71xx/config-2.6.33 +++ b/target/linux/ar71xx/config-2.6.33 @@ -223,6 +223,7 @@ CONFIG_NET_DSA_TAG_TRAILER=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y diff --git a/target/linux/at91/config-2.6.25 b/target/linux/at91/config-2.6.25 index 572d5961183..593dd42a4fd 100644 --- a/target/linux/at91/config-2.6.25 +++ b/target/linux/at91/config-2.6.25 @@ -130,7 +130,6 @@ CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_NF_NAT_TFTP is not set # CONFIG_NO_IOPORT is not set # CONFIG_OUTER_CACHE is not set -# CONFIG_PCI is not set # CONFIG_PCI_SYSCALL is not set CONFIG_PHYLIB=y # CONFIG_SCSI_WAIT_SCAN is not set diff --git a/target/linux/atheros/config-2.6.30 b/target/linux/atheros/config-2.6.30 index d962a539b0d..bf229a54a23 100644 --- a/target/linux/atheros/config-2.6.30 +++ b/target/linux/atheros/config-2.6.30 @@ -115,6 +115,7 @@ CONFIG_MVSWITCH_PHY=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/atheros/config-2.6.31 b/target/linux/atheros/config-2.6.31 index 9b8642548ef..472244516d1 100644 --- a/target/linux/atheros/config-2.6.31 +++ b/target/linux/atheros/config-2.6.31 @@ -121,6 +121,7 @@ CONFIG_MVSWITCH_PHY=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/atheros/config-2.6.32 b/target/linux/atheros/config-2.6.32 index 5b56d47de00..33b754cf052 100644 --- a/target/linux/atheros/config-2.6.32 +++ b/target/linux/atheros/config-2.6.32 @@ -117,6 +117,7 @@ CONFIG_MVSWITCH_PHY=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/atheros/config-2.6.33 b/target/linux/atheros/config-2.6.33 index 575c9596587..7a9458d9c3a 100644 --- a/target/linux/atheros/config-2.6.33 +++ b/target/linux/atheros/config-2.6.33 @@ -159,6 +159,7 @@ CONFIG_MVSWITCH_PHY=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/au1000/au1500/config-2.6.30 b/target/linux/au1000/au1500/config-2.6.30 index 74fad69dde2..92ab1568f35 100644 --- a/target/linux/au1000/au1500/config-2.6.30 +++ b/target/linux/au1000/au1500/config-2.6.30 @@ -140,6 +140,7 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCSPKR_PLATFORM=y CONFIG_PHYLIB=y diff --git a/target/linux/au1000/au1500/config-2.6.32 b/target/linux/au1000/au1500/config-2.6.32 index 998a3f8f214..38a93cf0bbc 100644 --- a/target/linux/au1000/au1500/config-2.6.32 +++ b/target/linux/au1000/au1500/config-2.6.32 @@ -138,6 +138,7 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCSPKR_PLATFORM=y CONFIG_PHYLIB=y diff --git a/target/linux/au1000/au1550/config-2.6.30 b/target/linux/au1000/au1550/config-2.6.30 index 407a256d4ef..96e81906531 100644 --- a/target/linux/au1000/au1550/config-2.6.30 +++ b/target/linux/au1000/au1550/config-2.6.30 @@ -207,6 +207,7 @@ CONFIG_PAGE_SIZE_4KB=y # CONFIG_PAGE_SIZE_8KB is not set CONFIG_PCCARD=m CONFIG_PCCARD_NONSTATIC=m +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCMCIA_AU1X00=m CONFIG_PCMCIA_IOCTL=y diff --git a/target/linux/au1000/au1550/config-2.6.32 b/target/linux/au1000/au1550/config-2.6.32 index 407a256d4ef..96e81906531 100644 --- a/target/linux/au1000/au1550/config-2.6.32 +++ b/target/linux/au1000/au1550/config-2.6.32 @@ -207,6 +207,7 @@ CONFIG_PAGE_SIZE_4KB=y # CONFIG_PAGE_SIZE_8KB is not set CONFIG_PCCARD=m CONFIG_PCCARD_NONSTATIC=m +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCMCIA_AU1X00=m CONFIG_PCMCIA_IOCTL=y diff --git a/target/linux/brcm47xx/config-2.6.30 b/target/linux/brcm47xx/config-2.6.30 index 33e2db02703..117cbb0aace 100644 --- a/target/linux/brcm47xx/config-2.6.30 +++ b/target/linux/brcm47xx/config-2.6.30 @@ -115,6 +115,7 @@ CONFIG_MTD_BCM47XX=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/brcm47xx/config-2.6.31 b/target/linux/brcm47xx/config-2.6.31 index ee0135a2ea1..48c808f2352 100644 --- a/target/linux/brcm47xx/config-2.6.31 +++ b/target/linux/brcm47xx/config-2.6.31 @@ -116,6 +116,7 @@ CONFIG_MTD_BCM47XX=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/brcm47xx/config-2.6.32 b/target/linux/brcm47xx/config-2.6.32 index 5780b9df798..febf2ea7239 100644 --- a/target/linux/brcm47xx/config-2.6.32 +++ b/target/linux/brcm47xx/config-2.6.32 @@ -125,6 +125,7 @@ CONFIG_MTD_BCM47XX=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/brcm47xx/config-2.6.33 b/target/linux/brcm47xx/config-2.6.33 index 2c3a23fa8c7..ffc491336fe 100644 --- a/target/linux/brcm47xx/config-2.6.33 +++ b/target/linux/brcm47xx/config-2.6.33 @@ -152,6 +152,7 @@ CONFIG_MTD_BCM47XX=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/brcm63xx/config-2.6.30 b/target/linux/brcm63xx/config-2.6.30 index 853a30f70ad..b1acfe70332 100644 --- a/target/linux/brcm63xx/config-2.6.30 +++ b/target/linux/brcm63xx/config-2.6.30 @@ -152,6 +152,7 @@ CONFIG_NOP_TRACER=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/brcm63xx/config-2.6.32 b/target/linux/brcm63xx/config-2.6.32 index e250a030b9d..d435f329d7b 100644 --- a/target/linux/brcm63xx/config-2.6.32 +++ b/target/linux/brcm63xx/config-2.6.32 @@ -143,6 +143,7 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/brcm63xx/config-2.6.33 b/target/linux/brcm63xx/config-2.6.33 index 22d519ccfb0..c9dd63814bb 100644 --- a/target/linux/brcm63xx/config-2.6.33 +++ b/target/linux/brcm63xx/config-2.6.33 @@ -196,6 +196,7 @@ CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/cobalt/config-2.6.30 b/target/linux/cobalt/config-2.6.30 index bf150e81683..078d2ddf88f 100644 --- a/target/linux/cobalt/config-2.6.30 +++ b/target/linux/cobalt/config-2.6.30 @@ -165,6 +165,7 @@ CONFIG_NET_TULIP=y CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PARTITION_ADVANCED is not set CONFIG_PATA_VIA=y +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_GT64XXX_PCI0=y diff --git a/target/linux/cobalt/config-2.6.32 b/target/linux/cobalt/config-2.6.32 index e1ade55f06a..b561ce46867 100644 --- a/target/linux/cobalt/config-2.6.32 +++ b/target/linux/cobalt/config-2.6.32 @@ -79,6 +79,7 @@ # CONFIG_NXP_STB225 is not set # CONFIG_PACKET_MMAP is not set # CONFIG_PARTITION_ADVANCED is not set +CONFIG_PCI=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set # CONFIG_PNX8550_JBS is not set diff --git a/target/linux/gemini/config-default b/target/linux/gemini/config-default index 418ed2e110b..9404cd400e4 100644 --- a/target/linux/gemini/config-default +++ b/target/linux/gemini/config-default @@ -101,6 +101,7 @@ CONFIG_NLATTR=y # CONFIG_OUTER_CACHE is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PCI=y # CONFIG_PCI_STUB is not set CONFIG_PHYLIB=y CONFIG_SCSI=m diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index 3ee9904321a..23128911b0a 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -1194,12 +1194,12 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set # CONFIG_PCF8575 is not set +# CONFIG_PCI is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_HERMES is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set CONFIG_PCI_SYSCALL=y -CONFIG_PCI=y # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 72675e03901..184e3058c65 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -1575,6 +1575,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set # CONFIG_PCF8575 is not set +# CONFIG_PCI is not set # CONFIG_PCI200SYN is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_DEBUG is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 350f364c94b..320ccb928c4 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -1578,6 +1578,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set # CONFIG_PCF8575 is not set +# CONFIG_PCI is not set # CONFIG_PCI200SYN is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set @@ -1590,7 +1591,6 @@ CONFIG_PARTITION_ADVANCED=y CONFIG_PCI_QUIRKS=y # CONFIG_PCI_STUB is not set CONFIG_PCI_SYSCALL=y -CONFIG_PCI=y # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set diff --git a/target/linux/generic-2.6/config-2.6.32 b/target/linux/generic-2.6/config-2.6.32 index b0000aba6a0..0a7d109b7be 100644 --- a/target/linux/generic-2.6/config-2.6.32 +++ b/target/linux/generic-2.6/config-2.6.32 @@ -1655,6 +1655,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set # CONFIG_PCF8575 is not set +# CONFIG_PCI is not set # CONFIG_PCI200SYN is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_DEBUG is not set @@ -1670,7 +1671,6 @@ CONFIG_PARTITION_ADVANCED=y CONFIG_PCI_QUIRKS=y # CONFIG_PCI_STUB is not set CONFIG_PCI_SYSCALL=y -CONFIG_PCI=y # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set diff --git a/target/linux/generic-2.6/config-2.6.33 b/target/linux/generic-2.6/config-2.6.33 index 66cd9dbfb3c..c8e1e91b7a5 100644 --- a/target/linux/generic-2.6/config-2.6.33 +++ b/target/linux/generic-2.6/config-2.6.33 @@ -1671,6 +1671,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set # CONFIG_PCF8575 is not set +# CONFIG_PCI is not set # CONFIG_PCI200SYN is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_DEBUG is not set @@ -1686,7 +1687,6 @@ CONFIG_PARTITION_ADVANCED=y CONFIG_PCI_QUIRKS=y # CONFIG_PCI_STUB is not set CONFIG_PCI_SYSCALL=y -CONFIG_PCI=y # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set diff --git a/target/linux/goldfish/config-2.6.30 b/target/linux/goldfish/config-2.6.30 index 80780934a05..abb11e4c68d 100644 --- a/target/linux/goldfish/config-2.6.30 +++ b/target/linux/goldfish/config-2.6.30 @@ -159,7 +159,6 @@ CONFIG_MTD_UBI=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PAGE_POISONING is not set -# CONFIG_PCI is not set # CONFIG_PCI_SYSCALL is not set # CONFIG_PDA_POWER is not set # CONFIG_PM_DEBUG is not set diff --git a/target/linux/ifxmips/config-2.6.30 b/target/linux/ifxmips/config-2.6.30 index 0dffd566bf7..e41b2881b0d 100644 --- a/target/linux/ifxmips/config-2.6.30 +++ b/target/linux/ifxmips/config-2.6.30 @@ -118,6 +118,7 @@ CONFIG_MTD_IFXMIPS=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/iop32x/config-default b/target/linux/iop32x/config-default index d3dfe83bef9..81d2e2ba396 100644 --- a/target/linux/iop32x/config-default +++ b/target/linux/iop32x/config-default @@ -93,6 +93,7 @@ CONFIG_NET_DMA=y CONFIG_NLS=m CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PCI=y CONFIG_PLAT_IOP=y CONFIG_R8169_VLAN=y CONFIG_R8169=y diff --git a/target/linux/ixp4xx/config-2.6.32 b/target/linux/ixp4xx/config-2.6.32 index ace71486202..0b3325275e2 100644 --- a/target/linux/ixp4xx/config-2.6.32 +++ b/target/linux/ixp4xx/config-2.6.32 @@ -124,6 +124,7 @@ CONFIG_MTD_OTP=y CONFIG_MTD_REDBOOT_PARTS=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_PCI=y CONFIG_PHYLIB=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1672=y diff --git a/target/linux/kirkwood/config-default b/target/linux/kirkwood/config-default index b20ba2b7c5b..3f6e03da3a4 100644 --- a/target/linux/kirkwood/config-default +++ b/target/linux/kirkwood/config-default @@ -128,6 +128,7 @@ CONFIG_OUTER_CACHE=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_PATA_ARTOP=m +CONFIG_PCI=y # CONFIG_PCI_STUB is not set CONFIG_PHYLIB=y CONFIG_PLAT_ORION=y diff --git a/target/linux/mpc52xx/config-2.6.30 b/target/linux/mpc52xx/config-2.6.30 index 5c8602fbcfc..20f2702a0d8 100644 --- a/target/linux/mpc52xx/config-2.6.30 +++ b/target/linux/mpc52xx/config-2.6.30 @@ -153,6 +153,7 @@ CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 # CONFIG_PARTITION_ADVANCED is not set # CONFIG_PATA_MPC52xx is not set +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y # CONFIG_PCIEPORTBUS is not set CONFIG_PCI_LEGACY=y diff --git a/target/linux/mpc83xx/config-2.6.32 b/target/linux/mpc83xx/config-2.6.32 index 030a7b41163..15e121a586e 100644 --- a/target/linux/mpc83xx/config-2.6.32 +++ b/target/linux/mpc83xx/config-2.6.32 @@ -130,6 +130,7 @@ CONFIG_OF_MDIO=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 CONFIG_PATA_RB_PPC=m +CONFIG_PCI=y CONFIG_PCIEAER=y # CONFIG_PCIEAER_INJECT is not set CONFIG_PCIEPORTBUS=y diff --git a/target/linux/mpc83xx/config-default b/target/linux/mpc83xx/config-default index 20413ec2193..eb1889f5bbf 100644 --- a/target/linux/mpc83xx/config-default +++ b/target/linux/mpc83xx/config-default @@ -124,6 +124,7 @@ CONFIG_OF=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 CONFIG_PATA_RB_PPC=m +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y # CONFIG_PCIEAER_INJECT is not set diff --git a/target/linux/octeon/config-2.6.30 b/target/linux/octeon/config-2.6.30 index d792624bb28..b0c96c11de6 100644 --- a/target/linux/octeon/config-2.6.30 +++ b/target/linux/octeon/config-2.6.30 @@ -196,6 +196,7 @@ CONFIG_OCTEON_MGMT=y CONFIG_PAGEFLAGS_EXTENDED=y # CONFIG_PAGE_POISONING is not set # CONFIG_PARTITION_ADVANCED is not set +CONFIG_PCI=y # CONFIG_PCI_DEBUG is not set CONFIG_PCI_DOMAINS=y CONFIG_PHYS_ADDR_T_64BIT=y diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index 0f9eb27f352..ed16c7e2117 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -177,6 +177,7 @@ CONFIG_NET_DSA=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PATA_ARTOP=m # CONFIG_PC300 is not set +CONFIG_PCI=y # CONFIG_PCI200SYN is not set # CONFIG_PCIPCWATCHDOG is not set CONFIG_PLAT_ORION=y diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index 252637a59bd..41cc7dd4c95 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -123,6 +123,7 @@ CONFIG_OF=y CONFIG_OPENRB=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEAER=y diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index 4a0b3e34aed..bf540f6c3f4 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -113,6 +113,7 @@ CONFIG_OF_GPIO=y CONFIG_OF=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc0000000 +CONFIG_PCI=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEAER=y diff --git a/target/linux/ps3/config-2.6.30 b/target/linux/ps3/config-2.6.30 index 333f4fd3163..2fad43e9d25 100644 --- a/target/linux/ps3/config-2.6.30 +++ b/target/linux/ps3/config-2.6.30 @@ -209,7 +209,6 @@ CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc000000000000000 # CONFIG_PARTITION_ADVANCED is not set # CONFIG_PCI_DOMAINS is not set -# CONFIG_PCI is not set # CONFIG_PCI_SYSCALL is not set CONFIG_PHYS_ADDR_T_64BIT=y CONFIG_PHYSICAL_START=0x00000000 diff --git a/target/linux/pxcab/config-2.6.30 b/target/linux/pxcab/config-2.6.30 index 7c28c27b3af..5b5ecd10f59 100644 --- a/target/linux/pxcab/config-2.6.30 +++ b/target/linux/pxcab/config-2.6.30 @@ -283,6 +283,7 @@ CONFIG_OF=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc000000000000000 # CONFIG_PARTITION_ADVANCED is not set +CONFIG_PCI=y # CONFIG_PCI_DEBUG is not set CONFIG_PCI_DOMAINS=y # CONFIG_PCIEPORTBUS is not set diff --git a/target/linux/pxcab/config-2.6.31 b/target/linux/pxcab/config-2.6.31 index 147fd498f34..3221b038e93 100644 --- a/target/linux/pxcab/config-2.6.31 +++ b/target/linux/pxcab/config-2.6.31 @@ -300,6 +300,7 @@ CONFIG_OF=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xc000000000000000 # CONFIG_PARTITION_ADVANCED is not set +CONFIG_PCI=y # CONFIG_PCI_DEBUG is not set CONFIG_PCI_DOMAINS=y # CONFIG_PCIEPORTBUS is not set diff --git a/target/linux/ramips/rt288x/config-2.6.32 b/target/linux/ramips/rt288x/config-2.6.32 index 2be3b0d3b81..7d7a45adf8b 100644 --- a/target/linux/ramips/rt288x/config-2.6.32 +++ b/target/linux/ramips/rt288x/config-2.6.32 @@ -108,6 +108,7 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/ramips/rt305x/config-2.6.32 b/target/linux/ramips/rt305x/config-2.6.32 index db1c3a4e260..6058fed0e73 100644 --- a/target/linux/ramips/rt305x/config-2.6.32 +++ b/target/linux/ramips/rt305x/config-2.6.32 @@ -105,6 +105,7 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PHYLIB=y # CONFIG_PMC_MSP is not set # CONFIG_PMC_YOSEMITE is not set diff --git a/target/linux/rb532/config-default b/target/linux/rb532/config-default index a363c997b8c..e68846163bb 100644 --- a/target/linux/rb532/config-default +++ b/target/linux/rb532/config-default @@ -129,6 +129,7 @@ CONFIG_NF_CT_ACCT=y # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PATA_RB532=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PCSPKR_PLATFORM=y # CONFIG_PMC_MSP is not set diff --git a/target/linux/rdc/config-2.6.30 b/target/linux/rdc/config-2.6.30 index 0788d556234..b18048b4bef 100644 --- a/target/linux/rdc/config-2.6.30 +++ b/target/linux/rdc/config-2.6.30 @@ -205,6 +205,7 @@ CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PARAVIRT_GUEST is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_PC87413_WDT is not set +CONFIG_PCI=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_DISABLE_COMMON_QUIRKS=y diff --git a/target/linux/rdc/config-2.6.32 b/target/linux/rdc/config-2.6.32 index b96fca3edee..4a1f9f38edd 100644 --- a/target/linux/rdc/config-2.6.32 +++ b/target/linux/rdc/config-2.6.32 @@ -207,6 +207,7 @@ CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PARAVIRT_GUEST is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_PC87413_WDT is not set +CONFIG_PCI=y # CONFIG_PCIEPORTBUS is not set CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y diff --git a/target/linux/s3c24xx/config-2.6.30 b/target/linux/s3c24xx/config-2.6.30 index 30cb86d14e2..9a6af9541bd 100644 --- a/target/linux/s3c24xx/config-2.6.30 +++ b/target/linux/s3c24xx/config-2.6.30 @@ -266,7 +266,6 @@ CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_PCF50633_ADC=y CONFIG_PCF50633_GPIO=y -# CONFIG_PCI is not set # CONFIG_PCI_SYSCALL is not set # CONFIG_PDA_POWER is not set CONFIG_PLAT_S3C24XX=y diff --git a/target/linux/sibyte/config-default b/target/linux/sibyte/config-default index 22dcb126ce6..375f2fe301e 100644 --- a/target/linux/sibyte/config-default +++ b/target/linux/sibyte/config-default @@ -135,6 +135,7 @@ CONFIG_MTD_PHYSMAP=y # CONFIG_NXP_STB220 is not set # CONFIG_NXP_STB225 is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DOMAINS=y CONFIG_PHYLIB=y CONFIG_PHYS_ADDR_T_64BIT=y diff --git a/target/linux/ubicom32/config-default b/target/linux/ubicom32/config-default index 47cb52995b9..57dbce039b6 100755 --- a/target/linux/ubicom32/config-default +++ b/target/linux/ubicom32/config-default @@ -126,6 +126,7 @@ CONFIG_OCM_MODULES_RESERVATION=41 CONFIG_OLD_40400010_SYSTEM_CALL=y # CONFIG_PACKET_MMAP is not set CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_PCI=y CONFIG_PCI_DEV0_IDSEL=0x001000000 CONFIG_PCI_DEV1_IDSEL=0x002000000 CONFIG_PRINTK_TIME=y diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386 index 748df034acf..b8f78dc7e6a 100644 --- a/target/linux/uml/config/i386 +++ b/target/linux/uml/config/i386 @@ -167,4 +167,3 @@ CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_XADD=y CONFIG_XTERM_CHAN=y CONFIG_ZONE_DMA_FLAG=0 -# CONFIG_PCI is not set diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index d667e891751..6df42ff3ab9 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -124,4 +124,3 @@ CONFIG_UML_X86=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_XTERM_CHAN=y CONFIG_ZONE_DMA_FLAG=0 -# CONFIG_PCI is not set diff --git a/target/linux/x86/config-2.6.30 b/target/linux/x86/config-2.6.30 index e5b324382bf..b66a2e9d969 100644 --- a/target/linux/x86/config-2.6.30 +++ b/target/linux/x86/config-2.6.30 @@ -278,6 +278,7 @@ CONFIG_PATA_SC1200=y CONFIG_PATA_VIA=y # CONFIG_PC8736x_GPIO is not set # CONFIG_PC87413_WDT is not set +CONFIG_PCI=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_DOMAINS=y diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 6e26adc99e0..535eab3c38d 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -328,6 +328,7 @@ CONFIG_PATA_SC1200=y CONFIG_PATA_VIA=y # CONFIG_PC8736x_GPIO is not set # CONFIG_PC87413_WDT is not set +CONFIG_PCI=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_DOMAINS=y diff --git a/target/linux/xburst/config-2.6.32 b/target/linux/xburst/config-2.6.32 index 78390a0f03b..bbaaeecb000 100644 --- a/target/linux/xburst/config-2.6.32 +++ b/target/linux/xburst/config-2.6.32 @@ -251,7 +251,6 @@ CONFIG_NLS=y # CONFIG_NXP_STB225 is not set # CONFIG_PACKET_MMAP is not set CONFIG_PAGEFLAGS_EXTENDED=y -# CONFIG_PCI is not set CONFIG_PCSPKR_PLATFORM=y # CONFIG_PDA_POWER is not set # CONFIG_PMC_MSP is not set