diff options
| -rw-r--r-- | arch/arm/configs/versatile_defconfig | 390 |
1 files changed, 246 insertions, 144 deletions
diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index 2687a225aa6a..96b7a7762426 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig | |||
| @@ -1,50 +1,55 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.12-rc1-bk2 | 3 | # Linux kernel version: 2.6.17-rc3 |
| 4 | # Mon Mar 28 00:20:50 2005 | 4 | # Mon May 8 20:15:57 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
| 7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 8 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
| 9 | CONFIG_GENERIC_HWEIGHT=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 11 | CONFIG_GENERIC_IOMAP=y | 11 | CONFIG_VECTORS_BASE=0xffff0000 |
| 12 | 12 | ||
| 13 | # | 13 | # |
| 14 | # Code maturity level options | 14 | # Code maturity level options |
| 15 | # | 15 | # |
| 16 | CONFIG_EXPERIMENTAL=y | 16 | CONFIG_EXPERIMENTAL=y |
| 17 | CONFIG_CLEAN_COMPILE=y | ||
| 18 | CONFIG_BROKEN_ON_SMP=y | 17 | CONFIG_BROKEN_ON_SMP=y |
| 18 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 19 | 19 | ||
| 20 | # | 20 | # |
| 21 | # General setup | 21 | # General setup |
| 22 | # | 22 | # |
| 23 | CONFIG_LOCALVERSION="" | 23 | CONFIG_LOCALVERSION="" |
| 24 | # CONFIG_LOCALVERSION_AUTO is not set | ||
| 24 | CONFIG_SWAP=y | 25 | CONFIG_SWAP=y |
| 25 | CONFIG_SYSVIPC=y | 26 | CONFIG_SYSVIPC=y |
| 26 | # CONFIG_POSIX_MQUEUE is not set | 27 | # CONFIG_POSIX_MQUEUE is not set |
| 27 | # CONFIG_BSD_PROCESS_ACCT is not set | 28 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 28 | CONFIG_SYSCTL=y | 29 | CONFIG_SYSCTL=y |
| 29 | # CONFIG_AUDIT is not set | 30 | # CONFIG_AUDIT is not set |
| 30 | CONFIG_HOTPLUG=y | ||
| 31 | CONFIG_KOBJECT_UEVENT=y | ||
| 32 | # CONFIG_IKCONFIG is not set | 31 | # CONFIG_IKCONFIG is not set |
| 32 | # CONFIG_RELAY is not set | ||
| 33 | CONFIG_INITRAMFS_SOURCE="" | ||
| 34 | CONFIG_UID16=y | ||
| 35 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 33 | # CONFIG_EMBEDDED is not set | 36 | # CONFIG_EMBEDDED is not set |
| 34 | CONFIG_KALLSYMS=y | 37 | CONFIG_KALLSYMS=y |
| 35 | # CONFIG_KALLSYMS_ALL is not set | 38 | # CONFIG_KALLSYMS_ALL is not set |
| 36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 40 | CONFIG_HOTPLUG=y | ||
| 41 | CONFIG_PRINTK=y | ||
| 42 | CONFIG_BUG=y | ||
| 43 | CONFIG_ELF_CORE=y | ||
| 37 | CONFIG_BASE_FULL=y | 44 | CONFIG_BASE_FULL=y |
| 38 | CONFIG_FUTEX=y | 45 | CONFIG_FUTEX=y |
| 39 | CONFIG_EPOLL=y | 46 | CONFIG_EPOLL=y |
| 40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 41 | CONFIG_SHMEM=y | 47 | CONFIG_SHMEM=y |
| 42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | 48 | CONFIG_SLAB=y |
| 43 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 46 | # CONFIG_TINY_SHMEM is not set | 49 | # CONFIG_TINY_SHMEM is not set |
| 47 | CONFIG_BASE_SMALL=0 | 50 | CONFIG_BASE_SMALL=0 |
| 51 | # CONFIG_SLOB is not set | ||
| 52 | CONFIG_OBSOLETE_INTERMODULE=y | ||
| 48 | 53 | ||
| 49 | # | 54 | # |
| 50 | # Loadable module support | 55 | # Loadable module support |
| @@ -52,23 +57,42 @@ CONFIG_BASE_SMALL=0 | |||
| 52 | CONFIG_MODULES=y | 57 | CONFIG_MODULES=y |
| 53 | CONFIG_MODULE_UNLOAD=y | 58 | CONFIG_MODULE_UNLOAD=y |
| 54 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 59 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 55 | CONFIG_OBSOLETE_MODPARM=y | ||
| 56 | # CONFIG_MODVERSIONS is not set | 60 | # CONFIG_MODVERSIONS is not set |
| 57 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 61 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 58 | CONFIG_KMOD=y | 62 | CONFIG_KMOD=y |
| 59 | 63 | ||
| 60 | # | 64 | # |
| 65 | # Block layer | ||
| 66 | # | ||
| 67 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 68 | |||
| 69 | # | ||
| 70 | # IO Schedulers | ||
| 71 | # | ||
| 72 | CONFIG_IOSCHED_NOOP=y | ||
| 73 | CONFIG_IOSCHED_AS=y | ||
| 74 | CONFIG_IOSCHED_DEADLINE=y | ||
| 75 | CONFIG_IOSCHED_CFQ=y | ||
| 76 | CONFIG_DEFAULT_AS=y | ||
| 77 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 78 | # CONFIG_DEFAULT_CFQ is not set | ||
| 79 | # CONFIG_DEFAULT_NOOP is not set | ||
| 80 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 81 | |||
| 82 | # | ||
| 61 | # System Type | 83 | # System Type |
| 62 | # | 84 | # |
| 63 | # CONFIG_ARCH_CLPS7500 is not set | 85 | # CONFIG_ARCH_CLPS7500 is not set |
| 64 | # CONFIG_ARCH_CLPS711X is not set | 86 | # CONFIG_ARCH_CLPS711X is not set |
| 65 | # CONFIG_ARCH_CO285 is not set | 87 | # CONFIG_ARCH_CO285 is not set |
| 66 | # CONFIG_ARCH_EBSA110 is not set | 88 | # CONFIG_ARCH_EBSA110 is not set |
| 89 | # CONFIG_ARCH_EP93XX is not set | ||
| 67 | # CONFIG_ARCH_FOOTBRIDGE is not set | 90 | # CONFIG_ARCH_FOOTBRIDGE is not set |
| 68 | # CONFIG_ARCH_INTEGRATOR is not set | 91 | # CONFIG_ARCH_INTEGRATOR is not set |
| 69 | # CONFIG_ARCH_IOP3XX is not set | 92 | # CONFIG_ARCH_IOP3XX is not set |
| 70 | # CONFIG_ARCH_IXP4XX is not set | 93 | # CONFIG_ARCH_IXP4XX is not set |
| 71 | # CONFIG_ARCH_IXP2000 is not set | 94 | # CONFIG_ARCH_IXP2000 is not set |
| 95 | # CONFIG_ARCH_IXP23XX is not set | ||
| 72 | # CONFIG_ARCH_L7200 is not set | 96 | # CONFIG_ARCH_L7200 is not set |
| 73 | # CONFIG_ARCH_PXA is not set | 97 | # CONFIG_ARCH_PXA is not set |
| 74 | # CONFIG_ARCH_RPC is not set | 98 | # CONFIG_ARCH_RPC is not set |
| @@ -78,14 +102,17 @@ CONFIG_KMOD=y | |||
| 78 | # CONFIG_ARCH_LH7A40X is not set | 102 | # CONFIG_ARCH_LH7A40X is not set |
| 79 | # CONFIG_ARCH_OMAP is not set | 103 | # CONFIG_ARCH_OMAP is not set |
| 80 | CONFIG_ARCH_VERSATILE=y | 104 | CONFIG_ARCH_VERSATILE=y |
| 105 | # CONFIG_ARCH_REALVIEW is not set | ||
| 81 | # CONFIG_ARCH_IMX is not set | 106 | # CONFIG_ARCH_IMX is not set |
| 82 | # CONFIG_ARCH_H720X is not set | 107 | # CONFIG_ARCH_H720X is not set |
| 108 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 109 | # CONFIG_ARCH_AT91RM9200 is not set | ||
| 83 | 110 | ||
| 84 | # | 111 | # |
| 85 | # Versatile platform type | 112 | # Versatile platform type |
| 86 | # | 113 | # |
| 87 | CONFIG_ARCH_VERSATILE_PB=y | 114 | CONFIG_ARCH_VERSATILE_PB=y |
| 88 | # CONFIG_MACH_VERSATILE_AB is not set | 115 | CONFIG_MACH_VERSATILE_AB=y |
| 89 | 116 | ||
| 90 | # | 117 | # |
| 91 | # Processor Type | 118 | # Processor Type |
| @@ -106,12 +133,14 @@ CONFIG_ARM_THUMB=y | |||
| 106 | # CONFIG_CPU_DCACHE_DISABLE is not set | 133 | # CONFIG_CPU_DCACHE_DISABLE is not set |
| 107 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | 134 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set |
| 108 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set | 135 | # CONFIG_CPU_CACHE_ROUND_ROBIN is not set |
| 136 | CONFIG_ARM_VIC=y | ||
| 109 | CONFIG_ICST307=y | 137 | CONFIG_ICST307=y |
| 110 | 138 | ||
| 111 | # | 139 | # |
| 112 | # Bus support | 140 | # Bus support |
| 113 | # | 141 | # |
| 114 | CONFIG_ARM_AMBA=y | 142 | CONFIG_ARM_AMBA=y |
| 143 | # CONFIG_PCI is not set | ||
| 115 | 144 | ||
| 116 | # | 145 | # |
| 117 | # PCCARD (PCMCIA/CardBus) support | 146 | # PCCARD (PCMCIA/CardBus) support |
| @@ -122,6 +151,18 @@ CONFIG_ARM_AMBA=y | |||
| 122 | # Kernel Features | 151 | # Kernel Features |
| 123 | # | 152 | # |
| 124 | # CONFIG_PREEMPT is not set | 153 | # CONFIG_PREEMPT is not set |
| 154 | # CONFIG_NO_IDLE_HZ is not set | ||
| 155 | CONFIG_HZ=100 | ||
| 156 | # CONFIG_AEABI is not set | ||
| 157 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 158 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 159 | CONFIG_FLATMEM_MANUAL=y | ||
| 160 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 161 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 162 | CONFIG_FLATMEM=y | ||
| 163 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 164 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 165 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 125 | CONFIG_LEDS=y | 166 | CONFIG_LEDS=y |
| 126 | CONFIG_LEDS_TIMER=y | 167 | CONFIG_LEDS_TIMER=y |
| 127 | CONFIG_LEDS_CPU=y | 168 | CONFIG_LEDS_CPU=y |
| @@ -145,7 +186,7 @@ CONFIG_CMDLINE="root=1f03 mem=32M" | |||
| 145 | CONFIG_FPE_NWFPE=y | 186 | CONFIG_FPE_NWFPE=y |
| 146 | # CONFIG_FPE_NWFPE_XP is not set | 187 | # CONFIG_FPE_NWFPE_XP is not set |
| 147 | # CONFIG_FPE_FASTFPE is not set | 188 | # CONFIG_FPE_FASTFPE is not set |
| 148 | # CONFIG_VFP is not set | 189 | CONFIG_VFP=y |
| 149 | 190 | ||
| 150 | # | 191 | # |
| 151 | # Userspace binary formats | 192 | # Userspace binary formats |
| @@ -159,9 +200,92 @@ CONFIG_BINFMT_ELF=y | |||
| 159 | # Power management options | 200 | # Power management options |
| 160 | # | 201 | # |
| 161 | CONFIG_PM=y | 202 | CONFIG_PM=y |
| 203 | CONFIG_PM_LEGACY=y | ||
| 204 | # CONFIG_PM_DEBUG is not set | ||
| 162 | # CONFIG_APM is not set | 205 | # CONFIG_APM is not set |
| 163 | 206 | ||
| 164 | # | 207 | # |
| 208 | # Networking | ||
| 209 | # | ||
| 210 | CONFIG_NET=y | ||
| 211 | |||
| 212 | # | ||
| 213 | # Networking options | ||
| 214 | # | ||
| 215 | # CONFIG_NETDEBUG is not set | ||
| 216 | CONFIG_PACKET=y | ||
| 217 | CONFIG_PACKET_MMAP=y | ||
| 218 | CONFIG_UNIX=y | ||
| 219 | # CONFIG_NET_KEY is not set | ||
| 220 | CONFIG_INET=y | ||
| 221 | CONFIG_IP_MULTICAST=y | ||
| 222 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 223 | CONFIG_IP_FIB_HASH=y | ||
| 224 | CONFIG_IP_PNP=y | ||
| 225 | # CONFIG_IP_PNP_DHCP is not set | ||
| 226 | CONFIG_IP_PNP_BOOTP=y | ||
| 227 | # CONFIG_IP_PNP_RARP is not set | ||
| 228 | # CONFIG_NET_IPIP is not set | ||
| 229 | # CONFIG_NET_IPGRE is not set | ||
| 230 | # CONFIG_IP_MROUTE is not set | ||
| 231 | # CONFIG_ARPD is not set | ||
| 232 | # CONFIG_SYN_COOKIES is not set | ||
| 233 | # CONFIG_INET_AH is not set | ||
| 234 | # CONFIG_INET_ESP is not set | ||
| 235 | # CONFIG_INET_IPCOMP is not set | ||
| 236 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 237 | # CONFIG_INET_TUNNEL is not set | ||
| 238 | # CONFIG_INET_DIAG is not set | ||
| 239 | CONFIG_INET_TCP_DIAG=y | ||
| 240 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 241 | CONFIG_TCP_CONG_BIC=y | ||
| 242 | # CONFIG_IPV6 is not set | ||
| 243 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 244 | # CONFIG_INET6_TUNNEL is not set | ||
| 245 | # CONFIG_NETFILTER is not set | ||
| 246 | |||
| 247 | # | ||
| 248 | # DCCP Configuration (EXPERIMENTAL) | ||
| 249 | # | ||
| 250 | # CONFIG_IP_DCCP is not set | ||
| 251 | |||
| 252 | # | ||
| 253 | # SCTP Configuration (EXPERIMENTAL) | ||
| 254 | # | ||
| 255 | # CONFIG_IP_SCTP is not set | ||
| 256 | |||
| 257 | # | ||
| 258 | # TIPC Configuration (EXPERIMENTAL) | ||
| 259 | # | ||
| 260 | # CONFIG_TIPC is not set | ||
| 261 | # CONFIG_ATM is not set | ||
| 262 | # CONFIG_BRIDGE is not set | ||
| 263 | # CONFIG_VLAN_8021Q is not set | ||
| 264 | # CONFIG_DECNET is not set | ||
| 265 | # CONFIG_LLC2 is not set | ||
| 266 | # CONFIG_IPX is not set | ||
| 267 | # CONFIG_ATALK is not set | ||
| 268 | # CONFIG_X25 is not set | ||
| 269 | # CONFIG_LAPB is not set | ||
| 270 | # CONFIG_NET_DIVERT is not set | ||
| 271 | # CONFIG_ECONET is not set | ||
| 272 | # CONFIG_WAN_ROUTER is not set | ||
| 273 | |||
| 274 | # | ||
| 275 | # QoS and/or fair queueing | ||
| 276 | # | ||
| 277 | # CONFIG_NET_SCHED is not set | ||
| 278 | |||
| 279 | # | ||
| 280 | # Network testing | ||
| 281 | # | ||
| 282 | # CONFIG_NET_PKTGEN is not set | ||
| 283 | # CONFIG_HAMRADIO is not set | ||
| 284 | # CONFIG_IRDA is not set | ||
| 285 | # CONFIG_BT is not set | ||
| 286 | # CONFIG_IEEE80211 is not set | ||
| 287 | |||
| 288 | # | ||
| 165 | # Device Drivers | 289 | # Device Drivers |
| 166 | # | 290 | # |
| 167 | 291 | ||
| @@ -174,6 +298,11 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
| 174 | # CONFIG_DEBUG_DRIVER is not set | 298 | # CONFIG_DEBUG_DRIVER is not set |
| 175 | 299 | ||
| 176 | # | 300 | # |
| 301 | # Connector - unified userspace <-> kernelspace linker | ||
| 302 | # | ||
| 303 | # CONFIG_CONNECTOR is not set | ||
| 304 | |||
| 305 | # | ||
| 177 | # Memory Technology Devices (MTD) | 306 | # Memory Technology Devices (MTD) |
| 178 | # | 307 | # |
| 179 | CONFIG_MTD=y | 308 | CONFIG_MTD=y |
| @@ -192,6 +321,7 @@ CONFIG_MTD_BLOCK=y | |||
| 192 | # CONFIG_FTL is not set | 321 | # CONFIG_FTL is not set |
| 193 | # CONFIG_NFTL is not set | 322 | # CONFIG_NFTL is not set |
| 194 | # CONFIG_INFTL is not set | 323 | # CONFIG_INFTL is not set |
| 324 | # CONFIG_RFD_FTL is not set | ||
| 195 | 325 | ||
| 196 | # | 326 | # |
| 197 | # RAM/ROM/Flash chip drivers | 327 | # RAM/ROM/Flash chip drivers |
| @@ -214,6 +344,7 @@ CONFIG_MTD_CFI_I1=y | |||
| 214 | CONFIG_MTD_CFI_I2=y | 344 | CONFIG_MTD_CFI_I2=y |
| 215 | # CONFIG_MTD_CFI_I4 is not set | 345 | # CONFIG_MTD_CFI_I4 is not set |
| 216 | # CONFIG_MTD_CFI_I8 is not set | 346 | # CONFIG_MTD_CFI_I8 is not set |
| 347 | # CONFIG_MTD_OTP is not set | ||
| 217 | CONFIG_MTD_CFI_INTELEXT=y | 348 | CONFIG_MTD_CFI_INTELEXT=y |
| 218 | # CONFIG_MTD_CFI_AMDSTD is not set | 349 | # CONFIG_MTD_CFI_AMDSTD is not set |
| 219 | # CONFIG_MTD_CFI_STAA is not set | 350 | # CONFIG_MTD_CFI_STAA is not set |
| @@ -221,7 +352,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 221 | # CONFIG_MTD_RAM is not set | 352 | # CONFIG_MTD_RAM is not set |
| 222 | # CONFIG_MTD_ROM is not set | 353 | # CONFIG_MTD_ROM is not set |
| 223 | # CONFIG_MTD_ABSENT is not set | 354 | # CONFIG_MTD_ABSENT is not set |
| 224 | # CONFIG_MTD_XIP is not set | 355 | # CONFIG_MTD_OBSOLETE_CHIPS is not set |
| 225 | 356 | ||
| 226 | # | 357 | # |
| 227 | # Mapping drivers for chip access | 358 | # Mapping drivers for chip access |
| @@ -229,7 +360,7 @@ CONFIG_MTD_CFI_UTIL=y | |||
| 229 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 360 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
| 230 | # CONFIG_MTD_PHYSMAP is not set | 361 | # CONFIG_MTD_PHYSMAP is not set |
| 231 | CONFIG_MTD_ARM_INTEGRATOR=y | 362 | CONFIG_MTD_ARM_INTEGRATOR=y |
| 232 | # CONFIG_MTD_EDB7312 is not set | 363 | # CONFIG_MTD_PLATRAM is not set |
| 233 | 364 | ||
| 234 | # | 365 | # |
| 235 | # Self-contained MTD device drivers | 366 | # Self-contained MTD device drivers |
| @@ -237,7 +368,6 @@ CONFIG_MTD_ARM_INTEGRATOR=y | |||
| 237 | # CONFIG_MTD_SLRAM is not set | 368 | # CONFIG_MTD_SLRAM is not set |
| 238 | # CONFIG_MTD_PHRAM is not set | 369 | # CONFIG_MTD_PHRAM is not set |
| 239 | # CONFIG_MTD_MTDRAM is not set | 370 | # CONFIG_MTD_MTDRAM is not set |
| 240 | # CONFIG_MTD_BLKMTD is not set | ||
| 241 | # CONFIG_MTD_BLOCK2MTD is not set | 371 | # CONFIG_MTD_BLOCK2MTD is not set |
| 242 | 372 | ||
| 243 | # | 373 | # |
| @@ -253,6 +383,11 @@ CONFIG_MTD_ARM_INTEGRATOR=y | |||
| 253 | # CONFIG_MTD_NAND is not set | 383 | # CONFIG_MTD_NAND is not set |
| 254 | 384 | ||
| 255 | # | 385 | # |
| 386 | # OneNAND Flash Device Drivers | ||
| 387 | # | ||
| 388 | # CONFIG_MTD_ONENAND is not set | ||
| 389 | |||
| 390 | # | ||
| 256 | # Parallel port support | 391 | # Parallel port support |
| 257 | # | 392 | # |
| 258 | # CONFIG_PARPORT is not set | 393 | # CONFIG_PARPORT is not set |
| @@ -264,7 +399,6 @@ CONFIG_MTD_ARM_INTEGRATOR=y | |||
| 264 | # | 399 | # |
| 265 | # Block devices | 400 | # Block devices |
| 266 | # | 401 | # |
| 267 | # CONFIG_BLK_DEV_FD is not set | ||
| 268 | # CONFIG_BLK_DEV_COW_COMMON is not set | 402 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 269 | # CONFIG_BLK_DEV_LOOP is not set | 403 | # CONFIG_BLK_DEV_LOOP is not set |
| 270 | # CONFIG_BLK_DEV_NBD is not set | 404 | # CONFIG_BLK_DEV_NBD is not set |
| @@ -272,21 +406,13 @@ CONFIG_BLK_DEV_RAM=y | |||
| 272 | CONFIG_BLK_DEV_RAM_COUNT=16 | 406 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 273 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 407 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
| 274 | CONFIG_BLK_DEV_INITRD=y | 408 | CONFIG_BLK_DEV_INITRD=y |
| 275 | CONFIG_INITRAMFS_SOURCE="" | ||
| 276 | # CONFIG_CDROM_PKTCDVD is not set | 409 | # CONFIG_CDROM_PKTCDVD is not set |
| 277 | |||
| 278 | # | ||
| 279 | # IO Schedulers | ||
| 280 | # | ||
| 281 | CONFIG_IOSCHED_NOOP=y | ||
| 282 | CONFIG_IOSCHED_AS=y | ||
| 283 | CONFIG_IOSCHED_DEADLINE=y | ||
| 284 | CONFIG_IOSCHED_CFQ=y | ||
| 285 | # CONFIG_ATA_OVER_ETH is not set | 410 | # CONFIG_ATA_OVER_ETH is not set |
| 286 | 411 | ||
| 287 | # | 412 | # |
| 288 | # SCSI device support | 413 | # SCSI device support |
| 289 | # | 414 | # |
| 415 | # CONFIG_RAID_ATTRS is not set | ||
| 290 | # CONFIG_SCSI is not set | 416 | # CONFIG_SCSI is not set |
| 291 | 417 | ||
| 292 | # | 418 | # |
| @@ -297,6 +423,7 @@ CONFIG_IOSCHED_CFQ=y | |||
| 297 | # | 423 | # |
| 298 | # Fusion MPT device support | 424 | # Fusion MPT device support |
| 299 | # | 425 | # |
| 426 | # CONFIG_FUSION is not set | ||
| 300 | 427 | ||
| 301 | # | 428 | # |
| 302 | # IEEE 1394 (FireWire) support | 429 | # IEEE 1394 (FireWire) support |
| @@ -307,71 +434,8 @@ CONFIG_IOSCHED_CFQ=y | |||
| 307 | # | 434 | # |
| 308 | 435 | ||
| 309 | # | 436 | # |
| 310 | # Networking support | 437 | # Network device support |
| 311 | # | ||
| 312 | CONFIG_NET=y | ||
| 313 | |||
| 314 | # | ||
| 315 | # Networking options | ||
| 316 | # | ||
| 317 | CONFIG_PACKET=y | ||
| 318 | CONFIG_PACKET_MMAP=y | ||
| 319 | # CONFIG_NETLINK_DEV is not set | ||
| 320 | CONFIG_UNIX=y | ||
| 321 | # CONFIG_NET_KEY is not set | ||
| 322 | CONFIG_INET=y | ||
| 323 | CONFIG_IP_MULTICAST=y | ||
| 324 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 325 | CONFIG_IP_PNP=y | ||
| 326 | # CONFIG_IP_PNP_DHCP is not set | ||
| 327 | CONFIG_IP_PNP_BOOTP=y | ||
| 328 | # CONFIG_IP_PNP_RARP is not set | ||
| 329 | # CONFIG_NET_IPIP is not set | ||
| 330 | # CONFIG_NET_IPGRE is not set | ||
| 331 | # CONFIG_IP_MROUTE is not set | ||
| 332 | # CONFIG_ARPD is not set | ||
| 333 | # CONFIG_SYN_COOKIES is not set | ||
| 334 | # CONFIG_INET_AH is not set | ||
| 335 | # CONFIG_INET_ESP is not set | ||
| 336 | # CONFIG_INET_IPCOMP is not set | ||
| 337 | # CONFIG_INET_TUNNEL is not set | ||
| 338 | # CONFIG_IP_TCPDIAG is not set | ||
| 339 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
| 340 | # CONFIG_IPV6 is not set | ||
| 341 | # CONFIG_NETFILTER is not set | ||
| 342 | |||
| 343 | # | ||
| 344 | # SCTP Configuration (EXPERIMENTAL) | ||
| 345 | # | ||
| 346 | # CONFIG_IP_SCTP is not set | ||
| 347 | # CONFIG_ATM is not set | ||
| 348 | # CONFIG_BRIDGE is not set | ||
| 349 | # CONFIG_VLAN_8021Q is not set | ||
| 350 | # CONFIG_DECNET is not set | ||
| 351 | # CONFIG_LLC2 is not set | ||
| 352 | # CONFIG_IPX is not set | ||
| 353 | # CONFIG_ATALK is not set | ||
| 354 | # CONFIG_X25 is not set | ||
| 355 | # CONFIG_LAPB is not set | ||
| 356 | # CONFIG_NET_DIVERT is not set | ||
| 357 | # CONFIG_ECONET is not set | ||
| 358 | # CONFIG_WAN_ROUTER is not set | ||
| 359 | |||
| 360 | # | ||
| 361 | # QoS and/or fair queueing | ||
| 362 | # | ||
| 363 | # CONFIG_NET_SCHED is not set | ||
| 364 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 365 | |||
| 366 | # | ||
| 367 | # Network testing | ||
| 368 | # | 438 | # |
| 369 | # CONFIG_NET_PKTGEN is not set | ||
| 370 | # CONFIG_NETPOLL is not set | ||
| 371 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 372 | # CONFIG_HAMRADIO is not set | ||
| 373 | # CONFIG_IRDA is not set | ||
| 374 | # CONFIG_BT is not set | ||
| 375 | CONFIG_NETDEVICES=y | 439 | CONFIG_NETDEVICES=y |
| 376 | # CONFIG_DUMMY is not set | 440 | # CONFIG_DUMMY is not set |
| 377 | # CONFIG_BONDING is not set | 441 | # CONFIG_BONDING is not set |
| @@ -379,11 +443,17 @@ CONFIG_NETDEVICES=y | |||
| 379 | # CONFIG_TUN is not set | 443 | # CONFIG_TUN is not set |
| 380 | 444 | ||
| 381 | # | 445 | # |
| 446 | # PHY device support | ||
| 447 | # | ||
| 448 | # CONFIG_PHYLIB is not set | ||
| 449 | |||
| 450 | # | ||
| 382 | # Ethernet (10 or 100Mbit) | 451 | # Ethernet (10 or 100Mbit) |
| 383 | # | 452 | # |
| 384 | CONFIG_NET_ETHERNET=y | 453 | CONFIG_NET_ETHERNET=y |
| 385 | CONFIG_MII=y | 454 | CONFIG_MII=y |
| 386 | CONFIG_SMC91X=y | 455 | CONFIG_SMC91X=y |
| 456 | # CONFIG_DM9000 is not set | ||
| 387 | 457 | ||
| 388 | # | 458 | # |
| 389 | # Ethernet (1000 Mbit) | 459 | # Ethernet (1000 Mbit) |
| @@ -410,6 +480,8 @@ CONFIG_SMC91X=y | |||
| 410 | # CONFIG_SLIP is not set | 480 | # CONFIG_SLIP is not set |
| 411 | # CONFIG_SHAPER is not set | 481 | # CONFIG_SHAPER is not set |
| 412 | # CONFIG_NETCONSOLE is not set | 482 | # CONFIG_NETCONSOLE is not set |
| 483 | # CONFIG_NETPOLL is not set | ||
| 484 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 413 | 485 | ||
| 414 | # | 486 | # |
| 415 | # ISDN subsystem | 487 | # ISDN subsystem |
| @@ -459,7 +531,6 @@ CONFIG_SERIO_AMBAKMI=y | |||
| 459 | CONFIG_SERIO_LIBPS2=y | 531 | CONFIG_SERIO_LIBPS2=y |
| 460 | # CONFIG_SERIO_RAW is not set | 532 | # CONFIG_SERIO_RAW is not set |
| 461 | # CONFIG_GAMEPORT is not set | 533 | # CONFIG_GAMEPORT is not set |
| 462 | CONFIG_SOUND_GAMEPORT=y | ||
| 463 | 534 | ||
| 464 | # | 535 | # |
| 465 | # Character devices | 536 | # Character devices |
| @@ -474,17 +545,16 @@ CONFIG_HW_CONSOLE=y | |||
| 474 | # | 545 | # |
| 475 | CONFIG_SERIAL_8250=m | 546 | CONFIG_SERIAL_8250=m |
| 476 | CONFIG_SERIAL_8250_NR_UARTS=4 | 547 | CONFIG_SERIAL_8250_NR_UARTS=4 |
| 548 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 477 | CONFIG_SERIAL_8250_EXTENDED=y | 549 | CONFIG_SERIAL_8250_EXTENDED=y |
| 478 | CONFIG_SERIAL_8250_MANY_PORTS=y | 550 | CONFIG_SERIAL_8250_MANY_PORTS=y |
| 479 | CONFIG_SERIAL_8250_SHARE_IRQ=y | 551 | CONFIG_SERIAL_8250_SHARE_IRQ=y |
| 480 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | 552 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set |
| 481 | CONFIG_SERIAL_8250_MULTIPORT=y | ||
| 482 | CONFIG_SERIAL_8250_RSA=y | 553 | CONFIG_SERIAL_8250_RSA=y |
| 483 | 554 | ||
| 484 | # | 555 | # |
| 485 | # Non-8250 serial port support | 556 | # Non-8250 serial port support |
| 486 | # | 557 | # |
| 487 | # CONFIG_SERIAL_AMBA_PL010 is not set | ||
| 488 | CONFIG_SERIAL_AMBA_PL011=y | 558 | CONFIG_SERIAL_AMBA_PL011=y |
| 489 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y | 559 | CONFIG_SERIAL_AMBA_PL011_CONSOLE=y |
| 490 | CONFIG_SERIAL_CORE=y | 560 | CONFIG_SERIAL_CORE=y |
| @@ -503,20 +573,19 @@ CONFIG_LEGACY_PTY_COUNT=16 | |||
| 503 | # | 573 | # |
| 504 | # CONFIG_WATCHDOG is not set | 574 | # CONFIG_WATCHDOG is not set |
| 505 | # CONFIG_NVRAM is not set | 575 | # CONFIG_NVRAM is not set |
| 506 | # CONFIG_RTC is not set | ||
| 507 | # CONFIG_DTLK is not set | 576 | # CONFIG_DTLK is not set |
| 508 | # CONFIG_R3964 is not set | 577 | # CONFIG_R3964 is not set |
| 509 | 578 | ||
| 510 | # | 579 | # |
| 511 | # Ftape, the floppy tape device driver | 580 | # Ftape, the floppy tape device driver |
| 512 | # | 581 | # |
| 513 | # CONFIG_DRM is not set | ||
| 514 | # CONFIG_RAW_DRIVER is not set | 582 | # CONFIG_RAW_DRIVER is not set |
| 515 | 583 | ||
| 516 | # | 584 | # |
| 517 | # TPM devices | 585 | # TPM devices |
| 518 | # | 586 | # |
| 519 | # CONFIG_TCG_TPM is not set | 587 | # CONFIG_TCG_TPM is not set |
| 588 | # CONFIG_TELCLOCK is not set | ||
| 520 | 589 | ||
| 521 | # | 590 | # |
| 522 | # I2C support | 591 | # I2C support |
| @@ -534,60 +603,60 @@ CONFIG_I2C_ALGOBIT=y | |||
| 534 | # | 603 | # |
| 535 | # I2C Hardware Bus support | 604 | # I2C Hardware Bus support |
| 536 | # | 605 | # |
| 537 | # CONFIG_I2C_ISA is not set | ||
| 538 | # CONFIG_I2C_PARPORT_LIGHT is not set | 606 | # CONFIG_I2C_PARPORT_LIGHT is not set |
| 539 | # CONFIG_I2C_STUB is not set | 607 | # CONFIG_I2C_STUB is not set |
| 540 | # CONFIG_I2C_PCA_ISA is not set | 608 | # CONFIG_I2C_PCA_ISA is not set |
| 541 | 609 | ||
| 542 | # | 610 | # |
| 543 | # Hardware Sensors Chip support | 611 | # Miscellaneous I2C Chip support |
| 544 | # | ||
| 545 | CONFIG_I2C_SENSOR=m | ||
| 546 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 547 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 548 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 549 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 550 | # CONFIG_SENSORS_ASB100 is not set | ||
| 551 | # CONFIG_SENSORS_DS1621 is not set | ||
| 552 | # CONFIG_SENSORS_FSCHER is not set | ||
| 553 | # CONFIG_SENSORS_FSCPOS is not set | ||
| 554 | # CONFIG_SENSORS_GL518SM is not set | ||
| 555 | # CONFIG_SENSORS_GL520SM is not set | ||
| 556 | # CONFIG_SENSORS_IT87 is not set | ||
| 557 | # CONFIG_SENSORS_LM63 is not set | ||
| 558 | # CONFIG_SENSORS_LM75 is not set | ||
| 559 | # CONFIG_SENSORS_LM77 is not set | ||
| 560 | # CONFIG_SENSORS_LM78 is not set | ||
| 561 | # CONFIG_SENSORS_LM80 is not set | ||
| 562 | # CONFIG_SENSORS_LM83 is not set | ||
| 563 | # CONFIG_SENSORS_LM85 is not set | ||
| 564 | # CONFIG_SENSORS_LM87 is not set | ||
| 565 | # CONFIG_SENSORS_LM90 is not set | ||
| 566 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 567 | # CONFIG_SENSORS_PC87360 is not set | ||
| 568 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 569 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 570 | # CONFIG_SENSORS_W83781D is not set | ||
| 571 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 572 | # CONFIG_SENSORS_W83627HF is not set | ||
| 573 | |||
| 574 | # | ||
| 575 | # Other I2C Chip support | ||
| 576 | # | 612 | # |
| 613 | # CONFIG_SENSORS_DS1337 is not set | ||
| 614 | # CONFIG_SENSORS_DS1374 is not set | ||
| 577 | CONFIG_SENSORS_EEPROM=m | 615 | CONFIG_SENSORS_EEPROM=m |
| 578 | # CONFIG_SENSORS_PCF8574 is not set | 616 | # CONFIG_SENSORS_PCF8574 is not set |
| 617 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 579 | # CONFIG_SENSORS_PCF8591 is not set | 618 | # CONFIG_SENSORS_PCF8591 is not set |
| 580 | # CONFIG_SENSORS_RTC8564 is not set | 619 | # CONFIG_SENSORS_MAX6875 is not set |
| 581 | # CONFIG_I2C_DEBUG_CORE is not set | 620 | # CONFIG_I2C_DEBUG_CORE is not set |
| 582 | # CONFIG_I2C_DEBUG_ALGO is not set | 621 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 583 | # CONFIG_I2C_DEBUG_BUS is not set | 622 | # CONFIG_I2C_DEBUG_BUS is not set |
| 584 | # CONFIG_I2C_DEBUG_CHIP is not set | 623 | # CONFIG_I2C_DEBUG_CHIP is not set |
| 585 | 624 | ||
| 586 | # | 625 | # |
| 626 | # SPI support | ||
| 627 | # | ||
| 628 | # CONFIG_SPI is not set | ||
| 629 | # CONFIG_SPI_MASTER is not set | ||
| 630 | |||
| 631 | # | ||
| 632 | # Dallas's 1-wire bus | ||
| 633 | # | ||
| 634 | # CONFIG_W1 is not set | ||
| 635 | |||
| 636 | # | ||
| 637 | # Hardware Monitoring support | ||
| 638 | # | ||
| 639 | # CONFIG_HWMON is not set | ||
| 640 | # CONFIG_HWMON_VID is not set | ||
| 641 | |||
| 642 | # | ||
| 587 | # Misc devices | 643 | # Misc devices |
| 588 | # | 644 | # |
| 589 | 645 | ||
| 590 | # | 646 | # |
| 647 | # LED devices | ||
| 648 | # | ||
| 649 | # CONFIG_NEW_LEDS is not set | ||
| 650 | |||
| 651 | # | ||
| 652 | # LED drivers | ||
| 653 | # | ||
| 654 | |||
| 655 | # | ||
| 656 | # LED Triggers | ||
| 657 | # | ||
| 658 | |||
| 659 | # | ||
| 591 | # Multimedia devices | 660 | # Multimedia devices |
| 592 | # | 661 | # |
| 593 | # CONFIG_VIDEO_DEV is not set | 662 | # CONFIG_VIDEO_DEV is not set |
| @@ -604,27 +673,31 @@ CONFIG_FB=y | |||
| 604 | CONFIG_FB_CFB_FILLRECT=y | 673 | CONFIG_FB_CFB_FILLRECT=y |
| 605 | CONFIG_FB_CFB_COPYAREA=y | 674 | CONFIG_FB_CFB_COPYAREA=y |
| 606 | CONFIG_FB_CFB_IMAGEBLIT=y | 675 | CONFIG_FB_CFB_IMAGEBLIT=y |
| 607 | CONFIG_FB_SOFT_CURSOR=y | 676 | # CONFIG_FB_MACMODES is not set |
| 677 | # CONFIG_FB_FIRMWARE_EDID is not set | ||
| 608 | # CONFIG_FB_MODE_HELPERS is not set | 678 | # CONFIG_FB_MODE_HELPERS is not set |
| 609 | # CONFIG_FB_TILEBLITTING is not set | 679 | # CONFIG_FB_TILEBLITTING is not set |
| 610 | CONFIG_FB_ARMCLCD=y | 680 | CONFIG_FB_ARMCLCD=y |
| 681 | # CONFIG_FB_S1D13XXX is not set | ||
| 611 | # CONFIG_FB_VIRTUAL is not set | 682 | # CONFIG_FB_VIRTUAL is not set |
| 612 | 683 | ||
| 613 | # | 684 | # |
| 614 | # Console display driver support | 685 | # Console display driver support |
| 615 | # | 686 | # |
| 616 | # CONFIG_VGA_CONSOLE is not set | ||
| 617 | CONFIG_DUMMY_CONSOLE=y | 687 | CONFIG_DUMMY_CONSOLE=y |
| 618 | CONFIG_FRAMEBUFFER_CONSOLE=y | 688 | CONFIG_FRAMEBUFFER_CONSOLE=y |
| 689 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 619 | CONFIG_FONTS=y | 690 | CONFIG_FONTS=y |
| 620 | # CONFIG_FONT_8x8 is not set | 691 | # CONFIG_FONT_8x8 is not set |
| 621 | # CONFIG_FONT_8x16 is not set | 692 | # CONFIG_FONT_8x16 is not set |
| 622 | # CONFIG_FONT_6x11 is not set | 693 | # CONFIG_FONT_6x11 is not set |
| 694 | # CONFIG_FONT_7x14 is not set | ||
| 623 | # CONFIG_FONT_PEARL_8x8 is not set | 695 | # CONFIG_FONT_PEARL_8x8 is not set |
| 624 | CONFIG_FONT_ACORN_8x8=y | 696 | CONFIG_FONT_ACORN_8x8=y |
| 625 | # CONFIG_FONT_MINI_4x6 is not set | 697 | # CONFIG_FONT_MINI_4x6 is not set |
| 626 | # CONFIG_FONT_SUN8x16 is not set | 698 | # CONFIG_FONT_SUN8x16 is not set |
| 627 | # CONFIG_FONT_SUN12x22 is not set | 699 | # CONFIG_FONT_SUN12x22 is not set |
| 700 | # CONFIG_FONT_10x18 is not set | ||
| 628 | 701 | ||
| 629 | # | 702 | # |
| 630 | # Logo configuration | 703 | # Logo configuration |
| @@ -647,12 +720,18 @@ CONFIG_SND_PCM=m | |||
| 647 | CONFIG_SND_OSSEMUL=y | 720 | CONFIG_SND_OSSEMUL=y |
| 648 | CONFIG_SND_MIXER_OSS=m | 721 | CONFIG_SND_MIXER_OSS=m |
| 649 | CONFIG_SND_PCM_OSS=m | 722 | CONFIG_SND_PCM_OSS=m |
| 723 | CONFIG_SND_PCM_OSS_PLUGINS=y | ||
| 724 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
| 725 | CONFIG_SND_SUPPORT_OLD_API=y | ||
| 726 | CONFIG_SND_VERBOSE_PROCFS=y | ||
| 650 | # CONFIG_SND_VERBOSE_PRINTK is not set | 727 | # CONFIG_SND_VERBOSE_PRINTK is not set |
| 651 | # CONFIG_SND_DEBUG is not set | 728 | # CONFIG_SND_DEBUG is not set |
| 652 | 729 | ||
| 653 | # | 730 | # |
| 654 | # Generic devices | 731 | # Generic devices |
| 655 | # | 732 | # |
| 733 | CONFIG_SND_AC97_CODEC=m | ||
| 734 | CONFIG_SND_AC97_BUS=m | ||
| 656 | # CONFIG_SND_DUMMY is not set | 735 | # CONFIG_SND_DUMMY is not set |
| 657 | # CONFIG_SND_MTPAV is not set | 736 | # CONFIG_SND_MTPAV is not set |
| 658 | # CONFIG_SND_SERIAL_U16550 is not set | 737 | # CONFIG_SND_SERIAL_U16550 is not set |
| @@ -661,6 +740,7 @@ CONFIG_SND_PCM_OSS=m | |||
| 661 | # | 740 | # |
| 662 | # ALSA ARM devices | 741 | # ALSA ARM devices |
| 663 | # | 742 | # |
| 743 | CONFIG_SND_ARMAACI=m | ||
| 664 | 744 | ||
| 665 | # | 745 | # |
| 666 | # Open Sound System | 746 | # Open Sound System |
| @@ -672,9 +752,14 @@ CONFIG_SND_PCM_OSS=m | |||
| 672 | # | 752 | # |
| 673 | CONFIG_USB_ARCH_HAS_HCD=y | 753 | CONFIG_USB_ARCH_HAS_HCD=y |
| 674 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 754 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
| 755 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 675 | # CONFIG_USB is not set | 756 | # CONFIG_USB is not set |
| 676 | 757 | ||
| 677 | # | 758 | # |
| 759 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 760 | # | ||
| 761 | |||
| 762 | # | ||
| 678 | # USB Gadget Support | 763 | # USB Gadget Support |
| 679 | # | 764 | # |
| 680 | # CONFIG_USB_GADGET is not set | 765 | # CONFIG_USB_GADGET is not set |
| @@ -688,25 +773,31 @@ CONFIG_MMC_BLOCK=y | |||
| 688 | CONFIG_MMC_ARMMMCI=m | 773 | CONFIG_MMC_ARMMMCI=m |
| 689 | 774 | ||
| 690 | # | 775 | # |
| 776 | # Real Time Clock | ||
| 777 | # | ||
| 778 | CONFIG_RTC_LIB=y | ||
| 779 | # CONFIG_RTC_CLASS is not set | ||
| 780 | |||
| 781 | # | ||
| 691 | # File systems | 782 | # File systems |
| 692 | # | 783 | # |
| 693 | CONFIG_EXT2_FS=y | 784 | CONFIG_EXT2_FS=y |
| 694 | # CONFIG_EXT2_FS_XATTR is not set | 785 | # CONFIG_EXT2_FS_XATTR is not set |
| 786 | # CONFIG_EXT2_FS_XIP is not set | ||
| 695 | # CONFIG_EXT3_FS is not set | 787 | # CONFIG_EXT3_FS is not set |
| 696 | # CONFIG_JBD is not set | ||
| 697 | # CONFIG_REISERFS_FS is not set | 788 | # CONFIG_REISERFS_FS is not set |
| 698 | # CONFIG_JFS_FS is not set | 789 | # CONFIG_JFS_FS is not set |
| 699 | 790 | # CONFIG_FS_POSIX_ACL is not set | |
| 700 | # | ||
| 701 | # XFS support | ||
| 702 | # | ||
| 703 | # CONFIG_XFS_FS is not set | 791 | # CONFIG_XFS_FS is not set |
| 792 | # CONFIG_OCFS2_FS is not set | ||
| 704 | CONFIG_MINIX_FS=y | 793 | CONFIG_MINIX_FS=y |
| 705 | CONFIG_ROMFS_FS=y | 794 | CONFIG_ROMFS_FS=y |
| 795 | # CONFIG_INOTIFY is not set | ||
| 706 | # CONFIG_QUOTA is not set | 796 | # CONFIG_QUOTA is not set |
| 707 | CONFIG_DNOTIFY=y | 797 | CONFIG_DNOTIFY=y |
| 708 | # CONFIG_AUTOFS_FS is not set | 798 | # CONFIG_AUTOFS_FS is not set |
| 709 | # CONFIG_AUTOFS4_FS is not set | 799 | # CONFIG_AUTOFS4_FS is not set |
| 800 | # CONFIG_FUSE_FS is not set | ||
| 710 | 801 | ||
| 711 | # | 802 | # |
| 712 | # CD-ROM/DVD Filesystems | 803 | # CD-ROM/DVD Filesystems |
| @@ -729,11 +820,10 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
| 729 | # | 820 | # |
| 730 | CONFIG_PROC_FS=y | 821 | CONFIG_PROC_FS=y |
| 731 | CONFIG_SYSFS=y | 822 | CONFIG_SYSFS=y |
| 732 | # CONFIG_DEVFS_FS is not set | ||
| 733 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
| 734 | # CONFIG_TMPFS is not set | 823 | # CONFIG_TMPFS is not set |
| 735 | # CONFIG_HUGETLB_PAGE is not set | 824 | # CONFIG_HUGETLB_PAGE is not set |
| 736 | CONFIG_RAMFS=y | 825 | CONFIG_RAMFS=y |
| 826 | # CONFIG_CONFIGFS_FS is not set | ||
| 737 | 827 | ||
| 738 | # | 828 | # |
| 739 | # Miscellaneous filesystems | 829 | # Miscellaneous filesystems |
| @@ -748,8 +838,8 @@ CONFIG_RAMFS=y | |||
| 748 | # CONFIG_JFFS_FS is not set | 838 | # CONFIG_JFFS_FS is not set |
| 749 | CONFIG_JFFS2_FS=y | 839 | CONFIG_JFFS2_FS=y |
| 750 | CONFIG_JFFS2_FS_DEBUG=0 | 840 | CONFIG_JFFS2_FS_DEBUG=0 |
| 751 | # CONFIG_JFFS2_FS_NAND is not set | 841 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
| 752 | # CONFIG_JFFS2_FS_NOR_ECC is not set | 842 | # CONFIG_JFFS2_SUMMARY is not set |
| 753 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | 843 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
| 754 | CONFIG_JFFS2_ZLIB=y | 844 | CONFIG_JFFS2_ZLIB=y |
| 755 | CONFIG_JFFS2_RTIME=y | 845 | CONFIG_JFFS2_RTIME=y |
| @@ -766,16 +856,19 @@ CONFIG_CRAMFS=y | |||
| 766 | # | 856 | # |
| 767 | CONFIG_NFS_FS=y | 857 | CONFIG_NFS_FS=y |
| 768 | CONFIG_NFS_V3=y | 858 | CONFIG_NFS_V3=y |
| 859 | # CONFIG_NFS_V3_ACL is not set | ||
| 769 | # CONFIG_NFS_V4 is not set | 860 | # CONFIG_NFS_V4 is not set |
| 770 | # CONFIG_NFS_DIRECTIO is not set | 861 | # CONFIG_NFS_DIRECTIO is not set |
| 771 | CONFIG_NFSD=y | 862 | CONFIG_NFSD=y |
| 772 | CONFIG_NFSD_V3=y | 863 | CONFIG_NFSD_V3=y |
| 864 | # CONFIG_NFSD_V3_ACL is not set | ||
| 773 | # CONFIG_NFSD_V4 is not set | 865 | # CONFIG_NFSD_V4 is not set |
| 774 | # CONFIG_NFSD_TCP is not set | 866 | # CONFIG_NFSD_TCP is not set |
| 775 | CONFIG_ROOT_NFS=y | 867 | CONFIG_ROOT_NFS=y |
| 776 | CONFIG_LOCKD=y | 868 | CONFIG_LOCKD=y |
| 777 | CONFIG_LOCKD_V4=y | 869 | CONFIG_LOCKD_V4=y |
| 778 | CONFIG_EXPORTFS=y | 870 | CONFIG_EXPORTFS=y |
| 871 | CONFIG_NFS_COMMON=y | ||
| 779 | CONFIG_SUNRPC=y | 872 | CONFIG_SUNRPC=y |
| 780 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 873 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
| 781 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 874 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
| @@ -784,6 +877,7 @@ CONFIG_SUNRPC=y | |||
| 784 | # CONFIG_NCP_FS is not set | 877 | # CONFIG_NCP_FS is not set |
| 785 | # CONFIG_CODA_FS is not set | 878 | # CONFIG_CODA_FS is not set |
| 786 | # CONFIG_AFS_FS is not set | 879 | # CONFIG_AFS_FS is not set |
| 880 | # CONFIG_9P_FS is not set | ||
| 787 | 881 | ||
| 788 | # | 882 | # |
| 789 | # Partition Types | 883 | # Partition Types |
| @@ -803,6 +897,7 @@ CONFIG_MSDOS_PARTITION=y | |||
| 803 | # CONFIG_SGI_PARTITION is not set | 897 | # CONFIG_SGI_PARTITION is not set |
| 804 | # CONFIG_ULTRIX_PARTITION is not set | 898 | # CONFIG_ULTRIX_PARTITION is not set |
| 805 | # CONFIG_SUN_PARTITION is not set | 899 | # CONFIG_SUN_PARTITION is not set |
| 900 | # CONFIG_KARMA_PARTITION is not set | ||
| 806 | # CONFIG_EFI_PARTITION is not set | 901 | # CONFIG_EFI_PARTITION is not set |
| 807 | 902 | ||
| 808 | # | 903 | # |
| @@ -858,18 +953,24 @@ CONFIG_NLS_ISO8859_1=m | |||
| 858 | # Kernel hacking | 953 | # Kernel hacking |
| 859 | # | 954 | # |
| 860 | # CONFIG_PRINTK_TIME is not set | 955 | # CONFIG_PRINTK_TIME is not set |
| 861 | CONFIG_DEBUG_KERNEL=y | ||
| 862 | CONFIG_MAGIC_SYSRQ=y | 956 | CONFIG_MAGIC_SYSRQ=y |
| 957 | CONFIG_DEBUG_KERNEL=y | ||
| 863 | CONFIG_LOG_BUF_SHIFT=14 | 958 | CONFIG_LOG_BUF_SHIFT=14 |
| 959 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 864 | # CONFIG_SCHEDSTATS is not set | 960 | # CONFIG_SCHEDSTATS is not set |
| 865 | # CONFIG_DEBUG_SLAB is not set | 961 | # CONFIG_DEBUG_SLAB is not set |
| 962 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 866 | # CONFIG_DEBUG_SPINLOCK is not set | 963 | # CONFIG_DEBUG_SPINLOCK is not set |
| 867 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 964 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 868 | # CONFIG_DEBUG_KOBJECT is not set | 965 | # CONFIG_DEBUG_KOBJECT is not set |
| 869 | CONFIG_DEBUG_BUGVERBOSE=y | 966 | CONFIG_DEBUG_BUGVERBOSE=y |
| 870 | # CONFIG_DEBUG_INFO is not set | 967 | # CONFIG_DEBUG_INFO is not set |
| 871 | # CONFIG_DEBUG_FS is not set | 968 | # CONFIG_DEBUG_FS is not set |
| 969 | # CONFIG_DEBUG_VM is not set | ||
| 872 | CONFIG_FRAME_POINTER=y | 970 | CONFIG_FRAME_POINTER=y |
| 971 | # CONFIG_UNWIND_INFO is not set | ||
| 972 | CONFIG_FORCED_INLINING=y | ||
| 973 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 873 | CONFIG_DEBUG_USER=y | 974 | CONFIG_DEBUG_USER=y |
| 874 | # CONFIG_DEBUG_WAITQ is not set | 975 | # CONFIG_DEBUG_WAITQ is not set |
| 875 | CONFIG_DEBUG_ERRORS=y | 976 | CONFIG_DEBUG_ERRORS=y |
| @@ -895,6 +996,7 @@ CONFIG_DEBUG_LL=y | |||
| 895 | # Library routines | 996 | # Library routines |
| 896 | # | 997 | # |
| 897 | # CONFIG_CRC_CCITT is not set | 998 | # CONFIG_CRC_CCITT is not set |
| 999 | # CONFIG_CRC16 is not set | ||
| 898 | CONFIG_CRC32=y | 1000 | CONFIG_CRC32=y |
| 899 | # CONFIG_LIBCRC32C is not set | 1001 | # CONFIG_LIBCRC32C is not set |
| 900 | CONFIG_ZLIB_INFLATE=y | 1002 | CONFIG_ZLIB_INFLATE=y |
