···13621362 min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this13631363 physical address is ignored.1364136413651365+ mini2440= [ARM,HW,KNL]13661366+ Format:[0..2][b][c][t]13671367+ Default: "0tb"13681368+ MINI2440 configuration specification:13691369+ 0 - The attached screen is the 3.5" TFT13701370+ 1 - The attached screen is the 7" TFT13711371+ 2 - The VGA Shield is attached (1024x768)13721372+ Leaving out the screen size parameter will not load13731373+ the TFT driver, and the framebuffer will be left13741374+ unconfigured.13751375+ b - Enable backlight. The TFT backlight pin will be13761376+ linked to the kernel VESA blanking code and a GPIO13771377+ LED. This parameter is not necessary when using the13781378+ VGA shield.13791379+ c - Enable the s3c camera interface.13801380+ t - Reserved for enabling touchscreen support. The13811381+ touchscreen support is not enabled in the mainstream13821382+ kernel as of 2.6.30, a preliminary port can be found13831383+ in the "bleeding edge" mini2440 support kernel at13841384+ http://repo.or.cz/w/linux-2.6/mini2440.git13851385+13651386 mminit_loglevel=13661387 [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this13671388 parameter allows control of the logging verbosity for
···1241124112421242menu "CPU Power Management"1243124312441244-if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_PXA)12441244+if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_PXA || ARCH_S3C64XX)1245124512461246source "drivers/cpufreq/Kconfig"12471247···12711271 depends on CPU_FREQ && ARCH_PXA && PXA25x12721272 default y12731273 select CPU_FREQ_DEFAULT_GOV_USERSPACE12741274+12751275+config CPU_FREQ_S3C64XX12761276+ bool "CPUfreq support for Samsung S3C64XX CPUs"12771277+ depends on CPU_FREQ && CPU_S3C64101274127812751279endif12761280
+6-2
arch/arm/common/vic.c
···229229{230230 struct vic_device *v = vic_from_irq(irq);231231 unsigned int off = irq & 31;232232+ u32 bit = 1 << off;232233233234 if (!v)234235 return -EINVAL;235236237237+ if (!(bit & v->resume_sources))238238+ return -EINVAL;239239+236240 if (on)237237- v->resume_irqs |= 1 << off;241241+ v->resume_irqs |= bit;238242 else239239- v->resume_irqs &= ~(1 << off);243243+ v->resume_irqs &= ~bit;240244241245 return 0;242246}
+2097
arch/arm/configs/mini2440_defconfig
···11+#22+# Automatically generated make config: don't edit33+# Linux kernel version: 2.6.30-rc644+# Wed May 20 12:29:51 200955+#66+CONFIG_ARM=y77+CONFIG_HAVE_PWM=y88+CONFIG_SYS_SUPPORTS_APM_EMULATION=y99+CONFIG_GENERIC_GPIO=y1010+# CONFIG_GENERIC_TIME is not set1111+# CONFIG_GENERIC_CLOCKEVENTS is not set1212+CONFIG_MMU=y1313+CONFIG_NO_IOPORT=y1414+CONFIG_GENERIC_HARDIRQS=y1515+CONFIG_STACKTRACE_SUPPORT=y1616+CONFIG_HAVE_LATENCYTOP_SUPPORT=y1717+CONFIG_LOCKDEP_SUPPORT=y1818+CONFIG_TRACE_IRQFLAGS_SUPPORT=y1919+CONFIG_HARDIRQS_SW_RESEND=y2020+CONFIG_GENERIC_IRQ_PROBE=y2121+CONFIG_RWSEM_GENERIC_SPINLOCK=y2222+# CONFIG_ARCH_HAS_ILOG2_U32 is not set2323+# CONFIG_ARCH_HAS_ILOG2_U64 is not set2424+CONFIG_GENERIC_HWEIGHT=y2525+CONFIG_GENERIC_CALIBRATE_DELAY=y2626+CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y2727+CONFIG_VECTORS_BASE=0xffff00002828+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"2929+3030+#3131+# General setup3232+#3333+CONFIG_EXPERIMENTAL=y3434+CONFIG_BROKEN_ON_SMP=y3535+CONFIG_INIT_ENV_ARG_LIMIT=323636+CONFIG_LOCALVERSION=""3737+# CONFIG_LOCALVERSION_AUTO is not set3838+CONFIG_SWAP=y3939+CONFIG_SYSVIPC=y4040+CONFIG_SYSVIPC_SYSCTL=y4141+CONFIG_POSIX_MQUEUE=y4242+CONFIG_POSIX_MQUEUE_SYSCTL=y4343+# CONFIG_BSD_PROCESS_ACCT is not set4444+# CONFIG_TASKSTATS is not set4545+# CONFIG_AUDIT is not set4646+4747+#4848+# RCU Subsystem4949+#5050+CONFIG_CLASSIC_RCU=y5151+# CONFIG_TREE_RCU is not set5252+# CONFIG_PREEMPT_RCU is not set5353+# CONFIG_TREE_RCU_TRACE is not set5454+# CONFIG_PREEMPT_RCU_TRACE is not set5555+# CONFIG_IKCONFIG is not set5656+CONFIG_LOG_BUF_SHIFT=175757+# CONFIG_GROUP_SCHED is not set5858+# CONFIG_CGROUPS is not set5959+# CONFIG_SYSFS_DEPRECATED_V2 is not set6060+CONFIG_RELAY=y6161+CONFIG_NAMESPACES=y6262+CONFIG_UTS_NS=y6363+CONFIG_IPC_NS=y6464+# CONFIG_USER_NS is not set6565+# CONFIG_PID_NS is not set6666+# CONFIG_NET_NS is not set6767+CONFIG_BLK_DEV_INITRD=y6868+CONFIG_INITRAMFS_SOURCE=""6969+CONFIG_RD_GZIP=y7070+CONFIG_RD_BZIP2=y7171+CONFIG_RD_LZMA=y7272+CONFIG_CC_OPTIMIZE_FOR_SIZE=y7373+CONFIG_SYSCTL=y7474+CONFIG_ANON_INODES=y7575+# CONFIG_EMBEDDED is not set7676+CONFIG_UID16=y7777+CONFIG_SYSCTL_SYSCALL=y7878+CONFIG_KALLSYMS=y7979+# CONFIG_KALLSYMS_ALL is not set8080+# CONFIG_KALLSYMS_EXTRA_PASS is not set8181+CONFIG_STRIP_ASM_SYMS=y8282+CONFIG_HOTPLUG=y8383+CONFIG_PRINTK=y8484+CONFIG_BUG=y8585+CONFIG_ELF_CORE=y8686+CONFIG_BASE_FULL=y8787+CONFIG_FUTEX=y8888+CONFIG_EPOLL=y8989+CONFIG_SIGNALFD=y9090+CONFIG_TIMERFD=y9191+CONFIG_EVENTFD=y9292+CONFIG_SHMEM=y9393+CONFIG_AIO=y9494+CONFIG_VM_EVENT_COUNTERS=y9595+CONFIG_SLUB_DEBUG=y9696+# CONFIG_COMPAT_BRK is not set9797+# CONFIG_SLAB is not set9898+CONFIG_SLUB=y9999+# CONFIG_SLOB is not set100100+# CONFIG_PROFILING is not set101101+# CONFIG_MARKERS is not set102102+CONFIG_HAVE_OPROFILE=y103103+# CONFIG_KPROBES is not set104104+CONFIG_HAVE_KPROBES=y105105+CONFIG_HAVE_KRETPROBES=y106106+CONFIG_HAVE_CLK=y107107+# CONFIG_SLOW_WORK is not set108108+CONFIG_HAVE_GENERIC_DMA_COHERENT=y109109+CONFIG_SLABINFO=y110110+CONFIG_RT_MUTEXES=y111111+CONFIG_BASE_SMALL=0112112+CONFIG_MODULES=y113113+CONFIG_MODULE_FORCE_LOAD=y114114+CONFIG_MODULE_UNLOAD=y115115+CONFIG_MODULE_FORCE_UNLOAD=y116116+# CONFIG_MODVERSIONS is not set117117+# CONFIG_MODULE_SRCVERSION_ALL is not set118118+CONFIG_BLOCK=y119119+CONFIG_LBD=y120120+# CONFIG_BLK_DEV_BSG is not set121121+CONFIG_BLK_DEV_INTEGRITY=y122122+123123+#124124+# IO Schedulers125125+#126126+CONFIG_IOSCHED_NOOP=y127127+CONFIG_IOSCHED_AS=y128128+CONFIG_IOSCHED_DEADLINE=y129129+CONFIG_IOSCHED_CFQ=y130130+CONFIG_DEFAULT_AS=y131131+# CONFIG_DEFAULT_DEADLINE is not set132132+# CONFIG_DEFAULT_CFQ is not set133133+# CONFIG_DEFAULT_NOOP is not set134134+CONFIG_DEFAULT_IOSCHED="anticipatory"135135+CONFIG_FREEZER=y136136+137137+#138138+# System Type139139+#140140+# CONFIG_ARCH_AAEC2000 is not set141141+# CONFIG_ARCH_INTEGRATOR is not set142142+# CONFIG_ARCH_REALVIEW is not set143143+# CONFIG_ARCH_VERSATILE is not set144144+# CONFIG_ARCH_AT91 is not set145145+# CONFIG_ARCH_CLPS711X is not set146146+# CONFIG_ARCH_EBSA110 is not set147147+# CONFIG_ARCH_EP93XX is not set148148+# CONFIG_ARCH_GEMINI is not set149149+# CONFIG_ARCH_FOOTBRIDGE is not set150150+# CONFIG_ARCH_NETX is not set151151+# CONFIG_ARCH_H720X is not set152152+# CONFIG_ARCH_IMX is not set153153+# CONFIG_ARCH_IOP13XX is not set154154+# CONFIG_ARCH_IOP32X is not set155155+# CONFIG_ARCH_IOP33X is not set156156+# CONFIG_ARCH_IXP23XX is not set157157+# CONFIG_ARCH_IXP2000 is not set158158+# CONFIG_ARCH_IXP4XX is not set159159+# CONFIG_ARCH_L7200 is not set160160+# CONFIG_ARCH_KIRKWOOD is not set161161+# CONFIG_ARCH_KS8695 is not set162162+# CONFIG_ARCH_NS9XXX is not set163163+# CONFIG_ARCH_LOKI is not set164164+# CONFIG_ARCH_MV78XX0 is not set165165+# CONFIG_ARCH_MXC is not set166166+# CONFIG_ARCH_ORION5X is not set167167+# CONFIG_ARCH_PNX4008 is not set168168+# CONFIG_ARCH_PXA is not set169169+# CONFIG_ARCH_MMP is not set170170+# CONFIG_ARCH_RPC is not set171171+# CONFIG_ARCH_SA1100 is not set172172+CONFIG_ARCH_S3C2410=y173173+# CONFIG_ARCH_S3C64XX is not set174174+# CONFIG_ARCH_SHARK is not set175175+# CONFIG_ARCH_LH7A40X is not set176176+# CONFIG_ARCH_DAVINCI is not set177177+# CONFIG_ARCH_OMAP is not set178178+# CONFIG_ARCH_MSM is not set179179+# CONFIG_ARCH_W90X900 is not set180180+CONFIG_PLAT_S3C24XX=y181181+CONFIG_S3C2410_CLOCK=y182182+CONFIG_CPU_S3C244X=y183183+CONFIG_S3C24XX_PWM=y184184+CONFIG_S3C24XX_GPIO_EXTRA=0185185+CONFIG_S3C2410_DMA=y186186+# CONFIG_S3C2410_DMA_DEBUG is not set187187+CONFIG_S3C24XX_ADC=y188188+CONFIG_PLAT_S3C=y189189+CONFIG_CPU_LLSERIAL_S3C2440_ONLY=y190190+CONFIG_CPU_LLSERIAL_S3C2440=y191191+192192+#193193+# Boot options194194+#195195+# CONFIG_S3C_BOOT_WATCHDOG is not set196196+# CONFIG_S3C_BOOT_ERROR_RESET is not set197197+CONFIG_S3C_BOOT_UART_FORCE_FIFO=y198198+199199+#200200+# Power management201201+#202202+# CONFIG_S3C2410_PM_DEBUG is not set203203+# CONFIG_S3C2410_PM_CHECK is not set204204+CONFIG_S3C_LOWLEVEL_UART_PORT=0205205+CONFIG_S3C_GPIO_SPACE=0206206+207207+#208208+# S3C2400 Machines209209+#210210+CONFIG_S3C2410_PM=y211211+CONFIG_S3C2410_GPIO=y212212+213213+#214214+# S3C2410 Machines215215+#216216+# CONFIG_ARCH_SMDK2410 is not set217217+# CONFIG_ARCH_H1940 is not set218218+# CONFIG_MACH_N30 is not set219219+# CONFIG_ARCH_BAST is not set220220+# CONFIG_MACH_OTOM is not set221221+# CONFIG_MACH_AML_M5900 is not set222222+# CONFIG_MACH_TCT_HAMMER is not set223223+# CONFIG_MACH_VR1000 is not set224224+# CONFIG_MACH_QT2410 is not set225225+226226+#227227+# S3C2412 Machines228228+#229229+# CONFIG_MACH_JIVE is not set230230+# CONFIG_MACH_SMDK2413 is not set231231+# CONFIG_MACH_SMDK2412 is not set232232+# CONFIG_MACH_VSTMS is not set233233+CONFIG_CPU_S3C2440=y234234+CONFIG_S3C2440_DMA=y235235+236236+#237237+# S3C2440 Machines238238+#239239+# CONFIG_MACH_ANUBIS is not set240240+# CONFIG_MACH_OSIRIS is not set241241+# CONFIG_MACH_RX3715 is not set242242+# CONFIG_ARCH_S3C2440 is not set243243+# CONFIG_MACH_NEXCODER_2440 is not set244244+# CONFIG_MACH_AT2440EVB is not set245245+CONFIG_MACH_MINI2440=y246246+247247+#248248+# S3C2442 Machines249249+#250250+251251+#252252+# S3C2443 Machines253253+#254254+# CONFIG_MACH_SMDK2443 is not set255255+256256+#257257+# Processor Type258258+#259259+CONFIG_CPU_32=y260260+CONFIG_CPU_ARM920T=y261261+CONFIG_CPU_32v4T=y262262+CONFIG_CPU_ABRT_EV4T=y263263+CONFIG_CPU_PABRT_NOIFAR=y264264+CONFIG_CPU_CACHE_V4WT=y265265+CONFIG_CPU_CACHE_VIVT=y266266+CONFIG_CPU_COPY_V4WB=y267267+CONFIG_CPU_TLB_V4WBI=y268268+CONFIG_CPU_CP15=y269269+CONFIG_CPU_CP15_MMU=y270270+271271+#272272+# Processor Features273273+#274274+CONFIG_ARM_THUMB=y275275+# CONFIG_CPU_ICACHE_DISABLE is not set276276+# CONFIG_CPU_DCACHE_DISABLE is not set277277+# CONFIG_CPU_DCACHE_WRITETHROUGH is not set278278+# CONFIG_OUTER_CACHE is not set279279+280280+#281281+# Bus support282282+#283283+# CONFIG_PCI_SYSCALL is not set284284+# CONFIG_ARCH_SUPPORTS_MSI is not set285285+# CONFIG_PCCARD is not set286286+287287+#288288+# Kernel Features289289+#290290+CONFIG_VMSPLIT_3G=y291291+# CONFIG_VMSPLIT_2G is not set292292+# CONFIG_VMSPLIT_1G is not set293293+CONFIG_PAGE_OFFSET=0xC0000000294294+# CONFIG_PREEMPT is not set295295+CONFIG_HZ=200296296+CONFIG_AEABI=y297297+# CONFIG_OABI_COMPAT is not set298298+CONFIG_ARCH_FLATMEM_HAS_HOLES=y299299+# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set300300+# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set301301+# CONFIG_HIGHMEM is not set302302+CONFIG_SELECT_MEMORY_MODEL=y303303+CONFIG_FLATMEM_MANUAL=y304304+# CONFIG_DISCONTIGMEM_MANUAL is not set305305+# CONFIG_SPARSEMEM_MANUAL is not set306306+CONFIG_FLATMEM=y307307+CONFIG_FLAT_NODE_MEM_MAP=y308308+CONFIG_PAGEFLAGS_EXTENDED=y309309+CONFIG_SPLIT_PTLOCK_CPUS=4096310310+# CONFIG_PHYS_ADDR_T_64BIT is not set311311+CONFIG_ZONE_DMA_FLAG=0312312+CONFIG_VIRT_TO_BUS=y313313+CONFIG_UNEVICTABLE_LRU=y314314+CONFIG_HAVE_MLOCK=y315315+CONFIG_HAVE_MLOCKED_PAGE_BIT=y316316+CONFIG_ALIGNMENT_TRAP=y317317+318318+#319319+# Boot options320320+#321321+CONFIG_ZBOOT_ROM_TEXT=0322322+CONFIG_ZBOOT_ROM_BSS=0323323+CONFIG_CMDLINE=""324324+# CONFIG_XIP_KERNEL is not set325325+CONFIG_KEXEC=y326326+CONFIG_ATAGS_PROC=y327327+328328+#329329+# CPU Power Management330330+#331331+CONFIG_CPU_IDLE=y332332+CONFIG_CPU_IDLE_GOV_LADDER=y333333+334334+#335335+# Floating point emulation336336+#337337+338338+#339339+# At least one emulation must be selected340340+#341341+342342+#343343+# Userspace binary formats344344+#345345+CONFIG_BINFMT_ELF=y346346+# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set347347+CONFIG_HAVE_AOUT=y348348+CONFIG_BINFMT_AOUT=m349349+CONFIG_BINFMT_MISC=m350350+351351+#352352+# Power management options353353+#354354+CONFIG_PM=y355355+# CONFIG_PM_DEBUG is not set356356+CONFIG_PM_SLEEP=y357357+CONFIG_SUSPEND=y358358+CONFIG_SUSPEND_FREEZER=y359359+CONFIG_APM_EMULATION=y360360+CONFIG_ARCH_SUSPEND_POSSIBLE=y361361+CONFIG_NET=y362362+363363+#364364+# Networking options365365+#366366+CONFIG_PACKET=y367367+CONFIG_PACKET_MMAP=y368368+CONFIG_UNIX=y369369+CONFIG_XFRM=y370370+CONFIG_XFRM_USER=m371371+# CONFIG_XFRM_SUB_POLICY is not set372372+# CONFIG_XFRM_MIGRATE is not set373373+# CONFIG_XFRM_STATISTICS is not set374374+CONFIG_NET_KEY=m375375+# CONFIG_NET_KEY_MIGRATE is not set376376+CONFIG_INET=y377377+CONFIG_IP_MULTICAST=y378378+CONFIG_IP_ADVANCED_ROUTER=y379379+CONFIG_ASK_IP_FIB_HASH=y380380+# CONFIG_IP_FIB_TRIE is not set381381+CONFIG_IP_FIB_HASH=y382382+CONFIG_IP_MULTIPLE_TABLES=y383383+CONFIG_IP_ROUTE_MULTIPATH=y384384+CONFIG_IP_ROUTE_VERBOSE=y385385+CONFIG_IP_PNP=y386386+CONFIG_IP_PNP_DHCP=y387387+CONFIG_IP_PNP_BOOTP=y388388+CONFIG_IP_PNP_RARP=y389389+# CONFIG_NET_IPIP is not set390390+# CONFIG_NET_IPGRE is not set391391+CONFIG_IP_MROUTE=y392392+CONFIG_IP_PIMSM_V1=y393393+CONFIG_IP_PIMSM_V2=y394394+# CONFIG_ARPD is not set395395+CONFIG_SYN_COOKIES=y396396+# CONFIG_INET_AH is not set397397+# CONFIG_INET_ESP is not set398398+# CONFIG_INET_IPCOMP is not set399399+# CONFIG_INET_XFRM_TUNNEL is not set400400+# CONFIG_INET_TUNNEL is not set401401+# CONFIG_INET_XFRM_MODE_TRANSPORT is not set402402+# CONFIG_INET_XFRM_MODE_TUNNEL is not set403403+# CONFIG_INET_XFRM_MODE_BEET is not set404404+# CONFIG_INET_LRO is not set405405+CONFIG_INET_DIAG=m406406+CONFIG_INET_TCP_DIAG=m407407+# CONFIG_TCP_CONG_ADVANCED is not set408408+CONFIG_TCP_CONG_CUBIC=y409409+CONFIG_DEFAULT_TCP_CONG="cubic"410410+# CONFIG_TCP_MD5SIG is not set411411+# CONFIG_IPV6 is not set412412+# CONFIG_NETWORK_SECMARK is not set413413+CONFIG_NETFILTER=y414414+# CONFIG_NETFILTER_DEBUG is not set415415+CONFIG_NETFILTER_ADVANCED=y416416+CONFIG_BRIDGE_NETFILTER=y417417+418418+#419419+# Core Netfilter Configuration420420+#421421+# CONFIG_NETFILTER_NETLINK_QUEUE is not set422422+# CONFIG_NETFILTER_NETLINK_LOG is not set423423+# CONFIG_NF_CONNTRACK is not set424424+# CONFIG_NETFILTER_XTABLES is not set425425+# CONFIG_IP_VS is not set426426+427427+#428428+# IP: Netfilter Configuration429429+#430430+# CONFIG_NF_DEFRAG_IPV4 is not set431431+# CONFIG_IP_NF_QUEUE is not set432432+# CONFIG_IP_NF_IPTABLES is not set433433+# CONFIG_IP_NF_ARPTABLES is not set434434+# CONFIG_BRIDGE_NF_EBTABLES is not set435435+# CONFIG_IP_DCCP is not set436436+# CONFIG_IP_SCTP is not set437437+# CONFIG_TIPC is not set438438+# CONFIG_ATM is not set439439+CONFIG_STP=m440440+CONFIG_GARP=m441441+CONFIG_BRIDGE=m442442+# CONFIG_NET_DSA is not set443443+CONFIG_VLAN_8021Q=m444444+CONFIG_VLAN_8021Q_GVRP=y445445+# CONFIG_DECNET is not set446446+CONFIG_LLC=m447447+# CONFIG_LLC2 is not set448448+# CONFIG_IPX is not set449449+# CONFIG_ATALK is not set450450+# CONFIG_X25 is not set451451+# CONFIG_LAPB is not set452452+# CONFIG_ECONET is not set453453+# CONFIG_WAN_ROUTER is not set454454+# CONFIG_PHONET is not set455455+# CONFIG_NET_SCHED is not set456456+# CONFIG_DCB is not set457457+458458+#459459+# Network testing460460+#461461+CONFIG_NET_PKTGEN=m462462+# CONFIG_HAMRADIO is not set463463+# CONFIG_CAN is not set464464+# CONFIG_IRDA is not set465465+CONFIG_BT=m466466+CONFIG_BT_L2CAP=m467467+CONFIG_BT_SCO=m468468+CONFIG_BT_RFCOMM=m469469+CONFIG_BT_RFCOMM_TTY=y470470+CONFIG_BT_BNEP=m471471+CONFIG_BT_BNEP_MC_FILTER=y472472+CONFIG_BT_BNEP_PROTO_FILTER=y473473+CONFIG_BT_HIDP=m474474+475475+#476476+# Bluetooth device drivers477477+#478478+CONFIG_BT_HCIBTUSB=m479479+CONFIG_BT_HCIBTSDIO=m480480+CONFIG_BT_HCIUART=m481481+CONFIG_BT_HCIUART_H4=y482482+CONFIG_BT_HCIUART_BCSP=y483483+CONFIG_BT_HCIUART_LL=y484484+CONFIG_BT_HCIBCM203X=m485485+CONFIG_BT_HCIBPA10X=m486486+CONFIG_BT_HCIBFUSB=m487487+CONFIG_BT_HCIVHCI=m488488+# CONFIG_AF_RXRPC is not set489489+CONFIG_FIB_RULES=y490490+CONFIG_WIRELESS=y491491+CONFIG_CFG80211=m492492+CONFIG_CFG80211_REG_DEBUG=y493493+CONFIG_WIRELESS_OLD_REGULATORY=y494494+CONFIG_WIRELESS_EXT=y495495+CONFIG_WIRELESS_EXT_SYSFS=y496496+CONFIG_LIB80211=m497497+CONFIG_LIB80211_CRYPT_WEP=m498498+CONFIG_LIB80211_CRYPT_CCMP=m499499+CONFIG_LIB80211_CRYPT_TKIP=m500500+# CONFIG_LIB80211_DEBUG is not set501501+CONFIG_MAC80211=m502502+503503+#504504+# Rate control algorithm selection505505+#506506+CONFIG_MAC80211_RC_MINSTREL=y507507+# CONFIG_MAC80211_RC_DEFAULT_PID is not set508508+CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y509509+CONFIG_MAC80211_RC_DEFAULT="minstrel"510510+CONFIG_MAC80211_MESH=y511511+CONFIG_MAC80211_LEDS=y512512+# CONFIG_MAC80211_DEBUGFS is not set513513+# CONFIG_MAC80211_DEBUG_MENU is not set514514+# CONFIG_WIMAX is not set515515+# CONFIG_RFKILL is not set516516+# CONFIG_NET_9P is not set517517+518518+#519519+# Device Drivers520520+#521521+522522+#523523+# Generic Driver Options524524+#525525+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"526526+CONFIG_STANDALONE=y527527+CONFIG_PREVENT_FIRMWARE_BUILD=y528528+CONFIG_FW_LOADER=y529529+# CONFIG_FIRMWARE_IN_KERNEL is not set530530+CONFIG_EXTRA_FIRMWARE=""531531+# CONFIG_DEBUG_DRIVER is not set532532+# CONFIG_DEBUG_DEVRES is not set533533+# CONFIG_SYS_HYPERVISOR is not set534534+CONFIG_CONNECTOR=m535535+CONFIG_MTD=y536536+# CONFIG_MTD_DEBUG is not set537537+CONFIG_MTD_CONCAT=y538538+CONFIG_MTD_PARTITIONS=y539539+# CONFIG_MTD_TESTS is not set540540+# CONFIG_MTD_REDBOOT_PARTS is not set541541+CONFIG_MTD_CMDLINE_PARTS=y542542+# CONFIG_MTD_AFS_PARTS is not set543543+# CONFIG_MTD_AR7_PARTS is not set544544+545545+#546546+# User Modules And Translation Layers547547+#548548+CONFIG_MTD_CHAR=y549549+CONFIG_MTD_BLKDEVS=y550550+CONFIG_MTD_BLOCK=y551551+CONFIG_FTL=y552552+CONFIG_NFTL=y553553+CONFIG_NFTL_RW=y554554+CONFIG_INFTL=y555555+CONFIG_RFD_FTL=y556556+# CONFIG_SSFDC is not set557557+# CONFIG_MTD_OOPS is not set558558+559559+#560560+# RAM/ROM/Flash chip drivers561561+#562562+CONFIG_MTD_CFI=y563563+CONFIG_MTD_JEDECPROBE=y564564+CONFIG_MTD_GEN_PROBE=y565565+# CONFIG_MTD_CFI_ADV_OPTIONS is not set566566+CONFIG_MTD_MAP_BANK_WIDTH_1=y567567+CONFIG_MTD_MAP_BANK_WIDTH_2=y568568+CONFIG_MTD_MAP_BANK_WIDTH_4=y569569+# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set570570+# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set571571+# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set572572+CONFIG_MTD_CFI_I1=y573573+CONFIG_MTD_CFI_I2=y574574+# CONFIG_MTD_CFI_I4 is not set575575+# CONFIG_MTD_CFI_I8 is not set576576+# CONFIG_MTD_CFI_INTELEXT is not set577577+CONFIG_MTD_CFI_AMDSTD=y578578+CONFIG_MTD_CFI_STAA=y579579+CONFIG_MTD_CFI_UTIL=y580580+CONFIG_MTD_RAM=y581581+CONFIG_MTD_ROM=y582582+# CONFIG_MTD_ABSENT is not set583583+584584+#585585+# Mapping drivers for chip access586586+#587587+# CONFIG_MTD_COMPLEX_MAPPINGS is not set588588+# CONFIG_MTD_PHYSMAP is not set589589+# CONFIG_MTD_ARM_INTEGRATOR is not set590590+# CONFIG_MTD_IMPA7 is not set591591+# CONFIG_MTD_PLATRAM is not set592592+593593+#594594+# Self-contained MTD device drivers595595+#596596+# CONFIG_MTD_DATAFLASH is not set597597+# CONFIG_MTD_M25P80 is not set598598+# CONFIG_MTD_SLRAM is not set599599+# CONFIG_MTD_PHRAM is not set600600+# CONFIG_MTD_MTDRAM is not set601601+# CONFIG_MTD_BLOCK2MTD is not set602602+603603+#604604+# Disk-On-Chip Device Drivers605605+#606606+# CONFIG_MTD_DOC2000 is not set607607+# CONFIG_MTD_DOC2001 is not set608608+# CONFIG_MTD_DOC2001PLUS is not set609609+CONFIG_MTD_NAND=y610610+CONFIG_MTD_NAND_VERIFY_WRITE=y611611+# CONFIG_MTD_NAND_ECC_SMC is not set612612+# CONFIG_MTD_NAND_MUSEUM_IDS is not set613613+# CONFIG_MTD_NAND_GPIO is not set614614+CONFIG_MTD_NAND_IDS=y615615+CONFIG_MTD_NAND_S3C2410=y616616+# CONFIG_MTD_NAND_S3C2410_DEBUG is not set617617+# CONFIG_MTD_NAND_S3C2410_HWECC is not set618618+# CONFIG_MTD_NAND_S3C2410_CLKSTOP is not set619619+# CONFIG_MTD_NAND_DISKONCHIP is not set620620+# CONFIG_MTD_NAND_NANDSIM is not set621621+CONFIG_MTD_NAND_PLATFORM=y622622+# CONFIG_MTD_ALAUDA is not set623623+# CONFIG_MTD_ONENAND is not set624624+625625+#626626+# LPDDR flash memory drivers627627+#628628+CONFIG_MTD_LPDDR=y629629+CONFIG_MTD_QINFO_PROBE=y630630+631631+#632632+# UBI - Unsorted block images633633+#634634+# CONFIG_MTD_UBI is not set635635+# CONFIG_PARPORT is not set636636+CONFIG_BLK_DEV=y637637+# CONFIG_BLK_DEV_COW_COMMON is not set638638+CONFIG_BLK_DEV_LOOP=m639639+# CONFIG_BLK_DEV_CRYPTOLOOP is not set640640+CONFIG_BLK_DEV_NBD=m641641+# CONFIG_BLK_DEV_UB is not set642642+CONFIG_BLK_DEV_RAM=y643643+CONFIG_BLK_DEV_RAM_COUNT=16644644+CONFIG_BLK_DEV_RAM_SIZE=65536645645+# CONFIG_BLK_DEV_XIP is not set646646+CONFIG_CDROM_PKTCDVD=m647647+CONFIG_CDROM_PKTCDVD_BUFFERS=8648648+# CONFIG_CDROM_PKTCDVD_WCACHE is not set649649+# CONFIG_ATA_OVER_ETH is not set650650+CONFIG_MISC_DEVICES=y651651+# CONFIG_ICS932S401 is not set652652+# CONFIG_ENCLOSURE_SERVICES is not set653653+# CONFIG_ISL29003 is not set654654+# CONFIG_C2PORT is not set655655+656656+#657657+# EEPROM support658658+#659659+CONFIG_EEPROM_AT24=y660660+# CONFIG_EEPROM_AT25 is not set661661+# CONFIG_EEPROM_LEGACY is not set662662+# CONFIG_EEPROM_93CX6 is not set663663+CONFIG_HAVE_IDE=y664664+# CONFIG_IDE is not set665665+666666+#667667+# SCSI device support668668+#669669+# CONFIG_RAID_ATTRS is not set670670+CONFIG_SCSI=m671671+CONFIG_SCSI_DMA=y672672+# CONFIG_SCSI_TGT is not set673673+# CONFIG_SCSI_NETLINK is not set674674+# CONFIG_SCSI_PROC_FS is not set675675+676676+#677677+# SCSI support type (disk, tape, CD-ROM)678678+#679679+CONFIG_BLK_DEV_SD=m680680+# CONFIG_CHR_DEV_ST is not set681681+# CONFIG_CHR_DEV_OSST is not set682682+# CONFIG_BLK_DEV_SR is not set683683+CONFIG_CHR_DEV_SG=m684684+# CONFIG_CHR_DEV_SCH is not set685685+686686+#687687+# Some SCSI devices (e.g. CD jukebox) support multiple LUNs688688+#689689+# CONFIG_SCSI_MULTI_LUN is not set690690+# CONFIG_SCSI_CONSTANTS is not set691691+# CONFIG_SCSI_LOGGING is not set692692+# CONFIG_SCSI_SCAN_ASYNC is not set693693+CONFIG_SCSI_WAIT_SCAN=m694694+695695+#696696+# SCSI Transports697697+#698698+# CONFIG_SCSI_SPI_ATTRS is not set699699+# CONFIG_SCSI_FC_ATTRS is not set700700+# CONFIG_SCSI_ISCSI_ATTRS is not set701701+# CONFIG_SCSI_SAS_LIBSAS is not set702702+# CONFIG_SCSI_SRP_ATTRS is not set703703+# CONFIG_SCSI_LOWLEVEL is not set704704+# CONFIG_SCSI_DH is not set705705+# CONFIG_SCSI_OSD_INITIATOR is not set706706+# CONFIG_ATA is not set707707+# CONFIG_MD is not set708708+CONFIG_NETDEVICES=y709709+CONFIG_COMPAT_NET_DEV_OPS=y710710+# CONFIG_DUMMY is not set711711+# CONFIG_BONDING is not set712712+# CONFIG_MACVLAN is not set713713+# CONFIG_EQUALIZER is not set714714+CONFIG_TUN=m715715+# CONFIG_VETH is not set716716+# CONFIG_PHYLIB is not set717717+CONFIG_NET_ETHERNET=y718718+CONFIG_MII=y719719+# CONFIG_AX88796 is not set720720+# CONFIG_SMC91X is not set721721+CONFIG_DM9000=y722722+CONFIG_DM9000_DEBUGLEVEL=4723723+# CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL is not set724724+# CONFIG_ENC28J60 is not set725725+# CONFIG_ETHOC is not set726726+# CONFIG_SMC911X is not set727727+# CONFIG_SMSC911X is not set728728+# CONFIG_DNET is not set729729+# CONFIG_IBM_NEW_EMAC_ZMII is not set730730+# CONFIG_IBM_NEW_EMAC_RGMII is not set731731+# CONFIG_IBM_NEW_EMAC_TAH is not set732732+# CONFIG_IBM_NEW_EMAC_EMAC4 is not set733733+# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set734734+# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set735735+# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set736736+# CONFIG_B44 is not set737737+# CONFIG_NETDEV_1000 is not set738738+# CONFIG_NETDEV_10000 is not set739739+740740+#741741+# Wireless LAN742742+#743743+# CONFIG_WLAN_PRE80211 is not set744744+CONFIG_WLAN_80211=y745745+CONFIG_LIBERTAS=m746746+# CONFIG_LIBERTAS_USB is not set747747+CONFIG_LIBERTAS_SDIO=m748748+# CONFIG_LIBERTAS_SPI is not set749749+# CONFIG_LIBERTAS_DEBUG is not set750750+# CONFIG_LIBERTAS_THINFIRM is not set751751+# CONFIG_AT76C50X_USB is not set752752+# CONFIG_USB_ZD1201 is not set753753+# CONFIG_USB_NET_RNDIS_WLAN is not set754754+# CONFIG_RTL8187 is not set755755+# CONFIG_MAC80211_HWSIM is not set756756+# CONFIG_P54_COMMON is not set757757+# CONFIG_AR9170_USB is not set758758+CONFIG_HOSTAP=m759759+CONFIG_HOSTAP_FIRMWARE=y760760+CONFIG_HOSTAP_FIRMWARE_NVRAM=y761761+# CONFIG_B43 is not set762762+# CONFIG_B43LEGACY is not set763763+CONFIG_ZD1211RW=m764764+CONFIG_ZD1211RW_DEBUG=y765765+# CONFIG_RT2X00 is not set766766+767767+#768768+# Enable WiMAX (Networking options) to see the WiMAX drivers769769+#770770+771771+#772772+# USB Network Adapters773773+#774774+# CONFIG_USB_CATC is not set775775+# CONFIG_USB_KAWETH is not set776776+# CONFIG_USB_PEGASUS is not set777777+# CONFIG_USB_RTL8150 is not set778778+# CONFIG_USB_USBNET is not set779779+# CONFIG_WAN is not set780780+CONFIG_PPP=m781781+CONFIG_PPP_MULTILINK=y782782+CONFIG_PPP_FILTER=y783783+CONFIG_PPP_ASYNC=m784784+CONFIG_PPP_SYNC_TTY=m785785+CONFIG_PPP_DEFLATE=m786786+CONFIG_PPP_BSDCOMP=m787787+CONFIG_PPP_MPPE=m788788+# CONFIG_PPPOE is not set789789+# CONFIG_PPPOL2TP is not set790790+# CONFIG_SLIP is not set791791+CONFIG_SLHC=m792792+# CONFIG_NETCONSOLE is not set793793+# CONFIG_NETPOLL is not set794794+# CONFIG_NET_POLL_CONTROLLER is not set795795+# CONFIG_ISDN is not set796796+797797+#798798+# Input device support799799+#800800+CONFIG_INPUT=y801801+CONFIG_INPUT_FF_MEMLESS=y802802+# CONFIG_INPUT_POLLDEV is not set803803+804804+#805805+# Userland interfaces806806+#807807+CONFIG_INPUT_MOUSEDEV=y808808+CONFIG_INPUT_MOUSEDEV_PSAUX=y809809+CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024810810+CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768811811+# CONFIG_INPUT_JOYDEV is not set812812+CONFIG_INPUT_EVDEV=y813813+CONFIG_INPUT_EVBUG=m814814+815815+#816816+# Input Device Drivers817817+#818818+CONFIG_INPUT_KEYBOARD=y819819+# CONFIG_KEYBOARD_ATKBD is not set820820+# CONFIG_KEYBOARD_SUNKBD is not set821821+# CONFIG_KEYBOARD_LKKBD is not set822822+# CONFIG_KEYBOARD_XTKBD is not set823823+# CONFIG_KEYBOARD_NEWTON is not set824824+# CONFIG_KEYBOARD_STOWAWAY is not set825825+CONFIG_KEYBOARD_GPIO=y826826+CONFIG_INPUT_MOUSE=y827827+CONFIG_MOUSE_PS2=y828828+CONFIG_MOUSE_PS2_ALPS=y829829+CONFIG_MOUSE_PS2_LOGIPS2PP=y830830+CONFIG_MOUSE_PS2_SYNAPTICS=y831831+CONFIG_MOUSE_PS2_TRACKPOINT=y832832+# CONFIG_MOUSE_PS2_ELANTECH is not set833833+# CONFIG_MOUSE_PS2_TOUCHKIT is not set834834+# CONFIG_MOUSE_SERIAL is not set835835+# CONFIG_MOUSE_APPLETOUCH is not set836836+# CONFIG_MOUSE_BCM5974 is not set837837+# CONFIG_MOUSE_VSXXXAA is not set838838+# CONFIG_MOUSE_GPIO is not set839839+# CONFIG_INPUT_JOYSTICK is not set840840+# CONFIG_INPUT_TABLET is not set841841+CONFIG_INPUT_TOUCHSCREEN=y842842+# CONFIG_TOUCHSCREEN_ADS7846 is not set843843+# CONFIG_TOUCHSCREEN_AD7877 is not set844844+# CONFIG_TOUCHSCREEN_AD7879_I2C is not set845845+# CONFIG_TOUCHSCREEN_AD7879_SPI is not set846846+# CONFIG_TOUCHSCREEN_AD7879 is not set847847+# CONFIG_TOUCHSCREEN_FUJITSU is not set848848+# CONFIG_TOUCHSCREEN_GUNZE is not set849849+# CONFIG_TOUCHSCREEN_ELO is not set850850+# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set851851+# CONFIG_TOUCHSCREEN_MTOUCH is not set852852+# CONFIG_TOUCHSCREEN_INEXIO is not set853853+# CONFIG_TOUCHSCREEN_MK712 is not set854854+# CONFIG_TOUCHSCREEN_PENMOUNT is not set855855+# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set856856+# CONFIG_TOUCHSCREEN_TOUCHWIN is not set857857+# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set858858+# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set859859+# CONFIG_TOUCHSCREEN_TSC2007 is not set860860+# CONFIG_INPUT_MISC is not set861861+862862+#863863+# Hardware I/O ports864864+#865865+CONFIG_SERIO=y866866+CONFIG_SERIO_SERPORT=y867867+CONFIG_SERIO_LIBPS2=y868868+CONFIG_SERIO_RAW=y869869+# CONFIG_GAMEPORT is not set870870+871871+#872872+# Character devices873873+#874874+CONFIG_VT=y875875+CONFIG_CONSOLE_TRANSLATIONS=y876876+CONFIG_VT_CONSOLE=y877877+CONFIG_HW_CONSOLE=y878878+CONFIG_VT_HW_CONSOLE_BINDING=y879879+CONFIG_DEVKMEM=y880880+# CONFIG_SERIAL_NONSTANDARD is not set881881+882882+#883883+# Serial drivers884884+#885885+# CONFIG_SERIAL_8250 is not set886886+887887+#888888+# Non-8250 serial port support889889+#890890+CONFIG_SERIAL_SAMSUNG=y891891+CONFIG_SERIAL_SAMSUNG_UARTS=3892892+CONFIG_SERIAL_SAMSUNG_CONSOLE=y893893+CONFIG_SERIAL_S3C2440=y894894+# CONFIG_SERIAL_MAX3100 is not set895895+CONFIG_SERIAL_CORE=y896896+CONFIG_SERIAL_CORE_CONSOLE=y897897+CONFIG_UNIX98_PTYS=y898898+# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set899899+CONFIG_LEGACY_PTYS=y900900+CONFIG_LEGACY_PTY_COUNT=128901901+CONFIG_IPMI_HANDLER=m902902+# CONFIG_IPMI_PANIC_EVENT is not set903903+CONFIG_IPMI_DEVICE_INTERFACE=m904904+CONFIG_IPMI_SI=m905905+CONFIG_IPMI_WATCHDOG=m906906+CONFIG_IPMI_POWEROFF=m907907+CONFIG_HW_RANDOM=y908908+# CONFIG_HW_RANDOM_TIMERIOMEM is not set909909+# CONFIG_R3964 is not set910910+# CONFIG_RAW_DRIVER is not set911911+# CONFIG_TCG_TPM is not set912912+CONFIG_I2C=y913913+CONFIG_I2C_BOARDINFO=y914914+CONFIG_I2C_CHARDEV=y915915+CONFIG_I2C_HELPER_AUTO=y916916+CONFIG_I2C_ALGOBIT=y917917+918918+#919919+# I2C Hardware Bus support920920+#921921+922922+#923923+# I2C system bus drivers (mostly embedded / system-on-chip)924924+#925925+# CONFIG_I2C_GPIO is not set926926+# CONFIG_I2C_OCORES is not set927927+CONFIG_I2C_S3C2410=y928928+CONFIG_I2C_SIMTEC=y929929+930930+#931931+# External I2C/SMBus adapter drivers932932+#933933+# CONFIG_I2C_PARPORT_LIGHT is not set934934+# CONFIG_I2C_TAOS_EVM is not set935935+# CONFIG_I2C_TINY_USB is not set936936+937937+#938938+# Other I2C/SMBus bus drivers939939+#940940+# CONFIG_I2C_PCA_PLATFORM is not set941941+# CONFIG_I2C_STUB is not set942942+943943+#944944+# Miscellaneous I2C Chip support945945+#946946+# CONFIG_DS1682 is not set947947+# CONFIG_SENSORS_PCF8574 is not set948948+# CONFIG_PCF8575 is not set949949+# CONFIG_SENSORS_PCA9539 is not set950950+# CONFIG_SENSORS_MAX6875 is not set951951+CONFIG_SENSORS_TSL2550=m952952+# CONFIG_I2C_DEBUG_CORE is not set953953+# CONFIG_I2C_DEBUG_ALGO is not set954954+# CONFIG_I2C_DEBUG_BUS is not set955955+# CONFIG_I2C_DEBUG_CHIP is not set956956+CONFIG_SPI=y957957+# CONFIG_SPI_DEBUG is not set958958+CONFIG_SPI_MASTER=y959959+960960+#961961+# SPI Master Controller Drivers962962+#963963+CONFIG_SPI_BITBANG=y964964+# CONFIG_SPI_GPIO is not set965965+CONFIG_SPI_S3C24XX=y966966+# CONFIG_SPI_S3C24XX_GPIO is not set967967+968968+#969969+# SPI Protocol Masters970970+#971971+CONFIG_SPI_SPIDEV=y972972+# CONFIG_SPI_TLE62X0 is not set973973+CONFIG_ARCH_REQUIRE_GPIOLIB=y974974+CONFIG_GPIOLIB=y975975+# CONFIG_DEBUG_GPIO is not set976976+CONFIG_GPIO_SYSFS=y977977+978978+#979979+# Memory mapped GPIO expanders:980980+#981981+982982+#983983+# I2C GPIO expanders:984984+#985985+# CONFIG_GPIO_MAX732X is not set986986+# CONFIG_GPIO_PCA953X is not set987987+# CONFIG_GPIO_PCF857X is not set988988+989989+#990990+# PCI GPIO expanders:991991+#992992+993993+#994994+# SPI GPIO expanders:995995+#996996+# CONFIG_GPIO_MAX7301 is not set997997+# CONFIG_GPIO_MCP23S08 is not set998998+# CONFIG_W1 is not set999999+# CONFIG_POWER_SUPPLY is not set10001000+CONFIG_HWMON=y10011001+# CONFIG_HWMON_VID is not set10021002+# CONFIG_SENSORS_AD7414 is not set10031003+# CONFIG_SENSORS_AD7418 is not set10041004+# CONFIG_SENSORS_ADCXX is not set10051005+# CONFIG_SENSORS_ADM1021 is not set10061006+# CONFIG_SENSORS_ADM1025 is not set10071007+# CONFIG_SENSORS_ADM1026 is not set10081008+# CONFIG_SENSORS_ADM1029 is not set10091009+# CONFIG_SENSORS_ADM1031 is not set10101010+# CONFIG_SENSORS_ADM9240 is not set10111011+# CONFIG_SENSORS_ADT7462 is not set10121012+# CONFIG_SENSORS_ADT7470 is not set10131013+# CONFIG_SENSORS_ADT7473 is not set10141014+# CONFIG_SENSORS_ADT7475 is not set10151015+# CONFIG_SENSORS_ATXP1 is not set10161016+# CONFIG_SENSORS_DS1621 is not set10171017+# CONFIG_SENSORS_F71805F is not set10181018+# CONFIG_SENSORS_F71882FG is not set10191019+# CONFIG_SENSORS_F75375S is not set10201020+# CONFIG_SENSORS_G760A is not set10211021+# CONFIG_SENSORS_GL518SM is not set10221022+# CONFIG_SENSORS_GL520SM is not set10231023+# CONFIG_SENSORS_IBMAEM is not set10241024+# CONFIG_SENSORS_IBMPEX is not set10251025+# CONFIG_SENSORS_IT87 is not set10261026+# CONFIG_SENSORS_LM63 is not set10271027+# CONFIG_SENSORS_LM70 is not set10281028+CONFIG_SENSORS_LM75=y10291029+# CONFIG_SENSORS_LM77 is not set10301030+# CONFIG_SENSORS_LM78 is not set10311031+# CONFIG_SENSORS_LM80 is not set10321032+# CONFIG_SENSORS_LM83 is not set10331033+# CONFIG_SENSORS_LM85 is not set10341034+# CONFIG_SENSORS_LM87 is not set10351035+# CONFIG_SENSORS_LM90 is not set10361036+# CONFIG_SENSORS_LM92 is not set10371037+# CONFIG_SENSORS_LM93 is not set10381038+# CONFIG_SENSORS_LTC4215 is not set10391039+# CONFIG_SENSORS_LTC4245 is not set10401040+# CONFIG_SENSORS_LM95241 is not set10411041+# CONFIG_SENSORS_MAX1111 is not set10421042+# CONFIG_SENSORS_MAX1619 is not set10431043+# CONFIG_SENSORS_MAX6650 is not set10441044+# CONFIG_SENSORS_PC87360 is not set10451045+# CONFIG_SENSORS_PC87427 is not set10461046+# CONFIG_SENSORS_PCF8591 is not set10471047+# CONFIG_SENSORS_SHT15 is not set10481048+# CONFIG_SENSORS_DME1737 is not set10491049+# CONFIG_SENSORS_SMSC47M1 is not set10501050+# CONFIG_SENSORS_SMSC47M192 is not set10511051+# CONFIG_SENSORS_SMSC47B397 is not set10521052+# CONFIG_SENSORS_ADS7828 is not set10531053+# CONFIG_SENSORS_THMC50 is not set10541054+# CONFIG_SENSORS_VT1211 is not set10551055+# CONFIG_SENSORS_W83781D is not set10561056+# CONFIG_SENSORS_W83791D is not set10571057+# CONFIG_SENSORS_W83792D is not set10581058+# CONFIG_SENSORS_W83793 is not set10591059+# CONFIG_SENSORS_W83L785TS is not set10601060+# CONFIG_SENSORS_W83L786NG is not set10611061+# CONFIG_SENSORS_W83627HF is not set10621062+# CONFIG_SENSORS_W83627EHF is not set10631063+# CONFIG_SENSORS_LIS3_SPI is not set10641064+# CONFIG_HWMON_DEBUG_CHIP is not set10651065+CONFIG_THERMAL=m10661066+# CONFIG_THERMAL_HWMON is not set10671067+CONFIG_WATCHDOG=y10681068+# CONFIG_WATCHDOG_NOWAYOUT is not set10691069+10701070+#10711071+# Watchdog Device Drivers10721072+#10731073+# CONFIG_SOFT_WATCHDOG is not set10741074+CONFIG_S3C2410_WATCHDOG=y10751075+10761076+#10771077+# USB-based Watchdog Cards10781078+#10791079+# CONFIG_USBPCWATCHDOG is not set10801080+CONFIG_SSB_POSSIBLE=y10811081+10821082+#10831083+# Sonics Silicon Backplane10841084+#10851085+# CONFIG_SSB is not set10861086+10871087+#10881088+# Multifunction device drivers10891089+#10901090+# CONFIG_MFD_CORE is not set10911091+# CONFIG_MFD_SM501 is not set10921092+# CONFIG_MFD_ASIC3 is not set10931093+# CONFIG_HTC_EGPIO is not set10941094+# CONFIG_HTC_PASIC3 is not set10951095+# CONFIG_TPS65010 is not set10961096+# CONFIG_TWL4030_CORE is not set10971097+# CONFIG_MFD_TMIO is not set10981098+# CONFIG_MFD_T7L66XB is not set10991099+# CONFIG_MFD_TC6387XB is not set11001100+# CONFIG_MFD_TC6393XB is not set11011101+# CONFIG_PMIC_DA903X is not set11021102+# CONFIG_MFD_WM8400 is not set11031103+# CONFIG_MFD_WM8350_I2C is not set11041104+# CONFIG_MFD_PCF50633 is not set11051105+11061106+#11071107+# Multimedia devices11081108+#11091109+11101110+#11111111+# Multimedia core support11121112+#11131113+CONFIG_VIDEO_DEV=m11141114+CONFIG_VIDEO_V4L2_COMMON=m11151115+CONFIG_VIDEO_ALLOW_V4L1=y11161116+CONFIG_VIDEO_V4L1_COMPAT=y11171117+CONFIG_DVB_CORE=m11181118+CONFIG_VIDEO_MEDIA=m11191119+11201120+#11211121+# Multimedia drivers11221122+#11231123+# CONFIG_MEDIA_ATTACH is not set11241124+CONFIG_MEDIA_TUNER=m11251125+# CONFIG_MEDIA_TUNER_CUSTOMISE is not set11261126+CONFIG_MEDIA_TUNER_SIMPLE=m11271127+CONFIG_MEDIA_TUNER_TDA8290=m11281128+CONFIG_MEDIA_TUNER_TDA9887=m11291129+CONFIG_MEDIA_TUNER_TEA5761=m11301130+CONFIG_MEDIA_TUNER_TEA5767=m11311131+CONFIG_MEDIA_TUNER_MT20XX=m11321132+CONFIG_MEDIA_TUNER_XC2028=m11331133+CONFIG_MEDIA_TUNER_XC5000=m11341134+CONFIG_MEDIA_TUNER_MC44S803=m11351135+CONFIG_VIDEO_V4L2=m11361136+CONFIG_VIDEO_V4L1=m11371137+CONFIG_VIDEOBUF_GEN=m11381138+CONFIG_VIDEO_CAPTURE_DRIVERS=y11391139+# CONFIG_VIDEO_ADV_DEBUG is not set11401140+# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set11411141+CONFIG_VIDEO_HELPER_CHIPS_AUTO=y11421142+# CONFIG_VIDEO_VIVI is not set11431143+# CONFIG_VIDEO_CPIA is not set11441144+# CONFIG_VIDEO_CPIA2 is not set11451145+# CONFIG_VIDEO_SAA5246A is not set11461146+# CONFIG_VIDEO_SAA5249 is not set11471147+# CONFIG_VIDEO_AU0828 is not set11481148+CONFIG_SOC_CAMERA=m11491149+# CONFIG_SOC_CAMERA_MT9M001 is not set11501150+# CONFIG_SOC_CAMERA_MT9M111 is not set11511151+# CONFIG_SOC_CAMERA_MT9T031 is not set11521152+# CONFIG_SOC_CAMERA_MT9V022 is not set11531153+# CONFIG_SOC_CAMERA_TW9910 is not set11541154+CONFIG_SOC_CAMERA_PLATFORM=m11551155+# CONFIG_SOC_CAMERA_OV772X is not set11561156+# CONFIG_VIDEO_SH_MOBILE_CEU is not set11571157+CONFIG_V4L_USB_DRIVERS=y11581158+# CONFIG_USB_VIDEO_CLASS is not set11591159+CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y11601160+CONFIG_USB_GSPCA=m11611161+# CONFIG_USB_M5602 is not set11621162+# CONFIG_USB_STV06XX is not set11631163+# CONFIG_USB_GSPCA_CONEX is not set11641164+# CONFIG_USB_GSPCA_ETOMS is not set11651165+# CONFIG_USB_GSPCA_FINEPIX is not set11661166+# CONFIG_USB_GSPCA_MARS is not set11671167+# CONFIG_USB_GSPCA_MR97310A is not set11681168+# CONFIG_USB_GSPCA_OV519 is not set11691169+# CONFIG_USB_GSPCA_OV534 is not set11701170+# CONFIG_USB_GSPCA_PAC207 is not set11711171+# CONFIG_USB_GSPCA_PAC7311 is not set11721172+# CONFIG_USB_GSPCA_SONIXB is not set11731173+# CONFIG_USB_GSPCA_SONIXJ is not set11741174+# CONFIG_USB_GSPCA_SPCA500 is not set11751175+# CONFIG_USB_GSPCA_SPCA501 is not set11761176+# CONFIG_USB_GSPCA_SPCA505 is not set11771177+# CONFIG_USB_GSPCA_SPCA506 is not set11781178+# CONFIG_USB_GSPCA_SPCA508 is not set11791179+# CONFIG_USB_GSPCA_SPCA561 is not set11801180+# CONFIG_USB_GSPCA_SQ905 is not set11811181+# CONFIG_USB_GSPCA_SQ905C is not set11821182+# CONFIG_USB_GSPCA_STK014 is not set11831183+# CONFIG_USB_GSPCA_SUNPLUS is not set11841184+# CONFIG_USB_GSPCA_T613 is not set11851185+# CONFIG_USB_GSPCA_TV8532 is not set11861186+# CONFIG_USB_GSPCA_VC032X is not set11871187+CONFIG_USB_GSPCA_ZC3XX=m11881188+# CONFIG_VIDEO_PVRUSB2 is not set11891189+# CONFIG_VIDEO_HDPVR is not set11901190+# CONFIG_VIDEO_EM28XX is not set11911191+# CONFIG_VIDEO_CX231XX is not set11921192+# CONFIG_VIDEO_USBVISION is not set11931193+# CONFIG_USB_VICAM is not set11941194+# CONFIG_USB_IBMCAM is not set11951195+# CONFIG_USB_KONICAWC is not set11961196+# CONFIG_USB_QUICKCAM_MESSENGER is not set11971197+# CONFIG_USB_ET61X251 is not set11981198+# CONFIG_VIDEO_OVCAMCHIP is not set11991199+# CONFIG_USB_OV511 is not set12001200+# CONFIG_USB_SE401 is not set12011201+# CONFIG_USB_SN9C102 is not set12021202+# CONFIG_USB_STV680 is not set12031203+# CONFIG_USB_ZC0301 is not set12041204+# CONFIG_USB_PWC is not set12051205+# CONFIG_USB_PWC_INPUT_EVDEV is not set12061206+# CONFIG_USB_ZR364XX is not set12071207+# CONFIG_USB_STKWEBCAM is not set12081208+# CONFIG_USB_S2255 is not set12091209+CONFIG_RADIO_ADAPTERS=y12101210+# CONFIG_USB_DSBR is not set12111211+# CONFIG_USB_SI470X is not set12121212+# CONFIG_USB_MR800 is not set12131213+# CONFIG_RADIO_TEA5764 is not set12141214+# CONFIG_DVB_DYNAMIC_MINORS is not set12151215+CONFIG_DVB_CAPTURE_DRIVERS=y12161216+# CONFIG_TTPCI_EEPROM is not set12171217+12181218+#12191219+# Supported USB Adapters12201220+#12211221+# CONFIG_DVB_USB is not set12221222+# CONFIG_DVB_SIANO_SMS1XXX is not set12231223+12241224+#12251225+# Supported FlexCopII (B2C2) Adapters12261226+#12271227+# CONFIG_DVB_B2C2_FLEXCOP is not set12281228+12291229+#12301230+# Supported DVB Frontends12311231+#12321232+# CONFIG_DVB_FE_CUSTOMISE is not set12331233+# CONFIG_DAB is not set12341234+12351235+#12361236+# Graphics support12371237+#12381238+# CONFIG_VGASTATE is not set12391239+CONFIG_VIDEO_OUTPUT_CONTROL=y12401240+CONFIG_FB=y12411241+CONFIG_FIRMWARE_EDID=y12421242+# CONFIG_FB_DDC is not set12431243+# CONFIG_FB_BOOT_VESA_SUPPORT is not set12441244+CONFIG_FB_CFB_FILLRECT=y12451245+CONFIG_FB_CFB_COPYAREA=y12461246+CONFIG_FB_CFB_IMAGEBLIT=y12471247+# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set12481248+# CONFIG_FB_SYS_FILLRECT is not set12491249+# CONFIG_FB_SYS_COPYAREA is not set12501250+# CONFIG_FB_SYS_IMAGEBLIT is not set12511251+# CONFIG_FB_FOREIGN_ENDIAN is not set12521252+# CONFIG_FB_SYS_FOPS is not set12531253+# CONFIG_FB_SVGALIB is not set12541254+# CONFIG_FB_MACMODES is not set12551255+# CONFIG_FB_BACKLIGHT is not set12561256+CONFIG_FB_MODE_HELPERS=y12571257+CONFIG_FB_TILEBLITTING=y12581258+12591259+#12601260+# Frame buffer hardware drivers12611261+#12621262+# CONFIG_FB_UVESA is not set12631263+# CONFIG_FB_S1D13XXX is not set12641264+CONFIG_FB_S3C2410=y12651265+# CONFIG_FB_S3C2410_DEBUG is not set12661266+# CONFIG_FB_VIRTUAL is not set12671267+# CONFIG_FB_METRONOME is not set12681268+# CONFIG_FB_MB862XX is not set12691269+# CONFIG_FB_BROADSHEET is not set12701270+CONFIG_BACKLIGHT_LCD_SUPPORT=y12711271+CONFIG_LCD_CLASS_DEVICE=y12721272+# CONFIG_LCD_LTV350QV is not set12731273+# CONFIG_LCD_ILI9320 is not set12741274+# CONFIG_LCD_TDO24M is not set12751275+# CONFIG_LCD_VGG2432A4 is not set12761276+CONFIG_LCD_PLATFORM=y12771277+CONFIG_BACKLIGHT_CLASS_DEVICE=y12781278+# CONFIG_BACKLIGHT_GENERIC is not set12791279+CONFIG_BACKLIGHT_PWM=y12801280+12811281+#12821282+# Display device support12831283+#12841284+CONFIG_DISPLAY_SUPPORT=y12851285+12861286+#12871287+# Display hardware drivers12881288+#12891289+12901290+#12911291+# Console display driver support12921292+#12931293+# CONFIG_VGA_CONSOLE is not set12941294+CONFIG_DUMMY_CONSOLE=y12951295+CONFIG_FRAMEBUFFER_CONSOLE=y12961296+CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y12971297+CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y12981298+CONFIG_FONTS=y12991299+CONFIG_FONT_8x8=y13001300+# CONFIG_FONT_8x16 is not set13011301+# CONFIG_FONT_6x11 is not set13021302+# CONFIG_FONT_7x14 is not set13031303+# CONFIG_FONT_PEARL_8x8 is not set13041304+# CONFIG_FONT_ACORN_8x8 is not set13051305+CONFIG_FONT_MINI_4x6=y13061306+# CONFIG_FONT_SUN8x16 is not set13071307+# CONFIG_FONT_SUN12x22 is not set13081308+# CONFIG_FONT_10x18 is not set13091309+CONFIG_LOGO=y13101310+# CONFIG_LOGO_LINUX_MONO is not set13111311+# CONFIG_LOGO_LINUX_VGA16 is not set13121312+CONFIG_LOGO_LINUX_CLUT224=y13131313+CONFIG_SOUND=y13141314+CONFIG_SOUND_OSS_CORE=y13151315+CONFIG_SND=y13161316+CONFIG_SND_TIMER=y13171317+CONFIG_SND_PCM=y13181318+CONFIG_SND_HWDEP=m13191319+CONFIG_SND_RAWMIDI=m13201320+CONFIG_SND_JACK=y13211321+CONFIG_SND_SEQUENCER=m13221322+CONFIG_SND_SEQ_DUMMY=m13231323+CONFIG_SND_OSSEMUL=y13241324+CONFIG_SND_MIXER_OSS=m13251325+CONFIG_SND_PCM_OSS=m13261326+CONFIG_SND_PCM_OSS_PLUGINS=y13271327+CONFIG_SND_SEQUENCER_OSS=y13281328+CONFIG_SND_DYNAMIC_MINORS=y13291329+CONFIG_SND_SUPPORT_OLD_API=y13301330+CONFIG_SND_VERBOSE_PROCFS=y13311331+# CONFIG_SND_VERBOSE_PRINTK is not set13321332+# CONFIG_SND_DEBUG is not set13331333+# CONFIG_SND_DRIVERS is not set13341334+# CONFIG_SND_ARM is not set13351335+# CONFIG_SND_SPI is not set13361336+CONFIG_SND_USB=y13371337+CONFIG_SND_USB_AUDIO=m13381338+CONFIG_SND_USB_CAIAQ=m13391339+CONFIG_SND_USB_CAIAQ_INPUT=y13401340+CONFIG_SND_SOC=y13411341+CONFIG_SND_S3C24XX_SOC=y13421342+CONFIG_SND_S3C24XX_SOC_I2S=y13431343+# CONFIG_SND_S3C24XX_SOC_LN2440SBC_ALC650 is not set13441344+CONFIG_SND_S3C24XX_SOC_S3C24XX_UDA134X=y13451345+CONFIG_SND_SOC_I2C_AND_SPI=y13461346+# CONFIG_SND_SOC_ALL_CODECS is not set13471347+CONFIG_SND_SOC_L3=y13481348+CONFIG_SND_SOC_UDA134X=y13491349+# CONFIG_SOUND_PRIME is not set13501350+CONFIG_HID_SUPPORT=y13511351+CONFIG_HID=y13521352+# CONFIG_HID_DEBUG is not set13531353+CONFIG_HIDRAW=y13541354+13551355+#13561356+# USB Input Devices13571357+#13581358+CONFIG_USB_HID=y13591359+CONFIG_HID_PID=y13601360+CONFIG_USB_HIDDEV=y13611361+13621362+#13631363+# Special HID drivers13641364+#13651365+CONFIG_HID_A4TECH=y13661366+CONFIG_HID_APPLE=y13671367+CONFIG_HID_BELKIN=y13681368+CONFIG_HID_CHERRY=y13691369+CONFIG_HID_CHICONY=y13701370+CONFIG_HID_CYPRESS=y13711371+# CONFIG_DRAGONRISE_FF is not set13721372+CONFIG_HID_EZKEY=y13731373+CONFIG_HID_KYE=y13741374+CONFIG_HID_GYRATION=y13751375+CONFIG_HID_KENSINGTON=y13761376+CONFIG_HID_LOGITECH=y13771377+# CONFIG_LOGITECH_FF is not set13781378+# CONFIG_LOGIRUMBLEPAD2_FF is not set13791379+CONFIG_HID_MICROSOFT=y13801380+CONFIG_HID_MONTEREY=y13811381+CONFIG_HID_NTRIG=y13821382+CONFIG_HID_PANTHERLORD=y13831383+# CONFIG_PANTHERLORD_FF is not set13841384+CONFIG_HID_PETALYNX=y13851385+CONFIG_HID_SAMSUNG=y13861386+CONFIG_HID_SONY=y13871387+CONFIG_HID_SUNPLUS=y13881388+# CONFIG_GREENASIA_FF is not set13891389+CONFIG_HID_TOPSEED=y13901390+# CONFIG_THRUSTMASTER_FF is not set13911391+# CONFIG_ZEROPLUS_FF is not set13921392+CONFIG_USB_SUPPORT=y13931393+CONFIG_USB_ARCH_HAS_HCD=y13941394+CONFIG_USB_ARCH_HAS_OHCI=y13951395+# CONFIG_USB_ARCH_HAS_EHCI is not set13961396+CONFIG_USB=y13971397+# CONFIG_USB_DEBUG is not set13981398+# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set13991399+14001400+#14011401+# Miscellaneous USB options14021402+#14031403+CONFIG_USB_DEVICEFS=y14041404+# CONFIG_USB_DEVICE_CLASS is not set14051405+# CONFIG_USB_DYNAMIC_MINORS is not set14061406+# CONFIG_USB_SUSPEND is not set14071407+# CONFIG_USB_OTG is not set14081408+# CONFIG_USB_MON is not set14091409+# CONFIG_USB_WUSB is not set14101410+# CONFIG_USB_WUSB_CBAF is not set14111411+14121412+#14131413+# USB Host Controller Drivers14141414+#14151415+# CONFIG_USB_C67X00_HCD is not set14161416+# CONFIG_USB_OXU210HP_HCD is not set14171417+# CONFIG_USB_ISP116X_HCD is not set14181418+# CONFIG_USB_ISP1760_HCD is not set14191419+CONFIG_USB_OHCI_HCD=y14201420+# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set14211421+# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set14221422+CONFIG_USB_OHCI_LITTLE_ENDIAN=y14231423+# CONFIG_USB_SL811_HCD is not set14241424+# CONFIG_USB_R8A66597_HCD is not set14251425+# CONFIG_USB_HWA_HCD is not set14261426+# CONFIG_USB_MUSB_HDRC is not set14271427+# CONFIG_USB_GADGET_MUSB_HDRC is not set14281428+14291429+#14301430+# USB Device Class drivers14311431+#14321432+CONFIG_USB_ACM=m14331433+# CONFIG_USB_PRINTER is not set14341434+CONFIG_USB_WDM=m14351435+# CONFIG_USB_TMC is not set14361436+14371437+#14381438+# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may14391439+#14401440+14411441+#14421442+# also be needed; see USB_STORAGE Help for more info14431443+#14441444+CONFIG_USB_STORAGE=m14451445+# CONFIG_USB_STORAGE_DEBUG is not set14461446+CONFIG_USB_STORAGE_DATAFAB=m14471447+# CONFIG_USB_STORAGE_FREECOM is not set14481448+CONFIG_USB_STORAGE_ISD200=m14491449+CONFIG_USB_STORAGE_USBAT=m14501450+CONFIG_USB_STORAGE_SDDR09=m14511451+CONFIG_USB_STORAGE_SDDR55=m14521452+CONFIG_USB_STORAGE_JUMPSHOT=m14531453+CONFIG_USB_STORAGE_ALAUDA=m14541454+# CONFIG_USB_STORAGE_ONETOUCH is not set14551455+# CONFIG_USB_STORAGE_KARMA is not set14561456+# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set14571457+CONFIG_USB_LIBUSUAL=y14581458+14591459+#14601460+# USB Imaging devices14611461+#14621462+# CONFIG_USB_MDC800 is not set14631463+# CONFIG_USB_MICROTEK is not set14641464+14651465+#14661466+# USB port drivers14671467+#14681468+CONFIG_USB_SERIAL=m14691469+# CONFIG_USB_EZUSB is not set14701470+# CONFIG_USB_SERIAL_GENERIC is not set14711471+# CONFIG_USB_SERIAL_AIRCABLE is not set14721472+# CONFIG_USB_SERIAL_ARK3116 is not set14731473+# CONFIG_USB_SERIAL_BELKIN is not set14741474+# CONFIG_USB_SERIAL_CH341 is not set14751475+# CONFIG_USB_SERIAL_WHITEHEAT is not set14761476+# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set14771477+CONFIG_USB_SERIAL_CP210X=m14781478+# CONFIG_USB_SERIAL_CYPRESS_M8 is not set14791479+# CONFIG_USB_SERIAL_EMPEG is not set14801480+CONFIG_USB_SERIAL_FTDI_SIO=m14811481+# CONFIG_USB_SERIAL_FUNSOFT is not set14821482+# CONFIG_USB_SERIAL_VISOR is not set14831483+# CONFIG_USB_SERIAL_IPAQ is not set14841484+# CONFIG_USB_SERIAL_IR is not set14851485+# CONFIG_USB_SERIAL_EDGEPORT is not set14861486+# CONFIG_USB_SERIAL_EDGEPORT_TI is not set14871487+# CONFIG_USB_SERIAL_GARMIN is not set14881488+# CONFIG_USB_SERIAL_IPW is not set14891489+# CONFIG_USB_SERIAL_IUU is not set14901490+# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set14911491+# CONFIG_USB_SERIAL_KEYSPAN is not set14921492+# CONFIG_USB_SERIAL_KLSI is not set14931493+# CONFIG_USB_SERIAL_KOBIL_SCT is not set14941494+# CONFIG_USB_SERIAL_MCT_U232 is not set14951495+# CONFIG_USB_SERIAL_MOS7720 is not set14961496+# CONFIG_USB_SERIAL_MOS7840 is not set14971497+# CONFIG_USB_SERIAL_MOTOROLA is not set14981498+# CONFIG_USB_SERIAL_NAVMAN is not set14991499+# CONFIG_USB_SERIAL_PL2303 is not set15001500+# CONFIG_USB_SERIAL_OTI6858 is not set15011501+# CONFIG_USB_SERIAL_QUALCOMM is not set15021502+CONFIG_USB_SERIAL_SPCP8X5=m15031503+# CONFIG_USB_SERIAL_HP4X is not set15041504+# CONFIG_USB_SERIAL_SAFE is not set15051505+# CONFIG_USB_SERIAL_SIEMENS_MPI is not set15061506+# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set15071507+# CONFIG_USB_SERIAL_SYMBOL is not set15081508+# CONFIG_USB_SERIAL_TI is not set15091509+# CONFIG_USB_SERIAL_CYBERJACK is not set15101510+# CONFIG_USB_SERIAL_XIRCOM is not set15111511+# CONFIG_USB_SERIAL_OPTION is not set15121512+# CONFIG_USB_SERIAL_OMNINET is not set15131513+# CONFIG_USB_SERIAL_OPTICON is not set15141514+# CONFIG_USB_SERIAL_DEBUG is not set15151515+15161516+#15171517+# USB Miscellaneous drivers15181518+#15191519+# CONFIG_USB_EMI62 is not set15201520+# CONFIG_USB_EMI26 is not set15211521+# CONFIG_USB_ADUTUX is not set15221522+# CONFIG_USB_SEVSEG is not set15231523+# CONFIG_USB_RIO500 is not set15241524+# CONFIG_USB_LEGOTOWER is not set15251525+# CONFIG_USB_LCD is not set15261526+# CONFIG_USB_BERRY_CHARGE is not set15271527+# CONFIG_USB_LED is not set15281528+# CONFIG_USB_CYPRESS_CY7C63 is not set15291529+# CONFIG_USB_CYTHERM is not set15301530+# CONFIG_USB_IDMOUSE is not set15311531+# CONFIG_USB_FTDI_ELAN is not set15321532+# CONFIG_USB_APPLEDISPLAY is not set15331533+# CONFIG_USB_LD is not set15341534+# CONFIG_USB_TRANCEVIBRATOR is not set15351535+# CONFIG_USB_IOWARRIOR is not set15361536+# CONFIG_USB_TEST is not set15371537+# CONFIG_USB_ISIGHTFW is not set15381538+# CONFIG_USB_VST is not set15391539+CONFIG_USB_GADGET=y15401540+# CONFIG_USB_GADGET_DEBUG is not set15411541+# CONFIG_USB_GADGET_DEBUG_FILES is not set15421542+# CONFIG_USB_GADGET_DEBUG_FS is not set15431543+CONFIG_USB_GADGET_VBUS_DRAW=215441544+CONFIG_USB_GADGET_SELECTED=y15451545+# CONFIG_USB_GADGET_AT91 is not set15461546+# CONFIG_USB_GADGET_ATMEL_USBA is not set15471547+# CONFIG_USB_GADGET_FSL_USB2 is not set15481548+# CONFIG_USB_GADGET_LH7A40X is not set15491549+# CONFIG_USB_GADGET_OMAP is not set15501550+# CONFIG_USB_GADGET_PXA25X is not set15511551+# CONFIG_USB_GADGET_PXA27X is not set15521552+CONFIG_USB_GADGET_S3C2410=y15531553+CONFIG_USB_S3C2410=y15541554+# CONFIG_USB_S3C2410_DEBUG is not set15551555+# CONFIG_USB_GADGET_IMX is not set15561556+# CONFIG_USB_GADGET_M66592 is not set15571557+# CONFIG_USB_GADGET_AMD5536UDC is not set15581558+# CONFIG_USB_GADGET_FSL_QE is not set15591559+# CONFIG_USB_GADGET_CI13XXX is not set15601560+# CONFIG_USB_GADGET_NET2280 is not set15611561+# CONFIG_USB_GADGET_GOKU is not set15621562+# CONFIG_USB_GADGET_DUMMY_HCD is not set15631563+# CONFIG_USB_GADGET_DUALSPEED is not set15641564+CONFIG_USB_ZERO=m15651565+CONFIG_USB_ETH=m15661566+CONFIG_USB_ETH_RNDIS=y15671567+CONFIG_USB_GADGETFS=m15681568+CONFIG_USB_FILE_STORAGE=m15691569+# CONFIG_USB_FILE_STORAGE_TEST is not set15701570+CONFIG_USB_G_SERIAL=m15711571+# CONFIG_USB_MIDI_GADGET is not set15721572+# CONFIG_USB_G_PRINTER is not set15731573+CONFIG_USB_CDC_COMPOSITE=m15741574+15751575+#15761576+# OTG and related infrastructure15771577+#15781578+# CONFIG_USB_GPIO_VBUS is not set15791579+# CONFIG_NOP_USB_XCEIV is not set15801580+CONFIG_MMC=y15811581+# CONFIG_MMC_DEBUG is not set15821582+# CONFIG_MMC_UNSAFE_RESUME is not set15831583+15841584+#15851585+# MMC/SD/SDIO Card Drivers15861586+#15871587+CONFIG_MMC_BLOCK=y15881588+CONFIG_MMC_BLOCK_BOUNCE=y15891589+CONFIG_SDIO_UART=y15901590+# CONFIG_MMC_TEST is not set15911591+15921592+#15931593+# MMC/SD/SDIO Host Controller Drivers15941594+#15951595+CONFIG_MMC_SDHCI=y15961596+CONFIG_MMC_SPI=y15971597+CONFIG_MMC_S3C=y15981598+# CONFIG_MEMSTICK is not set15991599+# CONFIG_ACCESSIBILITY is not set16001600+CONFIG_NEW_LEDS=y16011601+CONFIG_LEDS_CLASS=y16021602+16031603+#16041604+# LED drivers16051605+#16061606+CONFIG_LEDS_S3C24XX=y16071607+# CONFIG_LEDS_PCA9532 is not set16081608+CONFIG_LEDS_GPIO=y16091609+CONFIG_LEDS_GPIO_PLATFORM=y16101610+# CONFIG_LEDS_LP5521 is not set16111611+# CONFIG_LEDS_PCA955X is not set16121612+# CONFIG_LEDS_DAC124S085 is not set16131613+# CONFIG_LEDS_PWM is not set16141614+# CONFIG_LEDS_BD2802 is not set16151615+16161616+#16171617+# LED Triggers16181618+#16191619+CONFIG_LEDS_TRIGGERS=y16201620+CONFIG_LEDS_TRIGGER_TIMER=y16211621+CONFIG_LEDS_TRIGGER_HEARTBEAT=y16221622+CONFIG_LEDS_TRIGGER_BACKLIGHT=y16231623+CONFIG_LEDS_TRIGGER_GPIO=y16241624+CONFIG_LEDS_TRIGGER_DEFAULT_ON=y16251625+16261626+#16271627+# iptables trigger is under Netfilter config (LED target)16281628+#16291629+CONFIG_RTC_LIB=y16301630+CONFIG_RTC_CLASS=y16311631+CONFIG_RTC_HCTOSYS=y16321632+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"16331633+# CONFIG_RTC_DEBUG is not set16341634+16351635+#16361636+# RTC interfaces16371637+#16381638+CONFIG_RTC_INTF_SYSFS=y16391639+CONFIG_RTC_INTF_PROC=y16401640+CONFIG_RTC_INTF_DEV=y16411641+CONFIG_RTC_INTF_DEV_UIE_EMUL=y16421642+# CONFIG_RTC_DRV_TEST is not set16431643+16441644+#16451645+# I2C RTC drivers16461646+#16471647+# CONFIG_RTC_DRV_DS1307 is not set16481648+# CONFIG_RTC_DRV_DS1374 is not set16491649+# CONFIG_RTC_DRV_DS1672 is not set16501650+# CONFIG_RTC_DRV_MAX6900 is not set16511651+# CONFIG_RTC_DRV_RS5C372 is not set16521652+# CONFIG_RTC_DRV_ISL1208 is not set16531653+# CONFIG_RTC_DRV_X1205 is not set16541654+# CONFIG_RTC_DRV_PCF8563 is not set16551655+# CONFIG_RTC_DRV_PCF8583 is not set16561656+# CONFIG_RTC_DRV_M41T80 is not set16571657+# CONFIG_RTC_DRV_S35390A is not set16581658+# CONFIG_RTC_DRV_FM3130 is not set16591659+# CONFIG_RTC_DRV_RX8581 is not set16601660+16611661+#16621662+# SPI RTC drivers16631663+#16641664+# CONFIG_RTC_DRV_M41T94 is not set16651665+# CONFIG_RTC_DRV_DS1305 is not set16661666+# CONFIG_RTC_DRV_DS1390 is not set16671667+# CONFIG_RTC_DRV_MAX6902 is not set16681668+# CONFIG_RTC_DRV_R9701 is not set16691669+# CONFIG_RTC_DRV_RS5C348 is not set16701670+# CONFIG_RTC_DRV_DS3234 is not set16711671+16721672+#16731673+# Platform RTC drivers16741674+#16751675+# CONFIG_RTC_DRV_CMOS is not set16761676+# CONFIG_RTC_DRV_DS1286 is not set16771677+# CONFIG_RTC_DRV_DS1511 is not set16781678+# CONFIG_RTC_DRV_DS1553 is not set16791679+# CONFIG_RTC_DRV_DS1742 is not set16801680+# CONFIG_RTC_DRV_STK17TA8 is not set16811681+# CONFIG_RTC_DRV_M48T86 is not set16821682+# CONFIG_RTC_DRV_M48T35 is not set16831683+# CONFIG_RTC_DRV_M48T59 is not set16841684+# CONFIG_RTC_DRV_BQ4802 is not set16851685+# CONFIG_RTC_DRV_V3020 is not set16861686+16871687+#16881688+# on-CPU RTC drivers16891689+#16901690+CONFIG_RTC_DRV_S3C=y16911691+CONFIG_DMADEVICES=y16921692+16931693+#16941694+# DMA Devices16951695+#16961696+# CONFIG_AUXDISPLAY is not set16971697+# CONFIG_REGULATOR is not set16981698+# CONFIG_UIO is not set16991699+# CONFIG_STAGING is not set17001700+17011701+#17021702+# File systems17031703+#17041704+CONFIG_EXT2_FS=m17051705+CONFIG_EXT2_FS_XATTR=y17061706+CONFIG_EXT2_FS_POSIX_ACL=y17071707+CONFIG_EXT2_FS_SECURITY=y17081708+# CONFIG_EXT2_FS_XIP is not set17091709+CONFIG_EXT3_FS=y17101710+# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set17111711+CONFIG_EXT3_FS_XATTR=y17121712+CONFIG_EXT3_FS_POSIX_ACL=y17131713+CONFIG_EXT3_FS_SECURITY=y17141714+# CONFIG_EXT4_FS is not set17151715+CONFIG_JBD=y17161716+# CONFIG_JBD_DEBUG is not set17171717+CONFIG_FS_MBCACHE=y17181718+# CONFIG_REISERFS_FS is not set17191719+# CONFIG_JFS_FS is not set17201720+CONFIG_FS_POSIX_ACL=y17211721+CONFIG_FILE_LOCKING=y17221722+# CONFIG_XFS_FS is not set17231723+# CONFIG_GFS2_FS is not set17241724+# CONFIG_OCFS2_FS is not set17251725+# CONFIG_BTRFS_FS is not set17261726+CONFIG_DNOTIFY=y17271727+CONFIG_INOTIFY=y17281728+CONFIG_INOTIFY_USER=y17291729+# CONFIG_QUOTA is not set17301730+CONFIG_AUTOFS_FS=y17311731+CONFIG_AUTOFS4_FS=y17321732+# CONFIG_FUSE_FS is not set17331733+CONFIG_GENERIC_ACL=y17341734+17351735+#17361736+# Caches17371737+#17381738+# CONFIG_FSCACHE is not set17391739+17401740+#17411741+# CD-ROM/DVD Filesystems17421742+#17431743+# CONFIG_ISO9660_FS is not set17441744+# CONFIG_UDF_FS is not set17451745+17461746+#17471747+# DOS/FAT/NT Filesystems17481748+#17491749+CONFIG_FAT_FS=y17501750+CONFIG_MSDOS_FS=y17511751+CONFIG_VFAT_FS=y17521752+CONFIG_FAT_DEFAULT_CODEPAGE=43717531753+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"17541754+# CONFIG_NTFS_FS is not set17551755+17561756+#17571757+# Pseudo filesystems17581758+#17591759+CONFIG_PROC_FS=y17601760+CONFIG_PROC_SYSCTL=y17611761+CONFIG_PROC_PAGE_MONITOR=y17621762+CONFIG_SYSFS=y17631763+CONFIG_TMPFS=y17641764+CONFIG_TMPFS_POSIX_ACL=y17651765+# CONFIG_HUGETLB_PAGE is not set17661766+CONFIG_CONFIGFS_FS=m17671767+CONFIG_MISC_FILESYSTEMS=y17681768+# CONFIG_ADFS_FS is not set17691769+# CONFIG_AFFS_FS is not set17701770+# CONFIG_ECRYPT_FS is not set17711771+# CONFIG_HFS_FS is not set17721772+# CONFIG_HFSPLUS_FS is not set17731773+# CONFIG_BEFS_FS is not set17741774+# CONFIG_BFS_FS is not set17751775+# CONFIG_EFS_FS is not set17761776+CONFIG_JFFS2_FS=y17771777+CONFIG_JFFS2_FS_DEBUG=017781778+CONFIG_JFFS2_FS_WRITEBUFFER=y17791779+# CONFIG_JFFS2_FS_WBUF_VERIFY is not set17801780+# CONFIG_JFFS2_SUMMARY is not set17811781+# CONFIG_JFFS2_FS_XATTR is not set17821782+# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set17831783+CONFIG_JFFS2_ZLIB=y17841784+# CONFIG_JFFS2_LZO is not set17851785+CONFIG_JFFS2_RTIME=y17861786+# CONFIG_JFFS2_RUBIN is not set17871787+CONFIG_CRAMFS=y17881788+# CONFIG_SQUASHFS is not set17891789+# CONFIG_VXFS_FS is not set17901790+# CONFIG_MINIX_FS is not set17911791+# CONFIG_OMFS_FS is not set17921792+# CONFIG_HPFS_FS is not set17931793+# CONFIG_QNX4FS_FS is not set17941794+CONFIG_ROMFS_FS=y17951795+# CONFIG_ROMFS_BACKED_BY_BLOCK is not set17961796+# CONFIG_ROMFS_BACKED_BY_MTD is not set17971797+CONFIG_ROMFS_BACKED_BY_BOTH=y17981798+CONFIG_ROMFS_ON_BLOCK=y17991799+CONFIG_ROMFS_ON_MTD=y18001800+# CONFIG_SYSV_FS is not set18011801+# CONFIG_UFS_FS is not set18021802+# CONFIG_NILFS2_FS is not set18031803+CONFIG_NETWORK_FILESYSTEMS=y18041804+CONFIG_NFS_FS=y18051805+CONFIG_NFS_V3=y18061806+CONFIG_NFS_V3_ACL=y18071807+CONFIG_NFS_V4=y18081808+CONFIG_ROOT_NFS=y18091809+# CONFIG_NFSD is not set18101810+CONFIG_LOCKD=y18111811+CONFIG_LOCKD_V4=y18121812+CONFIG_NFS_ACL_SUPPORT=y18131813+CONFIG_NFS_COMMON=y18141814+CONFIG_SUNRPC=y18151815+CONFIG_SUNRPC_GSS=y18161816+CONFIG_RPCSEC_GSS_KRB5=y18171817+# CONFIG_RPCSEC_GSS_SPKM3 is not set18181818+# CONFIG_SMB_FS is not set18191819+# CONFIG_CIFS is not set18201820+# CONFIG_NCP_FS is not set18211821+# CONFIG_CODA_FS is not set18221822+# CONFIG_AFS_FS is not set18231823+18241824+#18251825+# Partition Types18261826+#18271827+CONFIG_PARTITION_ADVANCED=y18281828+# CONFIG_ACORN_PARTITION is not set18291829+# CONFIG_OSF_PARTITION is not set18301830+# CONFIG_AMIGA_PARTITION is not set18311831+# CONFIG_ATARI_PARTITION is not set18321832+# CONFIG_MAC_PARTITION is not set18331833+CONFIG_MSDOS_PARTITION=y18341834+CONFIG_BSD_DISKLABEL=y18351835+CONFIG_MINIX_SUBPARTITION=y18361836+CONFIG_SOLARIS_X86_PARTITION=y18371837+CONFIG_UNIXWARE_DISKLABEL=y18381838+CONFIG_LDM_PARTITION=y18391839+# CONFIG_LDM_DEBUG is not set18401840+# CONFIG_SGI_PARTITION is not set18411841+# CONFIG_ULTRIX_PARTITION is not set18421842+# CONFIG_SUN_PARTITION is not set18431843+# CONFIG_KARMA_PARTITION is not set18441844+CONFIG_EFI_PARTITION=y18451845+# CONFIG_SYSV68_PARTITION is not set18461846+CONFIG_NLS=y18471847+CONFIG_NLS_DEFAULT="cp437"18481848+CONFIG_NLS_CODEPAGE_437=m18491849+CONFIG_NLS_CODEPAGE_737=m18501850+CONFIG_NLS_CODEPAGE_775=m18511851+CONFIG_NLS_CODEPAGE_850=m18521852+CONFIG_NLS_CODEPAGE_852=m18531853+CONFIG_NLS_CODEPAGE_855=m18541854+CONFIG_NLS_CODEPAGE_857=m18551855+CONFIG_NLS_CODEPAGE_860=m18561856+CONFIG_NLS_CODEPAGE_861=m18571857+CONFIG_NLS_CODEPAGE_862=m18581858+CONFIG_NLS_CODEPAGE_863=m18591859+CONFIG_NLS_CODEPAGE_864=m18601860+CONFIG_NLS_CODEPAGE_865=m18611861+CONFIG_NLS_CODEPAGE_866=m18621862+CONFIG_NLS_CODEPAGE_869=m18631863+CONFIG_NLS_CODEPAGE_936=m18641864+CONFIG_NLS_CODEPAGE_950=m18651865+CONFIG_NLS_CODEPAGE_932=m18661866+CONFIG_NLS_CODEPAGE_949=m18671867+CONFIG_NLS_CODEPAGE_874=m18681868+CONFIG_NLS_ISO8859_8=m18691869+CONFIG_NLS_CODEPAGE_1250=m18701870+CONFIG_NLS_CODEPAGE_1251=m18711871+CONFIG_NLS_ASCII=m18721872+CONFIG_NLS_ISO8859_1=m18731873+CONFIG_NLS_ISO8859_2=m18741874+CONFIG_NLS_ISO8859_3=m18751875+CONFIG_NLS_ISO8859_4=m18761876+CONFIG_NLS_ISO8859_5=m18771877+CONFIG_NLS_ISO8859_6=m18781878+CONFIG_NLS_ISO8859_7=m18791879+CONFIG_NLS_ISO8859_9=m18801880+CONFIG_NLS_ISO8859_13=m18811881+CONFIG_NLS_ISO8859_14=m18821882+CONFIG_NLS_ISO8859_15=m18831883+CONFIG_NLS_KOI8_R=m18841884+CONFIG_NLS_KOI8_U=m18851885+CONFIG_NLS_UTF8=m18861886+# CONFIG_DLM is not set18871887+18881888+#18891889+# Kernel hacking18901890+#18911891+# CONFIG_PRINTK_TIME is not set18921892+# CONFIG_ENABLE_WARN_DEPRECATED is not set18931893+# CONFIG_ENABLE_MUST_CHECK is not set18941894+CONFIG_FRAME_WARN=102418951895+# CONFIG_MAGIC_SYSRQ is not set18961896+# CONFIG_UNUSED_SYMBOLS is not set18971897+CONFIG_DEBUG_FS=y18981898+# CONFIG_HEADERS_CHECK is not set18991899+CONFIG_DEBUG_KERNEL=y19001900+# CONFIG_DEBUG_SHIRQ is not set19011901+CONFIG_DETECT_SOFTLOCKUP=y19021902+# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set19031903+CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=019041904+CONFIG_DETECT_HUNG_TASK=y19051905+# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set19061906+CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=019071907+# CONFIG_SCHED_DEBUG is not set19081908+# CONFIG_SCHEDSTATS is not set19091909+# CONFIG_TIMER_STATS is not set19101910+# CONFIG_DEBUG_OBJECTS is not set19111911+# CONFIG_SLUB_DEBUG_ON is not set19121912+# CONFIG_SLUB_STATS is not set19131913+# CONFIG_DEBUG_RT_MUTEXES is not set19141914+# CONFIG_RT_MUTEX_TESTER is not set19151915+# CONFIG_DEBUG_SPINLOCK is not set19161916+# CONFIG_DEBUG_MUTEXES is not set19171917+# CONFIG_DEBUG_LOCK_ALLOC is not set19181918+# CONFIG_PROVE_LOCKING is not set19191919+# CONFIG_LOCK_STAT is not set19201920+# CONFIG_DEBUG_SPINLOCK_SLEEP is not set19211921+# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set19221922+# CONFIG_DEBUG_KOBJECT is not set19231923+CONFIG_DEBUG_BUGVERBOSE=y19241924+CONFIG_DEBUG_INFO=y19251925+# CONFIG_DEBUG_VM is not set19261926+# CONFIG_DEBUG_WRITECOUNT is not set19271927+CONFIG_DEBUG_MEMORY_INIT=y19281928+# CONFIG_DEBUG_LIST is not set19291929+# CONFIG_DEBUG_SG is not set19301930+# CONFIG_DEBUG_NOTIFIERS is not set19311931+# CONFIG_BOOT_PRINTK_DELAY is not set19321932+# CONFIG_RCU_TORTURE_TEST is not set19331933+# CONFIG_RCU_CPU_STALL_DETECTOR is not set19341934+# CONFIG_BACKTRACE_SELF_TEST is not set19351935+# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set19361936+# CONFIG_FAULT_INJECTION is not set19371937+# CONFIG_LATENCYTOP is not set19381938+CONFIG_SYSCTL_SYSCALL_CHECK=y19391939+# CONFIG_PAGE_POISONING is not set19401940+CONFIG_HAVE_FUNCTION_TRACER=y19411941+CONFIG_TRACING_SUPPORT=y19421942+19431943+#19441944+# Tracers19451945+#19461946+# CONFIG_FUNCTION_TRACER is not set19471947+# CONFIG_SCHED_TRACER is not set19481948+# CONFIG_CONTEXT_SWITCH_TRACER is not set19491949+# CONFIG_EVENT_TRACER is not set19501950+# CONFIG_BOOT_TRACER is not set19511951+# CONFIG_TRACE_BRANCH_PROFILING is not set19521952+# CONFIG_STACK_TRACER is not set19531953+# CONFIG_KMEMTRACE is not set19541954+# CONFIG_WORKQUEUE_TRACER is not set19551955+# CONFIG_BLK_DEV_IO_TRACE is not set19561956+# CONFIG_DYNAMIC_DEBUG is not set19571957+# CONFIG_SAMPLES is not set19581958+CONFIG_HAVE_ARCH_KGDB=y19591959+# CONFIG_KGDB is not set19601960+CONFIG_ARM_UNWIND=y19611961+CONFIG_DEBUG_USER=y19621962+# CONFIG_DEBUG_ERRORS is not set19631963+# CONFIG_DEBUG_STACK_USAGE is not set19641964+# CONFIG_DEBUG_LL is not set19651965+CONFIG_DEBUG_S3C_UART=019661966+19671967+#19681968+# Security options19691969+#19701970+CONFIG_KEYS=y19711971+# CONFIG_KEYS_DEBUG_PROC_KEYS is not set19721972+# CONFIG_SECURITY is not set19731973+# CONFIG_SECURITYFS is not set19741974+CONFIG_SECURITY_FILE_CAPABILITIES=y19751975+CONFIG_CRYPTO=y19761976+19771977+#19781978+# Crypto core or helper19791979+#19801980+CONFIG_CRYPTO_FIPS=y19811981+CONFIG_CRYPTO_ALGAPI=y19821982+CONFIG_CRYPTO_ALGAPI2=y19831983+CONFIG_CRYPTO_AEAD=m19841984+CONFIG_CRYPTO_AEAD2=y19851985+CONFIG_CRYPTO_BLKCIPHER=y19861986+CONFIG_CRYPTO_BLKCIPHER2=y19871987+CONFIG_CRYPTO_HASH=y19881988+CONFIG_CRYPTO_HASH2=y19891989+CONFIG_CRYPTO_RNG=m19901990+CONFIG_CRYPTO_RNG2=y19911991+CONFIG_CRYPTO_PCOMP=y19921992+CONFIG_CRYPTO_MANAGER=y19931993+CONFIG_CRYPTO_MANAGER2=y19941994+CONFIG_CRYPTO_GF128MUL=m19951995+CONFIG_CRYPTO_NULL=m19961996+CONFIG_CRYPTO_WORKQUEUE=y19971997+CONFIG_CRYPTO_CRYPTD=m19981998+CONFIG_CRYPTO_AUTHENC=m19991999+CONFIG_CRYPTO_TEST=m20002000+20012001+#20022002+# Authenticated Encryption with Associated Data20032003+#20042004+CONFIG_CRYPTO_CCM=m20052005+CONFIG_CRYPTO_GCM=m20062006+CONFIG_CRYPTO_SEQIV=m20072007+20082008+#20092009+# Block modes20102010+#20112011+CONFIG_CRYPTO_CBC=y20122012+CONFIG_CRYPTO_CTR=m20132013+CONFIG_CRYPTO_CTS=m20142014+CONFIG_CRYPTO_ECB=y20152015+CONFIG_CRYPTO_LRW=m20162016+CONFIG_CRYPTO_PCBC=m20172017+CONFIG_CRYPTO_XTS=m20182018+20192019+#20202020+# Hash modes20212021+#20222022+CONFIG_CRYPTO_HMAC=y20232023+CONFIG_CRYPTO_XCBC=m20242024+20252025+#20262026+# Digest20272027+#20282028+CONFIG_CRYPTO_CRC32C=m20292029+CONFIG_CRYPTO_MD4=m20302030+CONFIG_CRYPTO_MD5=y20312031+CONFIG_CRYPTO_MICHAEL_MIC=y20322032+CONFIG_CRYPTO_RMD128=m20332033+CONFIG_CRYPTO_RMD160=m20342034+CONFIG_CRYPTO_RMD256=m20352035+CONFIG_CRYPTO_RMD320=m20362036+CONFIG_CRYPTO_SHA1=m20372037+CONFIG_CRYPTO_SHA256=m20382038+CONFIG_CRYPTO_SHA512=m20392039+CONFIG_CRYPTO_TGR192=m20402040+CONFIG_CRYPTO_WP512=m20412041+20422042+#20432043+# Ciphers20442044+#20452045+CONFIG_CRYPTO_AES=y20462046+CONFIG_CRYPTO_ANUBIS=m20472047+CONFIG_CRYPTO_ARC4=y20482048+CONFIG_CRYPTO_BLOWFISH=m20492049+CONFIG_CRYPTO_CAMELLIA=m20502050+CONFIG_CRYPTO_CAST5=m20512051+CONFIG_CRYPTO_CAST6=m20522052+CONFIG_CRYPTO_DES=y20532053+CONFIG_CRYPTO_FCRYPT=m20542054+CONFIG_CRYPTO_KHAZAD=m20552055+CONFIG_CRYPTO_SALSA20=m20562056+CONFIG_CRYPTO_SEED=m20572057+CONFIG_CRYPTO_SERPENT=m20582058+CONFIG_CRYPTO_TEA=m20592059+CONFIG_CRYPTO_TWOFISH=m20602060+CONFIG_CRYPTO_TWOFISH_COMMON=m20612061+20622062+#20632063+# Compression20642064+#20652065+CONFIG_CRYPTO_DEFLATE=m20662066+CONFIG_CRYPTO_ZLIB=m20672067+CONFIG_CRYPTO_LZO=m20682068+20692069+#20702070+# Random Number Generation20712071+#20722072+CONFIG_CRYPTO_ANSI_CPRNG=m20732073+CONFIG_CRYPTO_HW=y20742074+# CONFIG_BINARY_PRINTF is not set20752075+20762076+#20772077+# Library routines20782078+#20792079+CONFIG_BITREVERSE=y20802080+CONFIG_GENERIC_FIND_LAST_BIT=y20812081+CONFIG_CRC_CCITT=m20822082+CONFIG_CRC16=m20832083+CONFIG_CRC_T10DIF=y20842084+CONFIG_CRC_ITU_T=y20852085+CONFIG_CRC32=y20862086+CONFIG_CRC7=y20872087+CONFIG_LIBCRC32C=m20882088+CONFIG_ZLIB_INFLATE=y20892089+CONFIG_ZLIB_DEFLATE=y20902090+CONFIG_LZO_COMPRESS=m20912091+CONFIG_LZO_DECOMPRESS=m20922092+CONFIG_DECOMPRESS_GZIP=y20932093+CONFIG_DECOMPRESS_BZIP2=y20942094+CONFIG_DECOMPRESS_LZMA=y20952095+CONFIG_HAS_IOMEM=y20962096+CONFIG_HAS_DMA=y20972097+CONFIG_NLATTR=y
···8484 help8585 Say Y here if you are using the AT2440EVB development board86868787+config MACH_MINI24408888+ bool "MINI2440 development board"8989+ select CPU_S3C24409090+ select EEPROM_AT249191+ select LEDS_TRIGGER_BACKLIGHT9292+ select SND_S3C24XX_SOC_S3C24XX_UDA134X9393+ help9494+ Say Y here to select support for the MINI2440. Is a 10cm x 10cm board9595+ available via various sources. It can come with a 3.5" or 7" touch LCD.9696+8797endmenu8898
···2424 depends on ARCH_S3C24402525 select CPU_S3C244226262727+config MACH_NEO1973_GTA022828+ bool "Openmoko GTA02 / Freerunner phone"2929+ select CPU_S3C24423030+ select MFD_PCF506333131+ select PCF50633_GPIO3232+ select I2C3333+ select POWER_SUPPLY3434+ select MACH_NEO19733535+ select S3C2410_PWM3636+ help3737+ Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone3838+27392840endmenu2941