blob: 6a3ea1aa296045e36d278ab5eebd2f5cfc5f36a7 [file] [log] [blame]
Kumar Gala3a831562008-01-28 10:24:30 -06001#
2# Automatically generated make config: don't edit
Kumar Gala778544e2009-04-15 16:10:20 -05003# Linux kernel version: 2.6.30-rc2
4# Tue Apr 21 15:38:23 2009
Kumar Gala3a831562008-01-28 10:24:30 -06005#
6# CONFIG_PPC64 is not set
7
8#
9# Processor support
10#
11# CONFIG_6xx is not set
12CONFIG_PPC_85xx=y
13# CONFIG_PPC_8xx is not set
14# CONFIG_40x is not set
15# CONFIG_44x is not set
16# CONFIG_E200 is not set
17CONFIG_E500=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -050018# CONFIG_PPC_E500MC is not set
Kumar Gala3a831562008-01-28 10:24:30 -060019CONFIG_BOOKE=y
20CONFIG_FSL_BOOKE=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -050021CONFIG_FSL_EMB_PERFMON=y
Kumar Gala3a831562008-01-28 10:24:30 -060022# CONFIG_PHYS_64BIT is not set
23CONFIG_SPE=y
Kumar Gala993ac6b2009-01-26 19:59:55 -060024CONFIG_PPC_MMU_NOHASH=y
Kumar Gala778544e2009-04-15 16:10:20 -050025CONFIG_PPC_BOOK3E_MMU=y
Kumar Gala3a831562008-01-28 10:24:30 -060026# CONFIG_PPC_MM_SLICES is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -060027# CONFIG_SMP is not set
Kumar Gala3a831562008-01-28 10:24:30 -060028CONFIG_PPC32=y
29CONFIG_WORD_SIZE=32
Kumar Galaea371942008-11-08 12:32:41 -060030# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
Kumar Gala3a831562008-01-28 10:24:30 -060031CONFIG_MMU=y
32CONFIG_GENERIC_CMOS_UPDATE=y
33CONFIG_GENERIC_TIME=y
34CONFIG_GENERIC_TIME_VSYSCALL=y
35CONFIG_GENERIC_CLOCKEVENTS=y
36CONFIG_GENERIC_HARDIRQS=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -050037# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
Kumar Gala3a831562008-01-28 10:24:30 -060038CONFIG_IRQ_PER_CPU=y
Kumar Gala70b3ec32008-06-09 08:53:39 -050039CONFIG_STACKTRACE_SUPPORT=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -050040CONFIG_HAVE_LATENCYTOP_SUPPORT=y
Kumar Gala70b3ec32008-06-09 08:53:39 -050041CONFIG_LOCKDEP_SUPPORT=y
Kumar Gala3a831562008-01-28 10:24:30 -060042CONFIG_RWSEM_XCHGADD_ALGORITHM=y
43CONFIG_ARCH_HAS_ILOG2_U32=y
44CONFIG_GENERIC_HWEIGHT=y
45CONFIG_GENERIC_CALIBRATE_DELAY=y
46CONFIG_GENERIC_FIND_NEXT_BIT=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -050047CONFIG_GENERIC_GPIO=y
Kumar Gala3a831562008-01-28 10:24:30 -060048# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
49CONFIG_PPC=y
50CONFIG_EARLY_PRINTK=y
51CONFIG_GENERIC_NVRAM=y
Kumar Gala993ac6b2009-01-26 19:59:55 -060052CONFIG_SCHED_OMIT_FRAME_POINTER=y
Kumar Gala3a831562008-01-28 10:24:30 -060053CONFIG_ARCH_MAY_HAVE_PC_FDC=y
54CONFIG_PPC_OF=y
55CONFIG_OF=y
56CONFIG_PPC_UDBG_16550=y
57# CONFIG_GENERIC_TBSYNC is not set
58CONFIG_AUDIT_ARCH=y
59CONFIG_GENERIC_BUG=y
60CONFIG_DEFAULT_UIMAGE=y
61# CONFIG_PPC_DCR_NATIVE is not set
62# CONFIG_PPC_DCR_MMIO is not set
Kumar Gala778544e2009-04-15 16:10:20 -050063CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
Kumar Gala3a831562008-01-28 10:24:30 -060064CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
65
66#
67# General setup
68#
69CONFIG_EXPERIMENTAL=y
70CONFIG_BROKEN_ON_SMP=y
71CONFIG_INIT_ENV_ARG_LIMIT=32
72CONFIG_LOCALVERSION=""
73CONFIG_LOCALVERSION_AUTO=y
74CONFIG_SWAP=y
75CONFIG_SYSVIPC=y
76CONFIG_SYSVIPC_SYSCTL=y
77CONFIG_POSIX_MQUEUE=y
Kumar Gala778544e2009-04-15 16:10:20 -050078CONFIG_POSIX_MQUEUE_SYSCTL=y
Kumar Gala3a831562008-01-28 10:24:30 -060079CONFIG_BSD_PROCESS_ACCT=y
80# CONFIG_BSD_PROCESS_ACCT_V3 is not set
81# CONFIG_TASKSTATS is not set
Kumar Gala3a831562008-01-28 10:24:30 -060082CONFIG_AUDIT=y
83# CONFIG_AUDITSYSCALL is not set
Kumar Gala778544e2009-04-15 16:10:20 -050084
85#
86# RCU Subsystem
87#
88CONFIG_CLASSIC_RCU=y
89# CONFIG_TREE_RCU is not set
90# CONFIG_PREEMPT_RCU is not set
91# CONFIG_TREE_RCU_TRACE is not set
92# CONFIG_PREEMPT_RCU_TRACE is not set
Kumar Gala3a831562008-01-28 10:24:30 -060093CONFIG_IKCONFIG=y
94CONFIG_IKCONFIG_PROC=y
95CONFIG_LOG_BUF_SHIFT=14
Kumar Galaeff2f1e2008-03-24 08:56:06 -050096CONFIG_GROUP_SCHED=y
Kumar Gala3a831562008-01-28 10:24:30 -060097# CONFIG_FAIR_GROUP_SCHED is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -050098# CONFIG_RT_GROUP_SCHED is not set
99CONFIG_USER_SCHED=y
100# CONFIG_CGROUP_SCHED is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600101# CONFIG_CGROUPS is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600102CONFIG_SYSFS_DEPRECATED=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500103CONFIG_SYSFS_DEPRECATED_V2=y
Kumar Gala3a831562008-01-28 10:24:30 -0600104# CONFIG_RELAY is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500105# CONFIG_NAMESPACES is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600106CONFIG_BLK_DEV_INITRD=y
107CONFIG_INITRAMFS_SOURCE=""
Kumar Gala778544e2009-04-15 16:10:20 -0500108CONFIG_RD_GZIP=y
109# CONFIG_RD_BZIP2 is not set
110# CONFIG_RD_LZMA is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600111# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
112CONFIG_SYSCTL=y
Kumar Gala778544e2009-04-15 16:10:20 -0500113CONFIG_ANON_INODES=y
Kumar Gala3a831562008-01-28 10:24:30 -0600114CONFIG_EMBEDDED=y
115CONFIG_SYSCTL_SYSCALL=y
116CONFIG_KALLSYMS=y
117CONFIG_KALLSYMS_ALL=y
118CONFIG_KALLSYMS_EXTRA_PASS=y
Kumar Gala778544e2009-04-15 16:10:20 -0500119# CONFIG_STRIP_ASM_SYMS is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600120CONFIG_HOTPLUG=y
121CONFIG_PRINTK=y
122CONFIG_BUG=y
123CONFIG_ELF_CORE=y
124CONFIG_BASE_FULL=y
125CONFIG_FUTEX=y
Kumar Gala3a831562008-01-28 10:24:30 -0600126CONFIG_EPOLL=y
127CONFIG_SIGNALFD=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500128CONFIG_TIMERFD=y
Kumar Gala3a831562008-01-28 10:24:30 -0600129CONFIG_EVENTFD=y
130CONFIG_SHMEM=y
Kumar Galaea371942008-11-08 12:32:41 -0600131CONFIG_AIO=y
Kumar Gala3a831562008-01-28 10:24:30 -0600132CONFIG_VM_EVENT_COUNTERS=y
Kumar Galaea371942008-11-08 12:32:41 -0600133CONFIG_PCI_QUIRKS=y
Kumar Gala3a831562008-01-28 10:24:30 -0600134CONFIG_SLUB_DEBUG=y
Kumar Gala778544e2009-04-15 16:10:20 -0500135CONFIG_COMPAT_BRK=y
Kumar Gala3a831562008-01-28 10:24:30 -0600136# CONFIG_SLAB is not set
137CONFIG_SLUB=y
138# CONFIG_SLOB is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500139# CONFIG_PROFILING is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500140# CONFIG_MARKERS is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500141CONFIG_HAVE_OPROFILE=y
142# CONFIG_KPROBES is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500143CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
144CONFIG_HAVE_IOREMAP_PROT=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500145CONFIG_HAVE_KPROBES=y
146CONFIG_HAVE_KRETPROBES=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500147CONFIG_HAVE_ARCH_TRACEHOOK=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500148CONFIG_HAVE_CLK=y
Kumar Gala778544e2009-04-15 16:10:20 -0500149# CONFIG_SLOW_WORK is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500150# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600151CONFIG_SLABINFO=y
152CONFIG_RT_MUTEXES=y
Kumar Gala3a831562008-01-28 10:24:30 -0600153CONFIG_BASE_SMALL=0
154CONFIG_MODULES=y
Kumar Gala70b3ec32008-06-09 08:53:39 -0500155# CONFIG_MODULE_FORCE_LOAD is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600156CONFIG_MODULE_UNLOAD=y
157CONFIG_MODULE_FORCE_UNLOAD=y
158CONFIG_MODVERSIONS=y
159# CONFIG_MODULE_SRCVERSION_ALL is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600160CONFIG_BLOCK=y
161CONFIG_LBD=y
Kumar Gala3a831562008-01-28 10:24:30 -0600162# CONFIG_BLK_DEV_BSG is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500163# CONFIG_BLK_DEV_INTEGRITY is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600164
165#
166# IO Schedulers
167#
168CONFIG_IOSCHED_NOOP=y
169CONFIG_IOSCHED_AS=y
170CONFIG_IOSCHED_DEADLINE=y
171CONFIG_IOSCHED_CFQ=y
172# CONFIG_DEFAULT_AS is not set
173# CONFIG_DEFAULT_DEADLINE is not set
174CONFIG_DEFAULT_CFQ=y
175# CONFIG_DEFAULT_NOOP is not set
176CONFIG_DEFAULT_IOSCHED="cfq"
Kumar Galaea371942008-11-08 12:32:41 -0600177# CONFIG_FREEZER is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600178
179#
180# Platform support
181#
Kumar Gala3a831562008-01-28 10:24:30 -0600182# CONFIG_PPC_CELL is not set
183# CONFIG_PPC_CELL_NATIVE is not set
184# CONFIG_PQ2ADS is not set
185CONFIG_MPC85xx=y
186CONFIG_MPC8540_ADS=y
187CONFIG_MPC8560_ADS=y
188CONFIG_MPC85xx_CDS=y
189CONFIG_MPC85xx_MDS=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500190CONFIG_MPC8536_DS=y
Kumar Gala3a831562008-01-28 10:24:30 -0600191CONFIG_MPC85xx_DS=y
Kumar Gala778544e2009-04-15 16:10:20 -0500192# CONFIG_SOCRATES is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500193CONFIG_KSI8560=y
Kumar Gala3a831562008-01-28 10:24:30 -0600194# CONFIG_STX_GP3 is not set
195CONFIG_TQM8540=y
196CONFIG_TQM8541=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500197CONFIG_TQM8548=y
Kumar Gala3a831562008-01-28 10:24:30 -0600198CONFIG_TQM8555=y
199CONFIG_TQM8560=y
200CONFIG_SBC8548=y
201# CONFIG_SBC8560 is not set
202CONFIG_TQM85xx=y
203# CONFIG_IPIC is not set
204CONFIG_MPIC=y
205# CONFIG_MPIC_WEIRD is not set
206CONFIG_PPC_I8259=y
207# CONFIG_PPC_RTAS is not set
208# CONFIG_MMIO_NVRAM is not set
209# CONFIG_PPC_MPC106 is not set
210# CONFIG_PPC_970_NAP is not set
211# CONFIG_PPC_INDIRECT_IO is not set
212# CONFIG_GENERIC_IOMAP is not set
213# CONFIG_CPU_FREQ is not set
214CONFIG_QUICC_ENGINE=y
Kumar Galaea371942008-11-08 12:32:41 -0600215# CONFIG_QE_GPIO is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600216CONFIG_CPM2=y
Kumar Gala3a831562008-01-28 10:24:30 -0600217CONFIG_FSL_ULI1575=y
218CONFIG_CPM=y
Kumar Galaea371942008-11-08 12:32:41 -0600219# CONFIG_MPC8xxx_GPIO is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600220# CONFIG_SIMPLE_GPIO is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600221
222#
223# Kernel options
224#
225CONFIG_HIGHMEM=y
226CONFIG_TICK_ONESHOT=y
227CONFIG_NO_HZ=y
228CONFIG_HIGH_RES_TIMERS=y
229CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
230# CONFIG_HZ_100 is not set
231CONFIG_HZ_250=y
232# CONFIG_HZ_300 is not set
233# CONFIG_HZ_1000 is not set
234CONFIG_HZ=250
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500235CONFIG_SCHED_HRTICK=y
Kumar Gala3a831562008-01-28 10:24:30 -0600236CONFIG_PREEMPT_NONE=y
237# CONFIG_PREEMPT_VOLUNTARY is not set
238# CONFIG_PREEMPT is not set
239CONFIG_BINFMT_ELF=y
Kumar Galaea371942008-11-08 12:32:41 -0600240# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
241# CONFIG_HAVE_AOUT is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600242CONFIG_BINFMT_MISC=m
243CONFIG_MATH_EMULATION=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500244# CONFIG_IOMMU_HELPER is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600245CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500246CONFIG_ARCH_HAS_WALK_MEMORY=y
247CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
Kumar Gala3a831562008-01-28 10:24:30 -0600248CONFIG_ARCH_FLATMEM_ENABLE=y
249CONFIG_ARCH_POPULATES_NODE_MAP=y
250CONFIG_SELECT_MEMORY_MODEL=y
251CONFIG_FLATMEM_MANUAL=y
252# CONFIG_DISCONTIGMEM_MANUAL is not set
253# CONFIG_SPARSEMEM_MANUAL is not set
254CONFIG_FLATMEM=y
255CONFIG_FLAT_NODE_MEM_MAP=y
Kumar Gala70b3ec32008-06-09 08:53:39 -0500256CONFIG_PAGEFLAGS_EXTENDED=y
Kumar Gala3a831562008-01-28 10:24:30 -0600257CONFIG_SPLIT_PTLOCK_CPUS=4
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500258CONFIG_MIGRATION=y
Kumar Galaea371942008-11-08 12:32:41 -0600259# CONFIG_PHYS_ADDR_T_64BIT is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600260CONFIG_ZONE_DMA_FLAG=1
261CONFIG_BOUNCE=y
262CONFIG_VIRT_TO_BUS=y
Kumar Galaea371942008-11-08 12:32:41 -0600263CONFIG_UNEVICTABLE_LRU=y
Kumar Gala778544e2009-04-15 16:10:20 -0500264CONFIG_HAVE_MLOCK=y
265CONFIG_HAVE_MLOCKED_PAGE_BIT=y
Kumar Gala993ac6b2009-01-26 19:59:55 -0600266CONFIG_PPC_4K_PAGES=y
267# CONFIG_PPC_16K_PAGES is not set
268# CONFIG_PPC_64K_PAGES is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500269# CONFIG_PPC_256K_PAGES is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500270CONFIG_FORCE_MAX_ZONEORDER=11
Kumar Gala3a831562008-01-28 10:24:30 -0600271CONFIG_PROC_DEVICETREE=y
272# CONFIG_CMDLINE_BOOL is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500273CONFIG_EXTRA_TARGETS=""
Kumar Gala3a831562008-01-28 10:24:30 -0600274# CONFIG_PM is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600275CONFIG_SECCOMP=y
Kumar Gala3a831562008-01-28 10:24:30 -0600276CONFIG_ISA_DMA_API=y
277
278#
279# Bus options
280#
281CONFIG_ZONE_DMA=y
282CONFIG_GENERIC_ISA_DMA=y
283CONFIG_PPC_INDIRECT_PCI=y
284CONFIG_FSL_SOC=y
285CONFIG_FSL_PCI=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500286CONFIG_PPC_PCI_CHOICE=y
Kumar Gala3a831562008-01-28 10:24:30 -0600287CONFIG_PCI=y
288CONFIG_PCI_DOMAINS=y
289CONFIG_PCI_SYSCALL=y
290# CONFIG_PCIEPORTBUS is not set
291CONFIG_ARCH_SUPPORTS_MSI=y
292# CONFIG_PCI_MSI is not set
Kumar Galaea371942008-11-08 12:32:41 -0600293# CONFIG_PCI_LEGACY is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600294# CONFIG_PCI_DEBUG is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600295# CONFIG_PCI_STUB is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500296# CONFIG_PCI_IOV is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600297# CONFIG_PCCARD is not set
298# CONFIG_HOTPLUG_PCI is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500299# CONFIG_HAS_RAPIDIO is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600300
301#
302# Advanced setup
303#
304# CONFIG_ADVANCED_OPTIONS is not set
305
306#
307# Default settings for advanced configuration options are used
308#
Kumar Gala3a831562008-01-28 10:24:30 -0600309CONFIG_LOWMEM_SIZE=0x30000000
Kumar Gala778544e2009-04-15 16:10:20 -0500310CONFIG_LOWMEM_CAM_NUM=3
Kumar Gala70b3ec32008-06-09 08:53:39 -0500311CONFIG_PAGE_OFFSET=0xc0000000
Kumar Gala3a831562008-01-28 10:24:30 -0600312CONFIG_KERNEL_START=0xc0000000
Kumar Gala70b3ec32008-06-09 08:53:39 -0500313CONFIG_PHYSICAL_START=0x00000000
Kumar Gala778544e2009-04-15 16:10:20 -0500314CONFIG_PHYSICAL_ALIGN=0x04000000
Kumar Gala3a831562008-01-28 10:24:30 -0600315CONFIG_TASK_SIZE=0xc0000000
Kumar Gala3a831562008-01-28 10:24:30 -0600316CONFIG_NET=y
317
318#
319# Networking options
320#
321CONFIG_PACKET=y
322# CONFIG_PACKET_MMAP is not set
323CONFIG_UNIX=y
324CONFIG_XFRM=y
325CONFIG_XFRM_USER=y
326# CONFIG_XFRM_SUB_POLICY is not set
327# CONFIG_XFRM_MIGRATE is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500328# CONFIG_XFRM_STATISTICS is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600329CONFIG_NET_KEY=m
330# CONFIG_NET_KEY_MIGRATE is not set
331CONFIG_INET=y
332CONFIG_IP_MULTICAST=y
333CONFIG_IP_ADVANCED_ROUTER=y
334CONFIG_ASK_IP_FIB_HASH=y
335# CONFIG_IP_FIB_TRIE is not set
336CONFIG_IP_FIB_HASH=y
337CONFIG_IP_MULTIPLE_TABLES=y
338CONFIG_IP_ROUTE_MULTIPATH=y
339CONFIG_IP_ROUTE_VERBOSE=y
340CONFIG_IP_PNP=y
341CONFIG_IP_PNP_DHCP=y
342CONFIG_IP_PNP_BOOTP=y
343CONFIG_IP_PNP_RARP=y
344CONFIG_NET_IPIP=y
345CONFIG_NET_IPGRE=y
346CONFIG_NET_IPGRE_BROADCAST=y
347CONFIG_IP_MROUTE=y
348CONFIG_IP_PIMSM_V1=y
349CONFIG_IP_PIMSM_V2=y
350CONFIG_ARPD=y
351# CONFIG_SYN_COOKIES is not set
352# CONFIG_INET_AH is not set
353# CONFIG_INET_ESP is not set
354# CONFIG_INET_IPCOMP is not set
355# CONFIG_INET_XFRM_TUNNEL is not set
356CONFIG_INET_TUNNEL=y
357# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
358# CONFIG_INET_XFRM_MODE_TUNNEL is not set
359# CONFIG_INET_XFRM_MODE_BEET is not set
360# CONFIG_INET_LRO is not set
361CONFIG_INET_DIAG=y
362CONFIG_INET_TCP_DIAG=y
363# CONFIG_TCP_CONG_ADVANCED is not set
364CONFIG_TCP_CONG_CUBIC=y
365CONFIG_DEFAULT_TCP_CONG="cubic"
366# CONFIG_TCP_MD5SIG is not set
367CONFIG_IPV6=y
368# CONFIG_IPV6_PRIVACY is not set
369# CONFIG_IPV6_ROUTER_PREF is not set
370# CONFIG_IPV6_OPTIMISTIC_DAD is not set
371# CONFIG_INET6_AH is not set
372# CONFIG_INET6_ESP is not set
373# CONFIG_INET6_IPCOMP is not set
374# CONFIG_IPV6_MIP6 is not set
375# CONFIG_INET6_XFRM_TUNNEL is not set
376# CONFIG_INET6_TUNNEL is not set
377CONFIG_INET6_XFRM_MODE_TRANSPORT=y
378CONFIG_INET6_XFRM_MODE_TUNNEL=y
379CONFIG_INET6_XFRM_MODE_BEET=y
380# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
381CONFIG_IPV6_SIT=y
Kumar Gala70b3ec32008-06-09 08:53:39 -0500382CONFIG_IPV6_NDISC_NODETYPE=y
Kumar Gala3a831562008-01-28 10:24:30 -0600383# CONFIG_IPV6_TUNNEL is not set
384# CONFIG_IPV6_MULTIPLE_TABLES is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500385# CONFIG_IPV6_MROUTE is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600386# CONFIG_NETWORK_SECMARK is not set
387# CONFIG_NETFILTER is not set
388# CONFIG_IP_DCCP is not set
389CONFIG_IP_SCTP=m
390# CONFIG_SCTP_DBG_MSG is not set
391# CONFIG_SCTP_DBG_OBJCNT is not set
392# CONFIG_SCTP_HMAC_NONE is not set
393# CONFIG_SCTP_HMAC_SHA1 is not set
394CONFIG_SCTP_HMAC_MD5=y
395# CONFIG_TIPC is not set
396# CONFIG_ATM is not set
397# CONFIG_BRIDGE is not set
Kumar Galaea371942008-11-08 12:32:41 -0600398# CONFIG_NET_DSA is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600399# CONFIG_VLAN_8021Q is not set
400# CONFIG_DECNET is not set
401# CONFIG_LLC2 is not set
402# CONFIG_IPX is not set
403# CONFIG_ATALK is not set
404# CONFIG_X25 is not set
405# CONFIG_LAPB is not set
406# CONFIG_ECONET is not set
407# CONFIG_WAN_ROUTER is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500408# CONFIG_PHONET is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600409# CONFIG_NET_SCHED is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600410# CONFIG_DCB is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600411
412#
413# Network testing
414#
415# CONFIG_NET_PKTGEN is not set
416# CONFIG_HAMRADIO is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500417# CONFIG_CAN is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600418# CONFIG_IRDA is not set
419# CONFIG_BT is not set
420# CONFIG_AF_RXRPC is not set
421CONFIG_FIB_RULES=y
Kumar Galaea371942008-11-08 12:32:41 -0600422CONFIG_WIRELESS=y
Kumar Gala3a831562008-01-28 10:24:30 -0600423# CONFIG_CFG80211 is not set
Kumar Galaea371942008-11-08 12:32:41 -0600424CONFIG_WIRELESS_OLD_REGULATORY=y
Kumar Gala3a831562008-01-28 10:24:30 -0600425# CONFIG_WIRELESS_EXT is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600426# CONFIG_LIB80211 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600427# CONFIG_MAC80211 is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600428# CONFIG_WIMAX is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600429# CONFIG_RFKILL is not set
430# CONFIG_NET_9P is not set
431
432#
433# Device Drivers
434#
435
436#
437# Generic Driver Options
438#
439CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
440CONFIG_STANDALONE=y
441CONFIG_PREVENT_FIRMWARE_BUILD=y
442CONFIG_FW_LOADER=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500443CONFIG_FIRMWARE_IN_KERNEL=y
444CONFIG_EXTRA_FIRMWARE=""
Kumar Gala3a831562008-01-28 10:24:30 -0600445# CONFIG_DEBUG_DRIVER is not set
446# CONFIG_DEBUG_DEVRES is not set
447# CONFIG_SYS_HYPERVISOR is not set
448# CONFIG_CONNECTOR is not set
449# CONFIG_MTD is not set
450CONFIG_OF_DEVICE=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500451CONFIG_OF_GPIO=y
Kumar Gala70b3ec32008-06-09 08:53:39 -0500452CONFIG_OF_I2C=y
Kumar Gala3a831562008-01-28 10:24:30 -0600453# CONFIG_PARPORT is not set
454CONFIG_BLK_DEV=y
455# CONFIG_BLK_DEV_FD is not set
456# CONFIG_BLK_CPQ_DA is not set
457# CONFIG_BLK_CPQ_CISS_DA is not set
458# CONFIG_BLK_DEV_DAC960 is not set
459# CONFIG_BLK_DEV_UMEM is not set
460# CONFIG_BLK_DEV_COW_COMMON is not set
461CONFIG_BLK_DEV_LOOP=y
462# CONFIG_BLK_DEV_CRYPTOLOOP is not set
463CONFIG_BLK_DEV_NBD=y
464# CONFIG_BLK_DEV_SX8 is not set
465# CONFIG_BLK_DEV_UB is not set
466CONFIG_BLK_DEV_RAM=y
467CONFIG_BLK_DEV_RAM_COUNT=16
468CONFIG_BLK_DEV_RAM_SIZE=131072
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500469# CONFIG_BLK_DEV_XIP is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600470# CONFIG_CDROM_PKTCDVD is not set
471# CONFIG_ATA_OVER_ETH is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500472# CONFIG_BLK_DEV_HD is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600473CONFIG_MISC_DEVICES=y
474# CONFIG_PHANTOM is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600475# CONFIG_SGI_IOC4 is not set
476# CONFIG_TIFM_CORE is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600477# CONFIG_ICS932S401 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500478# CONFIG_ENCLOSURE_SERVICES is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500479# CONFIG_HP_ILO is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500480# CONFIG_ISL29003 is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600481# CONFIG_C2PORT is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500482
483#
484# EEPROM support
485#
486# CONFIG_EEPROM_AT24 is not set
487CONFIG_EEPROM_LEGACY=y
488# CONFIG_EEPROM_93CX6 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500489CONFIG_HAVE_IDE=y
Kumar Gala3a831562008-01-28 10:24:30 -0600490# CONFIG_IDE is not set
491
492#
493# SCSI device support
494#
495# CONFIG_RAID_ATTRS is not set
496CONFIG_SCSI=y
497CONFIG_SCSI_DMA=y
498# CONFIG_SCSI_TGT is not set
499# CONFIG_SCSI_NETLINK is not set
500CONFIG_SCSI_PROC_FS=y
501
502#
503# SCSI support type (disk, tape, CD-ROM)
504#
505CONFIG_BLK_DEV_SD=y
506CONFIG_CHR_DEV_ST=y
507# CONFIG_CHR_DEV_OSST is not set
508CONFIG_BLK_DEV_SR=y
509# CONFIG_BLK_DEV_SR_VENDOR is not set
510CONFIG_CHR_DEV_SG=y
511# CONFIG_CHR_DEV_SCH is not set
512
513#
514# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
515#
516CONFIG_SCSI_MULTI_LUN=y
517# CONFIG_SCSI_CONSTANTS is not set
518CONFIG_SCSI_LOGGING=y
519# CONFIG_SCSI_SCAN_ASYNC is not set
520CONFIG_SCSI_WAIT_SCAN=m
521
522#
523# SCSI Transports
524#
525# CONFIG_SCSI_SPI_ATTRS is not set
526# CONFIG_SCSI_FC_ATTRS is not set
527# CONFIG_SCSI_ISCSI_ATTRS is not set
528# CONFIG_SCSI_SAS_LIBSAS is not set
529# CONFIG_SCSI_SRP_ATTRS is not set
530CONFIG_SCSI_LOWLEVEL=y
531# CONFIG_ISCSI_TCP is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600532# CONFIG_SCSI_CXGB3_ISCSI is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600533# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
534# CONFIG_SCSI_3W_9XXX is not set
535# CONFIG_SCSI_ACARD is not set
536# CONFIG_SCSI_AACRAID is not set
537# CONFIG_SCSI_AIC7XXX is not set
538# CONFIG_SCSI_AIC7XXX_OLD is not set
539# CONFIG_SCSI_AIC79XX is not set
540# CONFIG_SCSI_AIC94XX is not set
541# CONFIG_SCSI_DPT_I2O is not set
542# CONFIG_SCSI_ADVANSYS is not set
543# CONFIG_SCSI_ARCMSR is not set
544# CONFIG_MEGARAID_NEWGEN is not set
545# CONFIG_MEGARAID_LEGACY is not set
546# CONFIG_MEGARAID_SAS is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500547# CONFIG_SCSI_MPT2SAS is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600548# CONFIG_SCSI_HPTIOP is not set
549# CONFIG_SCSI_BUSLOGIC is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600550# CONFIG_LIBFC is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500551# CONFIG_LIBFCOE is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600552# CONFIG_FCOE is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600553# CONFIG_SCSI_DMX3191D is not set
554# CONFIG_SCSI_EATA is not set
555# CONFIG_SCSI_FUTURE_DOMAIN is not set
556# CONFIG_SCSI_GDTH is not set
557# CONFIG_SCSI_IPS is not set
558# CONFIG_SCSI_INITIO is not set
559# CONFIG_SCSI_INIA100 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500560# CONFIG_SCSI_MVSAS is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600561# CONFIG_SCSI_STEX is not set
562# CONFIG_SCSI_SYM53C8XX_2 is not set
563# CONFIG_SCSI_IPR is not set
564# CONFIG_SCSI_QLOGIC_1280 is not set
565# CONFIG_SCSI_QLA_FC is not set
566# CONFIG_SCSI_QLA_ISCSI is not set
567# CONFIG_SCSI_LPFC is not set
568# CONFIG_SCSI_DC395x is not set
569# CONFIG_SCSI_DC390T is not set
570# CONFIG_SCSI_NSP32 is not set
571# CONFIG_SCSI_DEBUG is not set
572# CONFIG_SCSI_SRP is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500573# CONFIG_SCSI_DH is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500574# CONFIG_SCSI_OSD_INITIATOR is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600575CONFIG_ATA=y
576# CONFIG_ATA_NONSTANDARD is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500577CONFIG_SATA_PMP=y
Kumar Gala3a831562008-01-28 10:24:30 -0600578CONFIG_SATA_AHCI=y
Kumar Gala70b3ec32008-06-09 08:53:39 -0500579# CONFIG_SATA_SIL24 is not set
580CONFIG_SATA_FSL=y
581CONFIG_ATA_SFF=y
Kumar Gala3a831562008-01-28 10:24:30 -0600582# CONFIG_SATA_SVW is not set
583# CONFIG_ATA_PIIX is not set
584# CONFIG_SATA_MV is not set
585# CONFIG_SATA_NV is not set
586# CONFIG_PDC_ADMA is not set
587# CONFIG_SATA_QSTOR is not set
588# CONFIG_SATA_PROMISE is not set
589# CONFIG_SATA_SX4 is not set
590# CONFIG_SATA_SIL is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600591# CONFIG_SATA_SIS is not set
592# CONFIG_SATA_ULI is not set
593# CONFIG_SATA_VIA is not set
594# CONFIG_SATA_VITESSE is not set
595# CONFIG_SATA_INIC162X is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600596CONFIG_PATA_ALI=y
597# CONFIG_PATA_AMD is not set
598# CONFIG_PATA_ARTOP is not set
599# CONFIG_PATA_ATIIXP is not set
600# CONFIG_PATA_CMD640_PCI is not set
601# CONFIG_PATA_CMD64X is not set
602# CONFIG_PATA_CS5520 is not set
603# CONFIG_PATA_CS5530 is not set
604# CONFIG_PATA_CYPRESS is not set
605# CONFIG_PATA_EFAR is not set
606# CONFIG_ATA_GENERIC is not set
607# CONFIG_PATA_HPT366 is not set
608# CONFIG_PATA_HPT37X is not set
609# CONFIG_PATA_HPT3X2N is not set
610# CONFIG_PATA_HPT3X3 is not set
611# CONFIG_PATA_IT821X is not set
612# CONFIG_PATA_IT8213 is not set
613# CONFIG_PATA_JMICRON is not set
614# CONFIG_PATA_TRIFLEX is not set
615# CONFIG_PATA_MARVELL is not set
616# CONFIG_PATA_MPIIX is not set
617# CONFIG_PATA_OLDPIIX is not set
618# CONFIG_PATA_NETCELL is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500619# CONFIG_PATA_NINJA32 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600620# CONFIG_PATA_NS87410 is not set
621# CONFIG_PATA_NS87415 is not set
622# CONFIG_PATA_OPTI is not set
623# CONFIG_PATA_OPTIDMA is not set
624# CONFIG_PATA_PDC_OLD is not set
625# CONFIG_PATA_RADISYS is not set
626# CONFIG_PATA_RZ1000 is not set
627# CONFIG_PATA_SC1200 is not set
628# CONFIG_PATA_SERVERWORKS is not set
629# CONFIG_PATA_PDC2027X is not set
630# CONFIG_PATA_SIL680 is not set
631# CONFIG_PATA_SIS is not set
632# CONFIG_PATA_VIA is not set
633# CONFIG_PATA_WINBOND is not set
634# CONFIG_PATA_PLATFORM is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500635# CONFIG_PATA_SCH is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600636# CONFIG_MD is not set
637# CONFIG_FUSION is not set
638
639#
640# IEEE 1394 (FireWire) support
641#
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500642
643#
644# Enable only one of the two stacks, unless you know what you are doing
645#
Kumar Gala3a831562008-01-28 10:24:30 -0600646# CONFIG_FIREWIRE is not set
647# CONFIG_IEEE1394 is not set
648# CONFIG_I2O is not set
649# CONFIG_MACINTOSH_DRIVERS is not set
650CONFIG_NETDEVICES=y
Kumar Gala778544e2009-04-15 16:10:20 -0500651CONFIG_COMPAT_NET_DEV_OPS=y
Kumar Gala3a831562008-01-28 10:24:30 -0600652CONFIG_DUMMY=y
653# CONFIG_BONDING is not set
654# CONFIG_MACVLAN is not set
655# CONFIG_EQUALIZER is not set
656# CONFIG_TUN is not set
657# CONFIG_VETH is not set
658# CONFIG_ARCNET is not set
659CONFIG_PHYLIB=y
660
661#
662# MII PHY device drivers
663#
664# CONFIG_MARVELL_PHY is not set
665# CONFIG_DAVICOM_PHY is not set
666# CONFIG_QSEMI_PHY is not set
667# CONFIG_LXT_PHY is not set
668# CONFIG_CICADA_PHY is not set
669CONFIG_VITESSE_PHY=y
670# CONFIG_SMSC_PHY is not set
671# CONFIG_BROADCOM_PHY is not set
672# CONFIG_ICPLUS_PHY is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500673# CONFIG_REALTEK_PHY is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600674# CONFIG_NATIONAL_PHY is not set
675# CONFIG_STE10XP is not set
676# CONFIG_LSI_ET1011C_PHY is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600677# CONFIG_FIXED_PHY is not set
678# CONFIG_MDIO_BITBANG is not set
679CONFIG_NET_ETHERNET=y
680CONFIG_MII=y
681# CONFIG_HAPPYMEAL is not set
682# CONFIG_SUNGEM is not set
683# CONFIG_CASSINI is not set
684# CONFIG_NET_VENDOR_3COM is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500685# CONFIG_ETHOC is not set
686# CONFIG_DNET is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600687# CONFIG_NET_TULIP is not set
688# CONFIG_HP100 is not set
689# CONFIG_IBM_NEW_EMAC_ZMII is not set
690# CONFIG_IBM_NEW_EMAC_RGMII is not set
691# CONFIG_IBM_NEW_EMAC_TAH is not set
692# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
Kumar Galaea371942008-11-08 12:32:41 -0600693# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
694# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
695# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600696# CONFIG_NET_PCI is not set
697# CONFIG_B44 is not set
Kumar Galaea371942008-11-08 12:32:41 -0600698# CONFIG_ATL2 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600699# CONFIG_FS_ENET is not set
700CONFIG_NETDEV_1000=y
701# CONFIG_ACENIC is not set
702# CONFIG_DL2K is not set
703# CONFIG_E1000 is not set
704# CONFIG_E1000E is not set
705# CONFIG_IP1000 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500706# CONFIG_IGB is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500707# CONFIG_IGBVF is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600708# CONFIG_NS83820 is not set
709# CONFIG_HAMACHI is not set
710# CONFIG_YELLOWFIN is not set
711# CONFIG_R8169 is not set
712# CONFIG_SIS190 is not set
713# CONFIG_SKGE is not set
714# CONFIG_SKY2 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600715# CONFIG_VIA_VELOCITY is not set
716# CONFIG_TIGON3 is not set
717# CONFIG_BNX2 is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500718CONFIG_FSL_PQ_MDIO=y
Kumar Gala3a831562008-01-28 10:24:30 -0600719CONFIG_GIANFAR=y
Kumar Gala3a831562008-01-28 10:24:30 -0600720# CONFIG_UCC_GETH is not set
721# CONFIG_QLA3XXX is not set
722# CONFIG_ATL1 is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500723# CONFIG_ATL1E is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500724# CONFIG_ATL1C is not set
Kumar Galaea371942008-11-08 12:32:41 -0600725# CONFIG_JME is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600726CONFIG_NETDEV_10000=y
727# CONFIG_CHELSIO_T1 is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600728CONFIG_CHELSIO_T3_DEPENDS=y
Kumar Gala3a831562008-01-28 10:24:30 -0600729# CONFIG_CHELSIO_T3 is not set
Kumar Galaea371942008-11-08 12:32:41 -0600730# CONFIG_ENIC is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600731# CONFIG_IXGBE is not set
732# CONFIG_IXGB is not set
733# CONFIG_S2IO is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500734# CONFIG_VXGE is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600735# CONFIG_MYRI10GE is not set
736# CONFIG_NETXEN_NIC is not set
737# CONFIG_NIU is not set
Kumar Galaea371942008-11-08 12:32:41 -0600738# CONFIG_MLX4_EN is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600739# CONFIG_MLX4_CORE is not set
740# CONFIG_TEHUTI is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500741# CONFIG_BNX2X is not set
Kumar Galaea371942008-11-08 12:32:41 -0600742# CONFIG_QLGE is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500743# CONFIG_SFC is not set
Kumar Gala778544e2009-04-15 16:10:20 -0500744# CONFIG_BE2NET is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600745# CONFIG_TR is not set
746
747#
748# Wireless LAN
749#
750# CONFIG_WLAN_PRE80211 is not set
751# CONFIG_WLAN_80211 is not set
752
753#
Kumar Gala993ac6b2009-01-26 19:59:55 -0600754# Enable WiMAX (Networking options) to see the WiMAX drivers
755#
756
757#
Kumar Gala3a831562008-01-28 10:24:30 -0600758# USB Network Adapters
759#
760# CONFIG_USB_CATC is not set
761# CONFIG_USB_KAWETH is not set
762# CONFIG_USB_PEGASUS is not set
763# CONFIG_USB_RTL8150 is not set
764# CONFIG_USB_USBNET is not set
765# CONFIG_WAN is not set
766# CONFIG_FDDI is not set
767# CONFIG_HIPPI is not set
768# CONFIG_PPP is not set
769# CONFIG_SLIP is not set
770# CONFIG_NET_FC is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600771# CONFIG_NETCONSOLE is not set
772# CONFIG_NETPOLL is not set
773# CONFIG_NET_POLL_CONTROLLER is not set
774# CONFIG_ISDN is not set
775# CONFIG_PHONE is not set
776
777#
778# Input device support
779#
780CONFIG_INPUT=y
Kumar Galaea371942008-11-08 12:32:41 -0600781CONFIG_INPUT_FF_MEMLESS=m
Kumar Gala3a831562008-01-28 10:24:30 -0600782# CONFIG_INPUT_POLLDEV is not set
783
784#
785# Userland interfaces
786#
787# CONFIG_INPUT_MOUSEDEV is not set
788# CONFIG_INPUT_JOYDEV is not set
789# CONFIG_INPUT_EVDEV is not set
790# CONFIG_INPUT_EVBUG is not set
791
792#
793# Input Device Drivers
794#
795# CONFIG_INPUT_KEYBOARD is not set
796# CONFIG_INPUT_MOUSE is not set
797# CONFIG_INPUT_JOYSTICK is not set
798# CONFIG_INPUT_TABLET is not set
799# CONFIG_INPUT_TOUCHSCREEN is not set
800# CONFIG_INPUT_MISC is not set
801
802#
803# Hardware I/O ports
804#
805CONFIG_SERIO=y
806CONFIG_SERIO_I8042=y
807CONFIG_SERIO_SERPORT=y
808# CONFIG_SERIO_PCIPS2 is not set
809CONFIG_SERIO_LIBPS2=y
810# CONFIG_SERIO_RAW is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500811# CONFIG_SERIO_XILINX_XPS_PS2 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600812# CONFIG_GAMEPORT is not set
813
814#
815# Character devices
816#
817CONFIG_VT=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500818CONFIG_CONSOLE_TRANSLATIONS=y
Kumar Gala3a831562008-01-28 10:24:30 -0600819CONFIG_VT_CONSOLE=y
820CONFIG_HW_CONSOLE=y
821# CONFIG_VT_HW_CONSOLE_BINDING is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500822CONFIG_DEVKMEM=y
Kumar Gala3a831562008-01-28 10:24:30 -0600823# CONFIG_SERIAL_NONSTANDARD is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500824# CONFIG_NOZOMI is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600825
826#
827# Serial drivers
828#
829CONFIG_SERIAL_8250=y
830CONFIG_SERIAL_8250_CONSOLE=y
831CONFIG_SERIAL_8250_PCI=y
832CONFIG_SERIAL_8250_NR_UARTS=2
833CONFIG_SERIAL_8250_RUNTIME_UARTS=2
834CONFIG_SERIAL_8250_EXTENDED=y
835CONFIG_SERIAL_8250_MANY_PORTS=y
836CONFIG_SERIAL_8250_SHARE_IRQ=y
837CONFIG_SERIAL_8250_DETECT_IRQ=y
838CONFIG_SERIAL_8250_RSA=y
839
840#
841# Non-8250 serial port support
842#
843# CONFIG_SERIAL_UARTLITE is not set
844CONFIG_SERIAL_CORE=y
845CONFIG_SERIAL_CORE_CONSOLE=y
846# CONFIG_SERIAL_CPM is not set
847# CONFIG_SERIAL_JSM is not set
848# CONFIG_SERIAL_OF_PLATFORM is not set
849# CONFIG_SERIAL_QE is not set
850CONFIG_UNIX98_PTYS=y
Kumar Gala993ac6b2009-01-26 19:59:55 -0600851# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600852CONFIG_LEGACY_PTYS=y
853CONFIG_LEGACY_PTY_COUNT=256
Kumar Gala993ac6b2009-01-26 19:59:55 -0600854# CONFIG_HVC_UDBG is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600855# CONFIG_IPMI_HANDLER is not set
856# CONFIG_HW_RANDOM is not set
857CONFIG_NVRAM=y
Kumar Gala3a831562008-01-28 10:24:30 -0600858# CONFIG_R3964 is not set
859# CONFIG_APPLICOM is not set
860# CONFIG_RAW_DRIVER is not set
861# CONFIG_TCG_TPM is not set
862CONFIG_DEVPORT=y
863CONFIG_I2C=y
864CONFIG_I2C_BOARDINFO=y
865# CONFIG_I2C_CHARDEV is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500866CONFIG_I2C_HELPER_AUTO=y
Kumar Gala3a831562008-01-28 10:24:30 -0600867
868#
Kumar Gala3a831562008-01-28 10:24:30 -0600869# I2C Hardware Bus support
870#
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500871
872#
873# PC SMBus host controller drivers
874#
Kumar Gala3a831562008-01-28 10:24:30 -0600875# CONFIG_I2C_ALI1535 is not set
876# CONFIG_I2C_ALI1563 is not set
877# CONFIG_I2C_ALI15X3 is not set
878# CONFIG_I2C_AMD756 is not set
879# CONFIG_I2C_AMD8111 is not set
880# CONFIG_I2C_I801 is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500881# CONFIG_I2C_ISCH is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600882# CONFIG_I2C_PIIX4 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600883# CONFIG_I2C_NFORCE2 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600884# CONFIG_I2C_SIS5595 is not set
885# CONFIG_I2C_SIS630 is not set
886# CONFIG_I2C_SIS96X is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600887# CONFIG_I2C_VIA is not set
888# CONFIG_I2C_VIAPRO is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500889
890#
891# I2C system bus drivers (mostly embedded / system-on-chip)
892#
893# CONFIG_I2C_CPM is not set
894# CONFIG_I2C_GPIO is not set
895CONFIG_I2C_MPC=y
896# CONFIG_I2C_OCORES is not set
897# CONFIG_I2C_SIMTEC is not set
898
899#
900# External I2C/SMBus adapter drivers
901#
902# CONFIG_I2C_PARPORT_LIGHT is not set
903# CONFIG_I2C_TAOS_EVM is not set
904# CONFIG_I2C_TINY_USB is not set
905
906#
907# Graphics adapter I2C/DDC channel drivers
908#
Kumar Gala3a831562008-01-28 10:24:30 -0600909# CONFIG_I2C_VOODOO3 is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500910
911#
912# Other I2C/SMBus bus drivers
913#
Kumar Gala70b3ec32008-06-09 08:53:39 -0500914# CONFIG_I2C_PCA_PLATFORM is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500915# CONFIG_I2C_STUB is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600916
917#
918# Miscellaneous I2C Chip support
919#
Kumar Gala3a831562008-01-28 10:24:30 -0600920# CONFIG_DS1682 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600921# CONFIG_SENSORS_PCF8574 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500922# CONFIG_PCF8575 is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500923# CONFIG_SENSORS_PCA9539 is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600924# CONFIG_SENSORS_MAX6875 is not set
925# CONFIG_SENSORS_TSL2550 is not set
926# CONFIG_I2C_DEBUG_CORE is not set
927# CONFIG_I2C_DEBUG_ALGO is not set
928# CONFIG_I2C_DEBUG_BUS is not set
929# CONFIG_I2C_DEBUG_CHIP is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600930# CONFIG_SPI is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500931CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
932CONFIG_ARCH_REQUIRE_GPIOLIB=y
933CONFIG_GPIOLIB=y
934# CONFIG_DEBUG_GPIO is not set
935# CONFIG_GPIO_SYSFS is not set
936
937#
Kumar Gala993ac6b2009-01-26 19:59:55 -0600938# Memory mapped GPIO expanders:
939#
940# CONFIG_GPIO_XILINX is not set
941
942#
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500943# I2C GPIO expanders:
944#
945# CONFIG_GPIO_MAX732X is not set
946# CONFIG_GPIO_PCA953X is not set
947# CONFIG_GPIO_PCF857X is not set
948
949#
950# PCI GPIO expanders:
951#
952# CONFIG_GPIO_BT8XX is not set
953
954#
955# SPI GPIO expanders:
956#
Kumar Gala3a831562008-01-28 10:24:30 -0600957# CONFIG_W1 is not set
958# CONFIG_POWER_SUPPLY is not set
959# CONFIG_HWMON is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -0500960# CONFIG_THERMAL is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500961# CONFIG_THERMAL_HWMON is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600962# CONFIG_WATCHDOG is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600963CONFIG_SSB_POSSIBLE=y
Kumar Gala3a831562008-01-28 10:24:30 -0600964
965#
966# Sonics Silicon Backplane
967#
Kumar Gala3a831562008-01-28 10:24:30 -0600968# CONFIG_SSB is not set
969
970#
971# Multifunction device drivers
972#
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500973# CONFIG_MFD_CORE is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600974# CONFIG_MFD_SM501 is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -0500975# CONFIG_HTC_PASIC3 is not set
Kumar Galaea371942008-11-08 12:32:41 -0600976# CONFIG_UCB1400_CORE is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600977# CONFIG_TPS65010 is not set
978# CONFIG_TWL4030_CORE is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -0500979# CONFIG_MFD_TMIO is not set
Kumar Galaea371942008-11-08 12:32:41 -0600980# CONFIG_PMIC_DA903X is not set
981# CONFIG_MFD_WM8400 is not set
982# CONFIG_MFD_WM8350_I2C is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -0600983# CONFIG_MFD_PCF50633 is not set
Kumar Galaea371942008-11-08 12:32:41 -0600984# CONFIG_REGULATOR is not set
Kumar Gala3a831562008-01-28 10:24:30 -0600985
986#
987# Multimedia devices
988#
Kumar Gala70b3ec32008-06-09 08:53:39 -0500989
990#
991# Multimedia core support
992#
Kumar Gala3a831562008-01-28 10:24:30 -0600993# CONFIG_VIDEO_DEV is not set
994CONFIG_DVB_CORE=m
Kumar Gala70b3ec32008-06-09 08:53:39 -0500995CONFIG_VIDEO_MEDIA=m
996
997#
998# Multimedia drivers
999#
1000# CONFIG_MEDIA_ATTACH is not set
1001CONFIG_MEDIA_TUNER=m
Kumar Gala778544e2009-04-15 16:10:20 -05001002# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001003CONFIG_MEDIA_TUNER_SIMPLE=m
1004CONFIG_MEDIA_TUNER_TDA8290=m
1005CONFIG_MEDIA_TUNER_TDA9887=m
1006CONFIG_MEDIA_TUNER_TEA5761=m
1007CONFIG_MEDIA_TUNER_TEA5767=m
1008CONFIG_MEDIA_TUNER_MT20XX=m
1009CONFIG_MEDIA_TUNER_XC2028=m
1010CONFIG_MEDIA_TUNER_XC5000=m
Kumar Gala778544e2009-04-15 16:10:20 -05001011CONFIG_MEDIA_TUNER_MC44S803=m
Kumar Gala993ac6b2009-01-26 19:59:55 -06001012# CONFIG_DVB_DYNAMIC_MINORS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001013CONFIG_DVB_CAPTURE_DRIVERS=y
1014
1015#
1016# Supported SAA7146 based PCI Adapters
1017#
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001018# CONFIG_TTPCI_EEPROM is not set
1019# CONFIG_DVB_BUDGET_CORE is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001020
1021#
1022# Supported USB Adapters
1023#
1024# CONFIG_DVB_USB is not set
1025# CONFIG_DVB_TTUSB_BUDGET is not set
1026# CONFIG_DVB_TTUSB_DEC is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001027# CONFIG_DVB_SIANO_SMS1XXX is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001028
1029#
1030# Supported FlexCopII (B2C2) Adapters
1031#
1032# CONFIG_DVB_B2C2_FLEXCOP is not set
1033
1034#
1035# Supported BT878 Adapters
1036#
1037
1038#
1039# Supported Pluto2 Adapters
1040#
1041# CONFIG_DVB_PLUTO2 is not set
1042
1043#
Kumar Galaea371942008-11-08 12:32:41 -06001044# Supported SDMC DM1105 Adapters
1045#
1046# CONFIG_DVB_DM1105 is not set
1047
1048#
Kumar Gala3a831562008-01-28 10:24:30 -06001049# Supported DVB Frontends
1050#
Kumar Gala3a831562008-01-28 10:24:30 -06001051# CONFIG_DVB_FE_CUSTOMISE is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001052CONFIG_DAB=y
1053# CONFIG_USB_DABUSB is not set
1054
1055#
1056# Graphics support
1057#
1058# CONFIG_AGP is not set
1059# CONFIG_DRM is not set
1060# CONFIG_VGASTATE is not set
1061CONFIG_VIDEO_OUTPUT_CONTROL=y
1062# CONFIG_FB is not set
1063# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1064
1065#
1066# Display device support
1067#
1068# CONFIG_DISPLAY_SUPPORT is not set
1069
1070#
1071# Console display driver support
1072#
1073CONFIG_VGA_CONSOLE=y
1074# CONFIG_VGACON_SOFT_SCROLLBACK is not set
1075CONFIG_DUMMY_CONSOLE=y
Kumar Gala3a831562008-01-28 10:24:30 -06001076CONFIG_SOUND=y
Kumar Galaea371942008-11-08 12:32:41 -06001077CONFIG_SOUND_OSS_CORE=y
Kumar Gala3a831562008-01-28 10:24:30 -06001078CONFIG_SND=y
1079CONFIG_SND_TIMER=y
1080CONFIG_SND_PCM=y
1081# CONFIG_SND_SEQUENCER is not set
Timur Tabiac8a1012008-06-24 17:35:02 -05001082CONFIG_SND_OSSEMUL=y
1083CONFIG_SND_MIXER_OSS=y
1084CONFIG_SND_PCM_OSS=y
1085CONFIG_SND_PCM_OSS_PLUGINS=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001086# CONFIG_SND_HRTIMER is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001087# CONFIG_SND_DYNAMIC_MINORS is not set
Timur Tabiac8a1012008-06-24 17:35:02 -05001088# CONFIG_SND_SUPPORT_OLD_API is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001089CONFIG_SND_VERBOSE_PROCFS=y
1090# CONFIG_SND_VERBOSE_PRINTK is not set
1091# CONFIG_SND_DEBUG is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001092CONFIG_SND_VMASTER=y
Kumar Gala3a831562008-01-28 10:24:30 -06001093CONFIG_SND_AC97_CODEC=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001094CONFIG_SND_DRIVERS=y
Kumar Gala3a831562008-01-28 10:24:30 -06001095# CONFIG_SND_DUMMY is not set
1096# CONFIG_SND_MTPAV is not set
1097# CONFIG_SND_SERIAL_U16550 is not set
1098# CONFIG_SND_MPU401 is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001099# CONFIG_SND_AC97_POWER_SAVE is not set
1100CONFIG_SND_PCI=y
Kumar Gala3a831562008-01-28 10:24:30 -06001101# CONFIG_SND_AD1889 is not set
1102# CONFIG_SND_ALS300 is not set
1103# CONFIG_SND_ALS4000 is not set
1104# CONFIG_SND_ALI5451 is not set
1105# CONFIG_SND_ATIIXP is not set
1106# CONFIG_SND_ATIIXP_MODEM is not set
1107# CONFIG_SND_AU8810 is not set
1108# CONFIG_SND_AU8820 is not set
1109# CONFIG_SND_AU8830 is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001110# CONFIG_SND_AW2 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001111# CONFIG_SND_AZT3328 is not set
1112# CONFIG_SND_BT87X is not set
1113# CONFIG_SND_CA0106 is not set
1114# CONFIG_SND_CMIPCI is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001115# CONFIG_SND_OXYGEN is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001116# CONFIG_SND_CS4281 is not set
1117# CONFIG_SND_CS46XX is not set
1118# CONFIG_SND_CS5530 is not set
1119# CONFIG_SND_DARLA20 is not set
1120# CONFIG_SND_GINA20 is not set
1121# CONFIG_SND_LAYLA20 is not set
1122# CONFIG_SND_DARLA24 is not set
1123# CONFIG_SND_GINA24 is not set
1124# CONFIG_SND_LAYLA24 is not set
1125# CONFIG_SND_MONA is not set
1126# CONFIG_SND_MIA is not set
1127# CONFIG_SND_ECHO3G is not set
1128# CONFIG_SND_INDIGO is not set
1129# CONFIG_SND_INDIGOIO is not set
1130# CONFIG_SND_INDIGODJ is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001131# CONFIG_SND_INDIGOIOX is not set
1132# CONFIG_SND_INDIGODJX is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001133# CONFIG_SND_EMU10K1 is not set
1134# CONFIG_SND_EMU10K1X is not set
1135# CONFIG_SND_ENS1370 is not set
1136# CONFIG_SND_ENS1371 is not set
1137# CONFIG_SND_ES1938 is not set
1138# CONFIG_SND_ES1968 is not set
1139# CONFIG_SND_FM801 is not set
1140# CONFIG_SND_HDA_INTEL is not set
1141# CONFIG_SND_HDSP is not set
1142# CONFIG_SND_HDSPM is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001143# CONFIG_SND_HIFIER is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001144# CONFIG_SND_ICE1712 is not set
1145# CONFIG_SND_ICE1724 is not set
1146CONFIG_SND_INTEL8X0=y
1147# CONFIG_SND_INTEL8X0M is not set
1148# CONFIG_SND_KORG1212 is not set
1149# CONFIG_SND_MAESTRO3 is not set
1150# CONFIG_SND_MIXART is not set
1151# CONFIG_SND_NM256 is not set
1152# CONFIG_SND_PCXHR is not set
1153# CONFIG_SND_RIPTIDE is not set
1154# CONFIG_SND_RME32 is not set
1155# CONFIG_SND_RME96 is not set
1156# CONFIG_SND_RME9652 is not set
1157# CONFIG_SND_SONICVIBES is not set
1158# CONFIG_SND_TRIDENT is not set
1159# CONFIG_SND_VIA82XX is not set
1160# CONFIG_SND_VIA82XX_MODEM is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001161# CONFIG_SND_VIRTUOSO is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001162# CONFIG_SND_VX222 is not set
1163# CONFIG_SND_YMFPCI is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001164CONFIG_SND_PPC=y
1165CONFIG_SND_USB=y
Kumar Gala3a831562008-01-28 10:24:30 -06001166# CONFIG_SND_USB_AUDIO is not set
1167# CONFIG_SND_USB_USX2Y is not set
1168# CONFIG_SND_USB_CAIAQ is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001169# CONFIG_SND_SOC is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001170# CONFIG_SOUND_PRIME is not set
1171CONFIG_AC97_BUS=y
1172CONFIG_HID_SUPPORT=y
1173CONFIG_HID=y
1174# CONFIG_HID_DEBUG is not set
1175# CONFIG_HIDRAW is not set
1176
1177#
1178# USB Input Devices
1179#
1180CONFIG_USB_HID=y
Kumar Galaea371942008-11-08 12:32:41 -06001181# CONFIG_HID_PID is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001182# CONFIG_USB_HIDDEV is not set
Kumar Galaea371942008-11-08 12:32:41 -06001183
1184#
1185# Special HID drivers
1186#
Kumar Galaea371942008-11-08 12:32:41 -06001187CONFIG_HID_A4TECH=y
1188CONFIG_HID_APPLE=y
1189CONFIG_HID_BELKIN=y
Kumar Galaea371942008-11-08 12:32:41 -06001190CONFIG_HID_CHERRY=y
1191CONFIG_HID_CHICONY=y
1192CONFIG_HID_CYPRESS=y
Kumar Gala778544e2009-04-15 16:10:20 -05001193# CONFIG_DRAGONRISE_FF is not set
Kumar Galaea371942008-11-08 12:32:41 -06001194CONFIG_HID_EZKEY=y
Kumar Gala778544e2009-04-15 16:10:20 -05001195# CONFIG_HID_KYE is not set
Kumar Galaea371942008-11-08 12:32:41 -06001196CONFIG_HID_GYRATION=y
Kumar Gala778544e2009-04-15 16:10:20 -05001197# CONFIG_HID_KENSINGTON is not set
Kumar Galaea371942008-11-08 12:32:41 -06001198CONFIG_HID_LOGITECH=y
1199# CONFIG_LOGITECH_FF is not set
1200# CONFIG_LOGIRUMBLEPAD2_FF is not set
1201CONFIG_HID_MICROSOFT=y
1202CONFIG_HID_MONTEREY=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001203# CONFIG_HID_NTRIG is not set
Kumar Galaea371942008-11-08 12:32:41 -06001204CONFIG_HID_PANTHERLORD=y
1205# CONFIG_PANTHERLORD_FF is not set
1206CONFIG_HID_PETALYNX=y
1207CONFIG_HID_SAMSUNG=y
1208CONFIG_HID_SONY=y
1209CONFIG_HID_SUNPLUS=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001210# CONFIG_GREENASIA_FF is not set
1211# CONFIG_HID_TOPSEED is not set
Kumar Galaea371942008-11-08 12:32:41 -06001212CONFIG_THRUSTMASTER_FF=m
1213CONFIG_ZEROPLUS_FF=m
Kumar Gala3a831562008-01-28 10:24:30 -06001214CONFIG_USB_SUPPORT=y
1215CONFIG_USB_ARCH_HAS_HCD=y
1216CONFIG_USB_ARCH_HAS_OHCI=y
1217CONFIG_USB_ARCH_HAS_EHCI=y
1218CONFIG_USB=y
1219# CONFIG_USB_DEBUG is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001220# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001221
1222#
1223# Miscellaneous USB options
1224#
1225CONFIG_USB_DEVICEFS=y
1226CONFIG_USB_DEVICE_CLASS=y
1227# CONFIG_USB_DYNAMIC_MINORS is not set
1228# CONFIG_USB_OTG is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001229# CONFIG_USB_OTG_WHITELIST is not set
1230# CONFIG_USB_OTG_BLACKLIST_HUB is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001231CONFIG_USB_MON=y
Kumar Galaea371942008-11-08 12:32:41 -06001232# CONFIG_USB_WUSB is not set
1233# CONFIG_USB_WUSB_CBAF is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001234
1235#
1236# USB Host Controller Drivers
1237#
Kumar Gala70b3ec32008-06-09 08:53:39 -05001238# CONFIG_USB_C67X00_HCD is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001239CONFIG_USB_EHCI_HCD=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001240CONFIG_USB_EHCI_ROOT_HUB_TT=y
Kumar Gala3a831562008-01-28 10:24:30 -06001241# CONFIG_USB_EHCI_TT_NEWSCHED is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001242CONFIG_USB_EHCI_FSL=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001243CONFIG_USB_EHCI_HCD_PPC_OF=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001244# CONFIG_USB_OXU210HP_HCD is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001245# CONFIG_USB_ISP116X_HCD is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001246# CONFIG_USB_ISP1760_HCD is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001247CONFIG_USB_OHCI_HCD=y
1248CONFIG_USB_OHCI_HCD_PPC_OF=y
1249CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
1250CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
1251CONFIG_USB_OHCI_HCD_PCI=y
1252CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
1253CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
1254CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1255# CONFIG_USB_UHCI_HCD is not set
1256# CONFIG_USB_SL811_HCD is not set
1257# CONFIG_USB_R8A66597_HCD is not set
Kumar Galaea371942008-11-08 12:32:41 -06001258# CONFIG_USB_WHCI_HCD is not set
1259# CONFIG_USB_HWA_HCD is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001260# CONFIG_USB_MUSB_HDRC is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001261
1262#
1263# USB Device Class drivers
1264#
1265# CONFIG_USB_ACM is not set
1266# CONFIG_USB_PRINTER is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001267# CONFIG_USB_WDM is not set
Kumar Galaea371942008-11-08 12:32:41 -06001268# CONFIG_USB_TMC is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001269
1270#
Kumar Gala778544e2009-04-15 16:10:20 -05001271# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
Kumar Gala3a831562008-01-28 10:24:30 -06001272#
1273
1274#
Kumar Gala778544e2009-04-15 16:10:20 -05001275# also be needed; see USB_STORAGE Help for more info
Kumar Gala3a831562008-01-28 10:24:30 -06001276#
1277CONFIG_USB_STORAGE=y
1278# CONFIG_USB_STORAGE_DEBUG is not set
1279# CONFIG_USB_STORAGE_DATAFAB is not set
1280# CONFIG_USB_STORAGE_FREECOM is not set
1281# CONFIG_USB_STORAGE_ISD200 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001282# CONFIG_USB_STORAGE_USBAT is not set
1283# CONFIG_USB_STORAGE_SDDR09 is not set
1284# CONFIG_USB_STORAGE_SDDR55 is not set
1285# CONFIG_USB_STORAGE_JUMPSHOT is not set
1286# CONFIG_USB_STORAGE_ALAUDA is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001287# CONFIG_USB_STORAGE_ONETOUCH is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001288# CONFIG_USB_STORAGE_KARMA is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001289# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001290# CONFIG_USB_LIBUSUAL is not set
1291
1292#
1293# USB Imaging devices
1294#
1295# CONFIG_USB_MDC800 is not set
1296# CONFIG_USB_MICROTEK is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001297
1298#
1299# USB port drivers
1300#
Kumar Gala3a831562008-01-28 10:24:30 -06001301# CONFIG_USB_SERIAL is not set
1302
1303#
1304# USB Miscellaneous drivers
1305#
1306# CONFIG_USB_EMI62 is not set
1307# CONFIG_USB_EMI26 is not set
1308# CONFIG_USB_ADUTUX is not set
Kumar Galaea371942008-11-08 12:32:41 -06001309# CONFIG_USB_SEVSEG is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001310# CONFIG_USB_RIO500 is not set
1311# CONFIG_USB_LEGOTOWER is not set
1312# CONFIG_USB_LCD is not set
1313# CONFIG_USB_BERRY_CHARGE is not set
1314# CONFIG_USB_LED is not set
1315# CONFIG_USB_CYPRESS_CY7C63 is not set
1316# CONFIG_USB_CYTHERM is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001317# CONFIG_USB_IDMOUSE is not set
1318# CONFIG_USB_FTDI_ELAN is not set
1319# CONFIG_USB_APPLEDISPLAY is not set
1320# CONFIG_USB_SISUSBVGA is not set
1321# CONFIG_USB_LD is not set
1322# CONFIG_USB_TRANCEVIBRATOR is not set
1323# CONFIG_USB_IOWARRIOR is not set
1324# CONFIG_USB_TEST is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001325# CONFIG_USB_ISIGHTFW is not set
Kumar Galaea371942008-11-08 12:32:41 -06001326# CONFIG_USB_VST is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001327# CONFIG_USB_GADGET is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001328
1329#
1330# OTG and related infrastructure
1331#
1332# CONFIG_USB_GPIO_VBUS is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001333# CONFIG_NOP_USB_XCEIV is not set
Kumar Galaea371942008-11-08 12:32:41 -06001334# CONFIG_UWB is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001335# CONFIG_MMC is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001336# CONFIG_MEMSTICK is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001337# CONFIG_NEW_LEDS is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001338# CONFIG_ACCESSIBILITY is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001339# CONFIG_INFINIBAND is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001340CONFIG_EDAC=y
1341
1342#
1343# Reporting subsystems
1344#
1345# CONFIG_EDAC_DEBUG is not set
1346CONFIG_EDAC_MM_EDAC=y
1347CONFIG_EDAC_MPC85XX=y
Kumar Gala778544e2009-04-15 16:10:20 -05001348# CONFIG_EDAC_AMD8131 is not set
1349# CONFIG_EDAC_AMD8111 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001350CONFIG_RTC_LIB=y
1351CONFIG_RTC_CLASS=y
1352CONFIG_RTC_HCTOSYS=y
1353CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
1354# CONFIG_RTC_DEBUG is not set
1355
1356#
1357# RTC interfaces
1358#
1359CONFIG_RTC_INTF_SYSFS=y
1360CONFIG_RTC_INTF_PROC=y
1361CONFIG_RTC_INTF_DEV=y
1362# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1363# CONFIG_RTC_DRV_TEST is not set
1364
1365#
1366# I2C RTC drivers
1367#
1368# CONFIG_RTC_DRV_DS1307 is not set
1369# CONFIG_RTC_DRV_DS1374 is not set
1370# CONFIG_RTC_DRV_DS1672 is not set
1371# CONFIG_RTC_DRV_MAX6900 is not set
1372# CONFIG_RTC_DRV_RS5C372 is not set
1373# CONFIG_RTC_DRV_ISL1208 is not set
1374# CONFIG_RTC_DRV_X1205 is not set
1375# CONFIG_RTC_DRV_PCF8563 is not set
1376# CONFIG_RTC_DRV_PCF8583 is not set
1377# CONFIG_RTC_DRV_M41T80 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001378# CONFIG_RTC_DRV_S35390A is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001379# CONFIG_RTC_DRV_FM3130 is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001380# CONFIG_RTC_DRV_RX8581 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001381
1382#
1383# SPI RTC drivers
1384#
1385
1386#
1387# Platform RTC drivers
1388#
1389CONFIG_RTC_DRV_CMOS=y
Kumar Galaea371942008-11-08 12:32:41 -06001390# CONFIG_RTC_DRV_DS1286 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001391# CONFIG_RTC_DRV_DS1511 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001392# CONFIG_RTC_DRV_DS1553 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001393# CONFIG_RTC_DRV_DS1742 is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001394# CONFIG_RTC_DRV_STK17TA8 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001395# CONFIG_RTC_DRV_M48T86 is not set
Kumar Galaea371942008-11-08 12:32:41 -06001396# CONFIG_RTC_DRV_M48T35 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001397# CONFIG_RTC_DRV_M48T59 is not set
Kumar Galaea371942008-11-08 12:32:41 -06001398# CONFIG_RTC_DRV_BQ4802 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001399# CONFIG_RTC_DRV_V3020 is not set
1400
1401#
1402# on-CPU RTC drivers
1403#
Kumar Gala778544e2009-04-15 16:10:20 -05001404# CONFIG_RTC_DRV_GENERIC is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001405CONFIG_DMADEVICES=y
Kumar Gala3a831562008-01-28 10:24:30 -06001406
1407#
Kumar Gala70b3ec32008-06-09 08:53:39 -05001408# DMA Devices
Kumar Gala3a831562008-01-28 10:24:30 -06001409#
Kumar Gala70b3ec32008-06-09 08:53:39 -05001410CONFIG_FSL_DMA=y
1411CONFIG_DMA_ENGINE=y
1412
1413#
1414# DMA Clients
1415#
1416# CONFIG_NET_DMA is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001417# CONFIG_ASYNC_TX_DMA is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001418# CONFIG_DMATEST is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001419# CONFIG_AUXDISPLAY is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001420# CONFIG_UIO is not set
Kumar Galaea371942008-11-08 12:32:41 -06001421# CONFIG_STAGING is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001422
1423#
1424# File systems
1425#
1426CONFIG_EXT2_FS=y
1427# CONFIG_EXT2_FS_XATTR is not set
1428# CONFIG_EXT2_FS_XIP is not set
1429CONFIG_EXT3_FS=y
Kumar Gala778544e2009-04-15 16:10:20 -05001430# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001431CONFIG_EXT3_FS_XATTR=y
1432# CONFIG_EXT3_FS_POSIX_ACL is not set
1433# CONFIG_EXT3_FS_SECURITY is not set
Kumar Galaea371942008-11-08 12:32:41 -06001434# CONFIG_EXT4_FS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001435CONFIG_JBD=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001436# CONFIG_JBD_DEBUG is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001437CONFIG_FS_MBCACHE=y
1438# CONFIG_REISERFS_FS is not set
1439# CONFIG_JFS_FS is not set
1440# CONFIG_FS_POSIX_ACL is not set
Kumar Galaea371942008-11-08 12:32:41 -06001441CONFIG_FILE_LOCKING=y
Kumar Gala3a831562008-01-28 10:24:30 -06001442# CONFIG_XFS_FS is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001443# CONFIG_GFS2_FS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001444# CONFIG_OCFS2_FS is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001445# CONFIG_BTRFS_FS is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001446CONFIG_DNOTIFY=y
Kumar Gala3a831562008-01-28 10:24:30 -06001447CONFIG_INOTIFY=y
1448CONFIG_INOTIFY_USER=y
1449# CONFIG_QUOTA is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001450# CONFIG_AUTOFS_FS is not set
1451# CONFIG_AUTOFS4_FS is not set
1452# CONFIG_FUSE_FS is not set
1453
1454#
Kumar Gala778544e2009-04-15 16:10:20 -05001455# Caches
1456#
1457# CONFIG_FSCACHE is not set
1458
1459#
Kumar Gala3a831562008-01-28 10:24:30 -06001460# CD-ROM/DVD Filesystems
1461#
1462CONFIG_ISO9660_FS=m
1463CONFIG_JOLIET=y
1464CONFIG_ZISOFS=y
1465CONFIG_UDF_FS=m
1466CONFIG_UDF_NLS=y
1467
1468#
1469# DOS/FAT/NT Filesystems
1470#
1471CONFIG_FAT_FS=y
1472CONFIG_MSDOS_FS=m
1473CONFIG_VFAT_FS=y
1474CONFIG_FAT_DEFAULT_CODEPAGE=437
1475CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1476CONFIG_NTFS_FS=y
1477# CONFIG_NTFS_DEBUG is not set
1478# CONFIG_NTFS_RW is not set
1479
1480#
1481# Pseudo filesystems
1482#
1483CONFIG_PROC_FS=y
1484CONFIG_PROC_KCORE=y
1485CONFIG_PROC_SYSCTL=y
Kumar Galaea371942008-11-08 12:32:41 -06001486CONFIG_PROC_PAGE_MONITOR=y
Kumar Gala3a831562008-01-28 10:24:30 -06001487CONFIG_SYSFS=y
1488CONFIG_TMPFS=y
1489# CONFIG_TMPFS_POSIX_ACL is not set
1490# CONFIG_HUGETLB_PAGE is not set
1491# CONFIG_CONFIGFS_FS is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001492CONFIG_MISC_FILESYSTEMS=y
Kumar Gala3a831562008-01-28 10:24:30 -06001493CONFIG_ADFS_FS=m
1494# CONFIG_ADFS_FS_RW is not set
1495CONFIG_AFFS_FS=m
1496CONFIG_HFS_FS=m
1497CONFIG_HFSPLUS_FS=m
1498CONFIG_BEFS_FS=m
1499# CONFIG_BEFS_DEBUG is not set
1500CONFIG_BFS_FS=m
1501CONFIG_EFS_FS=m
1502CONFIG_CRAMFS=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001503# CONFIG_SQUASHFS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001504CONFIG_VXFS_FS=m
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001505# CONFIG_MINIX_FS is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001506# CONFIG_OMFS_FS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001507CONFIG_HPFS_FS=m
1508CONFIG_QNX4FS_FS=m
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001509# CONFIG_ROMFS_FS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001510CONFIG_SYSV_FS=m
1511CONFIG_UFS_FS=m
1512# CONFIG_UFS_FS_WRITE is not set
1513# CONFIG_UFS_DEBUG is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001514# CONFIG_NILFS2_FS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001515CONFIG_NETWORK_FILESYSTEMS=y
1516CONFIG_NFS_FS=y
1517CONFIG_NFS_V3=y
1518# CONFIG_NFS_V3_ACL is not set
1519CONFIG_NFS_V4=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001520CONFIG_ROOT_NFS=y
Kumar Gala3a831562008-01-28 10:24:30 -06001521CONFIG_NFSD=y
1522# CONFIG_NFSD_V3 is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001523# CONFIG_NFSD_V4 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001524CONFIG_LOCKD=y
1525CONFIG_LOCKD_V4=y
1526CONFIG_EXPORTFS=y
1527CONFIG_NFS_COMMON=y
1528CONFIG_SUNRPC=y
1529CONFIG_SUNRPC_GSS=y
Kumar Gala3a831562008-01-28 10:24:30 -06001530CONFIG_RPCSEC_GSS_KRB5=y
1531# CONFIG_RPCSEC_GSS_SPKM3 is not set
1532# CONFIG_SMB_FS is not set
1533# CONFIG_CIFS is not set
1534# CONFIG_NCP_FS is not set
1535# CONFIG_CODA_FS is not set
1536# CONFIG_AFS_FS is not set
1537
1538#
1539# Partition Types
1540#
1541CONFIG_PARTITION_ADVANCED=y
1542# CONFIG_ACORN_PARTITION is not set
1543# CONFIG_OSF_PARTITION is not set
1544# CONFIG_AMIGA_PARTITION is not set
1545# CONFIG_ATARI_PARTITION is not set
1546CONFIG_MAC_PARTITION=y
1547CONFIG_MSDOS_PARTITION=y
1548# CONFIG_BSD_DISKLABEL is not set
1549# CONFIG_MINIX_SUBPARTITION is not set
1550# CONFIG_SOLARIS_X86_PARTITION is not set
1551# CONFIG_UNIXWARE_DISKLABEL is not set
1552# CONFIG_LDM_PARTITION is not set
1553# CONFIG_SGI_PARTITION is not set
1554# CONFIG_ULTRIX_PARTITION is not set
1555# CONFIG_SUN_PARTITION is not set
1556# CONFIG_KARMA_PARTITION is not set
1557# CONFIG_EFI_PARTITION is not set
1558# CONFIG_SYSV68_PARTITION is not set
1559CONFIG_NLS=y
1560CONFIG_NLS_DEFAULT="iso8859-1"
1561# CONFIG_NLS_CODEPAGE_437 is not set
1562# CONFIG_NLS_CODEPAGE_737 is not set
1563# CONFIG_NLS_CODEPAGE_775 is not set
1564# CONFIG_NLS_CODEPAGE_850 is not set
1565# CONFIG_NLS_CODEPAGE_852 is not set
1566# CONFIG_NLS_CODEPAGE_855 is not set
1567# CONFIG_NLS_CODEPAGE_857 is not set
1568# CONFIG_NLS_CODEPAGE_860 is not set
1569# CONFIG_NLS_CODEPAGE_861 is not set
1570# CONFIG_NLS_CODEPAGE_862 is not set
1571# CONFIG_NLS_CODEPAGE_863 is not set
1572# CONFIG_NLS_CODEPAGE_864 is not set
1573# CONFIG_NLS_CODEPAGE_865 is not set
1574# CONFIG_NLS_CODEPAGE_866 is not set
1575# CONFIG_NLS_CODEPAGE_869 is not set
1576# CONFIG_NLS_CODEPAGE_936 is not set
1577# CONFIG_NLS_CODEPAGE_950 is not set
1578# CONFIG_NLS_CODEPAGE_932 is not set
1579# CONFIG_NLS_CODEPAGE_949 is not set
1580# CONFIG_NLS_CODEPAGE_874 is not set
1581# CONFIG_NLS_ISO8859_8 is not set
1582# CONFIG_NLS_CODEPAGE_1250 is not set
1583# CONFIG_NLS_CODEPAGE_1251 is not set
1584# CONFIG_NLS_ASCII is not set
1585# CONFIG_NLS_ISO8859_1 is not set
1586# CONFIG_NLS_ISO8859_2 is not set
1587# CONFIG_NLS_ISO8859_3 is not set
1588# CONFIG_NLS_ISO8859_4 is not set
1589# CONFIG_NLS_ISO8859_5 is not set
1590# CONFIG_NLS_ISO8859_6 is not set
1591# CONFIG_NLS_ISO8859_7 is not set
1592# CONFIG_NLS_ISO8859_9 is not set
1593# CONFIG_NLS_ISO8859_13 is not set
1594# CONFIG_NLS_ISO8859_14 is not set
1595# CONFIG_NLS_ISO8859_15 is not set
1596# CONFIG_NLS_KOI8_R is not set
1597# CONFIG_NLS_KOI8_U is not set
1598CONFIG_NLS_UTF8=m
1599# CONFIG_DLM is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001600# CONFIG_BINARY_PRINTF is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001601
1602#
1603# Library routines
1604#
1605CONFIG_BITREVERSE=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001606CONFIG_GENERIC_FIND_LAST_BIT=y
Kumar Gala3a831562008-01-28 10:24:30 -06001607# CONFIG_CRC_CCITT is not set
1608# CONFIG_CRC16 is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001609CONFIG_CRC_T10DIF=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001610CONFIG_CRC_ITU_T=m
Kumar Gala3a831562008-01-28 10:24:30 -06001611CONFIG_CRC32=y
1612# CONFIG_CRC7 is not set
1613CONFIG_LIBCRC32C=m
1614CONFIG_ZLIB_INFLATE=y
Kumar Gala778544e2009-04-15 16:10:20 -05001615CONFIG_DECOMPRESS_GZIP=y
Kumar Gala3a831562008-01-28 10:24:30 -06001616CONFIG_HAS_IOMEM=y
1617CONFIG_HAS_IOPORT=y
1618CONFIG_HAS_DMA=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001619CONFIG_HAVE_LMB=y
Kumar Gala778544e2009-04-15 16:10:20 -05001620CONFIG_NLATTR=y
Kumar Gala3a831562008-01-28 10:24:30 -06001621
1622#
1623# Kernel hacking
1624#
1625# CONFIG_PRINTK_TIME is not set
1626CONFIG_ENABLE_WARN_DEPRECATED=y
1627CONFIG_ENABLE_MUST_CHECK=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001628CONFIG_FRAME_WARN=1024
Kumar Gala3a831562008-01-28 10:24:30 -06001629# CONFIG_MAGIC_SYSRQ is not set
1630# CONFIG_UNUSED_SYMBOLS is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001631CONFIG_DEBUG_FS=y
Kumar Gala3a831562008-01-28 10:24:30 -06001632# CONFIG_HEADERS_CHECK is not set
1633CONFIG_DEBUG_KERNEL=y
1634# CONFIG_DEBUG_SHIRQ is not set
1635CONFIG_DETECT_SOFTLOCKUP=y
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001636# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
1637CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
Kumar Gala778544e2009-04-15 16:10:20 -05001638CONFIG_DETECT_HUNG_TASK=y
1639# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
1640CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
Kumar Gala3a831562008-01-28 10:24:30 -06001641CONFIG_SCHED_DEBUG=y
1642# CONFIG_SCHEDSTATS is not set
1643# CONFIG_TIMER_STATS is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001644# CONFIG_DEBUG_OBJECTS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001645# CONFIG_SLUB_DEBUG_ON is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001646# CONFIG_SLUB_STATS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001647# CONFIG_DEBUG_RT_MUTEXES is not set
1648# CONFIG_RT_MUTEX_TESTER is not set
1649# CONFIG_DEBUG_SPINLOCK is not set
1650# CONFIG_DEBUG_MUTEXES is not set
1651# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1652# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1653# CONFIG_DEBUG_KOBJECT is not set
1654# CONFIG_DEBUG_HIGHMEM is not set
1655# CONFIG_DEBUG_BUGVERBOSE is not set
1656CONFIG_DEBUG_INFO=y
1657# CONFIG_DEBUG_VM is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001658# CONFIG_DEBUG_WRITECOUNT is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001659# CONFIG_DEBUG_MEMORY_INIT is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001660# CONFIG_DEBUG_LIST is not set
1661# CONFIG_DEBUG_SG is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001662# CONFIG_DEBUG_NOTIFIERS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001663# CONFIG_BOOT_PRINTK_DELAY is not set
1664# CONFIG_RCU_TORTURE_TEST is not set
Kumar Galaea371942008-11-08 12:32:41 -06001665# CONFIG_RCU_CPU_STALL_DETECTOR is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001666# CONFIG_BACKTRACE_SELF_TEST is not set
Kumar Galaea371942008-11-08 12:32:41 -06001667# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001668# CONFIG_FAULT_INJECTION is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001669# CONFIG_LATENCYTOP is not set
1670CONFIG_SYSCTL_SYSCALL_CHECK=y
Kumar Gala778544e2009-04-15 16:10:20 -05001671# CONFIG_DEBUG_PAGEALLOC is not set
Kumar Galaea371942008-11-08 12:32:41 -06001672CONFIG_HAVE_FUNCTION_TRACER=y
Kumar Gala778544e2009-04-15 16:10:20 -05001673CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001674CONFIG_HAVE_DYNAMIC_FTRACE=y
1675CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
Kumar Gala778544e2009-04-15 16:10:20 -05001676CONFIG_TRACING_SUPPORT=y
Kumar Galaea371942008-11-08 12:32:41 -06001677
1678#
1679# Tracers
1680#
1681# CONFIG_FUNCTION_TRACER is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001682# CONFIG_SCHED_TRACER is not set
1683# CONFIG_CONTEXT_SWITCH_TRACER is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001684# CONFIG_EVENT_TRACER is not set
Kumar Galaea371942008-11-08 12:32:41 -06001685# CONFIG_BOOT_TRACER is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001686# CONFIG_TRACE_BRANCH_PROFILING is not set
Kumar Galaea371942008-11-08 12:32:41 -06001687# CONFIG_STACK_TRACER is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001688# CONFIG_KMEMTRACE is not set
1689# CONFIG_WORKQUEUE_TRACER is not set
1690# CONFIG_BLK_DEV_IO_TRACE is not set
1691# CONFIG_DYNAMIC_DEBUG is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001692# CONFIG_SAMPLES is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001693CONFIG_HAVE_ARCH_KGDB=y
1694# CONFIG_KGDB is not set
Kumar Gala993ac6b2009-01-26 19:59:55 -06001695CONFIG_PRINT_STACK_DEPTH=64
Kumar Gala3a831562008-01-28 10:24:30 -06001696# CONFIG_DEBUG_STACKOVERFLOW is not set
1697# CONFIG_DEBUG_STACK_USAGE is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001698# CONFIG_CODE_PATCHING_SELFTEST is not set
1699# CONFIG_FTR_FIXUP_SELFTEST is not set
Kumar Galaea371942008-11-08 12:32:41 -06001700# CONFIG_MSI_BITMAP_SELFTEST is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001701# CONFIG_XMON is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001702# CONFIG_IRQSTACKS is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001703CONFIG_VIRQ_DEBUG=y
Kumar Gala3a831562008-01-28 10:24:30 -06001704# CONFIG_BDI_SWITCH is not set
1705# CONFIG_PPC_EARLY_DEBUG is not set
1706
1707#
1708# Security options
1709#
1710# CONFIG_KEYS is not set
1711# CONFIG_SECURITY is not set
Kumar Galaea371942008-11-08 12:32:41 -06001712# CONFIG_SECURITYFS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001713# CONFIG_SECURITY_FILE_CAPABILITIES is not set
1714CONFIG_CRYPTO=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001715
1716#
1717# Crypto core or helper
1718#
Kumar Galaea371942008-11-08 12:32:41 -06001719# CONFIG_CRYPTO_FIPS is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001720CONFIG_CRYPTO_ALGAPI=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001721CONFIG_CRYPTO_ALGAPI2=y
1722CONFIG_CRYPTO_AEAD2=y
Kumar Gala3a831562008-01-28 10:24:30 -06001723CONFIG_CRYPTO_BLKCIPHER=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001724CONFIG_CRYPTO_BLKCIPHER2=y
Kumar Gala3a831562008-01-28 10:24:30 -06001725CONFIG_CRYPTO_HASH=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001726CONFIG_CRYPTO_HASH2=y
1727CONFIG_CRYPTO_RNG2=y
Kumar Gala778544e2009-04-15 16:10:20 -05001728CONFIG_CRYPTO_PCOMP=y
Kumar Gala3a831562008-01-28 10:24:30 -06001729CONFIG_CRYPTO_MANAGER=y
Kumar Gala993ac6b2009-01-26 19:59:55 -06001730CONFIG_CRYPTO_MANAGER2=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001731# CONFIG_CRYPTO_GF128MUL is not set
1732# CONFIG_CRYPTO_NULL is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001733CONFIG_CRYPTO_WORKQUEUE=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001734# CONFIG_CRYPTO_CRYPTD is not set
1735# CONFIG_CRYPTO_AUTHENC is not set
1736# CONFIG_CRYPTO_TEST is not set
1737
1738#
1739# Authenticated Encryption with Associated Data
1740#
1741# CONFIG_CRYPTO_CCM is not set
1742# CONFIG_CRYPTO_GCM is not set
1743# CONFIG_CRYPTO_SEQIV is not set
1744
1745#
1746# Block modes
1747#
1748CONFIG_CRYPTO_CBC=y
1749# CONFIG_CRYPTO_CTR is not set
1750# CONFIG_CRYPTO_CTS is not set
1751# CONFIG_CRYPTO_ECB is not set
1752# CONFIG_CRYPTO_LRW is not set
1753CONFIG_CRYPTO_PCBC=m
1754# CONFIG_CRYPTO_XTS is not set
1755
1756#
1757# Hash modes
1758#
Kumar Gala3a831562008-01-28 10:24:30 -06001759CONFIG_CRYPTO_HMAC=y
1760# CONFIG_CRYPTO_XCBC is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001761
1762#
1763# Digest
1764#
Kumar Gala993ac6b2009-01-26 19:59:55 -06001765CONFIG_CRYPTO_CRC32C=m
Kumar Gala3a831562008-01-28 10:24:30 -06001766# CONFIG_CRYPTO_MD4 is not set
1767CONFIG_CRYPTO_MD5=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001768# CONFIG_CRYPTO_MICHAEL_MIC is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001769# CONFIG_CRYPTO_RMD128 is not set
1770# CONFIG_CRYPTO_RMD160 is not set
1771# CONFIG_CRYPTO_RMD256 is not set
1772# CONFIG_CRYPTO_RMD320 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001773CONFIG_CRYPTO_SHA1=m
1774# CONFIG_CRYPTO_SHA256 is not set
1775# CONFIG_CRYPTO_SHA512 is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001776# CONFIG_CRYPTO_TGR192 is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001777# CONFIG_CRYPTO_WP512 is not set
1778
1779#
1780# Ciphers
1781#
Kumar Gala3a831562008-01-28 10:24:30 -06001782# CONFIG_CRYPTO_AES is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001783# CONFIG_CRYPTO_ANUBIS is not set
1784# CONFIG_CRYPTO_ARC4 is not set
1785# CONFIG_CRYPTO_BLOWFISH is not set
1786# CONFIG_CRYPTO_CAMELLIA is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001787# CONFIG_CRYPTO_CAST5 is not set
1788# CONFIG_CRYPTO_CAST6 is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001789CONFIG_CRYPTO_DES=y
1790# CONFIG_CRYPTO_FCRYPT is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001791# CONFIG_CRYPTO_KHAZAD is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001792# CONFIG_CRYPTO_SALSA20 is not set
Kumar Gala70b3ec32008-06-09 08:53:39 -05001793# CONFIG_CRYPTO_SEED is not set
1794# CONFIG_CRYPTO_SERPENT is not set
1795# CONFIG_CRYPTO_TEA is not set
1796# CONFIG_CRYPTO_TWOFISH is not set
1797
1798#
1799# Compression
1800#
Kumar Gala3a831562008-01-28 10:24:30 -06001801# CONFIG_CRYPTO_DEFLATE is not set
Kumar Gala778544e2009-04-15 16:10:20 -05001802# CONFIG_CRYPTO_ZLIB is not set
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001803# CONFIG_CRYPTO_LZO is not set
Kumar Galaea371942008-11-08 12:32:41 -06001804
1805#
1806# Random Number Generation
1807#
1808# CONFIG_CRYPTO_ANSI_CPRNG is not set
Kumar Gala3a831562008-01-28 10:24:30 -06001809CONFIG_CRYPTO_HW=y
Kumar Galaeff2f1e2008-03-24 08:56:06 -05001810# CONFIG_CRYPTO_DEV_HIFN_795X is not set
Kumar Gala2bb2e1d2008-08-21 07:11:30 -05001811# CONFIG_CRYPTO_DEV_TALITOS is not set
1812CONFIG_PPC_CLOCK=y
Kumar Gala3a831562008-01-28 10:24:30 -06001813CONFIG_PPC_LIB_RHEAP=y
Kumar Gala70b3ec32008-06-09 08:53:39 -05001814# CONFIG_VIRTUALIZATION is not set