From a614251e6cf6b74ddf1249c05984ae96c603c573 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 4 May 2009 19:13:43 +0000 Subject: [PATCH] cleanup MTD option handling SVN-Revision: 15602 --- target/linux/adm5120/router_be/config-2.6.28 | 36 -- target/linux/adm5120/router_le/config-2.6.28 | 43 -- target/linux/amazon/config-2.6.21 | 44 -- target/linux/ar7/config-2.6.26 | 39 -- target/linux/ar71xx/config-2.6.28 | 36 -- target/linux/ar71xx/config-2.6.29 | 38 -- target/linux/ar71xx/config-2.6.30 | 36 -- target/linux/at91/config-2.6.25 | 32 -- target/linux/atheros/config-2.6.28 | 40 -- target/linux/au1000/au1500/config-2.6.27 | 34 -- target/linux/au1000/au1550/config-2.6.27 | 34 -- target/linux/avr32/config-default | 33 -- target/linux/brcm47xx/config-2.6.28 | 39 -- target/linux/brcm63xx/config-2.6.27 | 35 -- target/linux/etrax/config-2.6.25 | 40 -- target/linux/etrax/config-2.6.29 | 38 -- target/linux/etrax/config-default | 40 -- target/linux/generic-2.6/config-2.6.21 | 417 ++++++++------ target/linux/generic-2.6/config-2.6.23 | 457 ++++++++------- target/linux/generic-2.6/config-2.6.25 | 497 +++++++++------- target/linux/generic-2.6/config-2.6.26 | 511 +++++++++-------- target/linux/generic-2.6/config-2.6.27 | 531 +++++++++-------- target/linux/generic-2.6/config-2.6.28 | 563 ++++++++++-------- target/linux/generic-2.6/config-2.6.29 | 565 +++++++++++-------- target/linux/generic-2.6/config-2.6.30 | 63 ++- target/linux/ifxmips/config-2.6.26 | 42 -- target/linux/ifxmips/config-2.6.27 | 38 -- target/linux/ifxmips/config-2.6.28 | 38 -- target/linux/iop32x/config-default | 45 -- target/linux/ixp4xx/config-2.6.27 | 44 -- target/linux/ixp4xx/config-2.6.28 | 44 -- target/linux/ixp4xx/config-2.6.29 | 46 -- target/linux/ixp4xx/config-2.6.30 | 46 -- target/linux/ixp4xx/config-default | 48 -- target/linux/kirkwood/config-default | 43 -- target/linux/olpc/config-2.6.26 | 32 -- target/linux/olpc/config-2.6.27 | 28 - target/linux/orion/config-default | 45 -- target/linux/ppc40x/config-default | 45 -- target/linux/ppc44x/config-default | 45 -- target/linux/pxa/config-default | 42 -- target/linux/rb532/config-2.6.28 | 42 -- target/linux/rdc/config-2.6.28 | 34 -- target/linux/s3c24xx/config-2.6.28 | 38 -- target/linux/sibyte/config-default | 40 -- target/linux/storm/config-default | 42 -- target/linux/x86/config-2.6.28 | 28 - target/linux/x86/config-2.6.29 | 30 - 48 files changed, 2047 insertions(+), 3119 deletions(-) diff --git a/target/linux/adm5120/router_be/config-2.6.28 b/target/linux/adm5120/router_be/config-2.6.28 index f5f83109bb..68ae843ba2 100644 --- a/target/linux/adm5120/router_be/config-2.6.28 +++ b/target/linux/adm5120/router_be/config-2.6.28 @@ -133,47 +133,11 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set CONFIG_MODULE_FORCE_UNLOAD=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set CONFIG_MTD_ADM5120=y -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y CONFIG_MTD_BLOCK2MTD=y -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_CFI_FIXUP_MACRONIX_BOOTLOC=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_MTD_TRXSPLIT=y # CONFIG_NET_PCI is not set # CONFIG_NF_DEFRAG_IPV4 is not set diff --git a/target/linux/adm5120/router_le/config-2.6.28 b/target/linux/adm5120/router_le/config-2.6.28 index 425c1044dc..5575d74aa0 100644 --- a/target/linux/adm5120/router_le/config-2.6.28 +++ b/target/linux/adm5120/router_le/config-2.6.28 @@ -163,57 +163,14 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set CONFIG_MODULE_FORCE_UNLOAD=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set CONFIG_MTD_ADM5120=y -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_CFI_FIXUP_MACRONIX_BOOTLOC=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_JEDECPROBE=y -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_MYLOADER_PARTS=y CONFIG_MTD_NAND=y -# CONFIG_MTD_NAND_CAFE is not set -# CONFIG_MTD_NAND_DISKONCHIP is not set -# CONFIG_MTD_NAND_ECC_SMC is not set -CONFIG_MTD_NAND_IDS=y -# CONFIG_MTD_NAND_MUSEUM_IDS is not set -# CONFIG_MTD_NAND_NANDSIM is not set CONFIG_MTD_NAND_PLATFORM=y -# CONFIG_MTD_NAND_VERIFY_WRITE is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_MTD_TRXSPLIT=y # CONFIG_NATSEMI is not set # CONFIG_NF_DEFRAG_IPV4 is not set diff --git a/target/linux/amazon/config-2.6.21 b/target/linux/amazon/config-2.6.21 index 1da6b9b702..5284e3a865 100644 --- a/target/linux/amazon/config-2.6.21 +++ b/target/linux/amazon/config-2.6.21 @@ -103,8 +103,6 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MOMENCO_OCELOT_3 is not set # CONFIG_MOMENCO_OCELOT_C is not set # CONFIG_MOMENCO_OCELOT_G is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set CONFIG_MTD_AMAZON_BUS_WIDTH_16=y # CONFIG_MTD_AMAZON_BUS_WIDTH_32 is not set # CONFIG_MTD_AMAZON_BUS_WIDTH_8 is not set @@ -112,59 +110,17 @@ CONFIG_MTD_AMAZON_BUS_WIDTH_16=y # CONFIG_MTD_AMAZON_FLASH_SIZE_2 is not set CONFIG_MTD_AMAZON_FLASH_SIZE_4=y # CONFIG_MTD_AMAZON_FLASH_SIZE_8 is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_OBSOLETE_CHIPS is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=0 CONFIG_MTD_PHYSMAP_LEN=0x0 CONFIG_MTD_PHYSMAP_START=0x0 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-3 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NET_PCI is not set CONFIG_NET_SCH_FIFO=y # CONFIG_NET_VENDOR_3COM is not set diff --git a/target/linux/ar7/config-2.6.26 b/target/linux/ar7/config-2.6.26 index b24f306370..9d5f6d7082 100644 --- a/target/linux/ar7/config-2.6.26 +++ b/target/linux/ar7/config-2.6.26 @@ -105,51 +105,12 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SEAD is not set # CONFIG_MIPS_SIM is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set CONFIG_MTD_AR7_PARTS=y -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_CFI_STAA=y -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=2 CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0x10000000 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_NO_EXCEPT_FILL=y # CONFIG_NO_IOPORT is not set # CONFIG_OCF_OCF is not set diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index 8d10f77bd7..267627f02f 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -126,51 +126,15 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -# CONFIG_MTD_JEDECPROBE is not set CONFIG_MTD_M25P80=y -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_MYLOADER_PARTS=y CONFIG_MTD_NAND=y -# CONFIG_MTD_NAND_CAFE is not set -# CONFIG_MTD_NAND_DISKONCHIP is not set -# CONFIG_MTD_NAND_ECC_SMC is not set -CONFIG_MTD_NAND_IDS=y -# CONFIG_MTD_NAND_MUSEUM_IDS is not set -# CONFIG_MTD_NAND_NANDSIM is not set -# CONFIG_MTD_NAND_PLATFORM is not set CONFIG_MTD_NAND_RB4XX=y -# CONFIG_MTD_NAND_VERIFY_WRITE is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_MYLOADER=y # CONFIG_NATSEMI is not set CONFIG_NET_DSA=y diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index a879271206..1541504c7a 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -132,52 +132,14 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set CONFIG_MISC_FILESYSTEMS=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_LPDDR is not set CONFIG_MTD_M25P80=y -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_NAND=y -# CONFIG_MTD_NAND_CAFE is not set -# CONFIG_MTD_NAND_DISKONCHIP is not set -# CONFIG_MTD_NAND_ECC_SMC is not set -CONFIG_MTD_NAND_IDS=y -# CONFIG_MTD_NAND_MUSEUM_IDS is not set -# CONFIG_MTD_NAND_NANDSIM is not set -# CONFIG_MTD_NAND_PLATFORM is not set CONFIG_MTD_NAND_RB4XX=y -# CONFIG_MTD_NAND_VERIFY_WRITE is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_TESTS is not set CONFIG_MYLOADER=y # CONFIG_NATIONAL_PHY is not set # CONFIG_NATSEMI is not set diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index f52768228a..c7900f9371 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -133,50 +133,14 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -# CONFIG_MTD_JEDECPROBE is not set CONFIG_MTD_M25P80=y -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_NAND=y -# CONFIG_MTD_NAND_CAFE is not set -# CONFIG_MTD_NAND_DISKONCHIP is not set -# CONFIG_MTD_NAND_ECC_SMC is not set -CONFIG_MTD_NAND_IDS=y -# CONFIG_MTD_NAND_MUSEUM_IDS is not set -# CONFIG_MTD_NAND_NANDSIM is not set -# CONFIG_MTD_NAND_PLATFORM is not set CONFIG_MTD_NAND_RB4XX=y -# CONFIG_MTD_NAND_VERIFY_WRITE is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-2 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_MYLOADER=y # CONFIG_NATSEMI is not set CONFIG_NET_DSA=y diff --git a/target/linux/at91/config-2.6.25 b/target/linux/at91/config-2.6.25 index 29a0edca5f..218ba5775d 100644 --- a/target/linux/at91/config-2.6.25 +++ b/target/linux/at91/config-2.6.25 @@ -166,45 +166,13 @@ CONFIG_MACH_VLINK=y CONFIG_MMC_BLOCK_BOUNCE=y # CONFIG_MMC_DEBUG is not set # CONFIG_MMC_UNSAFE_RESUME is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set CONFIG_MTD_AT91_DATAFLASH=y CONFIG_MTD_AT91_PARTS=y -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set # CONFIG_MTD_ROOTFS_ROOT_DEV is not set # CONFIG_MTD_ROOTFS_SPLIT is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NET_IPGRE_BROADCAST is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NEW_LEDS is not set diff --git a/target/linux/atheros/config-2.6.28 b/target/linux/atheros/config-2.6.28 index 87a61ac122..442210443e 100644 --- a/target/linux/atheros/config-2.6.28 +++ b/target/linux/atheros/config-2.6.28 @@ -105,57 +105,17 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set CONFIG_MTD_AR2315=y -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_MYLOADER_PARTS=y -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=0 CONFIG_MTD_PHYSMAP_LEN=0x0 CONFIG_MTD_PHYSMAP_START=0x0 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-3 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_MVSWITCH_PHY=y # CONFIG_NET_PCI is not set # CONFIG_NF_DEFRAG_IPV4 is not set diff --git a/target/linux/au1000/au1500/config-2.6.27 b/target/linux/au1000/au1500/config-2.6.27 index 94e6573720..a348b445f6 100644 --- a/target/linux/au1000/au1500/config-2.6.27 +++ b/target/linux/au1000/au1500/config-2.6.27 @@ -152,48 +152,14 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_SIM is not set # CONFIG_MIPS_XXS1500 is not set CONFIG_MODULE_FORCE_UNLOAD=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set # CONFIG_MTD_ALCHEMY is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=2 CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0x8000000 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NET_SCH_ESFQ_NFCT is not set # CONFIG_NO_IOPORT is not set diff --git a/target/linux/au1000/au1550/config-2.6.27 b/target/linux/au1000/au1550/config-2.6.27 index f7a76ab9dc..98cd531c4a 100644 --- a/target/linux/au1000/au1550/config-2.6.27 +++ b/target/linux/au1000/au1550/config-2.6.27 @@ -152,48 +152,14 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_SIM is not set # CONFIG_MIPS_XXS1500 is not set CONFIG_MODULE_FORCE_UNLOAD=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set # CONFIG_MTD_ALCHEMY is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=2 CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0x8000000 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set CONFIG_NETFILTER_XTABLES=m CONFIG_NETFILTER_XT_MATCH_COMMENT=m diff --git a/target/linux/avr32/config-default b/target/linux/avr32/config-default index 6d03539169..eaf440f25f 100644 --- a/target/linux/avr32/config-default +++ b/target/linux/avr32/config-default @@ -77,49 +77,16 @@ CONFIG_MMC_BLOCK_BOUNCE=y # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_SPI is not set # CONFIG_MMC_UNSAFE_RESUME is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set -# CONFIG_MTD_CONCAT is not set CONFIG_MTD_DATAFLASH=y # CONFIG_MTD_DATAFLASH_OTP is not set # CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=2 CONFIG_MTD_PHYSMAP_LEN=0x0 CONFIG_MTD_PHYSMAP_START=0x80000000 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NEED_NODE_MEMMAP_SIZE is not set CONFIG_NF_CT_ACCT=y # CONFIG_NMI_DEBUGGING is not set diff --git a/target/linux/brcm47xx/config-2.6.28 b/target/linux/brcm47xx/config-2.6.28 index 31eeaea89c..072f9420bd 100644 --- a/target/linux/brcm47xx/config-2.6.28 +++ b/target/linux/brcm47xx/config-2.6.28 @@ -113,46 +113,7 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set CONFIG_MTD_BCM47XX=y -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NF_DEFRAG_IPV4 is not set # CONFIG_NO_IOPORT is not set diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index 0db641b0c9..cb01af3b8b 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -140,53 +140,18 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_SIM is not set CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_FORCE_UNLOAD=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set CONFIG_MTD_BCM963XX=y -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_CFI_BE_BYTE_SWAP=y # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set # CONFIG_MTD_CFI_NOSWAP is not set CONFIG_MTD_CFI_STAA=y -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_JEDECPROBE=y -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NO_IOPORT is not set CONFIG_PAGEFLAGS_EXTENDED=y diff --git a/target/linux/etrax/config-2.6.25 b/target/linux/etrax/config-2.6.25 index e56a9cfc2a..e60fcc5381 100644 --- a/target/linux/etrax/config-2.6.25 +++ b/target/linux/etrax/config-2.6.25 @@ -155,55 +155,15 @@ CONFIG_HAVE_IDE=y # CONFIG_IBM_NEW_EMAC_ZMII is not set # CONFIG_IDE is not set CONFIG_INITRAMFS_SOURCE="" -CONFIG_MTD=y CONFIG_MTDRAM_ABS_POS=0x0 CONFIG_MTDRAM_ERASE_SIZE=128 CONFIG_MTDRAM_TOTAL_SIZE=0 -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y CONFIG_MTD_CONCAT=y -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_JEDECPROBE=y -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set CONFIG_MTD_MTDRAM=y -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NETDEV_1000 is not set CONFIG_NLS=y CONFIG_NLS_CODEPAGE_437=y diff --git a/target/linux/etrax/config-2.6.29 b/target/linux/etrax/config-2.6.29 index 872a110d2b..c6b6814449 100644 --- a/target/linux/etrax/config-2.6.29 +++ b/target/linux/etrax/config-2.6.29 @@ -94,53 +94,15 @@ CONFIG_HAVE_IDE=y # CONFIG_LIB80211 is not set # CONFIG_MAC80211 is not set CONFIG_MISC_FILESYSTEMS=y -CONFIG_MTD=y CONFIG_MTDRAM_ABS_POS=0x0 CONFIG_MTDRAM_ERASE_SIZE=128 CONFIG_MTDRAM_TOTAL_SIZE=0 -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y CONFIG_MTD_CONCAT=y -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_JEDECPROBE=y -# CONFIG_MTD_LPDDR is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set CONFIG_MTD_MTDRAM=y -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_TESTS is not set # CONFIG_NETDEV_1000 is not set # CONFIG_NET_SCH_DRR is not set # CONFIG_NF_DEFRAG_IPV4 is not set diff --git a/target/linux/etrax/config-default b/target/linux/etrax/config-default index cf1be0563b..8cd9cc2948 100644 --- a/target/linux/etrax/config-default +++ b/target/linux/etrax/config-default @@ -183,55 +183,15 @@ CONFIG_INITRAMFS_SOURCE="" CONFIG_LZO_COMPRESS=m CONFIG_LZO_DECOMPRESS=m CONFIG_MSDOS_FS=y -CONFIG_MTD=y CONFIG_MTDRAM_ABS_POS=0x0 CONFIG_MTDRAM_ERASE_SIZE=128 CONFIG_MTDRAM_TOTAL_SIZE=0 -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y CONFIG_MTD_CONCAT=y -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_JEDECPROBE=y -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set CONFIG_MTD_MTDRAM=y -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_NLS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y diff --git a/target/linux/generic-2.6/config-2.6.21 b/target/linux/generic-2.6/config-2.6.21 index 87d87ee733..e2d9e50937 100644 --- a/target/linux/generic-2.6/config-2.6.21 +++ b/target/linux/generic-2.6/config-2.6.21 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set @@ -7,8 +8,8 @@ # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_AFS_FS is not set -# CONFIG_AIRO is not set # CONFIG_AIRO_CS is not set +# CONFIG_AIRO is not set # CONFIG_AMD8111_ETH is not set # CONFIG_AMIGA_PARTITION is not set # CONFIG_APPLICOM is not set @@ -18,18 +19,17 @@ CONFIG_ARPD=y CONFIG_ASK_IP_FIB_HASH=y # CONFIG_ATA is not set # CONFIG_ATALK is not set -# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_OVER_ETH is not set +# CONFIG_ATARI_PARTITION is not set # CONFIG_ATL1 is not set -# CONFIG_ATM is not set -# CONFIG_ATMEL is not set # CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_BR2684 is not set CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM_BR2684 is not set # CONFIG_ATM_CLIP is not set CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_DRIVERS is not set # CONFIG_ATM_DUMMY is not set +# CONFIG_ATMEL is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_FORE200E_MAYBE is not set @@ -37,6 +37,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_IDT77252 is not set +# CONFIG_ATM is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_MPOA is not set @@ -46,8 +47,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_AUDIT is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set -# CONFIG_AX25 is not set # CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_AX25 is not set # CONFIG_B44 is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set CONFIG_BASE_FULL=y @@ -56,13 +57,13 @@ CONFIG_BASE_FULL=y # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set # CONFIG_BAYCOM_SER_HDX is not set -# CONFIG_BCM43XX is not set CONFIG_BCM43XX_DEBUG=y -CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_DMA_AND_PIO_MODE=y # CONFIG_BCM43XX_DMA_MODE is not set -CONFIG_BCM43XX_PIO=y +CONFIG_BCM43XX_DMA=y +# CONFIG_BCM43XX is not set # CONFIG_BCM43XX_PIO_MODE is not set +CONFIG_BCM43XX_PIO=y # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set CONFIG_BINFMT_ELF=y @@ -90,9 +91,9 @@ CONFIG_BINFMT_ELF=y # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDEPCI is not set # CONFIG_BLK_DEV_IDEPNP is not set +# CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_BLK_DEV_IT8213 is not set @@ -124,7 +125,6 @@ CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BONDING is not set # CONFIG_BPQETHER is not set -CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set @@ -147,11 +147,11 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set +CONFIG_BRIDGE=y CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y -CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_BT is not set +CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BT_BNEP is not set CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y @@ -163,13 +163,14 @@ CONFIG_BT_BNEP_PROTO_FILTER=y # CONFIG_BT_HCIBT3C is not set # CONFIG_BT_HCIBTUART is not set # CONFIG_BT_HCIDTL1 is not set -# CONFIG_BT_HCIUART is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART is not set # CONFIG_BT_HCIUSB is not set CONFIG_BT_HCIUSB_SCO=y # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_HIDP is not set +# CONFIG_BT is not set # CONFIG_BT_L2CAP is not set # CONFIG_BT_RFCOMM is not set CONFIG_BT_RFCOMM_TTY=y @@ -191,12 +192,12 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set -# CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS is not set CONFIG_CIFS_POSIX=y -CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_STATS=y # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set CONFIG_CLS_U32_MARK=y @@ -210,7 +211,6 @@ CONFIG_CONFIGFS_FS=y CONFIG_CRC32=y # CONFIG_CRC_CCITT is not set CONFIG_CROSSCOMPILE=y -CONFIG_CRYPTO=y # CONFIG_CRYPTO_AES is not set # CONFIG_CRYPTO_ALGAPI is not set # CONFIG_CRYPTO_ANUBIS is not set @@ -244,10 +244,11 @@ CONFIG_CRYPTO=y # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_COMMON is not set +# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set +CONFIG_CRYPTO=y # CONFIG_DAVICOM_PHY is not set # CONFIG_DEBUG_FS is not set # CONFIG_DEBUG_KERNEL is not set @@ -278,8 +279,8 @@ CONFIG_DEVFS_MOUNT=y # CONFIG_DTLK is not set # CONFIG_DUMMY is not set # CONFIG_DVB is not set -# CONFIG_E100 is not set # CONFIG_E1000 is not set +# CONFIG_E100 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set # CONFIG_EFI_PARTITION is not set @@ -301,20 +302,20 @@ CONFIG_EXPERIMENTAL=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set CONFIG_FIB_RULES=y -CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y +CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y # CONFIG_FORCEDETH is not set # CONFIG_FS_POSIX_ACL is not set # CONFIG_FTL is not set # CONFIG_FUSE_FS is not set -# CONFIG_FUSION is not set # CONFIG_FUSION_FC is not set +# CONFIG_FUSION is not set # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y @@ -333,27 +334,27 @@ CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_HERMES is not set -# CONFIG_HFSPLUS_FS is not set # CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_HID_DEBUG is not set # CONFIG_HID_FF is not set # CONFIG_HIPPI is not set -# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_CS is not set -CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_FIRMWARE=y +# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_PCI is not set # CONFIG_HOSTAP_PLX is not set -CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG=y # CONFIG_HP100 is not set # CONFIG_HPFS_FS is not set # CONFIG_HUGETLB_PAGE is not set # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set CONFIG_HZ=100 -CONFIG_HZ_100=y # CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_1024 is not set # CONFIG_HZ_128 is not set # CONFIG_HZ_250 is not set @@ -390,27 +391,26 @@ CONFIG_HZ_100=y # CONFIG_I2C_VOODOO3 is not set # CONFIG_I2O is not set # CONFIG_I82092 is not set +# CONFIG_IDEDISK_MULTI_MODE is not set CONFIG_IDE_MAX_HWIFS=4 # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IEEE1394 is not set -# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_CRYPT_CCMP is not set # CONFIG_IEEE80211_CRYPT_TKIP is not set # CONFIG_IEEE80211_CRYPT_WEP is not set # CONFIG_IEEE80211_DEBUG is not set -# CONFIG_IEEE80211_SOFTMAC is not set +# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set +# CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set -CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_IMQ is not set +CONFIG_IKCONFIG=y # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set CONFIG_IMQ_BEHAVIOR_BA=y # CONFIG_IMQ_BEHAVIOR_BB is not set +# CONFIG_IMQ is not set CONFIG_IMQ_NUM_DEVS=2 -CONFIG_INET=y # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set @@ -431,24 +431,25 @@ CONFIG_INET=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_INPUT is not set -# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set -# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_TOUCHSCREEN is not set @@ -479,49 +480,30 @@ CONFIG_IOSCHED_NOOP=y # CONFIG_IP6_NF_TARGET_LOG is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_ROUTE is not set -# CONFIG_IPC_NS is not set -# CONFIG_IPMI_HANDLER is not set -CONFIG_IPSEC_NAT_TRAVERSAL=y -# CONFIG_IPV6 is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -# CONFIG_IPV6_PRIVACY is not set -CONFIG_IPV6_ROUTER_PREF=y -# CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPW2100 is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2100_MONITOR=y -# CONFIG_IPW2200 is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPX is not set CONFIG_IP_ADVANCED_ROUTER=y -# CONFIG_IP_DCCP is not set +# CONFIG_IPC_NS is not set CONFIG_IP_DCCP_ACKVEC=y -# CONFIG_IP_DCCP_CCID2 is not set # CONFIG_IP_DCCP_CCID2_DEBUG is not set -# CONFIG_IP_DCCP_CCID3 is not set +# CONFIG_IP_DCCP_CCID2 is not set # CONFIG_IP_DCCP_CCID3_DEBUG is not set +# CONFIG_IP_DCCP_CCID3 is not set CONFIG_IP_DCCP_CCID3_RTO=100 +# CONFIG_IP_DCCP is not set # CONFIG_IP_DCCP_TFRC_LIB is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set +# CONFIG_IPMI_HANDLER is not set # CONFIG_IP_MROUTE is not set CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_AMANDA is not set # CONFIG_IP_NF_ARPFILTER is not set -# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_ARP_MANGLE is not set -CONFIG_IP_NF_CONNTRACK=y +# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_CONNTRACK_EVENTS is not set CONFIG_IP_NF_CONNTRACK_MARK=y # CONFIG_IP_NF_CONNTRACK_SUPPORT is not set +CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set CONFIG_IP_NF_FILTER=y @@ -542,7 +524,6 @@ CONFIG_IP_NF_MANGLE=y # CONFIG_IP_NF_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NAT_AMANDA is not set # CONFIG_IP_NF_NAT_FTP is not set # CONFIG_IP_NF_NAT_H323 is not set @@ -552,17 +533,18 @@ CONFIG_IP_NF_NAT_NEEDED=y # CONFIG_IP_NF_NAT_SIP is not set # CONFIG_IP_NF_NAT_SNMP_BASIC is not set # CONFIG_IP_NF_NAT_TFTP is not set +CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NETBIOS_NS is not set # CONFIG_IP_NF_PPTP is not set # CONFIG_IP_NF_QUEUE is not set # CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SET is not set CONFIG_IP_NF_SET_HASHSIZE=1024 # CONFIG_IP_NF_SET_IPHASH is not set # CONFIG_IP_NF_SET_IPMAP is not set # CONFIG_IP_NF_SET_IPPORTHASH is not set # CONFIG_IP_NF_SET_IPTREE is not set # CONFIG_IP_NF_SET_IPTREEMAP is not set +# CONFIG_IP_NF_SET is not set # CONFIG_IP_NF_SET_MACIPMAP is not set CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_SET_NETHASH is not set @@ -586,37 +568,56 @@ CONFIG_IP_NF_TARGET_TCPMSS=y # CONFIG_IP_NF_TFTP is not set # CONFIG_IP_PNP is not set CONFIG_IP_ROUTE_FWMARK=y -CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y # CONFIG_IP_ROUTE_MULTIPATH_DRR is not set # CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set # CONFIG_IP_ROUTE_MULTIPATH_RR is not set # CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set +CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_SCTP is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y +# CONFIG_IPV6 is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTE_INFO is not set +CONFIG_IPV6_ROUTER_PREF=y +# CONFIG_IPV6_SIT is not set +# CONFIG_IPV6_TUNNEL is not set # CONFIG_IP_VS is not set +# CONFIG_IPW2100_DEBUG is not set +# CONFIG_IPW2100 is not set +CONFIG_IPW2100_MONITOR=y +# CONFIG_IPW2200_DEBUG is not set +# CONFIG_IPW2200 is not set +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPX is not set # CONFIG_IRDA is not set # CONFIG_ISCSI_TCP is not set -# CONFIG_ISDN is not set -# CONFIG_ISDN_CAPI is not set # CONFIG_ISDN_CAPI_CAPI20 is not set -# CONFIG_ISDN_CAPI_CAPIFS is not set CONFIG_ISDN_CAPI_CAPIFS_BOOL=y +# CONFIG_ISDN_CAPI_CAPIFS is not set +# CONFIG_ISDN_CAPI is not set CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set # CONFIG_ISDN_I4L is not set +# CONFIG_ISDN is not set # CONFIG_ISO9660_FS is not set # CONFIG_IXGB is not set -# CONFIG_JBD is not set # CONFIG_JBD_DEBUG is not set +# CONFIG_JBD is not set # CONFIG_JFFS2_CMODE_NONE is not set CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set CONFIG_JFFS2_COMPRESSION_OPTIONS=y -CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS=y CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set CONFIG_JFFS2_SUMMARY=y @@ -638,19 +639,19 @@ CONFIG_JOLIET=y # CONFIG_LBD is not set # CONFIG_LDM_PARTITION is not set CONFIG_LEDS_CLASS=y -CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_IDE_DISK is not set -CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEDS_TRIGGER_MORSE is not set +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEGACY_PTYS is not set # CONFIG_LIBCRC32C is not set -CONFIG_LLC=y # CONFIG_LLC2 is not set +CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_LOCKD is not set CONFIG_LOCKDEP_SUPPORT=y +# CONFIG_LOCKD is not set CONFIG_LOCKD_V4=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LSF is not set @@ -666,29 +667,115 @@ CONFIG_MAC_PARTITION=y # CONFIG_MEGARAID_SAS is not set # CONFIG_MFD_SM501 is not set CONFIG_MII=y +CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set -CONFIG_MINI_FO=y # CONFIG_MKISS is not set # CONFIG_MMC is not set CONFIG_MMU=y -CONFIG_MODULES=y # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y +# CONFIG_MTD_SLRAM is not set +CONFIG_MTD=y # CONFIG_MYRI10GE is not set # CONFIG_NCP_FS is not set -CONFIG_NET=y +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_POLICE is not set +# CONFIG_NET_ACT_SIMP is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_IND=y +CONFIG_NET_CLS_POLICE=y +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_ROUTE=y +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_U32 is not set +CONFIG_NET_CLS=y # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set CONFIG_NETDEVICES=y -CONFIG_NETFILTER=y +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_NBYTE is not set +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_U32 is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_ETHERNET=y +# CONFIG_NET_FC is not set # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_NETLINK is not set CONFIG_NETFILTER_XTABLES=y @@ -701,6 +788,8 @@ CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y # CONFIG_NETFILTER_XT_MATCH_ESP is not set # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set # CONFIG_NETFILTER_XT_MATCH_HELPER is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set CONFIG_NETFILTER_XT_MATCH_LIMIT=y # CONFIG_NETFILTER_XT_MATCH_MAC is not set @@ -713,8 +802,6 @@ CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y # CONFIG_NETFILTER_XT_MATCH_REALM is not set # CONFIG_NETFILTER_XT_MATCH_SCTP is not set CONFIG_NETFILTER_XT_MATCH_STATE=y -# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set # CONFIG_NETFILTER_XT_MATCH_STRING is not set CONFIG_NETFILTER_XT_MATCH_TCPMSS=y @@ -726,40 +813,9 @@ CONFIG_NETFILTER_XT_MATCH_TCPMSS=y # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set CONFIG_NETFILTER_XT_TARGET_TCPMSS=y -# CONFIG_NETPOLL is not set -# CONFIG_NETROM is not set -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_NET_ACT_GACT is not set -# CONFIG_NET_ACT_IPT is not set -# CONFIG_NET_ACT_MIRRED is not set -# CONFIG_NET_ACT_PEDIT is not set -# CONFIG_NET_ACT_POLICE is not set -# CONFIG_NET_ACT_SIMP is not set -CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set -# CONFIG_NET_CLS_FW is not set -CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y -CONFIG_NET_CLS_ROUTE=y -# CONFIG_NET_CLS_ROUTE4 is not set -# CONFIG_NET_CLS_RSVP is not set -# CONFIG_NET_CLS_RSVP6 is not set -# CONFIG_NET_CLS_TCINDEX is not set -# CONFIG_NET_CLS_U32 is not set -CONFIG_NET_EMATCH=y -# CONFIG_NET_EMATCH_CMP is not set -# CONFIG_NET_EMATCH_META is not set -# CONFIG_NET_EMATCH_NBYTE is not set -CONFIG_NET_EMATCH_STACK=32 -# CONFIG_NET_EMATCH_TEXT is not set -# CONFIG_NET_EMATCH_U32 is not set -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_ETHERNET=y -# CONFIG_NET_FC is not set -# CONFIG_NET_IPGRE is not set +CONFIG_NETFILTER=y CONFIG_NET_IPGRE_BROADCAST=y +# CONFIG_NET_IPGRE is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_KEY is not set # CONFIG_NET_KEY_MIGRATE is not set @@ -767,14 +823,16 @@ CONFIG_NET_PCI=y # CONFIG_NET_PCMCIA is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_NETPOLL is not set CONFIG_NET_RADIO=y -CONFIG_NET_SCHED=y +# CONFIG_NETROM is not set # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_CLK_CPU is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ESFQ is not set # CONFIG_NET_SCH_GRED is not set # CONFIG_NET_SCH_HFSC is not set @@ -787,24 +845,12 @@ CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_TULIP is not set -CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +CONFIG_NET_WIRELESS=y +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETXEN_NIC is not set +CONFIG_NET=y CONFIG_NEW_LEDS=y -# CONFIG_NFSD is not set -CONFIG_NFSD_TCP=y -# CONFIG_NFSD_V2_ACL is not set -CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set -CONFIG_NFSD_V4=y -# CONFIG_NFS_ACL_SUPPORT is not set -CONFIG_NFS_COMMON=y -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFS_FS is not set -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFTL is not set -CONFIG_NF_CONNTRACK=y # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_EVENTS is not set @@ -821,9 +867,9 @@ CONFIG_NF_CONNTRACK_PROC_COMPAT=y # CONFIG_NF_CONNTRACK_SIP is not set CONFIG_NF_CONNTRACK_SUPPORT=y # CONFIG_NF_CONNTRACK_TFTP is not set +CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y # CONFIG_NF_CT_PROTO_SCTP is not set -CONFIG_NF_NAT=y # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set @@ -833,7 +879,21 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_SIP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_TFTP is not set -# CONFIG_NLS is not set +CONFIG_NF_NAT=y +# CONFIG_NFS_ACL_SUPPORT is not set +CONFIG_NFS_COMMON=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_NFSD_TCP=y +# CONFIG_NFSD_V2_ACL is not set +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3=y +CONFIG_NFSD_V4=y +# CONFIG_NFS_FS is not set +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V4=y +# CONFIG_NFTL is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set @@ -858,10 +918,11 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_950 is not set CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set @@ -880,8 +941,8 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NTFS_RW is not set # CONFIG_OCFS2_FS is not set # CONFIG_OSF_PARTITION is not set -CONFIG_PACKET=y CONFIG_PACKET_MMAP=y +CONFIG_PACKET=y # CONFIG_PARPORT is not set CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_ALI is not set @@ -908,8 +969,8 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_OPTI is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set @@ -927,16 +988,16 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_WINBOND_VLB is not set # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set -CONFIG_PCI=y # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_HERMES is not set -# CONFIG_PCMCIA is not set +CONFIG_PCI=y # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set # CONFIG_PCMCIA_FDOMAIN is not set # CONFIG_PCMCIA_HERMES is not set # CONFIG_PCMCIA_IOCTL is not set +# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_LOAD_CIS is not set # CONFIG_PCMCIA_NETWAVE is not set # CONFIG_PCMCIA_NINJA_SCSI is not set @@ -954,22 +1015,22 @@ CONFIG_PLIST=y # CONFIG_PLX_HERMES is not set # CONFIG_PM is not set # CONFIG_POSIX_MQUEUE is not set -# CONFIG_PPP is not set -# CONFIG_PPPOATM is not set -# CONFIG_PPPOE is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set CONFIG_PPP_FILTER=y +# CONFIG_PPP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPP_MULTILINK=y +# CONFIG_PPPOATM is not set +# CONFIG_PPPOE is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_PRINTK=y # CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK=y # CONFIG_PRISM54 is not set CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y @@ -987,8 +1048,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_RADIO_MAXIRADIO is not set -# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_RTRACK2 is not set +# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set @@ -1018,8 +1079,8 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_NV is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_SX4 is not set @@ -1027,7 +1088,6 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # CONFIG_SC92031 is not set -# CONFIG_SCSI is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_AACRAID is not set @@ -1061,6 +1121,7 @@ CONFIG_RT_MUTEXES=y # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI is not set # CONFIG_SCSI_LOGGING is not set # CONFIG_SCSI_LPFC is not set CONFIG_SCSI_MULTI_LUN=y @@ -1128,8 +1189,8 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VT1211 is not set # CONFIG_SENSORS_VT8231 is not set @@ -1140,14 +1201,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_W83792D is not set # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set -CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 -CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set @@ -1167,7 +1228,6 @@ CONFIG_SLAB=y # CONFIG_SLOB is not set # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set -# CONFIG_SND is not set # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set @@ -1222,13 +1282,14 @@ CONFIG_SLAB=y # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGO is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set +# CONFIG_SND is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -1254,8 +1315,8 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_RME96 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set @@ -1287,29 +1348,29 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set +CONFIG_SQUASHFS=y # CONFIG_SSFDC is not set CONFIG_STACKTRACE_SUPPORT=y CONFIG_STANDALONE=y # CONFIG_STRIP is not set # CONFIG_SUNDANCE is not set # CONFIG_SUNGEM is not set -# CONFIG_SUNRPC is not set -# CONFIG_SUNRPC_GSS is not set # CONFIG_SUN_PARTITION is not set +# CONFIG_SUNRPC_GSS is not set +# CONFIG_SUNRPC is not set CONFIG_SWAP=y # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y -CONFIG_SYSCTL=y CONFIG_SYSCTL_SYSCALL=y -CONFIG_SYSFS=y +CONFIG_SYSCTL=y # CONFIG_SYSFS_DEPRECATED is not set -CONFIG_SYSVIPC=y -# CONFIG_SYSV_FS is not set +CONFIG_SYSFS=y # CONFIG_SYS_HYPERVISOR is not set +# CONFIG_SYSV_FS is not set +CONFIG_SYSVIPC=y # CONFIG_TASKSTATS is not set # CONFIG_TCG_TPM is not set CONFIG_TCP_CONG_ADVANCED=y @@ -1324,30 +1385,29 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_VENO is not set # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_MD5SIG is not set -CONFIG_TEXTSEARCH=y # CONFIG_TEXTSEARCH_BM is not set # CONFIG_TEXTSEARCH_FSM is not set # CONFIG_TEXTSEARCH_KMP is not set +CONFIG_TEXTSEARCH=y # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set # CONFIG_TINY_SHMEM is not set # CONFIG_TIPC is not set # CONFIG_TLAN is not set # CONFIG_TMD_HERMES is not set -CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set -# CONFIG_TR is not set +CONFIG_TMPFS=y CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_TUN is not set +# CONFIG_TR is not set # CONFIG_TUNER_3036 is not set +# CONFIG_TUN is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y # CONFIG_UFS_FS is not set # CONFIG_ULTRIX_PARTITION is not set -CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set -# CONFIG_USB is not set +CONFIG_UNIX=y # CONFIG_USB_ACECAD is not set # CONFIG_USB_ACM is not set # CONFIG_USB_ADUTUX is not set @@ -1360,8 +1420,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATM is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_BANDWIDTH is not set @@ -1383,13 +1443,14 @@ CONFIG_USB_DEVICEFS=y CONFIG_USB_EZUSB=y # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_GADGET is not set -# CONFIG_USB_HID is not set # CONFIG_USB_HIDDEV is not set -CONFIG_USB_HIDINPUT=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set +CONFIG_USB_HIDINPUT=y +# CONFIG_USB_HID is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_KBD is not set @@ -1429,7 +1490,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RIO500 is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_SE401 is not set -# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_AIRPRIME is not set # CONFIG_USB_SERIAL_ARK3116 is not set @@ -1450,20 +1510,21 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IPW is not set # CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KEYSPAN_MPR=y # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set CONFIG_USB_SERIAL_KEYSPAN_USA18X=y -CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y -CONFIG_USB_SERIAL_KEYSPAN_USA28=y -CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y -CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set # CONFIG_USB_SERIAL_MCT_U232 is not set @@ -1484,13 +1545,13 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_SN9C102 is not set # CONFIG_USB_SPEEDTOUCH is not set -# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_ALAUDA=y CONFIG_USB_STORAGE_DATAFAB=y # CONFIG_USB_STORAGE_DEBUG is not set CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_FREECOM=y # CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_KARMA=y # CONFIG_USB_STORAGE_ONETOUCH is not set @@ -1565,8 +1626,8 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_VIDEO_UPD64031A is not set # CONFIG_VIDEO_UPD64083 is not set # CONFIG_VIDEO_USBVISION is not set -# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y +# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L2=y # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_VPX3220 is not set @@ -1581,16 +1642,16 @@ CONFIG_VLAN_8021Q=y # CONFIG_W1 is not set # CONFIG_WAN is not set # CONFIG_WAN_ROUTER is not set -CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG=y # CONFIG_WDTPCI is not set CONFIG_WIRELESS_EXT=y # CONFIG_WR_PPMC is not set # CONFIG_X25 is not set -CONFIG_XFRM=y # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_USER is not set +CONFIG_XFRM=y # CONFIG_XFS_FS is not set # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_QUOTA is not set @@ -1604,11 +1665,11 @@ CONFIG_XFRM=y # CONFIG_YENTA_RICOH is not set # CONFIG_YENTA_TI is not set # CONFIG_YENTA_TOSHIBA is not set -# CONFIG_ZD1211RW is not set # CONFIG_ZD1211RW_DEBUG is not set -CONFIG_ZISOFS=y +# CONFIG_ZD1211RW is not set # CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZONE_DMA=y diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 9e9c684f18..099b502c8b 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set @@ -7,10 +8,10 @@ # CONFIG_ADFS_FS is not set # CONFIG_ADM6996_PHY is not set # CONFIG_AFFS_FS is not set -# CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set -# CONFIG_AIRO is not set +# CONFIG_AFS_FS is not set # CONFIG_AIRO_CS is not set +# CONFIG_AIRO is not set # CONFIG_AMD8111_ETH is not set # CONFIG_AMIGA_PARTITION is not set CONFIG_ANON_INODES=y @@ -19,21 +20,20 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCNET is not set CONFIG_ARPD=y CONFIG_ASK_IP_FIB_HASH=y +# CONFIG_ATA_GENERIC is not set # CONFIG_ATA is not set # CONFIG_ATALK is not set -# CONFIG_ATARI_PARTITION is not set -# CONFIG_ATA_GENERIC is not set # CONFIG_ATA_OVER_ETH is not set +# CONFIG_ATARI_PARTITION is not set # CONFIG_ATL1 is not set -# CONFIG_ATM is not set -# CONFIG_ATMEL is not set # CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_BR2684 is not set CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM_BR2684 is not set # CONFIG_ATM_CLIP is not set CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_DRIVERS is not set # CONFIG_ATM_DUMMY is not set +# CONFIG_ATMEL is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_FORE200E_MAYBE is not set @@ -41,6 +41,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_IDT77252 is not set +# CONFIG_ATM is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_MPOA is not set @@ -50,8 +51,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_AUDIT is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set -# CONFIG_AX25 is not set # CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_AX25 is not set # CONFIG_AX88796 is not set # CONFIG_B44 is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set @@ -61,13 +62,13 @@ CONFIG_BASE_FULL=y # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set # CONFIG_BAYCOM_SER_HDX is not set -# CONFIG_BCM43XX is not set CONFIG_BCM43XX_DEBUG=y -CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_DMA_AND_PIO_MODE=y # CONFIG_BCM43XX_DMA_MODE is not set -CONFIG_BCM43XX_PIO=y +CONFIG_BCM43XX_DMA=y +# CONFIG_BCM43XX is not set # CONFIG_BCM43XX_PIO_MODE is not set +CONFIG_BCM43XX_PIO=y # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set CONFIG_BINFMT_ELF=y @@ -75,7 +76,6 @@ CONFIG_BINFMT_ELF=y # CONFIG_BLINK is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set -CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set @@ -94,8 +94,8 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_DELKIN is not set # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_GENERIC is not set -# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_IDE is not set +# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_IDECD is not set @@ -104,9 +104,9 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDEPCI is not set # CONFIG_BLK_DEV_IDEPNP is not set +# CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_BLK_DEV_IT8213 is not set @@ -137,11 +137,11 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_UB is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_VIA82CXXX is not set +CONFIG_BLK_DEV=y CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BONDING is not set # CONFIG_BPQETHER is not set -CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set @@ -164,11 +164,11 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set +CONFIG_BRIDGE=y CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y -CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_BT is not set +CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BT_BNEP is not set CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y @@ -180,13 +180,14 @@ CONFIG_BT_BNEP_PROTO_FILTER=y # CONFIG_BT_HCIBT3C is not set # CONFIG_BT_HCIBTUART is not set # CONFIG_BT_HCIDTL1 is not set -# CONFIG_BT_HCIUART is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART is not set # CONFIG_BT_HCIUSB is not set CONFIG_BT_HCIUSB_SCO=y # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_HIDP is not set +# CONFIG_BT is not set # CONFIG_BT_L2CAP is not set # CONFIG_BT_RFCOMM is not set CONFIG_BT_RFCOMM_TTY=y @@ -209,12 +210,12 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set -# CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS is not set CONFIG_CIFS_POSIX=y -CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_STATS=y # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set CONFIG_CLS_U32_MARK=y @@ -230,7 +231,6 @@ CONFIG_CRC32=y # CONFIG_CRC_CCITT is not set # CONFIG_CRC_ITU_T is not set CONFIG_CROSSCOMPILE=y -CONFIG_CRYPTO=y # CONFIG_CRYPTO_AES is not set # CONFIG_CRYPTO_ALGAPI is not set # CONFIG_CRYPTO_ANUBIS is not set @@ -266,10 +266,11 @@ CONFIG_CRYPTO=y # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_COMMON is not set +# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set +CONFIG_CRYPTO=y # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_DEBUG_FS is not set @@ -302,10 +303,10 @@ CONFIG_DEVFS_MOUNT=y # CONFIG_DS1682 is not set # CONFIG_DTLK is not set # CONFIG_DUMMY is not set -# CONFIG_DVB is not set # CONFIG_DVB_CORE is not set -# CONFIG_E100 is not set +# CONFIG_DVB is not set # CONFIG_E1000 is not set +# CONFIG_E100 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set # CONFIG_EEPROM_93CX6 is not set @@ -329,21 +330,21 @@ CONFIG_EXPERIMENTAL=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set CONFIG_FIB_RULES=y # CONFIG_FIREWIRE is not set -CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y +CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y # CONFIG_FORCEDETH is not set # CONFIG_FS_POSIX_ACL is not set # CONFIG_FTL is not set # CONFIG_FUSE_FS is not set -# CONFIG_FUSION is not set # CONFIG_FUSION_FC is not set +# CONFIG_FUSION is not set # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y @@ -362,31 +363,31 @@ CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_HERMES is not set -# CONFIG_HFSPLUS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HID is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_HID_DEBUG is not set # CONFIG_HID_FF is not set +# CONFIG_HID is not set # CONFIG_HID_SUPPORT is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set -# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_CS is not set -CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_FIRMWARE=y +# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_PCI is not set # CONFIG_HOSTAP_PLX is not set -CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_CPU is not set # CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG=y # CONFIG_HP100 is not set # CONFIG_HPFS_FS is not set # CONFIG_HUGETLB_PAGE is not set # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set CONFIG_HZ=100 -CONFIG_HZ_100=y # CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_1024 is not set # CONFIG_HZ_128 is not set # CONFIG_HZ_250 is not set @@ -432,35 +433,34 @@ CONFIG_HZ_100=y # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDMA_IVB is not set # CONFIG_IDEDMA_ONLYDISK is not set -# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_MAX_HWIFS=4 +# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_OHCI1394 is not set # CONFIG_IEEE1394_PCILYNX is not set # CONFIG_IEEE1394_RAWIO is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_IEEE1394_VIDEO1394 is not set -# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_CRYPT_CCMP is not set # CONFIG_IEEE80211_CRYPT_TKIP is not set # CONFIG_IEEE80211_CRYPT_WEP is not set # CONFIG_IEEE80211_DEBUG is not set -# CONFIG_IEEE80211_SOFTMAC is not set +# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set +# CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set -CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -# CONFIG_IMQ is not set +CONFIG_IKCONFIG=y # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set CONFIG_IMQ_BEHAVIOR_BA=y # CONFIG_IMQ_BEHAVIOR_BB is not set +# CONFIG_IMQ is not set CONFIG_IMQ_NUM_DEVS=2 -CONFIG_INET=y # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set @@ -480,24 +480,25 @@ CONFIG_INET=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_INPUT is not set -# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set -# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set # CONFIG_INPUT_POWERMATE is not set @@ -530,43 +531,22 @@ CONFIG_IOSCHED_NOOP=y # CONFIG_IP6_NF_TARGET_LOG is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_ROUTE is not set -# CONFIG_IPC_NS is not set -# CONFIG_IPMI_HANDLER is not set -CONFIG_IPSEC_NAT_TRAVERSAL=y -# CONFIG_IPV6 is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_IPV6_PRIVACY is not set -CONFIG_IPV6_ROUTER_PREF=y -# CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPW2100 is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2100_MONITOR=y -# CONFIG_IPW2200 is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPX is not set CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IPC_NS is not set # CONFIG_IP_DCCP is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set +# CONFIG_IPMI_HANDLER is not set # CONFIG_IP_MROUTE is not set CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_AMANDA is not set # CONFIG_IP_NF_ARPFILTER is not set -# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_ARP_MANGLE is not set -CONFIG_IP_NF_CONNTRACK=y +# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_CONNTRACK_EVENTS is not set CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set # CONFIG_IP_NF_FILTER is not set @@ -581,15 +561,12 @@ CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_MATCH_HASHLIMIT is not set # CONFIG_IP_NF_MATCH_IPP2P is not set # CONFIG_IP_NF_MATCH_IPRANGE is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set # CONFIG_IP_NF_MATCH_OWNER is not set # CONFIG_IP_NF_MATCH_RECENT is not set # CONFIG_IP_NF_MATCH_SET is not set # CONFIG_IP_NF_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NAT_AMANDA is not set # CONFIG_IP_NF_NAT_FTP is not set # CONFIG_IP_NF_NAT_H323 is not set @@ -599,17 +576,18 @@ CONFIG_IP_NF_NAT_NEEDED=y # CONFIG_IP_NF_NAT_SIP is not set # CONFIG_IP_NF_NAT_SNMP_BASIC is not set # CONFIG_IP_NF_NAT_TFTP is not set +CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NETBIOS_NS is not set # CONFIG_IP_NF_PPTP is not set # CONFIG_IP_NF_QUEUE is not set # CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SET is not set CONFIG_IP_NF_SET_HASHSIZE=1024 # CONFIG_IP_NF_SET_IPHASH is not set # CONFIG_IP_NF_SET_IPMAP is not set # CONFIG_IP_NF_SET_IPPORTHASH is not set # CONFIG_IP_NF_SET_IPTREE is not set # CONFIG_IP_NF_SET_IPTREEMAP is not set +# CONFIG_IP_NF_SET is not set # CONFIG_IP_NF_SET_MACIPMAP is not set CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_SET_NETHASH is not set @@ -632,37 +610,58 @@ CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_TFTP is not set # CONFIG_IP_PNP is not set CONFIG_IP_ROUTE_FWMARK=y -CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y # CONFIG_IP_ROUTE_MULTIPATH_DRR is not set # CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set # CONFIG_IP_ROUTE_MULTIPATH_RR is not set # CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set +CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_SCTP is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y +# CONFIG_IPV6 is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTE_INFO is not set +CONFIG_IPV6_ROUTER_PREF=y +# CONFIG_IPV6_SIT is not set +# CONFIG_IPV6_TUNNEL is not set # CONFIG_IP_VS is not set +# CONFIG_IPW2100_DEBUG is not set +# CONFIG_IPW2100 is not set +CONFIG_IPW2100_MONITOR=y +# CONFIG_IPW2200_DEBUG is not set +# CONFIG_IPW2200 is not set +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPX is not set # CONFIG_IRDA is not set # CONFIG_ISCSI_TCP is not set -# CONFIG_ISDN is not set -# CONFIG_ISDN_CAPI is not set # CONFIG_ISDN_CAPI_CAPI20 is not set -# CONFIG_ISDN_CAPI_CAPIFS is not set CONFIG_ISDN_CAPI_CAPIFS_BOOL=y +# CONFIG_ISDN_CAPI_CAPIFS is not set +# CONFIG_ISDN_CAPI is not set CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set # CONFIG_ISDN_I4L is not set +# CONFIG_ISDN is not set # CONFIG_ISO9660_FS is not set # CONFIG_IXGB is not set -# CONFIG_JBD is not set # CONFIG_JBD_DEBUG is not set +# CONFIG_JBD is not set # CONFIG_JFFS2_CMODE_NONE is not set CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set CONFIG_JFFS2_COMPRESSION_OPTIONS=y -CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS=y CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set CONFIG_JFFS2_SUMMARY=y @@ -674,8 +673,8 @@ CONFIG_JFFS2_ZLIB=y # CONFIG_JFS_SECURITY is not set # CONFIG_JFS_STATISTICS is not set CONFIG_JOLIET=y -# CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set +# CONFIG_KALLSYMS is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_KEXEC is not set # CONFIG_KEYS is not set @@ -685,33 +684,33 @@ CONFIG_JOLIET=y # CONFIG_LBD is not set # CONFIG_LDM_PARTITION is not set CONFIG_LEDS_CLASS=y -CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set -CONFIG_LEDS_TRIGGER_TIMER=y -# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set # CONFIG_LEDS_TRIGGER_NETDEV is not set +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEGACY_PTYS is not set # CONFIG_LIBCRC32C is not set # CONFIG_LIBERTAS is not set # CONFIG_LIBERTAS_USB is not set -CONFIG_LLC=y # CONFIG_LLC2 is not set +CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_LOCKD is not set CONFIG_LOCKDEP_SUPPORT=y +# CONFIG_LOCKD is not set CONFIG_LOCKD_V4=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LSF is not set # CONFIG_LXT_PHY is not set -# CONFIG_MAC80211 is not set # CONFIG_MAC80211_DEBUG is not set +# CONFIG_MAC80211 is not set # CONFIG_MAC80211_LEDS is not set -# CONFIG_MACVLAN is not set # CONFIG_MAC_EMUMOUSEBTN is not set CONFIG_MAC_PARTITION=y +# CONFIG_MACVLAN is not set # CONFIG_MAGIC_SYSRQ is not set # CONFIG_MARKEINS is not set # CONFIG_MARVELL_PHY is not set @@ -721,16 +720,16 @@ CONFIG_MAC_PARTITION=y # CONFIG_MEGARAID_SAS is not set # CONFIG_MFD_SM501 is not set CONFIG_MII=y +CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set -CONFIG_MINI_FO=y CONFIG_MISC_DEVICES=y # CONFIG_MKISS is not set # CONFIG_MMC is not set CONFIG_MMU=y -CONFIG_MODULES=y # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOUSE_APPLETOUCH is not set @@ -739,25 +738,112 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DATAFLASH is not set +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set # CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y +# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_UBI is not set +CONFIG_MTD=y # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MYRI10GE is not set # CONFIG_NCP_FS is not set -CONFIG_NET=y +# CONFIG_NET_9P is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_PEDIT is not set +CONFIG_NET_ACT_POLICE=y +# CONFIG_NET_ACT_SIMP is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_IND=y +CONFIG_NET_CLS_POLICE=y +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_ROUTE=y +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_U32 is not set +CONFIG_NET_CLS=y # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set -CONFIG_NETDEVICES=y -# CONFIG_NETDEVICES_MULTIQUEUE is not set -# CONFIG_NETDEV_1000 is not set # CONFIG_NETDEV_10000 is not set -CONFIG_NETFILTER=y +# CONFIG_NETDEV_1000 is not set +# CONFIG_NETDEVICES_MULTIQUEUE is not set +CONFIG_NETDEVICES=y +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_NBYTE is not set +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_U32 is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_ETHERNET=y +# CONFIG_NET_FC is not set # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_NETLINK is not set # CONFIG_NETFILTER_XTABLES is not set @@ -771,6 +857,8 @@ CONFIG_NETFILTER=y # CONFIG_NETFILTER_XT_MATCH_ESP is not set # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set # CONFIG_NETFILTER_XT_MATCH_HELPER is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set # CONFIG_NETFILTER_XT_MATCH_MAC is not set @@ -796,41 +884,9 @@ CONFIG_NETFILTER=y # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set # CONFIG_NETFILTER_XT_TARGET_TRACE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NETROM is not set -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_NET_9P is not set -# CONFIG_NET_ACT_GACT is not set -# CONFIG_NET_ACT_IPT is not set -# CONFIG_NET_ACT_MIRRED is not set -# CONFIG_NET_ACT_PEDIT is not set -CONFIG_NET_ACT_POLICE=y -# CONFIG_NET_ACT_SIMP is not set -CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set -# CONFIG_NET_CLS_FW is not set -CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y -CONFIG_NET_CLS_ROUTE=y -# CONFIG_NET_CLS_ROUTE4 is not set -# CONFIG_NET_CLS_RSVP is not set -# CONFIG_NET_CLS_RSVP6 is not set -# CONFIG_NET_CLS_TCINDEX is not set -# CONFIG_NET_CLS_U32 is not set -CONFIG_NET_EMATCH=y -# CONFIG_NET_EMATCH_CMP is not set -# CONFIG_NET_EMATCH_META is not set -# CONFIG_NET_EMATCH_NBYTE is not set -CONFIG_NET_EMATCH_STACK=32 -# CONFIG_NET_EMATCH_TEXT is not set -# CONFIG_NET_EMATCH_U32 is not set -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_ETHERNET=y -# CONFIG_NET_FC is not set -# CONFIG_NET_IPGRE is not set +CONFIG_NETFILTER=y CONFIG_NET_IPGRE_BROADCAST=y +# CONFIG_NET_IPGRE is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_ISA is not set # CONFIG_NET_KEY is not set @@ -839,15 +895,17 @@ CONFIG_NET_PCI=y # CONFIG_NET_PCMCIA is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_NETPOLL is not set CONFIG_NET_RADIO=y +# CONFIG_NETROM is not set # CONFIG_NET_SB1000 is not set -CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_CLK_CPU is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ESFQ is not set CONFIG_NET_SCH_ESFQ_NFCT=y CONFIG_NET_SCH_FIFO=y @@ -863,25 +921,13 @@ CONFIG_NET_SCH_FIFO=y # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_TULIP is not set -CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +CONFIG_NET_WIRELESS=y +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETXEN_NIC is not set +CONFIG_NET=y # CONFIG_NEW_GPIO is not set CONFIG_NEW_LEDS=y -# CONFIG_NFSD is not set -CONFIG_NFSD_TCP=y -# CONFIG_NFSD_V2_ACL is not set -CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set -CONFIG_NFSD_V4=y -# CONFIG_NFS_ACL_SUPPORT is not set -CONFIG_NFS_COMMON=y -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFS_FS is not set -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFTL is not set -# CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_EVENTS is not set @@ -890,6 +936,7 @@ CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_IPV4 is not set # CONFIG_NF_CONNTRACK_IPV6 is not set # CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK is not set CONFIG_NF_CONNTRACK_MARK=y # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set @@ -903,11 +950,11 @@ CONFIG_NF_CT_ACCT=y # CONFIG_NF_CT_PROTO_GRE is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set -# CONFIG_NF_NAT is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_IRC is not set +# CONFIG_NF_NAT is not set CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_PROTO_GRE is not set @@ -915,7 +962,20 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_SIP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_TFTP is not set -# CONFIG_NLS is not set +# CONFIG_NFS_ACL_SUPPORT is not set +CONFIG_NFS_COMMON=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_NFSD_TCP=y +# CONFIG_NFSD_V2_ACL is not set +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3=y +CONFIG_NFSD_V4=y +# CONFIG_NFS_FS is not set +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V4=y +# CONFIG_NFTL is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set @@ -940,10 +1000,11 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_950 is not set CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set @@ -955,16 +1016,16 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set -# CONFIG_NORTEL_HERMES is not set # CONFIG_NO_HZ is not set +# CONFIG_NORTEL_HERMES is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set # CONFIG_OCFS2_FS is not set # CONFIG_OSF_PARTITION is not set -CONFIG_PACKET=y CONFIG_PACKET_MMAP=y +CONFIG_PACKET=y # CONFIG_PARPORT is not set # CONFIG_PARPORT_PC is not set CONFIG_PARTITION_ADVANCED=y @@ -993,8 +1054,8 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_OPTI is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set @@ -1012,16 +1073,16 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_WINBOND_VLB is not set # CONFIG_PC300TOO is not set # CONFIG_PCCARD is not set -# CONFIG_PCI is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_HERMES is not set -# CONFIG_PCMCIA is not set +# CONFIG_PCI is not set # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set # CONFIG_PCMCIA_FDOMAIN is not set # CONFIG_PCMCIA_HERMES is not set # CONFIG_PCMCIA_IOCTL is not set +# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_LOAD_CIS is not set # CONFIG_PCMCIA_NETWAVE is not set # CONFIG_PCMCIA_NINJA_SCSI is not set @@ -1042,24 +1103,24 @@ CONFIG_PLIST=y # CONFIG_PM is not set # CONFIG_POSIX_MQUEUE is not set # CONFIG_POWER_SUPPLY is not set -# CONFIG_PPP is not set -# CONFIG_PPPOATM is not set -# CONFIG_PPPOE is not set -# CONFIG_PPPOL2TP is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set CONFIG_PPP_FILTER=y +# CONFIG_PPP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPP_MULTILINK=y +# CONFIG_PPPOATM is not set +# CONFIG_PPPOE is not set +# CONFIG_PPPOL2TP is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PPS is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_PRINTK=y # CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK=y # CONFIG_PRISM54 is not set CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y @@ -1078,8 +1139,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_RADIO_MAXIRADIO is not set -# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_RTRACK2 is not set +# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set @@ -1113,8 +1174,8 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_NV is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_SX4 is not set @@ -1122,7 +1183,6 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # CONFIG_SC92031 is not set -# CONFIG_SCSI is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_AACRAID is not set @@ -1158,6 +1218,7 @@ CONFIG_SCSI_DMA=y # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LPFC is not set @@ -1188,8 +1249,8 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SECCOMP is not set # CONFIG_SECURITY is not set CONFIG_SELECT_MEMORY_MODEL=y -# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set @@ -1235,8 +1296,8 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_VIA686A is not set @@ -1249,14 +1310,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_W83792D is not set # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set -CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 -CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set @@ -1278,7 +1339,6 @@ CONFIG_SLAB=y # CONFIG_SLUB is not set # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set -# CONFIG_SND is not set # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set @@ -1333,13 +1393,14 @@ CONFIG_SLAB=y # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGO is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set +# CONFIG_SND is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -1365,8 +1426,8 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_RME96 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set @@ -1396,38 +1457,38 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set -# CONFIG_SPI is not set +# CONFIG_SPI_AT25 is not set # CONFIG_SPI_DEBUG is not set +# CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set -# CONFIG_SPI_AT25 is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set +CONFIG_SQUASHFS=y # CONFIG_SSFDC is not set CONFIG_STACKTRACE_SUPPORT=y CONFIG_STANDALONE=y # CONFIG_STRIP is not set # CONFIG_SUNDANCE is not set # CONFIG_SUNGEM is not set -# CONFIG_SUNRPC is not set +# CONFIG_SUN_PARTITION is not set # CONFIG_SUNRPC_BIND34 is not set # CONFIG_SUNRPC_GSS is not set -# CONFIG_SUN_PARTITION is not set +# CONFIG_SUNRPC is not set CONFIG_SUSPEND_UP_POSSIBLE=y CONFIG_SWAP=y # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y -CONFIG_SYSCTL=y CONFIG_SYSCTL_SYSCALL=y -CONFIG_SYSFS=y +CONFIG_SYSCTL=y # CONFIG_SYSFS_DEPRECATED is not set +CONFIG_SYSFS=y +# CONFIG_SYS_HYPERVISOR is not set # CONFIG_SYSV68_PARTITION is not set -CONFIG_SYSVIPC=y # CONFIG_SYSV_FS is not set -# CONFIG_SYS_HYPERVISOR is not set +CONFIG_SYSVIPC=y # CONFIG_TASKSTATS is not set # CONFIG_TCG_TPM is not set CONFIG_TCP_CONG_ADVANCED=y @@ -1444,10 +1505,10 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_MD5SIG is not set -CONFIG_TEXTSEARCH=y # CONFIG_TEXTSEARCH_BM is not set # CONFIG_TEXTSEARCH_FSM is not set # CONFIG_TEXTSEARCH_KMP is not set +CONFIG_TEXTSEARCH=y # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set CONFIG_TIMERFD=y @@ -1455,23 +1516,22 @@ CONFIG_TIMERFD=y # CONFIG_TIPC is not set # CONFIG_TLAN is not set # CONFIG_TMD_HERMES is not set -CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set -# CONFIG_TR is not set +CONFIG_TMPFS=y CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_TUN is not set +# CONFIG_TR is not set # CONFIG_TUNER_3036 is not set # CONFIG_TUNER_TEA5761 is not set +# CONFIG_TUN is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y # CONFIG_UFS_FS is not set # CONFIG_UIO is not set # CONFIG_ULTRIX_PARTITION is not set -CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIX=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_USB is not set # CONFIG_USB_ACECAD is not set # CONFIG_USB_ACM is not set # CONFIG_USB_ADUTUX is not set @@ -1484,8 +1544,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATM is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_BANDWIDTH is not set @@ -1497,8 +1557,8 @@ CONFIG_USB_BELKIN=y # CONFIG_USB_CYTHERM is not set # CONFIG_USB_DABUSB is not set # CONFIG_USB_DEBUG is not set -CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICEFS=y # CONFIG_USB_DSBR is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_EHCI_ROOT_HUB_TT is not set @@ -1511,13 +1571,14 @@ CONFIG_USB_DEVICEFS=y CONFIG_USB_EZUSB=y # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_GADGET is not set -# CONFIG_USB_HID is not set # CONFIG_USB_HIDDEV is not set -CONFIG_USB_HIDINPUT=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set +CONFIG_USB_HIDINPUT=y +# CONFIG_USB_HID is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_KBD is not set @@ -1557,7 +1618,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RIO500 is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_SE401 is not set -# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_AIRPRIME is not set # CONFIG_USB_SERIAL_ARK3116 is not set @@ -1578,20 +1638,21 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IPW is not set # CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KEYSPAN_MPR=y # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set CONFIG_USB_SERIAL_KEYSPAN_USA18X=y -CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y -CONFIG_USB_SERIAL_KEYSPAN_USA28=y -CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y -CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set # CONFIG_USB_SERIAL_MCT_U232 is not set @@ -1613,13 +1674,13 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_SN9C102 is not set # CONFIG_USB_SPEEDTOUCH is not set -# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_ALAUDA=y CONFIG_USB_STORAGE_DATAFAB=y # CONFIG_USB_STORAGE_DEBUG is not set CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_FREECOM=y # CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_KARMA=y # CONFIG_USB_STORAGE_ONETOUCH is not set @@ -1697,8 +1758,8 @@ CONFIG_USB_SUPPORT=y # CONFIG_VIDEO_UPD64031A is not set # CONFIG_VIDEO_UPD64083 is not set # CONFIG_VIDEO_USBVISION is not set -# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y +# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L2=y # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_VPX3220 is not set @@ -1727,18 +1788,18 @@ CONFIG_VLAN_8021Q=y # CONFIG_W83977F_WDT is not set # CONFIG_WAN is not set # CONFIG_WAN_ROUTER is not set -CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG=y # CONFIG_WDTPCI is not set CONFIG_WIRELESS_EXT=y CONFIG_WLAN_80211=y # CONFIG_WLAN_PRE80211 is not set # CONFIG_WR_PPMC is not set # CONFIG_X25 is not set -CONFIG_XFRM=y # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_USER is not set +CONFIG_XFRM=y # CONFIG_XFS_FS is not set # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_QUOTA is not set @@ -1752,11 +1813,11 @@ CONFIG_XFRM=y # CONFIG_YENTA_RICOH is not set # CONFIG_YENTA_TI is not set # CONFIG_YENTA_TOSHIBA is not set -# CONFIG_ZD1211RW is not set # CONFIG_ZD1211RW_DEBUG is not set -CONFIG_ZISOFS=y +# CONFIG_ZD1211RW is not set # CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZONE_DMA=y diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index d1996bdbcc..563b05c7a9 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set @@ -7,10 +8,10 @@ # CONFIG_ADFS_FS is not set # CONFIG_ADM6996_PHY is not set # CONFIG_AFFS_FS is not set -# CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set -# CONFIG_AIRO is not set +# CONFIG_AFS_FS is not set # CONFIG_AIRO_CS is not set +# CONFIG_AIRO is not set # CONFIG_AMD8111_ETH is not set # CONFIG_AMIGA_PARTITION is not set CONFIG_ANON_INODES=y @@ -19,21 +20,20 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCNET is not set CONFIG_ARPD=y CONFIG_ASK_IP_FIB_HASH=y +# CONFIG_ATA_GENERIC is not set # CONFIG_ATA is not set # CONFIG_ATALK is not set -# CONFIG_ATARI_PARTITION is not set -# CONFIG_ATA_GENERIC is not set # CONFIG_ATA_OVER_ETH is not set +# CONFIG_ATARI_PARTITION is not set # CONFIG_ATL1 is not set -# CONFIG_ATM is not set -# CONFIG_ATMEL is not set # CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_BR2684 is not set CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM_BR2684 is not set # CONFIG_ATM_CLIP is not set CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_DRIVERS is not set # CONFIG_ATM_DUMMY is not set +# CONFIG_ATMEL is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_FORE200E_MAYBE is not set @@ -41,6 +41,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_IDT77252 is not set +# CONFIG_ATM is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_MPOA is not set @@ -50,8 +51,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_AUDIT is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set -# CONFIG_AX25 is not set # CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_AX25 is not set # CONFIG_AX88796 is not set # CONFIG_B44 is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set @@ -61,13 +62,13 @@ CONFIG_BASE_FULL=y # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set # CONFIG_BAYCOM_SER_HDX is not set -# CONFIG_BCM43XX is not set CONFIG_BCM43XX_DEBUG=y -CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_DMA_AND_PIO_MODE=y # CONFIG_BCM43XX_DMA_MODE is not set -CONFIG_BCM43XX_PIO=y +CONFIG_BCM43XX_DMA=y +# CONFIG_BCM43XX is not set # CONFIG_BCM43XX_PIO_MODE is not set +CONFIG_BCM43XX_PIO=y # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set CONFIG_BINFMT_ELF=y @@ -75,7 +76,6 @@ CONFIG_BINFMT_ELF=y # CONFIG_BLINK is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set -CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set @@ -94,8 +94,8 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_DELKIN is not set # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_GENERIC is not set -# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_IDE is not set +# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_IDECD is not set @@ -104,9 +104,9 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDEPCI is not set # CONFIG_BLK_DEV_IDEPNP is not set +# CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_BLK_DEV_IT8213 is not set @@ -119,8 +119,8 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set -# CONFIG_BLK_DEV_PLATFORM is not set # CONFIG_BLK_DEV_PIIX is not set +# CONFIG_BLK_DEV_PLATFORM is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_RZ1000 is not set # CONFIG_BLK_DEV_SC1200 is not set @@ -138,11 +138,11 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_UB is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_VIA82CXXX is not set +CONFIG_BLK_DEV=y CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BONDING is not set # CONFIG_BPQETHER is not set -CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set @@ -165,12 +165,12 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set +CONFIG_BRIDGE=y # CONFIG_BROADCOM_PHY is not set CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y -CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_BT is not set +CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BT_BNEP is not set CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y @@ -183,14 +183,15 @@ CONFIG_BT_BNEP_PROTO_FILTER=y # CONFIG_BT_HCIBTSDIO is not set # CONFIG_BT_HCIBTUART is not set # CONFIG_BT_HCIDTL1 is not set -# CONFIG_BT_HCIUART is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART is not set # CONFIG_BT_HCIUART_LL is not set # CONFIG_BT_HCIUSB is not set CONFIG_BT_HCIUSB_SCO=y # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_HIDP is not set +# CONFIG_BT is not set # CONFIG_BT_L2CAP is not set # CONFIG_BT_RFCOMM is not set CONFIG_BT_RFCOMM_TTY=y @@ -215,12 +216,12 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set -# CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS is not set CONFIG_CIFS_POSIX=y -CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_STATS=y # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set CONFIG_CLS_U32_MARK=y @@ -237,7 +238,6 @@ CONFIG_CRC32=y # CONFIG_CRC_CCITT is not set # CONFIG_CRC_ITU_T is not set CONFIG_CROSSCOMPILE=y -CONFIG_CRYPTO=y # CONFIG_CRYPTO_AES is not set # CONFIG_CRYPTO_ALGAPI is not set # CONFIG_CRYPTO_ANUBIS is not set @@ -281,11 +281,12 @@ CONFIG_CRYPTO=y # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_COMMON is not set +# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_XTS is not set +CONFIG_CRYPTO=y # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_DEBUG_FS is not set @@ -318,11 +319,11 @@ CONFIG_DEVFS_MOUNT=y # CONFIG_DS1682 is not set # CONFIG_DTLK is not set # CONFIG_DUMMY is not set -# CONFIG_DVB is not set # CONFIG_DVB_CORE is not set -# CONFIG_E100 is not set -# CONFIG_E1000 is not set +# CONFIG_DVB is not set # CONFIG_E1000E is not set +# CONFIG_E1000 is not set +# CONFIG_E100 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set # CONFIG_EEPROM_93CX6 is not set @@ -332,6 +333,7 @@ CONFIG_DEVFS_MOUNT=y CONFIG_EMBEDDED=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_ENABLE_WARN_DEPRECATED=y +# CONFIG_ENC28J60 is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_EPIC100 is not set CONFIG_EPOLL=y @@ -349,21 +351,21 @@ CONFIG_EXPERIMENTAL=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set CONFIG_FIB_RULES=y # CONFIG_FIREWIRE is not set -CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y +CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y # CONFIG_FORCEDETH is not set # CONFIG_FS_POSIX_ACL is not set # CONFIG_FTL is not set # CONFIG_FUSE_FS is not set -# CONFIG_FUSION is not set # CONFIG_FUSION_FC is not set +# CONFIG_FUSION is not set # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y @@ -383,32 +385,32 @@ CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_HERMES is not set -# CONFIG_HFSPLUS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HID is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_HID_DEBUG is not set # CONFIG_HID_FF is not set -# CONFIG_HID_SUPPORT is not set +# CONFIG_HID is not set # CONFIG_HIDRAW is not set +# CONFIG_HID_SUPPORT is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set -# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_CS is not set -CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_FIRMWARE=y +# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_PCI is not set # CONFIG_HOSTAP_PLX is not set -CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_CPU is not set # CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG=y # CONFIG_HP100 is not set # CONFIG_HPFS_FS is not set # CONFIG_HUGETLB_PAGE is not set # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set CONFIG_HZ=100 -CONFIG_HZ_100=y # CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_1024 is not set # CONFIG_HZ_128 is not set # CONFIG_HZ_250 is not set @@ -436,8 +438,8 @@ CONFIG_HZ_100=y # CONFIG_I2C_NFORCE2 is not set # CONFIG_I2C_OCORES is not set # CONFIG_I2C_PARPORT_LIGHT is not set -# CONFIG_I2C_PCA is not set # CONFIG_I2C_PCA_ISA is not set +# CONFIG_I2C_PCA is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_PROSAVAGE is not set # CONFIG_I2C_SAVAGE4 is not set @@ -457,36 +459,35 @@ CONFIG_HZ_100=y # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDMA_IVB is not set # CONFIG_IDEDMA_ONLYDISK is not set -# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_MAX_HWIFS=4 +# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_OHCI1394 is not set # CONFIG_IEEE1394_PCILYNX is not set # CONFIG_IEEE1394_RAWIO is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_IEEE1394_VIDEO1394 is not set -# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_CRYPT_CCMP is not set # CONFIG_IEEE80211_CRYPT_TKIP is not set # CONFIG_IEEE80211_CRYPT_WEP is not set # CONFIG_IEEE80211_DEBUG is not set -# CONFIG_IEEE80211_SOFTMAC is not set +# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set +# CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set # CONFIG_IGB is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set -# CONFIG_IMQ is not set # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set CONFIG_IMQ_BEHAVIOR_BA=y # CONFIG_IMQ_BEHAVIOR_BB is not set +# CONFIG_IMQ is not set CONFIG_IMQ_NUM_DEVS=2 -CONFIG_INET=y # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set @@ -507,24 +508,25 @@ CONFIG_INET=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_INPUT is not set -# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set -# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set # CONFIG_INPUT_POWERMATE is not set @@ -559,43 +561,22 @@ CONFIG_IOSCHED_NOOP=y # CONFIG_IP6_NF_TARGET_LOG is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_ROUTE is not set -# CONFIG_IPC_NS is not set -# CONFIG_IPMI_HANDLER is not set -CONFIG_IPSEC_NAT_TRAVERSAL=y -# CONFIG_IPV6 is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_IPV6_PRIVACY is not set -CONFIG_IPV6_ROUTER_PREF=y -# CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPW2100 is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2100_MONITOR=y -# CONFIG_IPW2200 is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPX is not set CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IPC_NS is not set # CONFIG_IP_DCCP is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set +# CONFIG_IPMI_HANDLER is not set # CONFIG_IP_MROUTE is not set CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_AMANDA is not set # CONFIG_IP_NF_ARPFILTER is not set -# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_ARP_MANGLE is not set -CONFIG_IP_NF_CONNTRACK=y +# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_CONNTRACK_EVENTS is not set CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set # CONFIG_IP_NF_FILTER is not set @@ -609,16 +590,12 @@ CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_MATCH_ECN is not set # CONFIG_IP_NF_MATCH_HASHLIMIT is not set # CONFIG_IP_NF_MATCH_IPP2P is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set -# CONFIG_NETFILTER_XT_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_OWNER is not set # CONFIG_IP_NF_MATCH_RECENT is not set # CONFIG_IP_NF_MATCH_SET is not set # CONFIG_IP_NF_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NAT_AMANDA is not set # CONFIG_IP_NF_NAT_FTP is not set # CONFIG_IP_NF_NAT_H323 is not set @@ -628,17 +605,18 @@ CONFIG_IP_NF_NAT_NEEDED=y # CONFIG_IP_NF_NAT_SIP is not set # CONFIG_IP_NF_NAT_SNMP_BASIC is not set # CONFIG_IP_NF_NAT_TFTP is not set +CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NETBIOS_NS is not set # CONFIG_IP_NF_PPTP is not set # CONFIG_IP_NF_QUEUE is not set # CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SET is not set CONFIG_IP_NF_SET_HASHSIZE=1024 # CONFIG_IP_NF_SET_IPHASH is not set # CONFIG_IP_NF_SET_IPMAP is not set # CONFIG_IP_NF_SET_IPPORTHASH is not set # CONFIG_IP_NF_SET_IPTREE is not set # CONFIG_IP_NF_SET_IPTREEMAP is not set +# CONFIG_IP_NF_SET is not set # CONFIG_IP_NF_SET_MACIPMAP is not set CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_SET_NETHASH is not set @@ -661,39 +639,60 @@ CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_TFTP is not set # CONFIG_IP_PNP is not set CONFIG_IP_ROUTE_FWMARK=y -CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y # CONFIG_IP_ROUTE_MULTIPATH_DRR is not set # CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set # CONFIG_IP_ROUTE_MULTIPATH_RR is not set # CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set +CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_SCTP is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y +# CONFIG_IPV6 is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTE_INFO is not set +CONFIG_IPV6_ROUTER_PREF=y +# CONFIG_IPV6_SIT is not set +# CONFIG_IPV6_TUNNEL is not set # CONFIG_IP_VS is not set +# CONFIG_IPW2100_DEBUG is not set +# CONFIG_IPW2100 is not set +CONFIG_IPW2100_MONITOR=y +# CONFIG_IPW2200_DEBUG is not set +# CONFIG_IPW2200 is not set +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPX is not set # CONFIG_IRDA is not set # CONFIG_ISCSI_TCP is not set -# CONFIG_ISDN is not set -# CONFIG_ISDN_CAPI is not set # CONFIG_ISDN_CAPI_CAPI20 is not set -# CONFIG_ISDN_CAPI_CAPIFS is not set CONFIG_ISDN_CAPI_CAPIFS_BOOL=y +# CONFIG_ISDN_CAPI_CAPIFS is not set +# CONFIG_ISDN_CAPI is not set CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set # CONFIG_ISDN_I4L is not set +# CONFIG_ISDN is not set # CONFIG_ISO9660_FS is not set # CONFIG_IXGB is not set -# CONFIG_JBD is not set # CONFIG_JBD_DEBUG is not set -# CONFIG_JFFS2_CMODE_NONE is not set +# CONFIG_JBD is not set # CONFIG_JFFS2_CMODE_FAVOURLZO is not set +# CONFIG_JFFS2_CMODE_NONE is not set CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set CONFIG_JFFS2_COMPRESSION_OPTIONS=y -CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFFS2_FS_WBUF_VERIFY is not set CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS=y # CONFIG_JFFS2_LZO is not set CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set @@ -706,8 +705,8 @@ CONFIG_JFFS2_ZLIB=y # CONFIG_JFS_SECURITY is not set # CONFIG_JFS_STATISTICS is not set CONFIG_JOLIET=y -# CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set +# CONFIG_KALLSYMS is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_KEXEC is not set # CONFIG_KEYS is not set @@ -717,55 +716,55 @@ CONFIG_JOLIET=y # CONFIG_LBD is not set # CONFIG_LDM_PARTITION is not set CONFIG_LEDS_CLASS=y -CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set +CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEGACY_PTYS is not set # CONFIG_LIBCRC32C is not set # CONFIG_LIBERTAS is not set # CONFIG_LIBERTAS_USB is not set -CONFIG_LLC=y # CONFIG_LLC2 is not set +CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_LOCKD is not set CONFIG_LOCKDEP_SUPPORT=y +# CONFIG_LOCKD is not set CONFIG_LOCKD_V4=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LSF is not set # CONFIG_LXT_PHY is not set -# CONFIG_MAC80211 is not set # CONFIG_MAC80211_DEBUG is not set +# CONFIG_MAC80211 is not set # CONFIG_MAC80211_LEDS is not set -# CONFIG_MACVLAN is not set # CONFIG_MAC_EMUMOUSEBTN is not set CONFIG_MAC_PARTITION=y +# CONFIG_MACVLAN is not set # CONFIG_MAGIC_SYSRQ is not set # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set -# CONFIG_MD is not set # CONFIG_MDIO_BITBANG is not set +# CONFIG_MD is not set # CONFIG_MEGARAID_LEGACY is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_SAS is not set # CONFIG_MFD_ASIC3 is not set # CONFIG_MFD_SM501 is not set CONFIG_MII=y +CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set -CONFIG_MINI_FO=y CONFIG_MISC_DEVICES=y # CONFIG_MKISS is not set -# CONFIG_MMC is not set # CONFIG_MMC_ARMMMCI is not set +# CONFIG_MMC is not set CONFIG_MMU=y -CONFIG_MODULES=y # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOUSE_APPLETOUCH is not set @@ -774,29 +773,117 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DATAFLASH is not set -# CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set +# CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y +# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_UBI is not set +CONFIG_MTD=y # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MYRI10GE is not set # CONFIG_NAMESPACES is not set # CONFIG_NCP_FS is not set -CONFIG_NET=y +# CONFIG_NET_9P is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_MIRRED is not set # CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +CONFIG_NET_ACT_POLICE=y +# CONFIG_NET_ACT_SIMP is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_IND=y +CONFIG_NET_CLS_POLICE=y +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_ROUTE=y +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_U32 is not set +CONFIG_NET_CLS=y # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set -CONFIG_NETDEVICES=y -# CONFIG_NETDEVICES_MULTIQUEUE is not set -CONFIG_NETDEV_1000=y # CONFIG_NETDEV_10000 is not set -CONFIG_NETFILTER=y +CONFIG_NETDEV_1000=y +# CONFIG_NETDEVICES_MULTIQUEUE is not set +CONFIG_NETDEVICES=y +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_NBYTE is not set +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_U32 is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_ETHERNET=y +# CONFIG_NET_FC is not set CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_NETLINK is not set @@ -814,6 +901,8 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set # CONFIG_NETFILTER_XT_MATCH_HELPER is not set # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set # CONFIG_NETFILTER_XT_MATCH_MAC is not set @@ -831,6 +920,7 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set # CONFIG_NETFILTER_XT_MATCH_STRING is not set # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_TIME is not set # CONFIG_NETFILTER_XT_MATCH_U32 is not set # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set @@ -843,43 +933,9 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set # CONFIG_NETFILTER_XT_TARGET_TRACE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NETROM is not set -CONFIG_NETWORK_FILESYSTEMS=y -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_NET_9P is not set -# CONFIG_NET_ACT_GACT is not set -# CONFIG_NET_ACT_IPT is not set -# CONFIG_NET_ACT_MIRRED is not set -# CONFIG_NET_ACT_PEDIT is not set -CONFIG_NET_ACT_POLICE=y -# CONFIG_NET_ACT_SIMP is not set -CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set -# CONFIG_NET_CLS_FLOW is not set -# CONFIG_NET_CLS_FW is not set -CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y -CONFIG_NET_CLS_ROUTE=y -# CONFIG_NET_CLS_ROUTE4 is not set -# CONFIG_NET_CLS_RSVP is not set -# CONFIG_NET_CLS_RSVP6 is not set -# CONFIG_NET_CLS_TCINDEX is not set -# CONFIG_NET_CLS_U32 is not set -CONFIG_NET_EMATCH=y -# CONFIG_NET_EMATCH_CMP is not set -# CONFIG_NET_EMATCH_META is not set -# CONFIG_NET_EMATCH_NBYTE is not set -CONFIG_NET_EMATCH_STACK=32 -# CONFIG_NET_EMATCH_TEXT is not set -# CONFIG_NET_EMATCH_U32 is not set -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_ETHERNET=y -# CONFIG_NET_FC is not set -# CONFIG_NET_IPGRE is not set +CONFIG_NETFILTER=y CONFIG_NET_IPGRE_BROADCAST=y +# CONFIG_NET_IPGRE is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_ISA is not set # CONFIG_NET_KEY is not set @@ -888,15 +944,17 @@ CONFIG_NET_PCI=y # CONFIG_NET_PCMCIA is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_NETPOLL is not set CONFIG_NET_RADIO=y +# CONFIG_NETROM is not set # CONFIG_NET_SB1000 is not set -CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_CLK_CPU is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ESFQ is not set CONFIG_NET_SCH_ESFQ_NFCT=y CONFIG_NET_SCH_FIFO=y @@ -911,28 +969,15 @@ CONFIG_NET_SCH_FIFO=y # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set -# CONFIG_ENC28J60 is not set # CONFIG_NET_TULIP is not set -CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +CONFIG_NET_WIRELESS=y +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETXEN_NIC is not set +CONFIG_NET=y # CONFIG_NEW_GPIO is not set CONFIG_NEW_LEDS=y -# CONFIG_NF_CT_NETLINK is not set -# CONFIG_NFSD is not set -CONFIG_NFSD_TCP=y -# CONFIG_NFSD_V2_ACL is not set -CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set -CONFIG_NFSD_V4=y -# CONFIG_NFS_ACL_SUPPORT is not set -CONFIG_NFS_COMMON=y -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFS_FS is not set -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFTL is not set -# CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_EVENTS is not set @@ -941,6 +986,7 @@ CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_IPV4 is not set # CONFIG_NF_CONNTRACK_IPV6 is not set # CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK is not set CONFIG_NF_CONNTRACK_MARK=y # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set @@ -951,14 +997,15 @@ CONFIG_NF_CONNTRACK_PROC_COMPAT=y CONFIG_NF_CONNTRACK_SUPPORT=y # CONFIG_NF_CONNTRACK_TFTP is not set CONFIG_NF_CT_ACCT=y +# CONFIG_NF_CT_NETLINK is not set # CONFIG_NF_CT_PROTO_GRE is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set -# CONFIG_NF_NAT is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_IRC is not set +# CONFIG_NF_NAT is not set CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_PROTO_GRE is not set @@ -966,7 +1013,20 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_SIP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_TFTP is not set -# CONFIG_NLS is not set +# CONFIG_NFS_ACL_SUPPORT is not set +CONFIG_NFS_COMMON=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_NFSD_TCP=y +# CONFIG_NFSD_V2_ACL is not set +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3=y +CONFIG_NFSD_V4=y +# CONFIG_NFS_FS is not set +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V4=y +# CONFIG_NFTL is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set @@ -991,10 +1051,11 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_950 is not set CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set @@ -1006,8 +1067,8 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set -# CONFIG_NORTEL_HERMES is not set # CONFIG_NO_HZ is not set +# CONFIG_NORTEL_HERMES is not set # CONFIG_NOZOMI is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set @@ -1015,17 +1076,17 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NTFS_RW is not set # CONFIG_OCF_BENCH is not set # CONFIG_OCF_EP80579 is not set -# CONFIG_OCF_IXP4XX is not set -# CONFIG_OCF_HIFN is not set # CONFIG_OCF_HIFNHIPP is not set -# CONFIG_OCF_SAFE is not set -# CONFIG_OCF_TALITOS is not set +# CONFIG_OCF_HIFN is not set +# CONFIG_OCF_IXP4XX is not set # CONFIG_OCF_OCF is not set # CONFIG_OCF_OCFNULL is not set # CONFIG_OCFS2_FS is not set +# CONFIG_OCF_SAFE is not set +# CONFIG_OCF_TALITOS is not set # CONFIG_OSF_PARTITION is not set -CONFIG_PACKET=y CONFIG_PACKET_MMAP=y +CONFIG_PACKET=y # CONFIG_PARPORT is not set # CONFIG_PARPORT_PC is not set CONFIG_PARTITION_ADVANCED=y @@ -1056,8 +1117,8 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_OPTI is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set @@ -1076,18 +1137,18 @@ 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 is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set -# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set # CONFIG_PCMCIA_FDOMAIN is not set # CONFIG_PCMCIA_HERMES is not set # CONFIG_PCMCIA_IOCTL is not set +# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_LOAD_CIS is not set # CONFIG_PCMCIA_NETWAVE is not set # CONFIG_PCMCIA_NINJA_SCSI is not set @@ -1109,23 +1170,23 @@ CONFIG_PLIST=y # CONFIG_PM is not set # CONFIG_POSIX_MQUEUE is not set # CONFIG_POWER_SUPPLY is not set -# CONFIG_PPP is not set -# CONFIG_PPPOATM is not set -# CONFIG_PPPOE is not set -# CONFIG_PPPOL2TP is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set CONFIG_PPP_FILTER=y +# CONFIG_PPP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPP_MULTILINK=y +# CONFIG_PPPOATM is not set +# CONFIG_PPPOE is not set +# CONFIG_PPPOL2TP is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_PRINTK=y # CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK=y # CONFIG_PRISM54 is not set CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y @@ -1146,8 +1207,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_RADIO_MAXIRADIO is not set -# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_RTRACK2 is not set +# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set @@ -1188,8 +1249,8 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_NV is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_SX4 is not set @@ -1197,7 +1258,6 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # CONFIG_SC92031 is not set -# CONFIG_SCSI is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_AACRAID is not set @@ -1233,6 +1293,7 @@ CONFIG_SCSI_DMA=y # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LPFC is not set @@ -1253,8 +1314,8 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_SCAN_ASYNC is not set # CONFIG_SCSI_SEAGATE is not set # CONFIG_SCSI_SPI_ATTRS is not set -# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_SRP_ATTRS is not set +# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C416 is not set # CONFIG_SCSI_SYM53C8XX_2 is not set @@ -1263,11 +1324,11 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SECCOMP is not set -# CONFIG_SECURITY is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set +# CONFIG_SECURITY is not set CONFIG_SELECT_MEMORY_MODEL=y -# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set @@ -1321,8 +1382,8 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_VIA686A is not set @@ -1336,14 +1397,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83L786NG is not set -CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 -CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set @@ -1366,7 +1427,6 @@ CONFIG_SLAB=y # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set # CONFIG_SMSC_PHY is not set -# CONFIG_SND is not set # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set @@ -1417,19 +1477,20 @@ CONFIG_SLAB=y # CONFIG_SND_GUSEXTREME is not set # CONFIG_SND_GUSMAX is not set # CONFIG_SND_HDA_INTEL is not set -# CONFIG_SND_HIFIER is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set +# CONFIG_SND_HIFIER is not set # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGO is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set +# CONFIG_SND is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -1447,17 +1508,17 @@ CONFIG_SLAB=y # CONFIG_SND_OPTI92X_CS4231 is not set # CONFIG_SND_OPTI93X is not set CONFIG_SND_OSSEMUL=y +# CONFIG_SND_OXYGEN is not set # CONFIG_SND_PCM is not set # CONFIG_SND_PCM_OSS is not set CONFIG_SND_PCM_OSS_PLUGINS=y -# CONFIG_SND_OXYGEN is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_PDAUDIOCF is not set # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_RME96 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set @@ -1488,19 +1549,19 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set -# CONFIG_SPI is not set +# CONFIG_SPI_AT25 is not set # CONFIG_SPI_DEBUG is not set +# CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set -# CONFIG_SPI_AT25 is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set -# CONFIG_SSB is not set +CONFIG_SQUASHFS=y # CONFIG_SSB_DEBUG is not set # CONFIG_SSB_DRIVER_MIPS is not set +# CONFIG_SSB is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set @@ -1509,23 +1570,23 @@ CONFIG_STANDALONE=y # CONFIG_STRIP is not set # CONFIG_SUNDANCE is not set # CONFIG_SUNGEM is not set -# CONFIG_SUNRPC is not set +# CONFIG_SUN_PARTITION is not set # CONFIG_SUNRPC_BIND34 is not set # CONFIG_SUNRPC_GSS is not set -# CONFIG_SUN_PARTITION is not set +# CONFIG_SUNRPC is not set CONFIG_SUSPEND_UP_POSSIBLE=y CONFIG_SWAP=y # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y -CONFIG_SYSCTL=y CONFIG_SYSCTL_SYSCALL=y -CONFIG_SYSFS=y +CONFIG_SYSCTL=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_SYSFS=y +# CONFIG_SYS_HYPERVISOR is not set # CONFIG_SYSV68_PARTITION is not set -CONFIG_SYSVIPC=y # CONFIG_SYSV_FS is not set -# CONFIG_SYS_HYPERVISOR is not set +CONFIG_SYSVIPC=y # CONFIG_TASKSTATS is not set # CONFIG_TCG_TPM is not set CONFIG_TCP_CONG_ADVANCED=y @@ -1542,10 +1603,10 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_MD5SIG is not set -CONFIG_TEXTSEARCH=y # CONFIG_TEXTSEARCH_BM is not set # CONFIG_TEXTSEARCH_FSM is not set # CONFIG_TEXTSEARCH_KMP is not set +CONFIG_TEXTSEARCH=y # CONFIG_THERMAL is not set # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set @@ -1554,25 +1615,24 @@ CONFIG_TIMERFD=y # CONFIG_TIPC is not set # CONFIG_TLAN is not set # CONFIG_TMD_HERMES is not set -CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set +CONFIG_TMPFS=y # CONFIG_TPS65010 is not set -# CONFIG_TR is not set CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_TUN is not set +# CONFIG_TR is not set # CONFIG_TUNER_3036 is not set # CONFIG_TUNER_TEA5761 is not set +# CONFIG_TUN is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_UFS_FS is not set # CONFIG_UIO is not set # CONFIG_ULTRIX_PARTITION is not set -CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIX=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_USB is not set # CONFIG_USB_ACECAD is not set # CONFIG_USB_ACM is not set # CONFIG_USB_ADUTUX is not set @@ -1586,8 +1646,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATM is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_BANDWIDTH is not set @@ -1599,8 +1659,8 @@ CONFIG_USB_BELKIN=y # CONFIG_USB_CYTHERM is not set # CONFIG_USB_DABUSB is not set # CONFIG_USB_DEBUG is not set -CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICEFS=y # CONFIG_USB_DSBR is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_EHCI_ROOT_HUB_TT is not set @@ -1613,13 +1673,14 @@ CONFIG_USB_DEVICEFS=y CONFIG_USB_EZUSB=y # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_GADGET is not set -# CONFIG_USB_HID is not set # CONFIG_USB_HIDDEV is not set -CONFIG_USB_HIDINPUT=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set +CONFIG_USB_HIDINPUT=y +# CONFIG_USB_HID is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_KBD is not set @@ -1662,7 +1723,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RIO500 is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_SE401 is not set -# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_AIRPRIME is not set # CONFIG_USB_SERIAL_ARK3116 is not set @@ -1683,22 +1743,23 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_HP4X is not set # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IPW is not set -# CONFIG_USB_SERIAL_IUU is not set # CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL is not set +# CONFIG_USB_SERIAL_IUU is not set # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KEYSPAN_MPR=y # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set CONFIG_USB_SERIAL_KEYSPAN_USA18X=y -CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y -CONFIG_USB_SERIAL_KEYSPAN_USA28=y -CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y -CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set # CONFIG_USB_SERIAL_MCT_U232 is not set @@ -1721,13 +1782,13 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SN9C102 is not set # CONFIG_USB_SPEEDTOUCH is not set # CONFIG_USB_STKWEBCAM is not set -# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_ALAUDA=y CONFIG_USB_STORAGE_DATAFAB=y # CONFIG_USB_STORAGE_DEBUG is not set CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_FREECOM=y # CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_KARMA=y # CONFIG_USB_STORAGE_ONETOUCH is not set @@ -1809,8 +1870,8 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_VIDEO_UPD64031A is not set # CONFIG_VIDEO_UPD64083 is not set # CONFIG_VIDEO_USBVISION is not set -# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y +# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L2=y # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_VP27SMPX is not set @@ -1840,19 +1901,19 @@ CONFIG_VLAN_8021Q=y # CONFIG_W83977F_WDT is not set # CONFIG_WAN is not set # CONFIG_WAN_ROUTER is not set -CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG=y # CONFIG_WDTPCI is not set CONFIG_WIRELESS_EXT=y CONFIG_WLAN_80211=y # CONFIG_WLAN_PRE80211 is not set # CONFIG_WR_PPMC is not set # CONFIG_X25 is not set -CONFIG_XFRM=y # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_USER is not set +CONFIG_XFRM=y # CONFIG_XFS_FS is not set # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_QUOTA is not set @@ -1866,11 +1927,11 @@ CONFIG_XFRM=y # CONFIG_YENTA_RICOH is not set # CONFIG_YENTA_TI is not set # CONFIG_YENTA_TOSHIBA is not set -# CONFIG_ZD1211RW is not set # CONFIG_ZD1211RW_DEBUG is not set -CONFIG_ZISOFS=y +# CONFIG_ZD1211RW is not set # CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZONE_DMA=y diff --git a/target/linux/generic-2.6/config-2.6.26 b/target/linux/generic-2.6/config-2.6.26 index fab0e166c1..8230a19771 100644 --- a/target/linux/generic-2.6/config-2.6.26 +++ b/target/linux/generic-2.6/config-2.6.26 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set @@ -8,10 +9,10 @@ # CONFIG_ADFS_FS is not set # CONFIG_ADM6996_PHY is not set # CONFIG_AFFS_FS is not set -# CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set -# CONFIG_AIRO is not set +# CONFIG_AFS_FS is not set # CONFIG_AIRO_CS is not set +# CONFIG_AIRO is not set # CONFIG_AMD8111_ETH is not set # CONFIG_AMIGA_PARTITION is not set CONFIG_ANON_INODES=y @@ -20,22 +21,21 @@ CONFIG_ARCH_FLATMEM_ENABLE=y # CONFIG_ARCNET is not set CONFIG_ARPD=y CONFIG_ASK_IP_FIB_HASH=y +# CONFIG_ATA_GENERIC is not set # CONFIG_ATA is not set # CONFIG_ATALK is not set -# CONFIG_ATARI_PARTITION is not set -# CONFIG_ATA_GENERIC is not set # CONFIG_ATA_OVER_ETH is not set +# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_SFF is not set # CONFIG_ATL1 is not set -# CONFIG_ATM is not set -# CONFIG_ATMEL is not set # CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_BR2684 is not set CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM_BR2684 is not set # CONFIG_ATM_CLIP is not set CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_DRIVERS is not set # CONFIG_ATM_DUMMY is not set +# CONFIG_ATMEL is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_FORE200E_MAYBE is not set @@ -43,6 +43,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_IDT77252 is not set +# CONFIG_ATM is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_MPOA is not set @@ -52,8 +53,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_AUDIT is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set -# CONFIG_AX25 is not set # CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_AX25 is not set # CONFIG_AX88796 is not set # CONFIG_B44 is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set @@ -63,13 +64,13 @@ CONFIG_BASE_FULL=y # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set # CONFIG_BAYCOM_SER_HDX is not set -# CONFIG_BCM43XX is not set CONFIG_BCM43XX_DEBUG=y -CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_DMA_AND_PIO_MODE=y # CONFIG_BCM43XX_DMA_MODE is not set -CONFIG_BCM43XX_PIO=y +CONFIG_BCM43XX_DMA=y +# CONFIG_BCM43XX is not set # CONFIG_BCM43XX_PIO_MODE is not set +CONFIG_BCM43XX_PIO=y # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set CONFIG_BINFMT_ELF=y @@ -77,7 +78,6 @@ CONFIG_BINFMT_ELF=y # CONFIG_BLINK is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set -CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set @@ -96,8 +96,8 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_DELKIN is not set # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_GENERIC is not set -# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_IDE is not set +# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_ONLY is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set @@ -107,9 +107,9 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDEPCI is not set # CONFIG_BLK_DEV_IDEPNP is not set +# CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_IO_TRACE is not set # CONFIG_BLK_DEV_IT8213 is not set @@ -122,8 +122,8 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set -# CONFIG_BLK_DEV_PLATFORM is not set # CONFIG_BLK_DEV_PIIX is not set +# CONFIG_BLK_DEV_PLATFORM is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_RZ1000 is not set # CONFIG_BLK_DEV_SC1200 is not set @@ -141,11 +141,11 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_UB is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_VIA82CXXX is not set +CONFIG_BLK_DEV=y CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BONDING is not set # CONFIG_BPQETHER is not set -CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set @@ -168,11 +168,11 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set +CONFIG_BRIDGE=y CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y -CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_BT is not set +CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BT_BNEP is not set CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y @@ -185,14 +185,15 @@ CONFIG_BT_BNEP_PROTO_FILTER=y # CONFIG_BT_HCIBTSDIO is not set # CONFIG_BT_HCIBTUART is not set # CONFIG_BT_HCIDTL1 is not set -# CONFIG_BT_HCIUART is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART is not set # CONFIG_BT_HCIUART_LL is not set # CONFIG_BT_HCIUSB is not set CONFIG_BT_HCIUSB_SCO=y # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_HIDP is not set +# CONFIG_BT is not set # CONFIG_BT_L2CAP is not set # CONFIG_BT_RFCOMM is not set CONFIG_BT_RFCOMM_TTY=y @@ -217,12 +218,12 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set -# CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS is not set CONFIG_CIFS_POSIX=y -CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_STATS=y # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set CONFIG_CLS_U32_MARK=y @@ -239,7 +240,6 @@ CONFIG_CRC32=y # CONFIG_CRC_CCITT is not set # CONFIG_CRC_ITU_T is not set CONFIG_CROSSCOMPILE=y -CONFIG_CRYPTO=y # CONFIG_CRYPTO_AEAD is not set # CONFIG_CRYPTO_AES is not set # CONFIG_CRYPTO_ALGAPI is not set @@ -291,11 +291,12 @@ CONFIG_CRYPTO=y # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_COMMON is not set +# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_XTS is not set +CONFIG_CRYPTO=y # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_DEBUG_FS is not set @@ -329,11 +330,11 @@ CONFIG_DEVFS_MOUNT=y # CONFIG_DS1682 is not set # CONFIG_DTLK is not set # CONFIG_DUMMY is not set -# CONFIG_DVB is not set # CONFIG_DVB_CORE is not set -# CONFIG_E100 is not set -# CONFIG_E1000 is not set +# CONFIG_DVB is not set # CONFIG_E1000E is not set +# CONFIG_E1000 is not set +# CONFIG_E100 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set # CONFIG_EEPROM_93CX6 is not set @@ -343,6 +344,7 @@ CONFIG_DEVFS_MOUNT=y CONFIG_EMBEDDED=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_ENABLE_WARN_DEPRECATED=y +# CONFIG_ENC28J60 is not set # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_EPIC100 is not set CONFIG_EPOLL=y @@ -360,22 +362,22 @@ CONFIG_EXPERIMENTAL=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set CONFIG_FIB_RULES=y # CONFIG_FIREWIRE is not set -CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y +CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y # CONFIG_FORCEDETH is not set CONFIG_FRAME_WARN=1024 # CONFIG_FS_POSIX_ACL is not set # CONFIG_FTL is not set # CONFIG_FUSE_FS is not set -# CONFIG_FUSION is not set # CONFIG_FUSION_FC is not set +# CONFIG_FUSION is not set # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y @@ -399,24 +401,24 @@ CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_HERMES is not set -# CONFIG_HFSPLUS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HID is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_HID_DEBUG is not set # CONFIG_HID_FF is not set -# CONFIG_HID_SUPPORT is not set +# CONFIG_HID is not set # CONFIG_HIDRAW is not set +# CONFIG_HID_SUPPORT is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set -# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_CS is not set -CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y +CONFIG_HOSTAP_FIRMWARE=y +# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_PCI is not set # CONFIG_HOSTAP_PLX is not set -CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_CPU is not set # CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG=y # CONFIG_HP100 is not set # CONFIG_HPFS_FS is not set # CONFIG_HTC_PASIC3 is not set @@ -424,8 +426,8 @@ CONFIG_HOTPLUG=y # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set CONFIG_HZ=100 -CONFIG_HZ_100=y # CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_1024 is not set # CONFIG_HZ_128 is not set # CONFIG_HZ_250 is not set @@ -476,36 +478,35 @@ CONFIG_HZ_100=y # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDMA_IVB is not set # CONFIG_IDEDMA_ONLYDISK is not set -# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_MAX_HWIFS=4 +# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_OHCI1394 is not set # CONFIG_IEEE1394_PCILYNX is not set # CONFIG_IEEE1394_RAWIO is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_IEEE1394_VIDEO1394 is not set -# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_CRYPT_CCMP is not set # CONFIG_IEEE80211_CRYPT_TKIP is not set # CONFIG_IEEE80211_CRYPT_WEP is not set # CONFIG_IEEE80211_DEBUG is not set -# CONFIG_IEEE80211_SOFTMAC is not set +# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set +# CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set # CONFIG_IGB is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set -# CONFIG_IMQ is not set # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set CONFIG_IMQ_BEHAVIOR_BA=y # CONFIG_IMQ_BEHAVIOR_BB is not set +# CONFIG_IMQ is not set CONFIG_IMQ_NUM_DEVS=2 -CONFIG_INET=y # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set @@ -526,24 +527,25 @@ CONFIG_INET=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_INPUT is not set -# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set -# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set # CONFIG_INPUT_POWERMATE is not set @@ -578,43 +580,22 @@ CONFIG_IOSCHED_NOOP=y # CONFIG_IP6_NF_TARGET_LOG is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_ROUTE is not set -# CONFIG_IPC_NS is not set -# CONFIG_IPMI_HANDLER is not set -CONFIG_IPSEC_NAT_TRAVERSAL=y -# CONFIG_IPV6 is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_IPV6_PRIVACY is not set -CONFIG_IPV6_ROUTER_PREF=y -# CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPW2100 is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2100_MONITOR=y -# CONFIG_IPW2200 is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPX is not set CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IPC_NS is not set # CONFIG_IP_DCCP is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set +# CONFIG_IPMI_HANDLER is not set # CONFIG_IP_MROUTE is not set CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_AMANDA is not set # CONFIG_IP_NF_ARPFILTER is not set -# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_ARP_MANGLE is not set -CONFIG_IP_NF_CONNTRACK=y +# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_CONNTRACK_EVENTS is not set CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set # CONFIG_IP_NF_FILTER is not set @@ -628,16 +609,12 @@ CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_MATCH_ECN is not set # CONFIG_IP_NF_MATCH_HASHLIMIT is not set # CONFIG_IP_NF_MATCH_IPP2P is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set -# CONFIG_NETFILTER_XT_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_OWNER is not set # CONFIG_IP_NF_MATCH_RECENT is not set # CONFIG_IP_NF_MATCH_SET is not set # CONFIG_IP_NF_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NAT_AMANDA is not set # CONFIG_IP_NF_NAT_FTP is not set # CONFIG_IP_NF_NAT_H323 is not set @@ -647,17 +624,18 @@ CONFIG_IP_NF_NAT_NEEDED=y # CONFIG_IP_NF_NAT_SIP is not set # CONFIG_IP_NF_NAT_SNMP_BASIC is not set # CONFIG_IP_NF_NAT_TFTP is not set +CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NETBIOS_NS is not set # CONFIG_IP_NF_PPTP is not set # CONFIG_IP_NF_QUEUE is not set # CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SET is not set CONFIG_IP_NF_SET_HASHSIZE=1024 # CONFIG_IP_NF_SET_IPHASH is not set # CONFIG_IP_NF_SET_IPMAP is not set # CONFIG_IP_NF_SET_IPPORTHASH is not set # CONFIG_IP_NF_SET_IPTREE is not set # CONFIG_IP_NF_SET_IPTREEMAP is not set +# CONFIG_IP_NF_SET is not set # CONFIG_IP_NF_SET_MACIPMAP is not set CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_SET_NETHASH is not set @@ -680,39 +658,60 @@ CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_TFTP is not set # CONFIG_IP_PNP is not set CONFIG_IP_ROUTE_FWMARK=y -CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y # CONFIG_IP_ROUTE_MULTIPATH_DRR is not set # CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set # CONFIG_IP_ROUTE_MULTIPATH_RR is not set # CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set +CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_SCTP is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y +# CONFIG_IPV6 is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTE_INFO is not set +CONFIG_IPV6_ROUTER_PREF=y +# CONFIG_IPV6_SIT is not set +# CONFIG_IPV6_TUNNEL is not set # CONFIG_IP_VS is not set +# CONFIG_IPW2100_DEBUG is not set +# CONFIG_IPW2100 is not set +CONFIG_IPW2100_MONITOR=y +# CONFIG_IPW2200_DEBUG is not set +# CONFIG_IPW2200 is not set +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPX is not set # CONFIG_IRDA is not set # CONFIG_ISCSI_TCP is not set -# CONFIG_ISDN is not set -# CONFIG_ISDN_CAPI is not set # CONFIG_ISDN_CAPI_CAPI20 is not set -# CONFIG_ISDN_CAPI_CAPIFS is not set CONFIG_ISDN_CAPI_CAPIFS_BOOL=y +# CONFIG_ISDN_CAPI_CAPIFS is not set +# CONFIG_ISDN_CAPI is not set CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set # CONFIG_ISDN_I4L is not set +# CONFIG_ISDN is not set # CONFIG_ISO9660_FS is not set # CONFIG_IXGB is not set -# CONFIG_JBD is not set # CONFIG_JBD_DEBUG is not set -# CONFIG_JFFS2_CMODE_NONE is not set +# CONFIG_JBD is not set # CONFIG_JFFS2_CMODE_FAVOURLZO is not set +# CONFIG_JFFS2_CMODE_NONE is not set CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set CONFIG_JFFS2_COMPRESSION_OPTIONS=y -CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFFS2_FS_WBUF_VERIFY is not set CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS=y # CONFIG_JFFS2_LZO is not set CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set @@ -725,8 +724,8 @@ CONFIG_JFFS2_ZLIB=y # CONFIG_JFS_SECURITY is not set # CONFIG_JFS_STATISTICS is not set CONFIG_JOLIET=y -# CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set +# CONFIG_KALLSYMS is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_KEXEC is not set # CONFIG_KEYS is not set @@ -736,33 +735,33 @@ CONFIG_JOLIET=y # CONFIG_LBD is not set # CONFIG_LDM_PARTITION is not set CONFIG_LEDS_CLASS=y -CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set -CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_NETDEV=y +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEGACY_PTYS is not set # CONFIG_LIBCRC32C is not set # CONFIG_LIBERTAS is not set # CONFIG_LIBERTAS_USB is not set -CONFIG_LLC=y # CONFIG_LLC2 is not set +CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_LOCKD is not set CONFIG_LOCKDEP_SUPPORT=y +# CONFIG_LOCKD is not set CONFIG_LOCKD_V4=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LSF is not set # CONFIG_LXT_PHY is not set -# CONFIG_MAC80211 is not set # CONFIG_MAC80211_DEBUG is not set +# CONFIG_MAC80211 is not set # CONFIG_MAC80211_LEDS is not set -# CONFIG_MACVLAN is not set # CONFIG_MAC_EMUMOUSEBTN is not set CONFIG_MAC_PARTITION=y +# CONFIG_MACVLAN is not set # CONFIG_MAGIC_SYSRQ is not set # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set @@ -777,21 +776,21 @@ CONFIG_MAC_PARTITION=y # CONFIG_MFD_ASIC3 is not set # CONFIG_MFD_SM501 is not set CONFIG_MII=y +CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set -CONFIG_MINI_FO=y CONFIG_MISC_DEVICES=y -# CONFIG_MISDN is not set # CONFIG_MISDN_HFCPCI is not set +# CONFIG_MISDN is not set # CONFIG_MKISS is not set -# CONFIG_MMC is not set # CONFIG_MMC_ARMMMCI is not set +# CONFIG_MMC is not set # CONFIG_MMC_TEST is not set CONFIG_MMU=y -CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOUSE_APPLETOUCH is not set @@ -800,31 +799,119 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set # CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DATAFLASH is not set -# CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set +# CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_MYLOADER_PARTS is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y +# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_UBI is not set +CONFIG_MTD=y # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MYRI10GE is not set # CONFIG_NAMESPACES is not set # CONFIG_NCP_FS is not set -CONFIG_NET=y +# CONFIG_NET_9P is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_MIRRED is not set # CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +CONFIG_NET_ACT_POLICE=y +# CONFIG_NET_ACT_SIMP is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_IND=y +CONFIG_NET_CLS_POLICE=y +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_ROUTE=y +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_U32 is not set +CONFIG_NET_CLS=y # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set -CONFIG_NETDEVICES=y -CONFIG_NETDEVICES_MULTIQUEUE=y -CONFIG_NETDEV_1000=y # CONFIG_NETDEV_10000 is not set -CONFIG_NETFILTER=y +CONFIG_NETDEV_1000=y +CONFIG_NETDEVICES_MULTIQUEUE=y +CONFIG_NETDEVICES=y +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_NBYTE is not set +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_U32 is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_ETHERNET=y +# CONFIG_NET_FC is not set CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_NETLINK is not set @@ -842,6 +929,8 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set # CONFIG_NETFILTER_XT_MATCH_HELPER is not set # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set # CONFIG_NETFILTER_XT_MATCH_MAC is not set @@ -859,6 +948,7 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set # CONFIG_NETFILTER_XT_MATCH_STRING is not set # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_TIME is not set # CONFIG_NETFILTER_XT_MATCH_U32 is not set # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set @@ -871,43 +961,9 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set # CONFIG_NETFILTER_XT_TARGET_TRACE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NETROM is not set -CONFIG_NETWORK_FILESYSTEMS=y -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_NET_9P is not set -# CONFIG_NET_ACT_GACT is not set -# CONFIG_NET_ACT_IPT is not set -# CONFIG_NET_ACT_MIRRED is not set -# CONFIG_NET_ACT_PEDIT is not set -CONFIG_NET_ACT_POLICE=y -# CONFIG_NET_ACT_SIMP is not set -CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set -# CONFIG_NET_CLS_FLOW is not set -# CONFIG_NET_CLS_FW is not set -CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y -CONFIG_NET_CLS_ROUTE=y -# CONFIG_NET_CLS_ROUTE4 is not set -# CONFIG_NET_CLS_RSVP is not set -# CONFIG_NET_CLS_RSVP6 is not set -# CONFIG_NET_CLS_TCINDEX is not set -# CONFIG_NET_CLS_U32 is not set -CONFIG_NET_EMATCH=y -# CONFIG_NET_EMATCH_CMP is not set -# CONFIG_NET_EMATCH_META is not set -# CONFIG_NET_EMATCH_NBYTE is not set -CONFIG_NET_EMATCH_STACK=32 -# CONFIG_NET_EMATCH_TEXT is not set -# CONFIG_NET_EMATCH_U32 is not set -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_ETHERNET=y -# CONFIG_NET_FC is not set -# CONFIG_NET_IPGRE is not set +CONFIG_NETFILTER=y CONFIG_NET_IPGRE_BROADCAST=y +# CONFIG_NET_IPGRE is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_ISA is not set # CONFIG_NET_KEY is not set @@ -916,15 +972,17 @@ CONFIG_NET_PCI=y # CONFIG_NET_PCMCIA is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_NETPOLL is not set CONFIG_NET_RADIO=y +# CONFIG_NETROM is not set # CONFIG_NET_SB1000 is not set -CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_CLK_CPU is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ESFQ is not set CONFIG_NET_SCH_ESFQ_NFCT=y CONFIG_NET_SCH_FIFO=y @@ -939,29 +997,15 @@ CONFIG_NET_SCH_FIFO=y # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TBF is not set # CONFIG_NET_SCH_TEQL is not set -# CONFIG_ENC28J60 is not set # CONFIG_NET_TULIP is not set -CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +CONFIG_NET_WIRELESS=y +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETXEN_NIC is not set +CONFIG_NET=y # CONFIG_NEW_GPIO is not set CONFIG_NEW_LEDS=y -# CONFIG_NF_CT_NETLINK is not set -# CONFIG_NF_CT_PROTO_DCCP is not set -# CONFIG_NFSD is not set -CONFIG_NFSD_TCP=y -# CONFIG_NFSD_V2_ACL is not set -CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set -CONFIG_NFSD_V4=y -# CONFIG_NFS_ACL_SUPPORT is not set -CONFIG_NFS_COMMON=y -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFS_FS is not set -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFTL is not set -# CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_EVENTS is not set @@ -970,6 +1014,7 @@ CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_IPV4 is not set # CONFIG_NF_CONNTRACK_IPV6 is not set # CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK is not set CONFIG_NF_CONNTRACK_MARK=y # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set @@ -980,14 +1025,16 @@ CONFIG_NF_CONNTRACK_PROC_COMPAT=y CONFIG_NF_CONNTRACK_SUPPORT=y # CONFIG_NF_CONNTRACK_TFTP is not set CONFIG_NF_CT_ACCT=y +# CONFIG_NF_CT_NETLINK is not set +# CONFIG_NF_CT_PROTO_DCCP is not set # CONFIG_NF_CT_PROTO_GRE is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set -# CONFIG_NF_NAT is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_IRC is not set +# CONFIG_NF_NAT is not set CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_PROTO_GRE is not set @@ -995,7 +1042,20 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_SIP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_TFTP is not set -# CONFIG_NLS is not set +# CONFIG_NFS_ACL_SUPPORT is not set +CONFIG_NFS_COMMON=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_NFSD_TCP=y +# CONFIG_NFSD_V2_ACL is not set +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3=y +CONFIG_NFSD_V4=y +# CONFIG_NFS_FS is not set +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V4=y +# CONFIG_NFTL is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set @@ -1020,10 +1080,11 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_950 is not set CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set @@ -1035,8 +1096,8 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set -# CONFIG_NORTEL_HERMES is not set # CONFIG_NO_HZ is not set +# CONFIG_NORTEL_HERMES is not set # CONFIG_NOZOMI is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set @@ -1044,17 +1105,17 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NTFS_RW is not set # CONFIG_OCF_BENCH is not set # CONFIG_OCF_EP80579 is not set -# CONFIG_OCF_IXP4XX is not set -# CONFIG_OCF_HIFN is not set # CONFIG_OCF_HIFNHIPP is not set -# CONFIG_OCF_SAFE is not set -# CONFIG_OCF_TALITOS is not set +# CONFIG_OCF_HIFN is not set +# CONFIG_OCF_IXP4XX is not set # CONFIG_OCF_OCF is not set # CONFIG_OCF_OCFNULL is not set # CONFIG_OCFS2_FS is not set +# CONFIG_OCF_SAFE is not set +# CONFIG_OCF_TALITOS is not set # CONFIG_OSF_PARTITION is not set -CONFIG_PACKET=y CONFIG_PACKET_MMAP=y +CONFIG_PACKET=y # CONFIG_PARPORT is not set # CONFIG_PARPORT_PC is not set CONFIG_PARTITION_ADVANCED=y @@ -1085,8 +1146,8 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_OPTI is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set @@ -1105,18 +1166,18 @@ 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 is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set -# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set # CONFIG_PCMCIA_FDOMAIN is not set # CONFIG_PCMCIA_HERMES is not set # CONFIG_PCMCIA_IOCTL is not set +# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_LOAD_CIS is not set # CONFIG_PCMCIA_NETWAVE is not set # CONFIG_PCMCIA_NINJA_SCSI is not set @@ -1138,23 +1199,23 @@ CONFIG_PLIST=y # CONFIG_PM is not set # CONFIG_POSIX_MQUEUE is not set # CONFIG_POWER_SUPPLY is not set -# CONFIG_PPP is not set -# CONFIG_PPPOATM is not set -# CONFIG_PPPOE is not set -# CONFIG_PPPOL2TP is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set CONFIG_PPP_FILTER=y +# CONFIG_PPP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPP_MULTILINK=y +# CONFIG_PPPOATM is not set +# CONFIG_PPPOE is not set +# CONFIG_PPPOL2TP is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_PRINTK=y # CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK=y # CONFIG_PRISM54 is not set CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y @@ -1174,8 +1235,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_RADIO_MAXIRADIO is not set -# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_RTRACK2 is not set +# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set @@ -1192,8 +1253,8 @@ CONFIG_RAMFS=y # CONFIG_RELAY is not set # CONFIG_RESOURCES_64BIT is not set # CONFIG_RFD_FTL is not set -# CONFIG_RFKILL is not set # CONFIG_RFKILL_INPUT is not set +# CONFIG_RFKILL is not set # CONFIG_ROMFS_FS is not set # CONFIG_ROSE is not set # CONFIG_RPCSEC_GSS_KRB5 is not set @@ -1218,8 +1279,8 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_PMP is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_SX4 is not set @@ -1227,7 +1288,6 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # CONFIG_SC92031 is not set -# CONFIG_SCSI is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_AACRAID is not set @@ -1263,6 +1323,7 @@ CONFIG_SCSI_DMA=y # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LPFC is not set @@ -1283,8 +1344,8 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_SCAN_ASYNC is not set # CONFIG_SCSI_SEAGATE is not set # CONFIG_SCSI_SPI_ATTRS is not set -# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_SRP_ATTRS is not set +# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C416 is not set # CONFIG_SCSI_SYM53C8XX_2 is not set @@ -1293,11 +1354,11 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SECCOMP is not set -# CONFIG_SECURITY is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set +# CONFIG_SECURITY is not set CONFIG_SELECT_MEMORY_MODEL=y -# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set @@ -1351,8 +1412,8 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_VIA686A is not set @@ -1366,14 +1427,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83L786NG is not set -CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 -CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set @@ -1392,11 +1453,10 @@ CONFIG_SIGNALFD=y # CONFIG_SLHC is not set # CONFIG_SLIP is not set # CONFIG_SLOB is not set -CONFIG_SLUB=y # CONFIG_SLUB_DEBUG is not set +CONFIG_SLUB=y # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set -# CONFIG_SND is not set # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set @@ -1448,19 +1508,20 @@ CONFIG_SLUB=y # CONFIG_SND_GUSEXTREME is not set # CONFIG_SND_GUSMAX is not set # CONFIG_SND_HDA_INTEL is not set -# CONFIG_SND_HIFIER is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set +# CONFIG_SND_HIFIER is not set # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGO is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set +# CONFIG_SND is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -1478,17 +1539,17 @@ CONFIG_SLUB=y # CONFIG_SND_OPTI92X_CS4231 is not set # CONFIG_SND_OPTI93X is not set CONFIG_SND_OSSEMUL=y +# CONFIG_SND_OXYGEN is not set # CONFIG_SND_PCM is not set # CONFIG_SND_PCM_OSS is not set CONFIG_SND_PCM_OSS_PLUGINS=y -# CONFIG_SND_OXYGEN is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_PDAUDIOCF is not set # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_RME96 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set @@ -1520,19 +1581,19 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set -# CONFIG_SPI is not set +# CONFIG_SPI_AT25 is not set # CONFIG_SPI_DEBUG is not set +# CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set -# CONFIG_SPI_AT25 is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set -# CONFIG_SSB is not set +CONFIG_SQUASHFS=y # CONFIG_SSB_DEBUG is not set # CONFIG_SSB_DRIVER_MIPS is not set +# CONFIG_SSB is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set @@ -1541,25 +1602,25 @@ CONFIG_STANDALONE=y # CONFIG_STRIP is not set # CONFIG_SUNDANCE is not set # CONFIG_SUNGEM is not set -# CONFIG_SUNRPC is not set +# CONFIG_SUN_PARTITION is not set # CONFIG_SUNRPC_BIND34 is not set # CONFIG_SUNRPC_GSS is not set -# CONFIG_SUN_PARTITION is not set +# CONFIG_SUNRPC is not set CONFIG_SUSPEND_UP_POSSIBLE=y CONFIG_SWAP=y # CONFIG_SWCONFIG is not set # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y -CONFIG_SYSCTL=y -CONFIG_SYSCTL_SYSCALL=y CONFIG_SYSCTL_SYSCALL_CHECK=y -CONFIG_SYSFS=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSCTL=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_SYSFS=y +# CONFIG_SYS_HYPERVISOR is not set # CONFIG_SYSV68_PARTITION is not set -CONFIG_SYSVIPC=y # CONFIG_SYSV_FS is not set -# CONFIG_SYS_HYPERVISOR is not set +CONFIG_SYSVIPC=y # CONFIG_TASKSTATS is not set # CONFIG_TCG_TPM is not set CONFIG_TCP_CONG_ADVANCED=y @@ -1576,10 +1637,10 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_MD5SIG is not set -CONFIG_TEXTSEARCH=y # CONFIG_TEXTSEARCH_BM is not set # CONFIG_TEXTSEARCH_FSM is not set # CONFIG_TEXTSEARCH_KMP is not set +CONFIG_TEXTSEARCH=y # CONFIG_THERMAL_HWMON is not set # CONFIG_THERMAL is not set # CONFIG_TIFM_CORE is not set @@ -1589,26 +1650,24 @@ CONFIG_TIMERFD=y # CONFIG_TIPC is not set # CONFIG_TLAN is not set # CONFIG_TMD_HERMES is not set -CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set +CONFIG_TMPFS=y # CONFIG_TPS65010 is not set -# CONFIG_TR is not set CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_TUN is not set +# CONFIG_TR is not set # CONFIG_TUNER_3036 is not set # CONFIG_TUNER_TEA5761 is not set +# CONFIG_TUN is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_UFS_FS is not set # CONFIG_UIO is not set # CONFIG_ULTRIX_PARTITION is not set -CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIX=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_USB is not set -# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_ACECAD is not set # CONFIG_USB_ACM is not set # CONFIG_USB_ADUTUX is not set @@ -1622,8 +1681,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATM is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_BANDWIDTH is not set @@ -1636,8 +1695,8 @@ CONFIG_USB_BELKIN=y # CONFIG_USB_CYTHERM is not set # CONFIG_USB_DABUSB is not set # CONFIG_USB_DEBUG is not set -CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICEFS=y # CONFIG_USB_DSBR is not set # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_EHCI_ROOT_HUB_TT is not set @@ -1650,15 +1709,16 @@ CONFIG_USB_DEVICEFS=y CONFIG_USB_EZUSB=y # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_GADGET is not set -# CONFIG_USB_HID is not set # CONFIG_USB_HIDDEV is not set -CONFIG_USB_HIDINPUT=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set +CONFIG_USB_HIDINPUT=y +# CONFIG_USB_HID is not set # CONFIG_USB_HSO is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_KAWETH is not set @@ -1691,10 +1751,11 @@ CONFIG_USB_HIDINPUT=y # CONFIG_USB_OHCI_HCD is not set # CONFIG_USB_OHCI_HCD_SSB is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y -# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_BLACKLIST_HUB is not set +# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_WHITELIST is not set # CONFIG_USB_OV511 is not set +# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_PHIDGET is not set # CONFIG_USB_POWERMATE is not set @@ -1704,7 +1765,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RIO500 is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_SE401 is not set -# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_AIRPRIME is not set # CONFIG_USB_SERIAL_ARK3116 is not set @@ -1725,22 +1785,23 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_HP4X is not set # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IPW is not set -# CONFIG_USB_SERIAL_IUU is not set # CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL is not set +# CONFIG_USB_SERIAL_IUU is not set # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KEYSPAN_MPR=y # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set CONFIG_USB_SERIAL_KEYSPAN_USA18X=y -CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y -CONFIG_USB_SERIAL_KEYSPAN_USA28=y -CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y -CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set # CONFIG_USB_SERIAL_MCT_U232 is not set @@ -1765,7 +1826,6 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SN9C102 is not set # CONFIG_USB_SPEEDTOUCH is not set # CONFIG_USB_STKWEBCAM is not set -# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_ALAUDA=y # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set CONFIG_USB_STORAGE_DATAFAB=y @@ -1773,6 +1833,7 @@ CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_FREECOM=y # CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_KARMA=y # CONFIG_USB_STORAGE_ONETOUCH is not set @@ -1858,8 +1919,8 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_VIDEO_UPD64031A is not set # CONFIG_VIDEO_UPD64083 is not set # CONFIG_VIDEO_USBVISION is not set -# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y +# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L2=y # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_VP27SMPX is not set @@ -1890,21 +1951,21 @@ CONFIG_VLAN_8021Q=y # CONFIG_W83977F_WDT is not set # CONFIG_WAN is not set # CONFIG_WAN_ROUTER is not set -CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG=y # CONFIG_WDTPCI is not set CONFIG_WIRELESS_EXT=y CONFIG_WLAN_80211=y # CONFIG_WLAN_PRE80211 is not set # CONFIG_WR_PPMC is not set # CONFIG_X25 is not set -CONFIG_XFRM=y # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_USER is not set -# CONFIG_XFS_FS is not set +CONFIG_XFRM=y # CONFIG_XFS_DEBUG is not set +# CONFIG_XFS_FS is not set # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_QUOTA is not set # CONFIG_XFS_RT is not set @@ -1917,11 +1978,11 @@ CONFIG_XFRM=y # CONFIG_YENTA_RICOH is not set # CONFIG_YENTA_TI is not set # CONFIG_YENTA_TOSHIBA is not set -# CONFIG_ZD1211RW is not set # CONFIG_ZD1211RW_DEBUG is not set -CONFIG_ZISOFS=y +# CONFIG_ZD1211RW is not set # CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZONE_DMA=y diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index b1a60062d4..64e5d240d7 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set @@ -9,10 +10,10 @@ # CONFIG_ADM6996_PHY is not set # CONFIG_ADM8211 is not set # CONFIG_AFFS_FS is not set -# CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set -# CONFIG_AIRO is not set +# CONFIG_AFS_FS is not set # CONFIG_AIRO_CS is not set +# CONFIG_AIRO is not set # CONFIG_ALIM7101_WDT is not set # CONFIG_AMD8111_ETH is not set # CONFIG_AMIGA_PARTITION is not set @@ -23,26 +24,25 @@ CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARPD=y CONFIG_ASK_IP_FIB_HASH=y # CONFIG_AT24 is not set -# CONFIG_ATA is not set -# CONFIG_ATALK is not set -# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_ACPI is not set # CONFIG_ATA_GENERIC is not set +# CONFIG_ATA is not set +# CONFIG_ATALK is not set # CONFIG_ATA_OVER_ETH is not set +# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_SFF is not set # CONFIG_ATH5K is not set # CONFIG_ATH9K is not set -# CONFIG_ATL1 is not set # CONFIG_ATL1E is not set -# CONFIG_ATM is not set -# CONFIG_ATMEL is not set +# CONFIG_ATL1 is not set # CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_BR2684 is not set CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM_BR2684 is not set # CONFIG_ATM_CLIP is not set CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_DRIVERS is not set # CONFIG_ATM_DUMMY is not set +# CONFIG_ATMEL is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_FORE200E is not set @@ -51,6 +51,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_IDT77252 is not set +# CONFIG_ATM is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_MPOA is not set @@ -60,8 +61,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_AUDIT is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set -# CONFIG_AX25 is not set # CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_AX25 is not set # CONFIG_AX88796 is not set # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set @@ -73,13 +74,13 @@ CONFIG_BASE_FULL=y # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set # CONFIG_BAYCOM_SER_HDX is not set -# CONFIG_BCM43XX is not set CONFIG_BCM43XX_DEBUG=y -CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_DMA_AND_PIO_MODE=y # CONFIG_BCM43XX_DMA_MODE is not set -CONFIG_BCM43XX_PIO=y +CONFIG_BCM43XX_DMA=y +# CONFIG_BCM43XX is not set # CONFIG_BCM43XX_PIO_MODE is not set +CONFIG_BCM43XX_PIO=y # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set CONFIG_BINFMT_ELF=y @@ -87,7 +88,6 @@ CONFIG_BINFMT_ELF=y # CONFIG_BLINK is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set -CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set @@ -106,8 +106,8 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_DELKIN is not set # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_GENERIC is not set -# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_IDE is not set +# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_ONLY is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set @@ -118,9 +118,9 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDEPCI is not set # CONFIG_BLK_DEV_IDEPNP is not set +# CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_INTEGRITY is not set # CONFIG_BLK_DEV_IO_TRACE is not set @@ -153,19 +153,19 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_UB is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_VIA82CXXX is not set +CONFIG_BLK_DEV=y CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BONDING is not set # CONFIG_BPQETHER is not set -CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set # CONFIG_BRIDGE_EBT_ARPREPLY is not set # CONFIG_BRIDGE_EBT_BROUTE is not set # CONFIG_BRIDGE_EBT_DNAT is not set -# CONFIG_BRIDGE_EBT_IP is not set # CONFIG_BRIDGE_EBT_IP6 is not set +# CONFIG_BRIDGE_EBT_IP is not set # CONFIG_BRIDGE_EBT_LIMIT is not set # CONFIG_BRIDGE_EBT_LOG is not set # CONFIG_BRIDGE_EBT_MARK is not set @@ -181,33 +181,34 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set +CONFIG_BRIDGE=y # CONFIG_BROADCOM_PHY is not set CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y -CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_BT is not set +CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BT_BNEP is not set CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y # CONFIG_BT_CMTP is not set # CONFIG_BT_HCIBCM203X is not set # CONFIG_BT_HCIBFUSB is not set -# CONFIG_BT_HCIBTUSB is not set # CONFIG_BT_HCIBLUECARD is not set # CONFIG_BT_HCIBPA10X is not set # CONFIG_BT_HCIBT3C is not set # CONFIG_BT_HCIBTSDIO is not set # CONFIG_BT_HCIBTUART is not set +# CONFIG_BT_HCIBTUSB is not set # CONFIG_BT_HCIDTL1 is not set -# CONFIG_BT_HCIUART is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART is not set # CONFIG_BT_HCIUART_LL is not set # CONFIG_BT_HCIUSB is not set CONFIG_BT_HCIUSB_SCO=y # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_HIDP is not set +# CONFIG_BT is not set # CONFIG_BT_L2CAP is not set # CONFIG_BT_RFCOMM is not set CONFIG_BT_RFCOMM_TTY=y @@ -232,12 +233,12 @@ CONFIG_CFG80211=m # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set -# CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS is not set CONFIG_CIFS_POSIX=y -CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_STATS=y # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set CONFIG_CLS_U32_MARK=y @@ -257,7 +258,6 @@ CONFIG_CRC32=y # CONFIG_CRC_ITU_T is not set # CONFIG_CRC_T10DIF is not set CONFIG_CROSSCOMPILE=y -CONFIG_CRYPTO=y # CONFIG_CRYPTO_AEAD is not set CONFIG_CRYPTO_AES=m CONFIG_CRYPTO_ALGAPI=m @@ -309,11 +309,12 @@ CONFIG_CRYPTO_MANAGER=m # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_COMMON is not set +# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_XTS is not set +CONFIG_CRYPTO=y # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set CONFIG_DEBUG_FS=y @@ -346,11 +347,11 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # CONFIG_DS1682 is not set # CONFIG_DTLK is not set # CONFIG_DUMMY is not set -# CONFIG_DVB is not set # CONFIG_DVB_CORE is not set -# CONFIG_E100 is not set -# CONFIG_E1000 is not set +# CONFIG_DVB is not set # CONFIG_E1000E is not set +# CONFIG_E1000 is not set +# CONFIG_E100 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set # CONFIG_EEPROM_93CX6 is not set @@ -380,15 +381,15 @@ CONFIG_EXTRA_TARGETS="" CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set CONFIG_FIB_RULES=y # CONFIG_FIREWIRE is not set # CONFIG_FIRMWARE_IN_KERNEL is not set -CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y +CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y # CONFIG_FORCEDETH is not set CONFIG_FRAME_WARN=1024 @@ -396,8 +397,8 @@ CONFIG_FRAME_WARN=1024 # CONFIG_FTL is not set # CONFIG_FTRACE is not set # CONFIG_FUSE_FS is not set -# CONFIG_FUSION is not set # CONFIG_FUSION_FC is not set +# CONFIG_FUSION is not set # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y @@ -410,45 +411,45 @@ CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_TIME=y # CONFIG_GFS2_FS is not set +# CONFIG_GPIO_BT8XX is not set # CONFIG_GPIO_DEVICE is not set +# CONFIG_GPIOLIB is not set # CONFIG_GPIO_MAX7301 is not set # CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_MCP23S08 is not set # CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_SYSFS is not set -# CONFIG_GPIOLIB is not set -# CONFIG_GPIO_BT8XX is not set # CONFIG_GROUP_SCHED is not set # CONFIG_HAMACHI is not set CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set -# CONFIG_HDLC is not set # CONFIG_HDLC_CISCO is not set # CONFIG_HDLC_FR is not set +# CONFIG_HDLC is not set # CONFIG_HDLC_PPP is not set -# CONFIG_HDLC_RAW is not set # CONFIG_HDLC_RAW_ETH is not set +# CONFIG_HDLC_RAW is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_HERMES is not set -# CONFIG_HFSPLUS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HID is not set -# CONFIG_HIDRAW is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_HID_DEBUG is not set # CONFIG_HID_FF is not set +# CONFIG_HID is not set +# CONFIG_HIDRAW is not set # CONFIG_HID_SUPPORT is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set -# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_CS is not set # CONFIG_HOSTAP_FIRMWARE is not set # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set +# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_PCI is not set # CONFIG_HOSTAP_PLX is not set -CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_CPU is not set # CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG=y # CONFIG_HP100 is not set # CONFIG_HPFS_FS is not set # CONFIG_HP_ILO is not set @@ -457,8 +458,8 @@ CONFIG_HOTPLUG=y # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set CONFIG_HZ=100 -CONFIG_HZ_100=y # CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_1024 is not set # CONFIG_HZ_128 is not set # CONFIG_HZ_250 is not set @@ -514,36 +515,35 @@ CONFIG_HZ_100=y # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDMA_IVB is not set # CONFIG_IDEDMA_ONLYDISK is not set -# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_MAX_HWIFS=4 +# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_OHCI1394 is not set # CONFIG_IEEE1394_PCILYNX is not set # CONFIG_IEEE1394_RAWIO is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_IEEE1394_VIDEO1394 is not set -# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_CRYPT_CCMP is not set # CONFIG_IEEE80211_CRYPT_TKIP is not set # CONFIG_IEEE80211_CRYPT_WEP is not set # CONFIG_IEEE80211_DEBUG is not set -# CONFIG_IEEE80211_SOFTMAC is not set +# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set +# CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set # CONFIG_IGB is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set -# CONFIG_IMQ is not set # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set # CONFIG_IMQ_BEHAVIOR_BA is not set # CONFIG_IMQ_BEHAVIOR_BB is not set +# CONFIG_IMQ is not set CONFIG_IMQ_NUM_DEVS=2 -CONFIG_INET=y # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set @@ -564,26 +564,27 @@ CONFIG_INET=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_INPUT is not set # CONFIG_INPUT_APANEL is not set -# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATLAS_BTNS is not set # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set -# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set # CONFIG_INPUT_POWERMATE is not set @@ -618,45 +619,22 @@ CONFIG_IOSCHED_NOOP=y # CONFIG_IP6_NF_TARGET_LOG is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_ROUTE is not set -# CONFIG_IPC_NS is not set -# CONFIG_IPMI_HANDLER is not set -CONFIG_IPSEC_NAT_TRAVERSAL=y -# CONFIG_IPV6 is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -CONFIG_IPV6_NDISC_NODETYPE=y -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_IPV6_PRIVACY is not set -# CONFIG_IPV6_ROUTER_PREF is not set -# CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPW2100 is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2100_MONITOR=y -# CONFIG_IPW2200 is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPWIRELESS is not set -# CONFIG_IPX is not set CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IPC_NS is not set # CONFIG_IP_DCCP is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set +# CONFIG_IPMI_HANDLER is not set # CONFIG_IP_MROUTE is not set CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_AMANDA is not set # CONFIG_IP_NF_ARPFILTER is not set -# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_ARP_MANGLE is not set -CONFIG_IP_NF_CONNTRACK=y +# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_CONNTRACK_EVENTS is not set CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set # CONFIG_IP_NF_FILTER is not set @@ -676,7 +654,6 @@ CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NAT_AMANDA is not set # CONFIG_IP_NF_NAT_FTP is not set # CONFIG_IP_NF_NAT_H323 is not set @@ -686,17 +663,18 @@ CONFIG_IP_NF_NAT_NEEDED=y # CONFIG_IP_NF_NAT_SIP is not set # CONFIG_IP_NF_NAT_SNMP_BASIC is not set # CONFIG_IP_NF_NAT_TFTP is not set +CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NETBIOS_NS is not set # CONFIG_IP_NF_PPTP is not set # CONFIG_IP_NF_QUEUE is not set # CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SET is not set CONFIG_IP_NF_SET_HASHSIZE=1024 # CONFIG_IP_NF_SET_IPHASH is not set # CONFIG_IP_NF_SET_IPMAP is not set # CONFIG_IP_NF_SET_IPPORTHASH is not set # CONFIG_IP_NF_SET_IPTREE is not set # CONFIG_IP_NF_SET_IPTREEMAP is not set +# CONFIG_IP_NF_SET is not set # CONFIG_IP_NF_SET_MACIPMAP is not set CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_SET_NETHASH is not set @@ -719,44 +697,67 @@ CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_TFTP is not set # CONFIG_IP_PNP is not set CONFIG_IP_ROUTE_FWMARK=y -CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y # CONFIG_IP_ROUTE_MULTIPATH_DRR is not set # CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set # CONFIG_IP_ROUTE_MULTIPATH_RR is not set # CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set +CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_SCTP is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y +# CONFIG_IPV6 is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTE_INFO is not set +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_SIT is not set +# CONFIG_IPV6_TUNNEL is not set # CONFIG_IP_VS is not set +# CONFIG_IPW2100_DEBUG is not set +# CONFIG_IPW2100 is not set +CONFIG_IPW2100_MONITOR=y +# CONFIG_IPW2200_DEBUG is not set +# CONFIG_IPW2200 is not set +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPWIRELESS is not set +# CONFIG_IPX is not set # CONFIG_IRDA is not set # CONFIG_IRQSOFF_TRACER is not set # CONFIG_ISCSI_TCP is not set -CONFIG_ISDN=y -# CONFIG_ISDN_CAPI is not set # CONFIG_ISDN_CAPI_CAPI20 is not set -# CONFIG_ISDN_CAPI_CAPIFS is not set CONFIG_ISDN_CAPI_CAPIFS_BOOL=y +# CONFIG_ISDN_CAPI_CAPIFS is not set +# CONFIG_ISDN_CAPI is not set CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set # CONFIG_ISDN_I4L is not set +CONFIG_ISDN=y # CONFIG_ISO9660_FS is not set # CONFIG_IWL3945 is not set # CONFIG_IWLAGN is not set # CONFIG_IWLCORE is not set # CONFIG_IWLWIFI_LEDS is not set # CONFIG_IXGB is not set -# CONFIG_JBD is not set # CONFIG_JBD_DEBUG is not set +# CONFIG_JBD is not set # CONFIG_JFFS2_CMODE_FAVOURLZO is not set # CONFIG_JFFS2_CMODE_NONE is not set CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set CONFIG_JFFS2_COMPRESSION_OPTIONS=y -CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFFS2_FS_WBUF_VERIFY is not set CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS=y # CONFIG_JFFS2_LZO is not set CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set @@ -769,8 +770,8 @@ CONFIG_JFFS2_ZLIB=y # CONFIG_JFS_SECURITY is not set # CONFIG_JFS_STATISTICS is not set CONFIG_JOLIET=y -# CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set +# CONFIG_KALLSYMS is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_KEXEC is not set # CONFIG_KEYS is not set @@ -785,46 +786,46 @@ CONFIG_JOLIET=y CONFIG_LEDS_CLASS=y # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_PCA955X is not set -CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set CONFIG_LEDS_TRIGGER_NETDEV=y +CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEGACY_PTYS is not set # CONFIG_LIBCRC32C is not set # CONFIG_LIBERTAS is not set # CONFIG_LIBERTAS_USB is not set -CONFIG_LLC=y # CONFIG_LLC2 is not set +CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_LOCKD is not set CONFIG_LOCKDEP_SUPPORT=y +# CONFIG_LOCKD is not set CONFIG_LOCKD_V4=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LSF is not set # CONFIG_LXT_PHY is not set -CONFIG_MAC80211=m -# CONFIG_MAC80211_DEBUG is not set # CONFIG_MAC80211_DEBUGFS is not set +# CONFIG_MAC80211_DEBUG is not set # CONFIG_MAC80211_DEBUG_MENU is not set # CONFIG_MAC80211_HWSIM is not set # CONFIG_MAC80211_LEDS is not set +CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_RC_DEFAULT="pid" CONFIG_MAC80211_RC_DEFAULT_PID=y CONFIG_MAC80211_RC_PID=y -# CONFIG_MACVLAN is not set # CONFIG_MAC_EMUMOUSEBTN is not set CONFIG_MAC_PARTITION=y +# CONFIG_MACVLAN is not set # CONFIG_MAGIC_SYSRQ is not set # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set -# CONFIG_MD is not set # CONFIG_MDIO_BITBANG is not set +# CONFIG_MD is not set # CONFIG_MEDIA_ATTACH is not set # CONFIG_MEDIA_TUNER_CUSTOMIZE is not set # CONFIG_MEGARAID_LEGACY is not set @@ -839,22 +840,22 @@ CONFIG_MAC_PARTITION=y # CONFIG_MFD_TMIO is not set # CONFIG_MIGRATION is not set CONFIG_MII=y +CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set -CONFIG_MINI_FO=y CONFIG_MISC_DEVICES=y -# CONFIG_MISDN is not set # CONFIG_MISDN_HFCPCI is not set +# CONFIG_MISDN is not set # CONFIG_MKISS is not set -# CONFIG_MMC is not set # CONFIG_MMC_ARMMMCI is not set +# CONFIG_MMC is not set # CONFIG_MMC_SDRICOH_CS is not set # CONFIG_MMC_TEST is not set CONFIG_MMU=y -CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOUSE_APPLETOUCH is not set @@ -863,35 +864,124 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set # CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DATAFLASH is not set # CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DEBUG is not set # CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set # CONFIG_MTD_DOC2001 is not set # CONFIG_MTD_DOC2001PLUS is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set # CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_MYLOADER_PARTS is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y +# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_UBI is not set +CONFIG_MTD=y # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MYRI10GE is not set # CONFIG_NAMESPACES is not set # CONFIG_NCP_FS is not set # CONFIG_NE2K_PCI is not set -CONFIG_NET=y +# CONFIG_NET_9P is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +CONFIG_NET_ACT_POLICE=y +# CONFIG_NET_ACT_SIMP is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_IND=y +CONFIG_NET_CLS_POLICE=y +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_ROUTE=y +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_U32 is not set +CONFIG_NET_CLS=y # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set -CONFIG_NETDEVICES=y -CONFIG_NETDEVICES_MULTIQUEUE=y -CONFIG_NETDEV_1000=y # CONFIG_NETDEV_10000 is not set -CONFIG_NETFILTER=y +CONFIG_NETDEV_1000=y +CONFIG_NETDEVICES_MULTIQUEUE=y +CONFIG_NETDEVICES=y +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_NBYTE is not set +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_U32 is not set +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_ETHERNET=y +# CONFIG_NET_FC is not set CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_NETLINK is not set @@ -909,8 +999,8 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set # CONFIG_NETFILTER_XT_MATCH_HELPER is not set # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set # CONFIG_NETFILTER_XT_MATCH_MAC is not set @@ -941,44 +1031,9 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set # CONFIG_NETFILTER_XT_TARGET_TRACE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NETROM is not set -CONFIG_NETWORK_FILESYSTEMS=y -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_NET_9P is not set -# CONFIG_NET_ACT_GACT is not set -# CONFIG_NET_ACT_IPT is not set -# CONFIG_NET_ACT_MIRRED is not set -# CONFIG_NET_ACT_NAT is not set -# CONFIG_NET_ACT_PEDIT is not set -CONFIG_NET_ACT_POLICE=y -# CONFIG_NET_ACT_SIMP is not set -CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set -# CONFIG_NET_CLS_FLOW is not set -# CONFIG_NET_CLS_FW is not set -CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y -CONFIG_NET_CLS_ROUTE=y -# CONFIG_NET_CLS_ROUTE4 is not set -# CONFIG_NET_CLS_RSVP is not set -# CONFIG_NET_CLS_RSVP6 is not set -# CONFIG_NET_CLS_TCINDEX is not set -# CONFIG_NET_CLS_U32 is not set -# CONFIG_NET_EMATCH is not set -# CONFIG_NET_EMATCH_CMP is not set -# CONFIG_NET_EMATCH_META is not set -# CONFIG_NET_EMATCH_NBYTE is not set -CONFIG_NET_EMATCH_STACK=32 -# CONFIG_NET_EMATCH_TEXT is not set -# CONFIG_NET_EMATCH_U32 is not set -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_ETHERNET=y -# CONFIG_NET_FC is not set -# CONFIG_NET_IPGRE is not set +CONFIG_NETFILTER=y CONFIG_NET_IPGRE_BROADCAST=y +# CONFIG_NET_IPGRE is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_ISA is not set # CONFIG_NET_KEY is not set @@ -987,15 +1042,17 @@ CONFIG_NET_PCI=y # CONFIG_NET_PCMCIA is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_NETPOLL is not set CONFIG_NET_RADIO=y +# CONFIG_NETROM is not set # CONFIG_NET_SB1000 is not set -CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_CLK_CPU is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ESFQ is not set CONFIG_NET_SCH_ESFQ_NFCT=y CONFIG_NET_SCH_FIFO=y @@ -1012,25 +1069,14 @@ CONFIG_NET_SCH_FIFO=y # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_TULIP is not set # CONFIG_NET_VENDOR_3COM is not set -CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +CONFIG_NET_WIRELESS=y +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETXEN_NIC is not set +CONFIG_NET=y # CONFIG_NEW_GPIO is not set CONFIG_NEW_LEDS=y -# CONFIG_NFSD is not set -CONFIG_NFSD_TCP=y -# CONFIG_NFSD_V2_ACL is not set -CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set -CONFIG_NFSD_V4=y -# CONFIG_NFS_ACL_SUPPORT is not set -CONFIG_NFS_COMMON=y -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFS_FS is not set -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFTL is not set -# CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_EVENTS is not set @@ -1039,6 +1085,7 @@ CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_IPV4 is not set # CONFIG_NF_CONNTRACK_IPV6 is not set # CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK is not set CONFIG_NF_CONNTRACK_MARK=y # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set @@ -1054,11 +1101,11 @@ CONFIG_NF_CONNTRACK_SUPPORT=y # CONFIG_NF_CT_PROTO_GRE is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set -# CONFIG_NF_NAT is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_IRC is not set +# CONFIG_NF_NAT is not set CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_PROTO_GRE is not set @@ -1066,8 +1113,21 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_SIP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_TFTP is not set +# CONFIG_NFS_ACL_SUPPORT is not set +CONFIG_NFS_COMMON=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_NFSD_TCP=y +# CONFIG_NFSD_V2_ACL is not set +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3=y +CONFIG_NFSD_V4=y +# CONFIG_NFS_FS is not set +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V4=y +# CONFIG_NFTL is not set CONFIG_NL80211=y -# CONFIG_NLS is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set @@ -1092,10 +1152,11 @@ CONFIG_NL80211=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_950 is not set CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set @@ -1107,28 +1168,28 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set +# CONFIG_NO_HZ is not set # CONFIG_NORTEL_HERMES is not set # CONFIG_NOZOMI is not set -# CONFIG_NO_HZ is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set -# CONFIG_OCFS2_FS is not set # CONFIG_OCF_BENCH is not set # CONFIG_OCF_EP80579 is not set -# CONFIG_OCF_HIFN is not set # CONFIG_OCF_HIFNHIPP is not set +# CONFIG_OCF_HIFN is not set # CONFIG_OCF_IXP4XX is not set # CONFIG_OCF_OCF is not set # CONFIG_OCF_OCFNULL is not set +# CONFIG_OCFS2_FS is not set # CONFIG_OCF_SAFE is not set # CONFIG_OCF_TALITOS is not set # CONFIG_OMFS_FS is not set # CONFIG_OSF_PARTITION is not set # CONFIG_P54_COMMON is not set -CONFIG_PACKET=y CONFIG_PACKET_MMAP=y +CONFIG_PACKET=y # CONFIG_PARPORT is not set # CONFIG_PARPORT_PC is not set CONFIG_PARTITION_ADVANCED=y @@ -1159,8 +1220,8 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_OPTI is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set @@ -1179,20 +1240,20 @@ 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_PCIPCWATCHDOG is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_HERMES is not set +# CONFIG_PCI is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set -# CONFIG_PCMCIA is not set +# CONFIG_PCIPCWATCHDOG is not set # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set # CONFIG_PCMCIA_FDOMAIN is not set # CONFIG_PCMCIA_HERMES is not set # CONFIG_PCMCIA_IOCTL is not set +# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_LOAD_CIS is not set # CONFIG_PCMCIA_NETWAVE is not set # CONFIG_PCMCIA_NINJA_SCSI is not set @@ -1214,23 +1275,23 @@ CONFIG_PLIST=y # CONFIG_PM is not set # CONFIG_POSIX_MQUEUE is not set # CONFIG_POWER_SUPPLY is not set -# CONFIG_PPP is not set -# CONFIG_PPPOATM is not set -# CONFIG_PPPOE is not set -# CONFIG_PPPOL2TP is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set CONFIG_PPP_FILTER=y +# CONFIG_PPP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPP_MULTILINK=y +# CONFIG_PPPOATM is not set +# CONFIG_PPPOE is not set +# CONFIG_PPPOL2TP is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_PRINTK=y # CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK=y # CONFIG_PRISM54 is not set CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y @@ -1251,8 +1312,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_RADIO_MAXIRADIO is not set -# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_RTRACK2 is not set +# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set @@ -1263,9 +1324,9 @@ CONFIG_PROC_SYSCTL=y CONFIG_RAMFS=y # CONFIG_RAW_DRIVER is not set # CONFIG_REALTEK_PHY is not set -# CONFIG_REGULATOR is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_FIXED_VOLTAGE is not set +# CONFIG_REGULATOR is not set # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set @@ -1274,8 +1335,8 @@ CONFIG_RAMFS=y # CONFIG_RELAY is not set # CONFIG_RESOURCES_64BIT is not set # CONFIG_RFD_FTL is not set -# CONFIG_RFKILL is not set # CONFIG_RFKILL_INPUT is not set +# CONFIG_RFKILL is not set # CONFIG_ROMFS_FS is not set # CONFIG_ROSE is not set # CONFIG_RPCSEC_GSS_KRB5 is not set @@ -1302,8 +1363,8 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_PMP is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_SX4 is not set @@ -1312,7 +1373,6 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_VITESSE is not set # CONFIG_SC92031 is not set # CONFIG_SCHED_TRACER is not set -# CONFIG_SCSI is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_AACRAID is not set @@ -1349,9 +1409,10 @@ CONFIG_SCSI_DMA=y # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI is not set # CONFIG_SCSI_LOGGING is not set -CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set +CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LPFC is not set CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_MVSAS is not set @@ -1370,8 +1431,8 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_SCAN_ASYNC is not set # CONFIG_SCSI_SEAGATE is not set # CONFIG_SCSI_SPI_ATTRS is not set -# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_SRP_ATTRS is not set +# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C416 is not set # CONFIG_SCSI_SYM53C8XX_2 is not set @@ -1380,11 +1441,11 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SECCOMP is not set -# CONFIG_SECURITY is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set +# CONFIG_SECURITY is not set CONFIG_SELECT_MEMORY_MODEL=y -# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_AD7414 is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADCXX is not set @@ -1440,8 +1501,8 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_VIA686A is not set @@ -1455,14 +1516,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83L786NG is not set -CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 -CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set @@ -1476,20 +1537,19 @@ CONFIG_SIGNALFD=y # CONFIG_SIS900 is not set # CONFIG_SK98LIN is not set # CONFIG_SKGE is not set -# CONFIG_SKY2 is not set # CONFIG_SKY2_DEBUG is not set -CONFIG_SLAB=y +# CONFIG_SKY2 is not set CONFIG_SLABINFO=y +CONFIG_SLAB=y # CONFIG_SLHC is not set # CONFIG_SLIP is not set # CONFIG_SLOB is not set -# CONFIG_SLUB is not set # CONFIG_SLUB_DEBUG is not set +# CONFIG_SLUB is not set # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set -# CONFIG_SMSC_PHY is not set # CONFIG_SMC91X is not set -# CONFIG_SND is not set +# CONFIG_SMSC_PHY is not set # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set @@ -1521,8 +1581,8 @@ CONFIG_SLABINFO=y # CONFIG_SND_DARLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_DEBUG is not set -# CONFIG_SND_DT019X is not set CONFIG_SND_DRIVERS=y +# CONFIG_SND_DT019X is not set # CONFIG_SND_DUMMY is not set # CONFIG_SND_DYNAMIC_MINORS is not set # CONFIG_SND_ECHO3G is not set @@ -1548,13 +1608,14 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGO is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set +# CONFIG_SND is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -1575,17 +1636,17 @@ CONFIG_SND_DRIVERS=y CONFIG_SND_OSSEMUL=y # CONFIG_SND_OXYGEN is not set # CONFIG_SND_PCI is not set +# CONFIG_SND_PCMCIA is not set # CONFIG_SND_PCM is not set # CONFIG_SND_PCM_OSS is not set CONFIG_SND_PCM_OSS_PLUGINS=y -# CONFIG_SND_PCMCIA is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_PDAUDIOCF is not set # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_RME96 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set @@ -1600,10 +1661,10 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_SUPPORT_OLD_API is not set # CONFIG_SND_TIMER is not set # CONFIG_SND_TRIDENT is not set -CONFIG_SND_USB=y # CONFIG_SND_USB_AUDIO is not set # CONFIG_SND_USB_CAIAQ is not set # CONFIG_SND_USB_USX2Y is not set +CONFIG_SND_USB=y # CONFIG_SND_VERBOSE_PRINTK is not set CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VIA82XX is not set @@ -1619,19 +1680,19 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set -# CONFIG_SPI is not set # CONFIG_SPI_AT25 is not set # CONFIG_SPI_DEBUG is not set +# CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set -# CONFIG_SSB is not set +CONFIG_SQUASHFS=y # CONFIG_SSB_DEBUG is not set # CONFIG_SSB_DRIVER_MIPS is not set +# CONFIG_SSB is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set @@ -1641,25 +1702,25 @@ CONFIG_STP=y # CONFIG_STRIP is not set # CONFIG_SUNDANCE is not set # CONFIG_SUNGEM is not set -# CONFIG_SUNRPC is not set +# CONFIG_SUN_PARTITION is not set # CONFIG_SUNRPC_BIND34 is not set # CONFIG_SUNRPC_GSS is not set -# CONFIG_SUN_PARTITION is not set +# CONFIG_SUNRPC is not set CONFIG_SUSPEND_UP_POSSIBLE=y CONFIG_SWAP=y # CONFIG_SWCONFIG is not set # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y -CONFIG_SYSCTL=y -CONFIG_SYSCTL_SYSCALL=y CONFIG_SYSCTL_SYSCALL_CHECK=y -CONFIG_SYSFS=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSCTL=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_SYSFS=y +# CONFIG_SYS_HYPERVISOR is not set # CONFIG_SYSV68_PARTITION is not set -CONFIG_SYSVIPC=y # CONFIG_SYSV_FS is not set -# CONFIG_SYS_HYPERVISOR is not set +CONFIG_SYSVIPC=y # CONFIG_TASKSTATS is not set # CONFIG_TCG_TPM is not set CONFIG_TCP_CONG_ADVANCED=y @@ -1676,10 +1737,10 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_MD5SIG is not set -CONFIG_TEXTSEARCH=y # CONFIG_TEXTSEARCH_BM is not set # CONFIG_TEXTSEARCH_FSM is not set # CONFIG_TEXTSEARCH_KMP is not set +CONFIG_TEXTSEARCH=y # CONFIG_THERMAL_HWMON is not set # CONFIG_THERMAL is not set # CONFIG_TIFM_CORE is not set @@ -1689,26 +1750,24 @@ CONFIG_TIMERFD=y # CONFIG_TIPC is not set # CONFIG_TLAN is not set # CONFIG_TMD_HERMES is not set -CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set +CONFIG_TMPFS=y # CONFIG_TPS65010 is not set -# CONFIG_TR is not set CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_TUN is not set +# CONFIG_TR is not set # CONFIG_TUNER_3036 is not set # CONFIG_TUNER_TEA5761 is not set +# CONFIG_TUN is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_UFS_FS is not set # CONFIG_UIO is not set # CONFIG_ULTRIX_PARTITION is not set -CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIX=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_USB is not set -# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_ACECAD is not set # CONFIG_USB_ACM is not set # CONFIG_USB_ADUTUX is not set @@ -1722,8 +1781,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATM is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_BANDWIDTH is not set @@ -1736,8 +1795,8 @@ CONFIG_USB_BELKIN=y # CONFIG_USB_CYTHERM is not set # CONFIG_USB_DABUSB is not set # CONFIG_USB_DEBUG is not set -CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICEFS=y # CONFIG_USB_DSBR is not set # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y @@ -1751,15 +1810,16 @@ CONFIG_USB_EZUSB=y # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_GADGET is not set # CONFIG_USB_GSPCA is not set -# CONFIG_USB_HID is not set # CONFIG_USB_HIDDEV is not set -CONFIG_USB_HIDINPUT=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set +CONFIG_USB_HIDINPUT=y +# CONFIG_USB_HID is not set # CONFIG_USB_HSO is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_KAWETH is not set @@ -1792,10 +1852,11 @@ CONFIG_USB_HIDINPUT=y # CONFIG_USB_OHCI_HCD is not set # CONFIG_USB_OHCI_HCD_SSB is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y -# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_BLACKLIST_HUB is not set +# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_WHITELIST is not set # CONFIG_USB_OV511 is not set +# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_PHIDGET is not set # CONFIG_USB_POWERMATE is not set @@ -1806,7 +1867,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RTL8150 is not set # CONFIG_USB_S2255 is not set # CONFIG_USB_SE401 is not set -# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_AIRPRIME is not set # CONFIG_USB_SERIAL_ARK3116 is not set @@ -1828,21 +1888,22 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IPW is not set # CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_IUU is not set # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KEYSPAN_MPR=y # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set CONFIG_USB_SERIAL_KEYSPAN_USA18X=y -CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y -CONFIG_USB_SERIAL_KEYSPAN_USA28=y -CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y -CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set # CONFIG_USB_SERIAL_MCT_U232 is not set @@ -1867,7 +1928,6 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SN9C102 is not set # CONFIG_USB_SPEEDTOUCH is not set # CONFIG_USB_STKWEBCAM is not set -# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_ALAUDA=y # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set CONFIG_USB_STORAGE_DATAFAB=y @@ -1875,6 +1935,7 @@ CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_FREECOM=y # CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_KARMA=y # CONFIG_USB_STORAGE_ONETOUCH is not set @@ -1964,10 +2025,10 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_VIDEO_UPD64031A is not set # CONFIG_VIDEO_UPD64083 is not set # CONFIG_VIDEO_USBVISION is not set -# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y -# CONFIG_VIDEO_V4L2 is not set +# CONFIG_VIDEO_V4L1 is not set # CONFIG_VIDEO_V4L2_COMMON is not set +# CONFIG_VIDEO_V4L2 is not set # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_VP27SMPX is not set # CONFIG_VIDEO_VPX3220 is not set @@ -1975,11 +2036,11 @@ CONFIG_VIDEO_V4L1_COMPAT=y # CONFIG_VIDEO_WM8775 is not set # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIRQ_DEBUG is not set -# CONFIG_VIRTUALIZATION is not set CONFIG_VIRT_TO_BUS=y +# CONFIG_VIRTUALIZATION is not set # CONFIG_VITESSE_PHY is not set -CONFIG_VLAN_8021Q=y # CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q=y # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_VT is not set # CONFIG_VXFS_FS is not set @@ -1998,23 +2059,23 @@ CONFIG_VLAN_8021Q=y # CONFIG_W83877F_WDT is not set # CONFIG_W83977F_WDT is not set # CONFIG_WAN is not set -# CONFIG_WANXL is not set # CONFIG_WAN_ROUTER is not set -CONFIG_WATCHDOG=y +# CONFIG_WANXL is not set # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG=y # CONFIG_WDTPCI is not set -CONFIG_WIRELESS_EXT=y CONFIG_WIRELESS_EXT_SYSFS=y +CONFIG_WIRELESS_EXT=y CONFIG_WLAN_80211=y # CONFIG_WLAN_PRE80211 is not set # CONFIG_WR_PPMC is not set # CONFIG_X25 is not set -CONFIG_XFRM=y # CONFIG_XFRM_IPCOMP is not set # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_USER is not set +CONFIG_XFRM=y # CONFIG_XFS_DEBUG is not set # CONFIG_XFS_FS is not set # CONFIG_XFS_POSIX_ACL is not set @@ -2030,11 +2091,11 @@ CONFIG_XFRM=y # CONFIG_YENTA_RICOH is not set # CONFIG_YENTA_TI is not set # CONFIG_YENTA_TOSHIBA is not set -# CONFIG_ZD1211RW is not set # CONFIG_ZD1211RW_DEBUG is not set -CONFIG_ZISOFS=y +# CONFIG_ZD1211RW is not set # CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZONE_DMA=y diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28 index 5c03444ca1..75b6bb34e7 100644 --- a/target/linux/generic-2.6/config-2.6.28 +++ b/target/linux/generic-2.6/config-2.6.28 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_9P_FS is not set @@ -9,11 +10,11 @@ # CONFIG_ADM6996_PHY is not set # CONFIG_ADM8211 is not set # CONFIG_AFFS_FS is not set -# CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set +# CONFIG_AFS_FS is not set CONFIG_AIO=y -# CONFIG_AIRO is not set # CONFIG_AIRO_CS is not set +# CONFIG_AIRO is not set # CONFIG_ALIM7101_WDT is not set # CONFIG_AMD8111_ETH is not set # CONFIG_AMIGA_PARTITION is not set @@ -25,27 +26,26 @@ CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARPD=y CONFIG_ASK_IP_FIB_HASH=y # CONFIG_AT24 is not set -# CONFIG_ATA is not set -# CONFIG_ATALK is not set -# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_ACPI is not set # CONFIG_ATA_GENERIC is not set +# CONFIG_ATA is not set +# CONFIG_ATALK is not set # CONFIG_ATA_OVER_ETH is not set +# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_SFF is not set # CONFIG_ATH5K is not set # CONFIG_ATH9K is not set -# CONFIG_ATL1 is not set # CONFIG_ATL1E is not set +# CONFIG_ATL1 is not set # CONFIG_ATL2 is not set -# CONFIG_ATM is not set -# CONFIG_ATMEL is not set # CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_BR2684 is not set CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM_BR2684 is not set # CONFIG_ATM_CLIP is not set CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_DRIVERS is not set # CONFIG_ATM_DUMMY is not set +# CONFIG_ATMEL is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_FORE200E is not set @@ -54,6 +54,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_IDT77252 is not set +# CONFIG_ATM is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_MPOA is not set @@ -63,8 +64,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_AUDIT is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set -# CONFIG_AX25 is not set # CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_AX25 is not set # CONFIG_AX88796 is not set # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set @@ -76,13 +77,13 @@ CONFIG_BASE_FULL=y # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set # CONFIG_BAYCOM_SER_HDX is not set -# CONFIG_BCM43XX is not set CONFIG_BCM43XX_DEBUG=y -CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_DMA_AND_PIO_MODE=y # CONFIG_BCM43XX_DMA_MODE is not set -CONFIG_BCM43XX_PIO=y +CONFIG_BCM43XX_DMA=y +# CONFIG_BCM43XX is not set # CONFIG_BCM43XX_PIO_MODE is not set +CONFIG_BCM43XX_PIO=y # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set CONFIG_BINFMT_ELF=y @@ -90,7 +91,6 @@ CONFIG_BINFMT_ELF=y # CONFIG_BLINK is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set -CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set @@ -109,8 +109,8 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_DELKIN is not set # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_GENERIC is not set -# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_IDE is not set +# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_ONLY is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set @@ -121,9 +121,9 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDEPCI is not set # CONFIG_BLK_DEV_IDEPNP is not set +# CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_INTEGRITY is not set # CONFIG_BLK_DEV_IO_TRACE is not set @@ -157,19 +157,19 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_BLK_DEV_XIP is not set +CONFIG_BLK_DEV=y CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BONDING is not set # CONFIG_BPQETHER is not set -CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set # CONFIG_BRIDGE_EBT_ARPREPLY is not set # CONFIG_BRIDGE_EBT_BROUTE is not set # CONFIG_BRIDGE_EBT_DNAT is not set -# CONFIG_BRIDGE_EBT_IP is not set # CONFIG_BRIDGE_EBT_IP6 is not set +# CONFIG_BRIDGE_EBT_IP is not set # CONFIG_BRIDGE_EBT_LIMIT is not set # CONFIG_BRIDGE_EBT_LOG is not set # CONFIG_BRIDGE_EBT_MARK is not set @@ -185,33 +185,34 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set +CONFIG_BRIDGE=y # CONFIG_BROADCOM_PHY is not set CONFIG_BROKEN_ON_SMP=y CONFIG_BSD_DISKLABEL=y -CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_BT is not set +CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BT_BNEP is not set CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y # CONFIG_BT_CMTP is not set # CONFIG_BT_HCIBCM203X is not set # CONFIG_BT_HCIBFUSB is not set -# CONFIG_BT_HCIBTUSB is not set # CONFIG_BT_HCIBLUECARD is not set # CONFIG_BT_HCIBPA10X is not set # CONFIG_BT_HCIBT3C is not set # CONFIG_BT_HCIBTSDIO is not set # CONFIG_BT_HCIBTUART is not set +# CONFIG_BT_HCIBTUSB is not set # CONFIG_BT_HCIDTL1 is not set -# CONFIG_BT_HCIUART is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART is not set # CONFIG_BT_HCIUART_LL is not set # CONFIG_BT_HCIUSB is not set CONFIG_BT_HCIUSB_SCO=y # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_HIDP is not set +# CONFIG_BT is not set # CONFIG_BT_L2CAP is not set # CONFIG_BT_RFCOMM is not set CONFIG_BT_RFCOMM_TTY=y @@ -237,12 +238,12 @@ CONFIG_CFG80211=m # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set -# CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS is not set CONFIG_CIFS_POSIX=y -CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_STATS=y # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set CONFIG_CLS_U32_MARK=y @@ -264,18 +265,17 @@ CONFIG_CRC32=y # CONFIG_CRC_ITU_T is not set # CONFIG_CRC_T10DIF is not set CONFIG_CROSSCOMPILE=y -CONFIG_CRYPTO=y -CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_AEAD2=m +CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_AES=m -CONFIG_CRYPTO_ALGAPI=m CONFIG_CRYPTO_ALGAPI2=m +CONFIG_CRYPTO_ALGAPI=m # CONFIG_CRYPTO_ANSI_CPRNG is not set # CONFIG_CRYPTO_ANUBIS is not set CONFIG_CRYPTO_ARC4=m # CONFIG_CRYPTO_AUTHENC is not set -CONFIG_CRYPTO_BLKCIPHER=m CONFIG_CRYPTO_BLKCIPHER2=m +CONFIG_CRYPTO_BLKCIPHER=m # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_CAMELLIA is not set # CONFIG_CRYPTO_CAST5 is not set @@ -294,15 +294,15 @@ CONFIG_CRYPTO_ECB=m # CONFIG_CRYPTO_FIPS is not set # CONFIG_CRYPTO_GCM is not set # CONFIG_CRYPTO_GF128MUL is not set -CONFIG_CRYPTO_HASH=m CONFIG_CRYPTO_HASH2=m +CONFIG_CRYPTO_HASH=m # CONFIG_CRYPTO_HMAC is not set # CONFIG_CRYPTO_HW is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_LRW is not set # CONFIG_CRYPTO_LZO is not set -CONFIG_CRYPTO_MANAGER=m CONFIG_CRYPTO_MANAGER2=m +CONFIG_CRYPTO_MANAGER=m # CONFIG_CRYPTO_MD4 is not set # CONFIG_CRYPTO_MD5 is not set # CONFIG_CRYPTO_MICHAEL_MIC is not set @@ -313,8 +313,8 @@ CONFIG_CRYPTO_MANAGER2=m # CONFIG_CRYPTO_RMD160 is not set # CONFIG_CRYPTO_RMD256 is not set # CONFIG_CRYPTO_RMD320 is not set -CONFIG_CRYPTO_RNG=m CONFIG_CRYPTO_RNG2=m +CONFIG_CRYPTO_RNG=m # CONFIG_CRYPTO_SALSA20 is not set # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SEQIV is not set @@ -325,11 +325,12 @@ CONFIG_CRYPTO_RNG2=m # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_COMMON is not set +# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_XTS is not set +CONFIG_CRYPTO=y # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set CONFIG_DEBUG_FS=y @@ -356,20 +357,20 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # CONFIG_DL2K is not set # CONFIG_DLM is not set # CONFIG_DMADEVICES is not set +# CONFIG_DMA_ENGINE is not set # CONFIG_DMASCC is not set # CONFIG_DMATEST is not set -# CONFIG_DMA_ENGINE is not set # CONFIG_DNOTIFY is not set # CONFIG_DRM is not set # CONFIG_DS1682 is not set # CONFIG_DTLK is not set # CONFIG_DUMMY is not set -# CONFIG_DVB is not set # CONFIG_DVB_CORE is not set +# CONFIG_DVB is not set # CONFIG_DYNAMIC_PRINTK_DEBUG is not set -# CONFIG_E100 is not set -# CONFIG_E1000 is not set # CONFIG_E1000E is not set +# CONFIG_E1000 is not set +# CONFIG_E100 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set # CONFIG_EEPROM_93CX6 is not set @@ -392,24 +393,24 @@ CONFIG_EXPERIMENTAL=y # CONFIG_EXT2_FS_XIP is not set # CONFIG_EXT3_FS is not set # CONFIG_EXT3_FS_XATTR is not set -# CONFIG_EXT4_FS is not set # CONFIG_EXT4DEV_FS is not set +# CONFIG_EXT4_FS is not set CONFIG_EXTRA_FIRMWARE="" CONFIG_EXTRA_TARGETS="" # CONFIG_FAIR_GROUP_SCHED is not set CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set CONFIG_FIB_RULES=y CONFIG_FILE_LOCKING=y # CONFIG_FIREWIRE is not set # CONFIG_FIRMWARE_IN_KERNEL is not set -CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y +CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y # CONFIG_FORCEDETH is not set CONFIG_FRAME_WARN=1024 @@ -417,8 +418,8 @@ CONFIG_FRAME_WARN=1024 # CONFIG_FTL is not set # CONFIG_FTRACE is not set # CONFIG_FUSE_FS is not set -# CONFIG_FUSION is not set # CONFIG_FUSION_FC is not set +# CONFIG_FUSION is not set # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y @@ -431,8 +432,9 @@ CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_TIME=y # CONFIG_GFS2_FS is not set -# CONFIG_GPIO_DEVICE is not set # CONFIG_GPIO_BT8XX is not set +# CONFIG_GPIO_DEVICE is not set +# CONFIG_GPIOLIB is not set # CONFIG_GPIO_MAX7301 is not set # CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_MCP23S08 is not set @@ -440,23 +442,20 @@ CONFIG_GENERIC_TIME=y # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_SYSFS is not set # CONFIG_GPIO_XILINX is not set -# CONFIG_GPIOLIB is not set # CONFIG_GROUP_SCHED is not set # CONFIG_HAMACHI is not set CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set -# CONFIG_HDLC is not set # CONFIG_HDLC_CISCO is not set # CONFIG_HDLC_FR is not set +# CONFIG_HDLC is not set # CONFIG_HDLC_PPP is not set -# CONFIG_HDLC_RAW is not set # CONFIG_HDLC_RAW_ETH is not set +# CONFIG_HDLC_RAW is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_HERMES is not set -# CONFIG_HFSPLUS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HID is not set -# CONFIG_HIDRAW is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_HID_A4TECH is not set # CONFIG_HID_APPLE is not set # CONFIG_HID_BELKIN is not set @@ -470,27 +469,29 @@ CONFIG_HAMRADIO=y # CONFIG_HID_EZKEY is not set # CONFIG_HID_FF is not set # CONFIG_HID_GYRATION is not set +# CONFIG_HID is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PID is not set +# CONFIG_HIDRAW is not set # CONFIG_HID_SAMSUNG is not set # CONFIG_HID_SONY is not set # CONFIG_HID_SUNPLUS is not set # CONFIG_HID_SUPPORT is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set -# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_CS is not set # CONFIG_HOSTAP_FIRMWARE is not set # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set +# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_PCI is not set # CONFIG_HOSTAP_PLX is not set -CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_CPU is not set # CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG=y # CONFIG_HP100 is not set # CONFIG_HPFS_FS is not set # CONFIG_HP_ILO is not set @@ -500,8 +501,8 @@ CONFIG_HOTPLUG=y # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set CONFIG_HZ=100 -CONFIG_HZ_100=y # CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_1024 is not set # CONFIG_HZ_128 is not set # CONFIG_HZ_250 is not set @@ -558,37 +559,36 @@ CONFIG_HZ_100=y # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDMA_IVB is not set # CONFIG_IDEDMA_ONLYDISK is not set -# CONFIG_IDEPCI_SHARE_IRQ is not set # CONFIG_IDE_GD is not set CONFIG_IDE_MAX_HWIFS=4 +# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_OHCI1394 is not set # CONFIG_IEEE1394_PCILYNX is not set # CONFIG_IEEE1394_RAWIO is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_IEEE1394_VIDEO1394 is not set -# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_CRYPT_CCMP is not set # CONFIG_IEEE80211_CRYPT_TKIP is not set # CONFIG_IEEE80211_CRYPT_WEP is not set # CONFIG_IEEE80211_DEBUG is not set -# CONFIG_IEEE80211_SOFTMAC is not set +# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set +# CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set # CONFIG_IGB is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set -# CONFIG_IMQ is not set # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set # CONFIG_IMQ_BEHAVIOR_BA is not set # CONFIG_IMQ_BEHAVIOR_BB is not set +# CONFIG_IMQ is not set CONFIG_IMQ_NUM_DEVS=2 -CONFIG_INET=y # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set @@ -609,27 +609,28 @@ CONFIG_INET=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_INPUT is not set # CONFIG_INPUT_APANEL is not set -# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATLAS_BTNS is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set -# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set # CONFIG_INPUT_POWERMATE is not set @@ -665,45 +666,22 @@ CONFIG_IOSCHED_NOOP=y # CONFIG_IP6_NF_TARGET_LOG is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_ROUTE is not set -# CONFIG_IPC_NS is not set -# CONFIG_IPMI_HANDLER is not set -CONFIG_IPSEC_NAT_TRAVERSAL=y -# CONFIG_IPV6 is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -CONFIG_IPV6_NDISC_NODETYPE=y -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_IPV6_PRIVACY is not set -# CONFIG_IPV6_ROUTER_PREF is not set -# CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPW2100 is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2100_MONITOR=y -# CONFIG_IPW2200 is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPWIRELESS is not set -# CONFIG_IPX is not set CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IPC_NS is not set # CONFIG_IP_DCCP is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set +# CONFIG_IPMI_HANDLER is not set # CONFIG_IP_MROUTE is not set CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_AMANDA is not set # CONFIG_IP_NF_ARPFILTER is not set -# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_ARP_MANGLE is not set -CONFIG_IP_NF_CONNTRACK=y +# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_CONNTRACK_EVENTS is not set CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set # CONFIG_IP_NF_FILTER is not set @@ -723,7 +701,6 @@ CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NAT_AMANDA is not set # CONFIG_IP_NF_NAT_FTP is not set # CONFIG_IP_NF_NAT_H323 is not set @@ -733,17 +710,18 @@ CONFIG_IP_NF_NAT_NEEDED=y # CONFIG_IP_NF_NAT_SIP is not set # CONFIG_IP_NF_NAT_SNMP_BASIC is not set # CONFIG_IP_NF_NAT_TFTP is not set +CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NETBIOS_NS is not set # CONFIG_IP_NF_PPTP is not set # CONFIG_IP_NF_QUEUE is not set # CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SET is not set CONFIG_IP_NF_SET_HASHSIZE=1024 # CONFIG_IP_NF_SET_IPHASH is not set # CONFIG_IP_NF_SET_IPMAP is not set # CONFIG_IP_NF_SET_IPPORTHASH is not set # CONFIG_IP_NF_SET_IPTREE is not set # CONFIG_IP_NF_SET_IPTREEMAP is not set +# CONFIG_IP_NF_SET is not set # CONFIG_IP_NF_SET_MACIPMAP is not set CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_SET_NETHASH is not set @@ -766,45 +744,68 @@ CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_TFTP is not set # CONFIG_IP_PNP is not set CONFIG_IP_ROUTE_FWMARK=y -CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y # CONFIG_IP_ROUTE_MULTIPATH_DRR is not set # CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set # CONFIG_IP_ROUTE_MULTIPATH_RR is not set # CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set +CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_SCTP is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y +# CONFIG_IPV6 is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTE_INFO is not set +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_SIT is not set +# CONFIG_IPV6_TUNNEL is not set # CONFIG_IP_VS is not set +# CONFIG_IPW2100_DEBUG is not set +# CONFIG_IPW2100 is not set +CONFIG_IPW2100_MONITOR=y +# CONFIG_IPW2200_DEBUG is not set +# CONFIG_IPW2200 is not set +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPWIRELESS is not set +# CONFIG_IPX is not set # CONFIG_IRDA is not set # CONFIG_IRQSOFF_TRACER is not set # CONFIG_ISCSI_TCP is not set -CONFIG_ISDN=y -# CONFIG_ISDN_CAPI is not set # CONFIG_ISDN_CAPI_CAPI20 is not set -# CONFIG_ISDN_CAPI_CAPIFS is not set CONFIG_ISDN_CAPI_CAPIFS_BOOL=y +# CONFIG_ISDN_CAPI_CAPIFS is not set +# CONFIG_ISDN_CAPI is not set CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set # CONFIG_ISDN_I4L is not set +CONFIG_ISDN=y # CONFIG_ISO9660_FS is not set -# CONFIG_IWLWIFI_LEDS is not set # CONFIG_IWL3945 is not set # CONFIG_IWLAGN is not set # CONFIG_IWLCORE is not set +# CONFIG_IWLWIFI_LEDS is not set # CONFIG_IXGB is not set -# CONFIG_JBD is not set -# CONFIG_JBD_DEBUG is not set # CONFIG_JBD2_DEBUG is not set +# CONFIG_JBD_DEBUG is not set +# CONFIG_JBD is not set # CONFIG_JFFS2_CMODE_FAVOURLZO is not set # CONFIG_JFFS2_CMODE_NONE is not set CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set CONFIG_JFFS2_COMPRESSION_OPTIONS=y -CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFFS2_FS_WBUF_VERIFY is not set CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS=y # CONFIG_JFFS2_LZO is not set CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set @@ -818,8 +819,8 @@ CONFIG_JFFS2_ZLIB=y # CONFIG_JFS_STATISTICS is not set # CONFIG_JME is not set CONFIG_JOLIET=y -# CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set +# CONFIG_KALLSYMS is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_KEXEC is not set # CONFIG_KEYS is not set @@ -834,52 +835,52 @@ CONFIG_JOLIET=y CONFIG_LEDS_CLASS=y # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_PCA955X is not set -CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set CONFIG_LEDS_TRIGGER_NETDEV=y +CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEGACY_PTYS is not set # CONFIG_LIBCRC32C is not set # CONFIG_LIBERTAS is not set # CONFIG_LIBERTAS_THINFIRM is not set # CONFIG_LIBERTAS_USB is not set -CONFIG_LLC=y # CONFIG_LLC2 is not set +CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_LOCKD is not set CONFIG_LOCKDEP_SUPPORT=y +# CONFIG_LOCKD is not set CONFIG_LOCKD_V4=y +CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LOGIRUMBLEPAD2_FF is not set # CONFIG_LOGITECH_FF is not set -CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LSF is not set # CONFIG_LXT_PHY is not set -CONFIG_MAC80211=m -# CONFIG_MAC80211_DEBUG is not set # CONFIG_MAC80211_DEBUGFS is not set +# CONFIG_MAC80211_DEBUG is not set # CONFIG_MAC80211_DEBUG_MENU is not set # CONFIG_MAC80211_HWSIM is not set # CONFIG_MAC80211_LEDS is not set +CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set -CONFIG_MAC80211_RC_DEFAULT="pid" # CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set +CONFIG_MAC80211_RC_DEFAULT="pid" CONFIG_MAC80211_RC_DEFAULT_PID=y # CONFIG_MAC80211_RC_MINSTREL is not set CONFIG_MAC80211_RC_PID=y -# CONFIG_MACVLAN is not set # CONFIG_MAC_EMUMOUSEBTN is not set CONFIG_MAC_PARTITION=y +# CONFIG_MACVLAN is not set # CONFIG_MAGIC_SYSRQ is not set # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set -# CONFIG_MD is not set # CONFIG_MDIO_BITBANG is not set +# CONFIG_MD is not set # CONFIG_MEDIA_ATTACH is not set # CONFIG_MEDIA_TUNER_CUSTOMIZE is not set # CONFIG_MEGARAID_LEGACY is not set @@ -898,22 +899,22 @@ CONFIG_MAC_PARTITION=y # CONFIG_MFD_WM8400 is not set # CONFIG_MIGRATION is not set CONFIG_MII=y +CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set -CONFIG_MINI_FO=y CONFIG_MISC_DEVICES=y -# CONFIG_MISDN is not set # CONFIG_MISDN_HFCPCI is not set +# CONFIG_MISDN is not set # CONFIG_MKISS is not set -# CONFIG_MMC is not set # CONFIG_MMC_ARMMMCI is not set +# CONFIG_MMC is not set # CONFIG_MMC_SDRICOH_CS is not set # CONFIG_MMC_TEST is not set CONFIG_MMU=y -CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOUSE_APPLETOUCH is not set @@ -922,38 +923,127 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set # CONFIG_MTD_ALAUDA is not set # CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DATAFLASH is not set # CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set # CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set # CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_MYLOADER_PARTS is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y +# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_UBI is not set +CONFIG_MTD=y # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MYRI10GE is not set # CONFIG_NAMESPACES is not set # CONFIG_NCP_FS is not set # CONFIG_NE2K_PCI is not set -CONFIG_NET=y +# CONFIG_NET_9P is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +CONFIG_NET_ACT_POLICE=y +# CONFIG_NET_ACT_SIMP is not set # CONFIG_NET_ACT_SKBEDIT is not set -# CONFIG_NET_DSA is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_IND=y +CONFIG_NET_CLS_POLICE=y +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_ROUTE=y +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_U32 is not set +CONFIG_NET_CLS=y # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set -CONFIG_NETDEVICES=y -CONFIG_NETDEVICES_MULTIQUEUE=y -CONFIG_NETDEV_1000=y # CONFIG_NETDEV_10000 is not set -CONFIG_NETFILTER=y +CONFIG_NETDEV_1000=y +CONFIG_NETDEVICES_MULTIQUEUE=y +CONFIG_NETDEVICES=y +# CONFIG_NET_DSA is not set +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_NBYTE is not set +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_U32 is not set +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_ETHERNET=y +# CONFIG_NET_FC is not set CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_NETLINK is not set @@ -972,8 +1062,8 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set # CONFIG_NETFILTER_XT_MATCH_HELPER is not set # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set # CONFIG_NETFILTER_XT_MATCH_MAC is not set @@ -1006,44 +1096,9 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set # CONFIG_NETFILTER_XT_TARGET_TRACE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NETROM is not set -CONFIG_NETWORK_FILESYSTEMS=y -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_NET_9P is not set -# CONFIG_NET_ACT_GACT is not set -# CONFIG_NET_ACT_IPT is not set -# CONFIG_NET_ACT_MIRRED is not set -# CONFIG_NET_ACT_NAT is not set -# CONFIG_NET_ACT_PEDIT is not set -CONFIG_NET_ACT_POLICE=y -# CONFIG_NET_ACT_SIMP is not set -CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set -# CONFIG_NET_CLS_FLOW is not set -# CONFIG_NET_CLS_FW is not set -CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y -CONFIG_NET_CLS_ROUTE=y -# CONFIG_NET_CLS_ROUTE4 is not set -# CONFIG_NET_CLS_RSVP is not set -# CONFIG_NET_CLS_RSVP6 is not set -# CONFIG_NET_CLS_TCINDEX is not set -# CONFIG_NET_CLS_U32 is not set -# CONFIG_NET_EMATCH is not set -# CONFIG_NET_EMATCH_CMP is not set -# CONFIG_NET_EMATCH_META is not set -# CONFIG_NET_EMATCH_NBYTE is not set -CONFIG_NET_EMATCH_STACK=32 -# CONFIG_NET_EMATCH_TEXT is not set -# CONFIG_NET_EMATCH_U32 is not set -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_ETHERNET=y -# CONFIG_NET_FC is not set -# CONFIG_NET_IPGRE is not set +CONFIG_NETFILTER=y CONFIG_NET_IPGRE_BROADCAST=y +# CONFIG_NET_IPGRE is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_ISA is not set # CONFIG_NET_KEY is not set @@ -1052,15 +1107,17 @@ CONFIG_NET_PCI=y # CONFIG_NET_PCMCIA is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_NETPOLL is not set CONFIG_NET_RADIO=y +# CONFIG_NETROM is not set # CONFIG_NET_SB1000 is not set -CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_CLK_CPU is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ESFQ is not set CONFIG_NET_SCH_ESFQ_NFCT=y CONFIG_NET_SCH_FIFO=y @@ -1078,25 +1135,14 @@ CONFIG_NET_SCH_FIFO=y # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_TULIP is not set # CONFIG_NET_VENDOR_3COM is not set -CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +CONFIG_NET_WIRELESS=y +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETXEN_NIC is not set +CONFIG_NET=y # CONFIG_NEW_GPIO is not set CONFIG_NEW_LEDS=y -# CONFIG_NFSD is not set -CONFIG_NFSD_TCP=y -# CONFIG_NFSD_V2_ACL is not set -CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set -CONFIG_NFSD_V4=y -# CONFIG_NFS_ACL_SUPPORT is not set -CONFIG_NFS_COMMON=y -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFS_FS is not set -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFTL is not set -# CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_EVENTS is not set @@ -1105,6 +1151,7 @@ CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_IPV4 is not set # CONFIG_NF_CONNTRACK_IPV6 is not set # CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK is not set CONFIG_NF_CONNTRACK_MARK=y # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set @@ -1120,11 +1167,11 @@ CONFIG_NF_CONNTRACK_SUPPORT=y # CONFIG_NF_CT_PROTO_GRE is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set -# CONFIG_NF_NAT is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_IRC is not set +# CONFIG_NF_NAT is not set CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_PROTO_GRE is not set @@ -1132,8 +1179,21 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_SIP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_TFTP is not set +# CONFIG_NFS_ACL_SUPPORT is not set +CONFIG_NFS_COMMON=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_NFSD_TCP=y +# CONFIG_NFSD_V2_ACL is not set +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3=y +CONFIG_NFSD_V4=y +# CONFIG_NFS_FS is not set +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V4=y +# CONFIG_NFTL is not set CONFIG_NL80211=y -# CONFIG_NLS is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set @@ -1158,10 +1218,11 @@ CONFIG_NL80211=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_950 is not set CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set @@ -1173,28 +1234,28 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set +# CONFIG_NO_HZ is not set # CONFIG_NORTEL_HERMES is not set # CONFIG_NOZOMI is not set -# CONFIG_NO_HZ is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set -# CONFIG_OCFS2_FS is not set # CONFIG_OCF_BENCH is not set # CONFIG_OCF_EP80579 is not set -# CONFIG_OCF_HIFN is not set # CONFIG_OCF_HIFNHIPP is not set +# CONFIG_OCF_HIFN is not set # CONFIG_OCF_IXP4XX is not set # CONFIG_OCF_OCF is not set # CONFIG_OCF_OCFNULL is not set +# CONFIG_OCFS2_FS is not set # CONFIG_OCF_SAFE is not set # CONFIG_OCF_TALITOS is not set # CONFIG_OMFS_FS is not set # CONFIG_OSF_PARTITION is not set # CONFIG_P54_COMMON is not set -CONFIG_PACKET=y CONFIG_PACKET_MMAP=y +CONFIG_PACKET=y # CONFIG_PANTHERLORD_FF is not set # CONFIG_PARPORT is not set # CONFIG_PARPORT_PC is not set @@ -1226,8 +1287,8 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_OPTI is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set @@ -1246,21 +1307,21 @@ 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_PCIPCWATCHDOG is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_HERMES is not set +# CONFIG_PCI is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set +# CONFIG_PCIPCWATCHDOG is not set CONFIG_PCI_QUIRKS=y -# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set # CONFIG_PCMCIA_FDOMAIN is not set # CONFIG_PCMCIA_HERMES is not set # CONFIG_PCMCIA_IOCTL is not set +# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_LOAD_CIS is not set # CONFIG_PCMCIA_NETWAVE is not set # CONFIG_PCMCIA_NINJA_SCSI is not set @@ -1280,28 +1341,28 @@ CONFIG_PCI_QUIRKS=y # CONFIG_PID_NS is not set CONFIG_PLIST=y # CONFIG_PLX_HERMES is not set -# CONFIG_PM is not set # CONFIG_PMIC_DA903X is not set +# CONFIG_PM is not set # CONFIG_POSIX_MQUEUE is not set # CONFIG_POWER_SUPPLY is not set CONFIG_PPC4xx_GPIO=y -# CONFIG_PPP is not set -# CONFIG_PPPOATM is not set -# CONFIG_PPPOE is not set -# CONFIG_PPPOL2TP is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set CONFIG_PPP_FILTER=y +# CONFIG_PPP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPP_MULTILINK=y +# CONFIG_PPPOATM is not set +# CONFIG_PPPOE is not set +# CONFIG_PPPOL2TP is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_PRINTK=y # CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK=y # CONFIG_PRISM54 is not set CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y @@ -1322,8 +1383,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_RADIO_MAXIRADIO is not set -# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_RTRACK2 is not set +# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set @@ -1335,9 +1396,9 @@ CONFIG_RAMFS=y # CONFIG_RAW_DRIVER is not set # CONFIG_RCU_CPU_STALL_DETECTOR is not set # CONFIG_REALTEK_PHY is not set -# CONFIG_REGULATOR is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_FIXED_VOLTAGE is not set +# CONFIG_REGULATOR is not set # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set @@ -1346,8 +1407,8 @@ CONFIG_RAMFS=y # CONFIG_RELAY is not set # CONFIG_RESOURCES_64BIT is not set # CONFIG_RFD_FTL is not set -# CONFIG_RFKILL is not set # CONFIG_RFKILL_INPUT is not set +# CONFIG_RFKILL is not set # CONFIG_ROMFS_FS is not set # CONFIG_ROSE is not set # CONFIG_RPCSEC_GSS_KRB5 is not set @@ -1362,8 +1423,8 @@ CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1511 is not set # CONFIG_RTC_DRV_DS3234 is not set # CONFIG_RTC_DRV_FM3130 is not set -# CONFIG_RTC_DRV_M48T35 is not set # CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_M48T35 is not set # CONFIG_RTC_DRV_MAX6900 is not set # CONFIG_RTC_DRV_MAX6902 is not set # CONFIG_RTC_DRV_R9701 is not set @@ -1383,8 +1444,8 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_PMP is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_SX4 is not set @@ -1394,7 +1455,6 @@ CONFIG_RT_MUTEXES=y # CONFIG_SC92031 is not set # CONFIG_SCC is not set # CONFIG_SCHED_TRACER is not set -# CONFIG_SCSI is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_AACRAID is not set @@ -1431,9 +1491,10 @@ CONFIG_SCSI_DMA=y # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI is not set # CONFIG_SCSI_LOGGING is not set -CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set +CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LPFC is not set CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_MVSAS is not set @@ -1452,8 +1513,8 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_SCAN_ASYNC is not set # CONFIG_SCSI_SEAGATE is not set # CONFIG_SCSI_SPI_ATTRS is not set -# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_SRP_ATTRS is not set +# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C416 is not set # CONFIG_SCSI_SYM53C8XX_2 is not set @@ -1462,12 +1523,12 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SECCOMP is not set -# CONFIG_SECURITY is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set # CONFIG_SECURITYFS is not set +# CONFIG_SECURITY is not set CONFIG_SELECT_MEMORY_MODEL=y -# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_AD7414 is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADCXX is not set @@ -1525,8 +1586,8 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_VIA686A is not set @@ -1540,14 +1601,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83L786NG is not set -CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 -CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set @@ -1561,21 +1622,20 @@ CONFIG_SIGNALFD=y # CONFIG_SIS900 is not set # CONFIG_SK98LIN is not set # CONFIG_SKGE is not set -# CONFIG_SKY2 is not set # CONFIG_SKY2_DEBUG is not set -CONFIG_SLAB=y +# CONFIG_SKY2 is not set CONFIG_SLABINFO=y +CONFIG_SLAB=y # CONFIG_SLHC is not set # CONFIG_SLIP is not set # CONFIG_SLOB is not set -# CONFIG_SLUB is not set # CONFIG_SLUB_DEBUG is not set +# CONFIG_SLUB is not set # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set # CONFIG_SMC911X is not set # CONFIG_SMC91X is not set # CONFIG_SMSC_PHY is not set -# CONFIG_SND is not set # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set @@ -1607,8 +1667,8 @@ CONFIG_SLABINFO=y # CONFIG_SND_DARLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_DEBUG is not set -# CONFIG_SND_DT019X is not set CONFIG_SND_DRIVERS=y +# CONFIG_SND_DT019X is not set # CONFIG_SND_DUMMY is not set # CONFIG_SND_DYNAMIC_MINORS is not set # CONFIG_SND_ECHO3G is not set @@ -1634,14 +1694,15 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGO is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set # CONFIG_SND_ISA is not set +# CONFIG_SND is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -1662,17 +1723,17 @@ CONFIG_SND_DRIVERS=y CONFIG_SND_OSSEMUL=y # CONFIG_SND_OXYGEN is not set # CONFIG_SND_PCI is not set +# CONFIG_SND_PCMCIA is not set # CONFIG_SND_PCM is not set # CONFIG_SND_PCM_OSS is not set CONFIG_SND_PCM_OSS_PLUGINS=y -# CONFIG_SND_PCMCIA is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_PDAUDIOCF is not set # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_RME96 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set @@ -1687,11 +1748,11 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_SUPPORT_OLD_API is not set # CONFIG_SND_TIMER is not set # CONFIG_SND_TRIDENT is not set -CONFIG_SND_USB=y # CONFIG_SND_USB_AUDIO is not set # CONFIG_SND_USB_CAIAQ is not set # CONFIG_SND_USB_US122L is not set # CONFIG_SND_USB_USX2Y is not set +CONFIG_SND_USB=y # CONFIG_SND_VERBOSE_PRINTK is not set CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VIA82XX is not set @@ -1707,18 +1768,18 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set -# CONFIG_SPI is not set # CONFIG_SPI_AT25 is not set # CONFIG_SPI_DEBUG is not set +# CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set -# CONFIG_SSB is not set +CONFIG_SQUASHFS=y # CONFIG_SSB_DEBUG is not set +# CONFIG_SSB is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set @@ -1729,26 +1790,26 @@ CONFIG_STP=y # CONFIG_STRIP is not set # CONFIG_SUNDANCE is not set # CONFIG_SUNGEM is not set -# CONFIG_SUNRPC is not set +# CONFIG_SUN_PARTITION is not set # CONFIG_SUNRPC_BIND34 is not set # CONFIG_SUNRPC_GSS is not set +# CONFIG_SUNRPC is not set # CONFIG_SUNRPC_REGISTER_V4 is not set -# CONFIG_SUN_PARTITION is not set CONFIG_SUSPEND_UP_POSSIBLE=y CONFIG_SWAP=y # CONFIG_SWCONFIG is not set # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y -CONFIG_SYSCTL=y -CONFIG_SYSCTL_SYSCALL=y CONFIG_SYSCTL_SYSCALL_CHECK=y -CONFIG_SYSFS=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSCTL=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_SYSFS=y +# CONFIG_SYS_HYPERVISOR is not set # CONFIG_SYSV68_PARTITION is not set -CONFIG_SYSVIPC=y # CONFIG_SYSV_FS is not set -# CONFIG_SYS_HYPERVISOR is not set +CONFIG_SYSVIPC=y # CONFIG_TASKSTATS is not set # CONFIG_TCG_TPM is not set CONFIG_TCP_CONG_ADVANCED=y @@ -1765,10 +1826,10 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_MD5SIG is not set -CONFIG_TEXTSEARCH=y # CONFIG_TEXTSEARCH_BM is not set # CONFIG_TEXTSEARCH_FSM is not set # CONFIG_TEXTSEARCH_KMP is not set +CONFIG_TEXTSEARCH=y # CONFIG_THERMAL_HWMON is not set # CONFIG_THERMAL is not set # CONFIG_THRUSTMASTER_FF is not set @@ -1779,14 +1840,14 @@ CONFIG_TIMERFD=y # CONFIG_TIPC is not set # CONFIG_TLAN is not set # CONFIG_TMD_HERMES is not set -CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set +CONFIG_TMPFS=y # CONFIG_TPS65010 is not set -# CONFIG_TR is not set CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_TUN is not set +# CONFIG_TR is not set # CONFIG_TUNER_3036 is not set # CONFIG_TUNER_TEA5761 is not set +# CONFIG_TUN is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" @@ -1794,12 +1855,10 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_UIO is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_UNEVICTABLE_LRU is not set -CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIX=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_USB is not set -# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_ACECAD is not set # CONFIG_USB_ACM is not set # CONFIG_USB_ADUTUX is not set @@ -1813,8 +1872,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATM is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_BANDWIDTH is not set @@ -1827,8 +1886,8 @@ CONFIG_USB_BELKIN=y # CONFIG_USB_CYTHERM is not set # CONFIG_USB_DABUSB is not set # CONFIG_USB_DEBUG is not set -CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICEFS=y # CONFIG_USB_DSBR is not set # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y @@ -1842,16 +1901,17 @@ CONFIG_USB_EZUSB=y # CONFIG_USB_FTDI_ELAN is not set # CONFIG_USB_GADGET is not set # CONFIG_USB_GSPCA is not set -# CONFIG_USB_HID is not set # CONFIG_USB_HIDDEV is not set -CONFIG_USB_HIDINPUT=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set +CONFIG_USB_HIDINPUT=y +# CONFIG_USB_HID is not set # CONFIG_USB_HSO is not set # CONFIG_USB_HWA_HCD is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_KAWETH is not set @@ -1885,10 +1945,11 @@ CONFIG_USB_HIDINPUT=y # CONFIG_USB_OHCI_HCD is not set # CONFIG_USB_OHCI_HCD_SSB is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y -# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_BLACKLIST_HUB is not set +# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_WHITELIST is not set # CONFIG_USB_OV511 is not set +# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_PHIDGET is not set # CONFIG_USB_POWERMATE is not set @@ -1899,7 +1960,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RTL8150 is not set # CONFIG_USB_S2255 is not set # CONFIG_USB_SE401 is not set -# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_AIRPRIME is not set # CONFIG_USB_SERIAL_ARK3116 is not set @@ -1921,21 +1981,22 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IPW is not set # CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_IUU is not set # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KEYSPAN_MPR=y # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set CONFIG_USB_SERIAL_KEYSPAN_USA18X=y -CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y -CONFIG_USB_SERIAL_KEYSPAN_USA28=y -CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y -CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set # CONFIG_USB_SERIAL_MCT_U232 is not set @@ -1961,7 +2022,6 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SN9C102 is not set # CONFIG_USB_SPEEDTOUCH is not set # CONFIG_USB_STKWEBCAM is not set -# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_ALAUDA=y # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set CONFIG_USB_STORAGE_DATAFAB=y @@ -1969,6 +2029,7 @@ CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_FREECOM=y # CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_KARMA=y # CONFIG_USB_STORAGE_ONETOUCH is not set @@ -1991,15 +2052,15 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_USB_W9968CF is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_WDM is not set -# CONFIG_USB_WUSB is not set +# CONFIG_USB_WHCI_HCD is not set # CONFIG_USB_WUSB_CBAF is not set +# CONFIG_USB_WUSB is not set # CONFIG_USB_XPAD is not set # CONFIG_USB_XUSBATM is not set # CONFIG_USB_YEALINK is not set # CONFIG_USB_ZC0301 is not set # CONFIG_USB_ZD1201 is not set # CONFIG_USB_ZR364XX is not set -# CONFIG_USB_WHCI_HCD is not set # CONFIG_USE_GENERIC_SMP_HELPERS is not set # CONFIG_UTS_NS is not set # CONFIG_UWB is not set @@ -2065,10 +2126,10 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_VIDEO_UPD64031A is not set # CONFIG_VIDEO_UPD64083 is not set # CONFIG_VIDEO_USBVISION is not set -# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y -# CONFIG_VIDEO_V4L2 is not set +# CONFIG_VIDEO_V4L1 is not set # CONFIG_VIDEO_V4L2_COMMON is not set +# CONFIG_VIDEO_V4L2 is not set # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_VP27SMPX is not set # CONFIG_VIDEO_VPX3220 is not set @@ -2076,11 +2137,11 @@ CONFIG_VIDEO_V4L1_COMPAT=y # CONFIG_VIDEO_WM8775 is not set # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIRQ_DEBUG is not set -# CONFIG_VIRTUALIZATION is not set CONFIG_VIRT_TO_BUS=y +# CONFIG_VIRTUALIZATION is not set # CONFIG_VITESSE_PHY is not set -CONFIG_VLAN_8021Q=y # CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q=y # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_VMSPLIT_1G is not set # CONFIG_VMSPLIT_2G is not set @@ -2103,25 +2164,25 @@ CONFIG_VMSPLIT_3G=y # CONFIG_W83877F_WDT is not set # CONFIG_W83977F_WDT is not set # CONFIG_WAN is not set -# CONFIG_WANXL is not set # CONFIG_WAN_ROUTER is not set -CONFIG_WATCHDOG=y +# CONFIG_WANXL is not set # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG=y # CONFIG_WDTPCI is not set -CONFIG_WIRELESS_EXT=y CONFIG_WIRELESS_EXT_SYSFS=y +CONFIG_WIRELESS_EXT=y CONFIG_WIRELESS_OLD_REGULATORY=y CONFIG_WIRELESS=y CONFIG_WLAN_80211=y # CONFIG_WLAN_PRE80211 is not set # CONFIG_WR_PPMC is not set # CONFIG_X25 is not set -CONFIG_XFRM=y # CONFIG_XFRM_IPCOMP is not set # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_USER is not set +CONFIG_XFRM=y # CONFIG_XFS_DEBUG is not set # CONFIG_XFS_FS is not set # CONFIG_XFS_POSIX_ACL is not set @@ -2137,12 +2198,12 @@ CONFIG_XFRM=y # CONFIG_YENTA_RICOH is not set # CONFIG_YENTA_TI is not set # CONFIG_YENTA_TOSHIBA is not set -# CONFIG_ZD1211RW is not set # CONFIG_ZD1211RW_DEBUG is not set +# CONFIG_ZD1211RW is not set # CONFIG_ZEROPLUS_FF is not set -CONFIG_ZISOFS=y # CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZONE_DMA=y diff --git a/target/linux/generic-2.6/config-2.6.29 b/target/linux/generic-2.6/config-2.6.29 index dc188cc35c..ea399ad509 100644 --- a/target/linux/generic-2.6/config-2.6.29 +++ b/target/linux/generic-2.6/config-2.6.29 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_8139TOO is not set @@ -10,11 +11,11 @@ # CONFIG_ADM6996_PHY is not set # CONFIG_ADM8211 is not set # CONFIG_AFFS_FS is not set -# CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set +# CONFIG_AFS_FS is not set CONFIG_AIO=y -# CONFIG_AIRO is not set # CONFIG_AIRO_CS is not set +# CONFIG_AIRO is not set # CONFIG_ALIM7101_WDT is not set # CONFIG_AMD8111_ETH is not set # CONFIG_AMIGA_PARTITION is not set @@ -27,28 +28,27 @@ CONFIG_ARPD=y # CONFIG_ARTHUR is not set CONFIG_ASK_IP_FIB_HASH=y # CONFIG_AT24 is not set -# CONFIG_ATA is not set -# CONFIG_ATALK is not set -# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_ACPI is not set # CONFIG_ATA_GENERIC is not set +# CONFIG_ATA is not set +# CONFIG_ATALK is not set # CONFIG_ATA_OVER_ETH is not set +# CONFIG_ATARI_PARTITION is not set # CONFIG_ATA_SFF is not set # CONFIG_ATH5K is not set # CONFIG_ATH9K is not set -# CONFIG_ATL1 is not set # CONFIG_ATL1C is not set # CONFIG_ATL1E is not set +# CONFIG_ATL1 is not set # CONFIG_ATL2 is not set -# CONFIG_ATM is not set -# CONFIG_ATMEL is not set # CONFIG_ATM_AMBASSADOR is not set -# CONFIG_ATM_BR2684 is not set CONFIG_ATM_BR2684_IPFILTER=y +# CONFIG_ATM_BR2684 is not set # CONFIG_ATM_CLIP is not set CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_DRIVERS is not set # CONFIG_ATM_DUMMY is not set +# CONFIG_ATMEL is not set # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set # CONFIG_ATM_FORE200E is not set @@ -57,6 +57,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_HORIZON is not set # CONFIG_ATM_IA is not set # CONFIG_ATM_IDT77252 is not set +# CONFIG_ATM is not set # CONFIG_ATM_LANAI is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_MPOA is not set @@ -66,8 +67,8 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_AUDIT is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS_FS is not set -# CONFIG_AX25 is not set # CONFIG_AX25_DAMA_SLAVE is not set +# CONFIG_AX25 is not set # CONFIG_AX88796 is not set # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set @@ -79,13 +80,13 @@ CONFIG_BASE_FULL=y # CONFIG_BAYCOM_PAR is not set # CONFIG_BAYCOM_SER_FDX is not set # CONFIG_BAYCOM_SER_HDX is not set -# CONFIG_BCM43XX is not set CONFIG_BCM43XX_DEBUG=y -CONFIG_BCM43XX_DMA=y CONFIG_BCM43XX_DMA_AND_PIO_MODE=y # CONFIG_BCM43XX_DMA_MODE is not set -CONFIG_BCM43XX_PIO=y +CONFIG_BCM43XX_DMA=y +# CONFIG_BCM43XX is not set # CONFIG_BCM43XX_PIO_MODE is not set +CONFIG_BCM43XX_PIO=y # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_BINFMT_AOUT is not set @@ -94,7 +95,6 @@ CONFIG_BINFMT_ELF=y # CONFIG_BLINK is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set -CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set @@ -113,8 +113,8 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_DELKIN is not set # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_GENERIC is not set -# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_IDE is not set +# CONFIG_BLK_DEV_HD is not set # CONFIG_BLK_DEV_HD_ONLY is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set @@ -125,9 +125,9 @@ CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDEPCI is not set # CONFIG_BLK_DEV_IDEPNP is not set +# CONFIG_BLK_DEV_IDE_SATA is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_BLK_DEV_IDETAPE is not set -# CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_INTEGRITY is not set # CONFIG_BLK_DEV_IO_TRACE is not set @@ -161,19 +161,19 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_VIA82CXXX is not set # CONFIG_BLK_DEV_XIP is not set +CONFIG_BLK_DEV=y CONFIG_BLOCK=y # CONFIG_BNX2 is not set # CONFIG_BONDING is not set # CONFIG_BPQETHER is not set -CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_802_3 is not set # CONFIG_BRIDGE_EBT_AMONG is not set # CONFIG_BRIDGE_EBT_ARP is not set # CONFIG_BRIDGE_EBT_ARPREPLY is not set # CONFIG_BRIDGE_EBT_BROUTE is not set # CONFIG_BRIDGE_EBT_DNAT is not set -# CONFIG_BRIDGE_EBT_IP is not set # CONFIG_BRIDGE_EBT_IP6 is not set +# CONFIG_BRIDGE_EBT_IP is not set # CONFIG_BRIDGE_EBT_LIMIT is not set # CONFIG_BRIDGE_EBT_LOG is not set # CONFIG_BRIDGE_EBT_MARK is not set @@ -189,13 +189,12 @@ CONFIG_BRIDGE=y # CONFIG_BRIDGE_EBT_VLAN is not set # CONFIG_BRIDGE_NETFILTER is not set # CONFIG_BRIDGE_NF_EBTABLES is not set +CONFIG_BRIDGE=y # CONFIG_BROADCOM_PHY is not set CONFIG_BROKEN_ON_SMP=y # CONFIG_BSD_DISKLABEL is not set -CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set -# CONFIG_BT is not set -# CONFIG_BTRFS_FS is not set +CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BT_BNEP is not set CONFIG_BT_BNEP_MC_FILTER=y CONFIG_BT_BNEP_PROTO_FILTER=y @@ -209,17 +208,19 @@ CONFIG_BT_BNEP_PROTO_FILTER=y # CONFIG_BT_HCIBTUART is not set # CONFIG_BT_HCIBTUSB is not set # CONFIG_BT_HCIDTL1 is not set -# CONFIG_BT_HCIUART is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART is not set # CONFIG_BT_HCIUART_LL is not set # CONFIG_BT_HCIUSB is not set CONFIG_BT_HCIUSB_SCO=y # CONFIG_BT_HCIVHCI is not set # CONFIG_BT_HIDP is not set +# CONFIG_BT is not set # CONFIG_BT_L2CAP is not set # CONFIG_BT_RFCOMM is not set CONFIG_BT_RFCOMM_TTY=y +# CONFIG_BTRFS_FS is not set # CONFIG_BT_SCO is not set CONFIG_BUG=y # CONFIG_C2PORT is not set @@ -243,12 +244,12 @@ CONFIG_CFG80211=m # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_ST is not set # CONFIG_CICADA_PHY is not set -# CONFIG_CIFS is not set # CONFIG_CIFS_DEBUG2 is not set # CONFIG_CIFS_EXPERIMENTAL is not set +# CONFIG_CIFS is not set CONFIG_CIFS_POSIX=y -CONFIG_CIFS_STATS=y # CONFIG_CIFS_STATS2 is not set +CONFIG_CIFS_STATS=y # CONFIG_CIFS_WEAK_PW_HASH is not set # CONFIG_CIFS_XATTR is not set CONFIG_CLASSIC_RCU=y @@ -271,18 +272,17 @@ CONFIG_CRC32=y # CONFIG_CRC_ITU_T is not set # CONFIG_CRC_T10DIF is not set CONFIG_CROSSCOMPILE=y -CONFIG_CRYPTO=y -CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_AEAD2=m +CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_AES=m -CONFIG_CRYPTO_ALGAPI=m CONFIG_CRYPTO_ALGAPI2=m +CONFIG_CRYPTO_ALGAPI=m # CONFIG_CRYPTO_ANSI_CPRNG is not set # CONFIG_CRYPTO_ANUBIS is not set CONFIG_CRYPTO_ARC4=m # CONFIG_CRYPTO_AUTHENC is not set -CONFIG_CRYPTO_BLKCIPHER=m CONFIG_CRYPTO_BLKCIPHER2=m +CONFIG_CRYPTO_BLKCIPHER=m # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_CAMELLIA is not set # CONFIG_CRYPTO_CAST5 is not set @@ -301,15 +301,15 @@ CONFIG_CRYPTO_ECB=m # CONFIG_CRYPTO_FIPS is not set # CONFIG_CRYPTO_GCM is not set # CONFIG_CRYPTO_GF128MUL is not set -CONFIG_CRYPTO_HASH=m CONFIG_CRYPTO_HASH2=m +CONFIG_CRYPTO_HASH=m # CONFIG_CRYPTO_HMAC is not set # CONFIG_CRYPTO_HW is not set # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_LRW is not set # CONFIG_CRYPTO_LZO is not set -CONFIG_CRYPTO_MANAGER=m CONFIG_CRYPTO_MANAGER2=m +CONFIG_CRYPTO_MANAGER=m # CONFIG_CRYPTO_MD4 is not set # CONFIG_CRYPTO_MD5 is not set # CONFIG_CRYPTO_MICHAEL_MIC is not set @@ -320,8 +320,8 @@ CONFIG_CRYPTO_MANAGER2=m # CONFIG_CRYPTO_RMD160 is not set # CONFIG_CRYPTO_RMD256 is not set # CONFIG_CRYPTO_RMD320 is not set -CONFIG_CRYPTO_RNG=m CONFIG_CRYPTO_RNG2=m +CONFIG_CRYPTO_RNG=m # CONFIG_CRYPTO_SALSA20 is not set # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SEQIV is not set @@ -332,11 +332,12 @@ CONFIG_CRYPTO_RNG2=m # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TEST is not set # CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_COMMON is not set +# CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_WP512 is not set # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_XTS is not set +CONFIG_CRYPTO=y # CONFIG_DAB is not set # CONFIG_DAVICOM_PHY is not set CONFIG_DEBUG_FS=y @@ -363,21 +364,21 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # CONFIG_DL2K is not set # CONFIG_DLM is not set # CONFIG_DMADEVICES is not set +# CONFIG_DMA_ENGINE is not set # CONFIG_DMASCC is not set # CONFIG_DMATEST is not set -# CONFIG_DMA_ENGINE is not set # CONFIG_DNET is not set # CONFIG_DNOTIFY is not set # CONFIG_DRM is not set # CONFIG_DS1682 is not set # CONFIG_DTLK is not set # CONFIG_DUMMY is not set -# CONFIG_DVB is not set # CONFIG_DVB_CORE is not set +# CONFIG_DVB is not set # CONFIG_DYNAMIC_PRINTK_DEBUG is not set -# CONFIG_E100 is not set -# CONFIG_E1000 is not set # CONFIG_E1000E is not set +# CONFIG_E1000 is not set +# CONFIG_E100 is not set # CONFIG_ECONET is not set # CONFIG_EEPRO100 is not set # CONFIG_EEPROM_93CX6 is not set @@ -408,8 +409,8 @@ CONFIG_EXTRA_TARGETS="" CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FAT_FS is not set -# CONFIG_FB is not set # CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB is not set # CONFIG_FCOE is not set # CONFIG_FDDI is not set # CONFIG_FEALNX is not set @@ -417,8 +418,8 @@ CONFIG_FIB_RULES=y CONFIG_FILE_LOCKING=y # CONFIG_FIREWIRE is not set # CONFIG_FIRMWARE_IN_KERNEL is not set -CONFIG_FLATMEM=y CONFIG_FLATMEM_MANUAL=y +CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y # CONFIG_FORCEDETH is not set CONFIG_FRAME_WARN=1024 @@ -426,8 +427,8 @@ CONFIG_FRAME_WARN=1024 # CONFIG_FTL is not set # CONFIG_FTRACE is not set # CONFIG_FUSE_FS is not set -# CONFIG_FUSION is not set # CONFIG_FUSION_FC is not set +# CONFIG_FUSION is not set # CONFIG_FUSION_SAS is not set # CONFIG_FUSION_SPI is not set CONFIG_FUTEX=y @@ -440,9 +441,9 @@ CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_TIME=y # CONFIG_GFS2_FS is not set -# CONFIG_GPIOLIB is not set # CONFIG_GPIO_BT8XX is not set # CONFIG_GPIO_DEVICE is not set +# CONFIG_GPIOLIB is not set # CONFIG_GPIO_MAX7301 is not set # CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_MCP23S08 is not set @@ -454,18 +455,16 @@ CONFIG_GENERIC_TIME=y # CONFIG_HAMACHI is not set CONFIG_HAMRADIO=y # CONFIG_HAPPYMEAL is not set -# CONFIG_HDLC is not set # CONFIG_HDLC_CISCO is not set # CONFIG_HDLC_FR is not set +# CONFIG_HDLC is not set # CONFIG_HDLC_PPP is not set -# CONFIG_HDLC_RAW is not set # CONFIG_HDLC_RAW_ETH is not set +# CONFIG_HDLC_RAW is not set # CONFIG_HEADERS_CHECK is not set # CONFIG_HERMES is not set -# CONFIG_HFSPLUS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HID is not set -# CONFIG_HIDRAW is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_HID_A4TECH is not set # CONFIG_HID_APPLE is not set # CONFIG_HID_BELKIN is not set @@ -479,27 +478,29 @@ CONFIG_HAMRADIO=y # CONFIG_HID_EZKEY is not set # CONFIG_HID_FF is not set # CONFIG_HID_GYRATION is not set +# CONFIG_HID is not set # CONFIG_HID_LOGITECH is not set # CONFIG_HID_MICROSOFT is not set # CONFIG_HID_MONTEREY is not set # CONFIG_HID_PANTHERLORD is not set # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PID is not set +# CONFIG_HIDRAW is not set # CONFIG_HID_SAMSUNG is not set # CONFIG_HID_SONY is not set # CONFIG_HID_SUNPLUS is not set # CONFIG_HID_SUPPORT is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set -# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_CS is not set # CONFIG_HOSTAP_FIRMWARE is not set # CONFIG_HOSTAP_FIRMWARE_NVRAM is not set +# CONFIG_HOSTAP is not set # CONFIG_HOSTAP_PCI is not set # CONFIG_HOSTAP_PLX is not set -CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_CPU is not set # CONFIG_HOTPLUG_PCI is not set +CONFIG_HOTPLUG=y # CONFIG_HP100 is not set # CONFIG_HPFS_FS is not set # CONFIG_HP_ILO is not set @@ -509,8 +510,8 @@ CONFIG_HOTPLUG=y # CONFIG_HWMON is not set # CONFIG_HWMON_VID is not set CONFIG_HZ=100 -CONFIG_HZ_100=y # CONFIG_HZ_1000 is not set +CONFIG_HZ_100=y # CONFIG_HZ_1024 is not set # CONFIG_HZ_128 is not set # CONFIG_HZ_250 is not set @@ -567,41 +568,40 @@ CONFIG_HZ_100=y # CONFIG_IBM_NEW_EMAC_ZMII is not set # CONFIG_ICPLUS_PHY is not set # CONFIG_ICS932S401 is not set -# CONFIG_IDE is not set # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDMA_IVB is not set # CONFIG_IDEDMA_ONLYDISK is not set -# CONFIG_IDEPCI_SHARE_IRQ is not set # CONFIG_IDE_GD is not set +# CONFIG_IDE is not set CONFIG_IDE_MAX_HWIFS=4 +# CONFIG_IDEPCI_SHARE_IRQ is not set CONFIG_IDE_PROC_FS=y # CONFIG_IDE_TASK_IOCTL is not set -# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_ETH1394 is not set +# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394_OHCI1394 is not set # CONFIG_IEEE1394_PCILYNX is not set # CONFIG_IEEE1394_RAWIO is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set # CONFIG_IEEE1394_VIDEO1394 is not set -# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_CRYPT_CCMP is not set # CONFIG_IEEE80211_CRYPT_TKIP is not set # CONFIG_IEEE80211_CRYPT_WEP is not set # CONFIG_IEEE80211_DEBUG is not set -# CONFIG_IEEE80211_SOFTMAC is not set +# CONFIG_IEEE80211 is not set # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set +# CONFIG_IEEE80211_SOFTMAC is not set # CONFIG_IFB is not set # CONFIG_IGB is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set -# CONFIG_IMQ is not set # CONFIG_IMQ_BEHAVIOR_AA is not set # CONFIG_IMQ_BEHAVIOR_AB is not set # CONFIG_IMQ_BEHAVIOR_BA is not set # CONFIG_IMQ_BEHAVIOR_BB is not set +# CONFIG_IMQ is not set CONFIG_IMQ_NUM_DEVS=2 -CONFIG_INET=y # CONFIG_INET6_AH is not set # CONFIG_INET6_ESP is not set # CONFIG_INET6_IPCOMP is not set @@ -622,27 +622,28 @@ CONFIG_INET=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET=y # CONFIG_INFINIBAND is not set # CONFIG_INFTL is not set CONFIG_INIT_ENV_ARG_LIMIT=32 # CONFIG_INOTIFY is not set # CONFIG_INOTIFY_USER is not set -# CONFIG_INPUT is not set # CONFIG_INPUT_APANEL is not set -# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATLAS_BTNS is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_EVBUG is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_KEYSPAN_REMOTE is not set # CONFIG_INPUT_MISC is not set -# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_POLLDEV is not set # CONFIG_INPUT_POWERMATE is not set @@ -678,45 +679,22 @@ CONFIG_IOSCHED_NOOP=y # CONFIG_IP6_NF_TARGET_LOG is not set # CONFIG_IP6_NF_TARGET_REJECT is not set # CONFIG_IP6_NF_TARGET_ROUTE is not set -# CONFIG_IPC_NS is not set -# CONFIG_IPMI_HANDLER is not set -CONFIG_IPSEC_NAT_TRAVERSAL=y -# CONFIG_IPV6 is not set -# CONFIG_IPV6_MIP6 is not set -# CONFIG_IPV6_MROUTE is not set -# CONFIG_IPV6_MULTIPLE_TABLES is not set -CONFIG_IPV6_NDISC_NODETYPE=y -# CONFIG_IPV6_OPTIMISTIC_DAD is not set -# CONFIG_IPV6_PRIVACY is not set -# CONFIG_IPV6_ROUTER_PREF is not set -# CONFIG_IPV6_ROUTE_INFO is not set -# CONFIG_IPV6_SIT is not set -# CONFIG_IPV6_TUNNEL is not set -# CONFIG_IPW2100 is not set -# CONFIG_IPW2100_DEBUG is not set -CONFIG_IPW2100_MONITOR=y -# CONFIG_IPW2200 is not set -# CONFIG_IPW2200_DEBUG is not set -CONFIG_IPW2200_MONITOR=y -# CONFIG_IPW2200_PROMISCUOUS is not set -# CONFIG_IPW2200_QOS is not set -# CONFIG_IPW2200_RADIOTAP is not set -# CONFIG_IPWIRELESS is not set -# CONFIG_IPX is not set CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IPC_NS is not set # CONFIG_IP_DCCP is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set +# CONFIG_IPMI_HANDLER is not set # CONFIG_IP_MROUTE is not set CONFIG_IP_MULTICAST=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_NF_AMANDA is not set # CONFIG_IP_NF_ARPFILTER is not set -# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_ARP_MANGLE is not set -CONFIG_IP_NF_CONNTRACK=y +# CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_CONNTRACK_EVENTS is not set CONFIG_IP_NF_CONNTRACK_MARK=y +CONFIG_IP_NF_CONNTRACK=y CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_CT_PROTO_SCTP is not set # CONFIG_IP_NF_FILTER is not set @@ -736,7 +714,6 @@ CONFIG_IP_NF_CT_ACCT=y # CONFIG_IP_NF_MATCH_TIME is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_TTL is not set -CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NAT_AMANDA is not set # CONFIG_IP_NF_NAT_FTP is not set # CONFIG_IP_NF_NAT_H323 is not set @@ -746,17 +723,18 @@ CONFIG_IP_NF_NAT_NEEDED=y # CONFIG_IP_NF_NAT_SIP is not set # CONFIG_IP_NF_NAT_SNMP_BASIC is not set # CONFIG_IP_NF_NAT_TFTP is not set +CONFIG_IP_NF_NAT=y # CONFIG_IP_NF_NETBIOS_NS is not set # CONFIG_IP_NF_PPTP is not set # CONFIG_IP_NF_QUEUE is not set # CONFIG_IP_NF_RAW is not set -# CONFIG_IP_NF_SET is not set CONFIG_IP_NF_SET_HASHSIZE=1024 # CONFIG_IP_NF_SET_IPHASH is not set # CONFIG_IP_NF_SET_IPMAP is not set # CONFIG_IP_NF_SET_IPPORTHASH is not set # CONFIG_IP_NF_SET_IPTREE is not set # CONFIG_IP_NF_SET_IPTREEMAP is not set +# CONFIG_IP_NF_SET is not set # CONFIG_IP_NF_SET_MACIPMAP is not set CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_SET_NETHASH is not set @@ -779,45 +757,68 @@ CONFIG_IP_NF_SET_MAX=256 # CONFIG_IP_NF_TFTP is not set # CONFIG_IP_PNP is not set CONFIG_IP_ROUTE_FWMARK=y -CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_MULTIPATH_CACHED=y # CONFIG_IP_ROUTE_MULTIPATH_DRR is not set # CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set # CONFIG_IP_ROUTE_MULTIPATH_RR is not set # CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set +CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_SCTP is not set +CONFIG_IPSEC_NAT_TRAVERSAL=y +# CONFIG_IPV6 is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTE_INFO is not set +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_SIT is not set +# CONFIG_IPV6_TUNNEL is not set # CONFIG_IP_VS is not set +# CONFIG_IPW2100_DEBUG is not set +# CONFIG_IPW2100 is not set +CONFIG_IPW2100_MONITOR=y +# CONFIG_IPW2200_DEBUG is not set +# CONFIG_IPW2200 is not set +CONFIG_IPW2200_MONITOR=y +# CONFIG_IPW2200_PROMISCUOUS is not set +# CONFIG_IPW2200_QOS is not set +# CONFIG_IPW2200_RADIOTAP is not set +# CONFIG_IPWIRELESS is not set +# CONFIG_IPX is not set # CONFIG_IRDA is not set # CONFIG_IRQSOFF_TRACER is not set # CONFIG_ISCSI_TCP is not set -CONFIG_ISDN=y -# CONFIG_ISDN_CAPI is not set # CONFIG_ISDN_CAPI_CAPI20 is not set -# CONFIG_ISDN_CAPI_CAPIFS is not set CONFIG_ISDN_CAPI_CAPIFS_BOOL=y +# CONFIG_ISDN_CAPI_CAPIFS is not set +# CONFIG_ISDN_CAPI is not set CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set # CONFIG_ISDN_I4L is not set +CONFIG_ISDN=y # CONFIG_ISO9660_FS is not set # CONFIG_IWL3945 is not set # CONFIG_IWLAGN is not set # CONFIG_IWLCORE is not set # CONFIG_IWLWIFI_LEDS is not set # CONFIG_IXGB is not set -# CONFIG_JBD is not set -# CONFIG_JBD_DEBUG is not set # CONFIG_JBD2_DEBUG is not set +# CONFIG_JBD_DEBUG is not set +# CONFIG_JBD is not set # CONFIG_JFFS2_CMODE_FAVOURLZO is not set # CONFIG_JFFS2_CMODE_NONE is not set CONFIG_JFFS2_CMODE_PRIORITY=y # CONFIG_JFFS2_CMODE_SIZE is not set CONFIG_JFFS2_COMPRESSION_OPTIONS=y -CONFIG_JFFS2_FS=y CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFFS2_FS_WBUF_VERIFY is not set CONFIG_JFFS2_FS_WRITEBUFFER=y # CONFIG_JFFS2_FS_XATTR is not set +CONFIG_JFFS2_FS=y # CONFIG_JFFS2_LZO is not set CONFIG_JFFS2_RTIME=y # CONFIG_JFFS2_RUBIN is not set @@ -831,8 +832,8 @@ CONFIG_JFFS2_ZLIB=y # CONFIG_JFS_STATISTICS is not set # CONFIG_JME is not set CONFIG_JOLIET=y -# CONFIG_KALLSYMS is not set # CONFIG_KALLSYMS_EXTRA_PASS is not set +# CONFIG_KALLSYMS is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_KEXEC is not set # CONFIG_KEYS is not set @@ -847,13 +848,13 @@ CONFIG_JOLIET=y CONFIG_LEDS_CLASS=y # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_PCA955X is not set -CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set CONFIG_LEDS_TRIGGER_DEFAULT_ON=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set CONFIG_LEDS_TRIGGER_NETDEV=y +CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LEGACY_PTYS is not set # CONFIG_LIBCRC32C is not set @@ -861,40 +862,40 @@ CONFIG_LEDS_TRIGGER_TIMER=y # CONFIG_LIBERTAS_THINFIRM is not set # CONFIG_LIBERTAS_USB is not set # CONFIG_LIBFC is not set -CONFIG_LLC=y # CONFIG_LLC2 is not set +CONFIG_LLC=y CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set -# CONFIG_LOCKD is not set CONFIG_LOCKDEP_SUPPORT=y +# CONFIG_LOCKD is not set CONFIG_LOCKD_V4=y +CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LOGIRUMBLEPAD2_FF is not set # CONFIG_LOGITECH_FF is not set -CONFIG_LOG_BUF_SHIFT=14 # CONFIG_LSF is not set # CONFIG_LSI_ET1011C_PHY is not set # CONFIG_LXT_PHY is not set -CONFIG_MAC80211=m -# CONFIG_MAC80211_DEBUG is not set # CONFIG_MAC80211_DEBUGFS is not set +# CONFIG_MAC80211_DEBUG is not set # CONFIG_MAC80211_DEBUG_MENU is not set # CONFIG_MAC80211_HWSIM is not set # CONFIG_MAC80211_LEDS is not set +CONFIG_MAC80211=m # CONFIG_MAC80211_MESH is not set -CONFIG_MAC80211_RC_DEFAULT="pid" # CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set +CONFIG_MAC80211_RC_DEFAULT="pid" CONFIG_MAC80211_RC_DEFAULT_PID=y # CONFIG_MAC80211_RC_MINSTREL is not set CONFIG_MAC80211_RC_PID=y -# CONFIG_MACVLAN is not set # CONFIG_MAC_EMUMOUSEBTN is not set CONFIG_MAC_PARTITION=y +# CONFIG_MACVLAN is not set # CONFIG_MAGIC_SYSRQ is not set # CONFIG_MARKEINS is not set # CONFIG_MARKERS is not set # CONFIG_MARVELL_PHY is not set -# CONFIG_MD is not set # CONFIG_MDIO_BITBANG is not set +# CONFIG_MD is not set # CONFIG_MEDIA_ATTACH is not set # CONFIG_MEDIA_TUNER_CUSTOMIZE is not set # CONFIG_MEGARAID_LEGACY is not set @@ -912,22 +913,22 @@ CONFIG_MAC_PARTITION=y # CONFIG_MFD_WM8400 is not set # CONFIG_MIGRATION is not set CONFIG_MII=y +CONFIG_MINI_FO=y # CONFIG_MINIX_FS is not set # CONFIG_MINIX_SUBPARTITION is not set -CONFIG_MINI_FO=y CONFIG_MISC_DEVICES=y -# CONFIG_MISDN is not set # CONFIG_MISDN_HFCPCI is not set +# CONFIG_MISDN is not set # CONFIG_MKISS is not set -# CONFIG_MMC is not set # CONFIG_MMC_ARMMMCI is not set +# CONFIG_MMC is not set # CONFIG_MMC_SDRICOH_CS is not set # CONFIG_MMC_TEST is not set CONFIG_MMU=y -CONFIG_MODULES=y # CONFIG_MODULE_FORCE_LOAD is not set # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODVERSIONS is not set # CONFIG_MOUSE_APPLETOUCH is not set @@ -936,22 +937,84 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set # CONFIG_MTD_ALAUDA is not set # CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DATAFLASH is not set # CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set # CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set +# CONFIG_MTD_LPDDR is not set # CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_MYLOADER_PARTS is not set +# CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_TESTS is not set # CONFIG_MTD_UBI is not set +CONFIG_MTD=y # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MYRI10GE is not set @@ -959,14 +1022,45 @@ CONFIG_MTD_ROOTFS_SPLIT=y # CONFIG_NATIONAL_PHY is not set # CONFIG_NCP_FS is not set # CONFIG_NE2K_PCI is not set -CONFIG_NET=y +# CONFIG_NET_9P is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +CONFIG_NET_ACT_POLICE=y +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_FLOW is not set +# CONFIG_NET_CLS_FW is not set +CONFIG_NET_CLS_IND=y +CONFIG_NET_CLS_POLICE=y +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_ROUTE=y +# CONFIG_NET_CLS_RSVP6 is not set +# CONFIG_NET_CLS_RSVP is not set +# CONFIG_NET_CLS_TCINDEX is not set +# CONFIG_NET_CLS_U32 is not set +CONFIG_NET_CLS=y # CONFIG_NETCONSOLE is not set # CONFIG_NETDEBUG is not set -CONFIG_NETDEVICES=y -CONFIG_NETDEVICES_MULTIQUEUE=y -CONFIG_NETDEV_1000=y # CONFIG_NETDEV_10000 is not set -CONFIG_NETFILTER=y +CONFIG_NETDEV_1000=y +CONFIG_NETDEVICES_MULTIQUEUE=y +CONFIG_NETDEVICES=y +# CONFIG_NET_DSA is not set +# CONFIG_NET_EMATCH_CMP is not set +# CONFIG_NET_EMATCH is not set +# CONFIG_NET_EMATCH_META is not set +# CONFIG_NET_EMATCH_NBYTE is not set +CONFIG_NET_EMATCH_STACK=32 +# CONFIG_NET_EMATCH_TEXT is not set +# CONFIG_NET_EMATCH_U32 is not set +CONFIG_NET_ESTIMATOR=y +CONFIG_NET_ETHERNET=y +# CONFIG_NET_FC is not set CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_NETLINK is not set @@ -985,8 +1079,8 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set # CONFIG_NETFILTER_XT_MATCH_HELPER is not set # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set -# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set +# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set # CONFIG_NETFILTER_XT_MATCH_MAC is not set @@ -1019,46 +1113,9 @@ CONFIG_NETFILTER_ADVANCED=y # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set # CONFIG_NETFILTER_XT_TARGET_TRACE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NETROM is not set -CONFIG_NETWORK_FILESYSTEMS=y -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETXEN_NIC is not set -# CONFIG_NET_9P is not set -# CONFIG_NET_ACT_GACT is not set -# CONFIG_NET_ACT_IPT is not set -# CONFIG_NET_ACT_MIRRED is not set -# CONFIG_NET_ACT_NAT is not set -# CONFIG_NET_ACT_PEDIT is not set -CONFIG_NET_ACT_POLICE=y -# CONFIG_NET_ACT_SIMP is not set -# CONFIG_NET_ACT_SKBEDIT is not set -CONFIG_NET_CLS=y -CONFIG_NET_CLS_ACT=y -# CONFIG_NET_CLS_BASIC is not set -# CONFIG_NET_CLS_FLOW is not set -# CONFIG_NET_CLS_FW is not set -CONFIG_NET_CLS_IND=y -CONFIG_NET_CLS_POLICE=y -CONFIG_NET_CLS_ROUTE=y -# CONFIG_NET_CLS_ROUTE4 is not set -# CONFIG_NET_CLS_RSVP is not set -# CONFIG_NET_CLS_RSVP6 is not set -# CONFIG_NET_CLS_TCINDEX is not set -# CONFIG_NET_CLS_U32 is not set -# CONFIG_NET_DSA is not set -# CONFIG_NET_EMATCH is not set -# CONFIG_NET_EMATCH_CMP is not set -# CONFIG_NET_EMATCH_META is not set -# CONFIG_NET_EMATCH_NBYTE is not set -CONFIG_NET_EMATCH_STACK=32 -# CONFIG_NET_EMATCH_TEXT is not set -# CONFIG_NET_EMATCH_U32 is not set -CONFIG_NET_ESTIMATOR=y -CONFIG_NET_ETHERNET=y -# CONFIG_NET_FC is not set -# CONFIG_NET_IPGRE is not set +CONFIG_NETFILTER=y CONFIG_NET_IPGRE_BROADCAST=y +# CONFIG_NET_IPGRE is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_ISA is not set # CONFIG_NET_KEY is not set @@ -1067,15 +1124,17 @@ CONFIG_NET_PCI=y # CONFIG_NET_PCMCIA is not set # CONFIG_NET_PKTGEN is not set # CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_NETPOLL is not set CONFIG_NET_RADIO=y +# CONFIG_NETROM is not set # CONFIG_NET_SB1000 is not set -CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ATM is not set # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_CLK_CPU is not set # CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set CONFIG_NET_SCH_CLK_JIFFIES=y # CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCHED=y # CONFIG_NET_SCH_ESFQ is not set CONFIG_NET_SCH_ESFQ_NFCT=y CONFIG_NET_SCH_FIFO=y @@ -1093,25 +1152,14 @@ CONFIG_NET_SCH_FIFO=y # CONFIG_NET_SCH_TEQL is not set # CONFIG_NET_TULIP is not set # CONFIG_NET_VENDOR_3COM is not set -CONFIG_NET_WIRELESS=y CONFIG_NET_WIRELESS_RTNETLINK=y +CONFIG_NET_WIRELESS=y +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETXEN_NIC is not set +CONFIG_NET=y # CONFIG_NEW_GPIO is not set CONFIG_NEW_LEDS=y -# CONFIG_NFSD is not set -CONFIG_NFSD_TCP=y -# CONFIG_NFSD_V2_ACL is not set -CONFIG_NFSD_V3=y -# CONFIG_NFSD_V3_ACL is not set -CONFIG_NFSD_V4=y -# CONFIG_NFS_ACL_SUPPORT is not set -CONFIG_NFS_COMMON=y -# CONFIG_NFS_DIRECTIO is not set -# CONFIG_NFS_FS is not set -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -CONFIG_NFS_V4=y -# CONFIG_NFTL is not set -# CONFIG_NF_CONNTRACK is not set # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_EVENTS is not set @@ -1120,6 +1168,7 @@ CONFIG_NF_CONNTRACK_ENABLED=y # CONFIG_NF_CONNTRACK_IPV4 is not set # CONFIG_NF_CONNTRACK_IPV6 is not set # CONFIG_NF_CONNTRACK_IRC is not set +# CONFIG_NF_CONNTRACK is not set CONFIG_NF_CONNTRACK_MARK=y # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set # CONFIG_NF_CONNTRACK_PPTP is not set @@ -1135,11 +1184,11 @@ CONFIG_NF_CONNTRACK_SUPPORT=y # CONFIG_NF_CT_PROTO_GRE is not set # CONFIG_NF_CT_PROTO_SCTP is not set # CONFIG_NF_CT_PROTO_UDPLITE is not set -# CONFIG_NF_NAT is not set # CONFIG_NF_NAT_AMANDA is not set # CONFIG_NF_NAT_FTP is not set # CONFIG_NF_NAT_H323 is not set # CONFIG_NF_NAT_IRC is not set +# CONFIG_NF_NAT is not set CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_PPTP is not set # CONFIG_NF_NAT_PROTO_GRE is not set @@ -1147,8 +1196,21 @@ CONFIG_NF_NAT_NEEDED=y # CONFIG_NF_NAT_SIP is not set # CONFIG_NF_NAT_SNMP_BASIC is not set # CONFIG_NF_NAT_TFTP is not set +# CONFIG_NFS_ACL_SUPPORT is not set +CONFIG_NFS_COMMON=y +# CONFIG_NFS_DIRECTIO is not set +# CONFIG_NFSD is not set +CONFIG_NFSD_TCP=y +# CONFIG_NFSD_V2_ACL is not set +# CONFIG_NFSD_V3_ACL is not set +CONFIG_NFSD_V3=y +CONFIG_NFSD_V4=y +# CONFIG_NFS_FS is not set +# CONFIG_NFS_V3_ACL is not set +CONFIG_NFS_V3=y +CONFIG_NFS_V4=y +# CONFIG_NFTL is not set CONFIG_NL80211=y -# CONFIG_NLS is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set @@ -1173,10 +1235,11 @@ CONFIG_NL80211=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_950 is not set CONFIG_NLS_DEFAULT="iso8859-1" -# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set @@ -1188,28 +1251,28 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set +# CONFIG_NO_HZ is not set # CONFIG_NORTEL_HERMES is not set # CONFIG_NOZOMI is not set -# CONFIG_NO_HZ is not set # CONFIG_NS83820 is not set # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_FS is not set # CONFIG_NTFS_RW is not set -# CONFIG_OCFS2_FS is not set # CONFIG_OCF_BENCH is not set # CONFIG_OCF_EP80579 is not set -# CONFIG_OCF_HIFN is not set # CONFIG_OCF_HIFNHIPP is not set +# CONFIG_OCF_HIFN is not set # CONFIG_OCF_IXP4XX is not set # CONFIG_OCF_OCF is not set # CONFIG_OCF_OCFNULL is not set +# CONFIG_OCFS2_FS is not set # CONFIG_OCF_SAFE is not set # CONFIG_OCF_TALITOS is not set # CONFIG_OMFS_FS is not set # CONFIG_OSF_PARTITION is not set # CONFIG_P54_COMMON is not set -CONFIG_PACKET=y CONFIG_PACKET_MMAP=y +CONFIG_PACKET=y # CONFIG_PANTHERLORD_FF is not set # CONFIG_PARPORT is not set # CONFIG_PARPORT_PC is not set @@ -1241,8 +1304,8 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set # CONFIG_PATA_OLDPIIX is not set -# CONFIG_PATA_OPTI is not set # CONFIG_PATA_OPTIDMA is not set +# CONFIG_PATA_OPTI is not set # CONFIG_PATA_PCMCIA is not set # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set @@ -1261,21 +1324,21 @@ 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_PCIPCWATCHDOG is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_HERMES is not set +# CONFIG_PCI is not set # CONFIG_PCI_LEGACY is not set # CONFIG_PCI_MSI is not set +# CONFIG_PCIPCWATCHDOG is not set CONFIG_PCI_QUIRKS=y -# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_AHA152X is not set # CONFIG_PCMCIA_ATMEL is not set # CONFIG_PCMCIA_DEBUG is not set # CONFIG_PCMCIA_FDOMAIN is not set # CONFIG_PCMCIA_HERMES is not set # CONFIG_PCMCIA_IOCTL is not set +# CONFIG_PCMCIA is not set # CONFIG_PCMCIA_LOAD_CIS is not set # CONFIG_PCMCIA_NETWAVE is not set # CONFIG_PCMCIA_NINJA_SCSI is not set @@ -1295,21 +1358,21 @@ CONFIG_PCI_QUIRKS=y # CONFIG_PID_NS is not set CONFIG_PLIST=y # CONFIG_PLX_HERMES is not set -# CONFIG_PM is not set # CONFIG_PMIC_DA903X is not set +# CONFIG_PM is not set # CONFIG_POSIX_MQUEUE is not set # CONFIG_POWER_SUPPLY is not set CONFIG_PPC4xx_GPIO=y -# CONFIG_PPP is not set -# CONFIG_PPPOATM is not set -# CONFIG_PPPOE is not set -# CONFIG_PPPOL2TP is not set # CONFIG_PPP_ASYNC is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_DEFLATE is not set CONFIG_PPP_FILTER=y +# CONFIG_PPP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPP_MULTILINK=y +# CONFIG_PPPOATM is not set +# CONFIG_PPPOE is not set +# CONFIG_PPPOL2TP is not set # CONFIG_PPP_SYNC_TTY is not set # CONFIG_PREEMPT is not set CONFIG_PREEMPT_NONE=y @@ -1317,8 +1380,8 @@ CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_RCU_TRACE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_PRINTK=y # CONFIG_PRINTK_TIME is not set +CONFIG_PRINTK=y # CONFIG_PRISM54 is not set CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y @@ -1340,8 +1403,8 @@ CONFIG_PROC_SYSCTL=y # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAESTRO is not set # CONFIG_RADIO_MAXIRADIO is not set -# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_RTRACK2 is not set +# CONFIG_RADIO_RTRACK is not set # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set @@ -1353,9 +1416,9 @@ CONFIG_RAMFS=y # CONFIG_RAW_DRIVER is not set # CONFIG_RCU_CPU_STALL_DETECTOR is not set # CONFIG_REALTEK_PHY is not set -# CONFIG_REGULATOR is not set # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_FIXED_VOLTAGE is not set +# CONFIG_REGULATOR is not set # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_FS is not set @@ -1364,8 +1427,8 @@ CONFIG_RAMFS=y # CONFIG_RELAY is not set # CONFIG_RESOURCES_64BIT is not set # CONFIG_RFD_FTL is not set -# CONFIG_RFKILL is not set # CONFIG_RFKILL_INPUT is not set +# CONFIG_RFKILL is not set # CONFIG_ROMFS_FS is not set # CONFIG_ROSE is not set # CONFIG_RPCSEC_GSS_KRB5 is not set @@ -1415,8 +1478,8 @@ CONFIG_RT_MUTEXES=y # CONFIG_SATA_PMP is not set # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_QSTOR is not set -# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIL24 is not set +# CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_SX4 is not set @@ -1426,7 +1489,6 @@ CONFIG_RT_MUTEXES=y # CONFIG_SC92031 is not set # CONFIG_SCC is not set # CONFIG_SCHED_TRACER is not set -# CONFIG_SCSI is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_AACRAID is not set @@ -1463,9 +1525,10 @@ CONFIG_SCSI_DMA=y # CONFIG_SCSI_IPR is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI is not set # CONFIG_SCSI_LOGGING is not set -CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set +CONFIG_SCSI_LOWLEVEL=y # CONFIG_SCSI_LPFC is not set CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_MVSAS is not set @@ -1484,8 +1547,8 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_SCAN_ASYNC is not set # CONFIG_SCSI_SEAGATE is not set # CONFIG_SCSI_SPI_ATTRS is not set -# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_SRP_ATTRS is not set +# CONFIG_SCSI_SRP is not set # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C416 is not set # CONFIG_SCSI_SYM53C8XX_2 is not set @@ -1494,12 +1557,12 @@ CONFIG_SCSI_PROC_FS=y # CONFIG_SCSI_U14_34F is not set # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SECCOMP is not set -# CONFIG_SECURITY is not set -# CONFIG_SECURITYFS is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set +# CONFIG_SECURITYFS is not set +# CONFIG_SECURITY is not set CONFIG_SELECT_MEMORY_MODEL=y -# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set +# CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_AD7414 is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADCXX is not set @@ -1560,8 +1623,8 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMSC47B397 is not set -# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set +# CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_VIA686A is not set @@ -1575,14 +1638,14 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SENSORS_W83L786NG is not set -CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 -CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_8250=y CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_SERIAL_UARTLITE is not set @@ -1596,15 +1659,15 @@ CONFIG_SIGNALFD=y # CONFIG_SIS900 is not set # CONFIG_SK98LIN is not set # CONFIG_SKGE is not set -# CONFIG_SKY2 is not set # CONFIG_SKY2_DEBUG is not set -CONFIG_SLAB=y +# CONFIG_SKY2 is not set CONFIG_SLABINFO=y +CONFIG_SLAB=y # CONFIG_SLHC is not set # CONFIG_SLIP is not set # CONFIG_SLOB is not set -# CONFIG_SLUB is not set # CONFIG_SLUB_DEBUG is not set +# CONFIG_SLUB is not set # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set # CONFIG_SMC911X is not set @@ -1612,7 +1675,6 @@ CONFIG_SLABINFO=y # CONFIG_SMSC911X is not set # CONFIG_SMSC9420 is not set # CONFIG_SMSC_PHY is not set -# CONFIG_SND is not set # CONFIG_SND_AC97_POWER_SAVE is not set # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set @@ -1671,14 +1733,15 @@ CONFIG_SND_DRIVERS=y # CONFIG_SND_HWDEP is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set -# CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGO is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set # CONFIG_SND_ISA is not set +# CONFIG_SND is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_LAYLA24 is not set @@ -1699,8 +1762,8 @@ CONFIG_SND_DRIVERS=y CONFIG_SND_OSSEMUL=y # CONFIG_SND_OXYGEN is not set # CONFIG_SND_PCI is not set -# CONFIG_SND_PCM is not set # CONFIG_SND_PCMCIA is not set +# CONFIG_SND_PCM is not set # CONFIG_SND_PCM_OSS is not set CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_PCXHR is not set @@ -1708,8 +1771,8 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_RAWMIDI is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set -# CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set +# CONFIG_SND_RME96 is not set # CONFIG_SND_RTCTIMER is not set # CONFIG_SND_SB16 is not set # CONFIG_SND_SB8 is not set @@ -1724,11 +1787,11 @@ CONFIG_SND_PCM_OSS_PLUGINS=y # CONFIG_SND_SUPPORT_OLD_API is not set # CONFIG_SND_TIMER is not set # CONFIG_SND_TRIDENT is not set -CONFIG_SND_USB=y # CONFIG_SND_USB_AUDIO is not set # CONFIG_SND_USB_CAIAQ is not set # CONFIG_SND_USB_US122L is not set # CONFIG_SND_USB_USX2Y is not set +CONFIG_SND_USB=y # CONFIG_SND_VERBOSE_PRINTK is not set CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VIA82XX is not set @@ -1745,18 +1808,18 @@ CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SOUND is not set # CONFIG_SOUND_PRIME is not set # CONFIG_SPARSEMEM_MANUAL is not set -# CONFIG_SPI is not set # CONFIG_SPI_AT25 is not set # CONFIG_SPI_DEBUG is not set +# CONFIG_SPI is not set # CONFIG_SPI_MASTER is not set # CONFIG_SPI_TLE62X0 is not set CONFIG_SPLIT_PTLOCK_CPUS=4 -CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_SQUASHFS_VMALLOC is not set -# CONFIG_SSB is not set +CONFIG_SQUASHFS=y # CONFIG_SSB_DEBUG is not set +# CONFIG_SSB is not set # CONFIG_SSB_PCMCIAHOST is not set # CONFIG_SSB_SILENT is not set # CONFIG_SSFDC is not set @@ -1768,26 +1831,26 @@ CONFIG_STP=y # CONFIG_STRIP is not set # CONFIG_SUNDANCE is not set # CONFIG_SUNGEM is not set -# CONFIG_SUNRPC is not set +# CONFIG_SUN_PARTITION is not set # CONFIG_SUNRPC_BIND34 is not set # CONFIG_SUNRPC_GSS is not set +# CONFIG_SUNRPC is not set # CONFIG_SUNRPC_REGISTER_V4 is not set -# CONFIG_SUN_PARTITION is not set CONFIG_SUSPEND_UP_POSSIBLE=y CONFIG_SWAP=y # CONFIG_SWCONFIG is not set # CONFIG_SYNCLINK_CS is not set CONFIG_SYN_COOKIES=y -CONFIG_SYSCTL=y -CONFIG_SYSCTL_SYSCALL=y CONFIG_SYSCTL_SYSCALL_CHECK=y -CONFIG_SYSFS=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_SYSCTL=y # CONFIG_SYSFS_DEPRECATED is not set # CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_SYSFS=y +# CONFIG_SYS_HYPERVISOR is not set # CONFIG_SYSV68_PARTITION is not set -CONFIG_SYSVIPC=y # CONFIG_SYSV_FS is not set -# CONFIG_SYS_HYPERVISOR is not set +CONFIG_SYSVIPC=y # CONFIG_TASKSTATS is not set # CONFIG_TCG_TPM is not set CONFIG_TCP_CONG_ADVANCED=y @@ -1804,12 +1867,12 @@ CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_MD5SIG is not set -CONFIG_TEXTSEARCH=y # CONFIG_TEXTSEARCH_BM is not set # CONFIG_TEXTSEARCH_FSM is not set # CONFIG_TEXTSEARCH_KMP is not set -# CONFIG_THERMAL is not set +CONFIG_TEXTSEARCH=y # CONFIG_THERMAL_HWMON is not set +# CONFIG_THERMAL is not set # CONFIG_THRUSTMASTER_FF is not set # CONFIG_TIFM_CORE is not set # CONFIG_TIGON3 is not set @@ -1818,16 +1881,16 @@ CONFIG_TIMERFD=y # CONFIG_TIPC is not set # CONFIG_TLAN is not set # CONFIG_TMD_HERMES is not set -CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set +CONFIG_TMPFS=y # CONFIG_TPS65010 is not set -# CONFIG_TR is not set CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_TREE_RCU is not set # CONFIG_TREE_RCU_TRACE is not set -# CONFIG_TUN is not set +# CONFIG_TR is not set # CONFIG_TUNER_3036 is not set # CONFIG_TUNER_TEA5761 is not set +# CONFIG_TUN is not set # CONFIG_TWL4030_CORE is not set # CONFIG_UDF_FS is not set CONFIG_UDF_NLS=y @@ -1836,12 +1899,10 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" # CONFIG_UIO is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_UNEVICTABLE_LRU is not set -CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set +CONFIG_UNIX=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_USB is not set -# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_ACECAD is not set # CONFIG_USB_ACM is not set # CONFIG_USB_ADUTUX is not set @@ -1855,8 +1916,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARMLINUX=y -# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATI_REMOTE2 is not set +# CONFIG_USB_ATI_REMOTE is not set # CONFIG_USB_ATM is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_BANDWIDTH is not set @@ -1869,8 +1930,8 @@ CONFIG_USB_BELKIN=y # CONFIG_USB_CYTHERM is not set # CONFIG_USB_DABUSB is not set # CONFIG_USB_DEBUG is not set -CONFIG_USB_DEVICEFS=y # CONFIG_USB_DEVICE_CLASS is not set +CONFIG_USB_DEVICEFS=y # CONFIG_USB_DSBR is not set # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_USB_EHCI_ROOT_HUB_TT=y @@ -1885,16 +1946,17 @@ CONFIG_USB_EZUSB=y # CONFIG_USB_GADGET is not set # CONFIG_USB_GPIO_VBUS is not set # CONFIG_USB_GSPCA is not set -# CONFIG_USB_HID is not set # CONFIG_USB_HIDDEV is not set -CONFIG_USB_HIDINPUT=y # CONFIG_USB_HIDINPUT_POWERBOOK is not set +CONFIG_USB_HIDINPUT=y +# CONFIG_USB_HID is not set # CONFIG_USB_HSO is not set # CONFIG_USB_HWA_HCD is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_IDMOUSE is not set # CONFIG_USB_IOWARRIOR is not set # CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB is not set # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_KAWETH is not set @@ -1928,11 +1990,12 @@ CONFIG_USB_HIDINPUT=y # CONFIG_USB_OHCI_HCD is not set # CONFIG_USB_OHCI_HCD_SSB is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y -# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_BLACKLIST_HUB is not set +# CONFIG_USB_OTG is not set # CONFIG_USB_OTG_WHITELIST is not set # CONFIG_USB_OV511 is not set # CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USBPCWATCHDOG is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_PHIDGET is not set # CONFIG_USB_POWERMATE is not set @@ -1943,7 +2006,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RTL8150 is not set # CONFIG_USB_S2255 is not set # CONFIG_USB_SE401 is not set -# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_AIRCABLE is not set # CONFIG_USB_SERIAL_AIRPRIME is not set # CONFIG_USB_SERIAL_ARK3116 is not set @@ -1965,21 +2027,22 @@ CONFIG_USB_SERIAL_GENERIC=y # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IPW is not set # CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL is not set # CONFIG_USB_SERIAL_IUU is not set # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KEYSPAN_MPR=y # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set CONFIG_USB_SERIAL_KEYSPAN_USA18X=y -CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y CONFIG_USB_SERIAL_KEYSPAN_USA19W=y -CONFIG_USB_SERIAL_KEYSPAN_USA28=y -CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA19=y CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y -CONFIG_USB_SERIAL_KEYSPAN_USA49W=y +CONFIG_USB_SERIAL_KEYSPAN_USA28X=y +CONFIG_USB_SERIAL_KEYSPAN_USA28=y CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y +CONFIG_USB_SERIAL_KEYSPAN_USA49W=y # CONFIG_USB_SERIAL_KLSI is not set # CONFIG_USB_SERIAL_KOBIL_SCT is not set # CONFIG_USB_SERIAL_MCT_U232 is not set @@ -2005,7 +2068,6 @@ CONFIG_USB_SERIAL_SAFE_PADDED=y # CONFIG_USB_SN9C102 is not set # CONFIG_USB_SPEEDTOUCH is not set # CONFIG_USB_STKWEBCAM is not set -# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_ALAUDA=y # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set CONFIG_USB_STORAGE_DATAFAB=y @@ -2013,6 +2075,7 @@ CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_DPCM=y CONFIG_USB_STORAGE_FREECOM=y # CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_KARMA=y # CONFIG_USB_STORAGE_ONETOUCH is not set @@ -2036,8 +2099,8 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_USB_WACOM is not set # CONFIG_USB_WDM is not set # CONFIG_USB_WHCI_HCD is not set -# CONFIG_USB_WUSB is not set # CONFIG_USB_WUSB_CBAF is not set +# CONFIG_USB_WUSB is not set # CONFIG_USB_XPAD is not set # CONFIG_USB_XUSBATM is not set # CONFIG_USB_YEALINK is not set @@ -2111,10 +2174,10 @@ CONFIG_USB_STORAGE_USBAT=y # CONFIG_VIDEO_UPD64031A is not set # CONFIG_VIDEO_UPD64083 is not set # CONFIG_VIDEO_USBVISION is not set -# CONFIG_VIDEO_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y -# CONFIG_VIDEO_V4L2 is not set +# CONFIG_VIDEO_V4L1 is not set # CONFIG_VIDEO_V4L2_COMMON is not set +# CONFIG_VIDEO_V4L2 is not set # CONFIG_VIDEO_VIVI is not set # CONFIG_VIDEO_VP27SMPX is not set # CONFIG_VIDEO_VPX3220 is not set @@ -2122,15 +2185,15 @@ CONFIG_VIDEO_V4L1_COMPAT=y # CONFIG_VIDEO_WM8775 is not set # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIRQ_DEBUG is not set -# CONFIG_VIRTUALIZATION is not set CONFIG_VIRT_TO_BUS=y +# CONFIG_VIRTUALIZATION is not set # CONFIG_VITESSE_PHY is not set -CONFIG_VLAN_8021Q=y # CONFIG_VLAN_8021Q_GVRP is not set +CONFIG_VLAN_8021Q=y +# CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_VMSPLIT_1G is not set # CONFIG_VMSPLIT_2G is not set CONFIG_VMSPLIT_3G=y -# CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_VT is not set # CONFIG_VXFS_FS is not set # CONFIG_W1 is not set @@ -2149,26 +2212,26 @@ CONFIG_VMSPLIT_3G=y # CONFIG_W83877F_WDT is not set # CONFIG_W83977F_WDT is not set # CONFIG_WAN is not set -# CONFIG_WANXL is not set # CONFIG_WAN_ROUTER is not set -CONFIG_WATCHDOG=y +# CONFIG_WANXL is not set # CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG=y # CONFIG_WDTPCI is not set # CONFIG_WIMAX is not set -CONFIG_WIRELESS=y -CONFIG_WIRELESS_EXT=y CONFIG_WIRELESS_EXT_SYSFS=y +CONFIG_WIRELESS_EXT=y CONFIG_WIRELESS_OLD_REGULATORY=y +CONFIG_WIRELESS=y CONFIG_WLAN_80211=y # CONFIG_WLAN_PRE80211 is not set # CONFIG_WR_PPMC is not set # CONFIG_X25 is not set -CONFIG_XFRM=y # CONFIG_XFRM_IPCOMP is not set # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_XFRM_SUB_POLICY is not set # CONFIG_XFRM_USER is not set +CONFIG_XFRM=y # CONFIG_XFS_DEBUG is not set # CONFIG_XFS_FS is not set # CONFIG_XFS_POSIX_ACL is not set @@ -2184,12 +2247,12 @@ CONFIG_XFRM=y # CONFIG_YENTA_RICOH is not set # CONFIG_YENTA_TI is not set # CONFIG_YENTA_TOSHIBA is not set -# CONFIG_ZD1211RW is not set # CONFIG_ZD1211RW_DEBUG is not set +# CONFIG_ZD1211RW is not set # CONFIG_ZEROPLUS_FF is not set -CONFIG_ZISOFS=y # CONFIG_ZISOFS_FS is not set +CONFIG_ZISOFS=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y -CONFIG_ZONE_DMA=y CONFIG_ZONE_DMA_FLAG=1 +CONFIG_ZONE_DMA=y diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 30687bd78a..9b2f688ba2 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -1,3 +1,4 @@ + # CONFIG_6PACK is not set # CONFIG_8139CP is not set # CONFIG_8139TOO is not set @@ -966,25 +967,85 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_AFS_PARTS is not set # CONFIG_MTD_ALAUDA is not set # CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_ARM_INTEGRATOR is not set +CONFIG_MTD_BLKDEVS=y +# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +CONFIG_MTD_CFI_INTELEXT=y +# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set +CONFIG_MTD_CFI_NOSWAP=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +CONFIG_MTD_CFI=y +CONFIG_MTD_CHAR=y +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y +# CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DATAFLASH is not set # CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2000 is not set # CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001 is not set # CONFIG_MTD_DOC2001PLUS is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_LPDDR is not set # CONFIG_MTD_LPDDR is not set # CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_MYLOADER_PARTS is not set +# # CONFIG_MTD_NAND_CAFE is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set +# CONFIG_MTD_OTP is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set +# CONFIG_MTD_PHRAM is not set # CONFIG_MTD_PHYSMAP_COMPAT is not set +# CONFIG_MTD_PHYSMAP is not set +# CONFIG_MTD_PLATRAM is not set +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_RAM is not set +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_ROM is not set CONFIG_MTD_ROOTFS_ROOT_DEV=y CONFIG_MTD_ROOTFS_SPLIT=y -# CONFIG_MTD_TESTS is not set +# CONFIG_MTD_SLRAM is not set +CONFIG_MTD_TESTS is not set # CONFIG_MTD_UBI is not set +CONFIG_MTD=y # CONFIG_MVSWITCH_PHY is not set # CONFIG_MWAVE is not set # CONFIG_MWL8K is not set diff --git a/target/linux/ifxmips/config-2.6.26 b/target/linux/ifxmips/config-2.6.26 index 8ac65de908..a841e4a5cc 100644 --- a/target/linux/ifxmips/config-2.6.26 +++ b/target/linux/ifxmips/config-2.6.26 @@ -115,55 +115,13 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_SEAD is not set # CONFIG_MIPS_SIM is not set # CONFIG_MIPS_VPE_LOADER is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set CONFIG_MTD_CFI_GEOMETRY=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IFXMIPS=y -# CONFIG_MTD_JEDECPROBE is not set # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NET_VENDOR_3COM is not set diff --git a/target/linux/ifxmips/config-2.6.27 b/target/linux/ifxmips/config-2.6.27 index d46deeabfc..a0ba59ef8b 100644 --- a/target/linux/ifxmips/config-2.6.27 +++ b/target/linux/ifxmips/config-2.6.27 @@ -114,51 +114,13 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set # CONFIG_MIPS_VPE_LOADER is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set CONFIG_MTD_CFI_GEOMETRY=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IFXMIPS=y -# CONFIG_MTD_JEDECPROBE is not set # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set CONFIG_NF_CT_ACCT=y # CONFIG_NO_IOPORT is not set diff --git a/target/linux/ifxmips/config-2.6.28 b/target/linux/ifxmips/config-2.6.28 index fdc9a8cc6e..be4171da80 100644 --- a/target/linux/ifxmips/config-2.6.28 +++ b/target/linux/ifxmips/config-2.6.28 @@ -111,51 +111,13 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set CONFIG_MTD_CFI_GEOMETRY=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IFXMIPS=y -# CONFIG_MTD_JEDECPROBE is not set # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NF_DEFRAG_IPV4 is not set # CONFIG_NO_IOPORT is not set diff --git a/target/linux/iop32x/config-default b/target/linux/iop32x/config-default index 2c62a65c73..d9506b83b9 100644 --- a/target/linux/iop32x/config-default +++ b/target/linux/iop32x/config-default @@ -192,53 +192,8 @@ CONFIG_MEDIA_TUNER_TEA5767=m CONFIG_MEDIA_TUNER_XC2028=m CONFIG_MEDIA_TUNER_XC5000=m # CONFIG_MINIX_FS is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set # CONFIG_MTD_CFI_AMDSTD is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set CONFIG_NET_DMA=y diff --git a/target/linux/ixp4xx/config-2.6.27 b/target/linux/ixp4xx/config-2.6.27 index cf4a82b03a..adf8e185c7 100644 --- a/target/linux/ixp4xx/config-2.6.27 +++ b/target/linux/ixp4xx/config-2.6.27 @@ -196,55 +196,11 @@ CONFIG_MACH_WRT300NV2=y # CONFIG_MEDIA_TUNER_XC2028 is not set # CONFIG_MEDIA_TUNER_XC5000 is not set # CONFIG_MINIX_FS is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IXP4XX=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set CONFIG_MTD_OTP=y -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NLS_CODEPAGE_437 is not set # CONFIG_NLS_CODEPAGE_850 is not set diff --git a/target/linux/ixp4xx/config-2.6.28 b/target/linux/ixp4xx/config-2.6.28 index 7d9af2d80c..85ac2b70f1 100644 --- a/target/linux/ixp4xx/config-2.6.28 +++ b/target/linux/ixp4xx/config-2.6.28 @@ -203,55 +203,11 @@ CONFIG_MACH_WRT300NV2=y # CONFIG_MEDIA_TUNER_XC2028 is not set # CONFIG_MEDIA_TUNER_XC5000 is not set # CONFIG_MINIX_FS is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IXP4XX=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set CONFIG_MTD_OTP=y -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NLS_CODEPAGE_437 is not set # CONFIG_NLS_CODEPAGE_850 is not set diff --git a/target/linux/ixp4xx/config-2.6.29 b/target/linux/ixp4xx/config-2.6.29 index a38b10656f..51eac46a99 100644 --- a/target/linux/ixp4xx/config-2.6.29 +++ b/target/linux/ixp4xx/config-2.6.29 @@ -170,57 +170,11 @@ CONFIG_MACH_WG302V2=y CONFIG_MACH_WRT300NV2=y # CONFIG_MAC_PARTITION is not set CONFIG_MISC_FILESYSTEMS=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IXP4XX=y -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_LPDDR is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set CONFIG_MTD_OTP=y -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_TESTS is not set # CONFIG_NATIONAL_PHY is not set # CONFIG_NATSEMI is not set # CONFIG_NET_SCH_DRR is not set diff --git a/target/linux/ixp4xx/config-2.6.30 b/target/linux/ixp4xx/config-2.6.30 index 46bccba1ea..f54803216e 100644 --- a/target/linux/ixp4xx/config-2.6.30 +++ b/target/linux/ixp4xx/config-2.6.30 @@ -173,57 +173,11 @@ CONFIG_MACH_WG302V2=y CONFIG_MACH_WRT300NV2=y # CONFIG_MAC_PARTITION is not set CONFIG_MISC_FILESYSTEMS=y -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IXP4XX=y -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_LPDDR is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set CONFIG_MTD_OTP=y -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_TESTS is not set # CONFIG_NATIONAL_PHY is not set # CONFIG_NATSEMI is not set # CONFIG_NET_SCH_DRR is not set diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 7215c174f0..88a6074302 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -224,59 +224,11 @@ CONFIG_MEDIA_TUNER_TEA5767=m CONFIG_MEDIA_TUNER_XC2028=m CONFIG_MEDIA_TUNER_XC5000=m # CONFIG_MINIX_FS is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_IXP4XX=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set CONFIG_MTD_OTP=y -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NET_EMATCH is not set diff --git a/target/linux/kirkwood/config-default b/target/linux/kirkwood/config-default index 538e4977fe..164a9c5a58 100644 --- a/target/linux/kirkwood/config-default +++ b/target/linux/kirkwood/config-default @@ -151,52 +151,9 @@ CONFIG_MMC_MVSDIO=m # CONFIG_MMC_SDHCI is not set # CONFIG_MMC_TIFM_SD is not set # CONFIG_MMC_UNSAFE_RESUME is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_LPDDR is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y # CONFIG_MTD_PHYSMAP_COMPAT is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_TESTS is not set CONFIG_MV643XX_ETH=y # CONFIG_NATIONAL_PHY is not set # CONFIG_NATSEMI is not set diff --git a/target/linux/olpc/config-2.6.26 b/target/linux/olpc/config-2.6.26 index aca681f469..8cf8ed76f4 100644 --- a/target/linux/olpc/config-2.6.26 +++ b/target/linux/olpc/config-2.6.26 @@ -417,43 +417,11 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MPENTIUMM is not set # CONFIG_MPSC is not set # CONFIG_MSDOS_FS is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y CONFIG_MTD_BLOCK2MTD=y # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_PCI=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_TS5500 is not set # CONFIG_MTRR is not set # CONFIG_MVIAC3_2 is not set diff --git a/target/linux/olpc/config-2.6.27 b/target/linux/olpc/config-2.6.27 index 2668cfa324..9e9707f765 100644 --- a/target/linux/olpc/config-2.6.27 +++ b/target/linux/olpc/config-2.6.27 @@ -423,39 +423,11 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MPENTIUMM is not set # CONFIG_MPSC is not set # CONFIG_MSDOS_FS is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y CONFIG_MTD_BLOCK2MTD=y # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set # CONFIG_MTD_OOPS is not set -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_PCI=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_TS5500 is not set # CONFIG_MTRR is not set # CONFIG_MVIAC3_2 is not set diff --git a/target/linux/orion/config-default b/target/linux/orion/config-default index 71a84b7946..b4d1df13b4 100644 --- a/target/linux/orion/config-default +++ b/target/linux/orion/config-default @@ -207,56 +207,11 @@ CONFIG_MEDIA_TUNER_XC2028=m CONFIG_MEDIA_TUNER_XC5000=m # CONFIG_MINIX_FS is not set # CONFIG_MMC_TEST is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=1 CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0xf0000000 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y -CONFIG_MTD_REDBOOT_PARTS_READONLY=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set CONFIG_MV643XX_ETH=y # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default index 6bd8e9427d..1895f9566e 100644 --- a/target/linux/ppc40x/config-default +++ b/target/linux/ppc40x/config-default @@ -103,56 +103,11 @@ CONFIG_MAGICBOXV2=y # CONFIG_MMIO_NVRAM is not set # CONFIG_MPIC is not set # CONFIG_MPIC_WEIRD is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_OF_PARTS=y -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set CONFIG_MTD_PHYSMAP_OF=y -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NET_VENDOR_3COM is not set diff --git a/target/linux/ppc44x/config-default b/target/linux/ppc44x/config-default index c3516a9c16..bb5223fec9 100644 --- a/target/linux/ppc44x/config-default +++ b/target/linux/ppc44x/config-default @@ -66,57 +66,12 @@ CONFIG_LOWMEM_SIZE=0x30000000 # CONFIG_LUAN is not set # CONFIG_MACINTOSH_DRIVERS is not set # CONFIG_MATH_EMULATION is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_OBSOLETE_CHIPS is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PCI is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set CONFIG_MTD_PHYSMAP_OF=y CONFIG_MTD_OF_PARTS=y -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set CONFIG_NET_SCH_FIFO=y diff --git a/target/linux/pxa/config-default b/target/linux/pxa/config-default index b880daf4c8..55a8ad396d 100644 --- a/target/linux/pxa/config-default +++ b/target/linux/pxa/config-default @@ -193,57 +193,15 @@ CONFIG_MMC_PXA=y CONFIG_MOUSE_PS2=m # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_VSXXXAA is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y # CONFIG_MTD_CFI_AMDSTD is not set -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set CONFIG_MTD_CFI_GEOMETRY=y -CONFIG_MTD_CFI_I1=y # CONFIG_MTD_CFI_I2 is not set -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y CONFIG_MTD_GUMSTIX=y -# CONFIG_MTD_JEDECPROBE is not set # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_OBSOLETE_CHIPS is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set # CONFIG_MTD_SHARP_SL is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_XIP is not set # CONFIG_NETFILTER_XT_TARGET_TARPIT is not set CONFIG_NET_SCH_FIFO=y diff --git a/target/linux/rb532/config-2.6.28 b/target/linux/rb532/config-2.6.28 index 5a233b2d4e..8413c9e74d 100644 --- a/target/linux/rb532/config-2.6.28 +++ b/target/linux/rb532/config-2.6.28 @@ -110,61 +110,19 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set # CONFIG_MIPS_SIM is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y CONFIG_MTD_BLOCK2MTD=y -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y # CONFIG_MTD_CFI_AMDSTD is not set -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set CONFIG_MTD_CFI_GEOMETRY=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set -# CONFIG_MTD_CONCAT is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_NAND=y -# CONFIG_MTD_NAND_CAFE is not set -# CONFIG_MTD_NAND_DISKONCHIP is not set -# CONFIG_MTD_NAND_ECC_SMC is not set -CONFIG_MTD_NAND_IDS=y -# CONFIG_MTD_NAND_MUSEUM_IDS is not set -# CONFIG_MTD_NAND_NANDSIM is not set CONFIG_MTD_NAND_PLATFORM=y CONFIG_MTD_NAND_VERIFY_WRITE=y -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=2 CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0x8000000 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_NATSEMI is not set CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28 index 22ba77d934..2ccf1061f3 100644 --- a/target/linux/rdc/config-2.6.28 +++ b/target/linux/rdc/config-2.6.28 @@ -185,52 +185,18 @@ CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPSC is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_NETSC520 is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set CONFIG_MTD_RDC3210=y CONFIG_MTD_RDC3210_ALLOW_JFFS2=y CONFIG_MTD_RDC3210_BUSWIDTH=2 # CONFIG_MTD_RDC3210_FACTORY_PRESENT is not set CONFIG_MTD_RDC3210_SIZE=0x400000 # CONFIG_MTD_RDC3210_STATIC_MAP is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set # CONFIG_MTD_SC520CDP is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_TS5500 is not set # CONFIG_MTRR is not set # CONFIG_MVIAC3_2 is not set diff --git a/target/linux/s3c24xx/config-2.6.28 b/target/linux/s3c24xx/config-2.6.28 index 710a02a784..4df78f61d6 100644 --- a/target/linux/s3c24xx/config-2.6.28 +++ b/target/linux/s3c24xx/config-2.6.28 @@ -351,61 +351,23 @@ CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_MOUSE_PS2 is not set # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_VSXXXAA is not set -CONFIG_MTD=y CONFIG_MTD_ABSENT=y -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set # CONFIG_MTD_CFI_AMDSTD is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y # CONFIG_MTD_COMPLEX_MAPPINGS is not set CONFIG_MTD_CONCAT=y -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set CONFIG_MTD_NAND=y -# CONFIG_MTD_NAND_DISKONCHIP is not set -# CONFIG_MTD_NAND_ECC_SMC is not set # CONFIG_MTD_NAND_GPIO is not set -CONFIG_MTD_NAND_IDS=y -# CONFIG_MTD_NAND_MUSEUM_IDS is not set -# CONFIG_MTD_NAND_NANDSIM is not set -# CONFIG_MTD_NAND_PLATFORM is not set CONFIG_MTD_NAND_S3C2410=y # CONFIG_MTD_NAND_S3C2410_CLKSTOP is not set CONFIG_MTD_NAND_S3C2410_DEBUG=y CONFIG_MTD_NAND_S3C2410_HWECC=y CONFIG_MTD_NAND_VERIFY_WRITE=y -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y CONFIG_MTD_PHYSMAP_BANKWIDTH=2 CONFIG_MTD_PHYSMAP_LEN=0 CONFIG_MTD_PHYSMAP_START=0x0 -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set CONFIG_MTD_ROM=y -# CONFIG_MTD_SLRAM is not set CONFIG_NAMESPACES=y # CONFIG_NEO1973_GTA02_2440 is not set # CONFIG_NETDEV_1000 is not set diff --git a/target/linux/sibyte/config-default b/target/linux/sibyte/config-default index 6cfd21b03b..34465db90b 100644 --- a/target/linux/sibyte/config-default +++ b/target/linux/sibyte/config-default @@ -148,47 +148,7 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_SEAD is not set # CONFIG_MIPS_SIM is not set CONFIG_MIPS=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_CFI_ADV_OPTIONS is not set -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CFI_INTELEXT=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CFI=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set -CONFIG_MTD_COMPLEX_MAPPINGS=y -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set CONFIG_MTD_PHYSMAP=y -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set -CONFIG_MTD=y # CONFIG_NET_EMATCH is not set # CONFIG_NET_IPGRE_BROADCAST is not set # CONFIG_NET_PKTGEN is not set diff --git a/target/linux/storm/config-default b/target/linux/storm/config-default index 3e3524fe48..1ef95b1407 100644 --- a/target/linux/storm/config-default +++ b/target/linux/storm/config-default @@ -155,61 +155,19 @@ CONFIG_KMOD=y # CONFIG_MINIX_FS is not set # CONFIG_MISC_DEVICES is not set # CONFIG_MSDOS_FS is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_AFS_PARTS is not set -# CONFIG_MTD_ARM_INTEGRATOR is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y -# CONFIG_MTD_BLOCK2MTD is not set -CONFIG_MTD_CFI=y CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_AMDSTD=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set CONFIG_MTD_CFI_GEOMETRY=y -CONFIG_MTD_CFI_I1=y # CONFIG_MTD_CFI_I2 is not set -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set # CONFIG_MTD_CFI_INTELEXT is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_STAA is not set -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_DEBUG is not set -# CONFIG_MTD_DOC2000 is not set -# CONFIG_MTD_DOC2001 is not set -# CONFIG_MTD_DOC2001PLUS is not set -CONFIG_MTD_GEN_PROBE=y -# CONFIG_MTD_JEDECPROBE is not set # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PHYSMAP is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 CONFIG_MTD_REDBOOT_PARTS=y # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set -# CONFIG_MTD_ROM is not set # CONFIG_MTD_SERIAL is not set CONFIG_MTD_SL2312_CFI=y # CONFIG_MTD_SL2312_SERIAL_ATMEL is not set # CONFIG_MTD_SL2312_SERIAL_ST is not set -# CONFIG_MTD_SLRAM is not set CONFIG_NETDEV_1000=y # CONFIG_NET_ACT_GACT is not set # CONFIG_NET_ACT_IPT is not set diff --git a/target/linux/x86/config-2.6.28 b/target/linux/x86/config-2.6.28 index a9dcf20870..68701901aa 100644 --- a/target/linux/x86/config-2.6.28 +++ b/target/linux/x86/config-2.6.28 @@ -257,37 +257,9 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPSC is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y CONFIG_MTD_BLOCK2MTD=y # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_JEDECPROBE is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_TS5500 is not set CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set diff --git a/target/linux/x86/config-2.6.29 b/target/linux/x86/config-2.6.29 index 8b2fee4307..3ea6898e61 100644 --- a/target/linux/x86/config-2.6.29 +++ b/target/linux/x86/config-2.6.29 @@ -271,39 +271,9 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPSC is not set -CONFIG_MTD=y -# CONFIG_MTD_ABSENT is not set -CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y CONFIG_MTD_BLOCK2MTD=y # CONFIG_MTD_CFI is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -CONFIG_MTD_CHAR=y -# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_COMPLEX_MAPPINGS is not set -# CONFIG_MTD_CONCAT is not set -# CONFIG_MTD_JEDECPROBE is not set -# CONFIG_MTD_LPDDR is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -CONFIG_MTD_MAP_BANK_WIDTH_2=y -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_ONENAND is not set -CONFIG_MTD_PARTITIONS=y -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_PMC551 is not set -# CONFIG_MTD_RAM is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_TESTS is not set # CONFIG_MTD_TS5500 is not set CONFIG_MTRR=y # CONFIG_MTRR_SANITIZER is not set -- 2.30.2