blob: 910eaec934c9bd507f445b74f88e50a72f43ea1b [file] [log] [blame]
Yoshinori Satof36af3fd2006-11-05 16:21:09 +09001#
2# Automatically generated make config: don't edit
Paul Mundt4d0956b2010-05-18 18:18:28 +09003# Linux kernel version: 2.6.34-rc5
4# Tue May 18 16:34:06 2010
Yoshinori Satof36af3fd2006-11-05 16:21:09 +09005#
6CONFIG_SUPERH=y
Paul Mundtf8cc3562008-06-03 20:29:55 +09007CONFIG_SUPERH32=y
Paul Mundtfc4967b2009-04-27 14:06:26 +09008# CONFIG_SUPERH64 is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +09009CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig"
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090010CONFIG_RWSEM_GENERIC_SPINLOCK=y
Paul Mundteee4c462007-06-15 19:45:33 +090011CONFIG_GENERIC_BUG=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090012CONFIG_GENERIC_FIND_NEXT_BIT=y
13CONFIG_GENERIC_HWEIGHT=y
14CONFIG_GENERIC_HARDIRQS=y
Paul Mundt4bb273e2008-10-22 20:05:11 +090015CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
Paul Mundt5d654982009-09-25 11:53:02 +090016CONFIG_IRQ_PER_CPU=y
Paul Mundt4d0956b2010-05-18 18:18:28 +090017CONFIG_SPARSE_IRQ=y
Paul Mundt4bb273e2008-10-22 20:05:11 +090018# CONFIG_GENERIC_GPIO is not set
Paul Mundtb7d37402009-06-18 13:28:09 +090019CONFIG_GENERIC_TIME=y
20CONFIG_GENERIC_CLOCKEVENTS=y
Paul Mundt5e8766f2009-01-13 12:38:06 +090021# CONFIG_ARCH_SUSPEND_POSSIBLE is not set
22# CONFIG_ARCH_HIBERNATION_POSSIBLE is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +090023CONFIG_SYS_SUPPORTS_CMT=y
Paul Mundtb7d37402009-06-18 13:28:09 +090024CONFIG_SYS_SUPPORTS_MTU2=y
Yoshinori Satod79b8742006-12-07 17:09:46 +090025CONFIG_STACKTRACE_SUPPORT=y
26CONFIG_LOCKDEP_SUPPORT=y
Paul Mundt4bb273e2008-10-22 20:05:11 +090027CONFIG_HAVE_LATENCYTOP_SUPPORT=y
Paul Mundteee4c462007-06-15 19:45:33 +090028# CONFIG_ARCH_HAS_ILOG2_U32 is not set
29# CONFIG_ARCH_HAS_ILOG2_U64 is not set
Paul Mundt0e010592007-09-18 15:58:45 +090030CONFIG_ARCH_NO_VIRT_TO_BUS=y
Paul Mundt53a52ab2009-04-02 22:02:26 +090031CONFIG_ARCH_HAS_DEFAULT_IDLE=y
Paul Mundt5d654982009-09-25 11:53:02 +090032CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
Paul Mundt7dbcd8c2010-01-04 15:38:50 +090033CONFIG_DMA_NONCOHERENT=y
Paul Mundt4d0956b2010-05-18 18:18:28 +090034CONFIG_NEED_DMA_MAP_STATE=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090035CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
Paul Mundt5d654982009-09-25 11:53:02 +090036CONFIG_CONSTRUCTORS=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090037
38#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090039# General setup
40#
Paul Mundt0e010592007-09-18 15:58:45 +090041CONFIG_EXPERIMENTAL=y
42CONFIG_BROKEN_ON_SMP=y
Paul Mundtf8cc3562008-06-03 20:29:55 +090043CONFIG_LOCK_KERNEL=y
Paul Mundt0e010592007-09-18 15:58:45 +090044CONFIG_INIT_ENV_ARG_LIMIT=32
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090045CONFIG_LOCALVERSION=""
Paul Mundtf8cc3562008-06-03 20:29:55 +090046CONFIG_LOCALVERSION_AUTO=y
Paul Mundt5d654982009-09-25 11:53:02 +090047CONFIG_HAVE_KERNEL_GZIP=y
48CONFIG_HAVE_KERNEL_BZIP2=y
49CONFIG_HAVE_KERNEL_LZMA=y
Paul Mundt4d0956b2010-05-18 18:18:28 +090050CONFIG_HAVE_KERNEL_LZO=y
Paul Mundt5d654982009-09-25 11:53:02 +090051CONFIG_KERNEL_GZIP=y
52# CONFIG_KERNEL_BZIP2 is not set
53# CONFIG_KERNEL_LZMA is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +090054# CONFIG_KERNEL_LZO is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +090055CONFIG_SYSVIPC=y
56CONFIG_SYSVIPC_SYSCTL=y
57CONFIG_POSIX_MQUEUE=y
Paul Mundtfc4967b2009-04-27 14:06:26 +090058CONFIG_POSIX_MQUEUE_SYSCTL=y
Paul Mundtf8cc3562008-06-03 20:29:55 +090059CONFIG_BSD_PROCESS_ACCT=y
60# CONFIG_BSD_PROCESS_ACCT_V3 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090061# CONFIG_TASKSTATS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +090062CONFIG_AUDIT=y
63CONFIG_AUDITSYSCALL=y
Paul Mundtb7d37402009-06-18 13:28:09 +090064CONFIG_AUDIT_TREE=y
Paul Mundt53a52ab2009-04-02 22:02:26 +090065
66#
67# RCU Subsystem
68#
Paul Mundt5d654982009-09-25 11:53:02 +090069CONFIG_TREE_RCU=y
70# CONFIG_TREE_PREEMPT_RCU is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +090071# CONFIG_TINY_RCU is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +090072CONFIG_RCU_TRACE=y
Paul Mundt5d654982009-09-25 11:53:02 +090073CONFIG_RCU_FANOUT=32
74# CONFIG_RCU_FANOUT_EXACT is not set
75CONFIG_TREE_RCU_TRACE=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +090076# CONFIG_IKCONFIG is not set
Paul Mundteee4c462007-06-15 19:45:33 +090077CONFIG_LOG_BUF_SHIFT=14
Paul Mundtf8cc3562008-06-03 20:29:55 +090078CONFIG_CGROUPS=y
79CONFIG_CGROUP_DEBUG=y
80CONFIG_CGROUP_NS=y
Paul Mundt4bb273e2008-10-22 20:05:11 +090081# CONFIG_CGROUP_FREEZER is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +090082CONFIG_CGROUP_DEVICE=y
Paul Mundtfc4967b2009-04-27 14:06:26 +090083# CONFIG_CPUSETS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +090084CONFIG_CGROUP_CPUACCT=y
85CONFIG_RESOURCE_COUNTERS=y
Paul Mundtf8cc3562008-06-03 20:29:55 +090086CONFIG_CGROUP_MEM_RES_CTLR=y
Paul Mundt4d0956b2010-05-18 18:18:28 +090087# CONFIG_CGROUP_SCHED is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +090088CONFIG_MM_OWNER=y
Paul Mundtf8cc3562008-06-03 20:29:55 +090089# CONFIG_SYSFS_DEPRECATED_V2 is not set
90CONFIG_RELAY=y
91CONFIG_NAMESPACES=y
92CONFIG_UTS_NS=y
93CONFIG_IPC_NS=y
94CONFIG_USER_NS=y
95CONFIG_PID_NS=y
Paul Mundt53a52ab2009-04-02 22:02:26 +090096# CONFIG_NET_NS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +090097CONFIG_BLK_DEV_INITRD=y
98CONFIG_INITRAMFS_SOURCE=""
Paul Mundt53a52ab2009-04-02 22:02:26 +090099CONFIG_RD_GZIP=y
100# CONFIG_RD_BZIP2 is not set
101# CONFIG_RD_LZMA is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +0900102# CONFIG_RD_LZO is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900103CONFIG_CC_OPTIMIZE_FOR_SIZE=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900104CONFIG_SYSCTL=y
Paul Mundt53a52ab2009-04-02 22:02:26 +0900105CONFIG_ANON_INODES=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900106CONFIG_EMBEDDED=y
Yoshinori Satod79b8742006-12-07 17:09:46 +0900107# CONFIG_UID16 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900108# CONFIG_SYSCTL_SYSCALL is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900109CONFIG_KALLSYMS=y
110CONFIG_KALLSYMS_ALL=y
111# CONFIG_KALLSYMS_EXTRA_PASS is not set
112CONFIG_HOTPLUG=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900113CONFIG_PRINTK=y
114CONFIG_BUG=y
Yoshinori Satod79b8742006-12-07 17:09:46 +0900115# CONFIG_ELF_CORE is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900116CONFIG_BASE_FULL=y
117CONFIG_FUTEX=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900118CONFIG_EPOLL=y
Paul Mundteee4c462007-06-15 19:45:33 +0900119CONFIG_SIGNALFD=y
120CONFIG_TIMERFD=y
121CONFIG_EVENTFD=y
Paul Mundt4bb273e2008-10-22 20:05:11 +0900122CONFIG_AIO=y
Paul Mundt5d654982009-09-25 11:53:02 +0900123CONFIG_HAVE_PERF_EVENTS=y
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900124CONFIG_PERF_USE_VMALLOC=y
Paul Mundtb7d37402009-06-18 13:28:09 +0900125
126#
Paul Mundt5d654982009-09-25 11:53:02 +0900127# Kernel Performance Events And Counters
Paul Mundtb7d37402009-06-18 13:28:09 +0900128#
Paul Mundt5d654982009-09-25 11:53:02 +0900129CONFIG_PERF_EVENTS=y
Paul Mundt5d654982009-09-25 11:53:02 +0900130# CONFIG_PERF_COUNTERS is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900131# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900132CONFIG_VM_EVENT_COUNTERS=y
Paul Mundt53a52ab2009-04-02 22:02:26 +0900133# CONFIG_COMPAT_BRK is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900134# CONFIG_SLAB is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900135# CONFIG_SLUB is not set
136CONFIG_SLOB=y
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900137# CONFIG_MMAP_ALLOW_UNINITIALIZED is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900138CONFIG_PROFILING=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900139CONFIG_OPROFILE=y
140CONFIG_HAVE_OPROFILE=y
Paul Mundt4bb273e2008-10-22 20:05:11 +0900141# CONFIG_KPROBES is not set
142CONFIG_HAVE_KPROBES=y
143CONFIG_HAVE_KRETPROBES=y
144CONFIG_HAVE_ARCH_TRACEHOOK=y
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900145CONFIG_HAVE_DMA_ATTRS=y
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900146CONFIG_HAVE_CLK=y
Paul Mundtfc4967b2009-04-27 14:06:26 +0900147CONFIG_HAVE_DMA_API_DEBUG=y
Paul Mundt4d0956b2010-05-18 18:18:28 +0900148CONFIG_HAVE_HW_BREAKPOINT=y
Paul Mundt5d654982009-09-25 11:53:02 +0900149
150#
151# GCOV-based kernel profiling
152#
153# CONFIG_GCOV_KERNEL is not set
Paul Mundtfc4967b2009-04-27 14:06:26 +0900154# CONFIG_SLOW_WORK is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900155CONFIG_HAVE_GENERIC_DMA_COHERENT=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900156CONFIG_RT_MUTEXES=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900157CONFIG_BASE_SMALL=0
158CONFIG_MODULES=y
159# CONFIG_MODULE_FORCE_LOAD is not set
160CONFIG_MODULE_UNLOAD=y
161# CONFIG_MODULE_FORCE_UNLOAD is not set
162# CONFIG_MODVERSIONS is not set
163# CONFIG_MODULE_SRCVERSION_ALL is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900164CONFIG_BLOCK=y
Paul Mundt5d654982009-09-25 11:53:02 +0900165CONFIG_LBDAF=y
Paul Mundt0e010592007-09-18 15:58:45 +0900166# CONFIG_BLK_DEV_BSG is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900167# CONFIG_BLK_DEV_INTEGRITY is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900168
169#
170# IO Schedulers
171#
172CONFIG_IOSCHED_NOOP=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900173# CONFIG_IOSCHED_DEADLINE is not set
174# CONFIG_IOSCHED_CFQ is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900175# CONFIG_DEFAULT_DEADLINE is not set
176# CONFIG_DEFAULT_CFQ is not set
177CONFIG_DEFAULT_NOOP=y
178CONFIG_DEFAULT_IOSCHED="noop"
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900179# CONFIG_INLINE_SPIN_TRYLOCK is not set
180# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
181# CONFIG_INLINE_SPIN_LOCK is not set
182# CONFIG_INLINE_SPIN_LOCK_BH is not set
183# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
184# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
185# CONFIG_INLINE_SPIN_UNLOCK is not set
186# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
187# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
188# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
189# CONFIG_INLINE_READ_TRYLOCK is not set
190# CONFIG_INLINE_READ_LOCK is not set
191# CONFIG_INLINE_READ_LOCK_BH is not set
192# CONFIG_INLINE_READ_LOCK_IRQ is not set
193# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
194# CONFIG_INLINE_READ_UNLOCK is not set
195# CONFIG_INLINE_READ_UNLOCK_BH is not set
196# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
197# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
198# CONFIG_INLINE_WRITE_TRYLOCK is not set
199# CONFIG_INLINE_WRITE_LOCK is not set
200# CONFIG_INLINE_WRITE_LOCK_BH is not set
201# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
202# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
203# CONFIG_INLINE_WRITE_UNLOCK is not set
204# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
205# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
206# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
207# CONFIG_MUTEX_SPIN_ON_OWNER is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900208# CONFIG_FREEZER is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900209
210#
211# System type
212#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900213CONFIG_CPU_SH2=y
214CONFIG_CPU_SH2A=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900215# CONFIG_CPU_SUBTYPE_SH7619 is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900216# CONFIG_CPU_SUBTYPE_SH7201 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900217# CONFIG_CPU_SUBTYPE_SH7203 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900218CONFIG_CPU_SUBTYPE_SH7206=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900219# CONFIG_CPU_SUBTYPE_SH7263 is not set
220# CONFIG_CPU_SUBTYPE_MXG is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900221# CONFIG_CPU_SUBTYPE_SH7705 is not set
222# CONFIG_CPU_SUBTYPE_SH7706 is not set
223# CONFIG_CPU_SUBTYPE_SH7707 is not set
224# CONFIG_CPU_SUBTYPE_SH7708 is not set
225# CONFIG_CPU_SUBTYPE_SH7709 is not set
226# CONFIG_CPU_SUBTYPE_SH7710 is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900227# CONFIG_CPU_SUBTYPE_SH7712 is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900228# CONFIG_CPU_SUBTYPE_SH7720 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900229# CONFIG_CPU_SUBTYPE_SH7721 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900230# CONFIG_CPU_SUBTYPE_SH7750 is not set
231# CONFIG_CPU_SUBTYPE_SH7091 is not set
232# CONFIG_CPU_SUBTYPE_SH7750R is not set
233# CONFIG_CPU_SUBTYPE_SH7750S is not set
234# CONFIG_CPU_SUBTYPE_SH7751 is not set
235# CONFIG_CPU_SUBTYPE_SH7751R is not set
236# CONFIG_CPU_SUBTYPE_SH7760 is not set
237# CONFIG_CPU_SUBTYPE_SH4_202 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900238# CONFIG_CPU_SUBTYPE_SH7723 is not set
Paul Mundtfc4967b2009-04-27 14:06:26 +0900239# CONFIG_CPU_SUBTYPE_SH7724 is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900240# CONFIG_CPU_SUBTYPE_SH7757 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900241# CONFIG_CPU_SUBTYPE_SH7763 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900242# CONFIG_CPU_SUBTYPE_SH7770 is not set
243# CONFIG_CPU_SUBTYPE_SH7780 is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900244# CONFIG_CPU_SUBTYPE_SH7785 is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900245# CONFIG_CPU_SUBTYPE_SH7786 is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900246# CONFIG_CPU_SUBTYPE_SHX3 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900247# CONFIG_CPU_SUBTYPE_SH7343 is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900248# CONFIG_CPU_SUBTYPE_SH7722 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900249# CONFIG_CPU_SUBTYPE_SH7366 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900250
251#
252# Memory management options
253#
Paul Mundteee4c462007-06-15 19:45:33 +0900254CONFIG_QUICKLIST=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900255CONFIG_PAGE_OFFSET=0x00000000
Paul Mundtb7d37402009-06-18 13:28:09 +0900256CONFIG_FORCE_MAX_ZONEORDER=14
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900257CONFIG_MEMORY_START=0x0c000000
Yoshinori Satod79b8742006-12-07 17:09:46 +0900258CONFIG_MEMORY_SIZE=0x04000000
Paul Mundtf8cc3562008-06-03 20:29:55 +0900259CONFIG_29BIT=y
Paul Mundteee4c462007-06-15 19:45:33 +0900260CONFIG_ARCH_FLATMEM_ENABLE=y
261CONFIG_ARCH_SPARSEMEM_ENABLE=y
262CONFIG_ARCH_SPARSEMEM_DEFAULT=y
263CONFIG_MAX_ACTIVE_REGIONS=1
264CONFIG_ARCH_POPULATES_NODE_MAP=y
265CONFIG_ARCH_SELECT_MEMORY_MODEL=y
Paul Mundt4d0956b2010-05-18 18:18:28 +0900266CONFIG_UNCACHED_MAPPING=y
Yoshinori Satod79b8742006-12-07 17:09:46 +0900267CONFIG_PAGE_SIZE_4KB=y
268# CONFIG_PAGE_SIZE_8KB is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900269# CONFIG_PAGE_SIZE_16KB is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900270# CONFIG_PAGE_SIZE_64KB is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900271CONFIG_SELECT_MEMORY_MODEL=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900272CONFIG_FLATMEM_MANUAL=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900273# CONFIG_DISCONTIGMEM_MANUAL is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900274# CONFIG_SPARSEMEM_MANUAL is not set
275CONFIG_FLATMEM=y
276CONFIG_FLAT_NODE_MEM_MAP=y
Paul Mundteee4c462007-06-15 19:45:33 +0900277CONFIG_SPARSEMEM_STATIC=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900278CONFIG_PAGEFLAGS_EXTENDED=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900279CONFIG_SPLIT_PTLOCK_CPUS=4
Paul Mundt4bb273e2008-10-22 20:05:11 +0900280# CONFIG_PHYS_ADDR_T_64BIT is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900281CONFIG_ZONE_DMA_FLAG=0
Paul Mundt4d0956b2010-05-18 18:18:28 +0900282CONFIG_NR_QUICK=1
Paul Mundtb7d37402009-06-18 13:28:09 +0900283CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900284
285#
286# Cache configuration
287#
Paul Mundt0e010592007-09-18 15:58:45 +0900288CONFIG_CACHE_WRITEBACK=y
289# CONFIG_CACHE_WRITETHROUGH is not set
290# CONFIG_CACHE_OFF is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900291
292#
293# Processor features
294#
295# CONFIG_CPU_LITTLE_ENDIAN is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900296CONFIG_CPU_BIG_ENDIAN=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900297# CONFIG_SH_FPU_EMU is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900298
299#
Paul Mundteee4c462007-06-15 19:45:33 +0900300# Board support
301#
302CONFIG_SOLUTION_ENGINE=y
303CONFIG_SH_7206_SOLUTION_ENGINE=y
304
305#
306# Timer and clock configuration
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900307#
Paul Mundtb7d37402009-06-18 13:28:09 +0900308CONFIG_SH_TIMER_CMT=y
309CONFIG_SH_TIMER_MTU2=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900310CONFIG_SH_PCLK_FREQ=33333333
Paul Mundtb7d37402009-06-18 13:28:09 +0900311CONFIG_SH_CLK_CPG=y
312CONFIG_SH_CLK_CPG_LEGACY=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900313CONFIG_SH_CLK_MD=6
Paul Mundtb7d37402009-06-18 13:28:09 +0900314# CONFIG_NO_HZ is not set
315# CONFIG_HIGH_RES_TIMERS is not set
316CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900317
318#
319# CPU Frequency scaling
320#
Paul Mundt0e010592007-09-18 15:58:45 +0900321CONFIG_CPU_FREQ=y
322CONFIG_CPU_FREQ_TABLE=y
323# CONFIG_CPU_FREQ_DEBUG is not set
324CONFIG_CPU_FREQ_STAT=y
325# CONFIG_CPU_FREQ_STAT_DETAILS is not set
326CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900327# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900328# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900329# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
330# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900331CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
332# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
333# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
334# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
335# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900336CONFIG_SH_CPU_FREQ=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900337
338#
339# DMA support
340#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900341
342#
343# Companion Chips
344#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900345
346#
Yoshinori Satod79b8742006-12-07 17:09:46 +0900347# Additional SuperH Device Drivers
348#
Paul Mundt0e010592007-09-18 15:58:45 +0900349CONFIG_HEARTBEAT=y
Yoshinori Satod79b8742006-12-07 17:09:46 +0900350# CONFIG_PUSH_SWITCH is not set
351
352#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900353# Kernel features
354#
Paul Mundt0e010592007-09-18 15:58:45 +0900355# CONFIG_HZ_100 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900356# CONFIG_HZ_250 is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900357# CONFIG_HZ_300 is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900358CONFIG_HZ_1000=y
359CONFIG_HZ=1000
Paul Mundtf8cc3562008-06-03 20:29:55 +0900360# CONFIG_SCHED_HRTICK is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900361# CONFIG_CRASH_DUMP is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900362# CONFIG_SECCOMP is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900363# CONFIG_PREEMPT_NONE is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900364# CONFIG_PREEMPT_VOLUNTARY is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900365CONFIG_PREEMPT=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900366CONFIG_GUSA=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900367
368#
369# Boot options
370#
371CONFIG_ZERO_PAGE_OFFSET=0x00001000
372CONFIG_BOOT_LINK_OFFSET=0x00800000
Paul Mundtb7d37402009-06-18 13:28:09 +0900373CONFIG_ENTRY_OFFSET=0x00001000
Paul Mundt5d654982009-09-25 11:53:02 +0900374CONFIG_CMDLINE_OVERWRITE=y
375# CONFIG_CMDLINE_EXTEND is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900376CONFIG_CMDLINE="console=ttySC3,115200 ignore_loglevel earlyprintk=serial"
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900377
378#
379# Bus options
380#
Paul Mundteee4c462007-06-15 19:45:33 +0900381# CONFIG_ARCH_SUPPORTS_MSI is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900382# CONFIG_PCCARD is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900383
384#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900385# Executable file formats
386#
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900387CONFIG_BINFMT_ELF_FDPIC=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900388CONFIG_BINFMT_FLAT=y
389CONFIG_BINFMT_ZFLAT=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900390CONFIG_BINFMT_SHARED_FLAT=y
Paul Mundt4bb273e2008-10-22 20:05:11 +0900391# CONFIG_HAVE_AOUT is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900392CONFIG_BINFMT_MISC=y
Paul Mundt5e8766f2009-01-13 12:38:06 +0900393
394#
395# Power management options (EXPERIMENTAL)
396#
397# CONFIG_PM is not set
398# CONFIG_CPU_IDLE is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900399CONFIG_NET=y
400
401#
402# Networking options
403#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900404CONFIG_PACKET=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900405CONFIG_UNIX=y
406CONFIG_XFRM=y
407# CONFIG_XFRM_USER is not set
408# CONFIG_XFRM_SUB_POLICY is not set
409# CONFIG_XFRM_MIGRATE is not set
410# CONFIG_XFRM_STATISTICS is not set
411CONFIG_NET_KEY=y
412# CONFIG_NET_KEY_MIGRATE is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900413CONFIG_INET=y
414# CONFIG_IP_MULTICAST is not set
415# CONFIG_IP_ADVANCED_ROUTER is not set
416CONFIG_IP_FIB_HASH=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900417CONFIG_IP_PNP=y
418CONFIG_IP_PNP_DHCP=y
419# CONFIG_IP_PNP_BOOTP is not set
420# CONFIG_IP_PNP_RARP is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900421# CONFIG_NET_IPIP is not set
422# CONFIG_NET_IPGRE is not set
423# CONFIG_ARPD is not set
424# CONFIG_SYN_COOKIES is not set
425# CONFIG_INET_AH is not set
426# CONFIG_INET_ESP is not set
427# CONFIG_INET_IPCOMP is not set
428# CONFIG_INET_XFRM_TUNNEL is not set
429# CONFIG_INET_TUNNEL is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900430# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
431# CONFIG_INET_XFRM_MODE_TUNNEL is not set
432# CONFIG_INET_XFRM_MODE_BEET is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900433# CONFIG_INET_LRO is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900434# CONFIG_INET_DIAG is not set
435# CONFIG_TCP_CONG_ADVANCED is not set
436CONFIG_TCP_CONG_CUBIC=y
437CONFIG_DEFAULT_TCP_CONG="cubic"
Paul Mundteee4c462007-06-15 19:45:33 +0900438# CONFIG_TCP_MD5SIG is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900439# CONFIG_IPV6 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900440# CONFIG_NETWORK_SECMARK is not set
441# CONFIG_NETFILTER is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900442# CONFIG_IP_DCCP is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900443# CONFIG_IP_SCTP is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900444# CONFIG_RDS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900445# CONFIG_TIPC is not set
446# CONFIG_ATM is not set
447# CONFIG_BRIDGE is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900448# CONFIG_NET_DSA is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900449# CONFIG_VLAN_8021Q is not set
450# CONFIG_DECNET is not set
451# CONFIG_LLC2 is not set
452# CONFIG_IPX is not set
453# CONFIG_ATALK is not set
454# CONFIG_X25 is not set
455# CONFIG_LAPB is not set
456# CONFIG_ECONET is not set
457# CONFIG_WAN_ROUTER is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900458# CONFIG_PHONET is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900459# CONFIG_IEEE802154 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900460# CONFIG_NET_SCHED is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900461# CONFIG_DCB is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900462
463#
464# Network testing
465#
466# CONFIG_NET_PKTGEN is not set
467# CONFIG_HAMRADIO is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900468# CONFIG_CAN is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900469# CONFIG_IRDA is not set
470# CONFIG_BT is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900471# CONFIG_AF_RXRPC is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900472CONFIG_WIRELESS=y
Paul Mundteee4c462007-06-15 19:45:33 +0900473# CONFIG_CFG80211 is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900474# CONFIG_LIB80211 is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900475
476#
477# CFG80211 needs to be enabled for MAC80211
478#
Paul Mundt53a52ab2009-04-02 22:02:26 +0900479# CONFIG_WIMAX is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900480# CONFIG_RFKILL is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900481# CONFIG_NET_9P is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900482
483#
484# Device Drivers
485#
486
487#
488# Generic Driver Options
489#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900490CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900491# CONFIG_STANDALONE is not set
492# CONFIG_PREVENT_FIRMWARE_BUILD is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900493# CONFIG_FW_LOADER is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900494# CONFIG_DEBUG_DRIVER is not set
495# CONFIG_DEBUG_DEVRES is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900496# CONFIG_SYS_HYPERVISOR is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900497# CONFIG_CONNECTOR is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900498CONFIG_MTD=y
499# CONFIG_MTD_DEBUG is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900500# CONFIG_MTD_TESTS is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900501CONFIG_MTD_CONCAT=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900502CONFIG_MTD_PARTITIONS=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900503# CONFIG_MTD_REDBOOT_PARTS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900504# CONFIG_MTD_CMDLINE_PARTS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900505# CONFIG_MTD_AR7_PARTS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900506
507#
508# User Modules And Translation Layers
509#
510CONFIG_MTD_CHAR=y
Paul Mundteee4c462007-06-15 19:45:33 +0900511CONFIG_MTD_BLKDEVS=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900512CONFIG_MTD_BLOCK=y
513# CONFIG_FTL is not set
514# CONFIG_NFTL is not set
515# CONFIG_INFTL is not set
516# CONFIG_RFD_FTL is not set
517# CONFIG_SSFDC is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900518# CONFIG_MTD_OOPS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900519
520#
521# RAM/ROM/Flash chip drivers
522#
523CONFIG_MTD_CFI=y
524# CONFIG_MTD_JEDECPROBE is not set
525CONFIG_MTD_GEN_PROBE=y
526# CONFIG_MTD_CFI_ADV_OPTIONS is not set
527CONFIG_MTD_MAP_BANK_WIDTH_1=y
528CONFIG_MTD_MAP_BANK_WIDTH_2=y
529CONFIG_MTD_MAP_BANK_WIDTH_4=y
530# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
531# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
532# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
533CONFIG_MTD_CFI_I1=y
534CONFIG_MTD_CFI_I2=y
535# CONFIG_MTD_CFI_I4 is not set
536# CONFIG_MTD_CFI_I8 is not set
537# CONFIG_MTD_CFI_INTELEXT is not set
538CONFIG_MTD_CFI_AMDSTD=y
539# CONFIG_MTD_CFI_STAA is not set
540CONFIG_MTD_CFI_UTIL=y
541# CONFIG_MTD_RAM is not set
542# CONFIG_MTD_ROM is not set
543# CONFIG_MTD_ABSENT is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900544
545#
546# Mapping drivers for chip access
547#
548# CONFIG_MTD_COMPLEX_MAPPINGS is not set
549CONFIG_MTD_PHYSMAP=y
Paul Mundt53a52ab2009-04-02 22:02:26 +0900550# CONFIG_MTD_PHYSMAP_COMPAT is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900551# CONFIG_MTD_PLATRAM is not set
552
553#
554# Self-contained MTD device drivers
555#
556# CONFIG_MTD_SLRAM is not set
557# CONFIG_MTD_PHRAM is not set
558# CONFIG_MTD_MTDRAM is not set
559# CONFIG_MTD_BLOCK2MTD is not set
560
561#
562# Disk-On-Chip Device Drivers
563#
564# CONFIG_MTD_DOC2000 is not set
565# CONFIG_MTD_DOC2001 is not set
566# CONFIG_MTD_DOC2001PLUS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900567# CONFIG_MTD_NAND is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900568# CONFIG_MTD_ONENAND is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900569
570#
Paul Mundt53a52ab2009-04-02 22:02:26 +0900571# LPDDR flash memory drivers
572#
573# CONFIG_MTD_LPDDR is not set
574
575#
Paul Mundteee4c462007-06-15 19:45:33 +0900576# UBI - Unsorted block images
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900577#
Paul Mundteee4c462007-06-15 19:45:33 +0900578# CONFIG_MTD_UBI is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900579# CONFIG_PARPORT is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900580CONFIG_BLK_DEV=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900581# CONFIG_BLK_DEV_COW_COMMON is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900582CONFIG_BLK_DEV_LOOP=y
583# CONFIG_BLK_DEV_CRYPTOLOOP is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900584
585#
586# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
587#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900588# CONFIG_BLK_DEV_NBD is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900589CONFIG_BLK_DEV_RAM=y
590CONFIG_BLK_DEV_RAM_COUNT=16
591CONFIG_BLK_DEV_RAM_SIZE=4096
592# CONFIG_BLK_DEV_XIP is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900593# CONFIG_CDROM_PKTCDVD is not set
594# CONFIG_ATA_OVER_ETH is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900595# CONFIG_BLK_DEV_HD is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900596CONFIG_MISC_DEVICES=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900597# CONFIG_ENCLOSURE_SERVICES is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900598# CONFIG_C2PORT is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900599
600#
601# EEPROM support
602#
603CONFIG_EEPROM_93CX6=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900604CONFIG_HAVE_IDE=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900605# CONFIG_IDE is not set
606
607#
608# SCSI device support
609#
Paul Mundt4d0956b2010-05-18 18:18:28 +0900610CONFIG_SCSI_MOD=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900611# CONFIG_RAID_ATTRS is not set
612# CONFIG_SCSI is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900613# CONFIG_SCSI_DMA is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900614# CONFIG_SCSI_NETLINK is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900615# CONFIG_ATA is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900616# CONFIG_MD is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900617CONFIG_NETDEVICES=y
618# CONFIG_DUMMY is not set
619# CONFIG_BONDING is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900620# CONFIG_MACVLAN is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900621# CONFIG_EQUALIZER is not set
622# CONFIG_TUN is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900623# CONFIG_VETH is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900624# CONFIG_PHYLIB is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900625CONFIG_NET_ETHERNET=y
626CONFIG_MII=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900627# CONFIG_AX88796 is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900628# CONFIG_STNIC is not set
629CONFIG_SMC91X=y
Paul Mundt53a52ab2009-04-02 22:02:26 +0900630# CONFIG_ETHOC is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900631# CONFIG_SMC911X is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900632# CONFIG_SMSC911X is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900633# CONFIG_DNET is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900634# CONFIG_IBM_NEW_EMAC_ZMII is not set
635# CONFIG_IBM_NEW_EMAC_RGMII is not set
636# CONFIG_IBM_NEW_EMAC_TAH is not set
637# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900638# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
639# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
640# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900641# CONFIG_B44 is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900642# CONFIG_KS8842 is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900643# CONFIG_KS8851_MLL is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900644# CONFIG_NETDEV_1000 is not set
645# CONFIG_NETDEV_10000 is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900646CONFIG_WLAN=y
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900647# CONFIG_HOSTAP is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900648
649#
650# Enable WiMAX (Networking options) to see the WiMAX drivers
651#
Yoshinori Satod79b8742006-12-07 17:09:46 +0900652# CONFIG_WAN is not set
653# CONFIG_PPP is not set
654# CONFIG_SLIP is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900655# CONFIG_NETCONSOLE is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900656# CONFIG_NETPOLL is not set
657# CONFIG_NET_POLL_CONTROLLER is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900658# CONFIG_ISDN is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900659# CONFIG_PHONE is not set
660
661#
662# Input device support
663#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900664# CONFIG_INPUT is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900665
666#
667# Hardware I/O ports
668#
669# CONFIG_SERIO is not set
670# CONFIG_GAMEPORT is not set
671
672#
673# Character devices
674#
675# CONFIG_VT is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900676# CONFIG_DEVKMEM is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900677# CONFIG_SERIAL_NONSTANDARD is not set
678
679#
680# Serial drivers
681#
682# CONFIG_SERIAL_8250 is not set
683
684#
685# Non-8250 serial port support
686#
687CONFIG_SERIAL_SH_SCI=y
688CONFIG_SERIAL_SH_SCI_NR_UARTS=4
689CONFIG_SERIAL_SH_SCI_CONSOLE=y
690CONFIG_SERIAL_CORE=y
691CONFIG_SERIAL_CORE_CONSOLE=y
Paul Mundt4d0956b2010-05-18 18:18:28 +0900692# CONFIG_SERIAL_TIMBERDALE is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900693# CONFIG_UNIX98_PTYS is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900694# CONFIG_LEGACY_PTYS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900695# CONFIG_IPMI_HANDLER is not set
Yoshinori Satod79b8742006-12-07 17:09:46 +0900696# CONFIG_HW_RANDOM is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900697# CONFIG_R3964 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900698# CONFIG_RAW_DRIVER is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900699# CONFIG_TCG_TPM is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900700# CONFIG_I2C is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900701# CONFIG_SPI is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900702
703#
704# PPS support
705#
706# CONFIG_PPS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900707# CONFIG_W1 is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900708# CONFIG_POWER_SUPPLY is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900709# CONFIG_HWMON is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900710# CONFIG_THERMAL is not set
711# CONFIG_WATCHDOG is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900712CONFIG_SSB_POSSIBLE=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900713
714#
715# Sonics Silicon Backplane
716#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900717# CONFIG_SSB is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900718
719#
Paul Mundteee4c462007-06-15 19:45:33 +0900720# Multifunction device drivers
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900721#
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900722# CONFIG_MFD_CORE is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900723# CONFIG_MFD_SM501 is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900724# CONFIG_MFD_SH_MOBILE_SDHI is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900725# CONFIG_HTC_PASIC3 is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900726# CONFIG_MFD_TMIO is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900727# CONFIG_REGULATOR is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900728# CONFIG_MEDIA_SUPPORT is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900729
730#
731# Graphics support
732#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900733# CONFIG_VGASTATE is not set
734# CONFIG_VIDEO_OUTPUT_CONTROL is not set
735# CONFIG_FB is not set
Paul Mundteee4c462007-06-15 19:45:33 +0900736# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
737
738#
739# Display device support
740#
741# CONFIG_DISPLAY_SUPPORT is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900742# CONFIG_SOUND is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900743# CONFIG_USB_SUPPORT is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900744# CONFIG_MMC is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900745# CONFIG_MEMSTICK is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900746# CONFIG_NEW_LEDS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900747# CONFIG_ACCESSIBILITY is not set
748CONFIG_RTC_LIB=y
749CONFIG_RTC_CLASS=y
750CONFIG_RTC_HCTOSYS=y
751CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
752# CONFIG_RTC_DEBUG is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900753
754#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900755# RTC interfaces
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900756#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900757CONFIG_RTC_INTF_SYSFS=y
758CONFIG_RTC_INTF_PROC=y
759CONFIG_RTC_INTF_DEV=y
760# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
761# CONFIG_RTC_DRV_TEST is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900762
763#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900764# SPI RTC drivers
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900765#
766
767#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900768# Platform RTC drivers
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900769#
Paul Mundt4bb273e2008-10-22 20:05:11 +0900770# CONFIG_RTC_DRV_DS1286 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900771# CONFIG_RTC_DRV_DS1511 is not set
772# CONFIG_RTC_DRV_DS1553 is not set
773# CONFIG_RTC_DRV_DS1742 is not set
774# CONFIG_RTC_DRV_STK17TA8 is not set
775# CONFIG_RTC_DRV_M48T86 is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900776# CONFIG_RTC_DRV_M48T35 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900777# CONFIG_RTC_DRV_M48T59 is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900778# CONFIG_RTC_DRV_MSM6242 is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900779# CONFIG_RTC_DRV_BQ4802 is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900780# CONFIG_RTC_DRV_RP5C01 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900781# CONFIG_RTC_DRV_V3020 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900782
783#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900784# on-CPU RTC drivers
Paul Mundt0e010592007-09-18 15:58:45 +0900785#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900786CONFIG_RTC_DRV_SH=y
Paul Mundtb7d37402009-06-18 13:28:09 +0900787# CONFIG_RTC_DRV_GENERIC is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900788# CONFIG_DMADEVICES is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900789# CONFIG_AUXDISPLAY is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900790# CONFIG_UIO is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900791
792#
793# TI VLYNQ
794#
Paul Mundt4bb273e2008-10-22 20:05:11 +0900795# CONFIG_STAGING is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900796
797#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900798# File systems
799#
Paul Mundtf8cc3562008-06-03 20:29:55 +0900800CONFIG_EXT2_FS=y
801# CONFIG_EXT2_FS_XATTR is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900802# CONFIG_EXT3_FS is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900803# CONFIG_EXT4_FS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900804# CONFIG_REISERFS_FS is not set
805# CONFIG_JFS_FS is not set
806# CONFIG_FS_POSIX_ACL is not set
807# CONFIG_XFS_FS is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900808# CONFIG_GFS2_FS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900809# CONFIG_OCFS2_FS is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900810# CONFIG_BTRFS_FS is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900811# CONFIG_NILFS2_FS is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900812CONFIG_FILE_LOCKING=y
813CONFIG_FSNOTIFY=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900814# CONFIG_DNOTIFY is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900815CONFIG_INOTIFY=y
816CONFIG_INOTIFY_USER=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900817# CONFIG_QUOTA is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900818# CONFIG_AUTOFS_FS is not set
819# CONFIG_AUTOFS4_FS is not set
820# CONFIG_FUSE_FS is not set
821
822#
Paul Mundtfc4967b2009-04-27 14:06:26 +0900823# Caches
824#
825# CONFIG_FSCACHE is not set
826
827#
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900828# CD-ROM/DVD Filesystems
829#
830# CONFIG_ISO9660_FS is not set
831# CONFIG_UDF_FS is not set
832
833#
834# DOS/FAT/NT Filesystems
835#
836# CONFIG_MSDOS_FS is not set
837# CONFIG_VFAT_FS is not set
838# CONFIG_NTFS_FS is not set
839
840#
841# Pseudo filesystems
842#
843CONFIG_PROC_FS=y
844CONFIG_PROC_SYSCTL=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900845CONFIG_SYSFS=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900846# CONFIG_HUGETLB_PAGE is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900847CONFIG_CONFIGFS_FS=y
Paul Mundt5e8766f2009-01-13 12:38:06 +0900848CONFIG_MISC_FILESYSTEMS=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900849# CONFIG_ADFS_FS is not set
850# CONFIG_AFFS_FS is not set
851# CONFIG_HFS_FS is not set
852# CONFIG_HFSPLUS_FS is not set
853# CONFIG_BEFS_FS is not set
854# CONFIG_BFS_FS is not set
855# CONFIG_EFS_FS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900856# CONFIG_JFFS2_FS is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +0900857# CONFIG_LOGFS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900858CONFIG_CRAMFS=y
Paul Mundt53a52ab2009-04-02 22:02:26 +0900859# CONFIG_SQUASHFS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900860# CONFIG_VXFS_FS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900861# CONFIG_MINIX_FS is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900862# CONFIG_OMFS_FS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900863# CONFIG_HPFS_FS is not set
864# CONFIG_QNX4FS_FS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900865CONFIG_ROMFS_FS=y
Paul Mundtfc4967b2009-04-27 14:06:26 +0900866CONFIG_ROMFS_BACKED_BY_BLOCK=y
867# CONFIG_ROMFS_BACKED_BY_MTD is not set
868# CONFIG_ROMFS_BACKED_BY_BOTH is not set
869CONFIG_ROMFS_ON_BLOCK=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900870# CONFIG_SYSV_FS is not set
871# CONFIG_UFS_FS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900872CONFIG_NETWORK_FILESYSTEMS=y
873CONFIG_NFS_FS=y
874CONFIG_NFS_V3=y
875# CONFIG_NFS_V3_ACL is not set
876# CONFIG_NFS_V4 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900877CONFIG_ROOT_NFS=y
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900878# CONFIG_NFSD is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900879CONFIG_LOCKD=y
880CONFIG_LOCKD_V4=y
881CONFIG_NFS_COMMON=y
882CONFIG_SUNRPC=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900883# CONFIG_RPCSEC_GSS_KRB5 is not set
884# CONFIG_RPCSEC_GSS_SPKM3 is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900885# CONFIG_SMB_FS is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +0900886# CONFIG_CEPH_FS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900887# CONFIG_CIFS is not set
888# CONFIG_NCP_FS is not set
889# CONFIG_CODA_FS is not set
890# CONFIG_AFS_FS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900891
892#
893# Partition Types
894#
895# CONFIG_PARTITION_ADVANCED is not set
896CONFIG_MSDOS_PARTITION=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900897# CONFIG_NLS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900898# CONFIG_DLM is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900899
900#
901# Kernel hacking
902#
Yoshinori Satod79b8742006-12-07 17:09:46 +0900903CONFIG_TRACE_IRQFLAGS_SUPPORT=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900904# CONFIG_PRINTK_TIME is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900905CONFIG_ENABLE_WARN_DEPRECATED=y
Yoshinori Satod79b8742006-12-07 17:09:46 +0900906# CONFIG_ENABLE_MUST_CHECK is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900907CONFIG_FRAME_WARN=1024
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900908# CONFIG_MAGIC_SYSRQ is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900909# CONFIG_STRIP_ASM_SYMS is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900910# CONFIG_UNUSED_SYMBOLS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900911CONFIG_DEBUG_FS=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900912# CONFIG_HEADERS_CHECK is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900913CONFIG_DEBUG_KERNEL=y
914# CONFIG_DEBUG_SHIRQ is not set
915CONFIG_DETECT_SOFTLOCKUP=y
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900916# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
917CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
Paul Mundtfc4967b2009-04-27 14:06:26 +0900918CONFIG_DETECT_HUNG_TASK=y
919# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
920CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
Paul Mundt0e010592007-09-18 15:58:45 +0900921CONFIG_SCHED_DEBUG=y
922# CONFIG_SCHEDSTATS is not set
923# CONFIG_TIMER_STATS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900924# CONFIG_DEBUG_OBJECTS is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +0900925# CONFIG_DEBUG_KMEMLEAK is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900926CONFIG_DEBUG_PREEMPT=y
927# CONFIG_DEBUG_RT_MUTEXES is not set
928# CONFIG_RT_MUTEX_TESTER is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900929# CONFIG_DEBUG_SPINLOCK is not set
930# CONFIG_DEBUG_MUTEXES is not set
931# CONFIG_DEBUG_LOCK_ALLOC is not set
932# CONFIG_PROVE_LOCKING is not set
933# CONFIG_LOCK_STAT is not set
934CONFIG_DEBUG_SPINLOCK_SLEEP=y
935# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
936# CONFIG_DEBUG_KOBJECT is not set
937CONFIG_DEBUG_BUGVERBOSE=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900938# CONFIG_DEBUG_INFO is not set
939CONFIG_DEBUG_VM=y
Paul Mundt53a52ab2009-04-02 22:02:26 +0900940# CONFIG_DEBUG_NOMMU_REGIONS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900941# CONFIG_DEBUG_WRITECOUNT is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +0900942# CONFIG_DEBUG_MEMORY_INIT is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900943CONFIG_DEBUG_LIST=y
944# CONFIG_DEBUG_SG is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900945# CONFIG_DEBUG_NOTIFIERS is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900946# CONFIG_DEBUG_CREDENTIALS is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900947CONFIG_FRAME_POINTER=y
Paul Mundtf8cc3562008-06-03 20:29:55 +0900948# CONFIG_RCU_TORTURE_TEST is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900949# CONFIG_RCU_CPU_STALL_DETECTOR is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900950# CONFIG_BACKTRACE_SELF_TEST is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900951# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900952# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +0900953# CONFIG_LKDTM is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900954# CONFIG_FAULT_INJECTION is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900955# CONFIG_LATENCYTOP is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +0900956# CONFIG_SYSCTL_SYSCALL_CHECK is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900957# CONFIG_PAGE_POISONING is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900958CONFIG_HAVE_FUNCTION_TRACER=y
Paul Mundt5d654982009-09-25 11:53:02 +0900959CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
960CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
Paul Mundt5e8766f2009-01-13 12:38:06 +0900961CONFIG_HAVE_DYNAMIC_FTRACE=y
962CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
Paul Mundt5d654982009-09-25 11:53:02 +0900963CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
Paul Mundt5e8766f2009-01-13 12:38:06 +0900964CONFIG_RING_BUFFER=y
Paul Mundt5d654982009-09-25 11:53:02 +0900965CONFIG_RING_BUFFER_ALLOW_SWAP=y
Paul Mundtfc4967b2009-04-27 14:06:26 +0900966CONFIG_TRACING_SUPPORT=y
Paul Mundtb7d37402009-06-18 13:28:09 +0900967CONFIG_FTRACE=y
Paul Mundt5e8766f2009-01-13 12:38:06 +0900968# CONFIG_FUNCTION_TRACER is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900969# CONFIG_IRQSOFF_TRACER is not set
970# CONFIG_PREEMPT_TRACER is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900971# CONFIG_SCHED_TRACER is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900972# CONFIG_ENABLE_DEFAULT_TRACERS is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900973# CONFIG_FTRACE_SYSCALLS is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900974# CONFIG_BOOT_TRACER is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900975CONFIG_BRANCH_PROFILE_NONE=y
976# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
977# CONFIG_PROFILE_ALL_BRANCHES is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +0900978# CONFIG_KSYM_TRACER is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +0900979# CONFIG_STACK_TRACER is not set
Paul Mundtfc4967b2009-04-27 14:06:26 +0900980# CONFIG_KMEMTRACE is not set
981# CONFIG_WORKQUEUE_TRACER is not set
982# CONFIG_BLK_DEV_IO_TRACE is not set
Paul Mundtb7d37402009-06-18 13:28:09 +0900983# CONFIG_RING_BUFFER_BENCHMARK is not set
Paul Mundt53a52ab2009-04-02 22:02:26 +0900984# CONFIG_DYNAMIC_DEBUG is not set
Paul Mundtfc4967b2009-04-27 14:06:26 +0900985# CONFIG_DMA_API_DEBUG is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +0900986# CONFIG_SAMPLES is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900987CONFIG_HAVE_ARCH_KGDB=y
988# CONFIG_KGDB is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900989# CONFIG_SH_STANDARD_BIOS is not set
Paul Mundt5d654982009-09-25 11:53:02 +0900990# CONFIG_STACK_DEBUG is not set
Paul Mundt0e010592007-09-18 15:58:45 +0900991CONFIG_DEBUG_STACK_USAGE=y
Paul Mundt5e8766f2009-01-13 12:38:06 +0900992CONFIG_DUMP_CODE=y
Paul Mundt5d654982009-09-25 11:53:02 +0900993# CONFIG_DWARF_UNWINDER is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +0900994# CONFIG_SH_NO_BSS_INIT is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +0900995
996#
997# Security options
998#
999# CONFIG_KEYS is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001000# CONFIG_SECURITY is not set
Paul Mundt4bb273e2008-10-22 20:05:11 +09001001# CONFIG_SECURITYFS is not set
Paul Mundt7dbcd8c2010-01-04 15:38:50 +09001002# CONFIG_DEFAULT_SECURITY_SELINUX is not set
1003# CONFIG_DEFAULT_SECURITY_SMACK is not set
1004# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
1005CONFIG_DEFAULT_SECURITY_DAC=y
1006CONFIG_DEFAULT_SECURITY=""
Paul Mundtf8cc3562008-06-03 20:29:55 +09001007CONFIG_CRYPTO=y
1008
1009#
1010# Crypto core or helper
1011#
1012CONFIG_CRYPTO_ALGAPI=y
Paul Mundt5e8766f2009-01-13 12:38:06 +09001013CONFIG_CRYPTO_ALGAPI2=y
1014CONFIG_CRYPTO_HASH=y
1015CONFIG_CRYPTO_HASH2=y
Paul Mundtf8cc3562008-06-03 20:29:55 +09001016# CONFIG_CRYPTO_MANAGER is not set
Paul Mundt5e8766f2009-01-13 12:38:06 +09001017# CONFIG_CRYPTO_MANAGER2 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001018# CONFIG_CRYPTO_GF128MUL is not set
1019# CONFIG_CRYPTO_NULL is not set
1020# CONFIG_CRYPTO_CRYPTD is not set
1021# CONFIG_CRYPTO_AUTHENC is not set
1022# CONFIG_CRYPTO_TEST is not set
1023
1024#
1025# Authenticated Encryption with Associated Data
1026#
1027# CONFIG_CRYPTO_CCM is not set
1028# CONFIG_CRYPTO_GCM is not set
1029# CONFIG_CRYPTO_SEQIV is not set
1030
1031#
1032# Block modes
1033#
1034# CONFIG_CRYPTO_CBC is not set
1035# CONFIG_CRYPTO_CTR is not set
1036# CONFIG_CRYPTO_CTS is not set
1037# CONFIG_CRYPTO_ECB is not set
1038# CONFIG_CRYPTO_LRW is not set
1039# CONFIG_CRYPTO_PCBC is not set
1040# CONFIG_CRYPTO_XTS is not set
1041
1042#
1043# Hash modes
1044#
1045# CONFIG_CRYPTO_HMAC is not set
1046# CONFIG_CRYPTO_XCBC is not set
Paul Mundt5d654982009-09-25 11:53:02 +09001047# CONFIG_CRYPTO_VMAC is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001048
1049#
1050# Digest
1051#
Paul Mundt5e8766f2009-01-13 12:38:06 +09001052CONFIG_CRYPTO_CRC32C=y
Paul Mundt5d654982009-09-25 11:53:02 +09001053# CONFIG_CRYPTO_GHASH is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001054# CONFIG_CRYPTO_MD4 is not set
1055# CONFIG_CRYPTO_MD5 is not set
1056# CONFIG_CRYPTO_MICHAEL_MIC is not set
Paul Mundtcc8dccd2008-07-30 02:15:20 +09001057# CONFIG_CRYPTO_RMD128 is not set
1058# CONFIG_CRYPTO_RMD160 is not set
1059# CONFIG_CRYPTO_RMD256 is not set
1060# CONFIG_CRYPTO_RMD320 is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001061# CONFIG_CRYPTO_SHA1 is not set
1062# CONFIG_CRYPTO_SHA256 is not set
1063# CONFIG_CRYPTO_SHA512 is not set
1064# CONFIG_CRYPTO_TGR192 is not set
1065# CONFIG_CRYPTO_WP512 is not set
1066
1067#
1068# Ciphers
1069#
1070# CONFIG_CRYPTO_AES is not set
1071# CONFIG_CRYPTO_ANUBIS is not set
1072# CONFIG_CRYPTO_ARC4 is not set
1073# CONFIG_CRYPTO_BLOWFISH is not set
1074# CONFIG_CRYPTO_CAMELLIA is not set
1075# CONFIG_CRYPTO_CAST5 is not set
1076# CONFIG_CRYPTO_CAST6 is not set
1077# CONFIG_CRYPTO_DES is not set
1078# CONFIG_CRYPTO_FCRYPT is not set
1079# CONFIG_CRYPTO_KHAZAD is not set
1080# CONFIG_CRYPTO_SALSA20 is not set
1081# CONFIG_CRYPTO_SEED is not set
1082# CONFIG_CRYPTO_SERPENT is not set
1083# CONFIG_CRYPTO_TEA is not set
1084# CONFIG_CRYPTO_TWOFISH is not set
1085
1086#
1087# Compression
1088#
1089CONFIG_CRYPTO_DEFLATE=y
Paul Mundt53a52ab2009-04-02 22:02:26 +09001090# CONFIG_CRYPTO_ZLIB is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001091CONFIG_CRYPTO_LZO=y
Paul Mundt4bb273e2008-10-22 20:05:11 +09001092
1093#
1094# Random Number Generation
1095#
1096# CONFIG_CRYPTO_ANSI_CPRNG is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001097# CONFIG_CRYPTO_HW is not set
Paul Mundt4d0956b2010-05-18 18:18:28 +09001098# CONFIG_VIRTUALIZATION is not set
1099# CONFIG_BINARY_PRINTF is not set
Yoshinori Satof36af3fd2006-11-05 16:21:09 +09001100
1101#
1102# Library routines
1103#
Paul Mundteee4c462007-06-15 19:45:33 +09001104CONFIG_BITREVERSE=y
Paul Mundt5e8766f2009-01-13 12:38:06 +09001105CONFIG_GENERIC_FIND_LAST_BIT=y
Paul Mundtf8cc3562008-06-03 20:29:55 +09001106CONFIG_CRC_CCITT=y
1107CONFIG_CRC16=y
Paul Mundtcc8dccd2008-07-30 02:15:20 +09001108# CONFIG_CRC_T10DIF is not set
Paul Mundtf8cc3562008-06-03 20:29:55 +09001109CONFIG_CRC_ITU_T=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +09001110CONFIG_CRC32=y
Paul Mundtf8cc3562008-06-03 20:29:55 +09001111CONFIG_CRC7=y
1112CONFIG_LIBCRC32C=y
1113CONFIG_AUDIT_GENERIC=y
Yoshinori Satof36af3fd2006-11-05 16:21:09 +09001114CONFIG_ZLIB_INFLATE=y
Paul Mundtf8cc3562008-06-03 20:29:55 +09001115CONFIG_ZLIB_DEFLATE=y
1116CONFIG_LZO_COMPRESS=y
1117CONFIG_LZO_DECOMPRESS=y
Paul Mundt53a52ab2009-04-02 22:02:26 +09001118CONFIG_DECOMPRESS_GZIP=y
Paul Mundteee4c462007-06-15 19:45:33 +09001119CONFIG_HAS_IOMEM=y
1120CONFIG_HAS_IOPORT=y
1121CONFIG_HAS_DMA=y
Paul Mundt5d654982009-09-25 11:53:02 +09001122CONFIG_HAVE_LMB=y
Paul Mundt53a52ab2009-04-02 22:02:26 +09001123CONFIG_NLATTR=y
Paul Mundtb7d37402009-06-18 13:28:09 +09001124CONFIG_GENERIC_ATOMIC64=y