]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/powerpc/configs/ppc44x_defconfig
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[net-next-2.6.git] / arch / powerpc / configs / ppc44x_defconfig
CommitLineData
13dbf422
JB
1#
2# Automatically generated make config: don't edit
ea708ac9
JB
3# Linux kernel version: 2.6.33-rc1
4# Mon Jan 4 13:42:17 2010
13dbf422
JB
5#
6# CONFIG_PPC64 is not set
7
8#
9# Processor support
10#
ea708ac9 11# CONFIG_PPC_BOOK3S_32 is not set
13dbf422
JB
12# CONFIG_PPC_85xx is not set
13# CONFIG_PPC_8xx is not set
14# CONFIG_40x is not set
15CONFIG_44x=y
16# CONFIG_E200 is not set
17CONFIG_PPC_FPU=y
18CONFIG_4xx=y
19CONFIG_BOOKE=y
20CONFIG_PTE_64BIT=y
21CONFIG_PHYS_64BIT=y
0b21bcd5 22CONFIG_PPC_MMU_NOHASH=y
ea708ac9 23CONFIG_PPC_MMU_NOHASH_32=y
13dbf422
JB
24# CONFIG_PPC_MM_SLICES is not set
25CONFIG_NOT_COHERENT_CACHE=y
26CONFIG_PPC32=y
27CONFIG_WORD_SIZE=32
8531b7a8 28CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
13dbf422
JB
29CONFIG_MMU=y
30CONFIG_GENERIC_CMOS_UPDATE=y
31CONFIG_GENERIC_TIME=y
32CONFIG_GENERIC_TIME_VSYSCALL=y
33CONFIG_GENERIC_CLOCKEVENTS=y
34CONFIG_GENERIC_HARDIRQS=y
ea708ac9 35CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
13dbf422 36# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
ea708ac9 37# CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set
13dbf422 38CONFIG_IRQ_PER_CPU=y
ea708ac9 39CONFIG_NR_IRQS=512
3fa69dd5 40CONFIG_STACKTRACE_SUPPORT=y
9ea7d5ad 41CONFIG_HAVE_LATENCYTOP_SUPPORT=y
ea708ac9 42CONFIG_TRACE_IRQFLAGS_SUPPORT=y
3fa69dd5 43CONFIG_LOCKDEP_SUPPORT=y
13dbf422
JB
44CONFIG_RWSEM_XCHGADD_ALGORITHM=y
45CONFIG_ARCH_HAS_ILOG2_U32=y
46CONFIG_GENERIC_HWEIGHT=y
13dbf422 47CONFIG_GENERIC_FIND_NEXT_BIT=y
8531b7a8 48CONFIG_GENERIC_GPIO=y
13dbf422
JB
49# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
50CONFIG_PPC=y
51CONFIG_EARLY_PRINTK=y
52CONFIG_GENERIC_NVRAM=y
0b21bcd5 53CONFIG_SCHED_OMIT_FRAME_POINTER=y
13dbf422
JB
54CONFIG_ARCH_MAY_HAVE_PC_FDC=y
55CONFIG_PPC_OF=y
56CONFIG_OF=y
57CONFIG_PPC_UDBG_16550=y
58# CONFIG_GENERIC_TBSYNC is not set
59CONFIG_AUDIT_ARCH=y
60CONFIG_GENERIC_BUG=y
ea708ac9
JB
61CONFIG_DTC=y
62CONFIG_DEFAULT_UIMAGE=y
63CONFIG_ARCH_HIBERNATION_POSSIBLE=y
13dbf422
JB
64CONFIG_PPC_DCR_NATIVE=y
65# CONFIG_PPC_DCR_MMIO is not set
66CONFIG_PPC_DCR=y
ea708ac9 67CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
13dbf422 68CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
ea708ac9 69CONFIG_CONSTRUCTORS=y
13dbf422
JB
70
71#
72# General setup
73#
74CONFIG_EXPERIMENTAL=y
75CONFIG_BROKEN_ON_SMP=y
76CONFIG_INIT_ENV_ARG_LIMIT=32
77CONFIG_LOCALVERSION=""
78CONFIG_LOCALVERSION_AUTO=y
79CONFIG_SWAP=y
80CONFIG_SYSVIPC=y
81CONFIG_SYSVIPC_SYSCTL=y
82CONFIG_POSIX_MQUEUE=y
ea708ac9 83CONFIG_POSIX_MQUEUE_SYSCTL=y
13dbf422
JB
84# CONFIG_BSD_PROCESS_ACCT is not set
85# CONFIG_TASKSTATS is not set
86# CONFIG_AUDIT is not set
ea708ac9
JB
87
88#
89# RCU Subsystem
90#
91CONFIG_TREE_RCU=y
92# CONFIG_TREE_PREEMPT_RCU is not set
93# CONFIG_TINY_RCU is not set
94# CONFIG_RCU_TRACE is not set
95CONFIG_RCU_FANOUT=32
96# CONFIG_RCU_FANOUT_EXACT is not set
97# CONFIG_TREE_RCU_TRACE is not set
13dbf422
JB
98# CONFIG_IKCONFIG is not set
99CONFIG_LOG_BUF_SHIFT=14
13dbf422
JB
100CONFIG_GROUP_SCHED=y
101CONFIG_FAIR_GROUP_SCHED=y
102# CONFIG_RT_GROUP_SCHED is not set
103CONFIG_USER_SCHED=y
104# CONFIG_CGROUP_SCHED is not set
0b21bcd5 105# CONFIG_CGROUPS is not set
65cf840f 106# CONFIG_SYSFS_DEPRECATED_V2 is not set
13dbf422
JB
107# CONFIG_RELAY is not set
108# CONFIG_NAMESPACES is not set
109CONFIG_BLK_DEV_INITRD=y
110CONFIG_INITRAMFS_SOURCE=""
ea708ac9
JB
111CONFIG_RD_GZIP=y
112# CONFIG_RD_BZIP2 is not set
113# CONFIG_RD_LZMA is not set
13dbf422
JB
114# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
115CONFIG_SYSCTL=y
ea708ac9 116CONFIG_ANON_INODES=y
13dbf422
JB
117CONFIG_EMBEDDED=y
118CONFIG_SYSCTL_SYSCALL=y
119CONFIG_KALLSYMS=y
120CONFIG_KALLSYMS_ALL=y
121CONFIG_KALLSYMS_EXTRA_PASS=y
122CONFIG_HOTPLUG=y
123CONFIG_PRINTK=y
124CONFIG_BUG=y
125CONFIG_ELF_CORE=y
13dbf422
JB
126CONFIG_BASE_FULL=y
127CONFIG_FUTEX=y
13dbf422
JB
128CONFIG_EPOLL=y
129CONFIG_SIGNALFD=y
130CONFIG_TIMERFD=y
131CONFIG_EVENTFD=y
132CONFIG_SHMEM=y
8531b7a8 133CONFIG_AIO=y
ea708ac9
JB
134CONFIG_HAVE_PERF_EVENTS=y
135
136#
137# Kernel Performance Events And Counters
138#
139# CONFIG_PERF_EVENTS is not set
140# CONFIG_PERF_COUNTERS is not set
13dbf422 141CONFIG_VM_EVENT_COUNTERS=y
8531b7a8 142CONFIG_PCI_QUIRKS=y
13dbf422 143CONFIG_SLUB_DEBUG=y
ea708ac9 144CONFIG_COMPAT_BRK=y
13dbf422
JB
145# CONFIG_SLAB is not set
146CONFIG_SLUB=y
147# CONFIG_SLOB is not set
148# CONFIG_PROFILING is not set
13dbf422
JB
149CONFIG_HAVE_OPROFILE=y
150# CONFIG_KPROBES is not set
9ea7d5ad
JB
151CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
152CONFIG_HAVE_IOREMAP_PROT=y
13dbf422 153CONFIG_HAVE_KPROBES=y
a07e387a 154CONFIG_HAVE_KRETPROBES=y
9ea7d5ad 155CONFIG_HAVE_ARCH_TRACEHOOK=y
ea708ac9
JB
156CONFIG_HAVE_DMA_ATTRS=y
157CONFIG_HAVE_DMA_API_DEBUG=y
158
159#
160# GCOV-based kernel profiling
161#
162# CONFIG_SLOW_WORK is not set
9ea7d5ad 163# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
13dbf422
JB
164CONFIG_SLABINFO=y
165CONFIG_RT_MUTEXES=y
13dbf422
JB
166CONFIG_BASE_SMALL=0
167CONFIG_MODULES=y
3fa69dd5 168# CONFIG_MODULE_FORCE_LOAD is not set
13dbf422
JB
169CONFIG_MODULE_UNLOAD=y
170# CONFIG_MODULE_FORCE_UNLOAD is not set
171# CONFIG_MODVERSIONS is not set
172# CONFIG_MODULE_SRCVERSION_ALL is not set
13dbf422 173CONFIG_BLOCK=y
ea708ac9 174CONFIG_LBDAF=y
13dbf422 175# CONFIG_BLK_DEV_BSG is not set
9ea7d5ad 176# CONFIG_BLK_DEV_INTEGRITY is not set
13dbf422
JB
177
178#
179# IO Schedulers
180#
181CONFIG_IOSCHED_NOOP=y
13dbf422
JB
182CONFIG_IOSCHED_DEADLINE=y
183CONFIG_IOSCHED_CFQ=y
13dbf422 184# CONFIG_DEFAULT_DEADLINE is not set
ea708ac9 185CONFIG_DEFAULT_CFQ=y
13dbf422 186# CONFIG_DEFAULT_NOOP is not set
ea708ac9 187CONFIG_DEFAULT_IOSCHED="cfq"
8531b7a8 188CONFIG_PREEMPT_NOTIFIERS=y
ea708ac9
JB
189# CONFIG_INLINE_SPIN_TRYLOCK is not set
190# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
191# CONFIG_INLINE_SPIN_LOCK is not set
192# CONFIG_INLINE_SPIN_LOCK_BH is not set
193# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
194# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
195CONFIG_INLINE_SPIN_UNLOCK=y
196# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
197CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
198# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
199# CONFIG_INLINE_READ_TRYLOCK is not set
200# CONFIG_INLINE_READ_LOCK is not set
201# CONFIG_INLINE_READ_LOCK_BH is not set
202# CONFIG_INLINE_READ_LOCK_IRQ is not set
203# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
204CONFIG_INLINE_READ_UNLOCK=y
205# CONFIG_INLINE_READ_UNLOCK_BH is not set
206CONFIG_INLINE_READ_UNLOCK_IRQ=y
207# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
208# CONFIG_INLINE_WRITE_TRYLOCK is not set
209# CONFIG_INLINE_WRITE_LOCK is not set
210# CONFIG_INLINE_WRITE_LOCK_BH is not set
211# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
212# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
213CONFIG_INLINE_WRITE_UNLOCK=y
214# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
215CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
216# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
217# CONFIG_MUTEX_SPIN_ON_OWNER is not set
8531b7a8 218# CONFIG_FREEZER is not set
13dbf422
JB
219CONFIG_PPC4xx_PCI_EXPRESS=y
220
221#
222# Platform support
223#
13dbf422
JB
224# CONFIG_PPC_CELL is not set
225# CONFIG_PPC_CELL_NATIVE is not set
226# CONFIG_PQ2ADS is not set
227CONFIG_BAMBOO=y
228CONFIG_EBONY=y
3fa69dd5 229CONFIG_SAM440EP=y
13dbf422
JB
230CONFIG_SEQUOIA=y
231CONFIG_TAISHAN=y
232CONFIG_KATMAI=y
233CONFIG_RAINIER=y
234CONFIG_WARP=y
8531b7a8 235CONFIG_ARCHES=y
a07e387a 236CONFIG_CANYONLANDS=y
8531b7a8 237CONFIG_GLACIER=y
ea708ac9
JB
238CONFIG_REDWOOD=y
239CONFIG_EIGER=y
a07e387a 240CONFIG_YOSEMITE=y
3fa69dd5 241CONFIG_XILINX_VIRTEX440_GENERIC_BOARD=y
ea708ac9 242# CONFIG_XILINX_ML510 is not set
8531b7a8
JB
243CONFIG_PPC44x_SIMPLE=y
244CONFIG_PPC4xx_GPIO=y
13dbf422
JB
245CONFIG_440EP=y
246CONFIG_440EPX=y
247CONFIG_440GRX=y
248CONFIG_440GP=y
249CONFIG_440GX=y
250CONFIG_440SPe=y
a07e387a 251CONFIG_460EX=y
ea708ac9 252CONFIG_460SX=y
13dbf422 253CONFIG_IBM440EP_ERR42=y
3fa69dd5
JB
254CONFIG_XILINX_VIRTEX=y
255CONFIG_XILINX_VIRTEX_5_FXT=y
13dbf422
JB
256# CONFIG_IPIC is not set
257# CONFIG_MPIC is not set
258# CONFIG_MPIC_WEIRD is not set
259# CONFIG_PPC_I8259 is not set
260# CONFIG_PPC_RTAS is not set
261# CONFIG_MMIO_NVRAM is not set
262# CONFIG_PPC_MPC106 is not set
263# CONFIG_PPC_970_NAP is not set
264# CONFIG_PPC_INDIRECT_IO is not set
265# CONFIG_GENERIC_IOMAP is not set
266# CONFIG_CPU_FREQ is not set
267# CONFIG_FSL_ULI1575 is not set
268CONFIG_OF_RTC=y
0b21bcd5 269# CONFIG_SIMPLE_GPIO is not set
ea708ac9 270# CONFIG_XILINX_PCI is not set
13dbf422
JB
271
272#
273# Kernel options
274#
275# CONFIG_HIGHMEM is not set
13dbf422
JB
276# CONFIG_NO_HZ is not set
277# CONFIG_HIGH_RES_TIMERS is not set
278CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
279# CONFIG_HZ_100 is not set
280CONFIG_HZ_250=y
281# CONFIG_HZ_300 is not set
282# CONFIG_HZ_1000 is not set
283CONFIG_HZ=250
284# CONFIG_SCHED_HRTICK is not set
285CONFIG_PREEMPT_NONE=y
286# CONFIG_PREEMPT_VOLUNTARY is not set
287# CONFIG_PREEMPT is not set
13dbf422 288CONFIG_BINFMT_ELF=y
8531b7a8
JB
289# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
290# CONFIG_HAVE_AOUT is not set
13dbf422
JB
291# CONFIG_BINFMT_MISC is not set
292CONFIG_MATH_EMULATION=y
293# CONFIG_IOMMU_HELPER is not set
ea708ac9 294# CONFIG_SWIOTLB is not set
13dbf422
JB
295CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
296CONFIG_ARCH_HAS_WALK_MEMORY=y
297CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
ea708ac9
JB
298CONFIG_SPARSE_IRQ=y
299CONFIG_MAX_ACTIVE_REGIONS=32
13dbf422
JB
300CONFIG_ARCH_FLATMEM_ENABLE=y
301CONFIG_ARCH_POPULATES_NODE_MAP=y
302CONFIG_SELECT_MEMORY_MODEL=y
303CONFIG_FLATMEM_MANUAL=y
304# CONFIG_DISCONTIGMEM_MANUAL is not set
305# CONFIG_SPARSEMEM_MANUAL is not set
306CONFIG_FLATMEM=y
307CONFIG_FLAT_NODE_MEM_MAP=y
3fa69dd5 308CONFIG_PAGEFLAGS_EXTENDED=y
13dbf422 309CONFIG_SPLIT_PTLOCK_CPUS=4
9ea7d5ad 310CONFIG_MIGRATION=y
8531b7a8 311CONFIG_PHYS_ADDR_T_64BIT=y
13dbf422
JB
312CONFIG_ZONE_DMA_FLAG=1
313CONFIG_BOUNCE=y
314CONFIG_VIRT_TO_BUS=y
ea708ac9
JB
315# CONFIG_KSM is not set
316CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
317CONFIG_STDBINUTILS=y
0b21bcd5
JB
318CONFIG_PPC_4K_PAGES=y
319# CONFIG_PPC_16K_PAGES is not set
320# CONFIG_PPC_64K_PAGES is not set
ea708ac9 321# CONFIG_PPC_256K_PAGES is not set
3fa69dd5 322CONFIG_FORCE_MAX_ZONEORDER=11
13dbf422
JB
323CONFIG_PROC_DEVICETREE=y
324# CONFIG_CMDLINE_BOOL is not set
3fa69dd5 325CONFIG_EXTRA_TARGETS=""
13dbf422
JB
326CONFIG_SECCOMP=y
327CONFIG_ISA_DMA_API=y
328
329#
330# Bus options
331#
332CONFIG_ZONE_DMA=y
333CONFIG_PPC_INDIRECT_PCI=y
a07e387a 334CONFIG_4xx_SOC=y
9ea7d5ad 335CONFIG_PPC_PCI_CHOICE=y
13dbf422
JB
336CONFIG_PCI=y
337CONFIG_PCI_DOMAINS=y
338CONFIG_PCI_SYSCALL=y
339# CONFIG_PCIEPORTBUS is not set
340CONFIG_ARCH_SUPPORTS_MSI=y
341# CONFIG_PCI_MSI is not set
9d2421e8 342# CONFIG_PCI_LEGACY is not set
13dbf422 343# CONFIG_PCI_DEBUG is not set
0b21bcd5 344# CONFIG_PCI_STUB is not set
ea708ac9 345# CONFIG_PCI_IOV is not set
13dbf422
JB
346# CONFIG_PCCARD is not set
347# CONFIG_HOTPLUG_PCI is not set
3fa69dd5 348# CONFIG_HAS_RAPIDIO is not set
13dbf422
JB
349
350#
351# Advanced setup
352#
353# CONFIG_ADVANCED_OPTIONS is not set
354
355#
356# Default settings for advanced configuration options are used
357#
13dbf422 358CONFIG_LOWMEM_SIZE=0x30000000
3fa69dd5 359CONFIG_PAGE_OFFSET=0xc0000000
13dbf422 360CONFIG_KERNEL_START=0xc0000000
3fa69dd5 361CONFIG_PHYSICAL_START=0x00000000
13dbf422 362CONFIG_TASK_SIZE=0xc0000000
13dbf422 363CONFIG_CONSISTENT_SIZE=0x00200000
13dbf422
JB
364CONFIG_NET=y
365
366#
367# Networking options
368#
369CONFIG_PACKET=y
370# CONFIG_PACKET_MMAP is not set
371CONFIG_UNIX=y
9ea7d5ad
JB
372CONFIG_XFRM=y
373# CONFIG_XFRM_USER is not set
374# CONFIG_XFRM_SUB_POLICY is not set
375# CONFIG_XFRM_MIGRATE is not set
376# CONFIG_XFRM_STATISTICS is not set
13dbf422
JB
377# CONFIG_NET_KEY is not set
378CONFIG_INET=y
379# CONFIG_IP_MULTICAST is not set
380# CONFIG_IP_ADVANCED_ROUTER is not set
381CONFIG_IP_FIB_HASH=y
382CONFIG_IP_PNP=y
383CONFIG_IP_PNP_DHCP=y
384CONFIG_IP_PNP_BOOTP=y
385# CONFIG_IP_PNP_RARP is not set
386# CONFIG_NET_IPIP is not set
387# CONFIG_NET_IPGRE is not set
388# CONFIG_ARPD is not set
389# CONFIG_SYN_COOKIES is not set
390# CONFIG_INET_AH is not set
391# CONFIG_INET_ESP is not set
392# CONFIG_INET_IPCOMP is not set
393# CONFIG_INET_XFRM_TUNNEL is not set
9ea7d5ad 394CONFIG_INET_TUNNEL=m
13dbf422
JB
395# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
396# CONFIG_INET_XFRM_MODE_TUNNEL is not set
397# CONFIG_INET_XFRM_MODE_BEET is not set
398# CONFIG_INET_LRO is not set
399CONFIG_INET_DIAG=y
400CONFIG_INET_TCP_DIAG=y
401# CONFIG_TCP_CONG_ADVANCED is not set
402CONFIG_TCP_CONG_CUBIC=y
403CONFIG_DEFAULT_TCP_CONG="cubic"
404# CONFIG_TCP_MD5SIG is not set
9ea7d5ad
JB
405CONFIG_IPV6=m
406# CONFIG_IPV6_PRIVACY is not set
407# CONFIG_IPV6_ROUTER_PREF is not set
408# CONFIG_IPV6_OPTIMISTIC_DAD is not set
409# CONFIG_INET6_AH is not set
410# CONFIG_INET6_ESP is not set
411# CONFIG_INET6_IPCOMP is not set
412# CONFIG_IPV6_MIP6 is not set
413# CONFIG_INET6_XFRM_TUNNEL is not set
414# CONFIG_INET6_TUNNEL is not set
415CONFIG_INET6_XFRM_MODE_TRANSPORT=m
416CONFIG_INET6_XFRM_MODE_TUNNEL=m
417CONFIG_INET6_XFRM_MODE_BEET=m
418# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
419CONFIG_IPV6_SIT=m
ea708ac9 420# CONFIG_IPV6_SIT_6RD is not set
9ea7d5ad
JB
421CONFIG_IPV6_NDISC_NODETYPE=y
422# CONFIG_IPV6_TUNNEL is not set
423# CONFIG_IPV6_MULTIPLE_TABLES is not set
424# CONFIG_IPV6_MROUTE is not set
13dbf422
JB
425# CONFIG_NETWORK_SECMARK is not set
426# CONFIG_NETFILTER is not set
427# CONFIG_IP_DCCP is not set
428# CONFIG_IP_SCTP is not set
ea708ac9 429# CONFIG_RDS is not set
13dbf422
JB
430# CONFIG_TIPC is not set
431# CONFIG_ATM is not set
0b21bcd5 432CONFIG_STP=m
23f402c0 433CONFIG_BRIDGE=m
8531b7a8 434# CONFIG_NET_DSA is not set
13dbf422
JB
435# CONFIG_VLAN_8021Q is not set
436# CONFIG_DECNET is not set
0b21bcd5 437CONFIG_LLC=m
13dbf422
JB
438# CONFIG_LLC2 is not set
439# CONFIG_IPX is not set
440# CONFIG_ATALK is not set
441# CONFIG_X25 is not set
442# CONFIG_LAPB is not set
443# CONFIG_ECONET is not set
444# CONFIG_WAN_ROUTER is not set
ea708ac9
JB
445# CONFIG_PHONET is not set
446# CONFIG_IEEE802154 is not set
13dbf422 447# CONFIG_NET_SCHED is not set
0b21bcd5 448# CONFIG_DCB is not set
13dbf422
JB
449
450#
451# Network testing
452#
453# CONFIG_NET_PKTGEN is not set
454# CONFIG_HAMRADIO is not set
455# CONFIG_CAN is not set
456# CONFIG_IRDA is not set
457# CONFIG_BT is not set
458# CONFIG_AF_RXRPC is not set
ea708ac9
JB
459CONFIG_WIRELESS=y
460# CONFIG_CFG80211 is not set
461# CONFIG_LIB80211 is not set
462
463#
464# CFG80211 needs to be enabled for MAC80211
465#
0b21bcd5 466# CONFIG_WIMAX is not set
13dbf422
JB
467# CONFIG_RFKILL is not set
468# CONFIG_NET_9P is not set
469
470#
471# Device Drivers
472#
473
474#
475# Generic Driver Options
476#
477CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
ea708ac9 478# CONFIG_DEVTMPFS is not set
13dbf422
JB
479CONFIG_STANDALONE=y
480CONFIG_PREVENT_FIRMWARE_BUILD=y
481CONFIG_FW_LOADER=y
9ea7d5ad
JB
482CONFIG_FIRMWARE_IN_KERNEL=y
483CONFIG_EXTRA_FIRMWARE=""
13dbf422
JB
484# CONFIG_DEBUG_DRIVER is not set
485# CONFIG_DEBUG_DEVRES is not set
486# CONFIG_SYS_HYPERVISOR is not set
487CONFIG_CONNECTOR=y
488CONFIG_PROC_EVENTS=y
489CONFIG_MTD=y
490# CONFIG_MTD_DEBUG is not set
ea708ac9 491# CONFIG_MTD_TESTS is not set
13dbf422
JB
492# CONFIG_MTD_CONCAT is not set
493CONFIG_MTD_PARTITIONS=y
494# CONFIG_MTD_REDBOOT_PARTS is not set
495# CONFIG_MTD_CMDLINE_PARTS is not set
496CONFIG_MTD_OF_PARTS=y
3fa69dd5 497# CONFIG_MTD_AR7_PARTS is not set
13dbf422
JB
498
499#
500# User Modules And Translation Layers
501#
502CONFIG_MTD_CHAR=y
503CONFIG_MTD_BLKDEVS=y
504CONFIG_MTD_BLOCK=y
505# CONFIG_FTL is not set
506# CONFIG_NFTL is not set
507# CONFIG_INFTL is not set
508# CONFIG_RFD_FTL is not set
509# CONFIG_SSFDC is not set
510# CONFIG_MTD_OOPS is not set
511
512#
513# RAM/ROM/Flash chip drivers
514#
515CONFIG_MTD_CFI=y
516CONFIG_MTD_JEDECPROBE=y
517CONFIG_MTD_GEN_PROBE=y
518# CONFIG_MTD_CFI_ADV_OPTIONS is not set
519CONFIG_MTD_MAP_BANK_WIDTH_1=y
520CONFIG_MTD_MAP_BANK_WIDTH_2=y
521CONFIG_MTD_MAP_BANK_WIDTH_4=y
522# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
523# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
524# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
525CONFIG_MTD_CFI_I1=y
526CONFIG_MTD_CFI_I2=y
527# CONFIG_MTD_CFI_I4 is not set
528# CONFIG_MTD_CFI_I8 is not set
529# CONFIG_MTD_CFI_INTELEXT is not set
530CONFIG_MTD_CFI_AMDSTD=y
531# CONFIG_MTD_CFI_STAA is not set
532CONFIG_MTD_CFI_UTIL=y
533# CONFIG_MTD_RAM is not set
534# CONFIG_MTD_ROM is not set
535# CONFIG_MTD_ABSENT is not set
536
537#
538# Mapping drivers for chip access
539#
540# CONFIG_MTD_COMPLEX_MAPPINGS is not set
541# CONFIG_MTD_PHYSMAP is not set
542CONFIG_MTD_PHYSMAP_OF=y
543# CONFIG_MTD_INTEL_VR_NOR is not set
544# CONFIG_MTD_PLATRAM is not set
545
546#
547# Self-contained MTD device drivers
548#
549# CONFIG_MTD_PMC551 is not set
550# CONFIG_MTD_SLRAM is not set
551# CONFIG_MTD_PHRAM is not set
552# CONFIG_MTD_MTDRAM is not set
553# CONFIG_MTD_BLOCK2MTD is not set
554
555#
556# Disk-On-Chip Device Drivers
557#
558# CONFIG_MTD_DOC2000 is not set
559# CONFIG_MTD_DOC2001 is not set
560# CONFIG_MTD_DOC2001PLUS is not set
561# CONFIG_MTD_NAND is not set
562# CONFIG_MTD_ONENAND is not set
563
0b21bcd5
JB
564#
565# LPDDR flash memory drivers
566#
567# CONFIG_MTD_LPDDR is not set
0b21bcd5 568
13dbf422
JB
569#
570# UBI - Unsorted block images
571#
9ea7d5ad
JB
572CONFIG_MTD_UBI=m
573CONFIG_MTD_UBI_WL_THRESHOLD=4096
574CONFIG_MTD_UBI_BEB_RESERVE=1
ea708ac9 575CONFIG_MTD_UBI_GLUEBI=m
9ea7d5ad
JB
576
577#
578# UBI debugging options
579#
580# CONFIG_MTD_UBI_DEBUG is not set
13dbf422 581CONFIG_OF_DEVICE=y
8531b7a8 582CONFIG_OF_GPIO=y
9ea7d5ad 583CONFIG_OF_I2C=m
13dbf422
JB
584# CONFIG_PARPORT is not set
585CONFIG_BLK_DEV=y
586# CONFIG_BLK_DEV_FD is not set
587# CONFIG_BLK_CPQ_DA is not set
588# CONFIG_BLK_CPQ_CISS_DA is not set
589# CONFIG_BLK_DEV_DAC960 is not set
590# CONFIG_BLK_DEV_UMEM is not set
591# CONFIG_BLK_DEV_COW_COMMON is not set
592# CONFIG_BLK_DEV_LOOP is not set
ea708ac9 593# CONFIG_BLK_DEV_DRBD is not set
13dbf422
JB
594# CONFIG_BLK_DEV_NBD is not set
595# CONFIG_BLK_DEV_SX8 is not set
9ea7d5ad 596# CONFIG_BLK_DEV_UB is not set
13dbf422
JB
597CONFIG_BLK_DEV_RAM=y
598CONFIG_BLK_DEV_RAM_COUNT=16
599CONFIG_BLK_DEV_RAM_SIZE=35000
600# CONFIG_BLK_DEV_XIP is not set
601# CONFIG_CDROM_PKTCDVD is not set
602# CONFIG_ATA_OVER_ETH is not set
c8d69884 603CONFIG_XILINX_SYSACE=m
9ea7d5ad 604# CONFIG_BLK_DEV_HD is not set
13dbf422 605CONFIG_MISC_DEVICES=y
ea708ac9 606# CONFIG_AD525X_DPOT is not set
13dbf422 607# CONFIG_PHANTOM is not set
13dbf422
JB
608# CONFIG_SGI_IOC4 is not set
609# CONFIG_TIFM_CORE is not set
c8d69884 610# CONFIG_ICS932S401 is not set
13dbf422 611# CONFIG_ENCLOSURE_SERVICES is not set
9ea7d5ad 612# CONFIG_HP_ILO is not set
ea708ac9
JB
613# CONFIG_ISL29003 is not set
614# CONFIG_DS1682 is not set
c8d69884 615# CONFIG_C2PORT is not set
ea708ac9
JB
616
617#
618# EEPROM support
619#
620# CONFIG_EEPROM_AT24 is not set
621# CONFIG_EEPROM_LEGACY is not set
622# CONFIG_EEPROM_MAX6875 is not set
623# CONFIG_EEPROM_93CX6 is not set
624# CONFIG_CB710_CORE is not set
13dbf422
JB
625CONFIG_HAVE_IDE=y
626# CONFIG_IDE is not set
627
628#
629# SCSI device support
630#
631# CONFIG_RAID_ATTRS is not set
9ea7d5ad
JB
632CONFIG_SCSI=m
633CONFIG_SCSI_DMA=y
634# CONFIG_SCSI_TGT is not set
13dbf422 635# CONFIG_SCSI_NETLINK is not set
9ea7d5ad
JB
636CONFIG_SCSI_PROC_FS=y
637
638#
639# SCSI support type (disk, tape, CD-ROM)
640#
641CONFIG_BLK_DEV_SD=m
642# CONFIG_CHR_DEV_ST is not set
643# CONFIG_CHR_DEV_OSST is not set
644# CONFIG_BLK_DEV_SR is not set
645# CONFIG_CHR_DEV_SG is not set
646# CONFIG_CHR_DEV_SCH is not set
9ea7d5ad
JB
647# CONFIG_SCSI_MULTI_LUN is not set
648# CONFIG_SCSI_CONSTANTS is not set
649# CONFIG_SCSI_LOGGING is not set
650# CONFIG_SCSI_SCAN_ASYNC is not set
651CONFIG_SCSI_WAIT_SCAN=m
652
653#
654# SCSI Transports
655#
656# CONFIG_SCSI_SPI_ATTRS is not set
657# CONFIG_SCSI_FC_ATTRS is not set
658# CONFIG_SCSI_ISCSI_ATTRS is not set
659# CONFIG_SCSI_SAS_LIBSAS is not set
660# CONFIG_SCSI_SRP_ATTRS is not set
661# CONFIG_SCSI_LOWLEVEL is not set
662# CONFIG_SCSI_DH is not set
ea708ac9 663# CONFIG_SCSI_OSD_INITIATOR is not set
13dbf422
JB
664# CONFIG_ATA is not set
665# CONFIG_MD is not set
666# CONFIG_FUSION is not set
667
668#
669# IEEE 1394 (FireWire) support
670#
3fa69dd5
JB
671
672#
ea708ac9
JB
673# You can enable one or both FireWire driver stacks.
674#
675
676#
677# See the help texts for more information.
3fa69dd5 678#
13dbf422
JB
679# CONFIG_FIREWIRE is not set
680# CONFIG_IEEE1394 is not set
681# CONFIG_I2O is not set
682# CONFIG_MACINTOSH_DRIVERS is not set
683CONFIG_NETDEVICES=y
13dbf422
JB
684# CONFIG_DUMMY is not set
685# CONFIG_BONDING is not set
686# CONFIG_MACVLAN is not set
687# CONFIG_EQUALIZER is not set
23f402c0 688CONFIG_TUN=m
13dbf422
JB
689# CONFIG_VETH is not set
690# CONFIG_ARCNET is not set
691# CONFIG_PHYLIB is not set
692CONFIG_NET_ETHERNET=y
693# CONFIG_MII is not set
694# CONFIG_HAPPYMEAL is not set
695# CONFIG_SUNGEM is not set
696# CONFIG_CASSINI is not set
697# CONFIG_NET_VENDOR_3COM is not set
ea708ac9
JB
698# CONFIG_ETHOC is not set
699# CONFIG_DNET is not set
13dbf422
JB
700# CONFIG_NET_TULIP is not set
701# CONFIG_HP100 is not set
702CONFIG_IBM_NEW_EMAC=y
703CONFIG_IBM_NEW_EMAC_RXB=128
704CONFIG_IBM_NEW_EMAC_TXB=64
705CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32
706CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256
707CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0
708# CONFIG_IBM_NEW_EMAC_DEBUG is not set
709CONFIG_IBM_NEW_EMAC_ZMII=y
710CONFIG_IBM_NEW_EMAC_RGMII=y
711CONFIG_IBM_NEW_EMAC_TAH=y
712CONFIG_IBM_NEW_EMAC_EMAC4=y
8531b7a8
JB
713# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
714# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
715# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
13dbf422
JB
716# CONFIG_NET_PCI is not set
717# CONFIG_B44 is not set
ea708ac9
JB
718# CONFIG_KS8842 is not set
719# CONFIG_KS8851_MLL is not set
8531b7a8 720# CONFIG_ATL2 is not set
ea708ac9 721# CONFIG_XILINX_EMACLITE is not set
13dbf422
JB
722CONFIG_NETDEV_1000=y
723# CONFIG_ACENIC is not set
724# CONFIG_DL2K is not set
725# CONFIG_E1000 is not set
726# CONFIG_E1000E is not set
13dbf422
JB
727# CONFIG_IP1000 is not set
728# CONFIG_IGB is not set
ea708ac9 729# CONFIG_IGBVF is not set
13dbf422
JB
730# CONFIG_NS83820 is not set
731# CONFIG_HAMACHI is not set
732# CONFIG_YELLOWFIN is not set
733# CONFIG_R8169 is not set
734# CONFIG_SIS190 is not set
735# CONFIG_SKGE is not set
736# CONFIG_SKY2 is not set
13dbf422
JB
737# CONFIG_VIA_VELOCITY is not set
738# CONFIG_TIGON3 is not set
739# CONFIG_BNX2 is not set
ea708ac9
JB
740# CONFIG_CNIC is not set
741# CONFIG_MV643XX_ETH is not set
742# CONFIG_XILINX_LL_TEMAC is not set
13dbf422
JB
743# CONFIG_QLA3XXX is not set
744# CONFIG_ATL1 is not set
9ea7d5ad 745# CONFIG_ATL1E is not set
ea708ac9 746# CONFIG_ATL1C is not set
8531b7a8 747# CONFIG_JME is not set
13dbf422
JB
748CONFIG_NETDEV_10000=y
749# CONFIG_CHELSIO_T1 is not set
0b21bcd5 750CONFIG_CHELSIO_T3_DEPENDS=y
13dbf422 751# CONFIG_CHELSIO_T3 is not set
8531b7a8 752# CONFIG_ENIC is not set
13dbf422
JB
753# CONFIG_IXGBE is not set
754# CONFIG_IXGB is not set
755# CONFIG_S2IO is not set
ea708ac9 756# CONFIG_VXGE is not set
13dbf422
JB
757# CONFIG_MYRI10GE is not set
758# CONFIG_NETXEN_NIC is not set
759# CONFIG_NIU is not set
8531b7a8 760# CONFIG_MLX4_EN is not set
13dbf422
JB
761# CONFIG_MLX4_CORE is not set
762# CONFIG_TEHUTI is not set
763# CONFIG_BNX2X is not set
8531b7a8 764# CONFIG_QLGE is not set
3fa69dd5 765# CONFIG_SFC is not set
ea708ac9 766# CONFIG_BE2NET is not set
13dbf422 767# CONFIG_TR is not set
ea708ac9
JB
768CONFIG_WLAN=y
769# CONFIG_AIRO is not set
770# CONFIG_ATMEL is not set
771# CONFIG_PRISM54 is not set
772# CONFIG_USB_ZD1201 is not set
773# CONFIG_HOSTAP is not set
9ea7d5ad 774
0b21bcd5
JB
775#
776# Enable WiMAX (Networking options) to see the WiMAX drivers
777#
778
9ea7d5ad
JB
779#
780# USB Network Adapters
781#
782# CONFIG_USB_CATC is not set
783# CONFIG_USB_KAWETH is not set
784# CONFIG_USB_PEGASUS is not set
785# CONFIG_USB_RTL8150 is not set
786# CONFIG_USB_USBNET is not set
13dbf422
JB
787# CONFIG_WAN is not set
788# CONFIG_FDDI is not set
789# CONFIG_HIPPI is not set
790# CONFIG_PPP is not set
791# CONFIG_SLIP is not set
9ea7d5ad 792# CONFIG_NET_FC is not set
13dbf422
JB
793# CONFIG_NETCONSOLE is not set
794# CONFIG_NETPOLL is not set
795# CONFIG_NET_POLL_CONTROLLER is not set
ea708ac9 796# CONFIG_VMXNET3 is not set
13dbf422
JB
797# CONFIG_ISDN is not set
798# CONFIG_PHONE is not set
799
800#
801# Input device support
802#
803# CONFIG_INPUT is not set
804
805#
806# Hardware I/O ports
807#
c8d69884
GL
808CONFIG_SERIO=m
809# CONFIG_SERIO_I8042 is not set
810# CONFIG_SERIO_SERPORT is not set
811# CONFIG_SERIO_PCIPS2 is not set
812# CONFIG_SERIO_LIBPS2 is not set
813# CONFIG_SERIO_RAW is not set
814CONFIG_SERIO_XILINX_XPS_PS2=m
ea708ac9 815# CONFIG_SERIO_ALTERA_PS2 is not set
13dbf422
JB
816# CONFIG_GAMEPORT is not set
817
818#
819# Character devices
820#
821# CONFIG_VT is not set
3fa69dd5 822CONFIG_DEVKMEM=y
13dbf422
JB
823# CONFIG_SERIAL_NONSTANDARD is not set
824# CONFIG_NOZOMI is not set
825
826#
827# Serial drivers
828#
829CONFIG_SERIAL_8250=y
830CONFIG_SERIAL_8250_CONSOLE=y
831# CONFIG_SERIAL_8250_PCI is not set
832CONFIG_SERIAL_8250_NR_UARTS=4
833CONFIG_SERIAL_8250_RUNTIME_UARTS=4
834CONFIG_SERIAL_8250_EXTENDED=y
835# CONFIG_SERIAL_8250_MANY_PORTS is not set
836CONFIG_SERIAL_8250_SHARE_IRQ=y
837# CONFIG_SERIAL_8250_DETECT_IRQ is not set
838# CONFIG_SERIAL_8250_RSA is not set
839
840#
841# Non-8250 serial port support
842#
c8d69884
GL
843CONFIG_SERIAL_UARTLITE=y
844CONFIG_SERIAL_UARTLITE_CONSOLE=y
13dbf422
JB
845CONFIG_SERIAL_CORE=y
846CONFIG_SERIAL_CORE_CONSOLE=y
847# CONFIG_SERIAL_JSM is not set
848CONFIG_SERIAL_OF_PLATFORM=y
0b21bcd5 849# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
ea708ac9 850# CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set
13dbf422 851CONFIG_UNIX98_PTYS=y
0b21bcd5 852# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
13dbf422
JB
853CONFIG_LEGACY_PTYS=y
854CONFIG_LEGACY_PTY_COUNT=256
0b21bcd5 855# CONFIG_HVC_UDBG is not set
13dbf422
JB
856# CONFIG_IPMI_HANDLER is not set
857# CONFIG_HW_RANDOM is not set
858# CONFIG_NVRAM is not set
859# CONFIG_GEN_RTC is not set
3fa69dd5 860CONFIG_XILINX_HWICAP=m
13dbf422
JB
861# CONFIG_R3964 is not set
862# CONFIG_APPLICOM is not set
863# CONFIG_RAW_DRIVER is not set
864# CONFIG_TCG_TPM is not set
865CONFIG_DEVPORT=y
9ea7d5ad
JB
866CONFIG_I2C=m
867CONFIG_I2C_BOARDINFO=y
ea708ac9 868CONFIG_I2C_COMPAT=y
9ea7d5ad 869CONFIG_I2C_CHARDEV=m
8531b7a8
JB
870CONFIG_I2C_HELPER_AUTO=y
871CONFIG_I2C_ALGOBIT=m
9ea7d5ad
JB
872
873#
874# I2C Hardware Bus support
875#
876
877#
878# PC SMBus host controller drivers
879#
880# CONFIG_I2C_ALI1535 is not set
881# CONFIG_I2C_ALI1563 is not set
882# CONFIG_I2C_ALI15X3 is not set
883# CONFIG_I2C_AMD756 is not set
884# CONFIG_I2C_AMD8111 is not set
885# CONFIG_I2C_I801 is not set
886# CONFIG_I2C_ISCH is not set
887# CONFIG_I2C_PIIX4 is not set
888# CONFIG_I2C_NFORCE2 is not set
889# CONFIG_I2C_SIS5595 is not set
890# CONFIG_I2C_SIS630 is not set
891# CONFIG_I2C_SIS96X is not set
892# CONFIG_I2C_VIA is not set
893# CONFIG_I2C_VIAPRO is not set
894
895#
896# I2C system bus drivers (mostly embedded / system-on-chip)
897#
8531b7a8 898CONFIG_I2C_GPIO=m
9ea7d5ad
JB
899CONFIG_I2C_IBM_IIC=m
900# CONFIG_I2C_MPC is not set
901# CONFIG_I2C_OCORES is not set
902# CONFIG_I2C_SIMTEC is not set
903
904#
905# External I2C/SMBus adapter drivers
906#
907# CONFIG_I2C_PARPORT_LIGHT is not set
908# CONFIG_I2C_TAOS_EVM is not set
909# CONFIG_I2C_TINY_USB is not set
910
9ea7d5ad
JB
911#
912# Other I2C/SMBus bus drivers
913#
914# CONFIG_I2C_PCA_PLATFORM is not set
915# CONFIG_I2C_STUB is not set
916
917#
918# Miscellaneous I2C Chip support
919#
9ea7d5ad
JB
920# CONFIG_SENSORS_TSL2550 is not set
921# CONFIG_I2C_DEBUG_CORE is not set
922# CONFIG_I2C_DEBUG_ALGO is not set
923# CONFIG_I2C_DEBUG_BUS is not set
924# CONFIG_I2C_DEBUG_CHIP is not set
13dbf422 925# CONFIG_SPI is not set
ea708ac9
JB
926
927#
928# PPS support
929#
930# CONFIG_PPS is not set
9ea7d5ad 931CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
8531b7a8
JB
932CONFIG_ARCH_REQUIRE_GPIOLIB=y
933CONFIG_GPIOLIB=y
934# CONFIG_DEBUG_GPIO is not set
935# CONFIG_GPIO_SYSFS is not set
936
c8d69884
GL
937#
938# Memory mapped GPIO expanders:
939#
940CONFIG_GPIO_XILINX=y
941
8531b7a8
JB
942#
943# 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#
ea708ac9 952# CONFIG_GPIO_CS5535 is not set
8531b7a8 953# CONFIG_GPIO_BT8XX is not set
ea708ac9 954# CONFIG_GPIO_LANGWELL is not set
8531b7a8
JB
955
956#
957# SPI GPIO expanders:
958#
ea708ac9
JB
959
960#
961# AC97 GPIO expanders:
962#
13dbf422
JB
963# CONFIG_W1 is not set
964# CONFIG_POWER_SUPPLY is not set
965# CONFIG_HWMON is not set
966# CONFIG_THERMAL is not set
967# CONFIG_WATCHDOG is not set
c8d69884 968CONFIG_SSB_POSSIBLE=y
13dbf422
JB
969
970#
971# Sonics Silicon Backplane
972#
13dbf422
JB
973# CONFIG_SSB is not set
974
975#
976# Multifunction device drivers
977#
9ea7d5ad 978# CONFIG_MFD_CORE is not set
13dbf422 979# CONFIG_MFD_SM501 is not set
3fa69dd5 980# CONFIG_HTC_PASIC3 is not set
0b21bcd5 981# CONFIG_TPS65010 is not set
8531b7a8
JB
982# CONFIG_MFD_TMIO is not set
983# CONFIG_MFD_WM8400 is not set
984# CONFIG_MFD_WM8350_I2C is not set
0b21bcd5 985# CONFIG_MFD_PCF50633 is not set
ea708ac9 986# CONFIG_AB3100_CORE is not set
c8d69884 987# CONFIG_REGULATOR is not set
ea708ac9 988# CONFIG_MEDIA_SUPPORT is not set
13dbf422
JB
989
990#
991# Graphics support
992#
993# CONFIG_AGP is not set
ea708ac9 994CONFIG_VGA_ARB=y
13dbf422
JB
995# CONFIG_DRM is not set
996# CONFIG_VGASTATE is not set
997# CONFIG_VIDEO_OUTPUT_CONTROL is not set
c8d69884
GL
998CONFIG_FB=m
999# CONFIG_FIRMWARE_EDID is not set
1000# CONFIG_FB_DDC is not set
1001# CONFIG_FB_BOOT_VESA_SUPPORT is not set
1002CONFIG_FB_CFB_FILLRECT=m
1003CONFIG_FB_CFB_COPYAREA=m
1004CONFIG_FB_CFB_IMAGEBLIT=m
1005# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1006# CONFIG_FB_SYS_FILLRECT is not set
1007# CONFIG_FB_SYS_COPYAREA is not set
1008# CONFIG_FB_SYS_IMAGEBLIT is not set
1009# CONFIG_FB_FOREIGN_ENDIAN is not set
1010# CONFIG_FB_SYS_FOPS is not set
1011# CONFIG_FB_SVGALIB is not set
1012# CONFIG_FB_MACMODES is not set
1013# CONFIG_FB_BACKLIGHT is not set
1014# CONFIG_FB_MODE_HELPERS is not set
1015# CONFIG_FB_TILEBLITTING is not set
1016
1017#
1018# Frame buffer hardware drivers
1019#
1020# CONFIG_FB_CIRRUS is not set
1021# CONFIG_FB_PM2 is not set
1022# CONFIG_FB_CYBER2000 is not set
1023# CONFIG_FB_VGA16 is not set
1024# CONFIG_FB_UVESA is not set
1025# CONFIG_FB_S1D13XXX is not set
1026# CONFIG_FB_NVIDIA is not set
1027# CONFIG_FB_RIVA is not set
1028# CONFIG_FB_MATROX is not set
1029# CONFIG_FB_RADEON is not set
1030# CONFIG_FB_ATY128 is not set
1031# CONFIG_FB_ATY is not set
1032# CONFIG_FB_S3 is not set
1033# CONFIG_FB_SAVAGE is not set
1034# CONFIG_FB_SIS is not set
1035# CONFIG_FB_VIA is not set
1036# CONFIG_FB_NEOMAGIC is not set
1037# CONFIG_FB_KYRO is not set
1038# CONFIG_FB_3DFX is not set
1039# CONFIG_FB_VOODOO1 is not set
1040# CONFIG_FB_VT8623 is not set
1041# CONFIG_FB_TRIDENT is not set
1042# CONFIG_FB_ARK is not set
1043# CONFIG_FB_PM3 is not set
1044# CONFIG_FB_CARMINE is not set
1045# CONFIG_FB_IBM_GXT4500 is not set
1046CONFIG_FB_XILINX=m
1047# CONFIG_FB_VIRTUAL is not set
1048# CONFIG_FB_METRONOME is not set
1049# CONFIG_FB_MB862XX is not set
ea708ac9 1050# CONFIG_FB_BROADSHEET is not set
13dbf422
JB
1051# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1052
1053#
1054# Display device support
1055#
1056# CONFIG_DISPLAY_SUPPORT is not set
c8d69884 1057# CONFIG_LOGO is not set
13dbf422
JB
1058# CONFIG_SOUND is not set
1059CONFIG_USB_SUPPORT=y
1060CONFIG_USB_ARCH_HAS_HCD=y
1061CONFIG_USB_ARCH_HAS_OHCI=y
1062CONFIG_USB_ARCH_HAS_EHCI=y
9ea7d5ad
JB
1063CONFIG_USB=m
1064# CONFIG_USB_DEBUG is not set
1065# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
1066
1067#
1068# Miscellaneous USB options
1069#
1070# CONFIG_USB_DEVICEFS is not set
1071CONFIG_USB_DEVICE_CLASS=y
1072# CONFIG_USB_DYNAMIC_MINORS is not set
1073# CONFIG_USB_OTG is not set
3fa69dd5
JB
1074# CONFIG_USB_OTG_WHITELIST is not set
1075# CONFIG_USB_OTG_BLACKLIST_HUB is not set
8531b7a8
JB
1076# CONFIG_USB_MON is not set
1077# CONFIG_USB_WUSB is not set
1078# CONFIG_USB_WUSB_CBAF is not set
13dbf422 1079
9ea7d5ad
JB
1080#
1081# USB Host Controller Drivers
1082#
1083# CONFIG_USB_C67X00_HCD is not set
ea708ac9 1084# CONFIG_USB_XHCI_HCD is not set
9ea7d5ad
JB
1085CONFIG_USB_EHCI_HCD=m
1086# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1087# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1088CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y
1089CONFIG_USB_EHCI_BIG_ENDIAN_DESC=y
ea708ac9 1090# CONFIG_XPS_USB_HCD_XILINX is not set
9ea7d5ad 1091CONFIG_USB_EHCI_HCD_PPC_OF=y
0b21bcd5 1092# CONFIG_USB_OXU210HP_HCD is not set
9ea7d5ad
JB
1093# CONFIG_USB_ISP116X_HCD is not set
1094# CONFIG_USB_ISP1760_HCD is not set
ea708ac9 1095# CONFIG_USB_ISP1362_HCD is not set
9ea7d5ad 1096CONFIG_USB_OHCI_HCD=m
9ea7d5ad
JB
1097CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
1098# CONFIG_USB_OHCI_HCD_PPC_OF_LE is not set
ea708ac9 1099CONFIG_USB_OHCI_HCD_PPC_OF=y
9ea7d5ad
JB
1100# CONFIG_USB_OHCI_HCD_PCI is not set
1101CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
1102CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
1103CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1104# CONFIG_USB_UHCI_HCD is not set
1105# CONFIG_USB_SL811_HCD is not set
1106# CONFIG_USB_R8A66597_HCD is not set
8531b7a8
JB
1107# CONFIG_USB_WHCI_HCD is not set
1108# CONFIG_USB_HWA_HCD is not set
1109
1110#
1111# Enable Host or Gadget support to see Inventra options
1112#
9ea7d5ad
JB
1113
1114#
1115# USB Device Class drivers
1116#
1117# CONFIG_USB_ACM is not set
1118# CONFIG_USB_PRINTER is not set
1119# CONFIG_USB_WDM is not set
8531b7a8 1120# CONFIG_USB_TMC is not set
9ea7d5ad 1121
13dbf422 1122#
ea708ac9 1123# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
13dbf422 1124#
9ea7d5ad
JB
1125
1126#
ea708ac9 1127# also be needed; see USB_STORAGE Help for more info
9ea7d5ad
JB
1128#
1129CONFIG_USB_STORAGE=m
1130# CONFIG_USB_STORAGE_DEBUG is not set
1131# CONFIG_USB_STORAGE_DATAFAB is not set
1132# CONFIG_USB_STORAGE_FREECOM is not set
1133# CONFIG_USB_STORAGE_ISD200 is not set
9ea7d5ad
JB
1134# CONFIG_USB_STORAGE_USBAT is not set
1135# CONFIG_USB_STORAGE_SDDR09 is not set
1136# CONFIG_USB_STORAGE_SDDR55 is not set
1137# CONFIG_USB_STORAGE_JUMPSHOT is not set
1138# CONFIG_USB_STORAGE_ALAUDA is not set
1139# CONFIG_USB_STORAGE_KARMA is not set
1140# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
1141# CONFIG_USB_LIBUSUAL is not set
1142
1143#
1144# USB Imaging devices
1145#
1146# CONFIG_USB_MDC800 is not set
1147# CONFIG_USB_MICROTEK is not set
9ea7d5ad
JB
1148
1149#
1150# USB port drivers
1151#
1152# CONFIG_USB_SERIAL is not set
1153
1154#
1155# USB Miscellaneous drivers
1156#
1157# CONFIG_USB_EMI62 is not set
1158# CONFIG_USB_EMI26 is not set
1159# CONFIG_USB_ADUTUX is not set
8531b7a8 1160# CONFIG_USB_SEVSEG is not set
9ea7d5ad
JB
1161# CONFIG_USB_RIO500 is not set
1162# CONFIG_USB_LEGOTOWER is not set
1163# CONFIG_USB_LCD is not set
1164# CONFIG_USB_BERRY_CHARGE is not set
1165# CONFIG_USB_LED is not set
1166# CONFIG_USB_CYPRESS_CY7C63 is not set
1167# CONFIG_USB_CYTHERM is not set
9ea7d5ad
JB
1168# CONFIG_USB_IDMOUSE is not set
1169# CONFIG_USB_FTDI_ELAN is not set
1170# CONFIG_USB_APPLEDISPLAY is not set
1171# CONFIG_USB_SISUSBVGA is not set
1172# CONFIG_USB_LD is not set
1173# CONFIG_USB_TRANCEVIBRATOR is not set
1174# CONFIG_USB_IOWARRIOR is not set
ea708ac9 1175# CONFIG_USB_TEST is not set
9ea7d5ad 1176# CONFIG_USB_ISIGHTFW is not set
8531b7a8 1177# CONFIG_USB_VST is not set
13dbf422 1178# CONFIG_USB_GADGET is not set
0b21bcd5
JB
1179
1180#
1181# OTG and related infrastructure
1182#
1183# CONFIG_USB_GPIO_VBUS is not set
ea708ac9 1184# CONFIG_NOP_USB_XCEIV is not set
8531b7a8 1185# CONFIG_UWB is not set
13dbf422
JB
1186# CONFIG_MMC is not set
1187# CONFIG_MEMSTICK is not set
1188# CONFIG_NEW_LEDS is not set
3fa69dd5 1189# CONFIG_ACCESSIBILITY is not set
13dbf422
JB
1190# CONFIG_INFINIBAND is not set
1191# CONFIG_EDAC is not set
1192# CONFIG_RTC_CLASS is not set
a07e387a 1193# CONFIG_DMADEVICES is not set
ea708ac9 1194# CONFIG_AUXDISPLAY is not set
13dbf422 1195# CONFIG_UIO is not set
ea708ac9
JB
1196
1197#
1198# TI VLYNQ
1199#
8531b7a8 1200# CONFIG_STAGING is not set
13dbf422
JB
1201
1202#
1203# File systems
1204#
1205CONFIG_EXT2_FS=y
1206# CONFIG_EXT2_FS_XATTR is not set
1207# CONFIG_EXT2_FS_XIP is not set
9ea7d5ad 1208CONFIG_EXT3_FS=m
ea708ac9 1209# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
9ea7d5ad
JB
1210CONFIG_EXT3_FS_XATTR=y
1211# CONFIG_EXT3_FS_POSIX_ACL is not set
1212# CONFIG_EXT3_FS_SECURITY is not set
8531b7a8 1213# CONFIG_EXT4_FS is not set
9ea7d5ad 1214CONFIG_JBD=m
8531b7a8 1215CONFIG_FS_MBCACHE=m
13dbf422
JB
1216# CONFIG_REISERFS_FS is not set
1217# CONFIG_JFS_FS is not set
1218# CONFIG_FS_POSIX_ACL is not set
1219# CONFIG_XFS_FS is not set
0b21bcd5 1220# CONFIG_GFS2_FS is not set
13dbf422 1221# CONFIG_OCFS2_FS is not set
0b21bcd5 1222# CONFIG_BTRFS_FS is not set
ea708ac9
JB
1223# CONFIG_NILFS2_FS is not set
1224CONFIG_FILE_LOCKING=y
1225CONFIG_FSNOTIFY=y
13dbf422
JB
1226CONFIG_DNOTIFY=y
1227CONFIG_INOTIFY=y
1228CONFIG_INOTIFY_USER=y
1229# CONFIG_QUOTA is not set
1230# CONFIG_AUTOFS_FS is not set
1231# CONFIG_AUTOFS4_FS is not set
1232# CONFIG_FUSE_FS is not set
1233
ea708ac9
JB
1234#
1235# Caches
1236#
1237# CONFIG_FSCACHE is not set
1238
13dbf422
JB
1239#
1240# CD-ROM/DVD Filesystems
1241#
1242# CONFIG_ISO9660_FS is not set
1243# CONFIG_UDF_FS is not set
1244
1245#
1246# DOS/FAT/NT Filesystems
1247#
9ea7d5ad 1248CONFIG_FAT_FS=m
13dbf422 1249# CONFIG_MSDOS_FS is not set
9ea7d5ad
JB
1250CONFIG_VFAT_FS=m
1251CONFIG_FAT_DEFAULT_CODEPAGE=437
1252CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
13dbf422
JB
1253# CONFIG_NTFS_FS is not set
1254
1255#
1256# Pseudo filesystems
1257#
1258CONFIG_PROC_FS=y
1259CONFIG_PROC_KCORE=y
1260CONFIG_PROC_SYSCTL=y
8531b7a8 1261CONFIG_PROC_PAGE_MONITOR=y
13dbf422
JB
1262CONFIG_SYSFS=y
1263CONFIG_TMPFS=y
1264# CONFIG_TMPFS_POSIX_ACL is not set
1265# CONFIG_HUGETLB_PAGE is not set
1266# CONFIG_CONFIGFS_FS is not set
0b21bcd5 1267CONFIG_MISC_FILESYSTEMS=y
13dbf422
JB
1268# CONFIG_ADFS_FS is not set
1269# CONFIG_AFFS_FS is not set
1270# CONFIG_HFS_FS is not set
1271# CONFIG_HFSPLUS_FS is not set
1272# CONFIG_BEFS_FS is not set
1273# CONFIG_BFS_FS is not set
1274# CONFIG_EFS_FS is not set
1275CONFIG_JFFS2_FS=y
1276CONFIG_JFFS2_FS_DEBUG=0
1277CONFIG_JFFS2_FS_WRITEBUFFER=y
1278# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
1279# CONFIG_JFFS2_SUMMARY is not set
1280# CONFIG_JFFS2_FS_XATTR is not set
1281# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
1282CONFIG_JFFS2_ZLIB=y
1283# CONFIG_JFFS2_LZO is not set
1284CONFIG_JFFS2_RTIME=y
1285# CONFIG_JFFS2_RUBIN is not set
9ea7d5ad
JB
1286CONFIG_UBIFS_FS=m
1287CONFIG_UBIFS_FS_XATTR=y
1288# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
1289CONFIG_UBIFS_FS_LZO=y
1290CONFIG_UBIFS_FS_ZLIB=y
1291# CONFIG_UBIFS_FS_DEBUG is not set
13dbf422 1292CONFIG_CRAMFS=y
0b21bcd5 1293# CONFIG_SQUASHFS is not set
13dbf422
JB
1294# CONFIG_VXFS_FS is not set
1295# CONFIG_MINIX_FS is not set
9ea7d5ad 1296# CONFIG_OMFS_FS is not set
13dbf422
JB
1297# CONFIG_HPFS_FS is not set
1298# CONFIG_QNX4FS_FS is not set
1299# CONFIG_ROMFS_FS is not set
1300# CONFIG_SYSV_FS is not set
1301# CONFIG_UFS_FS is not set
1302CONFIG_NETWORK_FILESYSTEMS=y
1303CONFIG_NFS_FS=y
1304CONFIG_NFS_V3=y
1305# CONFIG_NFS_V3_ACL is not set
1306# CONFIG_NFS_V4 is not set
13dbf422 1307CONFIG_ROOT_NFS=y
9ea7d5ad 1308# CONFIG_NFSD is not set
13dbf422
JB
1309CONFIG_LOCKD=y
1310CONFIG_LOCKD_V4=y
1311CONFIG_NFS_COMMON=y
1312CONFIG_SUNRPC=y
13dbf422
JB
1313# CONFIG_RPCSEC_GSS_KRB5 is not set
1314# CONFIG_RPCSEC_GSS_SPKM3 is not set
1315# CONFIG_SMB_FS is not set
1316# CONFIG_CIFS is not set
1317# CONFIG_NCP_FS is not set
1318# CONFIG_CODA_FS is not set
1319# CONFIG_AFS_FS is not set
1320
1321#
1322# Partition Types
1323#
1324# CONFIG_PARTITION_ADVANCED is not set
1325CONFIG_MSDOS_PARTITION=y
9ea7d5ad
JB
1326CONFIG_NLS=m
1327CONFIG_NLS_DEFAULT="iso8859-1"
1328CONFIG_NLS_CODEPAGE_437=m
1329# CONFIG_NLS_CODEPAGE_737 is not set
1330# CONFIG_NLS_CODEPAGE_775 is not set
1331# CONFIG_NLS_CODEPAGE_850 is not set
1332# CONFIG_NLS_CODEPAGE_852 is not set
1333# CONFIG_NLS_CODEPAGE_855 is not set
1334# CONFIG_NLS_CODEPAGE_857 is not set
1335# CONFIG_NLS_CODEPAGE_860 is not set
1336# CONFIG_NLS_CODEPAGE_861 is not set
1337# CONFIG_NLS_CODEPAGE_862 is not set
1338# CONFIG_NLS_CODEPAGE_863 is not set
1339# CONFIG_NLS_CODEPAGE_864 is not set
1340# CONFIG_NLS_CODEPAGE_865 is not set
1341# CONFIG_NLS_CODEPAGE_866 is not set
1342# CONFIG_NLS_CODEPAGE_869 is not set
1343# CONFIG_NLS_CODEPAGE_936 is not set
1344# CONFIG_NLS_CODEPAGE_950 is not set
1345# CONFIG_NLS_CODEPAGE_932 is not set
1346# CONFIG_NLS_CODEPAGE_949 is not set
1347# CONFIG_NLS_CODEPAGE_874 is not set
1348# CONFIG_NLS_ISO8859_8 is not set
1349# CONFIG_NLS_CODEPAGE_1250 is not set
1350# CONFIG_NLS_CODEPAGE_1251 is not set
1351# CONFIG_NLS_ASCII is not set
1352CONFIG_NLS_ISO8859_1=m
1353# CONFIG_NLS_ISO8859_2 is not set
1354# CONFIG_NLS_ISO8859_3 is not set
1355# CONFIG_NLS_ISO8859_4 is not set
1356# CONFIG_NLS_ISO8859_5 is not set
1357# CONFIG_NLS_ISO8859_6 is not set
1358# CONFIG_NLS_ISO8859_7 is not set
1359# CONFIG_NLS_ISO8859_9 is not set
1360# CONFIG_NLS_ISO8859_13 is not set
1361# CONFIG_NLS_ISO8859_14 is not set
1362# CONFIG_NLS_ISO8859_15 is not set
1363# CONFIG_NLS_KOI8_R is not set
1364# CONFIG_NLS_KOI8_U is not set
1365# CONFIG_NLS_UTF8 is not set
13dbf422 1366# CONFIG_DLM is not set
ea708ac9 1367# CONFIG_BINARY_PRINTF is not set
13dbf422
JB
1368
1369#
1370# Library routines
1371#
1372CONFIG_BITREVERSE=y
0b21bcd5 1373CONFIG_GENERIC_FIND_LAST_BIT=y
13dbf422 1374# CONFIG_CRC_CCITT is not set
9ea7d5ad
JB
1375CONFIG_CRC16=m
1376CONFIG_CRC_T10DIF=m
13dbf422
JB
1377# CONFIG_CRC_ITU_T is not set
1378CONFIG_CRC32=y
1379# CONFIG_CRC7 is not set
1380# CONFIG_LIBCRC32C is not set
1381CONFIG_ZLIB_INFLATE=y
1382CONFIG_ZLIB_DEFLATE=y
9ea7d5ad
JB
1383CONFIG_LZO_COMPRESS=m
1384CONFIG_LZO_DECOMPRESS=m
ea708ac9 1385CONFIG_DECOMPRESS_GZIP=y
13dbf422
JB
1386CONFIG_HAS_IOMEM=y
1387CONFIG_HAS_IOPORT=y
1388CONFIG_HAS_DMA=y
a07e387a 1389CONFIG_HAVE_LMB=y
ea708ac9
JB
1390CONFIG_NLATTR=y
1391CONFIG_GENERIC_ATOMIC64=y
13dbf422
JB
1392
1393#
1394# Kernel hacking
1395#
1396# CONFIG_PRINTK_TIME is not set
1397CONFIG_ENABLE_WARN_DEPRECATED=y
1398CONFIG_ENABLE_MUST_CHECK=y
3fa69dd5 1399CONFIG_FRAME_WARN=1024
13dbf422 1400CONFIG_MAGIC_SYSRQ=y
ea708ac9 1401# CONFIG_STRIP_ASM_SYMS is not set
13dbf422
JB
1402# CONFIG_UNUSED_SYMBOLS is not set
1403# CONFIG_DEBUG_FS is not set
1404# CONFIG_HEADERS_CHECK is not set
1405CONFIG_DEBUG_KERNEL=y
1406# CONFIG_DEBUG_SHIRQ is not set
1407CONFIG_DETECT_SOFTLOCKUP=y
9ea7d5ad
JB
1408# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
1409CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
ea708ac9
JB
1410CONFIG_DETECT_HUNG_TASK=y
1411# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
1412CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
13dbf422
JB
1413CONFIG_SCHED_DEBUG=y
1414# CONFIG_SCHEDSTATS is not set
1415# CONFIG_TIMER_STATS is not set
3fa69dd5 1416# CONFIG_DEBUG_OBJECTS is not set
13dbf422
JB
1417# CONFIG_SLUB_DEBUG_ON is not set
1418# CONFIG_SLUB_STATS is not set
ea708ac9 1419# CONFIG_DEBUG_KMEMLEAK is not set
13dbf422
JB
1420# CONFIG_DEBUG_RT_MUTEXES is not set
1421# CONFIG_RT_MUTEX_TESTER is not set
1422# CONFIG_DEBUG_SPINLOCK is not set
1423# CONFIG_DEBUG_MUTEXES is not set
ea708ac9
JB
1424# CONFIG_DEBUG_LOCK_ALLOC is not set
1425# CONFIG_PROVE_LOCKING is not set
1426# CONFIG_LOCK_STAT is not set
13dbf422
JB
1427# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1428# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1429# CONFIG_DEBUG_KOBJECT is not set
1430CONFIG_DEBUG_BUGVERBOSE=y
1431# CONFIG_DEBUG_INFO is not set
1432# CONFIG_DEBUG_VM is not set
3fa69dd5 1433# CONFIG_DEBUG_WRITECOUNT is not set
9ea7d5ad 1434# CONFIG_DEBUG_MEMORY_INIT is not set
13dbf422
JB
1435# CONFIG_DEBUG_LIST is not set
1436# CONFIG_DEBUG_SG is not set
0b21bcd5 1437# CONFIG_DEBUG_NOTIFIERS is not set
ea708ac9 1438# CONFIG_DEBUG_CREDENTIALS is not set
13dbf422 1439# CONFIG_RCU_TORTURE_TEST is not set
8531b7a8 1440# CONFIG_RCU_CPU_STALL_DETECTOR is not set
13dbf422 1441# CONFIG_BACKTRACE_SELF_TEST is not set
8531b7a8 1442# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
ea708ac9 1443# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
13dbf422 1444# CONFIG_FAULT_INJECTION is not set
9ea7d5ad 1445# CONFIG_LATENCYTOP is not set
8531b7a8 1446CONFIG_SYSCTL_SYSCALL_CHECK=y
ea708ac9 1447# CONFIG_DEBUG_PAGEALLOC is not set
c8d69884 1448CONFIG_HAVE_FUNCTION_TRACER=y
ea708ac9 1449CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
0b21bcd5
JB
1450CONFIG_HAVE_DYNAMIC_FTRACE=y
1451CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
ea708ac9
JB
1452CONFIG_TRACING_SUPPORT=y
1453CONFIG_FTRACE=y
c8d69884 1454# CONFIG_FUNCTION_TRACER is not set
ea708ac9 1455# CONFIG_IRQSOFF_TRACER is not set
9ea7d5ad 1456# CONFIG_SCHED_TRACER is not set
ea708ac9 1457# CONFIG_ENABLE_DEFAULT_TRACERS is not set
8531b7a8 1458# CONFIG_BOOT_TRACER is not set
ea708ac9
JB
1459CONFIG_BRANCH_PROFILE_NONE=y
1460# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
1461# CONFIG_PROFILE_ALL_BRANCHES is not set
8531b7a8 1462# CONFIG_STACK_TRACER is not set
ea708ac9
JB
1463# CONFIG_KMEMTRACE is not set
1464# CONFIG_WORKQUEUE_TRACER is not set
1465# CONFIG_BLK_DEV_IO_TRACE is not set
1466# CONFIG_DMA_API_DEBUG is not set
13dbf422 1467# CONFIG_SAMPLES is not set
9ea7d5ad
JB
1468CONFIG_HAVE_ARCH_KGDB=y
1469# CONFIG_KGDB is not set
ea708ac9
JB
1470# CONFIG_PPC_DISABLE_WERROR is not set
1471CONFIG_PPC_WERROR=y
0b21bcd5 1472CONFIG_PRINT_STACK_DEPTH=64
13dbf422
JB
1473# CONFIG_DEBUG_STACKOVERFLOW is not set
1474# CONFIG_DEBUG_STACK_USAGE is not set
3fa69dd5
JB
1475# CONFIG_CODE_PATCHING_SELFTEST is not set
1476# CONFIG_FTR_FIXUP_SELFTEST is not set
8531b7a8 1477# CONFIG_MSI_BITMAP_SELFTEST is not set
9ea7d5ad 1478# CONFIG_XMON is not set
3fa69dd5 1479# CONFIG_IRQSTACKS is not set
13dbf422 1480# CONFIG_BDI_SWITCH is not set
13dbf422
JB
1481
1482#
1483# Security options
1484#
1485# CONFIG_KEYS is not set
1486# CONFIG_SECURITY is not set
8531b7a8 1487# CONFIG_SECURITYFS is not set
ea708ac9
JB
1488# CONFIG_DEFAULT_SECURITY_SELINUX is not set
1489# CONFIG_DEFAULT_SECURITY_SMACK is not set
1490# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
1491CONFIG_DEFAULT_SECURITY_DAC=y
1492CONFIG_DEFAULT_SECURITY=""
13dbf422 1493CONFIG_CRYPTO=y
3fa69dd5
JB
1494
1495#
1496# Crypto core or helper
1497#
13dbf422 1498CONFIG_CRYPTO_ALGAPI=y
0b21bcd5
JB
1499CONFIG_CRYPTO_ALGAPI2=y
1500CONFIG_CRYPTO_AEAD2=y
13dbf422 1501CONFIG_CRYPTO_BLKCIPHER=y
0b21bcd5 1502CONFIG_CRYPTO_BLKCIPHER2=y
8531b7a8 1503CONFIG_CRYPTO_HASH=y
0b21bcd5
JB
1504CONFIG_CRYPTO_HASH2=y
1505CONFIG_CRYPTO_RNG2=y
ea708ac9 1506CONFIG_CRYPTO_PCOMP=y
13dbf422 1507CONFIG_CRYPTO_MANAGER=y
0b21bcd5 1508CONFIG_CRYPTO_MANAGER2=y
3fa69dd5
JB
1509# CONFIG_CRYPTO_GF128MUL is not set
1510# CONFIG_CRYPTO_NULL is not set
ea708ac9 1511CONFIG_CRYPTO_WORKQUEUE=y
3fa69dd5
JB
1512# CONFIG_CRYPTO_CRYPTD is not set
1513# CONFIG_CRYPTO_AUTHENC is not set
1514# CONFIG_CRYPTO_TEST is not set
1515
1516#
1517# Authenticated Encryption with Associated Data
1518#
1519# CONFIG_CRYPTO_CCM is not set
1520# CONFIG_CRYPTO_GCM is not set
1521# CONFIG_CRYPTO_SEQIV is not set
1522
1523#
1524# Block modes
1525#
1526CONFIG_CRYPTO_CBC=y
1527# CONFIG_CRYPTO_CTR is not set
1528# CONFIG_CRYPTO_CTS is not set
1529CONFIG_CRYPTO_ECB=y
1530# CONFIG_CRYPTO_LRW is not set
1531CONFIG_CRYPTO_PCBC=y
1532# CONFIG_CRYPTO_XTS is not set
1533
1534#
1535# Hash modes
1536#
13dbf422
JB
1537# CONFIG_CRYPTO_HMAC is not set
1538# CONFIG_CRYPTO_XCBC is not set
ea708ac9 1539# CONFIG_CRYPTO_VMAC is not set
3fa69dd5
JB
1540
1541#
1542# Digest
1543#
1544# CONFIG_CRYPTO_CRC32C is not set
ea708ac9 1545# CONFIG_CRYPTO_GHASH is not set
13dbf422
JB
1546# CONFIG_CRYPTO_MD4 is not set
1547CONFIG_CRYPTO_MD5=y
3fa69dd5 1548# CONFIG_CRYPTO_MICHAEL_MIC is not set
9ea7d5ad
JB
1549# CONFIG_CRYPTO_RMD128 is not set
1550# CONFIG_CRYPTO_RMD160 is not set
1551# CONFIG_CRYPTO_RMD256 is not set
1552# CONFIG_CRYPTO_RMD320 is not set
13dbf422
JB
1553# CONFIG_CRYPTO_SHA1 is not set
1554# CONFIG_CRYPTO_SHA256 is not set
1555# CONFIG_CRYPTO_SHA512 is not set
13dbf422 1556# CONFIG_CRYPTO_TGR192 is not set
3fa69dd5
JB
1557# CONFIG_CRYPTO_WP512 is not set
1558
1559#
1560# Ciphers
1561#
13dbf422 1562# CONFIG_CRYPTO_AES is not set
3fa69dd5
JB
1563# CONFIG_CRYPTO_ANUBIS is not set
1564# CONFIG_CRYPTO_ARC4 is not set
1565# CONFIG_CRYPTO_BLOWFISH is not set
1566# CONFIG_CRYPTO_CAMELLIA is not set
13dbf422
JB
1567# CONFIG_CRYPTO_CAST5 is not set
1568# CONFIG_CRYPTO_CAST6 is not set
3fa69dd5
JB
1569CONFIG_CRYPTO_DES=y
1570# CONFIG_CRYPTO_FCRYPT is not set
13dbf422 1571# CONFIG_CRYPTO_KHAZAD is not set
13dbf422 1572# CONFIG_CRYPTO_SALSA20 is not set
3fa69dd5
JB
1573# CONFIG_CRYPTO_SEED is not set
1574# CONFIG_CRYPTO_SERPENT is not set
1575# CONFIG_CRYPTO_TEA is not set
1576# CONFIG_CRYPTO_TWOFISH is not set
1577
1578#
1579# Compression
1580#
9ea7d5ad 1581CONFIG_CRYPTO_DEFLATE=m
ea708ac9 1582# CONFIG_CRYPTO_ZLIB is not set
9ea7d5ad 1583CONFIG_CRYPTO_LZO=m
8531b7a8
JB
1584
1585#
1586# Random Number Generation
1587#
1588# CONFIG_CRYPTO_ANSI_CPRNG is not set
13dbf422
JB
1589# CONFIG_CRYPTO_HW is not set
1590# CONFIG_PPC_CLOCK is not set
8531b7a8
JB
1591CONFIG_VIRTUALIZATION=y
1592CONFIG_KVM=y
23f402c0 1593CONFIG_KVM_440=y
0b21bcd5 1594# CONFIG_KVM_EXIT_TIMING is not set
8531b7a8
JB
1595# CONFIG_VIRTIO_PCI is not set
1596# CONFIG_VIRTIO_BALLOON is not set