1# 2# Automatically generated make config: don't edit 3# Linux kernel version: 2.6.15 4# Mon Jan 9 20:54:30 2006 5# 6CONFIG_ARM=y 7CONFIG_MMU=y 8CONFIG_UID16=y 9CONFIG_RWSEM_GENERIC_SPINLOCK=y 10CONFIG_GENERIC_CALIBRATE_DELAY=y 11 12# 13# Code maturity level options 14# 15CONFIG_EXPERIMENTAL=y 16CONFIG_CLEAN_COMPILE=y 17CONFIG_BROKEN_ON_SMP=y 18CONFIG_INIT_ENV_ARG_LIMIT=32 19 20# 21# General setup 22# 23CONFIG_LOCALVERSION="" 24CONFIG_LOCALVERSION_AUTO=y 25# CONFIG_SWAP is not set 26CONFIG_SYSVIPC=y 27# CONFIG_POSIX_MQUEUE is not set 28# CONFIG_BSD_PROCESS_ACCT is not set 29CONFIG_SYSCTL=y 30# CONFIG_AUDIT is not set 31CONFIG_HOTPLUG=y 32CONFIG_KOBJECT_UEVENT=y 33# CONFIG_IKCONFIG is not set 34CONFIG_INITRAMFS_SOURCE="" 35CONFIG_CC_OPTIMIZE_FOR_SIZE=y 36# CONFIG_EMBEDDED is not set 37CONFIG_KALLSYMS=y 38# CONFIG_KALLSYMS_ALL is not set 39# CONFIG_KALLSYMS_EXTRA_PASS is not set 40CONFIG_PRINTK=y 41CONFIG_BUG=y 42CONFIG_BASE_FULL=y 43CONFIG_FUTEX=y 44CONFIG_EPOLL=y 45CONFIG_SHMEM=y 46CONFIG_CC_ALIGN_FUNCTIONS=0 47CONFIG_CC_ALIGN_LABELS=0 48CONFIG_CC_ALIGN_LOOPS=0 49CONFIG_CC_ALIGN_JUMPS=0 50# CONFIG_TINY_SHMEM is not set 51CONFIG_BASE_SMALL=0 52 53# 54# Loadable module support 55# 56CONFIG_MODULES=y 57CONFIG_MODULE_UNLOAD=y 58# CONFIG_MODULE_FORCE_UNLOAD is not set 59CONFIG_OBSOLETE_MODPARM=y 60# CONFIG_MODVERSIONS is not set 61# CONFIG_MODULE_SRCVERSION_ALL is not set 62CONFIG_KMOD=y 63 64# 65# Block layer 66# 67 68# 69# IO Schedulers 70# 71CONFIG_IOSCHED_NOOP=y 72CONFIG_IOSCHED_AS=y 73# CONFIG_IOSCHED_DEADLINE is not set 74# CONFIG_IOSCHED_CFQ is not set 75CONFIG_DEFAULT_AS=y 76# CONFIG_DEFAULT_DEADLINE is not set 77# CONFIG_DEFAULT_CFQ is not set 78# CONFIG_DEFAULT_NOOP is not set 79CONFIG_DEFAULT_IOSCHED="anticipatory" 80 81# 82# System Type 83# 84# CONFIG_ARCH_CLPS7500 is not set 85# CONFIG_ARCH_CLPS711X is not set 86# CONFIG_ARCH_CO285 is not set 87# CONFIG_ARCH_EBSA110 is not set 88# CONFIG_ARCH_FOOTBRIDGE is not set 89# CONFIG_ARCH_INTEGRATOR is not set 90# CONFIG_ARCH_IOP3XX is not set 91# CONFIG_ARCH_IXP4XX is not set 92# CONFIG_ARCH_IXP2000 is not set 93# CONFIG_ARCH_L7200 is not set 94# CONFIG_ARCH_PXA is not set 95# CONFIG_ARCH_RPC is not set 96# CONFIG_ARCH_SA1100 is not set 97# CONFIG_ARCH_S3C2410 is not set 98# CONFIG_ARCH_SHARK is not set 99# CONFIG_ARCH_LH7A40X is not set 100# CONFIG_ARCH_OMAP is not set 101# CONFIG_ARCH_VERSATILE is not set 102# CONFIG_ARCH_REALVIEW is not set 103# CONFIG_ARCH_IMX is not set 104# CONFIG_ARCH_H720X is not set 105# CONFIG_ARCH_AAEC2000 is not set 106CONFIG_ARCH_AT91=y 107CONFIG_ARCH_AT91RM9200=y 108 109# 110# AT91RM9200 Implementations 111# 112 113# 114# AT91RM9200 Board Type 115# 116CONFIG_ARCH_AT91RM9200DK=y 117# CONFIG_MACH_AT91RM9200EK is not set 118# CONFIG_MACH_CSB337 is not set 119# CONFIG_MACH_CSB637 is not set 120# CONFIG_MACH_CARMEVA is not set 121# CONFIG_MACH_KB9200 is not set 122# CONFIG_MACH_ATEB9200 is not set 123 124# 125# AT91RM9200 Feature Selections 126# 127CONFIG_AT91_PROGRAMMABLE_CLOCKS=y 128 129# 130# Processor Type 131# 132CONFIG_CPU_32=y 133CONFIG_CPU_ARM920T=y 134CONFIG_CPU_32v4=y 135CONFIG_CPU_ABRT_EV4T=y 136CONFIG_CPU_CACHE_V4WT=y 137CONFIG_CPU_CACHE_VIVT=y 138CONFIG_CPU_COPY_V4WB=y 139CONFIG_CPU_TLB_V4WBI=y 140 141# 142# Processor Features 143# 144# CONFIG_ARM_THUMB is not set 145# CONFIG_CPU_ICACHE_DISABLE is not set 146# CONFIG_CPU_DCACHE_DISABLE is not set 147# CONFIG_CPU_DCACHE_WRITETHROUGH is not set 148 149# 150# Bus support 151# 152CONFIG_ISA_DMA_API=y 153 154# 155# PCCARD (PCMCIA/CardBus) support 156# 157CONFIG_PCCARD=y 158# CONFIG_PCMCIA_DEBUG is not set 159CONFIG_PCMCIA=y 160CONFIG_PCMCIA_LOAD_CIS=y 161CONFIG_PCMCIA_IOCTL=y 162 163# 164# PC-card bridges 165# 166CONFIG_AT91_CF=y 167 168# 169# Kernel Features 170# 171# CONFIG_PREEMPT is not set 172# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set 173CONFIG_SELECT_MEMORY_MODEL=y 174CONFIG_FLATMEM_MANUAL=y 175# CONFIG_DISCONTIGMEM_MANUAL is not set 176# CONFIG_SPARSEMEM_MANUAL is not set 177CONFIG_FLATMEM=y 178CONFIG_FLAT_NODE_MEM_MAP=y 179# CONFIG_SPARSEMEM_STATIC is not set 180CONFIG_SPLIT_PTLOCK_CPUS=4096 181CONFIG_LEDS=y 182CONFIG_LEDS_TIMER=y 183# CONFIG_LEDS_CPU is not set 184CONFIG_ALIGNMENT_TRAP=y 185 186# 187# Boot options 188# 189CONFIG_ZBOOT_ROM_TEXT=0x0 190CONFIG_ZBOOT_ROM_BSS=0x0 191CONFIG_CMDLINE="mem=32M console=ttyS0,115200 initrd=0x20410000,3145728 root=/dev/ram0 rw" 192# CONFIG_XIP_KERNEL is not set 193 194# 195# Floating point emulation 196# 197 198# 199# At least one emulation must be selected 200# 201CONFIG_FPE_NWFPE=y 202# CONFIG_FPE_NWFPE_XP is not set 203# CONFIG_FPE_FASTFPE is not set 204 205# 206# Userspace binary formats 207# 208CONFIG_BINFMT_ELF=y 209# CONFIG_BINFMT_AOUT is not set 210# CONFIG_BINFMT_MISC is not set 211# CONFIG_ARTHUR is not set 212 213# 214# Power management options 215# 216# CONFIG_PM is not set 217 218# 219# Networking 220# 221CONFIG_NET=y 222 223# 224# Networking options 225# 226CONFIG_PACKET=y 227# CONFIG_PACKET_MMAP is not set 228CONFIG_UNIX=y 229# CONFIG_NET_KEY is not set 230CONFIG_INET=y 231# CONFIG_IP_MULTICAST is not set 232# CONFIG_IP_ADVANCED_ROUTER is not set 233CONFIG_IP_FIB_HASH=y 234CONFIG_IP_PNP=y 235# CONFIG_IP_PNP_DHCP is not set 236CONFIG_IP_PNP_BOOTP=y 237# CONFIG_IP_PNP_RARP is not set 238# CONFIG_NET_IPIP is not set 239# CONFIG_NET_IPGRE is not set 240# CONFIG_ARPD is not set 241# CONFIG_SYN_COOKIES is not set 242# CONFIG_INET_AH is not set 243# CONFIG_INET_ESP is not set 244# CONFIG_INET_IPCOMP is not set 245# CONFIG_INET_TUNNEL is not set 246CONFIG_INET_DIAG=y 247CONFIG_INET_TCP_DIAG=y 248# CONFIG_TCP_CONG_ADVANCED is not set 249CONFIG_TCP_CONG_BIC=y 250# CONFIG_IPV6 is not set 251# CONFIG_NETFILTER is not set 252 253# 254# DCCP Configuration (EXPERIMENTAL) 255# 256# CONFIG_IP_DCCP is not set 257 258# 259# SCTP Configuration (EXPERIMENTAL) 260# 261# CONFIG_IP_SCTP is not set 262# CONFIG_ATM is not set 263# CONFIG_BRIDGE is not set 264# CONFIG_VLAN_8021Q is not set 265# CONFIG_DECNET is not set 266# CONFIG_LLC2 is not set 267# CONFIG_IPX is not set 268# CONFIG_ATALK is not set 269# CONFIG_X25 is not set 270# CONFIG_LAPB is not set 271# CONFIG_NET_DIVERT is not set 272# CONFIG_ECONET is not set 273# CONFIG_WAN_ROUTER is not set 274 275# 276# QoS and/or fair queueing 277# 278# CONFIG_NET_SCHED is not set 279 280# 281# Network testing 282# 283# CONFIG_NET_PKTGEN is not set 284# CONFIG_HAMRADIO is not set 285# CONFIG_IRDA is not set 286# CONFIG_BT is not set 287# CONFIG_IEEE80211 is not set 288 289# 290# Device Drivers 291# 292 293# 294# Generic Driver Options 295# 296CONFIG_STANDALONE=y 297CONFIG_PREVENT_FIRMWARE_BUILD=y 298CONFIG_FW_LOADER=y 299# CONFIG_DEBUG_DRIVER is not set 300 301# 302# Connector - unified userspace <-> kernelspace linker 303# 304# CONFIG_CONNECTOR is not set 305 306# 307# Memory Technology Devices (MTD) 308# 309CONFIG_MTD=y 310# CONFIG_MTD_DEBUG is not set 311# CONFIG_MTD_CONCAT is not set 312CONFIG_MTD_PARTITIONS=y 313# CONFIG_MTD_REDBOOT_PARTS is not set 314CONFIG_MTD_CMDLINE_PARTS=y 315# CONFIG_MTD_AFS_PARTS is not set 316 317# 318# User Modules And Translation Layers 319# 320CONFIG_MTD_CHAR=y 321CONFIG_MTD_BLOCK=y 322# CONFIG_FTL is not set 323# CONFIG_NFTL is not set 324# CONFIG_INFTL is not set 325# CONFIG_RFD_FTL is not set 326 327# 328# RAM/ROM/Flash chip drivers 329# 330CONFIG_MTD_CFI=y 331CONFIG_MTD_JEDECPROBE=y 332CONFIG_MTD_GEN_PROBE=y 333# CONFIG_MTD_CFI_ADV_OPTIONS is not set 334CONFIG_MTD_MAP_BANK_WIDTH_1=y 335CONFIG_MTD_MAP_BANK_WIDTH_2=y 336CONFIG_MTD_MAP_BANK_WIDTH_4=y 337# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 338# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 339# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 340CONFIG_MTD_CFI_I1=y 341CONFIG_MTD_CFI_I2=y 342# CONFIG_MTD_CFI_I4 is not set 343# CONFIG_MTD_CFI_I8 is not set 344# CONFIG_MTD_CFI_INTELEXT is not set 345CONFIG_MTD_CFI_AMDSTD=y 346CONFIG_MTD_CFI_AMDSTD_RETRY=0 347# CONFIG_MTD_CFI_STAA is not set 348CONFIG_MTD_CFI_UTIL=y 349# CONFIG_MTD_RAM is not set 350# CONFIG_MTD_ROM is not set 351# CONFIG_MTD_ABSENT 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 358CONFIG_MTD_PHYSMAP=y 359CONFIG_MTD_PHYSMAP_START=0 360CONFIG_MTD_PHYSMAP_LEN=0 361CONFIG_MTD_PHYSMAP_BANKWIDTH=0 362# CONFIG_MTD_ARM_INTEGRATOR is not set 363# CONFIG_MTD_IMPA7 is not set 364# CONFIG_MTD_PLATRAM is not set 365 366# 367# Self-contained MTD device drivers 368# 369# CONFIG_MTD_SLRAM is not set 370# CONFIG_MTD_PHRAM is not set 371# CONFIG_MTD_MTDRAM is not set 372# CONFIG_MTD_BLKMTD is not set 373# CONFIG_MTD_BLOCK2MTD is not set 374 375# 376# Disk-On-Chip Device Drivers 377# 378# CONFIG_MTD_DOC2000 is not set 379# CONFIG_MTD_DOC2001 is not set 380# CONFIG_MTD_DOC2001PLUS is not set 381CONFIG_MTD_AT91_DATAFLASH=y 382# CONFIG_MTD_AT91_DATAFLASH_CARD is not set 383 384# 385# NAND Flash Device Drivers 386# 387# CONFIG_MTD_NAND is not set 388 389# 390# OneNAND Flash Device Drivers 391# 392# CONFIG_MTD_ONENAND is not set 393 394# 395# Parallel port support 396# 397# CONFIG_PARPORT is not set 398 399# 400# Plug and Play support 401# 402 403# 404# Block devices 405# 406# CONFIG_BLK_DEV_COW_COMMON is not set 407# CONFIG_BLK_DEV_LOOP is not set 408# CONFIG_BLK_DEV_NBD is not set 409# CONFIG_BLK_DEV_UB is not set 410CONFIG_BLK_DEV_RAM=y 411CONFIG_BLK_DEV_RAM_COUNT=16 412CONFIG_BLK_DEV_RAM_SIZE=8192 413CONFIG_BLK_DEV_INITRD=y 414# CONFIG_CDROM_PKTCDVD is not set 415# CONFIG_ATA_OVER_ETH is not set 416 417# 418# ATA/ATAPI/MFM/RLL support 419# 420# CONFIG_IDE is not set 421 422# 423# SCSI device support 424# 425# CONFIG_RAID_ATTRS is not set 426# CONFIG_SCSI is not set 427 428# 429# Multi-device support (RAID and LVM) 430# 431# CONFIG_MD is not set 432 433# 434# Fusion MPT device support 435# 436# CONFIG_FUSION is not set 437 438# 439# IEEE 1394 (FireWire) support 440# 441 442# 443# I2O device support 444# 445 446# 447# Network device support 448# 449CONFIG_NETDEVICES=y 450# CONFIG_DUMMY is not set 451# CONFIG_BONDING is not set 452# CONFIG_EQUALIZER is not set 453# CONFIG_TUN is not set 454 455# 456# PHY device support 457# 458# CONFIG_PHYLIB is not set 459 460# 461# Ethernet (10 or 100Mbit) 462# 463CONFIG_NET_ETHERNET=y 464CONFIG_MII=y 465CONFIG_ARM_AT91_ETHER=y 466# CONFIG_SMC91X is not set 467# CONFIG_DM9000 is not set 468 469# 470# Ethernet (1000 Mbit) 471# 472 473# 474# Ethernet (10000 Mbit) 475# 476 477# 478# Token Ring devices 479# 480 481# 482# Wireless LAN (non-hamradio) 483# 484# CONFIG_NET_RADIO is not set 485 486# 487# PCMCIA network device support 488# 489# CONFIG_NET_PCMCIA is not set 490 491# 492# Wan interfaces 493# 494# CONFIG_WAN is not set 495# CONFIG_PPP is not set 496# CONFIG_SLIP is not set 497# CONFIG_SHAPER is not set 498# CONFIG_NETCONSOLE is not set 499# CONFIG_NETPOLL is not set 500# CONFIG_NET_POLL_CONTROLLER is not set 501 502# 503# ISDN subsystem 504# 505# CONFIG_ISDN is not set 506 507# 508# Input device support 509# 510CONFIG_INPUT=y 511 512# 513# Userland interfaces 514# 515CONFIG_INPUT_MOUSEDEV=y 516# CONFIG_INPUT_MOUSEDEV_PSAUX is not set 517CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 518CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 519# CONFIG_INPUT_JOYDEV is not set 520# CONFIG_INPUT_TSDEV is not set 521# CONFIG_INPUT_EVDEV is not set 522# CONFIG_INPUT_EVBUG is not set 523 524# 525# Input Device Drivers 526# 527# CONFIG_INPUT_KEYBOARD is not set 528# CONFIG_INPUT_MOUSE is not set 529# CONFIG_INPUT_JOYSTICK is not set 530# CONFIG_INPUT_TOUCHSCREEN is not set 531# CONFIG_INPUT_MISC is not set 532 533# 534# Hardware I/O ports 535# 536# CONFIG_SERIO is not set 537# CONFIG_GAMEPORT is not set 538 539# 540# Character devices 541# 542CONFIG_VT=y 543CONFIG_VT_CONSOLE=y 544CONFIG_HW_CONSOLE=y 545# CONFIG_SERIAL_NONSTANDARD is not set 546 547# 548# Serial drivers 549# 550# CONFIG_SERIAL_8250 is not set 551 552# 553# Non-8250 serial port support 554# 555CONFIG_SERIAL_ATMEL=y 556CONFIG_SERIAL_ATMEL_CONSOLE=y 557# CONFIG_SERIAL_ATMEL_TTYAT is not set 558CONFIG_SERIAL_CORE=y 559CONFIG_SERIAL_CORE_CONSOLE=y 560CONFIG_UNIX98_PTYS=y 561CONFIG_LEGACY_PTYS=y 562CONFIG_LEGACY_PTY_COUNT=256 563 564# 565# IPMI 566# 567# CONFIG_IPMI_HANDLER is not set 568 569# 570# Watchdog Cards 571# 572CONFIG_WATCHDOG=y 573CONFIG_WATCHDOG_NOWAYOUT=y 574 575# 576# Watchdog Device Drivers 577# 578# CONFIG_SOFT_WATCHDOG is not set 579CONFIG_AT91RM9200_WATCHDOG=y 580 581# 582# USB-based Watchdog Cards 583# 584# CONFIG_USBPCWATCHDOG is not set 585# CONFIG_NVRAM is not set 586# CONFIG_RTC is not set 587CONFIG_RTC_LIB=y 588CONFIG_RTC_CLASS=y 589CONFIG_RTC_DRV_AT91RM9200=y 590# CONFIG_DTLK is not set 591# CONFIG_R3964 is not set 592 593# 594# Ftape, the floppy tape device driver 595# 596 597# 598# PCMCIA character devices 599# 600# CONFIG_SYNCLINK_CS is not set 601# CONFIG_CARDMAN_4000 is not set 602# CONFIG_CARDMAN_4040 is not set 603# CONFIG_RAW_DRIVER is not set 604 605# 606# TPM devices 607# 608# CONFIG_TCG_TPM is not set 609# CONFIG_TELCLOCK is not set 610CONFIG_AT91_SPI=y 611CONFIG_AT91_SPIDEV=y 612 613# 614# I2C support 615# 616CONFIG_I2C=y 617CONFIG_I2C_CHARDEV=y 618 619# 620# I2C Algorithms 621# 622CONFIG_I2C_ALGOBIT=y 623# CONFIG_I2C_ALGOPCF is not set 624# CONFIG_I2C_ALGOPCA is not set 625 626# 627# I2C Hardware Bus support 628# 629CONFIG_I2C_GPIO=y 630# CONFIG_I2C_PARPORT_LIGHT is not set 631# CONFIG_I2C_STUB is not set 632# CONFIG_I2C_PCA_ISA is not set 633 634# 635# Miscellaneous I2C Chip support 636# 637# CONFIG_SENSORS_DS1337 is not set 638# CONFIG_SENSORS_DS1374 is not set 639# CONFIG_EEPROM_LEGACY is not set 640# CONFIG_SENSORS_PCF8574 is not set 641# CONFIG_SENSORS_PCA9539 is not set 642# CONFIG_SENSORS_PCF8591 is not set 643# CONFIG_SENSORS_RTC8564 is not set 644# CONFIG_SENSORS_MAX6875 is not set 645# CONFIG_RTC_X1205_I2C is not set 646# CONFIG_I2C_DEBUG_CORE is not set 647# CONFIG_I2C_DEBUG_ALGO is not set 648# CONFIG_I2C_DEBUG_BUS is not set 649# CONFIG_I2C_DEBUG_CHIP is not set 650 651# 652# Hardware Monitoring support 653# 654CONFIG_HWMON=y 655# CONFIG_HWMON_VID is not set 656# CONFIG_SENSORS_ADM1021 is not set 657# CONFIG_SENSORS_ADM1025 is not set 658# CONFIG_SENSORS_ADM1026 is not set 659# CONFIG_SENSORS_ADM1031 is not set 660# CONFIG_SENSORS_ADM9240 is not set 661# CONFIG_SENSORS_ASB100 is not set 662# CONFIG_SENSORS_ATXP1 is not set 663# CONFIG_SENSORS_DS1621 is not set 664# CONFIG_SENSORS_FSCHER is not set 665# CONFIG_SENSORS_FSCPOS is not set 666# CONFIG_SENSORS_GL518SM is not set 667# CONFIG_SENSORS_GL520SM is not set 668# CONFIG_SENSORS_IT87 is not set 669# CONFIG_SENSORS_LM63 is not set 670# CONFIG_SENSORS_LM75 is not set 671# CONFIG_SENSORS_LM77 is not set 672# CONFIG_SENSORS_LM78 is not set 673# CONFIG_SENSORS_LM80 is not set 674# CONFIG_SENSORS_LM83 is not set 675# CONFIG_SENSORS_LM85 is not set 676# CONFIG_SENSORS_LM87 is not set 677# CONFIG_SENSORS_LM90 is not set 678# CONFIG_SENSORS_LM92 is not set 679# CONFIG_SENSORS_MAX1619 is not set 680# CONFIG_SENSORS_PC87360 is not set 681# CONFIG_SENSORS_SMSC47M1 is not set 682# CONFIG_SENSORS_SMSC47B397 is not set 683# CONFIG_SENSORS_W83781D is not set 684# CONFIG_SENSORS_W83792D is not set 685# CONFIG_SENSORS_W83L785TS is not set 686# CONFIG_SENSORS_W83627HF is not set 687# CONFIG_SENSORS_W83627EHF is not set 688# CONFIG_HWMON_DEBUG_CHIP is not set 689 690# 691# Misc devices 692# 693 694# 695# Multimedia Capabilities Port drivers 696# 697 698# 699# Multimedia devices 700# 701# CONFIG_VIDEO_DEV is not set 702 703# 704# Digital Video Broadcasting Devices 705# 706# CONFIG_DVB is not set 707 708# 709# Graphics support 710# 711# CONFIG_FB is not set 712 713# 714# Console display driver support 715# 716# CONFIG_VGA_CONSOLE is not set 717CONFIG_DUMMY_CONSOLE=y 718 719# 720# Sound 721# 722# CONFIG_SOUND is not set 723 724# 725# USB support 726# 727CONFIG_USB_ARCH_HAS_HCD=y 728CONFIG_USB_ARCH_HAS_OHCI=y 729CONFIG_USB=y 730CONFIG_USB_DEBUG=y 731 732# 733# Miscellaneous USB options 734# 735CONFIG_USB_DEVICEFS=y 736# CONFIG_USB_BANDWIDTH is not set 737# CONFIG_USB_DYNAMIC_MINORS is not set 738# CONFIG_USB_OTG is not set 739 740# 741# USB Host Controller Drivers 742# 743# CONFIG_USB_ISP116X_HCD is not set 744CONFIG_USB_OHCI_HCD=y 745# CONFIG_USB_OHCI_BIG_ENDIAN is not set 746CONFIG_USB_OHCI_LITTLE_ENDIAN=y 747# CONFIG_USB_SL811_HCD is not set 748 749# 750# USB Device Class drivers 751# 752# CONFIG_USB_ACM is not set 753# CONFIG_USB_PRINTER is not set 754 755# 756# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 757# 758 759# 760# may also be needed; see USB_STORAGE Help for more information 761# 762# CONFIG_USB_STORAGE is not set 763 764# 765# USB Input Devices 766# 767# CONFIG_USB_HID is not set 768 769# 770# USB HID Boot Protocol drivers 771# 772# CONFIG_USB_KBD is not set 773# CONFIG_USB_MOUSE is not set 774# CONFIG_USB_AIPTEK is not set 775# CONFIG_USB_WACOM is not set 776# CONFIG_USB_ACECAD is not set 777# CONFIG_USB_KBTAB is not set 778# CONFIG_USB_POWERMATE is not set 779# CONFIG_USB_MTOUCH is not set 780# CONFIG_USB_ITMTOUCH is not set 781# CONFIG_USB_EGALAX is not set 782# CONFIG_USB_YEALINK is not set 783# CONFIG_USB_XPAD is not set 784# CONFIG_USB_ATI_REMOTE is not set 785# CONFIG_USB_KEYSPAN_REMOTE is not set 786# CONFIG_USB_APPLETOUCH is not set 787 788# 789# USB Imaging devices 790# 791# CONFIG_USB_MDC800 is not set 792 793# 794# USB Multimedia devices 795# 796# CONFIG_USB_DABUSB is not set 797 798# 799# Video4Linux support is needed for USB Multimedia device support 800# 801 802# 803# USB Network Adapters 804# 805# CONFIG_USB_CATC is not set 806# CONFIG_USB_KAWETH is not set 807# CONFIG_USB_PEGASUS is not set 808# CONFIG_USB_RTL8150 is not set 809# CONFIG_USB_USBNET is not set 810CONFIG_USB_MON=y 811 812# 813# USB port drivers 814# 815 816# 817# USB Serial Converter support 818# 819# CONFIG_USB_SERIAL is not set 820 821# 822# USB Miscellaneous drivers 823# 824# CONFIG_USB_EMI62 is not set 825# CONFIG_USB_EMI26 is not set 826# CONFIG_USB_AUERSWALD is not set 827# CONFIG_USB_RIO500 is not set 828# CONFIG_USB_LEGOTOWER is not set 829# CONFIG_USB_LCD is not set 830# CONFIG_USB_LED is not set 831# CONFIG_USB_CYTHERM is not set 832# CONFIG_USB_PHIDGETKIT is not set 833# CONFIG_USB_PHIDGETSERVO is not set 834# CONFIG_USB_IDMOUSE is not set 835# CONFIG_USB_LD is not set 836# CONFIG_USB_TEST is not set 837 838# 839# USB DSL modem support 840# 841 842# 843# USB Gadget Support 844# 845CONFIG_USB_GADGET=y 846# CONFIG_USB_GADGET_DEBUG_FILES is not set 847CONFIG_USB_GADGET_SELECTED=y 848# CONFIG_USB_GADGET_NET2280 is not set 849# CONFIG_USB_GADGET_PXA2XX is not set 850# CONFIG_USB_GADGET_GOKU is not set 851# CONFIG_USB_GADGET_LH7A40X is not set 852# CONFIG_USB_GADGET_OMAP is not set 853CONFIG_USB_GADGET_AT91=y 854CONFIG_USB_AT91=y 855# CONFIG_USB_GADGET_DUMMY_HCD is not set 856# CONFIG_USB_GADGET_DUALSPEED is not set 857# CONFIG_USB_ZERO is not set 858# CONFIG_USB_ETH is not set 859# CONFIG_USB_GADGETFS is not set 860# CONFIG_USB_FILE_STORAGE is not set 861# CONFIG_USB_G_SERIAL is not set 862 863# 864# MMC/SD Card support 865# 866CONFIG_MMC=y 867# CONFIG_MMC_DEBUG is not set 868CONFIG_MMC_BLOCK=y 869# CONFIG_MMC_WBSD is not set 870CONFIG_MMC_AT91RM9200=y 871 872# 873# File systems 874# 875CONFIG_EXT2_FS=y 876# CONFIG_EXT2_FS_XATTR is not set 877# CONFIG_EXT2_FS_XIP is not set 878# CONFIG_EXT3_FS is not set 879# CONFIG_JBD is not set 880# CONFIG_REISERFS_FS is not set 881# CONFIG_JFS_FS is not set 882# CONFIG_FS_POSIX_ACL is not set 883# CONFIG_XFS_FS is not set 884# CONFIG_MINIX_FS is not set 885# CONFIG_ROMFS_FS is not set 886CONFIG_INOTIFY=y 887# CONFIG_QUOTA is not set 888CONFIG_DNOTIFY=y 889# CONFIG_AUTOFS_FS is not set 890# CONFIG_AUTOFS4_FS is not set 891# CONFIG_FUSE_FS is not set 892 893# 894# CD-ROM/DVD Filesystems 895# 896# CONFIG_ISO9660_FS is not set 897# CONFIG_UDF_FS is not set 898 899# 900# DOS/FAT/NT Filesystems 901# 902# CONFIG_MSDOS_FS is not set 903# CONFIG_VFAT_FS is not set 904# CONFIG_NTFS_FS is not set 905 906# 907# Pseudo filesystems 908# 909CONFIG_PROC_FS=y 910CONFIG_SYSFS=y 911CONFIG_TMPFS=y 912# CONFIG_HUGETLB_PAGE is not set 913CONFIG_RAMFS=y 914# CONFIG_RELAYFS_FS is not set 915 916# 917# Miscellaneous filesystems 918# 919# CONFIG_ADFS_FS is not set 920# CONFIG_AFFS_FS is not set 921# CONFIG_HFS_FS is not set 922# CONFIG_HFSPLUS_FS is not set 923# CONFIG_BEFS_FS is not set 924# CONFIG_BFS_FS is not set 925# CONFIG_EFS_FS is not set 926# CONFIG_JFFS_FS is not set 927# CONFIG_JFFS2_FS is not set 928CONFIG_CRAMFS=y 929# CONFIG_VXFS_FS is not set 930# CONFIG_HPFS_FS is not set 931# CONFIG_QNX4FS_FS is not set 932# CONFIG_SYSV_FS is not set 933# CONFIG_UFS_FS is not set 934 935# 936# Network File Systems 937# 938# CONFIG_NFS_FS is not set 939# CONFIG_NFSD is not set 940# CONFIG_SMB_FS is not set 941# CONFIG_CIFS is not set 942# CONFIG_NCP_FS is not set 943# CONFIG_CODA_FS is not set 944# CONFIG_AFS_FS is not set 945# CONFIG_9P_FS is not set 946 947# 948# Partition Types 949# 950# CONFIG_PARTITION_ADVANCED is not set 951CONFIG_MSDOS_PARTITION=y 952 953# 954# Native Language Support 955# 956# CONFIG_NLS is not set 957 958# 959# Profiling support 960# 961# CONFIG_PROFILING is not set 962 963# 964# Kernel hacking 965# 966# CONFIG_PRINTK_TIME is not set 967CONFIG_DEBUG_KERNEL=y 968# CONFIG_MAGIC_SYSRQ is not set 969CONFIG_LOG_BUF_SHIFT=14 970CONFIG_DETECT_SOFTLOCKUP=y 971# CONFIG_SCHEDSTATS is not set 972# CONFIG_DEBUG_SLAB is not set 973# CONFIG_DEBUG_SPINLOCK is not set 974# CONFIG_DEBUG_SPINLOCK_SLEEP is not set 975# CONFIG_DEBUG_KOBJECT is not set 976CONFIG_DEBUG_BUGVERBOSE=y 977# CONFIG_DEBUG_INFO is not set 978# CONFIG_DEBUG_FS is not set 979# CONFIG_DEBUG_VM is not set 980CONFIG_FRAME_POINTER=y 981# CONFIG_RCU_TORTURE_TEST is not set 982CONFIG_DEBUG_USER=y 983# CONFIG_DEBUG_ERRORS is not set 984CONFIG_DEBUG_LL=y 985# CONFIG_DEBUG_ICEDCC is not set 986 987# 988# Security options 989# 990# CONFIG_KEYS is not set 991# CONFIG_SECURITY is not set 992 993# 994# Cryptographic options 995# 996# CONFIG_CRYPTO is not set 997 998# 999# Hardware crypto devices 1000# 1001 1002# 1003# Library routines 1004# 1005# CONFIG_CRC_CCITT is not set 1006# CONFIG_CRC16 is not set 1007CONFIG_CRC32=y 1008# CONFIG_LIBCRC32C is not set 1009CONFIG_ZLIB_INFLATE=y 1010