diff options
12 files changed, 8051 insertions, 0 deletions
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/add-oz-release-string.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/add-oz-release-string.patch new file mode 100644 index 0000000000..22a6fd3943 --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/add-oz-release-string.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | |||
| 2 | # | ||
| 3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
| 4 | # | ||
| 5 | |||
| 6 | --- linux-2.6.11-rc1/init/version.c~add-oz-release-string | ||
| 7 | +++ linux-2.6.11-rc1/init/version.c | ||
| 8 | @@ -29,5 +29,5 @@ | ||
| 9 | EXPORT_SYMBOL(system_utsname); | ||
| 10 | |||
| 11 | const char linux_banner[] = | ||
| 12 | - "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@" | ||
| 13 | + "Linux version " UTS_RELEASE OPENZAURUS_RELEASE " (" LINUX_COMPILE_BY "@" | ||
| 14 | LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n"; | ||
| 15 | --- linux-2.6.11-rc1/Makefile~add-oz-release-string | ||
| 16 | +++ linux-2.6.11-rc1/Makefile | ||
| 17 | @@ -827,6 +827,7 @@ | ||
| 18 | exit 1; \ | ||
| 19 | fi; \ | ||
| 20 | (echo \#define UTS_RELEASE \"$(KERNELRELEASE)\"; \ | ||
| 21 | + echo \#define OPENZAURUS_RELEASE \"$(OPENZAURUS_RELEASE)\"; \ | ||
| 22 | echo \#define LINUX_VERSION_CODE `expr $(VERSION) \\* 65536 + $(PATCHLEVEL) \\* 256 + $(SUBLEVEL)`; \ | ||
| 23 | echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))'; \ | ||
| 24 | ) | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/connectplus-remove-ide-HACK.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/connectplus-remove-ide-HACK.patch new file mode 100644 index 0000000000..4414b21191 --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/connectplus-remove-ide-HACK.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Index: linux-2.6.13/drivers/ide/legacy/ide-cs.c | ||
| 2 | =================================================================== | ||
| 3 | --- linux-2.6.13.orig/drivers/ide/legacy/ide-cs.c 2005-09-01 22:43:46.000000000 +0100 | ||
| 4 | +++ linux-2.6.13/drivers/ide/legacy/ide-cs.c 2005-09-01 22:45:46.000000000 +0100 | ||
| 5 | @@ -488,7 +488,6 @@ | ||
| 6 | PCMCIA_DEVICE_PROD_ID123("KODAK Picture Card ", "KODAK ", "V100K", 0x94a0d8f3, 0xe4fc3ea0, 0xe5e7eed4), | ||
| 7 | PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), | ||
| 8 | PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e), | ||
| 9 | - PCMCIA_MFC_DEVICE_PROD_ID12(1, "SanDisk", "ConnectPlus", 0x7a954bd9, 0x74be00c6), | ||
| 10 | PCMCIA_DEVICE_NULL, | ||
| 11 | }; | ||
| 12 | MODULE_DEVICE_TABLE(pcmcia, ide_ids); | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-c7x0 b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-c7x0 new file mode 100644 index 0000000000..bbdc12f5f3 --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-c7x0 | |||
| @@ -0,0 +1,1627 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.15-rc2 | ||
| 4 | # Fri Nov 25 17:06:09 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | |||
| 12 | # | ||
| 13 | # Code maturity level options | ||
| 14 | # | ||
| 15 | CONFIG_EXPERIMENTAL=y | ||
| 16 | CONFIG_CLEAN_COMPILE=y | ||
| 17 | CONFIG_BROKEN_ON_SMP=y | ||
| 18 | CONFIG_LOCK_KERNEL=y | ||
| 19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | CONFIG_LOCALVERSION_AUTO=y | ||
| 26 | CONFIG_SWAP=y | ||
| 27 | CONFIG_SYSVIPC=y | ||
| 28 | # CONFIG_POSIX_MQUEUE is not set | ||
| 29 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 30 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 31 | CONFIG_SYSCTL=y | ||
| 32 | # CONFIG_AUDIT is not set | ||
| 33 | CONFIG_HOTPLUG=y | ||
| 34 | CONFIG_KOBJECT_UEVENT=y | ||
| 35 | # CONFIG_IKCONFIG is not set | ||
| 36 | CONFIG_INITRAMFS_SOURCE="" | ||
| 37 | CONFIG_EMBEDDED=y | ||
| 38 | CONFIG_KALLSYMS=y | ||
| 39 | # CONFIG_KALLSYMS_ALL is not set | ||
| 40 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 41 | CONFIG_PRINTK=y | ||
| 42 | CONFIG_BUG=y | ||
| 43 | CONFIG_BASE_FULL=y | ||
| 44 | CONFIG_FUTEX=y | ||
| 45 | CONFIG_EPOLL=y | ||
| 46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 47 | CONFIG_SHMEM=y | ||
| 48 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 49 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 50 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 51 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 52 | # CONFIG_TINY_SHMEM is not set | ||
| 53 | CONFIG_BASE_SMALL=0 | ||
| 54 | |||
| 55 | # | ||
| 56 | # Loadable module support | ||
| 57 | # | ||
| 58 | CONFIG_MODULES=y | ||
| 59 | CONFIG_MODULE_UNLOAD=y | ||
| 60 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 61 | CONFIG_OBSOLETE_MODPARM=y | ||
| 62 | # CONFIG_MODVERSIONS is not set | ||
| 63 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 64 | CONFIG_KMOD=y | ||
| 65 | |||
| 66 | # | ||
| 67 | # Block layer | ||
| 68 | # | ||
| 69 | |||
| 70 | # | ||
| 71 | # IO Schedulers | ||
| 72 | # | ||
| 73 | CONFIG_IOSCHED_NOOP=y | ||
| 74 | CONFIG_IOSCHED_AS=y | ||
| 75 | CONFIG_IOSCHED_DEADLINE=m | ||
| 76 | CONFIG_IOSCHED_CFQ=m | ||
| 77 | CONFIG_DEFAULT_AS=y | ||
| 78 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 79 | # CONFIG_DEFAULT_CFQ is not set | ||
| 80 | # CONFIG_DEFAULT_NOOP is not set | ||
| 81 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 82 | |||
| 83 | # | ||
| 84 | # System Type | ||
| 85 | # | ||
| 86 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 87 | # CONFIG_ARCH_CLPS711X is not set | ||
| 88 | # CONFIG_ARCH_CO285 is not set | ||
| 89 | # CONFIG_ARCH_EBSA110 is not set | ||
| 90 | # CONFIG_ARCH_CAMELOT is not set | ||
| 91 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 92 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 93 | # CONFIG_ARCH_IOP3XX is not set | ||
| 94 | # CONFIG_ARCH_IXP4XX is not set | ||
| 95 | # CONFIG_ARCH_IXP2000 is not set | ||
| 96 | # CONFIG_ARCH_L7200 is not set | ||
| 97 | CONFIG_ARCH_PXA=y | ||
| 98 | # CONFIG_ARCH_RPC is not set | ||
| 99 | # CONFIG_ARCH_SA1100 is not set | ||
| 100 | # CONFIG_ARCH_S3C2410 is not set | ||
| 101 | # CONFIG_ARCH_SHARK is not set | ||
| 102 | # CONFIG_ARCH_LH7A40X is not set | ||
| 103 | # CONFIG_ARCH_OMAP is not set | ||
| 104 | # CONFIG_ARCH_VERSATILE is not set | ||
| 105 | # CONFIG_ARCH_REALVIEW is not set | ||
| 106 | # CONFIG_ARCH_IMX is not set | ||
| 107 | # CONFIG_ARCH_H720X is not set | ||
| 108 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 109 | |||
| 110 | # | ||
| 111 | # Intel PXA2xx Implementations | ||
| 112 | # | ||
| 113 | # CONFIG_ARCH_LUBBOCK is not set | ||
| 114 | # CONFIG_MACH_MAINSTONE is not set | ||
| 115 | # CONFIG_ARCH_PXA_IDP is not set | ||
| 116 | CONFIG_PXA_SHARPSL=y | ||
| 117 | # CONFIG_MACH_HX2750 is not set | ||
| 118 | CONFIG_PXA_SHARPSL_25x=y | ||
| 119 | # CONFIG_PXA_SHARPSL_27x is not set | ||
| 120 | # CONFIG_MACH_POODLE is not set | ||
| 121 | CONFIG_MACH_CORGI=y | ||
| 122 | CONFIG_MACH_SHEPHERD=y | ||
| 123 | CONFIG_MACH_HUSKY=y | ||
| 124 | # CONFIG_MACH_TOSA is not set | ||
| 125 | CONFIG_PXA25x=y | ||
| 126 | # CONFIG_PXA_KEYS is not set | ||
| 127 | CONFIG_PXA_SHARP_C7xx=y | ||
| 128 | CONFIG_PXA_SSP=y | ||
| 129 | |||
| 130 | # | ||
| 131 | # Processor Type | ||
| 132 | # | ||
| 133 | CONFIG_CPU_32=y | ||
| 134 | CONFIG_CPU_XSCALE=y | ||
| 135 | CONFIG_CPU_32v5=y | ||
| 136 | CONFIG_CPU_ABRT_EV5T=y | ||
| 137 | CONFIG_CPU_CACHE_VIVT=y | ||
| 138 | CONFIG_CPU_TLB_V4WBI=y | ||
| 139 | |||
| 140 | # | ||
| 141 | # Processor Features | ||
| 142 | # | ||
| 143 | CONFIG_ARM_THUMB=y | ||
| 144 | CONFIG_XSCALE_PMU=y | ||
| 145 | CONFIG_SHARP_PARAM=y | ||
| 146 | CONFIG_SHARP_SCOOP=y | ||
| 147 | |||
| 148 | # | ||
| 149 | # Bus support | ||
| 150 | # | ||
| 151 | CONFIG_ISA_DMA_API=y | ||
| 152 | |||
| 153 | # | ||
| 154 | # PCCARD (PCMCIA/CardBus) support | ||
| 155 | # | ||
| 156 | CONFIG_PCCARD=y | ||
| 157 | # CONFIG_PCMCIA_DEBUG is not set | ||
| 158 | CONFIG_PCMCIA=y | ||
| 159 | CONFIG_PCMCIA_LOAD_CIS=y | ||
| 160 | CONFIG_PCMCIA_IOCTL=y | ||
| 161 | |||
| 162 | # | ||
| 163 | # PC-card bridges | ||
| 164 | # | ||
| 165 | CONFIG_PCMCIA_PXA2XX=y | ||
| 166 | |||
| 167 | # | ||
| 168 | # Kernel Features | ||
| 169 | # | ||
| 170 | CONFIG_PREEMPT=y | ||
| 171 | CONFIG_NO_IDLE_HZ=y | ||
| 172 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 173 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 174 | CONFIG_FLATMEM_MANUAL=y | ||
| 175 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 176 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 177 | CONFIG_FLATMEM=y | ||
| 178 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 179 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 180 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 181 | CONFIG_ALIGNMENT_TRAP=y | ||
| 182 | |||
| 183 | # | ||
| 184 | # Boot options | ||
| 185 | # | ||
| 186 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 187 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 188 | # CONFIG_XIP_KERNEL is not set | ||
| 189 | |||
| 190 | # | ||
| 191 | # CPU Frequency scaling | ||
| 192 | # | ||
| 193 | CONFIG_CPU_FREQ=y | ||
| 194 | CONFIG_CPU_FREQ_TABLE=y | ||
| 195 | CONFIG_CPU_FREQ_DEBUG=y | ||
| 196 | CONFIG_CPU_FREQ_STAT=y | ||
| 197 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
| 198 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
| 199 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
| 200 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
| 201 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
| 202 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
| 203 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
| 204 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
| 205 | CONFIG_CPU_FREQ_PXA25x=y | ||
| 206 | |||
| 207 | # | ||
| 208 | # Floating point emulation | ||
| 209 | # | ||
| 210 | |||
| 211 | # | ||
| 212 | # At least one emulation must be selected | ||
| 213 | # | ||
| 214 | CONFIG_FPE_NWFPE=y | ||
| 215 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 216 | # CONFIG_FPE_FASTFPE is not set | ||
| 217 | |||
| 218 | # | ||
| 219 | # Userspace binary formats | ||
| 220 | # | ||
| 221 | CONFIG_BINFMT_ELF=y | ||
| 222 | CONFIG_BINFMT_AOUT=m | ||
| 223 | CONFIG_BINFMT_MISC=m | ||
| 224 | # CONFIG_ARTHUR is not set | ||
| 225 | |||
| 226 | # | ||
| 227 | # Power management options | ||
| 228 | # | ||
| 229 | CONFIG_PM=y | ||
| 230 | # CONFIG_PM_LEGACY is not set | ||
| 231 | # CONFIG_PM_DEBUG is not set | ||
| 232 | CONFIG_APM=y | ||
| 233 | |||
| 234 | # | ||
| 235 | # Networking | ||
| 236 | # | ||
| 237 | CONFIG_NET=y | ||
| 238 | |||
| 239 | # | ||
| 240 | # Networking options | ||
| 241 | # | ||
| 242 | CONFIG_PACKET=y | ||
| 243 | CONFIG_PACKET_MMAP=y | ||
| 244 | CONFIG_UNIX=y | ||
| 245 | CONFIG_XFRM=y | ||
| 246 | CONFIG_XFRM_USER=m | ||
| 247 | # CONFIG_NET_KEY is not set | ||
| 248 | CONFIG_INET=y | ||
| 249 | # CONFIG_IP_MULTICAST is not set | ||
| 250 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 251 | CONFIG_IP_FIB_HASH=y | ||
| 252 | # CONFIG_IP_PNP is not set | ||
| 253 | # CONFIG_NET_IPIP is not set | ||
| 254 | # CONFIG_NET_IPGRE is not set | ||
| 255 | # CONFIG_ARPD is not set | ||
| 256 | CONFIG_SYN_COOKIES=y | ||
| 257 | # CONFIG_INET_AH is not set | ||
| 258 | # CONFIG_INET_ESP is not set | ||
| 259 | # CONFIG_INET_IPCOMP is not set | ||
| 260 | # CONFIG_INET_TUNNEL is not set | ||
| 261 | CONFIG_INET_DIAG=y | ||
| 262 | CONFIG_INET_TCP_DIAG=y | ||
| 263 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 264 | CONFIG_TCP_CONG_BIC=y | ||
| 265 | |||
| 266 | # | ||
| 267 | # IP: Virtual Server Configuration | ||
| 268 | # | ||
| 269 | # CONFIG_IP_VS is not set | ||
| 270 | CONFIG_IPV6=m | ||
| 271 | # CONFIG_IPV6_PRIVACY is not set | ||
| 272 | CONFIG_INET6_AH=m | ||
| 273 | CONFIG_INET6_ESP=m | ||
| 274 | CONFIG_INET6_IPCOMP=m | ||
| 275 | CONFIG_INET6_TUNNEL=m | ||
| 276 | CONFIG_IPV6_TUNNEL=m | ||
| 277 | CONFIG_NETFILTER=y | ||
| 278 | # CONFIG_NETFILTER_DEBUG is not set | ||
| 279 | |||
| 280 | # | ||
| 281 | # Core Netfilter Configuration | ||
| 282 | # | ||
| 283 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 284 | |||
| 285 | # | ||
| 286 | # IP: Netfilter Configuration | ||
| 287 | # | ||
| 288 | CONFIG_IP_NF_CONNTRACK=m | ||
| 289 | # CONFIG_IP_NF_CT_ACCT is not set | ||
| 290 | # CONFIG_IP_NF_CONNTRACK_MARK is not set | ||
| 291 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
| 292 | CONFIG_IP_NF_CT_PROTO_SCTP=m | ||
| 293 | CONFIG_IP_NF_FTP=m | ||
| 294 | CONFIG_IP_NF_IRC=m | ||
| 295 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
| 296 | CONFIG_IP_NF_TFTP=m | ||
| 297 | CONFIG_IP_NF_AMANDA=m | ||
| 298 | # CONFIG_IP_NF_PPTP is not set | ||
| 299 | CONFIG_IP_NF_QUEUE=m | ||
| 300 | CONFIG_IP_NF_IPTABLES=m | ||
| 301 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
| 302 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
| 303 | CONFIG_IP_NF_MATCH_MAC=m | ||
| 304 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
| 305 | CONFIG_IP_NF_MATCH_MARK=m | ||
| 306 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
| 307 | CONFIG_IP_NF_MATCH_TOS=m | ||
| 308 | CONFIG_IP_NF_MATCH_RECENT=m | ||
| 309 | CONFIG_IP_NF_MATCH_ECN=m | ||
| 310 | CONFIG_IP_NF_MATCH_DSCP=m | ||
| 311 | CONFIG_IP_NF_MATCH_AH_ESP=m | ||
| 312 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
| 313 | CONFIG_IP_NF_MATCH_TTL=m | ||
| 314 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
| 315 | CONFIG_IP_NF_MATCH_HELPER=m | ||
| 316 | CONFIG_IP_NF_MATCH_STATE=m | ||
| 317 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
| 318 | CONFIG_IP_NF_MATCH_OWNER=m | ||
| 319 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
| 320 | CONFIG_IP_NF_MATCH_REALM=m | ||
| 321 | CONFIG_IP_NF_MATCH_SCTP=m | ||
| 322 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
| 323 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
| 324 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
| 325 | # CONFIG_IP_NF_MATCH_STRING is not set | ||
| 326 | CONFIG_IP_NF_FILTER=m | ||
| 327 | # CONFIG_IP_NF_TARGET_REJECT is not set | ||
| 328 | CONFIG_IP_NF_TARGET_LOG=m | ||
| 329 | CONFIG_IP_NF_TARGET_ULOG=m | ||
| 330 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
| 331 | # CONFIG_IP_NF_TARGET_NFQUEUE is not set | ||
| 332 | CONFIG_IP_NF_NAT=m | ||
| 333 | CONFIG_IP_NF_NAT_NEEDED=y | ||
| 334 | # CONFIG_IP_NF_TARGET_MASQUERADE is not set | ||
| 335 | # CONFIG_IP_NF_TARGET_REDIRECT is not set | ||
| 336 | # CONFIG_IP_NF_TARGET_NETMAP is not set | ||
| 337 | # CONFIG_IP_NF_TARGET_SAME is not set | ||
| 338 | # CONFIG_IP_NF_NAT_SNMP_BASIC is not set | ||
| 339 | CONFIG_IP_NF_NAT_IRC=m | ||
| 340 | CONFIG_IP_NF_NAT_FTP=m | ||
| 341 | CONFIG_IP_NF_NAT_TFTP=m | ||
| 342 | CONFIG_IP_NF_NAT_AMANDA=m | ||
| 343 | CONFIG_IP_NF_MANGLE=m | ||
| 344 | # CONFIG_IP_NF_TARGET_TOS is not set | ||
| 345 | # CONFIG_IP_NF_TARGET_ECN is not set | ||
| 346 | # CONFIG_IP_NF_TARGET_DSCP is not set | ||
| 347 | # CONFIG_IP_NF_TARGET_MARK is not set | ||
| 348 | # CONFIG_IP_NF_TARGET_CLASSIFY is not set | ||
| 349 | # CONFIG_IP_NF_TARGET_TTL is not set | ||
| 350 | CONFIG_IP_NF_RAW=m | ||
| 351 | # CONFIG_IP_NF_TARGET_NOTRACK is not set | ||
| 352 | CONFIG_IP_NF_ARPTABLES=m | ||
| 353 | CONFIG_IP_NF_ARPFILTER=m | ||
| 354 | CONFIG_IP_NF_ARP_MANGLE=m | ||
| 355 | |||
| 356 | # | ||
| 357 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
| 358 | # | ||
| 359 | CONFIG_IP6_NF_QUEUE=m | ||
| 360 | CONFIG_IP6_NF_IPTABLES=m | ||
| 361 | CONFIG_IP6_NF_MATCH_LIMIT=m | ||
| 362 | CONFIG_IP6_NF_MATCH_MAC=m | ||
| 363 | CONFIG_IP6_NF_MATCH_RT=m | ||
| 364 | CONFIG_IP6_NF_MATCH_OPTS=m | ||
| 365 | CONFIG_IP6_NF_MATCH_FRAG=m | ||
| 366 | CONFIG_IP6_NF_MATCH_HL=m | ||
| 367 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
| 368 | CONFIG_IP6_NF_MATCH_OWNER=m | ||
| 369 | CONFIG_IP6_NF_MATCH_MARK=m | ||
| 370 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | ||
| 371 | CONFIG_IP6_NF_MATCH_AHESP=m | ||
| 372 | CONFIG_IP6_NF_MATCH_LENGTH=m | ||
| 373 | CONFIG_IP6_NF_MATCH_EUI64=m | ||
| 374 | CONFIG_IP6_NF_FILTER=m | ||
| 375 | # CONFIG_IP6_NF_TARGET_LOG is not set | ||
| 376 | # CONFIG_IP6_NF_TARGET_REJECT is not set | ||
| 377 | # CONFIG_IP6_NF_TARGET_NFQUEUE is not set | ||
| 378 | CONFIG_IP6_NF_MANGLE=m | ||
| 379 | # CONFIG_IP6_NF_TARGET_MARK is not set | ||
| 380 | # CONFIG_IP6_NF_TARGET_HL is not set | ||
| 381 | CONFIG_IP6_NF_RAW=m | ||
| 382 | |||
| 383 | # | ||
| 384 | # DCCP Configuration (EXPERIMENTAL) | ||
| 385 | # | ||
| 386 | # CONFIG_IP_DCCP is not set | ||
| 387 | |||
| 388 | # | ||
| 389 | # SCTP Configuration (EXPERIMENTAL) | ||
| 390 | # | ||
| 391 | # CONFIG_IP_SCTP is not set | ||
| 392 | # CONFIG_ATM is not set | ||
| 393 | # CONFIG_BRIDGE is not set | ||
| 394 | # CONFIG_VLAN_8021Q is not set | ||
| 395 | # CONFIG_DECNET is not set | ||
| 396 | # CONFIG_LLC2 is not set | ||
| 397 | # CONFIG_IPX is not set | ||
| 398 | # CONFIG_ATALK is not set | ||
| 399 | # CONFIG_X25 is not set | ||
| 400 | # CONFIG_LAPB is not set | ||
| 401 | # CONFIG_NET_DIVERT is not set | ||
| 402 | # CONFIG_ECONET is not set | ||
| 403 | # CONFIG_WAN_ROUTER is not set | ||
| 404 | |||
| 405 | # | ||
| 406 | # QoS and/or fair queueing | ||
| 407 | # | ||
| 408 | # CONFIG_NET_SCHED is not set | ||
| 409 | CONFIG_NET_CLS_ROUTE=y | ||
| 410 | |||
| 411 | # | ||
| 412 | # Network testing | ||
| 413 | # | ||
| 414 | # CONFIG_NET_PKTGEN is not set | ||
| 415 | # CONFIG_HAMRADIO is not set | ||
| 416 | CONFIG_IRDA=m | ||
| 417 | |||
| 418 | # | ||
| 419 | # IrDA protocols | ||
| 420 | # | ||
| 421 | CONFIG_IRLAN=m | ||
| 422 | CONFIG_IRNET=m | ||
| 423 | CONFIG_IRCOMM=m | ||
| 424 | # CONFIG_IRDA_ULTRA is not set | ||
| 425 | |||
| 426 | # | ||
| 427 | # IrDA options | ||
| 428 | # | ||
| 429 | # CONFIG_IRDA_CACHE_LAST_LSAP is not set | ||
| 430 | # CONFIG_IRDA_FAST_RR is not set | ||
| 431 | # CONFIG_IRDA_DEBUG is not set | ||
| 432 | |||
| 433 | # | ||
| 434 | # Infrared-port device drivers | ||
| 435 | # | ||
| 436 | |||
| 437 | # | ||
| 438 | # SIR device drivers | ||
| 439 | # | ||
| 440 | # CONFIG_IRTTY_SIR is not set | ||
| 441 | |||
| 442 | # | ||
| 443 | # Dongle support | ||
| 444 | # | ||
| 445 | |||
| 446 | # | ||
| 447 | # Old SIR device drivers | ||
| 448 | # | ||
| 449 | # CONFIG_IRPORT_SIR is not set | ||
| 450 | |||
| 451 | # | ||
| 452 | # Old Serial dongle support | ||
| 453 | # | ||
| 454 | |||
| 455 | # | ||
| 456 | # FIR device drivers | ||
| 457 | # | ||
| 458 | # CONFIG_USB_IRDA is not set | ||
| 459 | # CONFIG_SIGMATEL_FIR is not set | ||
| 460 | # CONFIG_NSC_FIR is not set | ||
| 461 | # CONFIG_WINBOND_FIR is not set | ||
| 462 | # CONFIG_SMC_IRCC_FIR is not set | ||
| 463 | # CONFIG_ALI_FIR is not set | ||
| 464 | # CONFIG_VIA_FIR is not set | ||
| 465 | CONFIG_PXA_FICP=m | ||
| 466 | CONFIG_BT=m | ||
| 467 | CONFIG_BT_L2CAP=m | ||
| 468 | CONFIG_BT_SCO=m | ||
| 469 | CONFIG_BT_RFCOMM=m | ||
| 470 | CONFIG_BT_RFCOMM_TTY=y | ||
| 471 | CONFIG_BT_BNEP=m | ||
| 472 | CONFIG_BT_BNEP_MC_FILTER=y | ||
| 473 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
| 474 | CONFIG_BT_HIDP=m | ||
| 475 | |||
| 476 | # | ||
| 477 | # Bluetooth device drivers | ||
| 478 | # | ||
| 479 | CONFIG_BT_HCIUSB=m | ||
| 480 | # CONFIG_BT_HCIUSB_SCO is not set | ||
| 481 | CONFIG_BT_HCIUART=m | ||
| 482 | CONFIG_BT_HCIUART_H4=y | ||
| 483 | CONFIG_BT_HCIUART_BCSP=y | ||
| 484 | CONFIG_BT_HCIBCM203X=m | ||
| 485 | CONFIG_BT_HCIBPA10X=m | ||
| 486 | CONFIG_BT_HCIBFUSB=m | ||
| 487 | CONFIG_BT_HCIDTL1=m | ||
| 488 | CONFIG_BT_HCIBT3C=m | ||
| 489 | CONFIG_BT_HCIBLUECARD=m | ||
| 490 | CONFIG_BT_HCIBTUART=m | ||
| 491 | CONFIG_BT_HCIVHCI=m | ||
| 492 | CONFIG_IEEE80211=m | ||
| 493 | # CONFIG_IEEE80211_DEBUG is not set | ||
| 494 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 495 | # CONFIG_IEEE80211_CRYPT_CCMP is not set | ||
| 496 | # CONFIG_IEEE80211_CRYPT_TKIP is not set | ||
| 497 | |||
| 498 | # | ||
| 499 | # Device Drivers | ||
| 500 | # | ||
| 501 | |||
| 502 | # | ||
| 503 | # Generic Driver Options | ||
| 504 | # | ||
| 505 | CONFIG_STANDALONE=y | ||
| 506 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 507 | CONFIG_FW_LOADER=y | ||
| 508 | # CONFIG_DEBUG_DRIVER is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # Connector - unified userspace <-> kernelspace linker | ||
| 512 | # | ||
| 513 | # CONFIG_CONNECTOR is not set | ||
| 514 | |||
| 515 | # | ||
| 516 | # Memory Technology Devices (MTD) | ||
| 517 | # | ||
| 518 | CONFIG_MTD=y | ||
| 519 | # CONFIG_MTD_DEBUG is not set | ||
| 520 | # CONFIG_MTD_CONCAT is not set | ||
| 521 | CONFIG_MTD_PARTITIONS=y | ||
| 522 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 523 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 524 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 525 | |||
| 526 | # | ||
| 527 | # User Modules And Translation Layers | ||
| 528 | # | ||
| 529 | CONFIG_MTD_CHAR=y | ||
| 530 | CONFIG_MTD_BLOCK=y | ||
| 531 | # CONFIG_FTL is not set | ||
| 532 | # CONFIG_NFTL is not set | ||
| 533 | # CONFIG_INFTL is not set | ||
| 534 | # CONFIG_RFD_FTL is not set | ||
| 535 | |||
| 536 | # | ||
| 537 | # RAM/ROM/Flash chip drivers | ||
| 538 | # | ||
| 539 | # CONFIG_MTD_CFI is not set | ||
| 540 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 541 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 542 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 543 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 544 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 545 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 546 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 547 | CONFIG_MTD_CFI_I1=y | ||
| 548 | CONFIG_MTD_CFI_I2=y | ||
| 549 | # CONFIG_MTD_CFI_I4 is not set | ||
| 550 | # CONFIG_MTD_CFI_I8 is not set | ||
| 551 | # CONFIG_MTD_RAM is not set | ||
| 552 | CONFIG_MTD_ROM=y | ||
| 553 | # CONFIG_MTD_ABSENT is not set | ||
| 554 | |||
| 555 | # | ||
| 556 | # Mapping drivers for chip access | ||
| 557 | # | ||
| 558 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
| 559 | CONFIG_MTD_SHARP_SL=y | ||
| 560 | # CONFIG_MTD_PLATRAM is not set | ||
| 561 | |||
| 562 | # | ||
| 563 | # Self-contained MTD device drivers | ||
| 564 | # | ||
| 565 | # CONFIG_MTD_SLRAM is not set | ||
| 566 | # CONFIG_MTD_PHRAM is not set | ||
| 567 | # CONFIG_MTD_MTDRAM is not set | ||
| 568 | # CONFIG_MTD_BLKMTD is not set | ||
| 569 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 570 | |||
| 571 | # | ||
| 572 | # Disk-On-Chip Device Drivers | ||
| 573 | # | ||
| 574 | # CONFIG_MTD_DOC2000 is not set | ||
| 575 | # CONFIG_MTD_DOC2001 is not set | ||
| 576 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 577 | |||
| 578 | # | ||
| 579 | # NAND Flash Device Drivers | ||
| 580 | # | ||
| 581 | CONFIG_MTD_NAND=y | ||
| 582 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
| 583 | # CONFIG_MTD_NAND_H1900 is not set | ||
| 584 | CONFIG_MTD_NAND_IDS=y | ||
| 585 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
| 586 | CONFIG_MTD_NAND_SHARPSL=y | ||
| 587 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 588 | |||
| 589 | # | ||
| 590 | # OneNAND Flash Device Drivers | ||
| 591 | # | ||
| 592 | # CONFIG_MTD_ONENAND is not set | ||
| 593 | |||
| 594 | # | ||
| 595 | # Parallel port support | ||
| 596 | # | ||
| 597 | # CONFIG_PARPORT is not set | ||
| 598 | |||
| 599 | # | ||
| 600 | # Plug and Play support | ||
| 601 | # | ||
| 602 | |||
| 603 | # | ||
| 604 | # Block devices | ||
| 605 | # | ||
| 606 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 607 | CONFIG_BLK_DEV_LOOP=y | ||
| 608 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 609 | # CONFIG_BLK_DEV_NBD is not set | ||
| 610 | # CONFIG_BLK_DEV_UB is not set | ||
| 611 | # CONFIG_BLK_DEV_RAM is not set | ||
| 612 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 613 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 614 | # CONFIG_ATA_OVER_ETH is not set | ||
| 615 | |||
| 616 | # | ||
| 617 | # ATA/ATAPI/MFM/RLL support | ||
| 618 | # | ||
| 619 | CONFIG_IDE=y | ||
| 620 | CONFIG_BLK_DEV_IDE=y | ||
| 621 | |||
| 622 | # | ||
| 623 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
| 624 | # | ||
| 625 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
| 626 | CONFIG_BLK_DEV_IDEDISK=y | ||
| 627 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
| 628 | CONFIG_BLK_DEV_IDECS=y | ||
| 629 | # CONFIG_BLK_DEV_IDECD is not set | ||
| 630 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
| 631 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
| 632 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
| 633 | # CONFIG_IDE_TASK_IOCTL is not set | ||
| 634 | |||
| 635 | # | ||
| 636 | # IDE chipset support/bugfixes | ||
| 637 | # | ||
| 638 | CONFIG_IDE_GENERIC=y | ||
| 639 | # CONFIG_IDE_ARM is not set | ||
| 640 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
| 641 | # CONFIG_IDEDMA_AUTO is not set | ||
| 642 | # CONFIG_BLK_DEV_HD is not set | ||
| 643 | |||
| 644 | # | ||
| 645 | # SCSI device support | ||
| 646 | # | ||
| 647 | # CONFIG_RAID_ATTRS is not set | ||
| 648 | CONFIG_SCSI=m | ||
| 649 | CONFIG_SCSI_PROC_FS=y | ||
| 650 | |||
| 651 | # | ||
| 652 | # SCSI support type (disk, tape, CD-ROM) | ||
| 653 | # | ||
| 654 | CONFIG_BLK_DEV_SD=m | ||
| 655 | CONFIG_CHR_DEV_ST=m | ||
| 656 | CONFIG_CHR_DEV_OSST=m | ||
| 657 | CONFIG_BLK_DEV_SR=m | ||
| 658 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
| 659 | CONFIG_CHR_DEV_SG=m | ||
| 660 | # CONFIG_CHR_DEV_SCH is not set | ||
| 661 | |||
| 662 | # | ||
| 663 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 664 | # | ||
| 665 | CONFIG_SCSI_MULTI_LUN=y | ||
| 666 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 667 | # CONFIG_SCSI_LOGGING is not set | ||
| 668 | |||
| 669 | # | ||
| 670 | # SCSI Transport Attributes | ||
| 671 | # | ||
| 672 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 673 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 674 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 675 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 676 | |||
| 677 | # | ||
| 678 | # SCSI low-level drivers | ||
| 679 | # | ||
| 680 | # CONFIG_ISCSI_TCP is not set | ||
| 681 | # CONFIG_SCSI_SATA is not set | ||
| 682 | # CONFIG_SCSI_DEBUG is not set | ||
| 683 | |||
| 684 | # | ||
| 685 | # PCMCIA SCSI adapter support | ||
| 686 | # | ||
| 687 | # CONFIG_PCMCIA_AHA152X is not set | ||
| 688 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
| 689 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
| 690 | # CONFIG_PCMCIA_QLOGIC is not set | ||
| 691 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
| 692 | |||
| 693 | # | ||
| 694 | # Multi-device support (RAID and LVM) | ||
| 695 | # | ||
| 696 | # CONFIG_MD is not set | ||
| 697 | |||
| 698 | # | ||
| 699 | # Fusion MPT device support | ||
| 700 | # | ||
| 701 | # CONFIG_FUSION is not set | ||
| 702 | |||
| 703 | # | ||
| 704 | # IEEE 1394 (FireWire) support | ||
| 705 | # | ||
| 706 | |||
| 707 | # | ||
| 708 | # I2O device support | ||
| 709 | # | ||
| 710 | |||
| 711 | # | ||
| 712 | # Network device support | ||
| 713 | # | ||
| 714 | CONFIG_NETDEVICES=y | ||
| 715 | # CONFIG_DUMMY is not set | ||
| 716 | # CONFIG_BONDING is not set | ||
| 717 | # CONFIG_EQUALIZER is not set | ||
| 718 | # CONFIG_TUN is not set | ||
| 719 | |||
| 720 | # | ||
| 721 | # PHY device support | ||
| 722 | # | ||
| 723 | # CONFIG_PHYLIB is not set | ||
| 724 | |||
| 725 | # | ||
| 726 | # Ethernet (10 or 100Mbit) | ||
| 727 | # | ||
| 728 | CONFIG_NET_ETHERNET=y | ||
| 729 | CONFIG_MII=m | ||
| 730 | # CONFIG_SMC91X is not set | ||
| 731 | # CONFIG_DM9000 is not set | ||
| 732 | |||
| 733 | # | ||
| 734 | # Ethernet (1000 Mbit) | ||
| 735 | # | ||
| 736 | |||
| 737 | # | ||
| 738 | # Ethernet (10000 Mbit) | ||
| 739 | # | ||
| 740 | |||
| 741 | # | ||
| 742 | # Token Ring devices | ||
| 743 | # | ||
| 744 | |||
| 745 | # | ||
| 746 | # Wireless LAN (non-hamradio) | ||
| 747 | # | ||
| 748 | CONFIG_NET_RADIO=y | ||
| 749 | |||
| 750 | # | ||
| 751 | # Obsolete Wireless cards support (pre-802.11) | ||
| 752 | # | ||
| 753 | # CONFIG_STRIP is not set | ||
| 754 | # CONFIG_PCMCIA_WAVELAN is not set | ||
| 755 | # CONFIG_PCMCIA_NETWAVE is not set | ||
| 756 | |||
| 757 | # | ||
| 758 | # Wireless 802.11 Frequency Hopping cards support | ||
| 759 | # | ||
| 760 | # CONFIG_PCMCIA_RAYCS is not set | ||
| 761 | |||
| 762 | # | ||
| 763 | # Wireless 802.11b ISA/PCI cards support | ||
| 764 | # | ||
| 765 | CONFIG_HERMES=m | ||
| 766 | # CONFIG_ATMEL is not set | ||
| 767 | |||
| 768 | # | ||
| 769 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
| 770 | # | ||
| 771 | CONFIG_PCMCIA_HERMES=m | ||
| 772 | CONFIG_PCMCIA_SPECTRUM=m | ||
| 773 | # CONFIG_AIRO_CS is not set | ||
| 774 | # CONFIG_PCMCIA_WL3501 is not set | ||
| 775 | CONFIG_HOSTAP=m | ||
| 776 | CONFIG_HOSTAP_FIRMWARE=y | ||
| 777 | CONFIG_HOSTAP_CS=m | ||
| 778 | CONFIG_NET_WIRELESS=y | ||
| 779 | |||
| 780 | # | ||
| 781 | # PCMCIA network device support | ||
| 782 | # | ||
| 783 | CONFIG_NET_PCMCIA=y | ||
| 784 | # CONFIG_PCMCIA_3C589 is not set | ||
| 785 | # CONFIG_PCMCIA_3C574 is not set | ||
| 786 | # CONFIG_PCMCIA_FMVJ18X is not set | ||
| 787 | CONFIG_PCMCIA_PCNET=m | ||
| 788 | # CONFIG_PCMCIA_NMCLAN is not set | ||
| 789 | # CONFIG_PCMCIA_SMC91C92 is not set | ||
| 790 | # CONFIG_PCMCIA_XIRC2PS is not set | ||
| 791 | # CONFIG_PCMCIA_AXNET is not set | ||
| 792 | |||
| 793 | # | ||
| 794 | # Wan interfaces | ||
| 795 | # | ||
| 796 | # CONFIG_WAN is not set | ||
| 797 | CONFIG_PPP=m | ||
| 798 | # CONFIG_PPP_MULTILINK is not set | ||
| 799 | # CONFIG_PPP_FILTER is not set | ||
| 800 | CONFIG_PPP_ASYNC=m | ||
| 801 | # CONFIG_PPP_SYNC_TTY is not set | ||
| 802 | CONFIG_PPP_DEFLATE=m | ||
| 803 | CONFIG_PPP_BSDCOMP=m | ||
| 804 | # CONFIG_PPP_MPPE is not set | ||
| 805 | # CONFIG_PPPOE is not set | ||
| 806 | # CONFIG_SLIP is not set | ||
| 807 | # CONFIG_SHAPER is not set | ||
| 808 | # CONFIG_NETCONSOLE is not set | ||
| 809 | # CONFIG_NETPOLL is not set | ||
| 810 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 811 | |||
| 812 | # | ||
| 813 | # ISDN subsystem | ||
| 814 | # | ||
| 815 | # CONFIG_ISDN is not set | ||
| 816 | |||
| 817 | # | ||
| 818 | # Input device support | ||
| 819 | # | ||
| 820 | CONFIG_INPUT=y | ||
| 821 | |||
| 822 | # | ||
| 823 | # Userland interfaces | ||
| 824 | # | ||
| 825 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 826 | # CONFIG_INPUT_JOYDEV is not set | ||
| 827 | # CONFIG_INPUT_TSDEV is not set | ||
| 828 | CONFIG_INPUT_EVDEV=y | ||
| 829 | # CONFIG_INPUT_EVBUG is not set | ||
| 830 | CONFIG_INPUT_POWER=y | ||
| 831 | |||
| 832 | # | ||
| 833 | # Input Device Drivers | ||
| 834 | # | ||
| 835 | CONFIG_INPUT_KEYBOARD=y | ||
| 836 | # CONFIG_KEYBOARD_ATKBD is not set | ||
| 837 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 838 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 839 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 840 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 841 | CONFIG_KEYBOARD_CORGI=y | ||
| 842 | # CONFIG_KEYBOARD_TOSA is not set | ||
| 843 | # CONFIG_KEYBOARD_SPITZ is not set | ||
| 844 | # CONFIG_INPUT_MOUSE is not set | ||
| 845 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 846 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 847 | CONFIG_TOUCHSCREEN_CORGI=y | ||
| 848 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
| 849 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
| 850 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
| 851 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
| 852 | CONFIG_INPUT_MISC=y | ||
| 853 | CONFIG_INPUT_UINPUT=m | ||
| 854 | |||
| 855 | # | ||
| 856 | # Hardware I/O ports | ||
| 857 | # | ||
| 858 | # CONFIG_SERIO is not set | ||
| 859 | # CONFIG_GAMEPORT is not set | ||
| 860 | |||
| 861 | # | ||
| 862 | # Character devices | ||
| 863 | # | ||
| 864 | CONFIG_VT=y | ||
| 865 | CONFIG_VT_CONSOLE=y | ||
| 866 | CONFIG_HW_CONSOLE=y | ||
| 867 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 868 | |||
| 869 | # | ||
| 870 | # Serial drivers | ||
| 871 | # | ||
| 872 | CONFIG_SERIAL_8250=m | ||
| 873 | CONFIG_SERIAL_8250_CS=m | ||
| 874 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 875 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
| 876 | |||
| 877 | # | ||
| 878 | # Non-8250 serial port support | ||
| 879 | # | ||
| 880 | CONFIG_SERIAL_PXA=y | ||
| 881 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
| 882 | CONFIG_SERIAL_CORE=y | ||
| 883 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 884 | CONFIG_UNIX98_PTYS=y | ||
| 885 | # CONFIG_LEGACY_PTYS is not set | ||
| 886 | |||
| 887 | # | ||
| 888 | # IPMI | ||
| 889 | # | ||
| 890 | # CONFIG_IPMI_HANDLER is not set | ||
| 891 | |||
| 892 | # | ||
| 893 | # Watchdog Cards | ||
| 894 | # | ||
| 895 | # CONFIG_WATCHDOG is not set | ||
| 896 | # CONFIG_NVRAM is not set | ||
| 897 | CONFIG_SA1100_RTC=y | ||
| 898 | # CONFIG_DTLK is not set | ||
| 899 | # CONFIG_R3964 is not set | ||
| 900 | |||
| 901 | # | ||
| 902 | # Ftape, the floppy tape device driver | ||
| 903 | # | ||
| 904 | |||
| 905 | # | ||
| 906 | # PCMCIA character devices | ||
| 907 | # | ||
| 908 | # CONFIG_SYNCLINK_CS is not set | ||
| 909 | # CONFIG_CARDMAN_4000 is not set | ||
| 910 | # CONFIG_CARDMAN_4040 is not set | ||
| 911 | # CONFIG_RAW_DRIVER is not set | ||
| 912 | |||
| 913 | # | ||
| 914 | # TPM devices | ||
| 915 | # | ||
| 916 | # CONFIG_TCG_TPM is not set | ||
| 917 | # CONFIG_TELCLOCK is not set | ||
| 918 | |||
| 919 | # | ||
| 920 | # I2C support | ||
| 921 | # | ||
| 922 | CONFIG_I2C=y | ||
| 923 | # CONFIG_I2C_CHARDEV is not set | ||
| 924 | |||
| 925 | # | ||
| 926 | # I2C Algorithms | ||
| 927 | # | ||
| 928 | CONFIG_I2C_ALGOBIT=y | ||
| 929 | # CONFIG_I2C_ALGOPCF is not set | ||
| 930 | # CONFIG_I2C_ALGOPCA is not set | ||
| 931 | |||
| 932 | # | ||
| 933 | # I2C Hardware Bus support | ||
| 934 | # | ||
| 935 | CONFIG_I2C_PXA=y | ||
| 936 | # CONFIG_I2C_PXA_SLAVE is not set | ||
| 937 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 938 | # CONFIG_I2C_STUB is not set | ||
| 939 | # CONFIG_I2C_PCA_ISA is not set | ||
| 940 | |||
| 941 | # | ||
| 942 | # Miscellaneous I2C Chip support | ||
| 943 | # | ||
| 944 | # CONFIG_SENSORS_DS1337 is not set | ||
| 945 | # CONFIG_SENSORS_DS1374 is not set | ||
| 946 | # CONFIG_SENSORS_EEPROM is not set | ||
| 947 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 948 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 949 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 950 | # CONFIG_SENSORS_RTC8564 is not set | ||
| 951 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 952 | # CONFIG_RTC_X1205_I2C is not set | ||
| 953 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 954 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 955 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 956 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 957 | |||
| 958 | # | ||
| 959 | # Hardware Monitoring support | ||
| 960 | # | ||
| 961 | # CONFIG_HWMON is not set | ||
| 962 | # CONFIG_HWMON_VID is not set | ||
| 963 | |||
| 964 | # | ||
| 965 | # Misc devices | ||
| 966 | # | ||
| 967 | |||
| 968 | # | ||
| 969 | # Multimedia Capabilities Port drivers | ||
| 970 | # | ||
| 971 | |||
| 972 | # | ||
| 973 | # Multi-Function Devices | ||
| 974 | # | ||
| 975 | |||
| 976 | # | ||
| 977 | # LED devices | ||
| 978 | # | ||
| 979 | CONFIG_NEW_LEDS=y | ||
| 980 | CONFIG_LEDS_CLASS=y | ||
| 981 | CONFIG_LEDS_TRIGGERS=y | ||
| 982 | CONFIG_LEDS_CORGI=y | ||
| 983 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
| 984 | |||
| 985 | # | ||
| 986 | # Multimedia devices | ||
| 987 | # | ||
| 988 | CONFIG_VIDEO_DEV=m | ||
| 989 | |||
| 990 | # | ||
| 991 | # Video For Linux | ||
| 992 | # | ||
| 993 | |||
| 994 | # | ||
| 995 | # Video Adapters | ||
| 996 | # | ||
| 997 | # CONFIG_VIDEO_CPIA is not set | ||
| 998 | # CONFIG_VIDEO_SAA5246A is not set | ||
| 999 | # CONFIG_VIDEO_SAA5249 is not set | ||
| 1000 | # CONFIG_TUNER_3036 is not set | ||
| 1001 | # CONFIG_VIDEO_EM28XX is not set | ||
| 1002 | # CONFIG_VIDEO_OVCAMCHIP is not set | ||
| 1003 | # CONFIG_VIDEO_AUDIO_DECODER is not set | ||
| 1004 | # CONFIG_VIDEO_DECODER is not set | ||
| 1005 | |||
| 1006 | # | ||
| 1007 | # Radio Adapters | ||
| 1008 | # | ||
| 1009 | # CONFIG_RADIO_MAESTRO is not set | ||
| 1010 | |||
| 1011 | # | ||
| 1012 | # Digital Video Broadcasting Devices | ||
| 1013 | # | ||
| 1014 | # CONFIG_DVB is not set | ||
| 1015 | |||
| 1016 | # | ||
| 1017 | # Graphics support | ||
| 1018 | # | ||
| 1019 | CONFIG_FB=y | ||
| 1020 | CONFIG_FB_CFB_FILLRECT=y | ||
| 1021 | CONFIG_FB_CFB_COPYAREA=y | ||
| 1022 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 1023 | # CONFIG_FB_MACMODES is not set | ||
| 1024 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 1025 | # CONFIG_FB_TILEBLITTING is not set | ||
| 1026 | # CONFIG_FB_S1D13XXX is not set | ||
| 1027 | # CONFIG_FB_PXA is not set | ||
| 1028 | CONFIG_FB_W100=y | ||
| 1029 | # CONFIG_FB_VIRTUAL is not set | ||
| 1030 | |||
| 1031 | # | ||
| 1032 | # Console display driver support | ||
| 1033 | # | ||
| 1034 | # CONFIG_VGA_CONSOLE is not set | ||
| 1035 | CONFIG_DUMMY_CONSOLE=y | ||
| 1036 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 1037 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 1038 | CONFIG_FONTS=y | ||
| 1039 | CONFIG_FONT_8x8=y | ||
| 1040 | CONFIG_FONT_8x16=y | ||
| 1041 | # CONFIG_FONT_6x11 is not set | ||
| 1042 | # CONFIG_FONT_7x14 is not set | ||
| 1043 | # CONFIG_FONT_PEARL_8x8 is not set | ||
| 1044 | # CONFIG_FONT_ACORN_8x8 is not set | ||
| 1045 | # CONFIG_FONT_MINI_4x6 is not set | ||
| 1046 | # CONFIG_FONT_SUN8x16 is not set | ||
| 1047 | # CONFIG_FONT_SUN12x22 is not set | ||
| 1048 | # CONFIG_FONT_10x18 is not set | ||
| 1049 | |||
| 1050 | # | ||
| 1051 | # Logo configuration | ||
| 1052 | # | ||
| 1053 | # CONFIG_LOGO is not set | ||
| 1054 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
| 1055 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
| 1056 | CONFIG_BACKLIGHT_DEVICE=y | ||
| 1057 | # CONFIG_LCD_CLASS_DEVICE is not set | ||
| 1058 | CONFIG_BACKLIGHT_CORGI=y | ||
| 1059 | |||
| 1060 | # | ||
| 1061 | # Sound | ||
| 1062 | # | ||
| 1063 | CONFIG_SOUND=m | ||
| 1064 | |||
| 1065 | # | ||
| 1066 | # Advanced Linux Sound Architecture | ||
| 1067 | # | ||
| 1068 | CONFIG_SND=m | ||
| 1069 | CONFIG_SND_AC97_CODEC=m | ||
| 1070 | CONFIG_SND_AC97_BUS=m | ||
| 1071 | CONFIG_SND_TIMER=m | ||
| 1072 | CONFIG_SND_PCM=m | ||
| 1073 | CONFIG_SND_SEQUENCER=m | ||
| 1074 | # CONFIG_SND_SEQ_DUMMY is not set | ||
| 1075 | CONFIG_SND_OSSEMUL=y | ||
| 1076 | CONFIG_SND_MIXER_OSS=m | ||
| 1077 | CONFIG_SND_PCM_OSS=m | ||
| 1078 | # CONFIG_SND_SEQUENCER_OSS is not set | ||
| 1079 | CONFIG_SND_VERBOSE_PRINTK=y | ||
| 1080 | CONFIG_SND_DEBUG=y | ||
| 1081 | # CONFIG_SND_DEBUG_DETECT is not set | ||
| 1082 | |||
| 1083 | # | ||
| 1084 | # Generic devices | ||
| 1085 | # | ||
| 1086 | # CONFIG_SND_DUMMY is not set | ||
| 1087 | # CONFIG_SND_VIRMIDI is not set | ||
| 1088 | # CONFIG_SND_MTPAV is not set | ||
| 1089 | # CONFIG_SND_SERIAL_U16550 is not set | ||
| 1090 | # CONFIG_SND_MPU401 is not set | ||
| 1091 | |||
| 1092 | # | ||
| 1093 | # ALSA ARM devices | ||
| 1094 | # | ||
| 1095 | CONFIG_SND_PXA2XX_PCM=m | ||
| 1096 | CONFIG_SND_PXA2XX_AC97=m | ||
| 1097 | |||
| 1098 | # | ||
| 1099 | # USB devices | ||
| 1100 | # | ||
| 1101 | # CONFIG_SND_USB_AUDIO is not set | ||
| 1102 | |||
| 1103 | # | ||
| 1104 | # PCMCIA devices | ||
| 1105 | # | ||
| 1106 | |||
| 1107 | # | ||
| 1108 | # SoC audio support | ||
| 1109 | # | ||
| 1110 | CONFIG_SND_SOC=m | ||
| 1111 | |||
| 1112 | # | ||
| 1113 | # Soc Platforms | ||
| 1114 | # | ||
| 1115 | CONFIG_SND_PXA2xx_SOC=m | ||
| 1116 | # CONFIG_SND_PXA2xx_SOC_AC97 is not set | ||
| 1117 | CONFIG_SND_PXA2xx_SOC_I2S=m | ||
| 1118 | # CONFIG_SND_PXA2xx_SOC_SSP is not set | ||
| 1119 | |||
| 1120 | # | ||
| 1121 | # PXA2xx machine support | ||
| 1122 | # | ||
| 1123 | # CONFIG_SND_PXA2xx_SOC_MAINSTONE is not set | ||
| 1124 | CONFIG_SND_PXA2xx_SOC_CORGI=m | ||
| 1125 | |||
| 1126 | # | ||
| 1127 | # Soc Codecs | ||
| 1128 | # | ||
| 1129 | # CONFIG_SND_SOC_AC97_CODEC is not set | ||
| 1130 | # CONFIG_SND_SOC_WM8753 is not set | ||
| 1131 | CONFIG_SND_SOC_WM8731=m | ||
| 1132 | # CONFIG_SND_SOC_WM8750 is not set | ||
| 1133 | # CONFIG_SND_SOC_WM8971 is not set | ||
| 1134 | |||
| 1135 | # | ||
| 1136 | # Open Sound System | ||
| 1137 | # | ||
| 1138 | # CONFIG_SOUND_PRIME is not set | ||
| 1139 | # CONFIG_OBSOLETE_OSS_DRIVER is not set | ||
| 1140 | # CONFIG_SOUND_MSNDCLAS is not set | ||
| 1141 | # CONFIG_SOUND_MSNDPIN is not set | ||
| 1142 | # CONFIG_SOUND_OSS is not set | ||
| 1143 | # CONFIG_SOUND_TRACEINIT is not set | ||
| 1144 | # CONFIG_SOUND_DMAP is not set | ||
| 1145 | # CONFIG_SOUND_AD1816 is not set | ||
| 1146 | # CONFIG_SOUND_ADLIB is not set | ||
| 1147 | # CONFIG_SOUND_ACI_MIXER is not set | ||
| 1148 | # CONFIG_SOUND_VMIDI is not set | ||
| 1149 | # CONFIG_SOUND_TRIX is not set | ||
| 1150 | # CONFIG_SOUND_MSS is not set | ||
| 1151 | # CONFIG_SOUND_MPU401 is not set | ||
| 1152 | # CONFIG_SOUND_PAS is not set | ||
| 1153 | # CONFIG_SOUND_PSS is not set | ||
| 1154 | # CONFIG_SOUND_SB is not set | ||
| 1155 | # CONFIG_SOUND_OPL3SA2 is not set | ||
| 1156 | # CONFIG_SOUND_UART6850 is not set | ||
| 1157 | # CONFIG_SOUND_AEDSP16 is not set | ||
| 1158 | # CONFIG_SOUND_TVMIXER is not set | ||
| 1159 | |||
| 1160 | # | ||
| 1161 | # USB support | ||
| 1162 | # | ||
| 1163 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 1164 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 1165 | CONFIG_USB=m | ||
| 1166 | # CONFIG_USB_DEBUG is not set | ||
| 1167 | |||
| 1168 | # | ||
| 1169 | # Miscellaneous USB options | ||
| 1170 | # | ||
| 1171 | CONFIG_USB_DEVICEFS=y | ||
| 1172 | # CONFIG_USB_BANDWIDTH is not set | ||
| 1173 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 1174 | # CONFIG_USB_SUSPEND is not set | ||
| 1175 | # CONFIG_USB_OTG is not set | ||
| 1176 | |||
| 1177 | # | ||
| 1178 | # USB Host Controller Drivers | ||
| 1179 | # | ||
| 1180 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 1181 | CONFIG_USB_SL811_HCD=m | ||
| 1182 | CONFIG_USB_SL811_CS=m | ||
| 1183 | |||
| 1184 | # | ||
| 1185 | # USB Device Class drivers | ||
| 1186 | # | ||
| 1187 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | ||
| 1188 | CONFIG_USB_ACM=m | ||
| 1189 | CONFIG_USB_PRINTER=m | ||
| 1190 | |||
| 1191 | # | ||
| 1192 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 1193 | # | ||
| 1194 | |||
| 1195 | # | ||
| 1196 | # may also be needed; see USB_STORAGE Help for more information | ||
| 1197 | # | ||
| 1198 | CONFIG_USB_STORAGE=m | ||
| 1199 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 1200 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
| 1201 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 1202 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
| 1203 | # CONFIG_USB_STORAGE_DPCM is not set | ||
| 1204 | # CONFIG_USB_STORAGE_USBAT is not set | ||
| 1205 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
| 1206 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
| 1207 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
| 1208 | |||
| 1209 | # | ||
| 1210 | # USB Input Devices | ||
| 1211 | # | ||
| 1212 | CONFIG_USB_HID=m | ||
| 1213 | CONFIG_USB_HIDINPUT=y | ||
| 1214 | # CONFIG_HID_FF is not set | ||
| 1215 | # CONFIG_USB_HIDDEV is not set | ||
| 1216 | |||
| 1217 | # | ||
| 1218 | # USB HID Boot Protocol drivers | ||
| 1219 | # | ||
| 1220 | CONFIG_USB_KBD=m | ||
| 1221 | CONFIG_USB_MOUSE=m | ||
| 1222 | CONFIG_USB_AIPTEK=m | ||
| 1223 | CONFIG_USB_WACOM=m | ||
| 1224 | # CONFIG_USB_ACECAD is not set | ||
| 1225 | CONFIG_USB_KBTAB=m | ||
| 1226 | CONFIG_USB_POWERMATE=m | ||
| 1227 | CONFIG_USB_MTOUCH=m | ||
| 1228 | # CONFIG_USB_ITMTOUCH is not set | ||
| 1229 | CONFIG_USB_EGALAX=m | ||
| 1230 | # CONFIG_USB_YEALINK is not set | ||
| 1231 | CONFIG_USB_XPAD=m | ||
| 1232 | CONFIG_USB_ATI_REMOTE=m | ||
| 1233 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
| 1234 | # CONFIG_USB_APPLETOUCH is not set | ||
| 1235 | |||
| 1236 | # | ||
| 1237 | # USB Imaging devices | ||
| 1238 | # | ||
| 1239 | CONFIG_USB_MDC800=m | ||
| 1240 | CONFIG_USB_MICROTEK=m | ||
| 1241 | |||
| 1242 | # | ||
| 1243 | # USB Multimedia devices | ||
| 1244 | # | ||
| 1245 | CONFIG_USB_DABUSB=m | ||
| 1246 | CONFIG_USB_VICAM=m | ||
| 1247 | CONFIG_USB_DSBR=m | ||
| 1248 | CONFIG_USB_IBMCAM=m | ||
| 1249 | CONFIG_USB_KONICAWC=m | ||
| 1250 | CONFIG_USB_OV511=m | ||
| 1251 | CONFIG_USB_SE401=m | ||
| 1252 | CONFIG_USB_SN9C102=m | ||
| 1253 | CONFIG_USB_STV680=m | ||
| 1254 | # CONFIG_USB_PWC is not set | ||
| 1255 | |||
| 1256 | # | ||
| 1257 | # USB Network Adapters | ||
| 1258 | # | ||
| 1259 | CONFIG_USB_CATC=m | ||
| 1260 | CONFIG_USB_KAWETH=m | ||
| 1261 | CONFIG_USB_PEGASUS=m | ||
| 1262 | CONFIG_USB_RTL8150=m | ||
| 1263 | CONFIG_USB_USBNET=m | ||
| 1264 | CONFIG_USB_NET_AX8817X=m | ||
| 1265 | CONFIG_USB_NET_CDCETHER=m | ||
| 1266 | # CONFIG_USB_NET_GL620A is not set | ||
| 1267 | CONFIG_USB_NET_NET1080=m | ||
| 1268 | # CONFIG_USB_NET_PLUSB is not set | ||
| 1269 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
| 1270 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
| 1271 | CONFIG_USB_NET_ZAURUS=m | ||
| 1272 | # CONFIG_USB_ZD1201 is not set | ||
| 1273 | CONFIG_USB_MON=y | ||
| 1274 | |||
| 1275 | # | ||
| 1276 | # USB port drivers | ||
| 1277 | # | ||
| 1278 | |||
| 1279 | # | ||
| 1280 | # USB Serial Converter support | ||
| 1281 | # | ||
| 1282 | CONFIG_USB_SERIAL=m | ||
| 1283 | CONFIG_USB_SERIAL_GENERIC=y | ||
| 1284 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
| 1285 | # CONFIG_USB_SERIAL_ANYDATA is not set | ||
| 1286 | CONFIG_USB_SERIAL_BELKIN=m | ||
| 1287 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
| 1288 | CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m | ||
| 1289 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
| 1290 | CONFIG_USB_SERIAL_CYPRESS_M8=m | ||
| 1291 | CONFIG_USB_SERIAL_EMPEG=m | ||
| 1292 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
| 1293 | CONFIG_USB_SERIAL_VISOR=m | ||
| 1294 | CONFIG_USB_SERIAL_IPAQ=m | ||
| 1295 | CONFIG_USB_SERIAL_IR=m | ||
| 1296 | CONFIG_USB_SERIAL_EDGEPORT=m | ||
| 1297 | CONFIG_USB_SERIAL_EDGEPORT_TI=m | ||
| 1298 | CONFIG_USB_SERIAL_GARMIN=m | ||
| 1299 | CONFIG_USB_SERIAL_IPW=m | ||
| 1300 | CONFIG_USB_SERIAL_KEYSPAN_PDA=m | ||
| 1301 | CONFIG_USB_SERIAL_KEYSPAN=m | ||
| 1302 | # CONFIG_USB_SERIAL_KEYSPAN_MPR is not set | ||
| 1303 | # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set | ||
| 1304 | # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set | ||
| 1305 | # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set | ||
| 1306 | # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set | ||
| 1307 | # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set | ||
| 1308 | # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set | ||
| 1309 | # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set | ||
| 1310 | # CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set | ||
| 1311 | # CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set | ||
| 1312 | # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set | ||
| 1313 | # CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set | ||
| 1314 | CONFIG_USB_SERIAL_KLSI=m | ||
| 1315 | CONFIG_USB_SERIAL_KOBIL_SCT=m | ||
| 1316 | CONFIG_USB_SERIAL_MCT_U232=m | ||
| 1317 | CONFIG_USB_SERIAL_PL2303=m | ||
| 1318 | # CONFIG_USB_SERIAL_HP4X is not set | ||
| 1319 | CONFIG_USB_SERIAL_SAFE=m | ||
| 1320 | # CONFIG_USB_SERIAL_SAFE_PADDED is not set | ||
| 1321 | CONFIG_USB_SERIAL_TI=m | ||
| 1322 | CONFIG_USB_SERIAL_CYBERJACK=m | ||
| 1323 | CONFIG_USB_SERIAL_XIRCOM=m | ||
| 1324 | CONFIG_USB_SERIAL_OMNINET=m | ||
| 1325 | CONFIG_USB_EZUSB=y | ||
| 1326 | |||
| 1327 | # | ||
| 1328 | # USB Miscellaneous drivers | ||
| 1329 | # | ||
| 1330 | CONFIG_USB_EMI62=m | ||
| 1331 | CONFIG_USB_EMI26=m | ||
| 1332 | CONFIG_USB_AUERSWALD=m | ||
| 1333 | CONFIG_USB_RIO500=m | ||
| 1334 | CONFIG_USB_LEGOTOWER=m | ||
| 1335 | CONFIG_USB_LCD=m | ||
| 1336 | CONFIG_USB_LED=m | ||
| 1337 | CONFIG_USB_CYTHERM=m | ||
| 1338 | CONFIG_USB_PHIDGETKIT=m | ||
| 1339 | CONFIG_USB_PHIDGETSERVO=m | ||
| 1340 | CONFIG_USB_IDMOUSE=m | ||
| 1341 | # CONFIG_USB_LD is not set | ||
| 1342 | # CONFIG_USB_TEST is not set | ||
| 1343 | |||
| 1344 | # | ||
| 1345 | # USB DSL modem support | ||
| 1346 | # | ||
| 1347 | |||
| 1348 | # | ||
| 1349 | # USB Gadget Support | ||
| 1350 | # | ||
| 1351 | CONFIG_USB_GADGET=y | ||
| 1352 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
| 1353 | CONFIG_USB_GADGET_SELECTED=y | ||
| 1354 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 1355 | CONFIG_USB_GADGET_PXA2XX=y | ||
| 1356 | CONFIG_USB_PXA2XX=y | ||
| 1357 | # CONFIG_USB_PXA2XX_SMALL is not set | ||
| 1358 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 1359 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
| 1360 | # CONFIG_USB_GADGET_OMAP is not set | ||
| 1361 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
| 1362 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
| 1363 | CONFIG_USB_ZERO=m | ||
| 1364 | CONFIG_USB_ETH=m | ||
| 1365 | CONFIG_USB_ETH_RNDIS=y | ||
| 1366 | CONFIG_USB_GADGETFS=m | ||
| 1367 | CONFIG_USB_FILE_STORAGE=m | ||
| 1368 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
| 1369 | CONFIG_USB_G_SERIAL=m | ||
| 1370 | |||
| 1371 | # | ||
| 1372 | # MMC/SD Card support | ||
| 1373 | # | ||
| 1374 | CONFIG_MMC=y | ||
| 1375 | # CONFIG_MMC_DEBUG is not set | ||
| 1376 | CONFIG_MMC_BLOCK=y | ||
| 1377 | CONFIG_MMC_PXA=y | ||
| 1378 | # CONFIG_MMC_WBSD is not set | ||
| 1379 | |||
| 1380 | # | ||
| 1381 | # File systems | ||
| 1382 | # | ||
| 1383 | CONFIG_EXT2_FS=y | ||
| 1384 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1385 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1386 | # CONFIG_EXT3_FS is not set | ||
| 1387 | # CONFIG_JBD is not set | ||
| 1388 | # CONFIG_REISERFS_FS is not set | ||
| 1389 | # CONFIG_JFS_FS is not set | ||
| 1390 | # CONFIG_FS_POSIX_ACL is not set | ||
| 1391 | # CONFIG_XFS_FS is not set | ||
| 1392 | # CONFIG_MINIX_FS is not set | ||
| 1393 | # CONFIG_ROMFS_FS is not set | ||
| 1394 | CONFIG_INOTIFY=y | ||
| 1395 | # CONFIG_QUOTA is not set | ||
| 1396 | CONFIG_DNOTIFY=y | ||
| 1397 | # CONFIG_AUTOFS_FS is not set | ||
| 1398 | # CONFIG_AUTOFS4_FS is not set | ||
| 1399 | # CONFIG_FUSE_FS is not set | ||
| 1400 | |||
| 1401 | # | ||
| 1402 | # CD-ROM/DVD Filesystems | ||
| 1403 | # | ||
| 1404 | # CONFIG_ISO9660_FS is not set | ||
| 1405 | # CONFIG_UDF_FS is not set | ||
| 1406 | |||
| 1407 | # | ||
| 1408 | # DOS/FAT/NT Filesystems | ||
| 1409 | # | ||
| 1410 | CONFIG_FAT_FS=y | ||
| 1411 | CONFIG_MSDOS_FS=y | ||
| 1412 | CONFIG_VFAT_FS=y | ||
| 1413 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1414 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1415 | # CONFIG_NTFS_FS is not set | ||
| 1416 | |||
| 1417 | # | ||
| 1418 | # Pseudo filesystems | ||
| 1419 | # | ||
| 1420 | CONFIG_PROC_FS=y | ||
| 1421 | CONFIG_SYSFS=y | ||
| 1422 | CONFIG_TMPFS=y | ||
| 1423 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1424 | CONFIG_RAMFS=y | ||
| 1425 | # CONFIG_RELAYFS_FS is not set | ||
| 1426 | |||
| 1427 | # | ||
| 1428 | # Miscellaneous filesystems | ||
| 1429 | # | ||
| 1430 | # CONFIG_ADFS_FS is not set | ||
| 1431 | # CONFIG_AFFS_FS is not set | ||
| 1432 | # CONFIG_HFS_FS is not set | ||
| 1433 | # CONFIG_HFSPLUS_FS is not set | ||
| 1434 | # CONFIG_BEFS_FS is not set | ||
| 1435 | # CONFIG_BFS_FS is not set | ||
| 1436 | # CONFIG_EFS_FS is not set | ||
| 1437 | # CONFIG_JFFS_FS is not set | ||
| 1438 | CONFIG_JFFS2_FS=y | ||
| 1439 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 1440 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 1441 | CONFIG_JFFS2_SUMMARY=y | ||
| 1442 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
| 1443 | CONFIG_JFFS2_ZLIB=y | ||
| 1444 | CONFIG_JFFS2_RTIME=y | ||
| 1445 | CONFIG_JFFS2_RUBIN=y | ||
| 1446 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
| 1447 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
| 1448 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
| 1449 | CONFIG_CRAMFS=m | ||
| 1450 | # CONFIG_VXFS_FS is not set | ||
| 1451 | # CONFIG_HPFS_FS is not set | ||
| 1452 | # CONFIG_QNX4FS_FS is not set | ||
| 1453 | # CONFIG_SYSV_FS is not set | ||
| 1454 | # CONFIG_UFS_FS is not set | ||
| 1455 | |||
| 1456 | # | ||
| 1457 | # Network File Systems | ||
| 1458 | # | ||
| 1459 | CONFIG_NFS_FS=m | ||
| 1460 | CONFIG_NFS_V3=y | ||
| 1461 | # CONFIG_NFS_V3_ACL is not set | ||
| 1462 | CONFIG_NFS_V4=y | ||
| 1463 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1464 | # CONFIG_NFSD is not set | ||
| 1465 | CONFIG_LOCKD=m | ||
| 1466 | CONFIG_LOCKD_V4=y | ||
| 1467 | CONFIG_NFS_COMMON=y | ||
| 1468 | CONFIG_SUNRPC=m | ||
| 1469 | CONFIG_SUNRPC_GSS=m | ||
| 1470 | CONFIG_RPCSEC_GSS_KRB5=m | ||
| 1471 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1472 | CONFIG_SMB_FS=m | ||
| 1473 | CONFIG_SMB_NLS_DEFAULT=y | ||
| 1474 | CONFIG_SMB_NLS_REMOTE="cp437" | ||
| 1475 | CONFIG_CIFS=m | ||
| 1476 | # CONFIG_CIFS_STATS is not set | ||
| 1477 | # CONFIG_CIFS_XATTR is not set | ||
| 1478 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
| 1479 | # CONFIG_NCP_FS is not set | ||
| 1480 | # CONFIG_CODA_FS is not set | ||
| 1481 | # CONFIG_AFS_FS is not set | ||
| 1482 | # CONFIG_9P_FS is not set | ||
| 1483 | |||
| 1484 | # | ||
| 1485 | # Partition Types | ||
| 1486 | # | ||
| 1487 | CONFIG_PARTITION_ADVANCED=y | ||
| 1488 | # CONFIG_ACORN_PARTITION is not set | ||
| 1489 | # CONFIG_OSF_PARTITION is not set | ||
| 1490 | # CONFIG_AMIGA_PARTITION is not set | ||
| 1491 | # CONFIG_ATARI_PARTITION is not set | ||
| 1492 | # CONFIG_MAC_PARTITION is not set | ||
| 1493 | CONFIG_MSDOS_PARTITION=y | ||
| 1494 | # CONFIG_BSD_DISKLABEL is not set | ||
| 1495 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 1496 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 1497 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 1498 | # CONFIG_LDM_PARTITION is not set | ||
| 1499 | # CONFIG_SGI_PARTITION is not set | ||
| 1500 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 1501 | # CONFIG_SUN_PARTITION is not set | ||
| 1502 | # CONFIG_EFI_PARTITION is not set | ||
| 1503 | |||
| 1504 | # | ||
| 1505 | # Native Language Support | ||
| 1506 | # | ||
| 1507 | CONFIG_NLS=y | ||
| 1508 | CONFIG_NLS_DEFAULT="cp437" | ||
| 1509 | CONFIG_NLS_CODEPAGE_437=y | ||
| 1510 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1511 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1512 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 1513 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1514 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1515 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1516 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1517 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1518 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1519 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1520 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1521 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1522 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1523 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1524 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1525 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1526 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1527 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1528 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1529 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1530 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1531 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1532 | # CONFIG_NLS_ASCII is not set | ||
| 1533 | CONFIG_NLS_ISO8859_1=y | ||
| 1534 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1535 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1536 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1537 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1538 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1539 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1540 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1541 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1542 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1543 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1544 | # CONFIG_NLS_KOI8_R is not set | ||
| 1545 | # CONFIG_NLS_KOI8_U is not set | ||
| 1546 | CONFIG_NLS_UTF8=y | ||
| 1547 | |||
| 1548 | # | ||
| 1549 | # Profiling support | ||
| 1550 | # | ||
| 1551 | CONFIG_PROFILING=y | ||
| 1552 | CONFIG_OPROFILE=m | ||
| 1553 | |||
| 1554 | # | ||
| 1555 | # Kernel hacking | ||
| 1556 | # | ||
| 1557 | # CONFIG_PRINTK_TIME is not set | ||
| 1558 | CONFIG_DEBUG_KERNEL=y | ||
| 1559 | CONFIG_MAGIC_SYSRQ=y | ||
| 1560 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 1561 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 1562 | # CONFIG_SCHEDSTATS is not set | ||
| 1563 | # CONFIG_DEBUG_SLAB is not set | ||
| 1564 | # CONFIG_DEBUG_PREEMPT is not set | ||
| 1565 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 1566 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 1567 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 1568 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 1569 | # CONFIG_DEBUG_INFO is not set | ||
| 1570 | # CONFIG_DEBUG_FS is not set | ||
| 1571 | # CONFIG_DEBUG_VM is not set | ||
| 1572 | CONFIG_FRAME_POINTER=y | ||
| 1573 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1574 | # CONFIG_DEBUG_USER is not set | ||
| 1575 | # CONFIG_DEBUG_WAITQ is not set | ||
| 1576 | CONFIG_DEBUG_ERRORS=y | ||
| 1577 | CONFIG_DEBUG_LL=y | ||
| 1578 | # CONFIG_DEBUG_ICEDCC is not set | ||
| 1579 | |||
| 1580 | # | ||
| 1581 | # Security options | ||
| 1582 | # | ||
| 1583 | # CONFIG_KEYS is not set | ||
| 1584 | # CONFIG_SECURITY is not set | ||
| 1585 | |||
| 1586 | # | ||
| 1587 | # Cryptographic options | ||
| 1588 | # | ||
| 1589 | CONFIG_CRYPTO=y | ||
| 1590 | CONFIG_CRYPTO_HMAC=y | ||
| 1591 | CONFIG_CRYPTO_NULL=m | ||
| 1592 | CONFIG_CRYPTO_MD4=m | ||
| 1593 | CONFIG_CRYPTO_MD5=m | ||
| 1594 | CONFIG_CRYPTO_SHA1=m | ||
| 1595 | CONFIG_CRYPTO_SHA256=m | ||
| 1596 | CONFIG_CRYPTO_SHA512=m | ||
| 1597 | CONFIG_CRYPTO_WP512=m | ||
| 1598 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1599 | CONFIG_CRYPTO_DES=m | ||
| 1600 | CONFIG_CRYPTO_BLOWFISH=m | ||
| 1601 | CONFIG_CRYPTO_TWOFISH=m | ||
| 1602 | CONFIG_CRYPTO_SERPENT=m | ||
| 1603 | CONFIG_CRYPTO_AES=m | ||
| 1604 | CONFIG_CRYPTO_CAST5=m | ||
| 1605 | CONFIG_CRYPTO_CAST6=m | ||
| 1606 | CONFIG_CRYPTO_TEA=m | ||
| 1607 | CONFIG_CRYPTO_ARC4=m | ||
| 1608 | CONFIG_CRYPTO_KHAZAD=m | ||
| 1609 | CONFIG_CRYPTO_ANUBIS=m | ||
| 1610 | CONFIG_CRYPTO_DEFLATE=m | ||
| 1611 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 1612 | CONFIG_CRYPTO_CRC32C=m | ||
| 1613 | CONFIG_CRYPTO_TEST=m | ||
| 1614 | |||
| 1615 | # | ||
| 1616 | # Hardware crypto devices | ||
| 1617 | # | ||
| 1618 | |||
| 1619 | # | ||
| 1620 | # Library routines | ||
| 1621 | # | ||
| 1622 | CONFIG_CRC_CCITT=y | ||
| 1623 | # CONFIG_CRC16 is not set | ||
| 1624 | CONFIG_CRC32=y | ||
| 1625 | CONFIG_LIBCRC32C=m | ||
| 1626 | CONFIG_ZLIB_INFLATE=y | ||
| 1627 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-collie b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-collie new file mode 100644 index 0000000000..cbe06f9c3a --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-collie | |||
| @@ -0,0 +1,985 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.14-git3 | ||
| 4 | # Thu Nov 3 09:37:28 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | |||
| 12 | # | ||
| 13 | # Code maturity level options | ||
| 14 | # | ||
| 15 | CONFIG_EXPERIMENTAL=y | ||
| 16 | # CONFIG_CLEAN_COMPILE is not set | ||
| 17 | CONFIG_BROKEN=y | ||
| 18 | CONFIG_BROKEN_ON_SMP=y | ||
| 19 | CONFIG_LOCK_KERNEL=y | ||
| 20 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 21 | |||
| 22 | # | ||
| 23 | # General setup | ||
| 24 | # | ||
| 25 | CONFIG_LOCALVERSION="" | ||
| 26 | CONFIG_LOCALVERSION_AUTO=y | ||
| 27 | CONFIG_SWAP=y | ||
| 28 | CONFIG_SYSVIPC=y | ||
| 29 | # CONFIG_POSIX_MQUEUE is not set | ||
| 30 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 31 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 32 | CONFIG_SYSCTL=y | ||
| 33 | # CONFIG_AUDIT is not set | ||
| 34 | CONFIG_HOTPLUG=y | ||
| 35 | CONFIG_KOBJECT_UEVENT=y | ||
| 36 | # CONFIG_IKCONFIG is not set | ||
| 37 | CONFIG_INITRAMFS_SOURCE="" | ||
| 38 | CONFIG_EMBEDDED=y | ||
| 39 | CONFIG_KALLSYMS=y | ||
| 40 | # CONFIG_KALLSYMS_ALL is not set | ||
| 41 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 42 | CONFIG_PRINTK=y | ||
| 43 | CONFIG_BUG=y | ||
| 44 | CONFIG_BASE_FULL=y | ||
| 45 | CONFIG_FUTEX=y | ||
| 46 | CONFIG_EPOLL=y | ||
| 47 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 48 | CONFIG_SHMEM=y | ||
| 49 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 50 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 51 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 52 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 53 | # CONFIG_TINY_SHMEM is not set | ||
| 54 | CONFIG_BASE_SMALL=0 | ||
| 55 | |||
| 56 | # | ||
| 57 | # Loadable module support | ||
| 58 | # | ||
| 59 | CONFIG_MODULES=y | ||
| 60 | CONFIG_MODULE_UNLOAD=y | ||
| 61 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 62 | CONFIG_OBSOLETE_MODPARM=y | ||
| 63 | CONFIG_MODVERSIONS=y | ||
| 64 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 65 | CONFIG_KMOD=y | ||
| 66 | |||
| 67 | # | ||
| 68 | # System Type | ||
| 69 | # | ||
| 70 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 71 | # CONFIG_ARCH_CLPS711X is not set | ||
| 72 | # CONFIG_ARCH_CO285 is not set | ||
| 73 | # CONFIG_ARCH_EBSA110 is not set | ||
| 74 | # CONFIG_ARCH_CAMELOT is not set | ||
| 75 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 76 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 77 | # CONFIG_ARCH_IOP3XX is not set | ||
| 78 | # CONFIG_ARCH_IXP4XX is not set | ||
| 79 | # CONFIG_ARCH_IXP2000 is not set | ||
| 80 | # CONFIG_ARCH_L7200 is not set | ||
| 81 | # CONFIG_ARCH_PXA is not set | ||
| 82 | # CONFIG_ARCH_RPC is not set | ||
| 83 | CONFIG_ARCH_SA1100=y | ||
| 84 | # CONFIG_ARCH_S3C2410 is not set | ||
| 85 | # CONFIG_ARCH_SHARK is not set | ||
| 86 | # CONFIG_ARCH_LH7A40X is not set | ||
| 87 | # CONFIG_ARCH_OMAP is not set | ||
| 88 | # CONFIG_ARCH_VERSATILE is not set | ||
| 89 | # CONFIG_ARCH_IMX is not set | ||
| 90 | # CONFIG_ARCH_H720X is not set | ||
| 91 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 92 | |||
| 93 | # | ||
| 94 | # SA11x0 Implementations | ||
| 95 | # | ||
| 96 | # CONFIG_SA1100_ASSABET is not set | ||
| 97 | # CONFIG_SA1100_CERF is not set | ||
| 98 | CONFIG_SA1100_COLLIE=y | ||
| 99 | # CONFIG_SA1100_H3100 is not set | ||
| 100 | # CONFIG_SA1100_H3600 is not set | ||
| 101 | # CONFIG_SA1100_H3800 is not set | ||
| 102 | # CONFIG_SA1100_BADGE4 is not set | ||
| 103 | # CONFIG_SA1100_JORNADA720 is not set | ||
| 104 | # CONFIG_SA1100_HACKKIT is not set | ||
| 105 | # CONFIG_SA1100_LART is not set | ||
| 106 | # CONFIG_SA1100_PLEB is not set | ||
| 107 | # CONFIG_SA1100_SHANNON is not set | ||
| 108 | # CONFIG_SA1100_SIMPAD is not set | ||
| 109 | # CONFIG_SA1100_SSP is not set | ||
| 110 | |||
| 111 | # | ||
| 112 | # Processor Type | ||
| 113 | # | ||
| 114 | CONFIG_CPU_32=y | ||
| 115 | CONFIG_CPU_SA1100=y | ||
| 116 | CONFIG_CPU_32v4=y | ||
| 117 | CONFIG_CPU_ABRT_EV4=y | ||
| 118 | CONFIG_CPU_CACHE_V4WB=y | ||
| 119 | CONFIG_CPU_CACHE_VIVT=y | ||
| 120 | CONFIG_CPU_TLB_V4WB=y | ||
| 121 | |||
| 122 | # | ||
| 123 | # Processor Features | ||
| 124 | # | ||
| 125 | CONFIG_SHARP_LOCOMO=y | ||
| 126 | CONFIG_SHARP_PARAM=y | ||
| 127 | CONFIG_SHARP_SCOOP=y | ||
| 128 | |||
| 129 | # | ||
| 130 | # Bus support | ||
| 131 | # | ||
| 132 | CONFIG_ISA=y | ||
| 133 | CONFIG_ISA_DMA_API=y | ||
| 134 | |||
| 135 | # | ||
| 136 | # PCCARD (PCMCIA/CardBus) support | ||
| 137 | # | ||
| 138 | CONFIG_PCCARD=y | ||
| 139 | # CONFIG_PCMCIA_DEBUG is not set | ||
| 140 | CONFIG_PCMCIA=y | ||
| 141 | CONFIG_PCMCIA_LOAD_CIS=y | ||
| 142 | CONFIG_PCMCIA_IOCTL=y | ||
| 143 | |||
| 144 | # | ||
| 145 | # PC-card bridges | ||
| 146 | # | ||
| 147 | # CONFIG_I82365 is not set | ||
| 148 | # CONFIG_TCIC is not set | ||
| 149 | CONFIG_PCMCIA_SA1100=y | ||
| 150 | |||
| 151 | # | ||
| 152 | # Kernel Features | ||
| 153 | # | ||
| 154 | # CONFIG_SMP is not set | ||
| 155 | CONFIG_PREEMPT=y | ||
| 156 | CONFIG_NO_IDLE_HZ=y | ||
| 157 | CONFIG_ARCH_DISCONTIGMEM_ENABLE=y | ||
| 158 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 159 | # CONFIG_FLATMEM_MANUAL is not set | ||
| 160 | CONFIG_DISCONTIGMEM_MANUAL=y | ||
| 161 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 162 | CONFIG_DISCONTIGMEM=y | ||
| 163 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 164 | CONFIG_NEED_MULTIPLE_NODES=y | ||
| 165 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 166 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 167 | # CONFIG_LEDS is not set | ||
| 168 | CONFIG_ALIGNMENT_TRAP=y | ||
| 169 | |||
| 170 | # | ||
| 171 | # Boot options | ||
| 172 | # | ||
| 173 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 174 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 175 | # CONFIG_XIP_KERNEL is not set | ||
| 176 | |||
| 177 | # | ||
| 178 | # CPU Frequency scaling | ||
| 179 | # | ||
| 180 | # CONFIG_CPU_FREQ is not set | ||
| 181 | |||
| 182 | # | ||
| 183 | # Floating point emulation | ||
| 184 | # | ||
| 185 | |||
| 186 | # | ||
| 187 | # At least one emulation must be selected | ||
| 188 | # | ||
| 189 | CONFIG_FPE_NWFPE=y | ||
| 190 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 191 | # CONFIG_FPE_FASTFPE is not set | ||
| 192 | |||
| 193 | # | ||
| 194 | # Userspace binary formats | ||
| 195 | # | ||
| 196 | CONFIG_BINFMT_ELF=y | ||
| 197 | CONFIG_BINFMT_AOUT=m | ||
| 198 | CONFIG_BINFMT_MISC=m | ||
| 199 | # CONFIG_ARTHUR is not set | ||
| 200 | |||
| 201 | # | ||
| 202 | # Power management options | ||
| 203 | # | ||
| 204 | CONFIG_PM=y | ||
| 205 | CONFIG_APM=y | ||
| 206 | |||
| 207 | # | ||
| 208 | # Networking | ||
| 209 | # | ||
| 210 | CONFIG_NET=y | ||
| 211 | |||
| 212 | # | ||
| 213 | # Networking options | ||
| 214 | # | ||
| 215 | CONFIG_PACKET=y | ||
| 216 | CONFIG_PACKET_MMAP=y | ||
| 217 | CONFIG_UNIX=y | ||
| 218 | # CONFIG_NET_KEY is not set | ||
| 219 | CONFIG_INET=y | ||
| 220 | # CONFIG_IP_MULTICAST is not set | ||
| 221 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 222 | CONFIG_IP_FIB_HASH=y | ||
| 223 | # CONFIG_IP_PNP is not set | ||
| 224 | # CONFIG_NET_IPIP is not set | ||
| 225 | # CONFIG_NET_IPGRE is not set | ||
| 226 | # CONFIG_ARPD is not set | ||
| 227 | CONFIG_SYN_COOKIES=y | ||
| 228 | # CONFIG_INET_AH is not set | ||
| 229 | # CONFIG_INET_ESP is not set | ||
| 230 | # CONFIG_INET_IPCOMP is not set | ||
| 231 | # CONFIG_INET_TUNNEL is not set | ||
| 232 | CONFIG_INET_DIAG=y | ||
| 233 | CONFIG_INET_TCP_DIAG=y | ||
| 234 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 235 | CONFIG_TCP_CONG_BIC=y | ||
| 236 | # CONFIG_IPV6 is not set | ||
| 237 | # CONFIG_NETFILTER is not set | ||
| 238 | |||
| 239 | # | ||
| 240 | # DCCP Configuration (EXPERIMENTAL) | ||
| 241 | # | ||
| 242 | # CONFIG_IP_DCCP is not set | ||
| 243 | |||
| 244 | # | ||
| 245 | # SCTP Configuration (EXPERIMENTAL) | ||
| 246 | # | ||
| 247 | # CONFIG_IP_SCTP is not set | ||
| 248 | # CONFIG_ATM is not set | ||
| 249 | # CONFIG_BRIDGE is not set | ||
| 250 | # CONFIG_VLAN_8021Q is not set | ||
| 251 | # CONFIG_DECNET is not set | ||
| 252 | # CONFIG_LLC2 is not set | ||
| 253 | # CONFIG_IPX is not set | ||
| 254 | # CONFIG_ATALK is not set | ||
| 255 | # CONFIG_X25 is not set | ||
| 256 | # CONFIG_LAPB is not set | ||
| 257 | # CONFIG_NET_DIVERT is not set | ||
| 258 | # CONFIG_ECONET is not set | ||
| 259 | # CONFIG_WAN_ROUTER is not set | ||
| 260 | # CONFIG_NET_SCHED is not set | ||
| 261 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 262 | |||
| 263 | # | ||
| 264 | # Network testing | ||
| 265 | # | ||
| 266 | # CONFIG_NET_PKTGEN is not set | ||
| 267 | # CONFIG_HAMRADIO is not set | ||
| 268 | # CONFIG_IRDA is not set | ||
| 269 | # CONFIG_BT is not set | ||
| 270 | # CONFIG_IEEE80211 is not set | ||
| 271 | |||
| 272 | # | ||
| 273 | # Device Drivers | ||
| 274 | # | ||
| 275 | |||
| 276 | # | ||
| 277 | # Generic Driver Options | ||
| 278 | # | ||
| 279 | CONFIG_STANDALONE=y | ||
| 280 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 281 | CONFIG_FW_LOADER=y | ||
| 282 | # CONFIG_DEBUG_DRIVER is not set | ||
| 283 | |||
| 284 | # | ||
| 285 | # Memory Technology Devices (MTD) | ||
| 286 | # | ||
| 287 | CONFIG_MTD=y | ||
| 288 | # CONFIG_MTD_DEBUG is not set | ||
| 289 | # CONFIG_MTD_CONCAT is not set | ||
| 290 | CONFIG_MTD_PARTITIONS=y | ||
| 291 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 292 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
| 293 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 294 | |||
| 295 | # | ||
| 296 | # User Modules And Translation Layers | ||
| 297 | # | ||
| 298 | CONFIG_MTD_CHAR=y | ||
| 299 | CONFIG_MTD_BLOCK=y | ||
| 300 | # CONFIG_FTL is not set | ||
| 301 | # CONFIG_NFTL is not set | ||
| 302 | # CONFIG_INFTL is not set | ||
| 303 | |||
| 304 | # | ||
| 305 | # RAM/ROM/Flash chip drivers | ||
| 306 | # | ||
| 307 | # CONFIG_MTD_CFI is not set | ||
| 308 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 309 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 310 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 311 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 312 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 313 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 314 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 315 | CONFIG_MTD_CFI_I1=y | ||
| 316 | CONFIG_MTD_CFI_I2=y | ||
| 317 | # CONFIG_MTD_CFI_I4 is not set | ||
| 318 | # CONFIG_MTD_CFI_I8 is not set | ||
| 319 | # CONFIG_MTD_RAM is not set | ||
| 320 | # CONFIG_MTD_ROM is not set | ||
| 321 | # CONFIG_MTD_ABSENT is not set | ||
| 322 | CONFIG_MTD_OBSOLETE_CHIPS=y | ||
| 323 | # CONFIG_MTD_AMDSTD is not set | ||
| 324 | CONFIG_MTD_SHARP=y | ||
| 325 | # CONFIG_MTD_JEDEC is not set | ||
| 326 | |||
| 327 | # | ||
| 328 | # Mapping drivers for chip access | ||
| 329 | # | ||
| 330 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 331 | # CONFIG_MTD_PLATRAM is not set | ||
| 332 | |||
| 333 | # | ||
| 334 | # Self-contained MTD device drivers | ||
| 335 | # | ||
| 336 | # CONFIG_MTD_SLRAM is not set | ||
| 337 | # CONFIG_MTD_PHRAM is not set | ||
| 338 | # CONFIG_MTD_MTDRAM is not set | ||
| 339 | # CONFIG_MTD_BLKMTD is not set | ||
| 340 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 341 | |||
| 342 | # | ||
| 343 | # Disk-On-Chip Device Drivers | ||
| 344 | # | ||
| 345 | # CONFIG_MTD_DOC2000 is not set | ||
| 346 | # CONFIG_MTD_DOC2001 is not set | ||
| 347 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 348 | |||
| 349 | # | ||
| 350 | # NAND Flash Device Drivers | ||
| 351 | # | ||
| 352 | # CONFIG_MTD_NAND is not set | ||
| 353 | |||
| 354 | # | ||
| 355 | # Parallel port support | ||
| 356 | # | ||
| 357 | # CONFIG_PARPORT is not set | ||
| 358 | |||
| 359 | # | ||
| 360 | # Plug and Play support | ||
| 361 | # | ||
| 362 | # CONFIG_PNP is not set | ||
| 363 | |||
| 364 | # | ||
| 365 | # Block devices | ||
| 366 | # | ||
| 367 | # CONFIG_BLK_DEV_XD is not set | ||
| 368 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 369 | CONFIG_BLK_DEV_LOOP=y | ||
| 370 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 371 | # CONFIG_BLK_DEV_NBD is not set | ||
| 372 | CONFIG_BLK_DEV_RAM=y | ||
| 373 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 374 | CONFIG_BLK_DEV_RAM_SIZE=1024 | ||
| 375 | CONFIG_BLK_DEV_INITRD=y | ||
| 376 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 377 | |||
| 378 | # | ||
| 379 | # IO Schedulers | ||
| 380 | # | ||
| 381 | CONFIG_IOSCHED_NOOP=y | ||
| 382 | CONFIG_IOSCHED_AS=y | ||
| 383 | CONFIG_IOSCHED_DEADLINE=m | ||
| 384 | CONFIG_IOSCHED_CFQ=m | ||
| 385 | CONFIG_DEFAULT_AS=y | ||
| 386 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 387 | # CONFIG_DEFAULT_CFQ is not set | ||
| 388 | # CONFIG_DEFAULT_NOOP is not set | ||
| 389 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 390 | CONFIG_ATA_OVER_ETH=m | ||
| 391 | |||
| 392 | # | ||
| 393 | # ATA/ATAPI/MFM/RLL support | ||
| 394 | # | ||
| 395 | # CONFIG_IDE is not set | ||
| 396 | |||
| 397 | # | ||
| 398 | # SCSI device support | ||
| 399 | # | ||
| 400 | # CONFIG_RAID_ATTRS is not set | ||
| 401 | # CONFIG_SCSI is not set | ||
| 402 | |||
| 403 | # | ||
| 404 | # Multi-device support (RAID and LVM) | ||
| 405 | # | ||
| 406 | # CONFIG_MD is not set | ||
| 407 | |||
| 408 | # | ||
| 409 | # Fusion MPT device support | ||
| 410 | # | ||
| 411 | # CONFIG_FUSION is not set | ||
| 412 | |||
| 413 | # | ||
| 414 | # IEEE 1394 (FireWire) support | ||
| 415 | # | ||
| 416 | # CONFIG_IEEE1394 is not set | ||
| 417 | |||
| 418 | # | ||
| 419 | # I2O device support | ||
| 420 | # | ||
| 421 | |||
| 422 | # | ||
| 423 | # Network device support | ||
| 424 | # | ||
| 425 | CONFIG_NETDEVICES=y | ||
| 426 | # CONFIG_DUMMY is not set | ||
| 427 | # CONFIG_BONDING is not set | ||
| 428 | # CONFIG_EQUALIZER is not set | ||
| 429 | # CONFIG_TUN is not set | ||
| 430 | |||
| 431 | # | ||
| 432 | # PHY device support | ||
| 433 | # | ||
| 434 | # CONFIG_PHYLIB is not set | ||
| 435 | |||
| 436 | # | ||
| 437 | # Ethernet (10 or 100Mbit) | ||
| 438 | # | ||
| 439 | CONFIG_NET_ETHERNET=y | ||
| 440 | CONFIG_MII=m | ||
| 441 | # CONFIG_SMC91X is not set | ||
| 442 | # CONFIG_DM9000 is not set | ||
| 443 | |||
| 444 | # | ||
| 445 | # Ethernet (1000 Mbit) | ||
| 446 | # | ||
| 447 | |||
| 448 | # | ||
| 449 | # Ethernet (10000 Mbit) | ||
| 450 | # | ||
| 451 | |||
| 452 | # | ||
| 453 | # Token Ring devices | ||
| 454 | # | ||
| 455 | |||
| 456 | # | ||
| 457 | # Wireless LAN (non-hamradio) | ||
| 458 | # | ||
| 459 | CONFIG_NET_RADIO=y | ||
| 460 | |||
| 461 | # | ||
| 462 | # Obsolete Wireless cards support (pre-802.11) | ||
| 463 | # | ||
| 464 | # CONFIG_STRIP is not set | ||
| 465 | # CONFIG_PCMCIA_WAVELAN is not set | ||
| 466 | # CONFIG_PCMCIA_NETWAVE is not set | ||
| 467 | |||
| 468 | # | ||
| 469 | # Wireless 802.11 Frequency Hopping cards support | ||
| 470 | # | ||
| 471 | # CONFIG_PCMCIA_RAYCS is not set | ||
| 472 | |||
| 473 | # | ||
| 474 | # Wireless 802.11b ISA/PCI cards support | ||
| 475 | # | ||
| 476 | CONFIG_HERMES=m | ||
| 477 | # CONFIG_ATMEL is not set | ||
| 478 | |||
| 479 | # | ||
| 480 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
| 481 | # | ||
| 482 | CONFIG_PCMCIA_HERMES=m | ||
| 483 | CONFIG_PCMCIA_SPECTRUM=m | ||
| 484 | # CONFIG_AIRO_CS is not set | ||
| 485 | # CONFIG_PCMCIA_WL3501 is not set | ||
| 486 | CONFIG_HOSTAP=m | ||
| 487 | CONFIG_HOSTAP_FIRMWARE=y | ||
| 488 | CONFIG_HOSTAP_CS=m | ||
| 489 | CONFIG_NET_WIRELESS=y | ||
| 490 | |||
| 491 | # | ||
| 492 | # PCMCIA network device support | ||
| 493 | # | ||
| 494 | CONFIG_NET_PCMCIA=y | ||
| 495 | # CONFIG_PCMCIA_3C589 is not set | ||
| 496 | # CONFIG_PCMCIA_3C574 is not set | ||
| 497 | # CONFIG_PCMCIA_FMVJ18X is not set | ||
| 498 | CONFIG_PCMCIA_PCNET=m | ||
| 499 | # CONFIG_PCMCIA_NMCLAN is not set | ||
| 500 | # CONFIG_PCMCIA_SMC91C92 is not set | ||
| 501 | # CONFIG_PCMCIA_XIRC2PS is not set | ||
| 502 | # CONFIG_PCMCIA_AXNET is not set | ||
| 503 | |||
| 504 | # | ||
| 505 | # Wan interfaces | ||
| 506 | # | ||
| 507 | # CONFIG_WAN is not set | ||
| 508 | CONFIG_PPP=m | ||
| 509 | # CONFIG_PPP_MULTILINK is not set | ||
| 510 | # CONFIG_PPP_FILTER is not set | ||
| 511 | CONFIG_PPP_ASYNC=m | ||
| 512 | # CONFIG_PPP_SYNC_TTY is not set | ||
| 513 | CONFIG_PPP_DEFLATE=m | ||
| 514 | CONFIG_PPP_BSDCOMP=m | ||
| 515 | # CONFIG_PPPOE is not set | ||
| 516 | # CONFIG_SLIP is not set | ||
| 517 | # CONFIG_SHAPER is not set | ||
| 518 | # CONFIG_NETCONSOLE is not set | ||
| 519 | # CONFIG_NETPOLL is not set | ||
| 520 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 521 | |||
| 522 | |||
| 523 | # | ||
| 524 | # ISDN subsystem | ||
| 525 | # | ||
| 526 | # CONFIG_ISDN is not set | ||
| 527 | |||
| 528 | # | ||
| 529 | # Input device support | ||
| 530 | # | ||
| 531 | CONFIG_INPUT=y | ||
| 532 | |||
| 533 | # | ||
| 534 | # Userland interfaces | ||
| 535 | # | ||
| 536 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 537 | # CONFIG_INPUT_JOYDEV is not set | ||
| 538 | CONFIG_INPUT_TSDEV=y | ||
| 539 | CONFIG_INPUT_TSDEV_SCREEN_X=240 | ||
| 540 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 | ||
| 541 | CONFIG_INPUT_EVDEV=y | ||
| 542 | CONFIG_INPUT_EVBUG=y | ||
| 543 | # CONFIG_INPUT_POWER is not set | ||
| 544 | |||
| 545 | # | ||
| 546 | # Input Device Drivers | ||
| 547 | # | ||
| 548 | CONFIG_INPUT_KEYBOARD=y | ||
| 549 | # CONFIG_KEYBOARD_ATKBD is not set | ||
| 550 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 551 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 552 | CONFIG_KEYBOARD_LOCOMO=y | ||
| 553 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 554 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 555 | # CONFIG_INPUT_MOUSE is not set | ||
| 556 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 557 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 558 | # CONFIG_INPUT_MISC is not set | ||
| 559 | |||
| 560 | # | ||
| 561 | # Hardware I/O ports | ||
| 562 | # | ||
| 563 | CONFIG_SERIO=y | ||
| 564 | # CONFIG_SERIO_SERPORT is not set | ||
| 565 | # CONFIG_SERIO_LIBPS2 is not set | ||
| 566 | # CONFIG_SERIO_RAW is not set | ||
| 567 | # CONFIG_GAMEPORT is not set | ||
| 568 | |||
| 569 | # | ||
| 570 | # Character devices | ||
| 571 | # | ||
| 572 | CONFIG_VT=y | ||
| 573 | CONFIG_VT_CONSOLE=y | ||
| 574 | CONFIG_HW_CONSOLE=y | ||
| 575 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 576 | |||
| 577 | # | ||
| 578 | # Serial drivers | ||
| 579 | # | ||
| 580 | # CONFIG_SERIAL_8250 is not set | ||
| 581 | |||
| 582 | # | ||
| 583 | # Non-8250 serial port support | ||
| 584 | # | ||
| 585 | CONFIG_SERIAL_SA1100=y | ||
| 586 | CONFIG_SERIAL_SA1100_CONSOLE=y | ||
| 587 | CONFIG_SERIAL_CORE=y | ||
| 588 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 589 | CONFIG_UNIX98_PTYS=y | ||
| 590 | # CONFIG_LEGACY_PTYS is not set | ||
| 591 | |||
| 592 | # | ||
| 593 | # IPMI | ||
| 594 | # | ||
| 595 | # CONFIG_IPMI_HANDLER is not set | ||
| 596 | |||
| 597 | # | ||
| 598 | # Watchdog Cards | ||
| 599 | # | ||
| 600 | # CONFIG_WATCHDOG is not set | ||
| 601 | # CONFIG_NVRAM is not set | ||
| 602 | # CONFIG_SA1100_RTC is not set | ||
| 603 | # CONFIG_DTLK is not set | ||
| 604 | # CONFIG_R3964 is not set | ||
| 605 | |||
| 606 | # | ||
| 607 | # Ftape, the floppy tape device driver | ||
| 608 | # | ||
| 609 | |||
| 610 | # | ||
| 611 | # PCMCIA character devices | ||
| 612 | # | ||
| 613 | # CONFIG_SYNCLINK_CS is not set | ||
| 614 | # CONFIG_RAW_DRIVER is not set | ||
| 615 | |||
| 616 | # | ||
| 617 | # TPM devices | ||
| 618 | # | ||
| 619 | # CONFIG_TELCLOCK is not set | ||
| 620 | |||
| 621 | # | ||
| 622 | # I2C support | ||
| 623 | # | ||
| 624 | CONFIG_I2C=m | ||
| 625 | # CONFIG_I2C_CHARDEV is not set | ||
| 626 | |||
| 627 | # | ||
| 628 | # I2C Algorithms | ||
| 629 | # | ||
| 630 | CONFIG_I2C_ALGOBIT=m | ||
| 631 | # CONFIG_I2C_ALGOPCF is not set | ||
| 632 | # CONFIG_I2C_ALGOPCA is not set | ||
| 633 | |||
| 634 | # | ||
| 635 | # I2C Hardware Bus support | ||
| 636 | # | ||
| 637 | # CONFIG_I2C_ELEKTOR is not set | ||
| 638 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 639 | # CONFIG_I2C_STUB is not set | ||
| 640 | # CONFIG_I2C_PCA_ISA is not set | ||
| 641 | |||
| 642 | # | ||
| 643 | # Miscellaneous I2C Chip support | ||
| 644 | # | ||
| 645 | # CONFIG_SENSORS_DS1337 is not set | ||
| 646 | # CONFIG_SENSORS_DS1374 is not set | ||
| 647 | # CONFIG_SENSORS_EEPROM is not set | ||
| 648 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 649 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 650 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 651 | # CONFIG_SENSORS_RTC8564 is not set | ||
| 652 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 653 | # CONFIG_RTC_X1205_I2C is not set | ||
| 654 | # CONFIG_MAX7310 is not set | ||
| 655 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 656 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 657 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 658 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 659 | |||
| 660 | # | ||
| 661 | # Hardware Monitoring support | ||
| 662 | # | ||
| 663 | # CONFIG_HWMON is not set | ||
| 664 | |||
| 665 | # | ||
| 666 | # Misc devices | ||
| 667 | # | ||
| 668 | |||
| 669 | # | ||
| 670 | # Multimedia Capabilities Port drivers | ||
| 671 | # | ||
| 672 | # CONFIG_MCP_SA11X0 is not set | ||
| 673 | |||
| 674 | # | ||
| 675 | # SoC drivers | ||
| 676 | # | ||
| 677 | # CONFIG_SOC is not set | ||
| 678 | |||
| 679 | # | ||
| 680 | # Multimedia devices | ||
| 681 | # | ||
| 682 | CONFIG_VIDEO_DEV=m | ||
| 683 | |||
| 684 | # | ||
| 685 | # Video For Linux | ||
| 686 | # | ||
| 687 | |||
| 688 | # | ||
| 689 | # Video Adapters | ||
| 690 | # | ||
| 691 | # CONFIG_VIDEO_PMS is not set | ||
| 692 | # CONFIG_VIDEO_CPIA is not set | ||
| 693 | # CONFIG_VIDEO_SAA5246A is not set | ||
| 694 | # CONFIG_VIDEO_SAA5249 is not set | ||
| 695 | # CONFIG_TUNER_3036 is not set | ||
| 696 | # CONFIG_VIDEO_OVCAMCHIP is not set | ||
| 697 | |||
| 698 | # | ||
| 699 | # Radio Adapters | ||
| 700 | # | ||
| 701 | # CONFIG_RADIO_CADET is not set | ||
| 702 | # CONFIG_RADIO_RTRACK is not set | ||
| 703 | # CONFIG_RADIO_RTRACK2 is not set | ||
| 704 | # CONFIG_RADIO_AZTECH is not set | ||
| 705 | # CONFIG_RADIO_GEMTEK is not set | ||
| 706 | # CONFIG_RADIO_MAESTRO is not set | ||
| 707 | # CONFIG_RADIO_SF16FMI is not set | ||
| 708 | # CONFIG_RADIO_SF16FMR2 is not set | ||
| 709 | # CONFIG_RADIO_TERRATEC is not set | ||
| 710 | # CONFIG_RADIO_TRUST is not set | ||
| 711 | # CONFIG_RADIO_TYPHOON is not set | ||
| 712 | # CONFIG_RADIO_ZOLTRIX is not set | ||
| 713 | |||
| 714 | # | ||
| 715 | # Digital Video Broadcasting Devices | ||
| 716 | # | ||
| 717 | # CONFIG_DVB is not set | ||
| 718 | |||
| 719 | # | ||
| 720 | # Graphics support | ||
| 721 | # | ||
| 722 | CONFIG_FB=y | ||
| 723 | CONFIG_FB_CFB_FILLRECT=y | ||
| 724 | CONFIG_FB_CFB_COPYAREA=y | ||
| 725 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 726 | # CONFIG_FB_MACMODES is not set | ||
| 727 | CONFIG_FB_MODE_HELPERS=y | ||
| 728 | # CONFIG_FB_TILEBLITTING is not set | ||
| 729 | CONFIG_FB_SA1100=y | ||
| 730 | # CONFIG_FB_S1D13XXX is not set | ||
| 731 | # CONFIG_FB_VIRTUAL is not set | ||
| 732 | |||
| 733 | # | ||
| 734 | # Console display driver support | ||
| 735 | # | ||
| 736 | # CONFIG_VGA_CONSOLE is not set | ||
| 737 | # CONFIG_MDA_CONSOLE is not set | ||
| 738 | CONFIG_DUMMY_CONSOLE=y | ||
| 739 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 740 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 741 | CONFIG_FONTS=y | ||
| 742 | CONFIG_FONT_8x8=y | ||
| 743 | # CONFIG_FONT_8x16 is not set | ||
| 744 | # CONFIG_FONT_6x11 is not set | ||
| 745 | # CONFIG_FONT_7x14 is not set | ||
| 746 | # CONFIG_FONT_PEARL_8x8 is not set | ||
| 747 | # CONFIG_FONT_ACORN_8x8 is not set | ||
| 748 | # CONFIG_FONT_MINI_4x6 is not set | ||
| 749 | # CONFIG_FONT_SUN8x16 is not set | ||
| 750 | # CONFIG_FONT_SUN12x22 is not set | ||
| 751 | # CONFIG_FONT_10x18 is not set | ||
| 752 | |||
| 753 | # | ||
| 754 | # Logo configuration | ||
| 755 | # | ||
| 756 | # CONFIG_LOGO is not set | ||
| 757 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 758 | |||
| 759 | # | ||
| 760 | # Sound | ||
| 761 | # | ||
| 762 | # CONFIG_SOUND is not set | ||
| 763 | |||
| 764 | # | ||
| 765 | # USB support | ||
| 766 | # | ||
| 767 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 768 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 769 | # CONFIG_USB is not set | ||
| 770 | |||
| 771 | # | ||
| 772 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 773 | # | ||
| 774 | |||
| 775 | # | ||
| 776 | # USB Gadget Support | ||
| 777 | # | ||
| 778 | CONFIG_USB_GADGET=y | ||
| 779 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
| 780 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 781 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
| 782 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 783 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
| 784 | # CONFIG_USB_GADGET_OMAP is not set | ||
| 785 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
| 786 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
| 787 | |||
| 788 | # | ||
| 789 | # MMC/SD Card support | ||
| 790 | # | ||
| 791 | # CONFIG_MMC is not set | ||
| 792 | |||
| 793 | # | ||
| 794 | # File systems | ||
| 795 | # | ||
| 796 | CONFIG_EXT2_FS=y | ||
| 797 | CONFIG_EXT2_FS_XATTR=y | ||
| 798 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
| 799 | CONFIG_EXT2_FS_SECURITY=y | ||
| 800 | # CONFIG_EXT2_FS_XIP is not set | ||
| 801 | # CONFIG_EXT3_FS is not set | ||
| 802 | # CONFIG_JBD is not set | ||
| 803 | CONFIG_FS_MBCACHE=y | ||
| 804 | # CONFIG_REISERFS_FS is not set | ||
| 805 | # CONFIG_JFS_FS is not set | ||
| 806 | CONFIG_FS_POSIX_ACL=y | ||
| 807 | # CONFIG_XFS_FS is not set | ||
| 808 | # CONFIG_MINIX_FS is not set | ||
| 809 | CONFIG_ROMFS_FS=y | ||
| 810 | CONFIG_INOTIFY=y | ||
| 811 | # CONFIG_QUOTA is not set | ||
| 812 | # CONFIG_DNOTIFY is not set | ||
| 813 | # CONFIG_AUTOFS_FS is not set | ||
| 814 | # CONFIG_AUTOFS4_FS is not set | ||
| 815 | # CONFIG_FUSE_FS is not set | ||
| 816 | |||
| 817 | # | ||
| 818 | # CD-ROM/DVD Filesystems | ||
| 819 | # | ||
| 820 | # CONFIG_ISO9660_FS is not set | ||
| 821 | # CONFIG_UDF_FS is not set | ||
| 822 | |||
| 823 | # | ||
| 824 | # DOS/FAT/NT Filesystems | ||
| 825 | # | ||
| 826 | CONFIG_FAT_FS=y | ||
| 827 | CONFIG_MSDOS_FS=y | ||
| 828 | CONFIG_VFAT_FS=y | ||
| 829 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 830 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 831 | # CONFIG_NTFS_FS is not set | ||
| 832 | |||
| 833 | # | ||
| 834 | # Pseudo filesystems | ||
| 835 | # | ||
| 836 | CONFIG_PROC_FS=y | ||
| 837 | CONFIG_SYSFS=y | ||
| 838 | CONFIG_TMPFS=y | ||
| 839 | # CONFIG_HUGETLBFS is not set | ||
| 840 | # CONFIG_HUGETLB_PAGE is not set | ||
| 841 | CONFIG_RAMFS=y | ||
| 842 | # CONFIG_RELAYFS_FS is not set | ||
| 843 | |||
| 844 | # | ||
| 845 | # Miscellaneous filesystems | ||
| 846 | # | ||
| 847 | # CONFIG_ADFS_FS is not set | ||
| 848 | # CONFIG_AFFS_FS is not set | ||
| 849 | # CONFIG_HFS_FS is not set | ||
| 850 | # CONFIG_HFSPLUS_FS is not set | ||
| 851 | # CONFIG_BEFS_FS is not set | ||
| 852 | # CONFIG_BFS_FS is not set | ||
| 853 | # CONFIG_EFS_FS is not set | ||
| 854 | # CONFIG_JFFS_FS is not set | ||
| 855 | CONFIG_JFFS2_FS=y | ||
| 856 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 857 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 858 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 859 | CONFIG_JFFS2_ZLIB=y | ||
| 860 | CONFIG_JFFS2_RTIME=y | ||
| 861 | CONFIG_JFFS2_SUMMARY=y | ||
| 862 | # CONFIG_JFFS2_RUBIN is not set | ||
| 863 | CONFIG_CRAMFS=y | ||
| 864 | # CONFIG_VXFS_FS is not set | ||
| 865 | # CONFIG_HPFS_FS is not set | ||
| 866 | # CONFIG_QNX4FS_FS is not set | ||
| 867 | # CONFIG_SYSV_FS is not set | ||
| 868 | # CONFIG_UFS_FS is not set | ||
| 869 | |||
| 870 | # | ||
| 871 | # Network File Systems | ||
| 872 | # | ||
| 873 | # CONFIG_NFS_FS is not set | ||
| 874 | # CONFIG_NFSD is not set | ||
| 875 | # CONFIG_SMB_FS is not set | ||
| 876 | # CONFIG_CIFS is not set | ||
| 877 | # CONFIG_NCP_FS is not set | ||
| 878 | # CONFIG_CODA_FS is not set | ||
| 879 | # CONFIG_AFS_FS is not set | ||
| 880 | # CONFIG_9P_FS is not set | ||
| 881 | |||
| 882 | # | ||
| 883 | # Partition Types | ||
| 884 | # | ||
| 885 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 886 | CONFIG_MSDOS_PARTITION=y | ||
| 887 | |||
| 888 | # | ||
| 889 | # Native Language Support | ||
| 890 | # | ||
| 891 | CONFIG_NLS=y | ||
| 892 | CONFIG_NLS_DEFAULT="cp437" | ||
| 893 | CONFIG_NLS_CODEPAGE_437=m | ||
| 894 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 895 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 896 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 897 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 898 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 899 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 900 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 901 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 902 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 903 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 904 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 905 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 906 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 907 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 908 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 909 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 910 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 911 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 912 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 913 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 914 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 915 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 916 | # CONFIG_NLS_ASCII is not set | ||
| 917 | CONFIG_NLS_ISO8859_1=m | ||
| 918 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 919 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 920 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 921 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 922 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 923 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 924 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 925 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 926 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 927 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 928 | # CONFIG_NLS_KOI8_R is not set | ||
| 929 | # CONFIG_NLS_KOI8_U is not set | ||
| 930 | CONFIG_NLS_UTF8=m | ||
| 931 | |||
| 932 | # | ||
| 933 | # Profiling support | ||
| 934 | # | ||
| 935 | # CONFIG_PROFILING is not set | ||
| 936 | |||
| 937 | # | ||
| 938 | # Kernel hacking | ||
| 939 | # | ||
| 940 | # CONFIG_PRINTK_TIME is not set | ||
| 941 | CONFIG_DEBUG_KERNEL=y | ||
| 942 | CONFIG_MAGIC_SYSRQ=y | ||
| 943 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 944 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 945 | # CONFIG_SCHEDSTATS is not set | ||
| 946 | # CONFIG_DEBUG_SLAB is not set | ||
| 947 | CONFIG_DEBUG_PREEMPT=y | ||
| 948 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 949 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 950 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 951 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 952 | # CONFIG_DEBUG_INFO is not set | ||
| 953 | # CONFIG_DEBUG_FS is not set | ||
| 954 | # CONFIG_DEBUG_VM is not set | ||
| 955 | CONFIG_FRAME_POINTER=y | ||
| 956 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 957 | # CONFIG_DEBUG_USER is not set | ||
| 958 | # CONFIG_DEBUG_WAITQ is not set | ||
| 959 | CONFIG_DEBUG_ERRORS=y | ||
| 960 | # CONFIG_DEBUG_LL is not set | ||
| 961 | |||
| 962 | # | ||
| 963 | # Security options | ||
| 964 | # | ||
| 965 | # CONFIG_KEYS is not set | ||
| 966 | # CONFIG_SECURITY is not set | ||
| 967 | |||
| 968 | # | ||
| 969 | # Cryptographic options | ||
| 970 | # | ||
| 971 | # CONFIG_CRYPTO is not set | ||
| 972 | |||
| 973 | # | ||
| 974 | # Hardware crypto devices | ||
| 975 | # | ||
| 976 | |||
| 977 | # | ||
| 978 | # Library routines | ||
| 979 | # | ||
| 980 | # CONFIG_CRC_CCITT is not set | ||
| 981 | # CONFIG_CRC16 is not set | ||
| 982 | CONFIG_CRC32=y | ||
| 983 | # CONFIG_LIBCRC32C is not set | ||
| 984 | CONFIG_ZLIB_INFLATE=y | ||
| 985 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-cxx00 b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-cxx00 new file mode 100644 index 0000000000..5095564476 --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-cxx00 | |||
| @@ -0,0 +1,1576 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.15-rc2 | ||
| 4 | # Fri Nov 25 16:39:44 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | |||
| 12 | # | ||
| 13 | # Code maturity level options | ||
| 14 | # | ||
| 15 | CONFIG_EXPERIMENTAL=y | ||
| 16 | CONFIG_CLEAN_COMPILE=y | ||
| 17 | CONFIG_BROKEN_ON_SMP=y | ||
| 18 | CONFIG_LOCK_KERNEL=y | ||
| 19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | CONFIG_LOCALVERSION_AUTO=y | ||
| 26 | CONFIG_SWAP=y | ||
| 27 | CONFIG_SYSVIPC=y | ||
| 28 | # CONFIG_POSIX_MQUEUE is not set | ||
| 29 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 30 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 31 | CONFIG_SYSCTL=y | ||
| 32 | # CONFIG_AUDIT is not set | ||
| 33 | CONFIG_HOTPLUG=y | ||
| 34 | CONFIG_KOBJECT_UEVENT=y | ||
| 35 | # CONFIG_IKCONFIG is not set | ||
| 36 | CONFIG_INITRAMFS_SOURCE="" | ||
| 37 | CONFIG_EMBEDDED=y | ||
| 38 | CONFIG_KALLSYMS=y | ||
| 39 | # CONFIG_KALLSYMS_ALL is not set | ||
| 40 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 41 | CONFIG_PRINTK=y | ||
| 42 | CONFIG_BUG=y | ||
| 43 | CONFIG_BASE_FULL=y | ||
| 44 | CONFIG_FUTEX=y | ||
| 45 | CONFIG_EPOLL=y | ||
| 46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 47 | CONFIG_SHMEM=y | ||
| 48 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 49 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 50 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 51 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 52 | # CONFIG_TINY_SHMEM is not set | ||
| 53 | CONFIG_BASE_SMALL=0 | ||
| 54 | |||
| 55 | # | ||
| 56 | # Loadable module support | ||
| 57 | # | ||
| 58 | CONFIG_MODULES=y | ||
| 59 | CONFIG_MODULE_UNLOAD=y | ||
| 60 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 61 | CONFIG_OBSOLETE_MODPARM=y | ||
| 62 | # CONFIG_MODVERSIONS is not set | ||
| 63 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 64 | CONFIG_KMOD=y | ||
| 65 | |||
| 66 | # | ||
| 67 | # Block layer | ||
| 68 | # | ||
| 69 | |||
| 70 | # | ||
| 71 | # IO Schedulers | ||
| 72 | # | ||
| 73 | CONFIG_IOSCHED_NOOP=y | ||
| 74 | CONFIG_IOSCHED_AS=y | ||
| 75 | CONFIG_IOSCHED_DEADLINE=m | ||
| 76 | CONFIG_IOSCHED_CFQ=m | ||
| 77 | CONFIG_DEFAULT_AS=y | ||
| 78 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 79 | # CONFIG_DEFAULT_CFQ is not set | ||
| 80 | # CONFIG_DEFAULT_NOOP is not set | ||
| 81 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 82 | |||
| 83 | # | ||
| 84 | # System Type | ||
| 85 | # | ||
| 86 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 87 | # CONFIG_ARCH_CLPS711X is not set | ||
| 88 | # CONFIG_ARCH_CO285 is not set | ||
| 89 | # CONFIG_ARCH_EBSA110 is not set | ||
| 90 | # CONFIG_ARCH_CAMELOT is not set | ||
| 91 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 92 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 93 | # CONFIG_ARCH_IOP3XX is not set | ||
| 94 | # CONFIG_ARCH_IXP4XX is not set | ||
| 95 | # CONFIG_ARCH_IXP2000 is not set | ||
| 96 | # CONFIG_ARCH_L7200 is not set | ||
| 97 | CONFIG_ARCH_PXA=y | ||
| 98 | # CONFIG_ARCH_RPC is not set | ||
| 99 | # CONFIG_ARCH_SA1100 is not set | ||
| 100 | # CONFIG_ARCH_S3C2410 is not set | ||
| 101 | # CONFIG_ARCH_SHARK is not set | ||
| 102 | # CONFIG_ARCH_LH7A40X is not set | ||
| 103 | # CONFIG_ARCH_OMAP is not set | ||
| 104 | # CONFIG_ARCH_VERSATILE is not set | ||
| 105 | # CONFIG_ARCH_REALVIEW is not set | ||
| 106 | # CONFIG_ARCH_IMX is not set | ||
| 107 | # CONFIG_ARCH_H720X is not set | ||
| 108 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 109 | |||
| 110 | # | ||
| 111 | # Intel PXA2xx Implementations | ||
| 112 | # | ||
| 113 | # CONFIG_ARCH_LUBBOCK is not set | ||
| 114 | # CONFIG_MACH_MAINSTONE is not set | ||
| 115 | # CONFIG_ARCH_PXA_IDP is not set | ||
| 116 | CONFIG_PXA_SHARPSL=y | ||
| 117 | # CONFIG_MACH_HX2750 is not set | ||
| 118 | # CONFIG_PXA_SHARPSL_25x is not set | ||
| 119 | CONFIG_PXA_SHARPSL_27x=y | ||
| 120 | CONFIG_MACH_AKITA=y | ||
| 121 | CONFIG_MACH_SPITZ=y | ||
| 122 | CONFIG_MACH_BORZOI=y | ||
| 123 | # CONFIG_MACH_TOSA is not set | ||
| 124 | CONFIG_PXA27x=y | ||
| 125 | # CONFIG_PXA_KEYS is not set | ||
| 126 | CONFIG_IWMMXT=y | ||
| 127 | CONFIG_PXA_SHARP_Cxx00=y | ||
| 128 | CONFIG_PXA_SSP=y | ||
| 129 | |||
| 130 | # | ||
| 131 | # Processor Type | ||
| 132 | # | ||
| 133 | CONFIG_CPU_32=y | ||
| 134 | CONFIG_CPU_XSCALE=y | ||
| 135 | CONFIG_CPU_32v5=y | ||
| 136 | CONFIG_CPU_ABRT_EV5T=y | ||
| 137 | CONFIG_CPU_CACHE_VIVT=y | ||
| 138 | CONFIG_CPU_TLB_V4WBI=y | ||
| 139 | |||
| 140 | # | ||
| 141 | # Processor Features | ||
| 142 | # | ||
| 143 | CONFIG_ARM_THUMB=y | ||
| 144 | CONFIG_XSCALE_PMU=y | ||
| 145 | CONFIG_SHARP_PARAM=y | ||
| 146 | CONFIG_SHARP_SCOOP=y | ||
| 147 | |||
| 148 | # | ||
| 149 | # Bus support | ||
| 150 | # | ||
| 151 | CONFIG_ISA_DMA_API=y | ||
| 152 | |||
| 153 | # | ||
| 154 | # PCCARD (PCMCIA/CardBus) support | ||
| 155 | # | ||
| 156 | CONFIG_PCCARD=y | ||
| 157 | # CONFIG_PCMCIA_DEBUG is not set | ||
| 158 | CONFIG_PCMCIA=y | ||
| 159 | CONFIG_PCMCIA_LOAD_CIS=y | ||
| 160 | CONFIG_PCMCIA_IOCTL=y | ||
| 161 | |||
| 162 | # | ||
| 163 | # PC-card bridges | ||
| 164 | # | ||
| 165 | CONFIG_PCMCIA_PXA2XX=y | ||
| 166 | |||
| 167 | # | ||
| 168 | # Kernel Features | ||
| 169 | # | ||
| 170 | CONFIG_PREEMPT=y | ||
| 171 | CONFIG_NO_IDLE_HZ=y | ||
| 172 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 173 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 174 | CONFIG_FLATMEM_MANUAL=y | ||
| 175 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 176 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 177 | CONFIG_FLATMEM=y | ||
| 178 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 179 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 180 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 181 | CONFIG_ALIGNMENT_TRAP=y | ||
| 182 | |||
| 183 | # | ||
| 184 | # Boot options | ||
| 185 | # | ||
| 186 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 187 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 188 | # CONFIG_XIP_KERNEL is not set | ||
| 189 | |||
| 190 | # | ||
| 191 | # CPU Frequency scaling | ||
| 192 | # | ||
| 193 | # CONFIG_CPU_FREQ is not set | ||
| 194 | |||
| 195 | # | ||
| 196 | # Floating point emulation | ||
| 197 | # | ||
| 198 | |||
| 199 | # | ||
| 200 | # At least one emulation must be selected | ||
| 201 | # | ||
| 202 | CONFIG_FPE_NWFPE=y | ||
| 203 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 204 | # CONFIG_FPE_FASTFPE is not set | ||
| 205 | |||
| 206 | # | ||
| 207 | # Userspace binary formats | ||
| 208 | # | ||
| 209 | CONFIG_BINFMT_ELF=y | ||
| 210 | CONFIG_BINFMT_AOUT=m | ||
| 211 | CONFIG_BINFMT_MISC=m | ||
| 212 | # CONFIG_ARTHUR is not set | ||
| 213 | |||
| 214 | # | ||
| 215 | # Power management options | ||
| 216 | # | ||
| 217 | CONFIG_PM=y | ||
| 218 | # CONFIG_PM_LEGACY is not set | ||
| 219 | # CONFIG_PM_DEBUG is not set | ||
| 220 | CONFIG_APM=y | ||
| 221 | |||
| 222 | # | ||
| 223 | # Networking | ||
| 224 | # | ||
| 225 | CONFIG_NET=y | ||
| 226 | |||
| 227 | # | ||
| 228 | # Networking options | ||
| 229 | # | ||
| 230 | CONFIG_PACKET=y | ||
| 231 | CONFIG_PACKET_MMAP=y | ||
| 232 | CONFIG_UNIX=y | ||
| 233 | CONFIG_XFRM=y | ||
| 234 | # CONFIG_XFRM_USER is not set | ||
| 235 | # CONFIG_NET_KEY is not set | ||
| 236 | CONFIG_INET=y | ||
| 237 | # CONFIG_IP_MULTICAST is not set | ||
| 238 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 239 | CONFIG_IP_FIB_HASH=y | ||
| 240 | # CONFIG_IP_PNP is not set | ||
| 241 | # CONFIG_NET_IPIP is not set | ||
| 242 | # CONFIG_NET_IPGRE is not set | ||
| 243 | # CONFIG_ARPD is not set | ||
| 244 | CONFIG_SYN_COOKIES=y | ||
| 245 | # CONFIG_INET_AH is not set | ||
| 246 | # CONFIG_INET_ESP is not set | ||
| 247 | # CONFIG_INET_IPCOMP is not set | ||
| 248 | # CONFIG_INET_TUNNEL is not set | ||
| 249 | CONFIG_INET_DIAG=m | ||
| 250 | CONFIG_INET_TCP_DIAG=m | ||
| 251 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 252 | CONFIG_TCP_CONG_BIC=y | ||
| 253 | |||
| 254 | # | ||
| 255 | # IP: Virtual Server Configuration | ||
| 256 | # | ||
| 257 | # CONFIG_IP_VS is not set | ||
| 258 | CONFIG_IPV6=m | ||
| 259 | # CONFIG_IPV6_PRIVACY is not set | ||
| 260 | CONFIG_INET6_AH=m | ||
| 261 | CONFIG_INET6_ESP=m | ||
| 262 | CONFIG_INET6_IPCOMP=m | ||
| 263 | CONFIG_INET6_TUNNEL=m | ||
| 264 | CONFIG_IPV6_TUNNEL=m | ||
| 265 | CONFIG_NETFILTER=y | ||
| 266 | # CONFIG_NETFILTER_DEBUG is not set | ||
| 267 | |||
| 268 | # | ||
| 269 | # Core Netfilter Configuration | ||
| 270 | # | ||
| 271 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 272 | |||
| 273 | # | ||
| 274 | # IP: Netfilter Configuration | ||
| 275 | # | ||
| 276 | CONFIG_IP_NF_CONNTRACK=m | ||
| 277 | # CONFIG_IP_NF_CT_ACCT is not set | ||
| 278 | # CONFIG_IP_NF_CONNTRACK_MARK is not set | ||
| 279 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
| 280 | CONFIG_IP_NF_CT_PROTO_SCTP=m | ||
| 281 | CONFIG_IP_NF_FTP=m | ||
| 282 | CONFIG_IP_NF_IRC=m | ||
| 283 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
| 284 | CONFIG_IP_NF_TFTP=m | ||
| 285 | CONFIG_IP_NF_AMANDA=m | ||
| 286 | # CONFIG_IP_NF_PPTP is not set | ||
| 287 | CONFIG_IP_NF_QUEUE=m | ||
| 288 | CONFIG_IP_NF_IPTABLES=m | ||
| 289 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
| 290 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
| 291 | CONFIG_IP_NF_MATCH_MAC=m | ||
| 292 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
| 293 | CONFIG_IP_NF_MATCH_MARK=m | ||
| 294 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
| 295 | CONFIG_IP_NF_MATCH_TOS=m | ||
| 296 | CONFIG_IP_NF_MATCH_RECENT=m | ||
| 297 | CONFIG_IP_NF_MATCH_ECN=m | ||
| 298 | CONFIG_IP_NF_MATCH_DSCP=m | ||
| 299 | CONFIG_IP_NF_MATCH_AH_ESP=m | ||
| 300 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
| 301 | CONFIG_IP_NF_MATCH_TTL=m | ||
| 302 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
| 303 | CONFIG_IP_NF_MATCH_HELPER=m | ||
| 304 | CONFIG_IP_NF_MATCH_STATE=m | ||
| 305 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
| 306 | CONFIG_IP_NF_MATCH_OWNER=m | ||
| 307 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
| 308 | CONFIG_IP_NF_MATCH_REALM=m | ||
| 309 | CONFIG_IP_NF_MATCH_SCTP=m | ||
| 310 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
| 311 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
| 312 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
| 313 | # CONFIG_IP_NF_MATCH_STRING is not set | ||
| 314 | CONFIG_IP_NF_FILTER=m | ||
| 315 | # CONFIG_IP_NF_TARGET_REJECT is not set | ||
| 316 | CONFIG_IP_NF_TARGET_LOG=m | ||
| 317 | CONFIG_IP_NF_TARGET_ULOG=m | ||
| 318 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
| 319 | # CONFIG_IP_NF_TARGET_NFQUEUE is not set | ||
| 320 | CONFIG_IP_NF_NAT=m | ||
| 321 | CONFIG_IP_NF_NAT_NEEDED=y | ||
| 322 | # CONFIG_IP_NF_TARGET_MASQUERADE is not set | ||
| 323 | # CONFIG_IP_NF_TARGET_REDIRECT is not set | ||
| 324 | # CONFIG_IP_NF_TARGET_NETMAP is not set | ||
| 325 | # CONFIG_IP_NF_TARGET_SAME is not set | ||
| 326 | # CONFIG_IP_NF_NAT_SNMP_BASIC is not set | ||
| 327 | CONFIG_IP_NF_NAT_IRC=m | ||
| 328 | CONFIG_IP_NF_NAT_FTP=m | ||
| 329 | CONFIG_IP_NF_NAT_TFTP=m | ||
| 330 | CONFIG_IP_NF_NAT_AMANDA=m | ||
| 331 | CONFIG_IP_NF_MANGLE=m | ||
| 332 | # CONFIG_IP_NF_TARGET_TOS is not set | ||
| 333 | # CONFIG_IP_NF_TARGET_ECN is not set | ||
| 334 | # CONFIG_IP_NF_TARGET_DSCP is not set | ||
| 335 | # CONFIG_IP_NF_TARGET_MARK is not set | ||
| 336 | # CONFIG_IP_NF_TARGET_CLASSIFY is not set | ||
| 337 | # CONFIG_IP_NF_TARGET_TTL is not set | ||
| 338 | CONFIG_IP_NF_RAW=m | ||
| 339 | # CONFIG_IP_NF_TARGET_NOTRACK is not set | ||
| 340 | CONFIG_IP_NF_ARPTABLES=m | ||
| 341 | CONFIG_IP_NF_ARPFILTER=m | ||
| 342 | CONFIG_IP_NF_ARP_MANGLE=m | ||
| 343 | |||
| 344 | # | ||
| 345 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
| 346 | # | ||
| 347 | CONFIG_IP6_NF_QUEUE=m | ||
| 348 | CONFIG_IP6_NF_IPTABLES=m | ||
| 349 | CONFIG_IP6_NF_MATCH_LIMIT=m | ||
| 350 | CONFIG_IP6_NF_MATCH_MAC=m | ||
| 351 | CONFIG_IP6_NF_MATCH_RT=m | ||
| 352 | CONFIG_IP6_NF_MATCH_OPTS=m | ||
| 353 | CONFIG_IP6_NF_MATCH_FRAG=m | ||
| 354 | CONFIG_IP6_NF_MATCH_HL=m | ||
| 355 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
| 356 | CONFIG_IP6_NF_MATCH_OWNER=m | ||
| 357 | CONFIG_IP6_NF_MATCH_MARK=m | ||
| 358 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | ||
| 359 | CONFIG_IP6_NF_MATCH_AHESP=m | ||
| 360 | CONFIG_IP6_NF_MATCH_LENGTH=m | ||
| 361 | CONFIG_IP6_NF_MATCH_EUI64=m | ||
| 362 | CONFIG_IP6_NF_FILTER=m | ||
| 363 | # CONFIG_IP6_NF_TARGET_LOG is not set | ||
| 364 | # CONFIG_IP6_NF_TARGET_REJECT is not set | ||
| 365 | # CONFIG_IP6_NF_TARGET_NFQUEUE is not set | ||
| 366 | CONFIG_IP6_NF_MANGLE=m | ||
| 367 | # CONFIG_IP6_NF_TARGET_MARK is not set | ||
| 368 | # CONFIG_IP6_NF_TARGET_HL is not set | ||
| 369 | CONFIG_IP6_NF_RAW=m | ||
| 370 | |||
| 371 | # | ||
| 372 | # DCCP Configuration (EXPERIMENTAL) | ||
| 373 | # | ||
| 374 | # CONFIG_IP_DCCP is not set | ||
| 375 | |||
| 376 | # | ||
| 377 | # SCTP Configuration (EXPERIMENTAL) | ||
| 378 | # | ||
| 379 | # CONFIG_IP_SCTP is not set | ||
| 380 | # CONFIG_ATM is not set | ||
| 381 | # CONFIG_BRIDGE is not set | ||
| 382 | # CONFIG_VLAN_8021Q is not set | ||
| 383 | # CONFIG_DECNET is not set | ||
| 384 | # CONFIG_LLC2 is not set | ||
| 385 | # CONFIG_IPX is not set | ||
| 386 | # CONFIG_ATALK is not set | ||
| 387 | # CONFIG_X25 is not set | ||
| 388 | # CONFIG_LAPB is not set | ||
| 389 | # CONFIG_NET_DIVERT is not set | ||
| 390 | # CONFIG_ECONET is not set | ||
| 391 | # CONFIG_WAN_ROUTER is not set | ||
| 392 | |||
| 393 | # | ||
| 394 | # QoS and/or fair queueing | ||
| 395 | # | ||
| 396 | # CONFIG_NET_SCHED is not set | ||
| 397 | CONFIG_NET_CLS_ROUTE=y | ||
| 398 | |||
| 399 | # | ||
| 400 | # Network testing | ||
| 401 | # | ||
| 402 | # CONFIG_NET_PKTGEN is not set | ||
| 403 | # CONFIG_HAMRADIO is not set | ||
| 404 | CONFIG_IRDA=m | ||
| 405 | |||
| 406 | # | ||
| 407 | # IrDA protocols | ||
| 408 | # | ||
| 409 | CONFIG_IRLAN=m | ||
| 410 | CONFIG_IRNET=m | ||
| 411 | CONFIG_IRCOMM=m | ||
| 412 | # CONFIG_IRDA_ULTRA is not set | ||
| 413 | |||
| 414 | # | ||
| 415 | # IrDA options | ||
| 416 | # | ||
| 417 | # CONFIG_IRDA_CACHE_LAST_LSAP is not set | ||
| 418 | # CONFIG_IRDA_FAST_RR is not set | ||
| 419 | # CONFIG_IRDA_DEBUG is not set | ||
| 420 | |||
| 421 | # | ||
| 422 | # Infrared-port device drivers | ||
| 423 | # | ||
| 424 | |||
| 425 | # | ||
| 426 | # SIR device drivers | ||
| 427 | # | ||
| 428 | # CONFIG_IRTTY_SIR is not set | ||
| 429 | |||
| 430 | # | ||
| 431 | # Dongle support | ||
| 432 | # | ||
| 433 | |||
| 434 | # | ||
| 435 | # Old SIR device drivers | ||
| 436 | # | ||
| 437 | # CONFIG_IRPORT_SIR is not set | ||
| 438 | |||
| 439 | # | ||
| 440 | # Old Serial dongle support | ||
| 441 | # | ||
| 442 | |||
| 443 | # | ||
| 444 | # FIR device drivers | ||
| 445 | # | ||
| 446 | # CONFIG_USB_IRDA is not set | ||
| 447 | # CONFIG_SIGMATEL_FIR is not set | ||
| 448 | # CONFIG_NSC_FIR is not set | ||
| 449 | # CONFIG_WINBOND_FIR is not set | ||
| 450 | # CONFIG_SMC_IRCC_FIR is not set | ||
| 451 | # CONFIG_ALI_FIR is not set | ||
| 452 | # CONFIG_VIA_FIR is not set | ||
| 453 | CONFIG_PXA_FICP=m | ||
| 454 | CONFIG_BT=m | ||
| 455 | CONFIG_BT_L2CAP=m | ||
| 456 | CONFIG_BT_SCO=m | ||
| 457 | CONFIG_BT_RFCOMM=m | ||
| 458 | CONFIG_BT_RFCOMM_TTY=y | ||
| 459 | CONFIG_BT_BNEP=m | ||
| 460 | CONFIG_BT_BNEP_MC_FILTER=y | ||
| 461 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
| 462 | CONFIG_BT_HIDP=m | ||
| 463 | |||
| 464 | # | ||
| 465 | # Bluetooth device drivers | ||
| 466 | # | ||
| 467 | CONFIG_BT_HCIUSB=m | ||
| 468 | # CONFIG_BT_HCIUSB_SCO is not set | ||
| 469 | CONFIG_BT_HCIUART=m | ||
| 470 | CONFIG_BT_HCIUART_H4=y | ||
| 471 | CONFIG_BT_HCIUART_BCSP=y | ||
| 472 | CONFIG_BT_HCIBCM203X=m | ||
| 473 | CONFIG_BT_HCIBPA10X=m | ||
| 474 | CONFIG_BT_HCIBFUSB=m | ||
| 475 | CONFIG_BT_HCIDTL1=m | ||
| 476 | CONFIG_BT_HCIBT3C=m | ||
| 477 | CONFIG_BT_HCIBLUECARD=m | ||
| 478 | CONFIG_BT_HCIBTUART=m | ||
| 479 | CONFIG_BT_HCIVHCI=m | ||
| 480 | CONFIG_IEEE80211=m | ||
| 481 | # CONFIG_IEEE80211_DEBUG is not set | ||
| 482 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 483 | # CONFIG_IEEE80211_CRYPT_CCMP is not set | ||
| 484 | # CONFIG_IEEE80211_CRYPT_TKIP is not set | ||
| 485 | |||
| 486 | # | ||
| 487 | # Device Drivers | ||
| 488 | # | ||
| 489 | |||
| 490 | # | ||
| 491 | # Generic Driver Options | ||
| 492 | # | ||
| 493 | CONFIG_STANDALONE=y | ||
| 494 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 495 | CONFIG_FW_LOADER=y | ||
| 496 | # CONFIG_DEBUG_DRIVER is not set | ||
| 497 | |||
| 498 | # | ||
| 499 | # Connector - unified userspace <-> kernelspace linker | ||
| 500 | # | ||
| 501 | # CONFIG_CONNECTOR is not set | ||
| 502 | |||
| 503 | # | ||
| 504 | # Memory Technology Devices (MTD) | ||
| 505 | # | ||
| 506 | CONFIG_MTD=y | ||
| 507 | # CONFIG_MTD_DEBUG is not set | ||
| 508 | # CONFIG_MTD_CONCAT is not set | ||
| 509 | CONFIG_MTD_PARTITIONS=y | ||
| 510 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 511 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 512 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 513 | |||
| 514 | # | ||
| 515 | # User Modules And Translation Layers | ||
| 516 | # | ||
| 517 | CONFIG_MTD_CHAR=y | ||
| 518 | CONFIG_MTD_BLOCK=y | ||
| 519 | # CONFIG_FTL is not set | ||
| 520 | # CONFIG_NFTL is not set | ||
| 521 | # CONFIG_INFTL is not set | ||
| 522 | # CONFIG_RFD_FTL is not set | ||
| 523 | |||
| 524 | # | ||
| 525 | # RAM/ROM/Flash chip drivers | ||
| 526 | # | ||
| 527 | # CONFIG_MTD_CFI is not set | ||
| 528 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 529 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 530 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 531 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 532 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 533 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 534 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 535 | CONFIG_MTD_CFI_I1=y | ||
| 536 | CONFIG_MTD_CFI_I2=y | ||
| 537 | # CONFIG_MTD_CFI_I4 is not set | ||
| 538 | # CONFIG_MTD_CFI_I8 is not set | ||
| 539 | # CONFIG_MTD_RAM is not set | ||
| 540 | CONFIG_MTD_ROM=y | ||
| 541 | # CONFIG_MTD_ABSENT is not set | ||
| 542 | |||
| 543 | # | ||
| 544 | # Mapping drivers for chip access | ||
| 545 | # | ||
| 546 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
| 547 | CONFIG_MTD_SHARP_SL=y | ||
| 548 | # CONFIG_MTD_PLATRAM is not set | ||
| 549 | |||
| 550 | # | ||
| 551 | # Self-contained MTD device drivers | ||
| 552 | # | ||
| 553 | # CONFIG_MTD_SLRAM is not set | ||
| 554 | # CONFIG_MTD_PHRAM is not set | ||
| 555 | # CONFIG_MTD_MTDRAM is not set | ||
| 556 | # CONFIG_MTD_BLKMTD is not set | ||
| 557 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 558 | |||
| 559 | # | ||
| 560 | # Disk-On-Chip Device Drivers | ||
| 561 | # | ||
| 562 | # CONFIG_MTD_DOC2000 is not set | ||
| 563 | # CONFIG_MTD_DOC2001 is not set | ||
| 564 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 565 | |||
| 566 | # | ||
| 567 | # NAND Flash Device Drivers | ||
| 568 | # | ||
| 569 | CONFIG_MTD_NAND=y | ||
| 570 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
| 571 | # CONFIG_MTD_NAND_H1900 is not set | ||
| 572 | CONFIG_MTD_NAND_IDS=y | ||
| 573 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
| 574 | CONFIG_MTD_NAND_SHARPSL=y | ||
| 575 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 576 | |||
| 577 | # | ||
| 578 | # OneNAND Flash Device Drivers | ||
| 579 | # | ||
| 580 | # CONFIG_MTD_ONENAND is not set | ||
| 581 | |||
| 582 | # | ||
| 583 | # Parallel port support | ||
| 584 | # | ||
| 585 | # CONFIG_PARPORT is not set | ||
| 586 | |||
| 587 | # | ||
| 588 | # Plug and Play support | ||
| 589 | # | ||
| 590 | |||
| 591 | # | ||
| 592 | # Block devices | ||
| 593 | # | ||
| 594 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 595 | CONFIG_BLK_DEV_LOOP=y | ||
| 596 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 597 | # CONFIG_BLK_DEV_NBD is not set | ||
| 598 | # CONFIG_BLK_DEV_UB is not set | ||
| 599 | # CONFIG_BLK_DEV_RAM is not set | ||
| 600 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 601 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 602 | # CONFIG_ATA_OVER_ETH is not set | ||
| 603 | |||
| 604 | # | ||
| 605 | # ATA/ATAPI/MFM/RLL support | ||
| 606 | # | ||
| 607 | CONFIG_IDE=y | ||
| 608 | CONFIG_BLK_DEV_IDE=y | ||
| 609 | |||
| 610 | # | ||
| 611 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
| 612 | # | ||
| 613 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
| 614 | CONFIG_BLK_DEV_IDEDISK=y | ||
| 615 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
| 616 | CONFIG_BLK_DEV_IDECS=y | ||
| 617 | # CONFIG_BLK_DEV_IDECD is not set | ||
| 618 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
| 619 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
| 620 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
| 621 | # CONFIG_IDE_TASK_IOCTL is not set | ||
| 622 | |||
| 623 | # | ||
| 624 | # IDE chipset support/bugfixes | ||
| 625 | # | ||
| 626 | CONFIG_IDE_GENERIC=y | ||
| 627 | # CONFIG_IDE_ARM is not set | ||
| 628 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
| 629 | # CONFIG_IDEDMA_AUTO is not set | ||
| 630 | # CONFIG_BLK_DEV_HD is not set | ||
| 631 | |||
| 632 | # | ||
| 633 | # SCSI device support | ||
| 634 | # | ||
| 635 | # CONFIG_RAID_ATTRS is not set | ||
| 636 | CONFIG_SCSI=m | ||
| 637 | CONFIG_SCSI_PROC_FS=y | ||
| 638 | |||
| 639 | # | ||
| 640 | # SCSI support type (disk, tape, CD-ROM) | ||
| 641 | # | ||
| 642 | CONFIG_BLK_DEV_SD=m | ||
| 643 | CONFIG_CHR_DEV_ST=m | ||
| 644 | CONFIG_CHR_DEV_OSST=m | ||
| 645 | CONFIG_BLK_DEV_SR=m | ||
| 646 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
| 647 | CONFIG_CHR_DEV_SG=m | ||
| 648 | # CONFIG_CHR_DEV_SCH is not set | ||
| 649 | |||
| 650 | # | ||
| 651 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 652 | # | ||
| 653 | CONFIG_SCSI_MULTI_LUN=y | ||
| 654 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 655 | # CONFIG_SCSI_LOGGING is not set | ||
| 656 | |||
| 657 | # | ||
| 658 | # SCSI Transport Attributes | ||
| 659 | # | ||
| 660 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 661 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 662 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 663 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 664 | |||
| 665 | # | ||
| 666 | # SCSI low-level drivers | ||
| 667 | # | ||
| 668 | # CONFIG_ISCSI_TCP is not set | ||
| 669 | # CONFIG_SCSI_SATA is not set | ||
| 670 | # CONFIG_SCSI_DEBUG is not set | ||
| 671 | |||
| 672 | # | ||
| 673 | # PCMCIA SCSI adapter support | ||
| 674 | # | ||
| 675 | # CONFIG_PCMCIA_AHA152X is not set | ||
| 676 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
| 677 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
| 678 | # CONFIG_PCMCIA_QLOGIC is not set | ||
| 679 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
| 680 | |||
| 681 | # | ||
| 682 | # Multi-device support (RAID and LVM) | ||
| 683 | # | ||
| 684 | # CONFIG_MD is not set | ||
| 685 | |||
| 686 | # | ||
| 687 | # Fusion MPT device support | ||
| 688 | # | ||
| 689 | # CONFIG_FUSION is not set | ||
| 690 | |||
| 691 | # | ||
| 692 | # IEEE 1394 (FireWire) support | ||
| 693 | # | ||
| 694 | |||
| 695 | # | ||
| 696 | # I2O device support | ||
| 697 | # | ||
| 698 | |||
| 699 | # | ||
| 700 | # Network device support | ||
| 701 | # | ||
| 702 | CONFIG_NETDEVICES=y | ||
| 703 | # CONFIG_DUMMY is not set | ||
| 704 | # CONFIG_BONDING is not set | ||
| 705 | # CONFIG_EQUALIZER is not set | ||
| 706 | # CONFIG_TUN is not set | ||
| 707 | |||
| 708 | # | ||
| 709 | # PHY device support | ||
| 710 | # | ||
| 711 | # CONFIG_PHYLIB is not set | ||
| 712 | |||
| 713 | # | ||
| 714 | # Ethernet (10 or 100Mbit) | ||
| 715 | # | ||
| 716 | CONFIG_NET_ETHERNET=y | ||
| 717 | CONFIG_MII=m | ||
| 718 | # CONFIG_SMC91X is not set | ||
| 719 | # CONFIG_DM9000 is not set | ||
| 720 | |||
| 721 | # | ||
| 722 | # Ethernet (1000 Mbit) | ||
| 723 | # | ||
| 724 | |||
| 725 | # | ||
| 726 | # Ethernet (10000 Mbit) | ||
| 727 | # | ||
| 728 | |||
| 729 | # | ||
| 730 | # Token Ring devices | ||
| 731 | # | ||
| 732 | |||
| 733 | # | ||
| 734 | # Wireless LAN (non-hamradio) | ||
| 735 | # | ||
| 736 | CONFIG_NET_RADIO=y | ||
| 737 | |||
| 738 | # | ||
| 739 | # Obsolete Wireless cards support (pre-802.11) | ||
| 740 | # | ||
| 741 | # CONFIG_STRIP is not set | ||
| 742 | # CONFIG_PCMCIA_WAVELAN is not set | ||
| 743 | # CONFIG_PCMCIA_NETWAVE is not set | ||
| 744 | |||
| 745 | # | ||
| 746 | # Wireless 802.11 Frequency Hopping cards support | ||
| 747 | # | ||
| 748 | # CONFIG_PCMCIA_RAYCS is not set | ||
| 749 | |||
| 750 | # | ||
| 751 | # Wireless 802.11b ISA/PCI cards support | ||
| 752 | # | ||
| 753 | CONFIG_HERMES=m | ||
| 754 | # CONFIG_ATMEL is not set | ||
| 755 | |||
| 756 | # | ||
| 757 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
| 758 | # | ||
| 759 | CONFIG_PCMCIA_HERMES=m | ||
| 760 | CONFIG_PCMCIA_SPECTRUM=m | ||
| 761 | # CONFIG_AIRO_CS is not set | ||
| 762 | # CONFIG_PCMCIA_WL3501 is not set | ||
| 763 | CONFIG_HOSTAP=m | ||
| 764 | CONFIG_HOSTAP_FIRMWARE=y | ||
| 765 | CONFIG_HOSTAP_CS=m | ||
| 766 | CONFIG_NET_WIRELESS=y | ||
| 767 | |||
| 768 | # | ||
| 769 | # PCMCIA network device support | ||
| 770 | # | ||
| 771 | CONFIG_NET_PCMCIA=y | ||
| 772 | # CONFIG_PCMCIA_3C589 is not set | ||
| 773 | # CONFIG_PCMCIA_3C574 is not set | ||
| 774 | # CONFIG_PCMCIA_FMVJ18X is not set | ||
| 775 | CONFIG_PCMCIA_PCNET=m | ||
| 776 | # CONFIG_PCMCIA_NMCLAN is not set | ||
| 777 | # CONFIG_PCMCIA_SMC91C92 is not set | ||
| 778 | # CONFIG_PCMCIA_XIRC2PS is not set | ||
| 779 | # CONFIG_PCMCIA_AXNET is not set | ||
| 780 | |||
| 781 | # | ||
| 782 | # Wan interfaces | ||
| 783 | # | ||
| 784 | # CONFIG_WAN is not set | ||
| 785 | CONFIG_PPP=m | ||
| 786 | # CONFIG_PPP_MULTILINK is not set | ||
| 787 | # CONFIG_PPP_FILTER is not set | ||
| 788 | CONFIG_PPP_ASYNC=m | ||
| 789 | # CONFIG_PPP_SYNC_TTY is not set | ||
| 790 | CONFIG_PPP_DEFLATE=m | ||
| 791 | CONFIG_PPP_BSDCOMP=m | ||
| 792 | # CONFIG_PPP_MPPE is not set | ||
| 793 | # CONFIG_PPPOE is not set | ||
| 794 | # CONFIG_SLIP is not set | ||
| 795 | # CONFIG_SHAPER is not set | ||
| 796 | # CONFIG_NETCONSOLE is not set | ||
| 797 | # CONFIG_NETPOLL is not set | ||
| 798 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 799 | |||
| 800 | # | ||
| 801 | # ISDN subsystem | ||
| 802 | # | ||
| 803 | # CONFIG_ISDN is not set | ||
| 804 | |||
| 805 | # | ||
| 806 | # Input device support | ||
| 807 | # | ||
| 808 | CONFIG_INPUT=y | ||
| 809 | |||
| 810 | # | ||
| 811 | # Userland interfaces | ||
| 812 | # | ||
| 813 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 814 | # CONFIG_INPUT_JOYDEV is not set | ||
| 815 | # CONFIG_INPUT_TSDEV is not set | ||
| 816 | CONFIG_INPUT_EVDEV=y | ||
| 817 | # CONFIG_INPUT_EVBUG is not set | ||
| 818 | CONFIG_INPUT_POWER=y | ||
| 819 | |||
| 820 | # | ||
| 821 | # Input Device Drivers | ||
| 822 | # | ||
| 823 | CONFIG_INPUT_KEYBOARD=y | ||
| 824 | # CONFIG_KEYBOARD_ATKBD is not set | ||
| 825 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 826 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 827 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 828 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 829 | # CONFIG_KEYBOARD_CORGI is not set | ||
| 830 | CONFIG_KEYBOARD_SPITZ=y | ||
| 831 | # CONFIG_KEYBOARD_TOSA is not set | ||
| 832 | # CONFIG_INPUT_MOUSE is not set | ||
| 833 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 834 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 835 | CONFIG_TOUCHSCREEN_CORGI=y | ||
| 836 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
| 837 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
| 838 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
| 839 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
| 840 | CONFIG_INPUT_MISC=y | ||
| 841 | CONFIG_INPUT_UINPUT=m | ||
| 842 | |||
| 843 | # | ||
| 844 | # Hardware I/O ports | ||
| 845 | # | ||
| 846 | # CONFIG_SERIO is not set | ||
| 847 | # CONFIG_GAMEPORT is not set | ||
| 848 | |||
| 849 | # | ||
| 850 | # Character devices | ||
| 851 | # | ||
| 852 | CONFIG_VT=y | ||
| 853 | CONFIG_VT_CONSOLE=y | ||
| 854 | CONFIG_HW_CONSOLE=y | ||
| 855 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 856 | |||
| 857 | # | ||
| 858 | # Serial drivers | ||
| 859 | # | ||
| 860 | CONFIG_SERIAL_8250=m | ||
| 861 | CONFIG_SERIAL_8250_CS=m | ||
| 862 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 863 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
| 864 | |||
| 865 | # | ||
| 866 | # Non-8250 serial port support | ||
| 867 | # | ||
| 868 | CONFIG_SERIAL_PXA=y | ||
| 869 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
| 870 | CONFIG_SERIAL_CORE=y | ||
| 871 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 872 | CONFIG_UNIX98_PTYS=y | ||
| 873 | # CONFIG_LEGACY_PTYS is not set | ||
| 874 | |||
| 875 | # | ||
| 876 | # IPMI | ||
| 877 | # | ||
| 878 | # CONFIG_IPMI_HANDLER is not set | ||
| 879 | |||
| 880 | # | ||
| 881 | # Watchdog Cards | ||
| 882 | # | ||
| 883 | # CONFIG_WATCHDOG is not set | ||
| 884 | # CONFIG_NVRAM is not set | ||
| 885 | CONFIG_SA1100_RTC=y | ||
| 886 | # CONFIG_DTLK is not set | ||
| 887 | # CONFIG_R3964 is not set | ||
| 888 | |||
| 889 | # | ||
| 890 | # Ftape, the floppy tape device driver | ||
| 891 | # | ||
| 892 | |||
| 893 | # | ||
| 894 | # PCMCIA character devices | ||
| 895 | # | ||
| 896 | # CONFIG_SYNCLINK_CS is not set | ||
| 897 | # CONFIG_CARDMAN_4000 is not set | ||
| 898 | # CONFIG_CARDMAN_4040 is not set | ||
| 899 | # CONFIG_RAW_DRIVER is not set | ||
| 900 | |||
| 901 | # | ||
| 902 | # TPM devices | ||
| 903 | # | ||
| 904 | # CONFIG_TCG_TPM is not set | ||
| 905 | # CONFIG_TELCLOCK is not set | ||
| 906 | |||
| 907 | # | ||
| 908 | # I2C support | ||
| 909 | # | ||
| 910 | CONFIG_I2C=y | ||
| 911 | # CONFIG_I2C_CHARDEV is not set | ||
| 912 | |||
| 913 | # | ||
| 914 | # I2C Algorithms | ||
| 915 | # | ||
| 916 | # CONFIG_I2C_ALGOBIT is not set | ||
| 917 | # CONFIG_I2C_ALGOPCF is not set | ||
| 918 | # CONFIG_I2C_ALGOPCA is not set | ||
| 919 | |||
| 920 | # | ||
| 921 | # I2C Hardware Bus support | ||
| 922 | # | ||
| 923 | CONFIG_I2C_PXA=y | ||
| 924 | # CONFIG_I2C_PXA_SLAVE is not set | ||
| 925 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 926 | # CONFIG_I2C_STUB is not set | ||
| 927 | # CONFIG_I2C_PCA_ISA is not set | ||
| 928 | |||
| 929 | # | ||
| 930 | # Miscellaneous I2C Chip support | ||
| 931 | # | ||
| 932 | # CONFIG_SENSORS_DS1337 is not set | ||
| 933 | # CONFIG_SENSORS_DS1374 is not set | ||
| 934 | # CONFIG_SENSORS_EEPROM is not set | ||
| 935 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 936 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 937 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 938 | # CONFIG_SENSORS_RTC8564 is not set | ||
| 939 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 940 | # CONFIG_RTC_X1205_I2C is not set | ||
| 941 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 942 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 943 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 944 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 945 | |||
| 946 | # | ||
| 947 | # Hardware Monitoring support | ||
| 948 | # | ||
| 949 | # CONFIG_HWMON is not set | ||
| 950 | # CONFIG_HWMON_VID is not set | ||
| 951 | |||
| 952 | # | ||
| 953 | # Misc devices | ||
| 954 | # | ||
| 955 | |||
| 956 | # | ||
| 957 | # Multimedia Capabilities Port drivers | ||
| 958 | # | ||
| 959 | |||
| 960 | # | ||
| 961 | # Multi-Function Devices | ||
| 962 | # | ||
| 963 | |||
| 964 | # | ||
| 965 | # LED devices | ||
| 966 | # | ||
| 967 | CONFIG_NEW_LEDS=y | ||
| 968 | CONFIG_LEDS_CLASS=y | ||
| 969 | CONFIG_LEDS_TRIGGERS=y | ||
| 970 | CONFIG_LEDS_SPITZ=y | ||
| 971 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
| 972 | |||
| 973 | # | ||
| 974 | # Multimedia devices | ||
| 975 | # | ||
| 976 | # CONFIG_VIDEO_DEV is not set | ||
| 977 | |||
| 978 | # | ||
| 979 | # Digital Video Broadcasting Devices | ||
| 980 | # | ||
| 981 | # CONFIG_DVB is not set | ||
| 982 | |||
| 983 | # | ||
| 984 | # Graphics support | ||
| 985 | # | ||
| 986 | CONFIG_FB=y | ||
| 987 | CONFIG_FB_CFB_FILLRECT=y | ||
| 988 | CONFIG_FB_CFB_COPYAREA=y | ||
| 989 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 990 | # CONFIG_FB_MACMODES is not set | ||
| 991 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 992 | # CONFIG_FB_TILEBLITTING is not set | ||
| 993 | # CONFIG_FB_S1D13XXX is not set | ||
| 994 | CONFIG_FB_PXA=y | ||
| 995 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
| 996 | # CONFIG_FB_W100 is not set | ||
| 997 | # CONFIG_FB_VIRTUAL is not set | ||
| 998 | |||
| 999 | # | ||
| 1000 | # Console display driver support | ||
| 1001 | # | ||
| 1002 | # CONFIG_VGA_CONSOLE is not set | ||
| 1003 | CONFIG_DUMMY_CONSOLE=y | ||
| 1004 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 1005 | CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y | ||
| 1006 | CONFIG_FONTS=y | ||
| 1007 | CONFIG_FONT_8x8=y | ||
| 1008 | CONFIG_FONT_8x16=y | ||
| 1009 | # CONFIG_FONT_6x11 is not set | ||
| 1010 | # CONFIG_FONT_7x14 is not set | ||
| 1011 | # CONFIG_FONT_PEARL_8x8 is not set | ||
| 1012 | # CONFIG_FONT_ACORN_8x8 is not set | ||
| 1013 | # CONFIG_FONT_MINI_4x6 is not set | ||
| 1014 | # CONFIG_FONT_SUN8x16 is not set | ||
| 1015 | # CONFIG_FONT_SUN12x22 is not set | ||
| 1016 | # CONFIG_FONT_10x18 is not set | ||
| 1017 | |||
| 1018 | # | ||
| 1019 | # Logo configuration | ||
| 1020 | # | ||
| 1021 | # CONFIG_LOGO is not set | ||
| 1022 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
| 1023 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
| 1024 | CONFIG_BACKLIGHT_DEVICE=y | ||
| 1025 | CONFIG_LCD_CLASS_DEVICE=y | ||
| 1026 | CONFIG_LCD_DEVICE=y | ||
| 1027 | CONFIG_BACKLIGHT_CORGI=y | ||
| 1028 | |||
| 1029 | # | ||
| 1030 | # Sound | ||
| 1031 | # | ||
| 1032 | CONFIG_SOUND=m | ||
| 1033 | |||
| 1034 | # | ||
| 1035 | # Advanced Linux Sound Architecture | ||
| 1036 | # | ||
| 1037 | CONFIG_SND=m | ||
| 1038 | CONFIG_SND_AC97_CODEC=m | ||
| 1039 | CONFIG_SND_AC97_BUS=m | ||
| 1040 | CONFIG_SND_TIMER=m | ||
| 1041 | CONFIG_SND_PCM=m | ||
| 1042 | CONFIG_SND_SEQUENCER=m | ||
| 1043 | # CONFIG_SND_SEQ_DUMMY is not set | ||
| 1044 | CONFIG_SND_OSSEMUL=y | ||
| 1045 | CONFIG_SND_MIXER_OSS=m | ||
| 1046 | CONFIG_SND_PCM_OSS=m | ||
| 1047 | # CONFIG_SND_SEQUENCER_OSS is not set | ||
| 1048 | CONFIG_SND_VERBOSE_PRINTK=y | ||
| 1049 | CONFIG_SND_DEBUG=y | ||
| 1050 | # CONFIG_SND_DEBUG_DETECT is not set | ||
| 1051 | |||
| 1052 | # | ||
| 1053 | # Generic devices | ||
| 1054 | # | ||
| 1055 | # CONFIG_SND_DUMMY is not set | ||
| 1056 | # CONFIG_SND_VIRMIDI is not set | ||
| 1057 | # CONFIG_SND_MTPAV is not set | ||
| 1058 | # CONFIG_SND_SERIAL_U16550 is not set | ||
| 1059 | # CONFIG_SND_MPU401 is not set | ||
| 1060 | |||
| 1061 | # | ||
| 1062 | # ALSA ARM devices | ||
| 1063 | # | ||
| 1064 | CONFIG_SND_PXA2XX_PCM=m | ||
| 1065 | CONFIG_SND_PXA2XX_AC97=m | ||
| 1066 | |||
| 1067 | # | ||
| 1068 | # USB devices | ||
| 1069 | # | ||
| 1070 | # CONFIG_SND_USB_AUDIO is not set | ||
| 1071 | |||
| 1072 | # | ||
| 1073 | # PCMCIA devices | ||
| 1074 | # | ||
| 1075 | |||
| 1076 | # | ||
| 1077 | # SoC audio support | ||
| 1078 | # | ||
| 1079 | CONFIG_SND_SOC=m | ||
| 1080 | |||
| 1081 | # | ||
| 1082 | # Soc Platforms | ||
| 1083 | # | ||
| 1084 | CONFIG_SND_PXA2xx_SOC=m | ||
| 1085 | # CONFIG_SND_PXA2xx_SOC_AC97 is not set | ||
| 1086 | CONFIG_SND_PXA2xx_SOC_I2S=m | ||
| 1087 | # CONFIG_SND_PXA2xx_SOC_SSP is not set | ||
| 1088 | |||
| 1089 | # | ||
| 1090 | # PXA2xx machine support | ||
| 1091 | # | ||
| 1092 | # CONFIG_SND_PXA2xx_SOC_MAINSTONE is not set | ||
| 1093 | # CONFIG_SND_PXA2xx_SOC_CORGI=m | ||
| 1094 | CONFIG_SND_PXA2xx_SOC_SPITZ=m | ||
| 1095 | |||
| 1096 | # | ||
| 1097 | # Soc Codecs | ||
| 1098 | # | ||
| 1099 | # CONFIG_SND_SOC_AC97_CODEC is not set | ||
| 1100 | # CONFIG_SND_SOC_WM8753 is not set | ||
| 1101 | # CONFIG_SND_SOC_WM8731 is not set | ||
| 1102 | CONFIG_SND_SOC_WM8750=m | ||
| 1103 | # CONFIG_SND_SOC_WM8971 is not set | ||
| 1104 | |||
| 1105 | # | ||
| 1106 | # Open Sound System | ||
| 1107 | # | ||
| 1108 | # CONFIG_SOUND_PRIME is not set | ||
| 1109 | |||
| 1110 | # | ||
| 1111 | # USB support | ||
| 1112 | # | ||
| 1113 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 1114 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 1115 | CONFIG_USB=m | ||
| 1116 | # CONFIG_USB_DEBUG is not set | ||
| 1117 | |||
| 1118 | # | ||
| 1119 | # Miscellaneous USB options | ||
| 1120 | # | ||
| 1121 | CONFIG_USB_DEVICEFS=y | ||
| 1122 | # CONFIG_USB_BANDWIDTH is not set | ||
| 1123 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 1124 | # CONFIG_USB_SUSPEND is not set | ||
| 1125 | # CONFIG_USB_OTG is not set | ||
| 1126 | |||
| 1127 | # | ||
| 1128 | # USB Host Controller Drivers | ||
| 1129 | # | ||
| 1130 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 1131 | CONFIG_USB_OHCI_HCD=m | ||
| 1132 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
| 1133 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
| 1134 | CONFIG_USB_SL811_HCD=m | ||
| 1135 | CONFIG_USB_SL811_CS=m | ||
| 1136 | |||
| 1137 | # | ||
| 1138 | # USB Device Class drivers | ||
| 1139 | # | ||
| 1140 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | ||
| 1141 | CONFIG_USB_ACM=m | ||
| 1142 | CONFIG_USB_PRINTER=m | ||
| 1143 | |||
| 1144 | # | ||
| 1145 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 1146 | # | ||
| 1147 | |||
| 1148 | # | ||
| 1149 | # may also be needed; see USB_STORAGE Help for more information | ||
| 1150 | # | ||
| 1151 | CONFIG_USB_STORAGE=m | ||
| 1152 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 1153 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
| 1154 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 1155 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
| 1156 | # CONFIG_USB_STORAGE_DPCM is not set | ||
| 1157 | # CONFIG_USB_STORAGE_USBAT is not set | ||
| 1158 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
| 1159 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
| 1160 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
| 1161 | |||
| 1162 | # | ||
| 1163 | # USB Input Devices | ||
| 1164 | # | ||
| 1165 | CONFIG_USB_HID=m | ||
| 1166 | CONFIG_USB_HIDINPUT=y | ||
| 1167 | # CONFIG_HID_FF is not set | ||
| 1168 | # CONFIG_USB_HIDDEV is not set | ||
| 1169 | |||
| 1170 | # | ||
| 1171 | # USB HID Boot Protocol drivers | ||
| 1172 | # | ||
| 1173 | CONFIG_USB_KBD=m | ||
| 1174 | CONFIG_USB_MOUSE=m | ||
| 1175 | CONFIG_USB_AIPTEK=m | ||
| 1176 | CONFIG_USB_WACOM=m | ||
| 1177 | # CONFIG_USB_ACECAD is not set | ||
| 1178 | CONFIG_USB_KBTAB=m | ||
| 1179 | CONFIG_USB_POWERMATE=m | ||
| 1180 | CONFIG_USB_MTOUCH=m | ||
| 1181 | # CONFIG_USB_ITMTOUCH is not set | ||
| 1182 | CONFIG_USB_EGALAX=m | ||
| 1183 | # CONFIG_USB_YEALINK is not set | ||
| 1184 | CONFIG_USB_XPAD=m | ||
| 1185 | CONFIG_USB_ATI_REMOTE=m | ||
| 1186 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
| 1187 | # CONFIG_USB_APPLETOUCH is not set | ||
| 1188 | |||
| 1189 | # | ||
| 1190 | # USB Imaging devices | ||
| 1191 | # | ||
| 1192 | CONFIG_USB_MDC800=m | ||
| 1193 | CONFIG_USB_MICROTEK=m | ||
| 1194 | |||
| 1195 | # | ||
| 1196 | # USB Multimedia devices | ||
| 1197 | # | ||
| 1198 | CONFIG_USB_DABUSB=m | ||
| 1199 | |||
| 1200 | # | ||
| 1201 | # Video4Linux support is needed for USB Multimedia device support | ||
| 1202 | # | ||
| 1203 | |||
| 1204 | # | ||
| 1205 | # USB Network Adapters | ||
| 1206 | # | ||
| 1207 | CONFIG_USB_CATC=m | ||
| 1208 | CONFIG_USB_KAWETH=m | ||
| 1209 | CONFIG_USB_PEGASUS=m | ||
| 1210 | CONFIG_USB_RTL8150=m | ||
| 1211 | CONFIG_USB_USBNET=m | ||
| 1212 | CONFIG_USB_NET_AX8817X=m | ||
| 1213 | CONFIG_USB_NET_CDCETHER=m | ||
| 1214 | # CONFIG_USB_NET_GL620A is not set | ||
| 1215 | CONFIG_USB_NET_NET1080=m | ||
| 1216 | # CONFIG_USB_NET_PLUSB is not set | ||
| 1217 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
| 1218 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
| 1219 | CONFIG_USB_NET_ZAURUS=m | ||
| 1220 | # CONFIG_USB_ZD1201 is not set | ||
| 1221 | CONFIG_USB_MON=y | ||
| 1222 | |||
| 1223 | # | ||
| 1224 | # USB port drivers | ||
| 1225 | # | ||
| 1226 | |||
| 1227 | # | ||
| 1228 | # USB Serial Converter support | ||
| 1229 | # | ||
| 1230 | CONFIG_USB_SERIAL=m | ||
| 1231 | CONFIG_USB_SERIAL_GENERIC=y | ||
| 1232 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
| 1233 | # CONFIG_USB_SERIAL_ANYDATA is not set | ||
| 1234 | CONFIG_USB_SERIAL_BELKIN=m | ||
| 1235 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
| 1236 | CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m | ||
| 1237 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
| 1238 | CONFIG_USB_SERIAL_CYPRESS_M8=m | ||
| 1239 | CONFIG_USB_SERIAL_EMPEG=m | ||
| 1240 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
| 1241 | CONFIG_USB_SERIAL_VISOR=m | ||
| 1242 | CONFIG_USB_SERIAL_IPAQ=m | ||
| 1243 | CONFIG_USB_SERIAL_IR=m | ||
| 1244 | CONFIG_USB_SERIAL_EDGEPORT=m | ||
| 1245 | CONFIG_USB_SERIAL_EDGEPORT_TI=m | ||
| 1246 | CONFIG_USB_SERIAL_GARMIN=m | ||
| 1247 | CONFIG_USB_SERIAL_IPW=m | ||
| 1248 | CONFIG_USB_SERIAL_KEYSPAN_PDA=m | ||
| 1249 | CONFIG_USB_SERIAL_KEYSPAN=m | ||
| 1250 | # CONFIG_USB_SERIAL_KEYSPAN_MPR is not set | ||
| 1251 | # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set | ||
| 1252 | # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set | ||
| 1253 | # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set | ||
| 1254 | # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set | ||
| 1255 | # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set | ||
| 1256 | # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set | ||
| 1257 | # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set | ||
| 1258 | # CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set | ||
| 1259 | # CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set | ||
| 1260 | # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set | ||
| 1261 | # CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set | ||
| 1262 | CONFIG_USB_SERIAL_KLSI=m | ||
| 1263 | CONFIG_USB_SERIAL_KOBIL_SCT=m | ||
| 1264 | CONFIG_USB_SERIAL_MCT_U232=m | ||
| 1265 | CONFIG_USB_SERIAL_PL2303=m | ||
| 1266 | # CONFIG_USB_SERIAL_HP4X is not set | ||
| 1267 | CONFIG_USB_SERIAL_SAFE=m | ||
| 1268 | # CONFIG_USB_SERIAL_SAFE_PADDED is not set | ||
| 1269 | CONFIG_USB_SERIAL_TI=m | ||
| 1270 | CONFIG_USB_SERIAL_CYBERJACK=m | ||
| 1271 | CONFIG_USB_SERIAL_XIRCOM=m | ||
| 1272 | # CONFIG_USB_SERIAL_OPTION is not set | ||
| 1273 | CONFIG_USB_SERIAL_OMNINET=m | ||
| 1274 | CONFIG_USB_EZUSB=y | ||
| 1275 | |||
| 1276 | # | ||
| 1277 | # USB Miscellaneous drivers | ||
| 1278 | # | ||
| 1279 | CONFIG_USB_EMI62=m | ||
| 1280 | CONFIG_USB_EMI26=m | ||
| 1281 | CONFIG_USB_AUERSWALD=m | ||
| 1282 | CONFIG_USB_RIO500=m | ||
| 1283 | CONFIG_USB_LEGOTOWER=m | ||
| 1284 | CONFIG_USB_LCD=m | ||
| 1285 | CONFIG_USB_LED=m | ||
| 1286 | CONFIG_USB_CYTHERM=m | ||
| 1287 | CONFIG_USB_PHIDGETKIT=m | ||
| 1288 | CONFIG_USB_PHIDGETSERVO=m | ||
| 1289 | CONFIG_USB_IDMOUSE=m | ||
| 1290 | # CONFIG_USB_LD is not set | ||
| 1291 | # CONFIG_USB_TEST is not set | ||
| 1292 | |||
| 1293 | # | ||
| 1294 | # USB DSL modem support | ||
| 1295 | # | ||
| 1296 | |||
| 1297 | # | ||
| 1298 | # USB Gadget Support | ||
| 1299 | # | ||
| 1300 | CONFIG_USB_GADGET=m | ||
| 1301 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
| 1302 | CONFIG_USB_GADGET_SELECTED=y | ||
| 1303 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 1304 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
| 1305 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 1306 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
| 1307 | # CONFIG_USB_GADGET_OMAP is not set | ||
| 1308 | CONFIG_USB_GADGET_DUMMY_HCD=y | ||
| 1309 | CONFIG_USB_DUMMY_HCD=m | ||
| 1310 | CONFIG_USB_GADGET_DUALSPEED=y | ||
| 1311 | CONFIG_USB_ZERO=m | ||
| 1312 | CONFIG_USB_ETH=m | ||
| 1313 | CONFIG_USB_ETH_RNDIS=y | ||
| 1314 | CONFIG_USB_GADGETFS=m | ||
| 1315 | CONFIG_USB_FILE_STORAGE=m | ||
| 1316 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
| 1317 | CONFIG_USB_G_SERIAL=m | ||
| 1318 | |||
| 1319 | # | ||
| 1320 | # MMC/SD Card support | ||
| 1321 | # | ||
| 1322 | CONFIG_MMC=y | ||
| 1323 | # CONFIG_MMC_DEBUG is not set | ||
| 1324 | CONFIG_MMC_BLOCK=y | ||
| 1325 | CONFIG_MMC_PXA=y | ||
| 1326 | # CONFIG_MMC_WBSD is not set | ||
| 1327 | |||
| 1328 | # | ||
| 1329 | # File systems | ||
| 1330 | # | ||
| 1331 | CONFIG_EXT2_FS=y | ||
| 1332 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1333 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1334 | CONFIG_EXT3_FS=y | ||
| 1335 | # CONFIG_EXT3_FS_XATTR is not set | ||
| 1336 | CONFIG_JBD=y | ||
| 1337 | # CONFIG_JBD_DEBUG is not set | ||
| 1338 | # CONFIG_REISERFS_FS is not set | ||
| 1339 | # CONFIG_JFS_FS is not set | ||
| 1340 | # CONFIG_FS_POSIX_ACL is not set | ||
| 1341 | # CONFIG_XFS_FS is not set | ||
| 1342 | # CONFIG_MINIX_FS is not set | ||
| 1343 | # CONFIG_ROMFS_FS is not set | ||
| 1344 | CONFIG_INOTIFY=y | ||
| 1345 | # CONFIG_QUOTA is not set | ||
| 1346 | CONFIG_DNOTIFY=y | ||
| 1347 | # CONFIG_AUTOFS_FS is not set | ||
| 1348 | # CONFIG_AUTOFS4_FS is not set | ||
| 1349 | # CONFIG_FUSE_FS is not set | ||
| 1350 | |||
| 1351 | # | ||
| 1352 | # CD-ROM/DVD Filesystems | ||
| 1353 | # | ||
| 1354 | # CONFIG_ISO9660_FS is not set | ||
| 1355 | # CONFIG_UDF_FS is not set | ||
| 1356 | |||
| 1357 | # | ||
| 1358 | # DOS/FAT/NT Filesystems | ||
| 1359 | # | ||
| 1360 | CONFIG_FAT_FS=y | ||
| 1361 | CONFIG_MSDOS_FS=y | ||
| 1362 | CONFIG_VFAT_FS=y | ||
| 1363 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1364 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1365 | # CONFIG_NTFS_FS is not set | ||
| 1366 | |||
| 1367 | # | ||
| 1368 | # Pseudo filesystems | ||
| 1369 | # | ||
| 1370 | CONFIG_PROC_FS=y | ||
| 1371 | CONFIG_SYSFS=y | ||
| 1372 | CONFIG_TMPFS=y | ||
| 1373 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1374 | CONFIG_RAMFS=y | ||
| 1375 | # CONFIG_RELAYFS_FS is not set | ||
| 1376 | |||
| 1377 | # | ||
| 1378 | # Miscellaneous filesystems | ||
| 1379 | # | ||
| 1380 | # CONFIG_ADFS_FS is not set | ||
| 1381 | # CONFIG_AFFS_FS is not set | ||
| 1382 | # CONFIG_HFS_FS is not set | ||
| 1383 | # CONFIG_HFSPLUS_FS is not set | ||
| 1384 | # CONFIG_BEFS_FS is not set | ||
| 1385 | # CONFIG_BFS_FS is not set | ||
| 1386 | # CONFIG_EFS_FS is not set | ||
| 1387 | # CONFIG_JFFS_FS is not set | ||
| 1388 | CONFIG_JFFS2_FS=y | ||
| 1389 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 1390 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 1391 | CONFIG_JFFS2_SUMMARY=y | ||
| 1392 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
| 1393 | CONFIG_JFFS2_ZLIB=y | ||
| 1394 | CONFIG_JFFS2_RTIME=y | ||
| 1395 | CONFIG_JFFS2_RUBIN=y | ||
| 1396 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
| 1397 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
| 1398 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
| 1399 | CONFIG_CRAMFS=m | ||
| 1400 | # CONFIG_VXFS_FS is not set | ||
| 1401 | # CONFIG_HPFS_FS is not set | ||
| 1402 | # CONFIG_QNX4FS_FS is not set | ||
| 1403 | # CONFIG_SYSV_FS is not set | ||
| 1404 | # CONFIG_UFS_FS is not set | ||
| 1405 | |||
| 1406 | # | ||
| 1407 | # Network File Systems | ||
| 1408 | # | ||
| 1409 | CONFIG_NFS_FS=m | ||
| 1410 | CONFIG_NFS_V3=y | ||
| 1411 | # CONFIG_NFS_V3_ACL is not set | ||
| 1412 | CONFIG_NFS_V4=y | ||
| 1413 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1414 | # CONFIG_NFSD is not set | ||
| 1415 | CONFIG_LOCKD=m | ||
| 1416 | CONFIG_LOCKD_V4=y | ||
| 1417 | CONFIG_NFS_COMMON=y | ||
| 1418 | CONFIG_SUNRPC=m | ||
| 1419 | CONFIG_SUNRPC_GSS=m | ||
| 1420 | CONFIG_RPCSEC_GSS_KRB5=m | ||
| 1421 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1422 | CONFIG_SMB_FS=m | ||
| 1423 | CONFIG_SMB_NLS_DEFAULT=y | ||
| 1424 | CONFIG_SMB_NLS_REMOTE="cp437" | ||
| 1425 | CONFIG_CIFS=m | ||
| 1426 | # CONFIG_CIFS_STATS is not set | ||
| 1427 | # CONFIG_CIFS_XATTR is not set | ||
| 1428 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
| 1429 | # CONFIG_NCP_FS is not set | ||
| 1430 | # CONFIG_CODA_FS is not set | ||
| 1431 | # CONFIG_AFS_FS is not set | ||
| 1432 | # CONFIG_9P_FS is not set | ||
| 1433 | |||
| 1434 | # | ||
| 1435 | # Partition Types | ||
| 1436 | # | ||
| 1437 | CONFIG_PARTITION_ADVANCED=y | ||
| 1438 | # CONFIG_ACORN_PARTITION is not set | ||
| 1439 | # CONFIG_OSF_PARTITION is not set | ||
| 1440 | # CONFIG_AMIGA_PARTITION is not set | ||
| 1441 | # CONFIG_ATARI_PARTITION is not set | ||
| 1442 | # CONFIG_MAC_PARTITION is not set | ||
| 1443 | CONFIG_MSDOS_PARTITION=y | ||
| 1444 | # CONFIG_BSD_DISKLABEL is not set | ||
| 1445 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 1446 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 1447 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 1448 | # CONFIG_LDM_PARTITION is not set | ||
| 1449 | # CONFIG_SGI_PARTITION is not set | ||
| 1450 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 1451 | # CONFIG_SUN_PARTITION is not set | ||
| 1452 | # CONFIG_EFI_PARTITION is not set | ||
| 1453 | |||
| 1454 | # | ||
| 1455 | # Native Language Support | ||
| 1456 | # | ||
| 1457 | CONFIG_NLS=y | ||
| 1458 | CONFIG_NLS_DEFAULT="cp437" | ||
| 1459 | CONFIG_NLS_CODEPAGE_437=y | ||
| 1460 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1461 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1462 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 1463 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1464 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1465 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1466 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1467 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1468 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1469 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1470 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1471 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1472 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1473 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1474 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1475 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1476 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1477 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1478 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1479 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1480 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1481 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1482 | # CONFIG_NLS_ASCII is not set | ||
| 1483 | CONFIG_NLS_ISO8859_1=y | ||
| 1484 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1485 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1486 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1487 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1488 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1489 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1490 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1491 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1492 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1493 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1494 | # CONFIG_NLS_KOI8_R is not set | ||
| 1495 | # CONFIG_NLS_KOI8_U is not set | ||
| 1496 | CONFIG_NLS_UTF8=y | ||
| 1497 | |||
| 1498 | # | ||
| 1499 | # Profiling support | ||
| 1500 | # | ||
| 1501 | CONFIG_PROFILING=y | ||
| 1502 | CONFIG_OPROFILE=m | ||
| 1503 | |||
| 1504 | # | ||
| 1505 | # Kernel hacking | ||
| 1506 | # | ||
| 1507 | # CONFIG_PRINTK_TIME is not set | ||
| 1508 | CONFIG_DEBUG_KERNEL=y | ||
| 1509 | CONFIG_MAGIC_SYSRQ=y | ||
| 1510 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 1511 | # CONFIG_DETECT_SOFTLOCKUP is not set | ||
| 1512 | # CONFIG_SCHEDSTATS is not set | ||
| 1513 | # CONFIG_DEBUG_SLAB is not set | ||
| 1514 | # CONFIG_DEBUG_PREEMPT is not set | ||
| 1515 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 1516 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 1517 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 1518 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 1519 | # CONFIG_DEBUG_INFO is not set | ||
| 1520 | # CONFIG_DEBUG_FS is not set | ||
| 1521 | # CONFIG_DEBUG_VM is not set | ||
| 1522 | CONFIG_FRAME_POINTER=y | ||
| 1523 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1524 | # CONFIG_DEBUG_USER is not set | ||
| 1525 | # CONFIG_DEBUG_WAITQ is not set | ||
| 1526 | CONFIG_DEBUG_ERRORS=y | ||
| 1527 | # CONFIG_DEBUG_LL is not set | ||
| 1528 | |||
| 1529 | # | ||
| 1530 | # Security options | ||
| 1531 | # | ||
| 1532 | # CONFIG_KEYS is not set | ||
| 1533 | # CONFIG_SECURITY is not set | ||
| 1534 | |||
| 1535 | # | ||
| 1536 | # Cryptographic options | ||
| 1537 | # | ||
| 1538 | CONFIG_CRYPTO=y | ||
| 1539 | CONFIG_CRYPTO_HMAC=y | ||
| 1540 | CONFIG_CRYPTO_NULL=m | ||
| 1541 | CONFIG_CRYPTO_MD4=m | ||
| 1542 | CONFIG_CRYPTO_MD5=m | ||
| 1543 | CONFIG_CRYPTO_SHA1=m | ||
| 1544 | CONFIG_CRYPTO_SHA256=m | ||
| 1545 | CONFIG_CRYPTO_SHA512=m | ||
| 1546 | CONFIG_CRYPTO_WP512=m | ||
| 1547 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1548 | CONFIG_CRYPTO_DES=m | ||
| 1549 | CONFIG_CRYPTO_BLOWFISH=m | ||
| 1550 | CONFIG_CRYPTO_TWOFISH=m | ||
| 1551 | CONFIG_CRYPTO_SERPENT=m | ||
| 1552 | CONFIG_CRYPTO_AES=m | ||
| 1553 | CONFIG_CRYPTO_CAST5=m | ||
| 1554 | CONFIG_CRYPTO_CAST6=m | ||
| 1555 | CONFIG_CRYPTO_TEA=m | ||
| 1556 | CONFIG_CRYPTO_ARC4=m | ||
| 1557 | CONFIG_CRYPTO_KHAZAD=m | ||
| 1558 | CONFIG_CRYPTO_ANUBIS=m | ||
| 1559 | CONFIG_CRYPTO_DEFLATE=m | ||
| 1560 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 1561 | CONFIG_CRYPTO_CRC32C=m | ||
| 1562 | CONFIG_CRYPTO_TEST=m | ||
| 1563 | |||
| 1564 | # | ||
| 1565 | # Hardware crypto devices | ||
| 1566 | # | ||
| 1567 | |||
| 1568 | # | ||
| 1569 | # Library routines | ||
| 1570 | # | ||
| 1571 | CONFIG_CRC_CCITT=y | ||
| 1572 | # CONFIG_CRC16 is not set | ||
| 1573 | CONFIG_CRC32=y | ||
| 1574 | CONFIG_LIBCRC32C=m | ||
| 1575 | CONFIG_ZLIB_INFLATE=y | ||
| 1576 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-ipaq-pxa270 b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-ipaq-pxa270 new file mode 100644 index 0000000000..d826d06886 --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-ipaq-pxa270 | |||
| @@ -0,0 +1,994 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.15-rc1-git7 | ||
| 4 | # Sat Nov 19 23:13:51 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | |||
| 12 | # | ||
| 13 | # Code maturity level options | ||
| 14 | # | ||
| 15 | CONFIG_EXPERIMENTAL=y | ||
| 16 | # CONFIG_CLEAN_COMPILE is not set | ||
| 17 | CONFIG_BROKEN=y | ||
| 18 | CONFIG_BROKEN_ON_SMP=y | ||
| 19 | CONFIG_LOCK_KERNEL=y | ||
| 20 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 21 | |||
| 22 | # | ||
| 23 | # General setup | ||
| 24 | # | ||
| 25 | CONFIG_LOCALVERSION="" | ||
| 26 | CONFIG_LOCALVERSION_AUTO=y | ||
| 27 | # CONFIG_SWAP is not set | ||
| 28 | # CONFIG_SYSVIPC is not set | ||
| 29 | # CONFIG_POSIX_MQUEUE is not set | ||
| 30 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 31 | CONFIG_SYSCTL=y | ||
| 32 | # CONFIG_AUDIT is not set | ||
| 33 | CONFIG_HOTPLUG=y | ||
| 34 | CONFIG_KOBJECT_UEVENT=y | ||
| 35 | # CONFIG_IKCONFIG is not set | ||
| 36 | CONFIG_INITRAMFS_SOURCE="" | ||
| 37 | CONFIG_EMBEDDED=y | ||
| 38 | CONFIG_KALLSYMS=y | ||
| 39 | # CONFIG_KALLSYMS_ALL is not set | ||
| 40 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 41 | CONFIG_PRINTK=y | ||
| 42 | CONFIG_BUG=y | ||
| 43 | CONFIG_BASE_FULL=y | ||
| 44 | CONFIG_FUTEX=y | ||
| 45 | CONFIG_EPOLL=y | ||
| 46 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 47 | CONFIG_SHMEM=y | ||
| 48 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 49 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 50 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 51 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 52 | # CONFIG_TINY_SHMEM is not set | ||
| 53 | CONFIG_BASE_SMALL=0 | ||
| 54 | |||
| 55 | # | ||
| 56 | # Loadable module support | ||
| 57 | # | ||
| 58 | CONFIG_MODULES=y | ||
| 59 | CONFIG_MODULE_UNLOAD=y | ||
| 60 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 61 | CONFIG_OBSOLETE_MODPARM=y | ||
| 62 | # CONFIG_MODVERSIONS is not set | ||
| 63 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 64 | # CONFIG_KMOD is not set | ||
| 65 | |||
| 66 | # | ||
| 67 | # Block layer | ||
| 68 | # | ||
| 69 | |||
| 70 | # | ||
| 71 | # IO Schedulers | ||
| 72 | # | ||
| 73 | CONFIG_IOSCHED_NOOP=y | ||
| 74 | CONFIG_IOSCHED_AS=y | ||
| 75 | CONFIG_IOSCHED_DEADLINE=m | ||
| 76 | CONFIG_IOSCHED_CFQ=m | ||
| 77 | CONFIG_DEFAULT_AS=y | ||
| 78 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 79 | # CONFIG_DEFAULT_CFQ is not set | ||
| 80 | # CONFIG_DEFAULT_NOOP is not set | ||
| 81 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 82 | |||
| 83 | # | ||
| 84 | # System Type | ||
| 85 | # | ||
| 86 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 87 | # CONFIG_ARCH_CLPS711X is not set | ||
| 88 | # CONFIG_ARCH_CO285 is not set | ||
| 89 | # CONFIG_ARCH_EBSA110 is not set | ||
| 90 | # CONFIG_ARCH_CAMELOT is not set | ||
| 91 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 92 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 93 | # CONFIG_ARCH_IOP3XX is not set | ||
| 94 | # CONFIG_ARCH_IXP4XX is not set | ||
| 95 | # CONFIG_ARCH_IXP2000 is not set | ||
| 96 | # CONFIG_ARCH_L7200 is not set | ||
| 97 | CONFIG_ARCH_PXA=y | ||
| 98 | # CONFIG_ARCH_RPC is not set | ||
| 99 | # CONFIG_ARCH_SA1100 is not set | ||
| 100 | # CONFIG_ARCH_S3C2410 is not set | ||
| 101 | # CONFIG_ARCH_SHARK is not set | ||
| 102 | # CONFIG_ARCH_LH7A40X is not set | ||
| 103 | # CONFIG_ARCH_OMAP is not set | ||
| 104 | # CONFIG_ARCH_VERSATILE is not set | ||
| 105 | # CONFIG_ARCH_REALVIEW is not set | ||
| 106 | # CONFIG_ARCH_IMX is not set | ||
| 107 | # CONFIG_ARCH_H720X is not set | ||
| 108 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 109 | |||
| 110 | # | ||
| 111 | # Intel PXA2xx Implementations | ||
| 112 | # | ||
| 113 | # CONFIG_ARCH_LUBBOCK is not set | ||
| 114 | # CONFIG_MACH_MAINSTONE is not set | ||
| 115 | # CONFIG_ARCH_PXA_IDP is not set | ||
| 116 | # CONFIG_PXA_SHARPSL is not set | ||
| 117 | CONFIG_MACH_HX2750=y | ||
| 118 | CONFIG_PXA27x=y | ||
| 119 | CONFIG_PXA_KEYS=y | ||
| 120 | CONFIG_PXA_SSP=y | ||
| 121 | |||
| 122 | # | ||
| 123 | # Processor Type | ||
| 124 | # | ||
| 125 | CONFIG_CPU_32=y | ||
| 126 | CONFIG_CPU_XSCALE=y | ||
| 127 | CONFIG_CPU_32v5=y | ||
| 128 | CONFIG_CPU_ABRT_EV5T=y | ||
| 129 | CONFIG_CPU_CACHE_VIVT=y | ||
| 130 | CONFIG_CPU_TLB_V4WBI=y | ||
| 131 | |||
| 132 | # | ||
| 133 | # Processor Features | ||
| 134 | # | ||
| 135 | CONFIG_ARM_THUMB=y | ||
| 136 | CONFIG_XSCALE_PMU=y | ||
| 137 | |||
| 138 | # | ||
| 139 | # Bus support | ||
| 140 | # | ||
| 141 | CONFIG_ISA_DMA_API=y | ||
| 142 | |||
| 143 | # | ||
| 144 | # PCCARD (PCMCIA/CardBus) support | ||
| 145 | # | ||
| 146 | CONFIG_PCCARD=y | ||
| 147 | # CONFIG_PCMCIA_DEBUG is not set | ||
| 148 | CONFIG_PCMCIA=y | ||
| 149 | CONFIG_PCMCIA_LOAD_CIS=y | ||
| 150 | CONFIG_PCMCIA_IOCTL=y | ||
| 151 | |||
| 152 | # | ||
| 153 | # PC-card bridges | ||
| 154 | # | ||
| 155 | CONFIG_PCMCIA_PXA2XX=y | ||
| 156 | |||
| 157 | # | ||
| 158 | # Kernel Features | ||
| 159 | # | ||
| 160 | CONFIG_PREEMPT=y | ||
| 161 | CONFIG_NO_IDLE_HZ=y | ||
| 162 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 163 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 164 | CONFIG_FLATMEM_MANUAL=y | ||
| 165 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 166 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 167 | CONFIG_FLATMEM=y | ||
| 168 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 169 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 170 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | ||
| 171 | CONFIG_ALIGNMENT_TRAP=y | ||
| 172 | |||
| 173 | # | ||
| 174 | # Boot options | ||
| 175 | # | ||
| 176 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 177 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 178 | # CONFIG_XIP_KERNEL is not set | ||
| 179 | |||
| 180 | # | ||
| 181 | # CPU Frequency scaling | ||
| 182 | # | ||
| 183 | # CONFIG_CPU_FREQ is not set | ||
| 184 | |||
| 185 | # | ||
| 186 | # Floating point emulation | ||
| 187 | # | ||
| 188 | |||
| 189 | # | ||
| 190 | # At least one emulation must be selected | ||
| 191 | # | ||
| 192 | CONFIG_FPE_NWFPE=y | ||
| 193 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 194 | # CONFIG_FPE_FASTFPE is not set | ||
| 195 | |||
| 196 | # | ||
| 197 | # Userspace binary formats | ||
| 198 | # | ||
| 199 | CONFIG_BINFMT_ELF=y | ||
| 200 | # CONFIG_BINFMT_AOUT is not set | ||
| 201 | # CONFIG_BINFMT_MISC is not set | ||
| 202 | # CONFIG_ARTHUR is not set | ||
| 203 | |||
| 204 | # | ||
| 205 | # Power management options | ||
| 206 | # | ||
| 207 | CONFIG_PM=y | ||
| 208 | CONFIG_PM_LEGACY=y | ||
| 209 | # CONFIG_PM_DEBUG is not set | ||
| 210 | CONFIG_APM=y | ||
| 211 | |||
| 212 | # | ||
| 213 | # Networking | ||
| 214 | # | ||
| 215 | CONFIG_NET=y | ||
| 216 | |||
| 217 | # | ||
| 218 | # Networking options | ||
| 219 | # | ||
| 220 | CONFIG_PACKET=y | ||
| 221 | CONFIG_PACKET_MMAP=y | ||
| 222 | CONFIG_UNIX=y | ||
| 223 | # CONFIG_NET_KEY is not set | ||
| 224 | CONFIG_INET=y | ||
| 225 | # CONFIG_IP_MULTICAST is not set | ||
| 226 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 227 | CONFIG_IP_FIB_HASH=y | ||
| 228 | # CONFIG_IP_PNP is not set | ||
| 229 | # CONFIG_NET_IPIP is not set | ||
| 230 | # CONFIG_NET_IPGRE is not set | ||
| 231 | # CONFIG_ARPD is not set | ||
| 232 | CONFIG_SYN_COOKIES=y | ||
| 233 | # CONFIG_INET_AH is not set | ||
| 234 | # CONFIG_INET_ESP is not set | ||
| 235 | # CONFIG_INET_IPCOMP is not set | ||
| 236 | # CONFIG_INET_TUNNEL is not set | ||
| 237 | CONFIG_INET_DIAG=y | ||
| 238 | CONFIG_INET_TCP_DIAG=y | ||
| 239 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 240 | CONFIG_TCP_CONG_BIC=y | ||
| 241 | # CONFIG_IPV6 is not set | ||
| 242 | # CONFIG_NETFILTER is not set | ||
| 243 | |||
| 244 | # | ||
| 245 | # DCCP Configuration (EXPERIMENTAL) | ||
| 246 | # | ||
| 247 | # CONFIG_IP_DCCP is not set | ||
| 248 | |||
| 249 | # | ||
| 250 | # SCTP Configuration (EXPERIMENTAL) | ||
| 251 | # | ||
| 252 | # CONFIG_IP_SCTP is not set | ||
| 253 | # CONFIG_ATM is not set | ||
| 254 | # CONFIG_BRIDGE is not set | ||
| 255 | # CONFIG_VLAN_8021Q is not set | ||
| 256 | # CONFIG_DECNET is not set | ||
| 257 | # CONFIG_LLC2 is not set | ||
| 258 | # CONFIG_IPX is not set | ||
| 259 | # CONFIG_ATALK is not set | ||
| 260 | # CONFIG_X25 is not set | ||
| 261 | # CONFIG_LAPB is not set | ||
| 262 | # CONFIG_NET_DIVERT is not set | ||
| 263 | # CONFIG_ECONET is not set | ||
| 264 | # CONFIG_WAN_ROUTER is not set | ||
| 265 | |||
| 266 | # | ||
| 267 | # QoS and/or fair queueing | ||
| 268 | # | ||
| 269 | # CONFIG_NET_SCHED is not set | ||
| 270 | |||
| 271 | # | ||
| 272 | # Network testing | ||
| 273 | # | ||
| 274 | # CONFIG_NET_PKTGEN is not set | ||
| 275 | # CONFIG_HAMRADIO is not set | ||
| 276 | # CONFIG_IRDA is not set | ||
| 277 | # CONFIG_BT is not set | ||
| 278 | CONFIG_IEEE80211=m | ||
| 279 | # CONFIG_IEEE80211_DEBUG is not set | ||
| 280 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 281 | # CONFIG_IEEE80211_CRYPT_CCMP is not set | ||
| 282 | # CONFIG_IEEE80211_CRYPT_TKIP is not set | ||
| 283 | |||
| 284 | # | ||
| 285 | # Device Drivers | ||
| 286 | # | ||
| 287 | |||
| 288 | # | ||
| 289 | # Generic Driver Options | ||
| 290 | # | ||
| 291 | CONFIG_STANDALONE=y | ||
| 292 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
| 293 | CONFIG_FW_LOADER=y | ||
| 294 | # CONFIG_DEBUG_DRIVER is not set | ||
| 295 | |||
| 296 | # | ||
| 297 | # Connector - unified userspace <-> kernelspace linker | ||
| 298 | # | ||
| 299 | # CONFIG_CONNECTOR is not set | ||
| 300 | |||
| 301 | # | ||
| 302 | # Memory Technology Devices (MTD) | ||
| 303 | # | ||
| 304 | CONFIG_MTD=y | ||
| 305 | # CONFIG_MTD_DEBUG is not set | ||
| 306 | CONFIG_MTD_CONCAT=y | ||
| 307 | CONFIG_MTD_PARTITIONS=y | ||
| 308 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 309 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 310 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 311 | |||
| 312 | # | ||
| 313 | # User Modules And Translation Layers | ||
| 314 | # | ||
| 315 | CONFIG_MTD_CHAR=y | ||
| 316 | CONFIG_MTD_BLOCK=y | ||
| 317 | # CONFIG_FTL is not set | ||
| 318 | # CONFIG_NFTL is not set | ||
| 319 | # CONFIG_INFTL is not set | ||
| 320 | # CONFIG_RFD_FTL is not set | ||
| 321 | |||
| 322 | # | ||
| 323 | # RAM/ROM/Flash chip drivers | ||
| 324 | # | ||
| 325 | CONFIG_MTD_CFI=y | ||
| 326 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 327 | CONFIG_MTD_GEN_PROBE=y | ||
| 328 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
| 329 | CONFIG_MTD_CFI_NOSWAP=y | ||
| 330 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
| 331 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
| 332 | CONFIG_MTD_CFI_GEOMETRY=y | ||
| 333 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 334 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 335 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 336 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 337 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 338 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 339 | CONFIG_MTD_CFI_I1=y | ||
| 340 | CONFIG_MTD_CFI_I2=y | ||
| 341 | # CONFIG_MTD_CFI_I4 is not set | ||
| 342 | # CONFIG_MTD_CFI_I8 is not set | ||
| 343 | # CONFIG_MTD_OTP is not set | ||
| 344 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 345 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
| 346 | # CONFIG_MTD_CFI_STAA is not set | ||
| 347 | CONFIG_MTD_CFI_UTIL=y | ||
| 348 | # CONFIG_MTD_RAM is not set | ||
| 349 | # CONFIG_MTD_ROM is not set | ||
| 350 | # CONFIG_MTD_ABSENT is not set | ||
| 351 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
| 352 | # CONFIG_MTD_XIP is not set | ||
| 353 | |||
| 354 | # | ||
| 355 | # Mapping drivers for chip access | ||
| 356 | # | ||
| 357 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 358 | # CONFIG_MTD_PHYSMAP is not set | ||
| 359 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
| 360 | # CONFIG_MTD_SHARP_SL is not set | ||
| 361 | # CONFIG_MTD_PLATRAM is not set | ||
| 362 | |||
| 363 | # | ||
| 364 | # Self-contained MTD device drivers | ||
| 365 | # | ||
| 366 | # CONFIG_MTD_SLRAM is not set | ||
| 367 | # CONFIG_MTD_PHRAM is not set | ||
| 368 | # CONFIG_MTD_MTDRAM is not set | ||
| 369 | # CONFIG_MTD_BLKMTD is not set | ||
| 370 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 371 | |||
| 372 | # | ||
| 373 | # Disk-On-Chip Device Drivers | ||
| 374 | # | ||
| 375 | # CONFIG_MTD_DOC2000 is not set | ||
| 376 | # CONFIG_MTD_DOC2001 is not set | ||
| 377 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 378 | |||
| 379 | # | ||
| 380 | # NAND Flash Device Drivers | ||
| 381 | # | ||
| 382 | # CONFIG_MTD_NAND is not set | ||
| 383 | |||
| 384 | # | ||
| 385 | # OneNAND Flash Device Drivers | ||
| 386 | # | ||
| 387 | # CONFIG_MTD_ONENAND is not set | ||
| 388 | |||
| 389 | # | ||
| 390 | # Parallel port support | ||
| 391 | # | ||
| 392 | # CONFIG_PARPORT is not set | ||
| 393 | |||
| 394 | # | ||
| 395 | # Plug and Play support | ||
| 396 | # | ||
| 397 | |||
| 398 | # | ||
| 399 | # Block devices | ||
| 400 | # | ||
| 401 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 402 | CONFIG_BLK_DEV_LOOP=y | ||
| 403 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 404 | # CONFIG_BLK_DEV_NBD is not set | ||
| 405 | CONFIG_BLK_DEV_RAM=y | ||
| 406 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 407 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
| 408 | CONFIG_BLK_DEV_INITRD=y | ||
| 409 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 410 | # CONFIG_ATA_OVER_ETH is not set | ||
| 411 | |||
| 412 | # | ||
| 413 | # ATA/ATAPI/MFM/RLL support | ||
| 414 | # | ||
| 415 | CONFIG_IDE=y | ||
| 416 | CONFIG_BLK_DEV_IDE=y | ||
| 417 | |||
| 418 | # | ||
| 419 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
| 420 | # | ||
| 421 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
| 422 | CONFIG_BLK_DEV_IDEDISK=y | ||
| 423 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
| 424 | CONFIG_BLK_DEV_IDECS=y | ||
| 425 | # CONFIG_BLK_DEV_IDECD is not set | ||
| 426 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
| 427 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
| 428 | # CONFIG_IDE_TASK_IOCTL is not set | ||
| 429 | |||
| 430 | # | ||
| 431 | # IDE chipset support/bugfixes | ||
| 432 | # | ||
| 433 | CONFIG_IDE_GENERIC=y | ||
| 434 | # CONFIG_IDE_ARM is not set | ||
| 435 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
| 436 | # CONFIG_IDEDMA_AUTO is not set | ||
| 437 | # CONFIG_BLK_DEV_HD is not set | ||
| 438 | |||
| 439 | # | ||
| 440 | # SCSI device support | ||
| 441 | # | ||
| 442 | # CONFIG_RAID_ATTRS is not set | ||
| 443 | # CONFIG_SCSI is not set | ||
| 444 | |||
| 445 | # | ||
| 446 | # Multi-device support (RAID and LVM) | ||
| 447 | # | ||
| 448 | # CONFIG_MD is not set | ||
| 449 | |||
| 450 | # | ||
| 451 | # Fusion MPT device support | ||
| 452 | # | ||
| 453 | # CONFIG_FUSION is not set | ||
| 454 | |||
| 455 | # | ||
| 456 | # IEEE 1394 (FireWire) support | ||
| 457 | # | ||
| 458 | # CONFIG_IEEE1394 is not set | ||
| 459 | |||
| 460 | # | ||
| 461 | # I2O device support | ||
| 462 | # | ||
| 463 | |||
| 464 | # | ||
| 465 | # Network device support | ||
| 466 | # | ||
| 467 | CONFIG_NETDEVICES=y | ||
| 468 | # CONFIG_DUMMY is not set | ||
| 469 | # CONFIG_BONDING is not set | ||
| 470 | # CONFIG_EQUALIZER is not set | ||
| 471 | # CONFIG_TUN is not set | ||
| 472 | |||
| 473 | # | ||
| 474 | # PHY device support | ||
| 475 | # | ||
| 476 | # CONFIG_PHYLIB is not set | ||
| 477 | |||
| 478 | # | ||
| 479 | # Ethernet (10 or 100Mbit) | ||
| 480 | # | ||
| 481 | CONFIG_NET_ETHERNET=y | ||
| 482 | CONFIG_MII=m | ||
| 483 | # CONFIG_SMC91X is not set | ||
| 484 | # CONFIG_DM9000 is not set | ||
| 485 | |||
| 486 | # | ||
| 487 | # Ethernet (1000 Mbit) | ||
| 488 | # | ||
| 489 | |||
| 490 | # | ||
| 491 | # Ethernet (10000 Mbit) | ||
| 492 | # | ||
| 493 | |||
| 494 | # | ||
| 495 | # Token Ring devices | ||
| 496 | # | ||
| 497 | |||
| 498 | # | ||
| 499 | # Wireless LAN (non-hamradio) | ||
| 500 | # | ||
| 501 | CONFIG_NET_RADIO=y | ||
| 502 | |||
| 503 | # | ||
| 504 | # Obsolete Wireless cards support (pre-802.11) | ||
| 505 | # | ||
| 506 | # CONFIG_STRIP is not set | ||
| 507 | # CONFIG_PCMCIA_WAVELAN is not set | ||
| 508 | # CONFIG_PCMCIA_NETWAVE is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # Wireless 802.11 Frequency Hopping cards support | ||
| 512 | # | ||
| 513 | # CONFIG_PCMCIA_RAYCS is not set | ||
| 514 | |||
| 515 | # | ||
| 516 | # Wireless 802.11b ISA/PCI cards support | ||
| 517 | # | ||
| 518 | # CONFIG_AIRO is not set | ||
| 519 | CONFIG_HERMES=m | ||
| 520 | # CONFIG_ATMEL is not set | ||
| 521 | |||
| 522 | # | ||
| 523 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
| 524 | # | ||
| 525 | CONFIG_PCMCIA_HERMES=m | ||
| 526 | CONFIG_PCMCIA_SPECTRUM=m | ||
| 527 | # CONFIG_AIRO_CS is not set | ||
| 528 | # CONFIG_PCMCIA_WL3501 is not set | ||
| 529 | CONFIG_HOSTAP=m | ||
| 530 | CONFIG_HOSTAP_FIRMWARE=y | ||
| 531 | CONFIG_HOSTAP_CS=m | ||
| 532 | CONFIG_NET_WIRELESS=y | ||
| 533 | |||
| 534 | # | ||
| 535 | # PCMCIA network device support | ||
| 536 | # | ||
| 537 | CONFIG_NET_PCMCIA=y | ||
| 538 | # CONFIG_PCMCIA_3C589 is not set | ||
| 539 | # CONFIG_PCMCIA_3C574 is not set | ||
| 540 | # CONFIG_PCMCIA_FMVJ18X is not set | ||
| 541 | CONFIG_PCMCIA_PCNET=m | ||
| 542 | # CONFIG_PCMCIA_NMCLAN is not set | ||
| 543 | # CONFIG_PCMCIA_SMC91C92 is not set | ||
| 544 | # CONFIG_PCMCIA_XIRC2PS is not set | ||
| 545 | # CONFIG_PCMCIA_AXNET is not set | ||
| 546 | |||
| 547 | # | ||
| 548 | # Wan interfaces | ||
| 549 | # | ||
| 550 | # CONFIG_WAN is not set | ||
| 551 | CONFIG_PPP=m | ||
| 552 | # CONFIG_PPP_MULTILINK is not set | ||
| 553 | # CONFIG_PPP_FILTER is not set | ||
| 554 | CONFIG_PPP_ASYNC=m | ||
| 555 | # CONFIG_PPP_SYNC_TTY is not set | ||
| 556 | CONFIG_PPP_DEFLATE=m | ||
| 557 | CONFIG_PPP_BSDCOMP=m | ||
| 558 | # CONFIG_PPP_MPPE is not set | ||
| 559 | # CONFIG_PPPOE is not set | ||
| 560 | # CONFIG_SLIP is not set | ||
| 561 | # CONFIG_SHAPER is not set | ||
| 562 | # CONFIG_NETCONSOLE is not set | ||
| 563 | # CONFIG_NETPOLL is not set | ||
| 564 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 565 | |||
| 566 | # | ||
| 567 | # ISDN subsystem | ||
| 568 | # | ||
| 569 | # CONFIG_ISDN is not set | ||
| 570 | |||
| 571 | # | ||
| 572 | # Input device support | ||
| 573 | # | ||
| 574 | CONFIG_INPUT=y | ||
| 575 | |||
| 576 | # | ||
| 577 | # Userland interfaces | ||
| 578 | # | ||
| 579 | CONFIG_INPUT_MOUSEDEV=y | ||
| 580 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 581 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 582 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 583 | # CONFIG_INPUT_JOYDEV is not set | ||
| 584 | # CONFIG_INPUT_TSDEV is not set | ||
| 585 | CONFIG_INPUT_EVDEV=y | ||
| 586 | # CONFIG_INPUT_EVBUG is not set | ||
| 587 | # CONFIG_INPUT_POWER is not set | ||
| 588 | |||
| 589 | # | ||
| 590 | # Input Device Drivers | ||
| 591 | # | ||
| 592 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 593 | # CONFIG_INPUT_MOUSE is not set | ||
| 594 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 595 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 596 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
| 597 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
| 598 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
| 599 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
| 600 | CONFIG_TOUCHSCREEN_TSC2101=y | ||
| 601 | # CONFIG_INPUT_MISC is not set | ||
| 602 | |||
| 603 | # | ||
| 604 | # Hardware I/O ports | ||
| 605 | # | ||
| 606 | # CONFIG_SERIO is not set | ||
| 607 | # CONFIG_GAMEPORT is not set | ||
| 608 | |||
| 609 | # | ||
| 610 | # Character devices | ||
| 611 | # | ||
| 612 | CONFIG_VT=y | ||
| 613 | CONFIG_VT_CONSOLE=y | ||
| 614 | CONFIG_HW_CONSOLE=y | ||
| 615 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 616 | |||
| 617 | # | ||
| 618 | # Serial drivers | ||
| 619 | # | ||
| 620 | # CONFIG_SERIAL_8250 is not set | ||
| 621 | |||
| 622 | # | ||
| 623 | # Non-8250 serial port support | ||
| 624 | # | ||
| 625 | CONFIG_SERIAL_PXA=y | ||
| 626 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
| 627 | CONFIG_SERIAL_CORE=y | ||
| 628 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 629 | CONFIG_UNIX98_PTYS=y | ||
| 630 | CONFIG_LEGACY_PTYS=y | ||
| 631 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 632 | |||
| 633 | # | ||
| 634 | # IPMI | ||
| 635 | # | ||
| 636 | # CONFIG_IPMI_HANDLER is not set | ||
| 637 | |||
| 638 | # | ||
| 639 | # Watchdog Cards | ||
| 640 | # | ||
| 641 | # CONFIG_WATCHDOG is not set | ||
| 642 | # CONFIG_NVRAM is not set | ||
| 643 | # CONFIG_SA1100_RTC is not set | ||
| 644 | # CONFIG_DTLK is not set | ||
| 645 | # CONFIG_R3964 is not set | ||
| 646 | |||
| 647 | # | ||
| 648 | # Ftape, the floppy tape device driver | ||
| 649 | # | ||
| 650 | |||
| 651 | # | ||
| 652 | # PCMCIA character devices | ||
| 653 | # | ||
| 654 | # CONFIG_SYNCLINK_CS is not set | ||
| 655 | # CONFIG_CARDMAN_4000 is not set | ||
| 656 | # CONFIG_CARDMAN_4040 is not set | ||
| 657 | # CONFIG_RAW_DRIVER is not set | ||
| 658 | |||
| 659 | # | ||
| 660 | # TPM devices | ||
| 661 | # | ||
| 662 | # CONFIG_TCG_TPM is not set | ||
| 663 | # CONFIG_TELCLOCK is not set | ||
| 664 | |||
| 665 | # | ||
| 666 | # I2C support | ||
| 667 | # | ||
| 668 | # CONFIG_I2C is not set | ||
| 669 | |||
| 670 | # | ||
| 671 | # Hardware Monitoring support | ||
| 672 | # | ||
| 673 | CONFIG_HWMON is not set | ||
| 674 | |||
| 675 | # | ||
| 676 | # Misc devices | ||
| 677 | # | ||
| 678 | |||
| 679 | # | ||
| 680 | # Multimedia Capabilities Port drivers | ||
| 681 | # | ||
| 682 | |||
| 683 | # | ||
| 684 | # Multi-Function Devices | ||
| 685 | # | ||
| 686 | CONFIG_MFD_TSC2101=y | ||
| 687 | |||
| 688 | # | ||
| 689 | # Multimedia devices | ||
| 690 | # | ||
| 691 | # CONFIG_VIDEO_DEV is not set | ||
| 692 | |||
| 693 | # | ||
| 694 | # Digital Video Broadcasting Devices | ||
| 695 | # | ||
| 696 | # CONFIG_DVB is not set | ||
| 697 | |||
| 698 | # | ||
| 699 | # Graphics support | ||
| 700 | # | ||
| 701 | CONFIG_FB=y | ||
| 702 | CONFIG_FB_CFB_FILLRECT=y | ||
| 703 | CONFIG_FB_CFB_COPYAREA=y | ||
| 704 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 705 | # CONFIG_FB_MACMODES is not set | ||
| 706 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 707 | # CONFIG_FB_TILEBLITTING is not set | ||
| 708 | # CONFIG_FB_S1D13XXX is not set | ||
| 709 | CONFIG_FB_PXA=y | ||
| 710 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
| 711 | # CONFIG_FB_VIRTUAL is not set | ||
| 712 | |||
| 713 | # | ||
| 714 | # Console display driver support | ||
| 715 | # | ||
| 716 | # CONFIG_VGA_CONSOLE is not set | ||
| 717 | CONFIG_DUMMY_CONSOLE=y | ||
| 718 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 719 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
| 720 | # CONFIG_FONTS is not set | ||
| 721 | CONFIG_FONT_8x8=y | ||
| 722 | CONFIG_FONT_8x16=y | ||
| 723 | |||
| 724 | # | ||
| 725 | # Logo configuration | ||
| 726 | # | ||
| 727 | # CONFIG_LOGO is not set | ||
| 728 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
| 729 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
| 730 | CONFIG_BACKLIGHT_DEVICE=y | ||
| 731 | CONFIG_LCD_CLASS_DEVICE=y | ||
| 732 | CONFIG_LCD_DEVICE=y | ||
| 733 | CONFIG_BACKLIGHT_HX2750=y | ||
| 734 | |||
| 735 | # | ||
| 736 | # Sound | ||
| 737 | # | ||
| 738 | # CONFIG_SOUND is not set | ||
| 739 | |||
| 740 | # | ||
| 741 | # USB support | ||
| 742 | # | ||
| 743 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 744 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 745 | # CONFIG_USB is not set | ||
| 746 | |||
| 747 | # | ||
| 748 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 749 | # | ||
| 750 | |||
| 751 | # | ||
| 752 | # USB Gadget Support | ||
| 753 | # | ||
| 754 | # CONFIG_USB_GADGET is not set | ||
| 755 | |||
| 756 | # | ||
| 757 | # MMC/SD Card support | ||
| 758 | # | ||
| 759 | CONFIG_MMC=y | ||
| 760 | # CONFIG_MMC_DEBUG is not set | ||
| 761 | CONFIG_MMC_BLOCK=y | ||
| 762 | CONFIG_MMC_PXA=y | ||
| 763 | # CONFIG_MMC_WBSD is not set | ||
| 764 | |||
| 765 | # | ||
| 766 | # File systems | ||
| 767 | # | ||
| 768 | CONFIG_EXT2_FS=y | ||
| 769 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 770 | # CONFIG_EXT2_FS_XIP is not set | ||
| 771 | # CONFIG_EXT3_FS is not set | ||
| 772 | # CONFIG_JBD is not set | ||
| 773 | # CONFIG_REISERFS_FS is not set | ||
| 774 | # CONFIG_JFS_FS is not set | ||
| 775 | # CONFIG_FS_POSIX_ACL is not set | ||
| 776 | # CONFIG_XFS_FS is not set | ||
| 777 | # CONFIG_MINIX_FS is not set | ||
| 778 | # CONFIG_ROMFS_FS is not set | ||
| 779 | CONFIG_INOTIFY=y | ||
| 780 | # CONFIG_QUOTA is not set | ||
| 781 | CONFIG_DNOTIFY=y | ||
| 782 | # CONFIG_AUTOFS_FS is not set | ||
| 783 | # CONFIG_AUTOFS4_FS is not set | ||
| 784 | # CONFIG_FUSE_FS is not set | ||
| 785 | |||
| 786 | # | ||
| 787 | # CD-ROM/DVD Filesystems | ||
| 788 | # | ||
| 789 | # CONFIG_ISO9660_FS is not set | ||
| 790 | # CONFIG_UDF_FS is not set | ||
| 791 | |||
| 792 | # | ||
| 793 | # DOS/FAT/NT Filesystems | ||
| 794 | # | ||
| 795 | CONFIG_FAT_FS=y | ||
| 796 | CONFIG_MSDOS_FS=y | ||
| 797 | CONFIG_VFAT_FS=y | ||
| 798 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 799 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 800 | # CONFIG_NTFS_FS is not set | ||
| 801 | |||
| 802 | # | ||
| 803 | # Pseudo filesystems | ||
| 804 | # | ||
| 805 | CONFIG_PROC_FS=y | ||
| 806 | CONFIG_SYSFS=y | ||
| 807 | # CONFIG_TMPFS is not set | ||
| 808 | # CONFIG_HUGETLBFS is not set | ||
| 809 | # CONFIG_HUGETLB_PAGE is not set | ||
| 810 | CONFIG_RAMFS=y | ||
| 811 | # CONFIG_RELAYFS_FS is not set | ||
| 812 | |||
| 813 | # | ||
| 814 | # Miscellaneous filesystems | ||
| 815 | # | ||
| 816 | # CONFIG_ADFS_FS is not set | ||
| 817 | # CONFIG_AFFS_FS is not set | ||
| 818 | # CONFIG_HFS_FS is not set | ||
| 819 | # CONFIG_HFSPLUS_FS is not set | ||
| 820 | # CONFIG_BEFS_FS is not set | ||
| 821 | # CONFIG_BFS_FS is not set | ||
| 822 | # CONFIG_EFS_FS is not set | ||
| 823 | # CONFIG_JFFS_FS is not set | ||
| 824 | CONFIG_JFFS2_FS=y | ||
| 825 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 826 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 827 | # CONFIG_JFFS2_SUMMARY is not set | ||
| 828 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 829 | CONFIG_JFFS2_ZLIB=y | ||
| 830 | CONFIG_JFFS2_RTIME=y | ||
| 831 | CONFIG_JFFS2_SUMMARY=y | ||
| 832 | # CONFIG_JFFS2_RUBIN is not set | ||
| 833 | CONFIG_CRAMFS=y | ||
| 834 | # CONFIG_VXFS_FS is not set | ||
| 835 | # CONFIG_HPFS_FS is not set | ||
| 836 | # CONFIG_QNX4FS_FS is not set | ||
| 837 | # CONFIG_SYSV_FS is not set | ||
| 838 | # CONFIG_UFS_FS is not set | ||
| 839 | |||
| 840 | # | ||
| 841 | # Network File Systems | ||
| 842 | # | ||
| 843 | # CONFIG_NFS_FS is not set | ||
| 844 | # CONFIG_NFSD is not set | ||
| 845 | # CONFIG_SMB_FS is not set | ||
| 846 | # CONFIG_CIFS is not set | ||
| 847 | # CONFIG_NCP_FS is not set | ||
| 848 | # CONFIG_CODA_FS is not set | ||
| 849 | # CONFIG_AFS_FS is not set | ||
| 850 | # CONFIG_9P_FS is not set | ||
| 851 | |||
| 852 | # | ||
| 853 | # Partition Types | ||
| 854 | # | ||
| 855 | CONFIG_PARTITION_ADVANCED=y | ||
| 856 | # CONFIG_ACORN_PARTITION is not set | ||
| 857 | # CONFIG_OSF_PARTITION is not set | ||
| 858 | # CONFIG_AMIGA_PARTITION is not set | ||
| 859 | # CONFIG_ATARI_PARTITION is not set | ||
| 860 | # CONFIG_MAC_PARTITION is not set | ||
| 861 | CONFIG_MSDOS_PARTITION=y | ||
| 862 | # CONFIG_BSD_DISKLABEL is not set | ||
| 863 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 864 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 865 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 866 | # CONFIG_LDM_PARTITION is not set | ||
| 867 | # CONFIG_SGI_PARTITION is not set | ||
| 868 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 869 | # CONFIG_SUN_PARTITION is not set | ||
| 870 | # CONFIG_EFI_PARTITION is not set | ||
| 871 | |||
| 872 | # | ||
| 873 | # Native Language Support | ||
| 874 | # | ||
| 875 | CONFIG_NLS=y | ||
| 876 | CONFIG_NLS_DEFAULT="cp437" | ||
| 877 | CONFIG_NLS_CODEPAGE_437=y | ||
| 878 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 879 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 880 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 881 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 882 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 883 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 884 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 885 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 886 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 887 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 888 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 889 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 890 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 891 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 892 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 893 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 894 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 895 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 896 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 897 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 898 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 899 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 900 | # CONFIG_NLS_ASCII is not set | ||
| 901 | CONFIG_NLS_ISO8859_1=y | ||
| 902 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 903 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 904 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 905 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 906 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 907 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 908 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 909 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 910 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 911 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 912 | # CONFIG_NLS_KOI8_R is not set | ||
| 913 | # CONFIG_NLS_KOI8_U is not set | ||
| 914 | CONFIG_NLS_UTF8=y | ||
| 915 | |||
| 916 | # | ||
| 917 | # Profiling support | ||
| 918 | # | ||
| 919 | # CONFIG_PROFILING is not set | ||
| 920 | |||
| 921 | # | ||
| 922 | # Kernel hacking | ||
| 923 | # | ||
| 924 | # CONFIG_PRINTK_TIME is not set | ||
| 925 | CONFIG_DEBUG_KERNEL=y | ||
| 926 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 927 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 928 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 929 | # CONFIG_SCHEDSTATS is not set | ||
| 930 | # CONFIG_DEBUG_SLAB is not set | ||
| 931 | CONFIG_DEBUG_PREEMPT=y | ||
| 932 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 933 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 934 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 935 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 936 | # CONFIG_DEBUG_INFO is not set | ||
| 937 | # CONFIG_DEBUG_FS is not set | ||
| 938 | # CONFIG_DEBUG_VM is not set | ||
| 939 | CONFIG_FRAME_POINTER=y | ||
| 940 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 941 | # CONFIG_DEBUG_USER is not set | ||
| 942 | # CONFIG_DEBUG_WAITQ is not set | ||
| 943 | CONFIG_DEBUG_ERRORS=y | ||
| 944 | CONFIG_DEBUG_LL=y | ||
| 945 | # CONFIG_DEBUG_ICEDCC is not set | ||
| 946 | |||
| 947 | # | ||
| 948 | # Security options | ||
| 949 | # | ||
| 950 | # CONFIG_KEYS is not set | ||
| 951 | # CONFIG_SECURITY is not set | ||
| 952 | |||
| 953 | # | ||
| 954 | # Cryptographic options | ||
| 955 | # | ||
| 956 | CONFIG_CRYPTO=y | ||
| 957 | # CONFIG_CRYPTO_HMAC is not set | ||
| 958 | # CONFIG_CRYPTO_NULL is not set | ||
| 959 | # CONFIG_CRYPTO_MD4 is not set | ||
| 960 | # CONFIG_CRYPTO_MD5 is not set | ||
| 961 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 962 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 963 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 964 | # CONFIG_CRYPTO_WP512 is not set | ||
| 965 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 966 | # CONFIG_CRYPTO_DES is not set | ||
| 967 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 968 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 969 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 970 | # CONFIG_CRYPTO_AES is not set | ||
| 971 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 972 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 973 | # CONFIG_CRYPTO_TEA is not set | ||
| 974 | CONFIG_CRYPTO_ARC4=m | ||
| 975 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 976 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 977 | CONFIG_CRYPTO_DEFLATE=y | ||
| 978 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 979 | CONFIG_CRYPTO_CRC32C=y | ||
| 980 | # CONFIG_CRYPTO_TEST is not set | ||
| 981 | |||
| 982 | # | ||
| 983 | # Hardware crypto devices | ||
| 984 | # | ||
| 985 | |||
| 986 | # | ||
| 987 | # Library routines | ||
| 988 | # | ||
| 989 | CONFIG_CRC_CCITT=m | ||
| 990 | # CONFIG_CRC16 is not set | ||
| 991 | CONFIG_CRC32=y | ||
| 992 | CONFIG_LIBCRC32C=y | ||
| 993 | CONFIG_ZLIB_INFLATE=y | ||
| 994 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-poodle b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-poodle new file mode 100644 index 0000000000..646e08305a --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-poodle | |||
| @@ -0,0 +1,938 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.11-rc4 | ||
| 4 | # Mon Feb 21 18:15:08 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | CONFIG_GENERIC_IOMAP=y | ||
| 12 | |||
| 13 | # | ||
| 14 | # Code maturity level options | ||
| 15 | # | ||
| 16 | CONFIG_EXPERIMENTAL=y | ||
| 17 | CONFIG_CLEAN_COMPILE=y | ||
| 18 | CONFIG_BROKEN_ON_SMP=y | ||
| 19 | CONFIG_LOCK_KERNEL=y | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | CONFIG_SWAP=y | ||
| 26 | CONFIG_SYSVIPC=y | ||
| 27 | # CONFIG_POSIX_MQUEUE is not set | ||
| 28 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 29 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 30 | CONFIG_SYSCTL=y | ||
| 31 | # CONFIG_AUDIT is not set | ||
| 32 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 33 | CONFIG_HOTPLUG=y | ||
| 34 | CONFIG_KOBJECT_UEVENT=y | ||
| 35 | # CONFIG_IKCONFIG is not set | ||
| 36 | CONFIG_EMBEDDED=y | ||
| 37 | CONFIG_KALLSYMS=y | ||
| 38 | # CONFIG_KALLSYMS_ALL is not set | ||
| 39 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 40 | CONFIG_FUTEX=y | ||
| 41 | CONFIG_EPOLL=y | ||
| 42 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 43 | CONFIG_SHMEM=y | ||
| 44 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 45 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 46 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 47 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 48 | # CONFIG_TINY_SHMEM is not set | ||
| 49 | |||
| 50 | # | ||
| 51 | # Loadable module support | ||
| 52 | # | ||
| 53 | CONFIG_MODULES=y | ||
| 54 | CONFIG_MODULE_UNLOAD=y | ||
| 55 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 56 | CONFIG_OBSOLETE_MODPARM=y | ||
| 57 | CONFIG_MODVERSIONS=y | ||
| 58 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 59 | CONFIG_KMOD=y | ||
| 60 | |||
| 61 | # | ||
| 62 | # System Type | ||
| 63 | # | ||
| 64 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 65 | # CONFIG_ARCH_CLPS711X is not set | ||
| 66 | # CONFIG_ARCH_CO285 is not set | ||
| 67 | # CONFIG_ARCH_EBSA110 is not set | ||
| 68 | # CONFIG_ARCH_CAMELOT is not set | ||
| 69 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 70 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 71 | # CONFIG_ARCH_IOP3XX is not set | ||
| 72 | # CONFIG_ARCH_IXP4XX is not set | ||
| 73 | # CONFIG_ARCH_IXP2000 is not set | ||
| 74 | # CONFIG_ARCH_L7200 is not set | ||
| 75 | CONFIG_ARCH_PXA=y | ||
| 76 | # CONFIG_ARCH_RPC is not set | ||
| 77 | # CONFIG_ARCH_SA1100 is not set | ||
| 78 | # CONFIG_ARCH_S3C2410 is not set | ||
| 79 | # CONFIG_ARCH_SHARK is not set | ||
| 80 | # CONFIG_ARCH_LH7A40X is not set | ||
| 81 | # CONFIG_ARCH_OMAP is not set | ||
| 82 | # CONFIG_ARCH_VERSATILE is not set | ||
| 83 | # CONFIG_ARCH_IMX is not set | ||
| 84 | # CONFIG_ARCH_H720X is not set | ||
| 85 | |||
| 86 | # | ||
| 87 | # Intel PXA2xx Implementations | ||
| 88 | # | ||
| 89 | # CONFIG_ARCH_LUBBOCK is not set | ||
| 90 | # CONFIG_MACH_MAINSTONE is not set | ||
| 91 | # CONFIG_ARCH_PXA_IDP is not set | ||
| 92 | CONFIG_PXA_SHARPSL=y | ||
| 93 | CONFIG_MACH_POODLE=y | ||
| 94 | # CONFIG_MACH_CORGI is not set | ||
| 95 | # CONFIG_MACH_SHEPHERD is not set | ||
| 96 | # CONFIG_MACH_HUSKY is not set | ||
| 97 | # CONFIG_MACH_TOSA is not set | ||
| 98 | CONFIG_PXA25x=y | ||
| 99 | CONFIG_SHARP_LOCOMO=y | ||
| 100 | CONFIG_SHARP_SCOOP=y | ||
| 101 | |||
| 102 | # | ||
| 103 | # Processor Type | ||
| 104 | # | ||
| 105 | CONFIG_CPU_32=y | ||
| 106 | CONFIG_CPU_XSCALE=y | ||
| 107 | CONFIG_CPU_32v5=y | ||
| 108 | CONFIG_CPU_ABRT_EV5T=y | ||
| 109 | CONFIG_CPU_CACHE_VIVT=y | ||
| 110 | CONFIG_CPU_TLB_V4WBI=y | ||
| 111 | CONFIG_CPU_MINICACHE=y | ||
| 112 | |||
| 113 | # | ||
| 114 | # Processor Features | ||
| 115 | # | ||
| 116 | CONFIG_ARM_THUMB=y | ||
| 117 | CONFIG_XSCALE_PMU=y | ||
| 118 | |||
| 119 | # | ||
| 120 | # General setup | ||
| 121 | # | ||
| 122 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 123 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 124 | # CONFIG_XIP_KERNEL is not set | ||
| 125 | |||
| 126 | # | ||
| 127 | # PCCARD (PCMCIA/CardBus) support | ||
| 128 | # | ||
| 129 | CONFIG_PCCARD=y | ||
| 130 | # CONFIG_PCMCIA_DEBUG is not set | ||
| 131 | CONFIG_PCMCIA=y | ||
| 132 | |||
| 133 | # | ||
| 134 | # PC-card bridges | ||
| 135 | # | ||
| 136 | # CONFIG_TCIC is not set | ||
| 137 | CONFIG_PCMCIA_PXA2XX=y | ||
| 138 | |||
| 139 | # | ||
| 140 | # At least one math emulation must be selected | ||
| 141 | # | ||
| 142 | CONFIG_FPE_NWFPE=y | ||
| 143 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 144 | # CONFIG_FPE_FASTFPE is not set | ||
| 145 | CONFIG_BINFMT_ELF=y | ||
| 146 | CONFIG_BINFMT_AOUT=m | ||
| 147 | CONFIG_BINFMT_MISC=m | ||
| 148 | |||
| 149 | # | ||
| 150 | # Generic Driver Options | ||
| 151 | # | ||
| 152 | CONFIG_STANDALONE=y | ||
| 153 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 154 | CONFIG_FW_LOADER=m | ||
| 155 | # CONFIG_DEBUG_DRIVER is not set | ||
| 156 | CONFIG_PM=y | ||
| 157 | CONFIG_PREEMPT=y | ||
| 158 | CONFIG_APM=y | ||
| 159 | # CONFIG_ARTHUR is not set | ||
| 160 | CONFIG_ALIGNMENT_TRAP=y | ||
| 161 | |||
| 162 | # | ||
| 163 | # Parallel port support | ||
| 164 | # | ||
| 165 | # CONFIG_PARPORT is not set | ||
| 166 | |||
| 167 | # | ||
| 168 | # Memory Technology Devices (MTD) | ||
| 169 | # | ||
| 170 | CONFIG_MTD=y | ||
| 171 | # CONFIG_MTD_DEBUG is not set | ||
| 172 | CONFIG_MTD_PARTITIONS=y | ||
| 173 | # CONFIG_MTD_CONCAT is not set | ||
| 174 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 175 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
| 176 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 177 | |||
| 178 | # | ||
| 179 | # User Modules And Translation Layers | ||
| 180 | # | ||
| 181 | CONFIG_MTD_CHAR=y | ||
| 182 | CONFIG_MTD_BLOCK=y | ||
| 183 | # CONFIG_FTL is not set | ||
| 184 | # CONFIG_NFTL is not set | ||
| 185 | # CONFIG_INFTL is not set | ||
| 186 | |||
| 187 | # | ||
| 188 | # RAM/ROM/Flash chip drivers | ||
| 189 | # | ||
| 190 | # CONFIG_MTD_CFI is not set | ||
| 191 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 192 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 193 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 194 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 195 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 196 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 197 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 198 | CONFIG_MTD_CFI_I1=y | ||
| 199 | CONFIG_MTD_CFI_I2=y | ||
| 200 | # CONFIG_MTD_CFI_I4 is not set | ||
| 201 | # CONFIG_MTD_CFI_I8 is not set | ||
| 202 | # CONFIG_MTD_RAM is not set | ||
| 203 | # CONFIG_MTD_ROM is not set | ||
| 204 | # CONFIG_MTD_ABSENT is not set | ||
| 205 | |||
| 206 | # | ||
| 207 | # Mapping drivers for chip access | ||
| 208 | # | ||
| 209 | CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
| 210 | CONFIG_MTD_SHARP_SL=y | ||
| 211 | |||
| 212 | # | ||
| 213 | # Self-contained MTD device drivers | ||
| 214 | # | ||
| 215 | # CONFIG_MTD_SLRAM is not set | ||
| 216 | # CONFIG_MTD_PHRAM is not set | ||
| 217 | # CONFIG_MTD_MTDRAM is not set | ||
| 218 | # CONFIG_MTD_BLKMTD is not set | ||
| 219 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 220 | |||
| 221 | # | ||
| 222 | # Disk-On-Chip Device Drivers | ||
| 223 | # | ||
| 224 | # CONFIG_MTD_DOC2000 is not set | ||
| 225 | # CONFIG_MTD_DOC2001 is not set | ||
| 226 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 227 | |||
| 228 | # | ||
| 229 | # NAND Flash Device Drivers | ||
| 230 | # | ||
| 231 | CONFIG_MTD_NAND=y | ||
| 232 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
| 233 | # CONFIG_MTD_NAND_H1900 is not set | ||
| 234 | CONFIG_MTD_NAND_IDS=y | ||
| 235 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
| 236 | CONFIG_MTD_NAND_SHARPSL=y | ||
| 237 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 238 | |||
| 239 | # | ||
| 240 | # Plug and Play support | ||
| 241 | # | ||
| 242 | |||
| 243 | # | ||
| 244 | # Block devices | ||
| 245 | # | ||
| 246 | # CONFIG_BLK_DEV_FD is not set | ||
| 247 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 248 | CONFIG_BLK_DEV_LOOP=y | ||
| 249 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 250 | # CONFIG_BLK_DEV_NBD is not set | ||
| 251 | # CONFIG_BLK_DEV_RAM is not set | ||
| 252 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 253 | CONFIG_INITRAMFS_SOURCE="" | ||
| 254 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 255 | |||
| 256 | # | ||
| 257 | # IO Schedulers | ||
| 258 | # | ||
| 259 | CONFIG_IOSCHED_NOOP=y | ||
| 260 | CONFIG_IOSCHED_AS=y | ||
| 261 | CONFIG_IOSCHED_DEADLINE=m | ||
| 262 | CONFIG_IOSCHED_CFQ=m | ||
| 263 | # CONFIG_ATA_OVER_ETH is not set | ||
| 264 | |||
| 265 | # | ||
| 266 | # Multi-device support (RAID and LVM) | ||
| 267 | # | ||
| 268 | # CONFIG_MD is not set | ||
| 269 | |||
| 270 | # | ||
| 271 | # Networking support | ||
| 272 | # | ||
| 273 | CONFIG_NET=y | ||
| 274 | |||
| 275 | # | ||
| 276 | # Networking options | ||
| 277 | # | ||
| 278 | CONFIG_PACKET=y | ||
| 279 | CONFIG_PACKET_MMAP=y | ||
| 280 | # CONFIG_NETLINK_DEV is not set | ||
| 281 | CONFIG_UNIX=y | ||
| 282 | # CONFIG_NET_KEY is not set | ||
| 283 | CONFIG_INET=y | ||
| 284 | # CONFIG_IP_MULTICAST is not set | ||
| 285 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 286 | # CONFIG_IP_PNP is not set | ||
| 287 | # CONFIG_NET_IPIP is not set | ||
| 288 | # CONFIG_NET_IPGRE is not set | ||
| 289 | # CONFIG_ARPD is not set | ||
| 290 | CONFIG_SYN_COOKIES=y | ||
| 291 | # CONFIG_INET_AH is not set | ||
| 292 | # CONFIG_INET_ESP is not set | ||
| 293 | # CONFIG_INET_IPCOMP is not set | ||
| 294 | # CONFIG_INET_TUNNEL is not set | ||
| 295 | CONFIG_IP_TCPDIAG=y | ||
| 296 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
| 297 | # CONFIG_IPV6 is not set | ||
| 298 | # CONFIG_NETFILTER is not set | ||
| 299 | |||
| 300 | # | ||
| 301 | # SCTP Configuration (EXPERIMENTAL) | ||
| 302 | # | ||
| 303 | # CONFIG_IP_SCTP is not set | ||
| 304 | # CONFIG_ATM is not set | ||
| 305 | # CONFIG_BRIDGE is not set | ||
| 306 | # CONFIG_VLAN_8021Q is not set | ||
| 307 | # CONFIG_DECNET is not set | ||
| 308 | # CONFIG_LLC2 is not set | ||
| 309 | # CONFIG_IPX is not set | ||
| 310 | # CONFIG_ATALK is not set | ||
| 311 | # CONFIG_X25 is not set | ||
| 312 | # CONFIG_LAPB is not set | ||
| 313 | # CONFIG_NET_DIVERT is not set | ||
| 314 | # CONFIG_ECONET is not set | ||
| 315 | # CONFIG_WAN_ROUTER is not set | ||
| 316 | |||
| 317 | # | ||
| 318 | # QoS and/or fair queueing | ||
| 319 | # | ||
| 320 | # CONFIG_NET_SCHED is not set | ||
| 321 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 322 | |||
| 323 | # | ||
| 324 | # Network testing | ||
| 325 | # | ||
| 326 | # CONFIG_NET_PKTGEN is not set | ||
| 327 | # CONFIG_NETPOLL is not set | ||
| 328 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 329 | # CONFIG_HAMRADIO is not set | ||
| 330 | # CONFIG_IRDA is not set | ||
| 331 | # CONFIG_BT is not set | ||
| 332 | CONFIG_NETDEVICES=y | ||
| 333 | # CONFIG_DUMMY is not set | ||
| 334 | # CONFIG_BONDING is not set | ||
| 335 | # CONFIG_EQUALIZER is not set | ||
| 336 | # CONFIG_TUN is not set | ||
| 337 | |||
| 338 | # | ||
| 339 | # Ethernet (10 or 100Mbit) | ||
| 340 | # | ||
| 341 | CONFIG_NET_ETHERNET=y | ||
| 342 | # CONFIG_MII is not set | ||
| 343 | # CONFIG_SMC91X is not set | ||
| 344 | |||
| 345 | # | ||
| 346 | # Ethernet (1000 Mbit) | ||
| 347 | # | ||
| 348 | |||
| 349 | # | ||
| 350 | # Ethernet (10000 Mbit) | ||
| 351 | # | ||
| 352 | |||
| 353 | # | ||
| 354 | # Token Ring devices | ||
| 355 | # | ||
| 356 | |||
| 357 | # | ||
| 358 | # Wireless LAN (non-hamradio) | ||
| 359 | # | ||
| 360 | CONFIG_NET_RADIO=y | ||
| 361 | |||
| 362 | # | ||
| 363 | # Obsolete Wireless cards support (pre-802.11) | ||
| 364 | # | ||
| 365 | # CONFIG_STRIP is not set | ||
| 366 | # CONFIG_PCMCIA_WAVELAN is not set | ||
| 367 | # CONFIG_PCMCIA_NETWAVE is not set | ||
| 368 | |||
| 369 | # | ||
| 370 | # Wireless 802.11 Frequency Hopping cards support | ||
| 371 | # | ||
| 372 | # CONFIG_PCMCIA_RAYCS is not set | ||
| 373 | |||
| 374 | # | ||
| 375 | # Wireless 802.11b ISA/PCI cards support | ||
| 376 | # | ||
| 377 | CONFIG_HERMES=m | ||
| 378 | # CONFIG_ATMEL is not set | ||
| 379 | |||
| 380 | # | ||
| 381 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
| 382 | # | ||
| 383 | CONFIG_PCMCIA_HERMES=m | ||
| 384 | CONFIG_PCMCIA_SPECTRUM=m | ||
| 385 | # CONFIG_AIRO_CS is not set | ||
| 386 | # CONFIG_PCMCIA_WL3501 is not set | ||
| 387 | CONFIG_HOSTAP=m | ||
| 388 | CONFIG_HOSTAP_FIRMWARE=y | ||
| 389 | CONFIG_HOSTAP_CS=m | ||
| 390 | CONFIG_NET_WIRELESS=yt | ||
| 391 | |||
| 392 | # | ||
| 393 | # PCMCIA network device support | ||
| 394 | # | ||
| 395 | CONFIG_NET_PCMCIA=y | ||
| 396 | # CONFIG_PCMCIA_3C589 is not set | ||
| 397 | # CONFIG_PCMCIA_3C574 is not set | ||
| 398 | # CONFIG_PCMCIA_FMVJ18X is not set | ||
| 399 | CONFIG_PCMCIA_PCNET=y | ||
| 400 | # CONFIG_PCMCIA_NMCLAN is not set | ||
| 401 | # CONFIG_PCMCIA_SMC91C92 is not set | ||
| 402 | # CONFIG_PCMCIA_XIRC2PS is not set | ||
| 403 | # CONFIG_PCMCIA_AXNET is not set | ||
| 404 | |||
| 405 | # | ||
| 406 | # Wan interfaces | ||
| 407 | # | ||
| 408 | # CONFIG_WAN is not set | ||
| 409 | CONFIG_PPP=m | ||
| 410 | # CONFIG_PPP_MULTILINK is not set | ||
| 411 | # CONFIG_PPP_FILTER is not set | ||
| 412 | CONFIG_PPP_ASYNC=m | ||
| 413 | # CONFIG_PPP_SYNC_TTY is not set | ||
| 414 | CONFIG_PPP_DEFLATE=m | ||
| 415 | CONFIG_PPP_BSDCOMP=m | ||
| 416 | # CONFIG_PPPOE is not set | ||
| 417 | # CONFIG_SLIP is not set | ||
| 418 | # CONFIG_SHAPER is not set | ||
| 419 | # CONFIG_NETCONSOLE is not set | ||
| 420 | |||
| 421 | # | ||
| 422 | # ATA/ATAPI/MFM/RLL support | ||
| 423 | # | ||
| 424 | CONFIG_IDE=y | ||
| 425 | CONFIG_BLK_DEV_IDE=y | ||
| 426 | |||
| 427 | # | ||
| 428 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
| 429 | # | ||
| 430 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
| 431 | CONFIG_BLK_DEV_IDEDISK=y | ||
| 432 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
| 433 | CONFIG_BLK_DEV_IDECS=y | ||
| 434 | # CONFIG_BLK_DEV_IDECD is not set | ||
| 435 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
| 436 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
| 437 | # CONFIG_IDE_TASK_IOCTL is not set | ||
| 438 | |||
| 439 | # | ||
| 440 | # IDE chipset support/bugfixes | ||
| 441 | # | ||
| 442 | CONFIG_IDE_GENERIC=y | ||
| 443 | # CONFIG_IDE_ARM is not set | ||
| 444 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
| 445 | # CONFIG_IDEDMA_AUTO is not set | ||
| 446 | # CONFIG_BLK_DEV_HD is not set | ||
| 447 | |||
| 448 | # | ||
| 449 | # SCSI device support | ||
| 450 | # | ||
| 451 | # CONFIG_SCSI is not set | ||
| 452 | |||
| 453 | # | ||
| 454 | # Fusion MPT device support | ||
| 455 | # | ||
| 456 | |||
| 457 | # | ||
| 458 | # IEEE 1394 (FireWire) support | ||
| 459 | # | ||
| 460 | |||
| 461 | # | ||
| 462 | # I2O device support | ||
| 463 | # | ||
| 464 | |||
| 465 | # | ||
| 466 | # ISDN subsystem | ||
| 467 | # | ||
| 468 | # CONFIG_ISDN is not set | ||
| 469 | |||
| 470 | # | ||
| 471 | # Input device support | ||
| 472 | # | ||
| 473 | CONFIG_INPUT=y | ||
| 474 | |||
| 475 | # | ||
| 476 | # Userland interfaces | ||
| 477 | # | ||
| 478 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 479 | # CONFIG_INPUT_JOYDEV is not set | ||
| 480 | CONFIG_INPUT_TSDEV=y | ||
| 481 | CONFIG_INPUT_TSDEV_SCREEN_X=240 | ||
| 482 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 | ||
| 483 | CONFIG_INPUT_EVDEV=y | ||
| 484 | CONFIG_INPUT_EVBUG=y | ||
| 485 | # CONFIG_INPUT_POWER is not set | ||
| 486 | |||
| 487 | # | ||
| 488 | # Input I/O drivers | ||
| 489 | # | ||
| 490 | # CONFIG_GAMEPORT is not set | ||
| 491 | CONFIG_SOUND_GAMEPORT=y | ||
| 492 | # CONFIG_SERIO is not set | ||
| 493 | |||
| 494 | # | ||
| 495 | # Input Device Drivers | ||
| 496 | # | ||
| 497 | CONFIG_INPUT_KEYBOARD=y | ||
| 498 | # CONFIG_KEYBOARD_ATKBD is not set | ||
| 499 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 500 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 501 | CONFIG_KEYBOARD_LOCOMO=y | ||
| 502 | # CONFIG_KEYBOARD_CORGI is not set | ||
| 503 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 504 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 505 | # CONFIG_INPUT_MOUSE is not set | ||
| 506 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 507 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 508 | # CONFIG_INPUT_MISC is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # Character devices | ||
| 512 | # | ||
| 513 | CONFIG_VT=y | ||
| 514 | CONFIG_VT_CONSOLE=y | ||
| 515 | CONFIG_HW_CONSOLE=y | ||
| 516 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 517 | |||
| 518 | # | ||
| 519 | # Serial drivers | ||
| 520 | # | ||
| 521 | # CONFIG_SERIAL_8250 is not set | ||
| 522 | |||
| 523 | # | ||
| 524 | # Non-8250 serial port support | ||
| 525 | # | ||
| 526 | CONFIG_SERIAL_PXA=y | ||
| 527 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
| 528 | CONFIG_SERIAL_CORE=y | ||
| 529 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 530 | CONFIG_UNIX98_PTYS=y | ||
| 531 | # CONFIG_LEGACY_PTYS is not set | ||
| 532 | |||
| 533 | # | ||
| 534 | # IPMI | ||
| 535 | # | ||
| 536 | # CONFIG_IPMI_HANDLER is not set | ||
| 537 | |||
| 538 | # | ||
| 539 | # Watchdog Cards | ||
| 540 | # | ||
| 541 | # CONFIG_WATCHDOG is not set | ||
| 542 | # CONFIG_NVRAM is not set | ||
| 543 | # CONFIG_RTC is not set | ||
| 544 | # CONFIG_DTLK is not set | ||
| 545 | # CONFIG_R3964 is not set | ||
| 546 | |||
| 547 | # | ||
| 548 | # Ftape, the floppy tape device driver | ||
| 549 | # | ||
| 550 | # CONFIG_DRM is not set | ||
| 551 | |||
| 552 | # | ||
| 553 | # PCMCIA character devices | ||
| 554 | # | ||
| 555 | # CONFIG_SYNCLINK_CS is not set | ||
| 556 | # CONFIG_RAW_DRIVER is not set | ||
| 557 | |||
| 558 | # | ||
| 559 | # I2C support | ||
| 560 | # | ||
| 561 | CONFIG_I2C=y | ||
| 562 | # CONFIG_I2C_CHARDEV is not set | ||
| 563 | |||
| 564 | # | ||
| 565 | # I2C Algorithms | ||
| 566 | # | ||
| 567 | CONFIG_I2C_ALGOBIT=y | ||
| 568 | # CONFIG_I2C_ALGOPCF is not set | ||
| 569 | # CONFIG_I2C_ALGOPCA is not set | ||
| 570 | |||
| 571 | # | ||
| 572 | # I2C Hardware Bus support | ||
| 573 | # | ||
| 574 | CONFIG_I2C_ISA=m | ||
| 575 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 576 | # CONFIG_I2C_STUB is not set | ||
| 577 | # CONFIG_I2C_PCA_ISA is not set | ||
| 578 | |||
| 579 | # | ||
| 580 | # Hardware Sensors Chip support | ||
| 581 | # | ||
| 582 | # CONFIG_I2C_SENSOR is not set | ||
| 583 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 584 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 585 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 586 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 587 | # CONFIG_SENSORS_ASB100 is not set | ||
| 588 | # CONFIG_SENSORS_DS1621 is not set | ||
| 589 | # CONFIG_SENSORS_FSCHER is not set | ||
| 590 | # CONFIG_SENSORS_GL518SM is not set | ||
| 591 | # CONFIG_SENSORS_IT87 is not set | ||
| 592 | # CONFIG_SENSORS_LM63 is not set | ||
| 593 | # CONFIG_SENSORS_LM75 is not set | ||
| 594 | # CONFIG_SENSORS_LM77 is not set | ||
| 595 | # CONFIG_SENSORS_LM78 is not set | ||
| 596 | # CONFIG_SENSORS_LM80 is not set | ||
| 597 | # CONFIG_SENSORS_LM83 is not set | ||
| 598 | # CONFIG_SENSORS_LM85 is not set | ||
| 599 | # CONFIG_SENSORS_LM87 is not set | ||
| 600 | # CONFIG_SENSORS_LM90 is not set | ||
| 601 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 602 | # CONFIG_SENSORS_PC87360 is not set | ||
| 603 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 604 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 605 | # CONFIG_SENSORS_W83781D is not set | ||
| 606 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 607 | # CONFIG_SENSORS_W83627HF is not set | ||
| 608 | |||
| 609 | # | ||
| 610 | # Other I2C Chip support | ||
| 611 | # | ||
| 612 | # CONFIG_SENSORS_EEPROM is not set | ||
| 613 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 614 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 615 | # CONFIG_SENSORS_RTC8564 is not set | ||
| 616 | CONFIG_I2C_DEBUG_CORE=y | ||
| 617 | CONFIG_I2C_DEBUG_ALGO=y | ||
| 618 | CONFIG_I2C_DEBUG_BUS=y | ||
| 619 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 620 | |||
| 621 | # | ||
| 622 | # Multimedia devices | ||
| 623 | # | ||
| 624 | CONFIG_VIDEO_DEV=m | ||
| 625 | |||
| 626 | # | ||
| 627 | # Video For Linux | ||
| 628 | # | ||
| 629 | |||
| 630 | # | ||
| 631 | # Video Adapters | ||
| 632 | # | ||
| 633 | # CONFIG_VIDEO_CPIA is not set | ||
| 634 | # CONFIG_VIDEO_SAA5246A is not set | ||
| 635 | # CONFIG_VIDEO_SAA5249 is not set | ||
| 636 | # CONFIG_TUNER_3036 is not set | ||
| 637 | # CONFIG_VIDEO_OVCAMCHIP is not set | ||
| 638 | |||
| 639 | # | ||
| 640 | # Radio Adapters | ||
| 641 | # | ||
| 642 | # CONFIG_RADIO_MAESTRO is not set | ||
| 643 | |||
| 644 | # | ||
| 645 | # Digital Video Broadcasting Devices | ||
| 646 | # | ||
| 647 | # CONFIG_DVB is not set | ||
| 648 | |||
| 649 | # | ||
| 650 | # File systems | ||
| 651 | # | ||
| 652 | CONFIG_EXT2_FS=y | ||
| 653 | CONFIG_EXT2_FS_XATTR=y | ||
| 654 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
| 655 | CONFIG_EXT2_FS_SECURITY=y | ||
| 656 | # CONFIG_EXT3_FS is not set | ||
| 657 | # CONFIG_JBD is not set | ||
| 658 | CONFIG_FS_MBCACHE=y | ||
| 659 | # CONFIG_REISERFS_FS is not set | ||
| 660 | # CONFIG_JFS_FS is not set | ||
| 661 | CONFIG_FS_POSIX_ACL=y | ||
| 662 | |||
| 663 | # | ||
| 664 | # XFS support | ||
| 665 | # | ||
| 666 | # CONFIG_XFS_FS is not set | ||
| 667 | # CONFIG_MINIX_FS is not set | ||
| 668 | # CONFIG_ROMFS_FS is not set | ||
| 669 | # CONFIG_QUOTA is not set | ||
| 670 | CONFIG_DNOTIFY=y | ||
| 671 | # CONFIG_AUTOFS_FS is not set | ||
| 672 | # CONFIG_AUTOFS4_FS is not set | ||
| 673 | |||
| 674 | # | ||
| 675 | # CD-ROM/DVD Filesystems | ||
| 676 | # | ||
| 677 | # CONFIG_ISO9660_FS is not set | ||
| 678 | # CONFIG_UDF_FS is not set | ||
| 679 | |||
| 680 | # | ||
| 681 | # DOS/FAT/NT Filesystems | ||
| 682 | # | ||
| 683 | CONFIG_FAT_FS=y | ||
| 684 | CONFIG_MSDOS_FS=y | ||
| 685 | CONFIG_VFAT_FS=y | ||
| 686 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 687 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 688 | # CONFIG_NTFS_FS is not set | ||
| 689 | |||
| 690 | # | ||
| 691 | # Pseudo filesystems | ||
| 692 | # | ||
| 693 | CONFIG_PROC_FS=y | ||
| 694 | CONFIG_SYSFS=y | ||
| 695 | # CONFIG_DEVFS_FS is not set | ||
| 696 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
| 697 | CONFIG_TMPFS=y | ||
| 698 | # CONFIG_TMPFS_XATTR is not set | ||
| 699 | # CONFIG_HUGETLB_PAGE is not set | ||
| 700 | CONFIG_RAMFS=y | ||
| 701 | |||
| 702 | # | ||
| 703 | # Miscellaneous filesystems | ||
| 704 | # | ||
| 705 | # CONFIG_ADFS_FS is not set | ||
| 706 | # CONFIG_AFFS_FS is not set | ||
| 707 | # CONFIG_HFS_FS is not set | ||
| 708 | # CONFIG_HFSPLUS_FS is not set | ||
| 709 | # CONFIG_BEFS_FS is not set | ||
| 710 | # CONFIG_BFS_FS is not set | ||
| 711 | # CONFIG_EFS_FS is not set | ||
| 712 | # CONFIG_JFFS_FS is not set | ||
| 713 | CONFIG_JFFS2_FS=y | ||
| 714 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 715 | CONFIG_JFFS2_FS_NAND=y | ||
| 716 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
| 717 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
| 718 | CONFIG_JFFS2_SUMMARY=y | ||
| 719 | CONFIG_JFFS2_ZLIB=y | ||
| 720 | CONFIG_JFFS2_RTIME=y | ||
| 721 | CONFIG_JFFS2_RUBIN=y | ||
| 722 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
| 723 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
| 724 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
| 725 | CONFIG_CRAMFS=m | ||
| 726 | # CONFIG_VXFS_FS is not set | ||
| 727 | # CONFIG_HPFS_FS is not set | ||
| 728 | # CONFIG_QNX4FS_FS is not set | ||
| 729 | # CONFIG_SYSV_FS is not set | ||
| 730 | # CONFIG_UFS_FS is not set | ||
| 731 | |||
| 732 | # | ||
| 733 | # Network File Systems | ||
| 734 | # | ||
| 735 | # CONFIG_NFS_FS is not set | ||
| 736 | # CONFIG_NFSD is not set | ||
| 737 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 738 | # CONFIG_SMB_FS is not set | ||
| 739 | # CONFIG_CIFS is not set | ||
| 740 | # CONFIG_NCP_FS is not set | ||
| 741 | # CONFIG_CODA_FS is not set | ||
| 742 | # CONFIG_AFS_FS is not set | ||
| 743 | |||
| 744 | # | ||
| 745 | # Partition Types | ||
| 746 | # | ||
| 747 | CONFIG_PARTITION_ADVANCED=y | ||
| 748 | # CONFIG_ACORN_PARTITION is not set | ||
| 749 | # CONFIG_OSF_PARTITION is not set | ||
| 750 | # CONFIG_AMIGA_PARTITION is not set | ||
| 751 | # CONFIG_ATARI_PARTITION is not set | ||
| 752 | # CONFIG_MAC_PARTITION is not set | ||
| 753 | CONFIG_MSDOS_PARTITION=y | ||
| 754 | # CONFIG_BSD_DISKLABEL is not set | ||
| 755 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 756 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 757 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 758 | # CONFIG_LDM_PARTITION is not set | ||
| 759 | # CONFIG_SGI_PARTITION is not set | ||
| 760 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 761 | # CONFIG_SUN_PARTITION is not set | ||
| 762 | # CONFIG_EFI_PARTITION is not set | ||
| 763 | |||
| 764 | # | ||
| 765 | # Native Language Support | ||
| 766 | # | ||
| 767 | CONFIG_NLS=y | ||
| 768 | CONFIG_NLS_DEFAULT="cp437" | ||
| 769 | CONFIG_NLS_CODEPAGE_437=y | ||
| 770 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 771 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 772 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 773 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 774 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 775 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 776 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 777 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 778 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 779 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 780 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 781 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 782 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 783 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 784 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 785 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 786 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 787 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 788 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 789 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 790 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 791 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 792 | CONFIG_NLS_ASCII=y | ||
| 793 | CONFIG_NLS_ISO8859_1=y | ||
| 794 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 795 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 796 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 797 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 798 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 799 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 800 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 801 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 802 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 803 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 804 | # CONFIG_NLS_KOI8_R is not set | ||
| 805 | # CONFIG_NLS_KOI8_U is not set | ||
| 806 | CONFIG_NLS_UTF8=y | ||
| 807 | |||
| 808 | # | ||
| 809 | # Profiling support | ||
| 810 | # | ||
| 811 | # CONFIG_PROFILING is not set | ||
| 812 | |||
| 813 | # | ||
| 814 | # Graphics support | ||
| 815 | # | ||
| 816 | CONFIG_FB=y | ||
| 817 | CONFIG_FB_MODE_HELPERS=y | ||
| 818 | # CONFIG_FB_TILEBLITTING is not set | ||
| 819 | # CONFIG_FB_ELPP is not set | ||
| 820 | CONFIG_FB_PXA=y | ||
| 821 | # CONFIG_FB_W100 is not set | ||
| 822 | # CONFIG_FB_PXA_PARAMETERS is not set | ||
| 823 | # CONFIG_FB_VIRTUAL is not set | ||
| 824 | |||
| 825 | # | ||
| 826 | # Console display driver support | ||
| 827 | # | ||
| 828 | # CONFIG_VGA_CONSOLE is not set | ||
| 829 | CONFIG_DUMMY_CONSOLE=y | ||
| 830 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 831 | CONFIG_FONTS=y | ||
| 832 | CONFIG_FONT_8x8=y | ||
| 833 | # CONFIG_FONT_8x16 is not set | ||
| 834 | # CONFIG_FONT_6x11 is not set | ||
| 835 | # CONFIG_FONT_PEARL_8x8 is not set | ||
| 836 | # CONFIG_FONT_ACORN_8x8 is not set | ||
| 837 | # CONFIG_FONT_MINI_4x6 is not set | ||
| 838 | # CONFIG_FONT_SUN8x16 is not set | ||
| 839 | # CONFIG_FONT_SUN12x22 is not set | ||
| 840 | |||
| 841 | # | ||
| 842 | # Logo configuration | ||
| 843 | # | ||
| 844 | # CONFIG_LOGO is not set | ||
| 845 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 846 | |||
| 847 | # | ||
| 848 | # Sound | ||
| 849 | # | ||
| 850 | # CONFIG_SOUND is not set | ||
| 851 | |||
| 852 | # | ||
| 853 | # Misc devices | ||
| 854 | # | ||
| 855 | |||
| 856 | # | ||
| 857 | # USB support | ||
| 858 | # | ||
| 859 | # CONFIG_USB is not set | ||
| 860 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 861 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 862 | |||
| 863 | # | ||
| 864 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
| 865 | # | ||
| 866 | |||
| 867 | # | ||
| 868 | # USB Gadget Support | ||
| 869 | # | ||
| 870 | CONFIG_USB_GADGET=y | ||
| 871 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
| 872 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 873 | CONFIG_USB_GADGET_PXA2XX=y | ||
| 874 | CONFIG_USB_PXA2XX=y | ||
| 875 | # CONFIG_USB_PXA2XX_SMALL is not set | ||
| 876 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 877 | # CONFIG_USB_GADGET_SA1100 is not set | ||
| 878 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
| 879 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
| 880 | # CONFIG_USB_GADGET_OMAP is not set | ||
| 881 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
| 882 | # CONFIG_USB_ZERO is not set | ||
| 883 | CONFIG_USB_ETH=y | ||
| 884 | CONFIG_USB_ETH_RNDIS=y | ||
| 885 | # CONFIG_USB_GADGETFS is not set | ||
| 886 | # CONFIG_USB_FILE_STORAGE is not set | ||
| 887 | # CONFIG_USB_G_SERIAL is not set | ||
| 888 | |||
| 889 | # | ||
| 890 | # MMC/SD Card support | ||
| 891 | # | ||
| 892 | CONFIG_MMC=y | ||
| 893 | CONFIG_MMC_DEBUG=y | ||
| 894 | CONFIG_MMC_BLOCK=y | ||
| 895 | CONFIG_MMC_PXA=y | ||
| 896 | |||
| 897 | # | ||
| 898 | # Kernel hacking | ||
| 899 | # | ||
| 900 | CONFIG_DEBUG_KERNEL=y | ||
| 901 | CONFIG_MAGIC_SYSRQ=y | ||
| 902 | # CONFIG_SCHEDSTATS is not set | ||
| 903 | # CONFIG_DEBUG_SLAB is not set | ||
| 904 | CONFIG_DEBUG_PREEMPT=y | ||
| 905 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 906 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 907 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
| 908 | # CONFIG_DEBUG_INFO is not set | ||
| 909 | # CONFIG_DEBUG_FS is not set | ||
| 910 | CONFIG_FRAME_POINTER=y | ||
| 911 | # CONFIG_DEBUG_USER is not set | ||
| 912 | # CONFIG_DEBUG_WAITQ is not set | ||
| 913 | CONFIG_DEBUG_ERRORS=y | ||
| 914 | # CONFIG_DEBUG_LL is not set | ||
| 915 | |||
| 916 | # | ||
| 917 | # Security options | ||
| 918 | # | ||
| 919 | # CONFIG_KEYS is not set | ||
| 920 | # CONFIG_SECURITY is not set | ||
| 921 | |||
| 922 | # | ||
| 923 | # Cryptographic options | ||
| 924 | # | ||
| 925 | # CONFIG_CRYPTO is not set | ||
| 926 | |||
| 927 | # | ||
| 928 | # Hardware crypto devices | ||
| 929 | # | ||
| 930 | |||
| 931 | # | ||
| 932 | # Library routines | ||
| 933 | # | ||
| 934 | CONFIG_CRC_CCITT=y | ||
| 935 | CONFIG_CRC32=y | ||
| 936 | # CONFIG_LIBCRC32C is not set | ||
| 937 | CONFIG_ZLIB_INFLATE=y | ||
| 938 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-tosa b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-tosa new file mode 100644 index 0000000000..14acb3c56c --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/defconfig-tosa | |||
| @@ -0,0 +1,1522 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.13-mm1 | ||
| 4 | # Tue Sep 6 08:38:08 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | |||
| 12 | # | ||
| 13 | # Code maturity level options | ||
| 14 | # | ||
| 15 | CONFIG_EXPERIMENTAL=y | ||
| 16 | CONFIG_CLEAN_COMPILE=y | ||
| 17 | CONFIG_BROKEN_ON_SMP=y | ||
| 18 | CONFIG_LOCK_KERNEL=y | ||
| 19 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 20 | |||
| 21 | # | ||
| 22 | # General setup | ||
| 23 | # | ||
| 24 | CONFIG_LOCALVERSION="" | ||
| 25 | CONFIG_LOCALVERSION_AUTO=y | ||
| 26 | CONFIG_SWAP=y | ||
| 27 | CONFIG_SYSVIPC=y | ||
| 28 | # CONFIG_POSIX_MQUEUE is not set | ||
| 29 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 30 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 31 | CONFIG_SYSCTL=y | ||
| 32 | # CONFIG_AUDIT is not set | ||
| 33 | CONFIG_HOTPLUG=y | ||
| 34 | CONFIG_KOBJECT_UEVENT=y | ||
| 35 | # CONFIG_IKCONFIG is not set | ||
| 36 | CONFIG_INITRAMFS_SOURCE="" | ||
| 37 | CONFIG_EMBEDDED=y | ||
| 38 | CONFIG_KALLSYMS=y | ||
| 39 | # CONFIG_KALLSYMS_ALL is not set | ||
| 40 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 41 | CONFIG_PRINTK=y | ||
| 42 | CONFIG_BUG=y | ||
| 43 | CONFIG_BASE_FULL=y | ||
| 44 | CONFIG_FUTEX=y | ||
| 45 | CONFIG_EPOLL=y | ||
| 46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 47 | CONFIG_SHMEM=y | ||
| 48 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 49 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 50 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 51 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 52 | # CONFIG_TINY_SHMEM is not set | ||
| 53 | CONFIG_BASE_SMALL=0 | ||
| 54 | |||
| 55 | # | ||
| 56 | # Loadable module support | ||
| 57 | # | ||
| 58 | CONFIG_MODULES=y | ||
| 59 | CONFIG_MODULE_UNLOAD=y | ||
| 60 | CONFIG_MODULE_FORCE_UNLOAD=y | ||
| 61 | CONFIG_OBSOLETE_MODPARM=y | ||
| 62 | # CONFIG_MODVERSIONS is not set | ||
| 63 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 64 | CONFIG_KMOD=y | ||
| 65 | |||
| 66 | # | ||
| 67 | # System Type | ||
| 68 | # | ||
| 69 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 70 | # CONFIG_ARCH_CLPS711X is not set | ||
| 71 | # CONFIG_ARCH_CO285 is not set | ||
| 72 | # CONFIG_ARCH_EBSA110 is not set | ||
| 73 | # CONFIG_ARCH_CAMELOT is not set | ||
| 74 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 75 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 76 | # CONFIG_ARCH_IOP3XX is not set | ||
| 77 | # CONFIG_ARCH_IXP4XX is not set | ||
| 78 | # CONFIG_ARCH_IXP2000 is not set | ||
| 79 | # CONFIG_ARCH_L7200 is not set | ||
| 80 | CONFIG_ARCH_PXA=y | ||
| 81 | # CONFIG_ARCH_RPC is not set | ||
| 82 | # CONFIG_ARCH_SA1100 is not set | ||
| 83 | # CONFIG_ARCH_S3C2410 is not set | ||
| 84 | # CONFIG_ARCH_SHARK is not set | ||
| 85 | # CONFIG_ARCH_LH7A40X is not set | ||
| 86 | # CONFIG_ARCH_OMAP is not set | ||
| 87 | # CONFIG_ARCH_VERSATILE is not set | ||
| 88 | # CONFIG_ARCH_IMX is not set | ||
| 89 | # CONFIG_ARCH_H720X is not set | ||
| 90 | # CONFIG_ARCH_AAEC2000 is not set | ||
| 91 | |||
| 92 | # | ||
| 93 | # Intel PXA2xx Implementations | ||
| 94 | # | ||
| 95 | # CONFIG_ARCH_LUBBOCK is not set | ||
| 96 | # CONFIG_MACH_MAINSTONE is not set | ||
| 97 | # CONFIG_ARCH_PXA_IDP is not set | ||
| 98 | CONFIG_PXA_SHARPSL=y | ||
| 99 | # CONFIG_MACH_HX2750 is not set | ||
| 100 | CONFIG_PXA_SHARPSL_25x=y | ||
| 101 | # CONFIG_PXA_SHARPSL_27x is not set | ||
| 102 | # CONFIG_MACH_POODLE is not set | ||
| 103 | # CONFIG_MACH_CORGI is not set | ||
| 104 | # CONFIG_MACH_SHEPHERD is not set | ||
| 105 | # CONFIG_MACH_HUSKY is not set | ||
| 106 | CONFIG_MACH_TOSA=y | ||
| 107 | CONFIG_PXA25x=y | ||
| 108 | # CONFIG_PXA_KEYS is not set | ||
| 109 | |||
| 110 | # | ||
| 111 | # Processor Type | ||
| 112 | # | ||
| 113 | CONFIG_CPU_32=y | ||
| 114 | CONFIG_CPU_XSCALE=y | ||
| 115 | CONFIG_CPU_32v5=y | ||
| 116 | CONFIG_CPU_ABRT_EV5T=y | ||
| 117 | CONFIG_CPU_CACHE_VIVT=y | ||
| 118 | CONFIG_CPU_TLB_V4WBI=y | ||
| 119 | |||
| 120 | # | ||
| 121 | # Processor Features | ||
| 122 | # | ||
| 123 | CONFIG_ARM_THUMB=y | ||
| 124 | CONFIG_XSCALE_PMU=y | ||
| 125 | CONFIG_SHARP_PARAM=y | ||
| 126 | CONFIG_SHARP_SCOOP=y | ||
| 127 | CONFIG_TOSHIBA_TC6393=y | ||
| 128 | |||
| 129 | # | ||
| 130 | # Bus support | ||
| 131 | # | ||
| 132 | CONFIG_ISA_DMA_API=y | ||
| 133 | |||
| 134 | # | ||
| 135 | # PCCARD (PCMCIA/CardBus) support | ||
| 136 | # | ||
| 137 | CONFIG_PCCARD=y | ||
| 138 | # CONFIG_PCMCIA_DEBUG is not set | ||
| 139 | CONFIG_PCMCIA=y | ||
| 140 | CONFIG_PCMCIA_LOAD_CIS=y | ||
| 141 | CONFIG_PCMCIA_IOCTL=y | ||
| 142 | |||
| 143 | # | ||
| 144 | # PC-card bridges | ||
| 145 | # | ||
| 146 | # CONFIG_TCIC is not set | ||
| 147 | CONFIG_PCMCIA_PXA2XX=y | ||
| 148 | |||
| 149 | # | ||
| 150 | # Kernel Features | ||
| 151 | # | ||
| 152 | CONFIG_PREEMPT=y | ||
| 153 | CONFIG_NO_IDLE_HZ=y | ||
| 154 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
| 155 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 156 | CONFIG_FLATMEM_MANUAL=y | ||
| 157 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 158 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 159 | CONFIG_FLATMEM=y | ||
| 160 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 161 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 162 | CONFIG_ALIGNMENT_TRAP=y | ||
| 163 | |||
| 164 | # | ||
| 165 | # Boot options | ||
| 166 | # | ||
| 167 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 168 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 169 | # CONFIG_XIP_KERNEL is not set | ||
| 170 | |||
| 171 | # | ||
| 172 | # Floating point emulation | ||
| 173 | # | ||
| 174 | |||
| 175 | # | ||
| 176 | # At least one emulation must be selected | ||
| 177 | # | ||
| 178 | CONFIG_FPE_NWFPE=y | ||
| 179 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 180 | # CONFIG_FPE_FASTFPE is not set | ||
| 181 | |||
| 182 | # | ||
| 183 | # Userspace binary formats | ||
| 184 | # | ||
| 185 | CONFIG_BINFMT_ELF=y | ||
| 186 | CONFIG_BINFMT_AOUT=m | ||
| 187 | CONFIG_BINFMT_MISC=m | ||
| 188 | # CONFIG_ARTHUR is not set | ||
| 189 | |||
| 190 | # | ||
| 191 | # Power management options | ||
| 192 | # | ||
| 193 | CONFIG_PM=y | ||
| 194 | CONFIG_APM=y | ||
| 195 | |||
| 196 | # | ||
| 197 | # Networking | ||
| 198 | # | ||
| 199 | CONFIG_NET=y | ||
| 200 | |||
| 201 | # | ||
| 202 | # Networking options | ||
| 203 | # | ||
| 204 | CONFIG_PACKET=y | ||
| 205 | CONFIG_PACKET_MMAP=y | ||
| 206 | CONFIG_UNIX=y | ||
| 207 | CONFIG_XFRM=y | ||
| 208 | CONFIG_XFRM_USER=m | ||
| 209 | # CONFIG_NET_KEY is not set | ||
| 210 | CONFIG_INET=y | ||
| 211 | # CONFIG_IP_MULTICAST is not set | ||
| 212 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 213 | CONFIG_IP_FIB_HASH=y | ||
| 214 | # CONFIG_IP_PNP is not set | ||
| 215 | # CONFIG_NET_IPIP is not set | ||
| 216 | # CONFIG_NET_IPGRE is not set | ||
| 217 | # CONFIG_ARPD is not set | ||
| 218 | CONFIG_SYN_COOKIES=y | ||
| 219 | # CONFIG_INET_AH is not set | ||
| 220 | # CONFIG_INET_ESP is not set | ||
| 221 | # CONFIG_INET_IPCOMP is not set | ||
| 222 | # CONFIG_INET_TUNNEL is not set | ||
| 223 | CONFIG_INET_DIAG=y | ||
| 224 | CONFIG_INET_TCP_DIAG=y | ||
| 225 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 226 | CONFIG_TCP_CONG_BIC=y | ||
| 227 | |||
| 228 | # | ||
| 229 | # IP: Virtual Server Configuration | ||
| 230 | # | ||
| 231 | # CONFIG_IP_VS is not set | ||
| 232 | CONFIG_IPV6=m | ||
| 233 | # CONFIG_IPV6_PRIVACY is not set | ||
| 234 | CONFIG_INET6_AH=m | ||
| 235 | CONFIG_INET6_ESP=m | ||
| 236 | CONFIG_INET6_IPCOMP=m | ||
| 237 | CONFIG_INET6_TUNNEL=m | ||
| 238 | CONFIG_IPV6_TUNNEL=m | ||
| 239 | CONFIG_NETFILTER=y | ||
| 240 | # CONFIG_NETFILTER_DEBUG is not set | ||
| 241 | |||
| 242 | # | ||
| 243 | # IP: Netfilter Configuration | ||
| 244 | # | ||
| 245 | CONFIG_IP_NF_CONNTRACK=m | ||
| 246 | # CONFIG_IP_NF_CT_ACCT is not set | ||
| 247 | # CONFIG_IP_NF_CONNTRACK_MARK is not set | ||
| 248 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
| 249 | CONFIG_IP_NF_CT_PROTO_SCTP=m | ||
| 250 | CONFIG_IP_NF_FTP=m | ||
| 251 | CONFIG_IP_NF_IRC=m | ||
| 252 | CONFIG_IP_NF_TFTP=m | ||
| 253 | CONFIG_IP_NF_AMANDA=m | ||
| 254 | CONFIG_IP_NF_QUEUE=m | ||
| 255 | CONFIG_IP_NF_IPTABLES=m | ||
| 256 | CONFIG_IP_NF_MATCH_LIMIT=m | ||
| 257 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
| 258 | CONFIG_IP_NF_MATCH_MAC=m | ||
| 259 | CONFIG_IP_NF_MATCH_PKTTYPE=m | ||
| 260 | CONFIG_IP_NF_MATCH_MARK=m | ||
| 261 | CONFIG_IP_NF_MATCH_MULTIPORT=m | ||
| 262 | CONFIG_IP_NF_MATCH_TOS=m | ||
| 263 | CONFIG_IP_NF_MATCH_RECENT=m | ||
| 264 | CONFIG_IP_NF_MATCH_ECN=m | ||
| 265 | CONFIG_IP_NF_MATCH_DSCP=m | ||
| 266 | CONFIG_IP_NF_MATCH_AH_ESP=m | ||
| 267 | CONFIG_IP_NF_MATCH_LENGTH=m | ||
| 268 | CONFIG_IP_NF_MATCH_TTL=m | ||
| 269 | CONFIG_IP_NF_MATCH_TCPMSS=m | ||
| 270 | CONFIG_IP_NF_MATCH_HELPER=m | ||
| 271 | CONFIG_IP_NF_MATCH_STATE=m | ||
| 272 | CONFIG_IP_NF_MATCH_CONNTRACK=m | ||
| 273 | CONFIG_IP_NF_MATCH_OWNER=m | ||
| 274 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
| 275 | CONFIG_IP_NF_MATCH_REALM=m | ||
| 276 | CONFIG_IP_NF_MATCH_SCTP=m | ||
| 277 | # CONFIG_IP_NF_MATCH_DCCP is not set | ||
| 278 | CONFIG_IP_NF_MATCH_COMMENT=m | ||
| 279 | CONFIG_IP_NF_MATCH_HASHLIMIT=m | ||
| 280 | # CONFIG_IP_NF_MATCH_STRING is not set | ||
| 281 | CONFIG_IP_NF_FILTER=m | ||
| 282 | # CONFIG_IP_NF_TARGET_REJECT is not set | ||
| 283 | CONFIG_IP_NF_TARGET_LOG=m | ||
| 284 | CONFIG_IP_NF_TARGET_ULOG=m | ||
| 285 | CONFIG_IP_NF_TARGET_TCPMSS=m | ||
| 286 | CONFIG_IP_NF_NAT=m | ||
| 287 | CONFIG_IP_NF_NAT_NEEDED=y | ||
| 288 | # CONFIG_IP_NF_TARGET_MASQUERADE is not set | ||
| 289 | # CONFIG_IP_NF_TARGET_REDIRECT is not set | ||
| 290 | # CONFIG_IP_NF_TARGET_NETMAP is not set | ||
| 291 | # CONFIG_IP_NF_TARGET_SAME is not set | ||
| 292 | # CONFIG_IP_NF_NAT_SNMP_BASIC is not set | ||
| 293 | CONFIG_IP_NF_NAT_IRC=m | ||
| 294 | CONFIG_IP_NF_NAT_FTP=m | ||
| 295 | CONFIG_IP_NF_NAT_TFTP=m | ||
| 296 | CONFIG_IP_NF_NAT_AMANDA=m | ||
| 297 | CONFIG_IP_NF_MANGLE=m | ||
| 298 | # CONFIG_IP_NF_TARGET_TOS is not set | ||
| 299 | # CONFIG_IP_NF_TARGET_ECN is not set | ||
| 300 | # CONFIG_IP_NF_TARGET_DSCP is not set | ||
| 301 | # CONFIG_IP_NF_TARGET_MARK is not set | ||
| 302 | # CONFIG_IP_NF_TARGET_CLASSIFY is not set | ||
| 303 | # CONFIG_IP_NF_TARGET_TTL is not set | ||
| 304 | CONFIG_IP_NF_RAW=m | ||
| 305 | # CONFIG_IP_NF_TARGET_NOTRACK is not set | ||
| 306 | CONFIG_IP_NF_ARPTABLES=m | ||
| 307 | CONFIG_IP_NF_ARPFILTER=m | ||
| 308 | CONFIG_IP_NF_ARP_MANGLE=m | ||
| 309 | |||
| 310 | # | ||
| 311 | # IPv6: Netfilter Configuration (EXPERIMENTAL) | ||
| 312 | # | ||
| 313 | CONFIG_IP6_NF_QUEUE=m | ||
| 314 | CONFIG_IP6_NF_IPTABLES=m | ||
| 315 | CONFIG_IP6_NF_MATCH_LIMIT=m | ||
| 316 | CONFIG_IP6_NF_MATCH_MAC=m | ||
| 317 | CONFIG_IP6_NF_MATCH_RT=m | ||
| 318 | CONFIG_IP6_NF_MATCH_OPTS=m | ||
| 319 | CONFIG_IP6_NF_MATCH_FRAG=m | ||
| 320 | CONFIG_IP6_NF_MATCH_HL=m | ||
| 321 | CONFIG_IP6_NF_MATCH_MULTIPORT=m | ||
| 322 | CONFIG_IP6_NF_MATCH_OWNER=m | ||
| 323 | CONFIG_IP6_NF_MATCH_MARK=m | ||
| 324 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | ||
| 325 | CONFIG_IP6_NF_MATCH_AHESP=m | ||
| 326 | CONFIG_IP6_NF_MATCH_LENGTH=m | ||
| 327 | CONFIG_IP6_NF_MATCH_EUI64=m | ||
| 328 | CONFIG_IP6_NF_FILTER=m | ||
| 329 | # CONFIG_IP6_NF_TARGET_LOG is not set | ||
| 330 | # CONFIG_IP6_NF_TARGET_REJECT is not set | ||
| 331 | CONFIG_IP6_NF_MANGLE=m | ||
| 332 | # CONFIG_IP6_NF_TARGET_MARK is not set | ||
| 333 | # CONFIG_IP6_NF_TARGET_HL is not set | ||
| 334 | CONFIG_IP6_NF_RAW=m | ||
| 335 | |||
| 336 | # | ||
| 337 | # DCCP Configuration (EXPERIMENTAL) | ||
| 338 | # | ||
| 339 | # CONFIG_IP_DCCP is not set | ||
| 340 | |||
| 341 | # | ||
| 342 | # SCTP Configuration (EXPERIMENTAL) | ||
| 343 | # | ||
| 344 | # CONFIG_IP_SCTP is not set | ||
| 345 | # CONFIG_ATM is not set | ||
| 346 | # CONFIG_BRIDGE is not set | ||
| 347 | # CONFIG_VLAN_8021Q is not set | ||
| 348 | # CONFIG_DECNET is not set | ||
| 349 | # CONFIG_LLC2 is not set | ||
| 350 | # CONFIG_IPX is not set | ||
| 351 | # CONFIG_ATALK is not set | ||
| 352 | # CONFIG_X25 is not set | ||
| 353 | # CONFIG_LAPB is not set | ||
| 354 | # CONFIG_NET_DIVERT is not set | ||
| 355 | # CONFIG_ECONET is not set | ||
| 356 | # CONFIG_WAN_ROUTER is not set | ||
| 357 | # CONFIG_NET_SCHED is not set | ||
| 358 | CONFIG_NET_CLS_ROUTE=y | ||
| 359 | |||
| 360 | # | ||
| 361 | # Network testing | ||
| 362 | # | ||
| 363 | # CONFIG_NET_PKTGEN is not set | ||
| 364 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 365 | # CONFIG_HAMRADIO is not set | ||
| 366 | CONFIG_IRDA=m | ||
| 367 | |||
| 368 | # | ||
| 369 | # IrDA protocols | ||
| 370 | # | ||
| 371 | CONFIG_IRLAN=m | ||
| 372 | CONFIG_IRNET=m | ||
| 373 | CONFIG_IRCOMM=m | ||
| 374 | # CONFIG_IRDA_ULTRA is not set | ||
| 375 | |||
| 376 | # | ||
| 377 | # IrDA options | ||
| 378 | # | ||
| 379 | # CONFIG_IRDA_CACHE_LAST_LSAP is not set | ||
| 380 | # CONFIG_IRDA_FAST_RR is not set | ||
| 381 | # CONFIG_IRDA_DEBUG is not set | ||
| 382 | |||
| 383 | # | ||
| 384 | # Infrared-port device drivers | ||
| 385 | # | ||
| 386 | |||
| 387 | # | ||
| 388 | # SIR device drivers | ||
| 389 | # | ||
| 390 | # CONFIG_IRTTY_SIR is not set | ||
| 391 | |||
| 392 | # | ||
| 393 | # Dongle support | ||
| 394 | # | ||
| 395 | |||
| 396 | # | ||
| 397 | # Old SIR device drivers | ||
| 398 | # | ||
| 399 | # CONFIG_IRPORT_SIR is not set | ||
| 400 | |||
| 401 | # | ||
| 402 | # Old Serial dongle support | ||
| 403 | # | ||
| 404 | |||
| 405 | # | ||
| 406 | # FIR device drivers | ||
| 407 | # | ||
| 408 | # CONFIG_USB_IRDA is not set | ||
| 409 | # CONFIG_SIGMATEL_FIR is not set | ||
| 410 | # CONFIG_NSC_FIR is not set | ||
| 411 | # CONFIG_WINBOND_FIR is not set | ||
| 412 | # CONFIG_SMC_IRCC_FIR is not set | ||
| 413 | # CONFIG_ALI_FIR is not set | ||
| 414 | # CONFIG_VIA_FIR is not set | ||
| 415 | CONFIG_PXA_FICP=m | ||
| 416 | CONFIG_BT=m | ||
| 417 | CONFIG_BT_L2CAP=m | ||
| 418 | CONFIG_BT_SCO=m | ||
| 419 | CONFIG_BT_RFCOMM=m | ||
| 420 | CONFIG_BT_RFCOMM_TTY=y | ||
| 421 | CONFIG_BT_BNEP=m | ||
| 422 | CONFIG_BT_BNEP_MC_FILTER=y | ||
| 423 | CONFIG_BT_BNEP_PROTO_FILTER=y | ||
| 424 | CONFIG_BT_HIDP=m | ||
| 425 | |||
| 426 | # | ||
| 427 | # Bluetooth device drivers | ||
| 428 | # | ||
| 429 | CONFIG_BT_HCIUSB=m | ||
| 430 | # CONFIG_BT_HCIUSB_SCO is not set | ||
| 431 | CONFIG_BT_HCIUART=m | ||
| 432 | CONFIG_BT_HCIUART_H4=y | ||
| 433 | CONFIG_BT_HCIUART_BCSP=y | ||
| 434 | CONFIG_BT_HCIUART_BCSP_TXCRC=y | ||
| 435 | CONFIG_BT_HCIBCM203X=m | ||
| 436 | CONFIG_BT_HCIBPA10X=m | ||
| 437 | CONFIG_BT_HCIBFUSB=m | ||
| 438 | CONFIG_BT_HCIDTL1=m | ||
| 439 | CONFIG_BT_HCIBT3C=m | ||
| 440 | CONFIG_BT_HCIBLUECARD=m | ||
| 441 | CONFIG_BT_HCIBTUART=m | ||
| 442 | CONFIG_BT_HCIVHCI=m | ||
| 443 | CONFIG_IEEE80211=m | ||
| 444 | # CONFIG_IEEE80211_DEBUG is not set | ||
| 445 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 446 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
| 447 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
| 448 | |||
| 449 | # | ||
| 450 | # Device Drivers | ||
| 451 | # | ||
| 452 | |||
| 453 | # | ||
| 454 | # Generic Driver Options | ||
| 455 | # | ||
| 456 | CONFIG_STANDALONE=y | ||
| 457 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 458 | CONFIG_FW_LOADER=y | ||
| 459 | # CONFIG_DEBUG_DRIVER is not set | ||
| 460 | |||
| 461 | # | ||
| 462 | # Memory Technology Devices (MTD) | ||
| 463 | # | ||
| 464 | CONFIG_MTD=y | ||
| 465 | # CONFIG_MTD_DEBUG is not set | ||
| 466 | # CONFIG_MTD_CONCAT is not set | ||
| 467 | CONFIG_MTD_PARTITIONS=y | ||
| 468 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 469 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 470 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 471 | |||
| 472 | # | ||
| 473 | # User Modules And Translation Layers | ||
| 474 | # | ||
| 475 | CONFIG_MTD_CHAR=y | ||
| 476 | CONFIG_MTD_BLOCK=y | ||
| 477 | # CONFIG_FTL is not set | ||
| 478 | # CONFIG_NFTL is not set | ||
| 479 | # CONFIG_INFTL is not set | ||
| 480 | |||
| 481 | # | ||
| 482 | # RAM/ROM/Flash chip drivers | ||
| 483 | # | ||
| 484 | # CONFIG_MTD_CFI is not set | ||
| 485 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 486 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 487 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 488 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 489 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 490 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 491 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 492 | CONFIG_MTD_CFI_I1=y | ||
| 493 | CONFIG_MTD_CFI_I2=y | ||
| 494 | # CONFIG_MTD_CFI_I4 is not set | ||
| 495 | # CONFIG_MTD_CFI_I8 is not set | ||
| 496 | # CONFIG_MTD_RAM is not set | ||
| 497 | CONFIG_MTD_ROM=y | ||
| 498 | # CONFIG_MTD_ABSENT is not set | ||
| 499 | |||
| 500 | # | ||
| 501 | # Mapping drivers for chip access | ||
| 502 | # | ||
| 503 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 504 | CONFIG_MTD_SHARP_SL=y | ||
| 505 | # CONFIG_MTD_PLATRAM is not set | ||
| 506 | |||
| 507 | # | ||
| 508 | # Self-contained MTD device drivers | ||
| 509 | # | ||
| 510 | # CONFIG_MTD_SLRAM is not set | ||
| 511 | # CONFIG_MTD_PHRAM is not set | ||
| 512 | # CONFIG_MTD_MTDRAM is not set | ||
| 513 | # CONFIG_MTD_BLKMTD is not set | ||
| 514 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 515 | |||
| 516 | # | ||
| 517 | # Disk-On-Chip Device Drivers | ||
| 518 | # | ||
| 519 | # CONFIG_MTD_DOC2000 is not set | ||
| 520 | # CONFIG_MTD_DOC2001 is not set | ||
| 521 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 522 | |||
| 523 | # | ||
| 524 | # NAND Flash Device Drivers | ||
| 525 | # | ||
| 526 | CONFIG_MTD_NAND=y | ||
| 527 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
| 528 | # CONFIG_MTD_NAND_H1900 is not set | ||
| 529 | CONFIG_MTD_NAND_IDS=y | ||
| 530 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
| 531 | # CONFIG_MTD_NAND_SHARPSL is not set | ||
| 532 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 533 | CONFIG_MTD_NAND_TC6393=y | ||
| 534 | |||
| 535 | # | ||
| 536 | # Parallel port support | ||
| 537 | # | ||
| 538 | # CONFIG_PARPORT is not set | ||
| 539 | |||
| 540 | # | ||
| 541 | # Plug and Play support | ||
| 542 | # | ||
| 543 | |||
| 544 | # | ||
| 545 | # Block devices | ||
| 546 | # | ||
| 547 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 548 | CONFIG_BLK_DEV_LOOP=y | ||
| 549 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 550 | # CONFIG_BLK_DEV_NBD is not set | ||
| 551 | # CONFIG_BLK_DEV_UB is not set | ||
| 552 | # CONFIG_BLK_DEV_RAM is not set | ||
| 553 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 554 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 555 | |||
| 556 | # | ||
| 557 | # IO Schedulers | ||
| 558 | # | ||
| 559 | CONFIG_IOSCHED_NOOP=y | ||
| 560 | CONFIG_IOSCHED_AS=y | ||
| 561 | CONFIG_IOSCHED_DEADLINE=m | ||
| 562 | CONFIG_IOSCHED_CFQ=m | ||
| 563 | # CONFIG_ATA_OVER_ETH is not set | ||
| 564 | |||
| 565 | # | ||
| 566 | # ATA/ATAPI/MFM/RLL support | ||
| 567 | # | ||
| 568 | CONFIG_IDE=y | ||
| 569 | CONFIG_BLK_DEV_IDE=y | ||
| 570 | |||
| 571 | # | ||
| 572 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
| 573 | # | ||
| 574 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
| 575 | CONFIG_BLK_DEV_IDEDISK=y | ||
| 576 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
| 577 | CONFIG_BLK_DEV_IDECS=y | ||
| 578 | # CONFIG_BLK_DEV_IDECD is not set | ||
| 579 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
| 580 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
| 581 | # CONFIG_BLK_DEV_IDESCSI is not set | ||
| 582 | # CONFIG_IDE_TASK_IOCTL is not set | ||
| 583 | |||
| 584 | # | ||
| 585 | # IDE chipset support/bugfixes | ||
| 586 | # | ||
| 587 | # CONFIG_IDE_GENERIC is not set | ||
| 588 | # CONFIG_IDE_ARM is not set | ||
| 589 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
| 590 | # CONFIG_IDEDMA_AUTO is not set | ||
| 591 | # CONFIG_BLK_DEV_HD is not set | ||
| 592 | |||
| 593 | # | ||
| 594 | # SCSI device support | ||
| 595 | # | ||
| 596 | # CONFIG_RAID_ATTRS is not set | ||
| 597 | CONFIG_SCSI=m | ||
| 598 | CONFIG_SCSI_PROC_FS=y | ||
| 599 | |||
| 600 | # | ||
| 601 | # SCSI support type (disk, tape, CD-ROM) | ||
| 602 | # | ||
| 603 | CONFIG_BLK_DEV_SD=m | ||
| 604 | CONFIG_CHR_DEV_ST=m | ||
| 605 | CONFIG_CHR_DEV_OSST=m | ||
| 606 | CONFIG_BLK_DEV_SR=m | ||
| 607 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
| 608 | CONFIG_CHR_DEV_SG=m | ||
| 609 | # CONFIG_CHR_DEV_SCH is not set | ||
| 610 | |||
| 611 | # | ||
| 612 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 613 | # | ||
| 614 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 615 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 616 | # CONFIG_SCSI_LOGGING is not set | ||
| 617 | |||
| 618 | # | ||
| 619 | # SCSI Transport Attributes | ||
| 620 | # | ||
| 621 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 622 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 623 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 624 | |||
| 625 | # | ||
| 626 | # SCSI low-level drivers | ||
| 627 | # | ||
| 628 | # CONFIG_SCSI_SATA is not set | ||
| 629 | # CONFIG_SCSI_DEBUG is not set | ||
| 630 | |||
| 631 | # | ||
| 632 | # PCMCIA SCSI adapter support | ||
| 633 | # | ||
| 634 | # CONFIG_PCMCIA_AHA152X is not set | ||
| 635 | # CONFIG_PCMCIA_FDOMAIN is not set | ||
| 636 | # CONFIG_PCMCIA_NINJA_SCSI is not set | ||
| 637 | # CONFIG_PCMCIA_QLOGIC is not set | ||
| 638 | # CONFIG_PCMCIA_SYM53C500 is not set | ||
| 639 | |||
| 640 | # | ||
| 641 | # Multi-device support (RAID and LVM) | ||
| 642 | # | ||
| 643 | # CONFIG_MD is not set | ||
| 644 | |||
| 645 | # | ||
| 646 | # Fusion MPT device support | ||
| 647 | # | ||
| 648 | # CONFIG_FUSION is not set | ||
| 649 | |||
| 650 | # | ||
| 651 | # IEEE 1394 (FireWire) support | ||
| 652 | # | ||
| 653 | |||
| 654 | # | ||
| 655 | # I2O device support | ||
| 656 | # | ||
| 657 | |||
| 658 | # | ||
| 659 | # Network device support | ||
| 660 | # | ||
| 661 | CONFIG_NETDEVICES=y | ||
| 662 | # CONFIG_DUMMY is not set | ||
| 663 | # CONFIG_BONDING is not set | ||
| 664 | # CONFIG_EQUALIZER is not set | ||
| 665 | CONFIG_TUN=m | ||
| 666 | |||
| 667 | # | ||
| 668 | # PHY device support | ||
| 669 | # | ||
| 670 | # CONFIG_PHYLIB is not set | ||
| 671 | |||
| 672 | # | ||
| 673 | # Ethernet (10 or 100Mbit) | ||
| 674 | # | ||
| 675 | CONFIG_NET_ETHERNET=y | ||
| 676 | CONFIG_MII=m | ||
| 677 | # CONFIG_SMC91X is not set | ||
| 678 | # CONFIG_DM9000 is not set | ||
| 679 | |||
| 680 | # | ||
| 681 | # Ethernet (1000 Mbit) | ||
| 682 | # | ||
| 683 | |||
| 684 | # | ||
| 685 | # Ethernet (10000 Mbit) | ||
| 686 | # | ||
| 687 | |||
| 688 | # | ||
| 689 | # Token Ring devices | ||
| 690 | # | ||
| 691 | |||
| 692 | # | ||
| 693 | # Wireless LAN (non-hamradio) | ||
| 694 | # | ||
| 695 | CONFIG_NET_RADIO=y | ||
| 696 | |||
| 697 | # | ||
| 698 | # Obsolete Wireless cards support (pre-802.11) | ||
| 699 | # | ||
| 700 | # CONFIG_STRIP is not set | ||
| 701 | # CONFIG_PCMCIA_WAVELAN is not set | ||
| 702 | # CONFIG_PCMCIA_NETWAVE is not set | ||
| 703 | |||
| 704 | # | ||
| 705 | # Wireless 802.11 Frequency Hopping cards support | ||
| 706 | # | ||
| 707 | # CONFIG_PCMCIA_RAYCS is not set | ||
| 708 | |||
| 709 | # | ||
| 710 | # Wireless 802.11b ISA/PCI cards support | ||
| 711 | # | ||
| 712 | CONFIG_HERMES=m | ||
| 713 | # CONFIG_ATMEL is not set | ||
| 714 | |||
| 715 | # | ||
| 716 | # Wireless 802.11b Pcmcia/Cardbus cards support | ||
| 717 | # | ||
| 718 | CONFIG_PCMCIA_HERMES=m | ||
| 719 | CONFIG_PCMCIA_SPECTRUM=m | ||
| 720 | # CONFIG_AIRO_CS is not set | ||
| 721 | # CONFIG_PCMCIA_WL3501 is not set | ||
| 722 | CONFIG_HOSTAP=m | ||
| 723 | CONFIG_HOSTAP_FIRMWARE=y | ||
| 724 | CONFIG_HOSTAP_CS=m | ||
| 725 | CONFIG_NET_WIRELESS=y | ||
| 726 | |||
| 727 | # | ||
| 728 | # PCMCIA network device support | ||
| 729 | # | ||
| 730 | CONFIG_NET_PCMCIA=y | ||
| 731 | # CONFIG_PCMCIA_3C589 is not set | ||
| 732 | # CONFIG_PCMCIA_3C574 is not set | ||
| 733 | # CONFIG_PCMCIA_FMVJ18X is not set | ||
| 734 | CONFIG_PCMCIA_PCNET=m | ||
| 735 | # CONFIG_PCMCIA_NMCLAN is not set | ||
| 736 | # CONFIG_PCMCIA_SMC91C92 is not set | ||
| 737 | # CONFIG_PCMCIA_XIRC2PS is not set | ||
| 738 | # CONFIG_PCMCIA_AXNET is not set | ||
| 739 | |||
| 740 | # | ||
| 741 | # Wan interfaces | ||
| 742 | # | ||
| 743 | # CONFIG_WAN is not set | ||
| 744 | CONFIG_PPP=m | ||
| 745 | # CONFIG_PPP_MULTILINK is not set | ||
| 746 | # CONFIG_PPP_FILTER is not set | ||
| 747 | CONFIG_PPP_ASYNC=m | ||
| 748 | # CONFIG_PPP_SYNC_TTY is not set | ||
| 749 | CONFIG_PPP_DEFLATE=m | ||
| 750 | CONFIG_PPP_BSDCOMP=m | ||
| 751 | # CONFIG_PPP_MPPE is not set | ||
| 752 | # CONFIG_PPPOE is not set | ||
| 753 | # CONFIG_SLIP is not set | ||
| 754 | # CONFIG_SHAPER is not set | ||
| 755 | # CONFIG_NETCONSOLE is not set | ||
| 756 | # CONFIG_KGDBOE is not set | ||
| 757 | # CONFIG_NETPOLL is not set | ||
| 758 | # CONFIG_NETPOLL_RX is not set | ||
| 759 | # CONFIG_NETPOLL_TRAP is not set | ||
| 760 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 761 | |||
| 762 | # | ||
| 763 | # ISDN subsystem | ||
| 764 | # | ||
| 765 | # CONFIG_ISDN is not set | ||
| 766 | |||
| 767 | # | ||
| 768 | # Input device support | ||
| 769 | # | ||
| 770 | CONFIG_INPUT=y | ||
| 771 | |||
| 772 | # | ||
| 773 | # Userland interfaces | ||
| 774 | # | ||
| 775 | # CONFIG_INPUT_MOUSEDEV is not set | ||
| 776 | # CONFIG_INPUT_JOYDEV is not set | ||
| 777 | # CONFIG_INPUT_TSDEV is not set | ||
| 778 | CONFIG_INPUT_EVDEV=y | ||
| 779 | # CONFIG_INPUT_EVBUG is not set | ||
| 780 | CONFIG_INPUT_POWER=y | ||
| 781 | |||
| 782 | # | ||
| 783 | # Input Device Drivers | ||
| 784 | # | ||
| 785 | CONFIG_INPUT_KEYBOARD=y | ||
| 786 | # CONFIG_KEYBOARD_ATKBD is not set | ||
| 787 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 788 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 789 | CONFIG_KEYBOARD_TOSA=y | ||
| 790 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 791 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 792 | # CONFIG_KEYBOARD_CORGI is not set | ||
| 793 | CONFIG_KEYBOARD_SPITZ=y | ||
| 794 | # CONFIG_INPUT_MOUSE is not set | ||
| 795 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 796 | CONFIG_INPUT_TOUCHSCREEN=y | ||
| 797 | # CONFIG_TOUCHSCREEN_CORGI is not set | ||
| 798 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
| 799 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
| 800 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
| 801 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
| 802 | CONFIG_TOUCHSCREEN_WM97XX=m | ||
| 803 | # CONFIG_INPUT_MISC is not set | ||
| 804 | |||
| 805 | # | ||
| 806 | # Hardware I/O ports | ||
| 807 | # | ||
| 808 | # CONFIG_SERIO is not set | ||
| 809 | # CONFIG_GAMEPORT is not set | ||
| 810 | |||
| 811 | # | ||
| 812 | # Character devices | ||
| 813 | # | ||
| 814 | CONFIG_VT=y | ||
| 815 | CONFIG_VT_CONSOLE=y | ||
| 816 | CONFIG_HW_CONSOLE=y | ||
| 817 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 818 | |||
| 819 | # | ||
| 820 | # Serial drivers | ||
| 821 | # | ||
| 822 | CONFIG_SERIAL_8250=m | ||
| 823 | CONFIG_SERIAL_8250_CS=m | ||
| 824 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 825 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
| 826 | |||
| 827 | # | ||
| 828 | # Non-8250 serial port support | ||
| 829 | # | ||
| 830 | CONFIG_SERIAL_PXA=y | ||
| 831 | CONFIG_SERIAL_PXA_CONSOLE=y | ||
| 832 | CONFIG_SERIAL_CORE=y | ||
| 833 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 834 | CONFIG_UNIX98_PTYS=y | ||
| 835 | # CONFIG_LEGACY_PTYS is not set | ||
| 836 | |||
| 837 | # | ||
| 838 | # IPMI | ||
| 839 | # | ||
| 840 | # CONFIG_IPMI_HANDLER is not set | ||
| 841 | |||
| 842 | # | ||
| 843 | # Watchdog Cards | ||
| 844 | # | ||
| 845 | # CONFIG_WATCHDOG is not set | ||
| 846 | # CONFIG_NVRAM is not set | ||
| 847 | CONFIG_SA1100_RTC=y | ||
| 848 | # CONFIG_DTLK is not set | ||
| 849 | # CONFIG_R3964 is not set | ||
| 850 | |||
| 851 | # | ||
| 852 | # Ftape, the floppy tape device driver | ||
| 853 | # | ||
| 854 | |||
| 855 | # | ||
| 856 | # PCMCIA character devices | ||
| 857 | # | ||
| 858 | # CONFIG_SYNCLINK_CS is not set | ||
| 859 | # CONFIG_RAW_DRIVER is not set | ||
| 860 | |||
| 861 | # | ||
| 862 | # TPM devices | ||
| 863 | # | ||
| 864 | |||
| 865 | # | ||
| 866 | # I2C support | ||
| 867 | # | ||
| 868 | CONFIG_I2C=y | ||
| 869 | # CONFIG_I2C_CHARDEV is not set | ||
| 870 | |||
| 871 | # | ||
| 872 | # I2C Algorithms | ||
| 873 | # | ||
| 874 | CONFIG_I2C_ALGOBIT=y | ||
| 875 | # CONFIG_I2C_ALGOPCF is not set | ||
| 876 | # CONFIG_I2C_ALGOPCA is not set | ||
| 877 | |||
| 878 | # | ||
| 879 | # I2C Hardware Bus support | ||
| 880 | # | ||
| 881 | CONFIG_I2C_PXA=y | ||
| 882 | # CONFIG_I2C_PXA_SLAVE is not set | ||
| 883 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 884 | # CONFIG_I2C_STUB is not set | ||
| 885 | # CONFIG_I2C_PCA_ISA is not set | ||
| 886 | |||
| 887 | # | ||
| 888 | # Miscellaneous I2C Chip support | ||
| 889 | # | ||
| 890 | # CONFIG_SENSORS_DS1337 is not set | ||
| 891 | # CONFIG_SENSORS_DS1374 is not set | ||
| 892 | # CONFIG_SENSORS_EEPROM is not set | ||
| 893 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 894 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 895 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 896 | # CONFIG_SENSORS_RTC8564 is not set | ||
| 897 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 898 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 899 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 900 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 901 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 902 | |||
| 903 | # | ||
| 904 | # Hardware Monitoring support | ||
| 905 | # | ||
| 906 | # CONFIG_HWMON is not set | ||
| 907 | |||
| 908 | # | ||
| 909 | # Misc devices | ||
| 910 | # | ||
| 911 | |||
| 912 | # | ||
| 913 | # Multimedia Capabilities Port drivers | ||
| 914 | # | ||
| 915 | |||
| 916 | # | ||
| 917 | # SoC drivers | ||
| 918 | # | ||
| 919 | # CONFIG_SOC is not set | ||
| 920 | |||
| 921 | # | ||
| 922 | # Multimedia devices | ||
| 923 | # | ||
| 924 | CONFIG_VIDEO_DEV=m | ||
| 925 | |||
| 926 | # | ||
| 927 | # Video For Linux | ||
| 928 | # | ||
| 929 | |||
| 930 | # | ||
| 931 | # Video Adapters | ||
| 932 | # | ||
| 933 | # CONFIG_VIDEO_CPIA is not set | ||
| 934 | # CONFIG_VIDEO_SAA5246A is not set | ||
| 935 | # CONFIG_VIDEO_SAA5249 is not set | ||
| 936 | # CONFIG_TUNER_3036 is not set | ||
| 937 | # CONFIG_VIDEO_OVCAMCHIP is not set | ||
| 938 | |||
| 939 | # | ||
| 940 | # Radio Adapters | ||
| 941 | # | ||
| 942 | # CONFIG_RADIO_MAESTRO is not set | ||
| 943 | |||
| 944 | # | ||
| 945 | # Digital Video Broadcasting Devices | ||
| 946 | # | ||
| 947 | # CONFIG_DVB is not set | ||
| 948 | |||
| 949 | # | ||
| 950 | # Graphics support | ||
| 951 | # | ||
| 952 | CONFIG_FB=y | ||
| 953 | CONFIG_FB_CFB_FILLRECT=y | ||
| 954 | CONFIG_FB_CFB_COPYAREA=y | ||
| 955 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 956 | CONFIG_FB_SOFT_CURSOR=y | ||
| 957 | # CONFIG_FB_MACMODES is not set | ||
| 958 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 959 | # CONFIG_FB_TILEBLITTING is not set | ||
| 960 | # CONFIG_FB_ELPP is not set | ||
| 961 | # CONFIG_FB_PXA is not set | ||
| 962 | # CONFIG_FB_W100 is not set | ||
| 963 | CONFIG_FB_TC6393=y | ||
| 964 | # CONFIG_FB_S1D13XXX is not set | ||
| 965 | # CONFIG_FB_VIRTUAL is not set | ||
| 966 | |||
| 967 | # | ||
| 968 | # Console display driver support | ||
| 969 | # | ||
| 970 | # CONFIG_VGA_CONSOLE is not set | ||
| 971 | CONFIG_DUMMY_CONSOLE=y | ||
| 972 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 973 | CONFIG_FONTS=y | ||
| 974 | CONFIG_FONT_8x8=y | ||
| 975 | # CONFIG_FONT_8x16 is not set | ||
| 976 | # CONFIG_FONT_6x11 is not set | ||
| 977 | # CONFIG_FONT_7x14 is not set | ||
| 978 | # CONFIG_FONT_PEARL_8x8 is not set | ||
| 979 | # CONFIG_FONT_ACORN_8x8 is not set | ||
| 980 | # CONFIG_FONT_MINI_4x6 is not set | ||
| 981 | # CONFIG_FONT_SUN8x16 is not set | ||
| 982 | # CONFIG_FONT_SUN12x22 is not set | ||
| 983 | # CONFIG_FONT_10x18 is not set | ||
| 984 | |||
| 985 | # | ||
| 986 | # Logo configuration | ||
| 987 | # | ||
| 988 | # CONFIG_LOGO is not set | ||
| 989 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
| 990 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
| 991 | CONFIG_BACKLIGHT_DEVICE=y | ||
| 992 | # CONFIG_LCD_CLASS_DEVICE is not set | ||
| 993 | # CONFIG_BACKLIGHT_CORGI is not set | ||
| 994 | CONFIG_BACKLIGHT_TOSA=y | ||
| 995 | |||
| 996 | # | ||
| 997 | # Speakup console speech | ||
| 998 | # | ||
| 999 | # CONFIG_SPEAKUP is not set | ||
| 1000 | |||
| 1001 | # | ||
| 1002 | # Sound | ||
| 1003 | # | ||
| 1004 | CONFIG_SOUND=m | ||
| 1005 | |||
| 1006 | # | ||
| 1007 | # Advanced Linux Sound Architecture | ||
| 1008 | # | ||
| 1009 | CONFIG_SND=m | ||
| 1010 | CONFIG_SND_TIMER=m | ||
| 1011 | CONFIG_SND_PCM=m | ||
| 1012 | # CONFIG_SND_SEQUENCER is not set | ||
| 1013 | CONFIG_SND_OSSEMUL=y | ||
| 1014 | CONFIG_SND_MIXER_OSS=m | ||
| 1015 | CONFIG_SND_PCM_OSS=m | ||
| 1016 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
| 1017 | # CONFIG_SND_DEBUG is not set | ||
| 1018 | |||
| 1019 | # | ||
| 1020 | # Generic devices | ||
| 1021 | # | ||
| 1022 | # CONFIG_SND_DUMMY is not set | ||
| 1023 | # CONFIG_SND_MTPAV is not set | ||
| 1024 | # CONFIG_SND_SERIAL_U16550 is not set | ||
| 1025 | # CONFIG_SND_MPU401 is not set | ||
| 1026 | CONFIG_SND_AC97_CODEC=m | ||
| 1027 | CONFIG_SND_AC97_BUS=m | ||
| 1028 | |||
| 1029 | # | ||
| 1030 | # ALSA ARM devices | ||
| 1031 | # | ||
| 1032 | CONFIG_SND_PXA2XX_PCM=m | ||
| 1033 | CONFIG_SND_PXA2XX_AC97=m | ||
| 1034 | |||
| 1035 | # | ||
| 1036 | # USB devices | ||
| 1037 | # | ||
| 1038 | # CONFIG_SND_USB_AUDIO is not set | ||
| 1039 | |||
| 1040 | # | ||
| 1041 | # PCMCIA devices | ||
| 1042 | # | ||
| 1043 | |||
| 1044 | # | ||
| 1045 | # Open Sound System | ||
| 1046 | # | ||
| 1047 | # CONFIG_SOUND_PRIME is not set | ||
| 1048 | |||
| 1049 | # | ||
| 1050 | # USB support | ||
| 1051 | # | ||
| 1052 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 1053 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 1054 | CONFIG_USB=m | ||
| 1055 | # CONFIG_USB_DEBUG is not set | ||
| 1056 | |||
| 1057 | # | ||
| 1058 | # Miscellaneous USB options | ||
| 1059 | # | ||
| 1060 | CONFIG_USB_DEVICEFS=y | ||
| 1061 | # CONFIG_USB_BANDWIDTH is not set | ||
| 1062 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 1063 | # CONFIG_USB_SUSPEND is not set | ||
| 1064 | # CONFIG_USB_OTG is not set | ||
| 1065 | |||
| 1066 | # | ||
| 1067 | # USB Host Controller Drivers | ||
| 1068 | # | ||
| 1069 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 1070 | CONFIG_USB_SL811_HCD=m | ||
| 1071 | CONFIG_USB_SL811_CS=m | ||
| 1072 | |||
| 1073 | # | ||
| 1074 | # USB Device Class drivers | ||
| 1075 | # | ||
| 1076 | # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set | ||
| 1077 | |||
| 1078 | # | ||
| 1079 | # USB Bluetooth TTY can only be used with disabled Bluetooth subsystem | ||
| 1080 | # | ||
| 1081 | CONFIG_USB_ACM=m | ||
| 1082 | CONFIG_USB_PRINTER=m | ||
| 1083 | |||
| 1084 | # | ||
| 1085 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information | ||
| 1086 | # | ||
| 1087 | CONFIG_USB_STORAGE=m | ||
| 1088 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 1089 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
| 1090 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 1091 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
| 1092 | # CONFIG_USB_STORAGE_DPCM is not set | ||
| 1093 | # CONFIG_USB_STORAGE_USBAT is not set | ||
| 1094 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
| 1095 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
| 1096 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
| 1097 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
| 1098 | |||
| 1099 | # | ||
| 1100 | # USB Input Devices | ||
| 1101 | # | ||
| 1102 | CONFIG_USB_HID=m | ||
| 1103 | CONFIG_USB_HIDINPUT=y | ||
| 1104 | # CONFIG_HID_FF is not set | ||
| 1105 | # CONFIG_USB_HIDDEV is not set | ||
| 1106 | |||
| 1107 | # | ||
| 1108 | # USB HID Boot Protocol drivers | ||
| 1109 | # | ||
| 1110 | CONFIG_USB_KBD=m | ||
| 1111 | CONFIG_USB_MOUSE=m | ||
| 1112 | CONFIG_USB_AIPTEK=m | ||
| 1113 | CONFIG_USB_WACOM=m | ||
| 1114 | # CONFIG_USB_ACECAD is not set | ||
| 1115 | CONFIG_USB_KBTAB=m | ||
| 1116 | CONFIG_USB_POWERMATE=m | ||
| 1117 | CONFIG_USB_MTOUCH=m | ||
| 1118 | # CONFIG_USB_ITMTOUCH is not set | ||
| 1119 | CONFIG_USB_EGALAX=m | ||
| 1120 | # CONFIG_USB_YEALINK is not set | ||
| 1121 | CONFIG_USB_XPAD=m | ||
| 1122 | CONFIG_USB_ATI_REMOTE=m | ||
| 1123 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
| 1124 | # CONFIG_USB_APPLETOUCH is not set | ||
| 1125 | |||
| 1126 | # | ||
| 1127 | # USB Imaging devices | ||
| 1128 | # | ||
| 1129 | CONFIG_USB_MDC800=m | ||
| 1130 | CONFIG_USB_MICROTEK=m | ||
| 1131 | |||
| 1132 | # | ||
| 1133 | # USB Multimedia devices | ||
| 1134 | # | ||
| 1135 | CONFIG_USB_DABUSB=m | ||
| 1136 | CONFIG_USB_VICAM=m | ||
| 1137 | CONFIG_USB_DSBR=m | ||
| 1138 | CONFIG_USB_IBMCAM=m | ||
| 1139 | CONFIG_USB_KONICAWC=m | ||
| 1140 | CONFIG_USB_OV511=m | ||
| 1141 | CONFIG_USB_SE401=m | ||
| 1142 | CONFIG_USB_SN9C102=m | ||
| 1143 | CONFIG_USB_STV680=m | ||
| 1144 | # CONFIG_USB_PWC is not set | ||
| 1145 | |||
| 1146 | # | ||
| 1147 | # USB Network Adapters | ||
| 1148 | # | ||
| 1149 | CONFIG_USB_CATC=m | ||
| 1150 | CONFIG_USB_KAWETH=m | ||
| 1151 | CONFIG_USB_PEGASUS=m | ||
| 1152 | CONFIG_USB_RTL8150=m | ||
| 1153 | CONFIG_USB_USBNET=m | ||
| 1154 | CONFIG_USB_NET_AX8817X=m | ||
| 1155 | CONFIG_USB_NET_CDCETHER=m | ||
| 1156 | CONFIG_USB_NET_GL620A=m | ||
| 1157 | CONFIG_USB_NET_NET1080=m | ||
| 1158 | CONFIG_USB_NET_PLUSB=m | ||
| 1159 | # CONFIG_USB_NET_RNDIS is not set | ||
| 1160 | # CONFIG_USB_NET_SIMPLE is not set | ||
| 1161 | # CONFIG_USB_NET_ZAURUS is not set | ||
| 1162 | # CONFIG_USB_ZD1201 is not set | ||
| 1163 | CONFIG_USB_MON=y | ||
| 1164 | |||
| 1165 | # | ||
| 1166 | # USB port drivers | ||
| 1167 | # | ||
| 1168 | |||
| 1169 | # | ||
| 1170 | # USB Serial Converter support | ||
| 1171 | # | ||
| 1172 | CONFIG_USB_SERIAL=m | ||
| 1173 | CONFIG_USB_SERIAL_GENERIC=y | ||
| 1174 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
| 1175 | CONFIG_USB_SERIAL_BELKIN=m | ||
| 1176 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
| 1177 | CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m | ||
| 1178 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
| 1179 | CONFIG_USB_SERIAL_CYPRESS_M8=m | ||
| 1180 | CONFIG_USB_SERIAL_EMPEG=m | ||
| 1181 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
| 1182 | CONFIG_USB_SERIAL_VISOR=m | ||
| 1183 | CONFIG_USB_SERIAL_IPAQ=m | ||
| 1184 | CONFIG_USB_SERIAL_IR=m | ||
| 1185 | CONFIG_USB_SERIAL_EDGEPORT=m | ||
| 1186 | CONFIG_USB_SERIAL_EDGEPORT_TI=m | ||
| 1187 | CONFIG_USB_SERIAL_GARMIN=m | ||
| 1188 | CONFIG_USB_SERIAL_IPW=m | ||
| 1189 | CONFIG_USB_SERIAL_KEYSPAN_PDA=m | ||
| 1190 | CONFIG_USB_SERIAL_KEYSPAN=m | ||
| 1191 | # CONFIG_USB_SERIAL_KEYSPAN_MPR is not set | ||
| 1192 | # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set | ||
| 1193 | # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set | ||
| 1194 | # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set | ||
| 1195 | # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set | ||
| 1196 | # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set | ||
| 1197 | # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set | ||
| 1198 | # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set | ||
| 1199 | # CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set | ||
| 1200 | # CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set | ||
| 1201 | # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set | ||
| 1202 | # CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set | ||
| 1203 | CONFIG_USB_SERIAL_KLSI=m | ||
| 1204 | CONFIG_USB_SERIAL_KOBIL_SCT=m | ||
| 1205 | CONFIG_USB_SERIAL_MCT_U232=m | ||
| 1206 | CONFIG_USB_SERIAL_PL2303=m | ||
| 1207 | # CONFIG_USB_SERIAL_HP4X is not set | ||
| 1208 | CONFIG_USB_SERIAL_SAFE=m | ||
| 1209 | # CONFIG_USB_SERIAL_SAFE_PADDED is not set | ||
| 1210 | CONFIG_USB_SERIAL_TI=m | ||
| 1211 | CONFIG_USB_SERIAL_CYBERJACK=m | ||
| 1212 | CONFIG_USB_SERIAL_XIRCOM=m | ||
| 1213 | CONFIG_USB_SERIAL_OMNINET=m | ||
| 1214 | CONFIG_USB_EZUSB=y | ||
| 1215 | |||
| 1216 | # | ||
| 1217 | # USB Miscellaneous drivers | ||
| 1218 | # | ||
| 1219 | CONFIG_USB_EMI62=m | ||
| 1220 | CONFIG_USB_EMI26=m | ||
| 1221 | CONFIG_USB_AUERSWALD=m | ||
| 1222 | CONFIG_USB_RIO500=m | ||
| 1223 | CONFIG_USB_LEGOTOWER=m | ||
| 1224 | CONFIG_USB_LCD=m | ||
| 1225 | CONFIG_USB_LED=m | ||
| 1226 | CONFIG_USB_CYTHERM=m | ||
| 1227 | # CONFIG_USB_GOTEMP is not set | ||
| 1228 | CONFIG_USB_PHIDGETKIT=m | ||
| 1229 | CONFIG_USB_PHIDGETSERVO=m | ||
| 1230 | CONFIG_USB_IDMOUSE=m | ||
| 1231 | # CONFIG_USB_LD is not set | ||
| 1232 | # CONFIG_USB_TEST is not set | ||
| 1233 | |||
| 1234 | # | ||
| 1235 | # USB DSL modem support | ||
| 1236 | # | ||
| 1237 | |||
| 1238 | # | ||
| 1239 | # USB Gadget Support | ||
| 1240 | # | ||
| 1241 | CONFIG_USB_GADGET=y | ||
| 1242 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
| 1243 | CONFIG_USB_GADGET_SELECTED=y | ||
| 1244 | # CONFIG_USB_GADGET_NET2280 is not set | ||
| 1245 | CONFIG_USB_GADGET_PXA2XX=y | ||
| 1246 | CONFIG_USB_PXA2XX=y | ||
| 1247 | # CONFIG_USB_PXA2XX_SMALL is not set | ||
| 1248 | # CONFIG_USB_GADGET_GOKU is not set | ||
| 1249 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
| 1250 | # CONFIG_USB_GADGET_OMAP is not set | ||
| 1251 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
| 1252 | # CONFIG_USB_GADGET_DUALSPEED is not set | ||
| 1253 | CONFIG_USB_ZERO=m | ||
| 1254 | CONFIG_USB_ETH=m | ||
| 1255 | CONFIG_USB_ETH_RNDIS=y | ||
| 1256 | CONFIG_USB_GADGETFS=m | ||
| 1257 | CONFIG_USB_FILE_STORAGE=m | ||
| 1258 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
| 1259 | CONFIG_USB_G_SERIAL=m | ||
| 1260 | |||
| 1261 | # | ||
| 1262 | # MMC/SD Card support | ||
| 1263 | # | ||
| 1264 | CONFIG_MMC=y | ||
| 1265 | # CONFIG_MMC_DEBUG is not set | ||
| 1266 | CONFIG_MMC_BLOCK=y | ||
| 1267 | # CONFIG_MMC_BULKTRANSFER is not set | ||
| 1268 | CONFIG_MMC_PXA=y | ||
| 1269 | # CONFIG_MMC_WBSD is not set | ||
| 1270 | |||
| 1271 | # | ||
| 1272 | # File systems | ||
| 1273 | # | ||
| 1274 | CONFIG_EXT2_FS=y | ||
| 1275 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1276 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1277 | # CONFIG_EXT3_FS is not set | ||
| 1278 | # CONFIG_REISER4_FS is not set | ||
| 1279 | # CONFIG_REISERFS_FS is not set | ||
| 1280 | # CONFIG_JFS_FS is not set | ||
| 1281 | # CONFIG_FS_POSIX_ACL is not set | ||
| 1282 | |||
| 1283 | # | ||
| 1284 | # XFS support | ||
| 1285 | # | ||
| 1286 | # CONFIG_XFS_FS is not set | ||
| 1287 | # CONFIG_OCFS2_FS is not set | ||
| 1288 | # CONFIG_MINIX_FS is not set | ||
| 1289 | # CONFIG_ROMFS_FS is not set | ||
| 1290 | CONFIG_INOTIFY=y | ||
| 1291 | # CONFIG_QUOTA is not set | ||
| 1292 | CONFIG_DNOTIFY=y | ||
| 1293 | # CONFIG_AUTOFS_FS is not set | ||
| 1294 | # CONFIG_AUTOFS4_FS is not set | ||
| 1295 | CONFIG_FUSE_FS=m | ||
| 1296 | |||
| 1297 | # | ||
| 1298 | # CD-ROM/DVD Filesystems | ||
| 1299 | # | ||
| 1300 | # CONFIG_ISO9660_FS is not set | ||
| 1301 | # CONFIG_UDF_FS is not set | ||
| 1302 | |||
| 1303 | # | ||
| 1304 | # DOS/FAT/NT Filesystems | ||
| 1305 | # | ||
| 1306 | CONFIG_FAT_FS=y | ||
| 1307 | CONFIG_MSDOS_FS=y | ||
| 1308 | CONFIG_VFAT_FS=y | ||
| 1309 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1310 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1311 | # CONFIG_NTFS_FS is not set | ||
| 1312 | |||
| 1313 | # | ||
| 1314 | # Pseudo filesystems | ||
| 1315 | # | ||
| 1316 | CONFIG_PROC_FS=y | ||
| 1317 | CONFIG_SYSFS=y | ||
| 1318 | CONFIG_TMPFS=y | ||
| 1319 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1320 | CONFIG_RAMFS=y | ||
| 1321 | # CONFIG_CONFIGFS_FS is not set | ||
| 1322 | # CONFIG_RELAYFS_FS is not set | ||
| 1323 | |||
| 1324 | # | ||
| 1325 | # Miscellaneous filesystems | ||
| 1326 | # | ||
| 1327 | # CONFIG_ADFS_FS is not set | ||
| 1328 | # CONFIG_AFFS_FS is not set | ||
| 1329 | # CONFIG_ASFS_FS is not set | ||
| 1330 | # CONFIG_HFS_FS is not set | ||
| 1331 | # CONFIG_HFSPLUS_FS is not set | ||
| 1332 | # CONFIG_BEFS_FS is not set | ||
| 1333 | # CONFIG_BFS_FS is not set | ||
| 1334 | # CONFIG_EFS_FS is not set | ||
| 1335 | # CONFIG_JFFS_FS is not set | ||
| 1336 | CONFIG_JFFS2_FS=y | ||
| 1337 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 1338 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
| 1339 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | ||
| 1340 | CONFIG_JFFS2_SUMMARY=y | ||
| 1341 | CONFIG_JFFS2_ZLIB=y | ||
| 1342 | CONFIG_JFFS2_RTIME=y | ||
| 1343 | CONFIG_JFFS2_RUBIN=y | ||
| 1344 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
| 1345 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
| 1346 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
| 1347 | CONFIG_CRAMFS=m | ||
| 1348 | # CONFIG_VXFS_FS is not set | ||
| 1349 | # CONFIG_HPFS_FS is not set | ||
| 1350 | # CONFIG_QNX4FS_FS is not set | ||
| 1351 | # CONFIG_SYSV_FS is not set | ||
| 1352 | # CONFIG_UFS_FS is not set | ||
| 1353 | |||
| 1354 | # | ||
| 1355 | # Network File Systems | ||
| 1356 | # | ||
| 1357 | CONFIG_NFS_FS=m | ||
| 1358 | CONFIG_NFS_V3=y | ||
| 1359 | # CONFIG_NFS_V3_ACL is not set | ||
| 1360 | CONFIG_NFS_V4=y | ||
| 1361 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1362 | # CONFIG_NFSD is not set | ||
| 1363 | CONFIG_LOCKD=m | ||
| 1364 | CONFIG_LOCKD_V4=y | ||
| 1365 | CONFIG_NFS_COMMON=y | ||
| 1366 | CONFIG_SUNRPC=m | ||
| 1367 | CONFIG_SUNRPC_GSS=m | ||
| 1368 | CONFIG_RPCSEC_GSS_KRB5=m | ||
| 1369 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1370 | CONFIG_SMB_FS=m | ||
| 1371 | CONFIG_SMB_NLS_DEFAULT=y | ||
| 1372 | CONFIG_SMB_NLS_REMOTE="cp437" | ||
| 1373 | CONFIG_CIFS=m | ||
| 1374 | # CONFIG_CIFS_STATS is not set | ||
| 1375 | # CONFIG_CIFS_XATTR is not set | ||
| 1376 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
| 1377 | # CONFIG_NCP_FS is not set | ||
| 1378 | # CONFIG_CODA_FS is not set | ||
| 1379 | # CONFIG_AFS_FS is not set | ||
| 1380 | # CONFIG_9P_FS is not set | ||
| 1381 | |||
| 1382 | # | ||
| 1383 | # Partition Types | ||
| 1384 | # | ||
| 1385 | CONFIG_PARTITION_ADVANCED=y | ||
| 1386 | # CONFIG_ACORN_PARTITION is not set | ||
| 1387 | # CONFIG_OSF_PARTITION is not set | ||
| 1388 | # CONFIG_AMIGA_PARTITION is not set | ||
| 1389 | # CONFIG_ATARI_PARTITION is not set | ||
| 1390 | # CONFIG_MAC_PARTITION is not set | ||
| 1391 | CONFIG_MSDOS_PARTITION=y | ||
| 1392 | # CONFIG_BSD_DISKLABEL is not set | ||
| 1393 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 1394 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 1395 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 1396 | # CONFIG_LDM_PARTITION is not set | ||
| 1397 | # CONFIG_SGI_PARTITION is not set | ||
| 1398 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 1399 | # CONFIG_SUN_PARTITION is not set | ||
| 1400 | # CONFIG_EFI_PARTITION is not set | ||
| 1401 | |||
| 1402 | # | ||
| 1403 | # Native Language Support | ||
| 1404 | # | ||
| 1405 | CONFIG_NLS=y | ||
| 1406 | CONFIG_NLS_DEFAULT="cp437" | ||
| 1407 | CONFIG_NLS_CODEPAGE_437=y | ||
| 1408 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1409 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1410 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 1411 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1412 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1413 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1414 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1415 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1416 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1417 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1418 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1419 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1420 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1421 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1422 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1423 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1424 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1425 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1426 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1427 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1428 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1429 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1430 | # CONFIG_NLS_ASCII is not set | ||
| 1431 | CONFIG_NLS_ISO8859_1=y | ||
| 1432 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1433 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1434 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1435 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1436 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1437 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1438 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1439 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1440 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1441 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1442 | # CONFIG_NLS_KOI8_R is not set | ||
| 1443 | # CONFIG_NLS_KOI8_U is not set | ||
| 1444 | CONFIG_NLS_UTF8=y | ||
| 1445 | |||
| 1446 | # | ||
| 1447 | # Profiling support | ||
| 1448 | # | ||
| 1449 | # CONFIG_PROFILING is not set | ||
| 1450 | |||
| 1451 | # | ||
| 1452 | # Kernel hacking | ||
| 1453 | # | ||
| 1454 | # CONFIG_PRINTK_TIME is not set | ||
| 1455 | CONFIG_DEBUG_KERNEL=y | ||
| 1456 | CONFIG_MAGIC_SYSRQ=y | ||
| 1457 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 1458 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 1459 | # CONFIG_SCHEDSTATS is not set | ||
| 1460 | # CONFIG_DEBUG_SLAB is not set | ||
| 1461 | # CONFIG_DEBUG_PREEMPT is not set | ||
| 1462 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 1463 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 1464 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 1465 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 1466 | # CONFIG_DEBUG_INFO is not set | ||
| 1467 | # CONFIG_DEBUG_FS is not set | ||
| 1468 | CONFIG_FRAME_POINTER=y | ||
| 1469 | # CONFIG_DEBUG_USER is not set | ||
| 1470 | # CONFIG_DEBUG_WAITQ is not set | ||
| 1471 | CONFIG_DEBUG_ERRORS=y | ||
| 1472 | CONFIG_DEBUG_LL=y | ||
| 1473 | # CONFIG_DEBUG_ICEDCC is not set | ||
| 1474 | |||
| 1475 | # | ||
| 1476 | # Security options | ||
| 1477 | # | ||
| 1478 | # CONFIG_KEYS is not set | ||
| 1479 | # CONFIG_SECURITY is not set | ||
| 1480 | |||
| 1481 | # | ||
| 1482 | # Cryptographic options | ||
| 1483 | # | ||
| 1484 | CONFIG_CRYPTO=y | ||
| 1485 | CONFIG_CRYPTO_HMAC=y | ||
| 1486 | CONFIG_CRYPTO_NULL=m | ||
| 1487 | CONFIG_CRYPTO_MD4=m | ||
| 1488 | CONFIG_CRYPTO_MD5=m | ||
| 1489 | CONFIG_CRYPTO_SHA1=m | ||
| 1490 | CONFIG_CRYPTO_SHA256=m | ||
| 1491 | CONFIG_CRYPTO_SHA512=m | ||
| 1492 | CONFIG_CRYPTO_WP512=m | ||
| 1493 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1494 | CONFIG_CRYPTO_DES=m | ||
| 1495 | CONFIG_CRYPTO_BLOWFISH=m | ||
| 1496 | CONFIG_CRYPTO_TWOFISH=m | ||
| 1497 | CONFIG_CRYPTO_SERPENT=m | ||
| 1498 | CONFIG_CRYPTO_AES=m | ||
| 1499 | CONFIG_CRYPTO_CAST5=m | ||
| 1500 | CONFIG_CRYPTO_CAST6=m | ||
| 1501 | CONFIG_CRYPTO_TEA=m | ||
| 1502 | CONFIG_CRYPTO_ARC4=m | ||
| 1503 | CONFIG_CRYPTO_KHAZAD=m | ||
| 1504 | CONFIG_CRYPTO_ANUBIS=m | ||
| 1505 | CONFIG_CRYPTO_DEFLATE=m | ||
| 1506 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 1507 | CONFIG_CRYPTO_CRC32C=m | ||
| 1508 | CONFIG_CRYPTO_TEST=m | ||
| 1509 | |||
| 1510 | # | ||
| 1511 | # Hardware crypto devices | ||
| 1512 | # | ||
| 1513 | |||
| 1514 | # | ||
| 1515 | # Library routines | ||
| 1516 | # | ||
| 1517 | CONFIG_CRC_CCITT=y | ||
| 1518 | # CONFIG_CRC16 is not set | ||
| 1519 | CONFIG_CRC32=y | ||
| 1520 | CONFIG_LIBCRC32C=m | ||
| 1521 | CONFIG_ZLIB_INFLATE=y | ||
| 1522 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch new file mode 100644 index 0000000000..9fe3bd06d3 --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/dtl1_cs-add-socket-revE.patch | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | |||
| 2 | Patch was sent upstream to Marcel Holtmann <marcel@holtmann.org> | ||
| 3 | |||
| 4 | Response: | ||
| 5 | |||
| 6 | Hi Marcin, | ||
| 7 | |||
| 8 | > I use Socket Bluetooth CompactFlash card in my Zaurus. Some time ago we | ||
| 9 | > switched to 2.6.12-rcX-mmY so we get PCMCIA hotplug support. On my device | ||
| 10 | > I also switched from pcmcia-cs 3.2.8 to pcmciautils 003 (will check 005 | ||
| 11 | > later). | ||
| 12 | > | ||
| 13 | > With my config I lost automatic module loading after BT card insert so I | ||
| 14 | > looked into kernel driver and added infos about my card. Patch attached. | ||
| 15 | |||
| 16 | there are some pending patches from Dominic that I want to see merged | ||
| 17 | mainline first, before I am going to submit patches for the Bluetooth | ||
| 18 | PCMCIA drivers. | ||
| 19 | |||
| 20 | > BTW - any plans on adding suspend/resume support into this driver? Now I | ||
| 21 | > have to eject/insert card after resume and restart bluez-utils to get it | ||
| 22 | > working. | ||
| 23 | |||
| 24 | Maybe with the new PCMCIA subsystem this will be possible. Feel free to | ||
| 25 | send in patches. | ||
| 26 | |||
| 27 | Regards | ||
| 28 | |||
| 29 | Marcel | ||
| 30 | |||
| 31 | --- linux-2.6.12/drivers/bluetooth/dtl1_cs.c.orig 2005-07-05 11:19:50.000000000 +0200 | ||
| 32 | +++ linux-2.6.12/drivers/bluetooth/dtl1_cs.c 2005-07-05 11:19:51.000000000 +0200 | ||
| 33 | @@ -810,6 +810,7 @@ | ||
| 34 | static struct pcmcia_device_id dtl1_ids[] = { | ||
| 35 | PCMCIA_DEVICE_PROD_ID12("Nokia Mobile Phones", "DTL-1", 0xe1bfdd64, 0xe168480d), | ||
| 36 | PCMCIA_DEVICE_PROD_ID12("Socket", "CF", 0xb38bcc2e, 0x44ebf863), | ||
| 37 | + PCMCIA_DEVICE_PROD_ID12("Socket", "CF+ Personal Network Card", 0xb38bcc2e, 0xe732bae3), | ||
| 38 | PCMCIA_DEVICE_NULL | ||
| 39 | }; | ||
| 40 | MODULE_DEVICE_TABLE(pcmcia, dtl1_ids); | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/pxa-serial-hack.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/pxa-serial-hack.patch new file mode 100644 index 0000000000..b3a7f786ea --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/pxa-serial-hack.patch | |||
| @@ -0,0 +1,73 @@ | |||
| 1 | Index: linux-2.6.14/drivers/serial/8250.c | ||
| 2 | =================================================================== | ||
| 3 | --- linux-2.6.14.orig/drivers/serial/8250.c 2005-11-07 18:10:50.000000000 +0000 | ||
| 4 | +++ linux-2.6.14/drivers/serial/8250.c 2005-11-07 19:01:21.000000000 +0000 | ||
| 5 | @@ -2333,7 +2333,12 @@ | ||
| 6 | .devfs_name = "tts/", | ||
| 7 | .dev_name = "ttyS", | ||
| 8 | .major = TTY_MAJOR, | ||
| 9 | +#ifdef CONFIG_SERIAL_PXA | ||
| 10 | + .minor = 64 + 3, | ||
| 11 | + .name_base = 3, | ||
| 12 | +#else | ||
| 13 | .minor = 64, | ||
| 14 | +#endif | ||
| 15 | .nr = UART_NR, | ||
| 16 | .cons = SERIAL8250_CONSOLE, | ||
| 17 | }; | ||
| 18 | Index: linux-2.6.14/drivers/serial/serial_core.c | ||
| 19 | =================================================================== | ||
| 20 | --- linux-2.6.14.orig/drivers/serial/serial_core.c 2005-11-07 18:10:50.000000000 +0000 | ||
| 21 | +++ linux-2.6.14/drivers/serial/serial_core.c 2005-11-07 19:01:21.000000000 +0000 | ||
| 22 | @@ -2126,6 +2126,7 @@ | ||
| 23 | normal->driver_name = drv->driver_name; | ||
| 24 | normal->devfs_name = drv->devfs_name; | ||
| 25 | normal->name = drv->dev_name; | ||
| 26 | + normal->name_base = drv->name_base; | ||
| 27 | normal->major = drv->major; | ||
| 28 | normal->minor_start = drv->minor; | ||
| 29 | normal->type = TTY_DRIVER_TYPE_SERIAL; | ||
| 30 | Index: linux-2.6.14/include/linux/serial_core.h | ||
| 31 | =================================================================== | ||
| 32 | --- linux-2.6.14.orig/include/linux/serial_core.h 2005-11-07 18:10:56.000000000 +0000 | ||
| 33 | +++ linux-2.6.14/include/linux/serial_core.h 2005-11-07 19:01:21.000000000 +0000 | ||
| 34 | @@ -322,6 +322,7 @@ | ||
| 35 | const char *driver_name; | ||
| 36 | const char *dev_name; | ||
| 37 | const char *devfs_name; | ||
| 38 | + int name_base; | ||
| 39 | int major; | ||
| 40 | int minor; | ||
| 41 | int nr; | ||
| 42 | Index: linux-2.6.14/drivers/serial/serial_cs.c | ||
| 43 | =================================================================== | ||
| 44 | --- linux-2.6.14.orig/drivers/serial/serial_cs.c 2005-10-28 01:02:08.000000000 +0100 | ||
| 45 | +++ linux-2.6.14/drivers/serial/serial_cs.c 2005-11-07 19:01:21.000000000 +0000 | ||
| 46 | @@ -294,7 +294,7 @@ | ||
| 47 | kio_addr_t iobase, int irq) | ||
| 48 | { | ||
| 49 | struct uart_port port; | ||
| 50 | - int line; | ||
| 51 | + int line, linestart; | ||
| 52 | |||
| 53 | memset(&port, 0, sizeof (struct uart_port)); | ||
| 54 | port.iobase = iobase; | ||
| 55 | @@ -311,10 +311,16 @@ | ||
| 56 | return -EINVAL; | ||
| 57 | } | ||
| 58 | |||
| 59 | +#if CONFIG_SERIAL_PXA | ||
| 60 | + linestart = 3; | ||
| 61 | +#else | ||
| 62 | + linestart = 0; | ||
| 63 | +#endif | ||
| 64 | + | ||
| 65 | info->line[info->ndev] = line; | ||
| 66 | - sprintf(info->node[info->ndev].dev_name, "ttyS%d", line); | ||
| 67 | + sprintf(info->node[info->ndev].dev_name, "ttyS%d", line+linestart); | ||
| 68 | info->node[info->ndev].major = TTY_MAJOR; | ||
| 69 | - info->node[info->ndev].minor = 0x40 + line; | ||
| 70 | + info->node[info->ndev].minor = 0x40 + line + linestart; | ||
| 71 | if (info->ndev > 0) | ||
| 72 | info->node[info->ndev - 1].next = &info->node[info->ndev]; | ||
| 73 | info->ndev++; | ||
diff --git a/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch new file mode 100644 index 0000000000..18bf4268fc --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus-2.6.14+2.6.15-rc5/serial-add-support-for-non-standard-xtals-to-16c950-driver.patch | |||
| @@ -0,0 +1,155 @@ | |||
| 1 | |||
| 2 | From: Petr Vandrovec <vandrove@vc.cvut.cz> | ||
| 3 | |||
| 4 | Patch below adds support for using different prescaler than 16 for 16c950 | ||
| 5 | chips. This is needed for using Fujitsu-Siemens Connect2Air compact-flash | ||
| 6 | card, which comes (apparently) with 806kHz clocks, and so you have to | ||
| 7 | program prescaler for division by 7, and DLAB to 1, to get 115200Bd. | ||
| 8 | |||
| 9 | To get card properly running you also have to add lines below to | ||
| 10 | /etc/pcmcia/serial.opts so kernel knows that base speed is not 115200 but | ||
| 11 | 50400 (50400 * 16 = 806400; 806400 / 7 = 115200). As I've found no code | ||
| 12 | specifying baud_rate in serial_cs, I assume that specifying it in | ||
| 13 | serial.opts is right way to do this type of things. | ||
| 14 | |||
| 15 | Patch also fixes problem that for UPF_MAGIC_MULTIPLIER maximum possible | ||
| 16 | baud rate passed to uart code was uartclk / 16 while correct value for | ||
| 17 | these devices (and for 16c950) is uartclk / 4. | ||
| 18 | |||
| 19 | Patch also fixes problem that for UPF_MAGIC_MULTIPLIER devices with | ||
| 20 | baud_rate 19200 or 9600 spd_cust did not work correctly. Not that such | ||
| 21 | devices exist, but we should not ignore spd_cust, user probably knows why | ||
| 22 | he asked for spd_cust. | ||
| 23 | |||
| 24 | serial.opts: | ||
| 25 | |||
| 26 | case "$MANFID-$FUNCID-$PRODID_1-$PRODID_2-$PRODID_3-$PRODID_4" in | ||
| 27 | '0279,950b-2-GPRS Modem---') | ||
| 28 | SERIAL_OPTS="baud_base 50400" | ||
| 29 | ;; | ||
| 30 | esac | ||
| 31 | |||
| 32 | Cc: David Woodhouse <dwmw2@infradead.org> | ||
| 33 | Signed-off-by: Andrew Morton <akpm@osdl.org> | ||
| 34 | --- | ||
| 35 | |||
| 36 | drivers/serial/8250.c | 82 +++++++++++++++++++++++++++++++++++++++----------- | ||
| 37 | 1 files changed, 64 insertions(+), 18 deletions(-) | ||
| 38 | |||
| 39 | diff -puN drivers/serial/8250.c~serial-add-support-for-non-standard-xtals-to-16c950-driver drivers/serial/8250.c | ||
| 40 | --- devel/drivers/serial/8250.c~serial-add-support-for-non-standard-xtals-to-16c950-driver 2005-09-12 03:34:57.000000000 -0700 | ||
| 41 | +++ devel-akpm/drivers/serial/8250.c 2005-09-12 03:34:57.000000000 -0700 | ||
| 42 | @@ -1653,24 +1653,58 @@ static void serial8250_shutdown(struct u | ||
| 43 | serial_unlink_irq_chain(up); | ||
| 44 | } | ||
| 45 | |||
| 46 | -static unsigned int serial8250_get_divisor(struct uart_port *port, unsigned int baud) | ||
| 47 | +static unsigned int serial8250_get_divisor(struct uart_port *port, unsigned int baud, | ||
| 48 | + unsigned int *prescaler) | ||
| 49 | { | ||
| 50 | - unsigned int quot; | ||
| 51 | - | ||
| 52 | - /* | ||
| 53 | - * Handle magic divisors for baud rates above baud_base on | ||
| 54 | - * SMSC SuperIO chips. | ||
| 55 | + /* | ||
| 56 | + * Use special handling only if user did not supply its own divider. | ||
| 57 | + * spd_cust is defined in terms of baud_base, so always use default | ||
| 58 | + * prescaler when spd_cust is requested. | ||
| 59 | */ | ||
| 60 | - if ((port->flags & UPF_MAGIC_MULTIPLIER) && | ||
| 61 | - baud == (port->uartclk/4)) | ||
| 62 | - quot = 0x8001; | ||
| 63 | - else if ((port->flags & UPF_MAGIC_MULTIPLIER) && | ||
| 64 | - baud == (port->uartclk/8)) | ||
| 65 | - quot = 0x8002; | ||
| 66 | - else | ||
| 67 | - quot = uart_get_divisor(port, baud); | ||
| 68 | |||
| 69 | - return quot; | ||
| 70 | + *prescaler = 16; | ||
| 71 | + if (baud != 38400 || (port->flags & UPF_SPD_MASK) != UPF_SPD_CUST) { | ||
| 72 | + unsigned int quot = port->uartclk / baud; | ||
| 73 | + | ||
| 74 | + /* | ||
| 75 | + * Handle magic divisors for baud rates above baud_base on | ||
| 76 | + * SMSC SuperIO chips. | ||
| 77 | + */ | ||
| 78 | + if (port->flags & UPF_MAGIC_MULTIPLIER) { | ||
| 79 | + if (quot == 4) { | ||
| 80 | + return 0x8001; | ||
| 81 | + } else if (quot == 8) { | ||
| 82 | + return 0x8002; | ||
| 83 | + } | ||
| 84 | + } | ||
| 85 | + if (port->type == PORT_16C950) { | ||
| 86 | + /* | ||
| 87 | + * This computes TCR value (4 to 16), not CPR value (which can | ||
| 88 | + * be between 1.000 and 31.875) - chip I have uses XTAL of | ||
| 89 | + * 806400Hz, and so a division by 7 is required to get 115200Bd. | ||
| 90 | + * I'm leaving CPR disabled for now, until someone will | ||
| 91 | + * hit even more exotic XTAL (it is needed to get 500kbps | ||
| 92 | + * or 1000kbps from 18.432MHz XTAL, but I have no device | ||
| 93 | + * which would benefit from doing that). | ||
| 94 | + * | ||
| 95 | + * If we can use divide by 16, use it. Otherwise look for | ||
| 96 | + * better prescaler, from 15 to 4. If quotient cannot | ||
| 97 | + * be divided by any integer value between 4 and 15, use 4. | ||
| 98 | + */ | ||
| 99 | + if (quot & 0x0F) { | ||
| 100 | + unsigned int div; | ||
| 101 | + | ||
| 102 | + for (div = 15; div > 4; div--) { | ||
| 103 | + if (quot % div == 0) { | ||
| 104 | + break; | ||
| 105 | + } | ||
| 106 | + } | ||
| 107 | + *prescaler = div; | ||
| 108 | + return quot / div; | ||
| 109 | + } | ||
| 110 | + } | ||
| 111 | + } | ||
| 112 | + return uart_get_divisor(port, baud); | ||
| 113 | } | ||
| 114 | |||
| 115 | static void | ||
| 116 | @@ -1680,7 +1714,7 @@ serial8250_set_termios(struct uart_port | ||
| 117 | struct uart_8250_port *up = (struct uart_8250_port *)port; | ||
| 118 | unsigned char cval, fcr = 0; | ||
| 119 | unsigned long flags; | ||
| 120 | - unsigned int baud, quot; | ||
| 121 | + unsigned int baud, quot, prescaler; | ||
| 122 | |||
| 123 | switch (termios->c_cflag & CSIZE) { | ||
| 124 | case CS5: | ||
| 125 | @@ -1712,8 +1746,13 @@ serial8250_set_termios(struct uart_port | ||
| 126 | /* | ||
| 127 | * Ask the core to calculate the divisor for us. | ||
| 128 | */ | ||
| 129 | - baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); | ||
| 130 | - quot = serial8250_get_divisor(port, baud); | ||
| 131 | + | ||
| 132 | + if (port->type == PORT_16C950 || (port->flags & UPF_MAGIC_MULTIPLIER)) { | ||
| 133 | + baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/4); | ||
| 134 | + } else { | ||
| 135 | + baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); | ||
| 136 | + } | ||
| 137 | + quot = serial8250_get_divisor(port, baud, &prescaler); | ||
| 138 | |||
| 139 | /* | ||
| 140 | * Oxford Semi 952 rev B workaround | ||
| 141 | @@ -1817,6 +1856,13 @@ serial8250_set_termios(struct uart_port | ||
| 142 | serial_outp(up, UART_DLM, quot >> 8); /* MS of divisor */ | ||
| 143 | |||
| 144 | /* | ||
| 145 | + * Program prescaler for 16C950 chips. | ||
| 146 | + */ | ||
| 147 | + if (up->port.type == PORT_16C950) { | ||
| 148 | + serial_icr_write(up, UART_TCR, prescaler == 16 ? 0 : prescaler); | ||
| 149 | + } | ||
| 150 | + | ||
| 151 | + /* | ||
| 152 | * LCR DLAB must be set to enable 64-byte FIFO mode. If the FCR | ||
| 153 | * is written without DLAB set, this mode will be disabled. | ||
| 154 | */ | ||
| 155 | _ | ||
diff --git a/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb b/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb new file mode 100644 index 0000000000..ae5aba8e21 --- /dev/null +++ b/openembedded/packages/linux/linux-openzaurus_2.6.14+2.6.15-rc5.bb | |||
| @@ -0,0 +1,105 @@ | |||
| 1 | include linux-openzaurus.inc | ||
| 2 | |||
| 3 | PR = "r2" | ||
| 4 | |||
| 5 | # Handy URLs | ||
| 6 | # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ | ||
| 7 | # http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.tar.gz \ | ||
| 8 | # http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.15-rc1.bz2;patch=1 \ | ||
| 9 | # http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.15-rc2-git1.bz2;patch=1 \ | ||
| 10 | # http://www.kernel.org/pub/linux/kernel/people/alan/linux-2.6/2.6.10/patch-2.6.10-ac8.gz;patch=1 \ | ||
| 11 | # http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc2/2.6.14-rc2-mm1/2.6.14-rc2-mm1.bz2;patch=1 \ | ||
| 12 | |||
| 13 | # Patches submitted upstream are towards top of this list | ||
| 14 | # Hacks should clearly named and at the bottom | ||
| 15 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.15-rc2.tar.bz2 \ | ||
| 16 | http://www.kernel.org/pub/linux/kernel/v2.6/testing/incr/patch-2.6.15-rc2-rc3.bz2;patch=1 \ | ||
| 17 | http://www.kernel.org/pub/linux/kernel/v2.6/testing/incr/patch-2.6.15-rc3-rc4.bz2;patch=1 \ | ||
| 18 | http://www.kernel.org/pub/linux/kernel/v2.6/testing/incr/patch-2.6.15-rc4-rc5.bz2;patch=1 \ | ||
| 19 | ${RPSRC}/pxa_ohci_platform-r5.patch;patch=1 \ | ||
| 20 | ${RPSRC}/pxa_ohci_suspend-r5.patch;patch=1 \ | ||
| 21 | ${RPSRC}/pxa_ohci_fixes-r0.patch;patch=1 \ | ||
| 22 | ${RPSRC}/spitz_ohci-r0.patch;patch=1 \ | ||
| 23 | ${RPSRC}/pxa_i2c_fixes-r4.patch;patch=1 \ | ||
| 24 | ${RPSRC}/ide_not_removable-r0.patch;patch=1 \ | ||
| 25 | ${RPSRC}/sharpsl_pm_move-r0.patch;patch=1 \ | ||
| 26 | ${RPSRC}/led_core-r6.patch;patch=1 \ | ||
| 27 | ${RPSRC}/led_triggers-r5.patch;patch=1 \ | ||
| 28 | ${RPSRC}/led_trig_timer-r2.patch;patch=1 \ | ||
| 29 | ${RPSRC}/led_trig_sharpsl_pm-r2.patch;patch=1 \ | ||
| 30 | ${RPSRC}/led_zaurus-r6.patch;patch=1 \ | ||
| 31 | ${RPSRC}/led_locomo-r3.patch;patch=1 \ | ||
| 32 | ${RPSRC}/led_ide-r1.patch;patch=1 \ | ||
| 33 | ${RPSRC}/led_nand-r1.patch;patch=1 \ | ||
| 34 | ${RPSRC}/pxa_timerfix-r0.patch;patch=1 \ | ||
| 35 | ${RPSRC}/pxa_rtc-r2.patch;patch=1 \ | ||
| 36 | ${RPSRC}/input_power-r4.patch;patch=1 \ | ||
| 37 | ${RPSRC}/arm_apm_pm_legacy-r1.patch;patch=1 \ | ||
| 38 | ${RPSRC}/jffs2_longfilename-r0.patch;patch=1 \ | ||
| 39 | ${RPSRC}/pxa25x_cpufreq-r0.patch;patch=1 \ | ||
| 40 | ${RPSRC}/ipaq/hx2750_base-r24.patch;patch=1 \ | ||
| 41 | ${RPSRC}/ipaq/hx2750_bl-r4.patch;patch=1 \ | ||
| 42 | ${RPSRC}/ipaq/hx2750_pcmcia-r2.patch;patch=1 \ | ||
| 43 | ${RPSRC}/ipaq/pxa_keys-r5.patch;patch=1 \ | ||
| 44 | ${RPSRC}/ipaq/tsc2101-r12.patch;patch=1 \ | ||
| 45 | ${RPSRC}/ipaq/hx2750_test1-r3.patch;patch=1 \ | ||
| 46 | ${DOSRC}/tc6393-device-r8.patch;patch=1 \ | ||
| 47 | ${DOSRC}/tc6393_nand-r7.patch;patch=1 \ | ||
| 48 | ${DOSRC}/tosa-keyboard-r9.patch;patch=1 \ | ||
| 49 | ${DOSRC}/tosa-pxaac97-r5.patch;patch=1 \ | ||
| 50 | ${DOSRC}/tosa-tc6393-r1.patch;patch=1 \ | ||
| 51 | ${DOSRC}/tosa-power-r9.patch;patch=1 \ | ||
| 52 | ${DOSRC}/tc6393fb-r9.patch;patch=1 \ | ||
| 53 | ${DOSRC}/tosa-lcd-r6.patch;patch=1 \ | ||
| 54 | ${DOSRC}/tosa-bl-r9.patch;patch=1 \ | ||
| 55 | ${DOSRC}/tosa-bluetooth-r2.patch;patch=1 \ | ||
| 56 | ${RPSRC}/pcmcia_dev_ids-r2.patch;patch=1 \ | ||
| 57 | ${RPSRC}/mmc_timeout-r0.patch;patch=1 \ | ||
| 58 | ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \ | ||
| 59 | ${RPSRC}/alsa/alsa-soc-0.8.patch;patch=1 \ | ||
| 60 | ${RPSRC}/alsa/alsa-soc-0.8-0.8.1.patch;patch=1 \ | ||
| 61 | ${RPSRC}/alsa/alsa-soc-0.8.1-0.9rc1.patch;patch=1 \ | ||
| 62 | ${RPSRC}/alsa/alsa-soc-0.9rc1-rc2.patch;patch=1 \ | ||
| 63 | ${RPSRC}/alsa/alsa-soc-0.9rc2-rc4.patch;patch=1 \ | ||
| 64 | ${RPSRC}/alsa/alsa-soc-0.9rc4-rc5.patch;patch=1 \ | ||
| 65 | ${RPSRC}/alsa/alsa-soc-0.9rc5-rc6.patch;patch=1 \ | ||
| 66 | ${RPSRC}/alsa_soc_rpupdate7-r2.patch;patch=1 \ | ||
| 67 | ${RPSRC}/alsa_soc_rpupdate8-r0.patch;patch=1 \ | ||
| 68 | ${RPSRC}/alsa_soc_rpupdate9-r0.patch;patch=1 \ | ||
| 69 | ${RPSRC}/pm_changes-r0.patch;patch=1 \ | ||
| 70 | file://add-oz-release-string.patch;patch=1 \ | ||
| 71 | file://pxa-serial-hack.patch;patch=1 \ | ||
| 72 | ${RPSRC}/jl1/pxa-linking-bug.patch;patch=1 \ | ||
| 73 | file://dtl1_cs-add-socket-revE.patch;patch=1 \ | ||
| 74 | file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ | ||
| 75 | file://connectplus-remove-ide-HACK.patch;patch=1 \ | ||
| 76 | file://defconfig-c7x0 \ | ||
| 77 | file://defconfig-ipaq-pxa270 \ | ||
| 78 | file://defconfig-collie \ | ||
| 79 | file://defconfig-poodle \ | ||
| 80 | file://defconfig-cxx00 \ | ||
| 81 | file://defconfig-tosa " | ||
| 82 | |||
| 83 | # Old things we don't care about anymore | ||
| 84 | # ${RPSRC}/corgi_snd-r14.patch;patch=1 \ | ||
| 85 | # file://add-elpp-stuff.patch;patch=1 | ||
| 86 | |||
| 87 | # These patches would really help collie/poodle but we | ||
| 88 | # need someone to maintain them | ||
| 89 | # ${JLSRC}/zaurus-lcd-2.6.11.diff.gz;patch=1 | ||
| 90 | # (Pavel Machek's git tree has updated versions of this?) | ||
| 91 | # Also parts were recently committed to mainline by rmk (drivers/mfd/) | ||
| 92 | # ${JLSRC}/zaurus-base-2.6.11.diff.gz;patch=1 | ||
| 93 | # (This is mostly in mainline now?) | ||
| 94 | # ${JLSRC}/zaurus-local-2.6.11.diff.gz;patch=1 \ | ||
| 95 | # ${JLSRC}/zaurus-leds-2.6.11.diff.gz;patch=1 \ | ||
| 96 | |||
| 97 | SRC_URI_append_tosa = "${DOSRC}/nand-readid-r1.patch;patch=1 \ | ||
| 98 | ${DOSRC}/ac97codec-rename-revert-r0.patch;patch=1 \ | ||
| 99 | ${DOSRC}/wm97xx-touch-lg2-r0.patch;patch=1 \ | ||
| 100 | ${DOSRC}/wm9712-pm-r0.patch;patch=1 " | ||
| 101 | |||
| 102 | S = "${WORKDIR}/linux-2.6.15-rc2" | ||
| 103 | |||
| 104 | # to get module dependencies working | ||
| 105 | KERNEL_RELEASE = "2.6.15-rc5" | ||
