diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2009-01-17 12:01:04 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-01-21 02:06:35 -0500 |
commit | b25a386b9c68ed23c3b2656f44b523e61480218b (patch) | |
tree | a7bb5ca1bcbf876a3439b92ad28fb5a673e035be /arch/arm/configs/magician_defconfig | |
parent | efd0ef4e57ec9ae12d013ce91ccef32589e95080 (diff) |
[ARM] pxa/magician: Update defconfig
This is the touched up result of make magician_defconfig in 2.6.29-rc2.
- Enabled USB host and bluetooth: magician has a CSR BlueCore3 connected
to the PXA27x OHCI internally.
- Made I2C built-in.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/configs/magician_defconfig')
-rw-r--r-- | arch/arm/configs/magician_defconfig | 641 |
1 files changed, 475 insertions, 166 deletions
diff --git a/arch/arm/configs/magician_defconfig b/arch/arm/configs/magician_defconfig index 4d11678584db..7adb09806d4e 100644 --- a/arch/arm/configs/magician_defconfig +++ b/arch/arm/configs/magician_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24-rc6 | 3 | # Linux kernel version: 2.6.29-rc2 |
4 | # Sun Dec 30 13:02:54 2007 | 4 | # Sat Jan 17 17:47:17 2009 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -12,6 +12,7 @@ CONFIG_MMU=y | |||
12 | # CONFIG_NO_IOPORT is not set | 12 | # CONFIG_NO_IOPORT is not set |
13 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
14 | CONFIG_STACKTRACE_SUPPORT=y | 14 | CONFIG_STACKTRACE_SUPPORT=y |
15 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | 16 | CONFIG_LOCKDEP_SUPPORT=y |
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 17 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
17 | CONFIG_HARDIRQS_SW_RESEND=y | 18 | CONFIG_HARDIRQS_SW_RESEND=y |
@@ -21,8 +22,8 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 22 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_GENERIC_HWEIGHT=y | 23 | CONFIG_GENERIC_HWEIGHT=y |
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 24 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_ZONE_DMA=y | ||
25 | CONFIG_ARCH_MTD_XIP=y | 25 | CONFIG_ARCH_MTD_XIP=y |
26 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_VECTORS_BASE=0xffff0000 | 27 | CONFIG_VECTORS_BASE=0xffff0000 |
27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
28 | 29 | ||
@@ -41,16 +42,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
41 | # CONFIG_POSIX_MQUEUE is not set | 42 | # CONFIG_POSIX_MQUEUE is not set |
42 | # CONFIG_BSD_PROCESS_ACCT is not set | 43 | # CONFIG_BSD_PROCESS_ACCT is not set |
43 | # CONFIG_TASKSTATS is not set | 44 | # CONFIG_TASKSTATS is not set |
44 | # CONFIG_USER_NS is not set | ||
45 | # CONFIG_PID_NS is not set | ||
46 | # CONFIG_AUDIT is not set | 45 | # CONFIG_AUDIT is not set |
47 | CONFIG_IKCONFIG=y | 46 | CONFIG_IKCONFIG=y |
48 | CONFIG_IKCONFIG_PROC=y | 47 | CONFIG_IKCONFIG_PROC=y |
49 | CONFIG_LOG_BUF_SHIFT=16 | 48 | CONFIG_LOG_BUF_SHIFT=16 |
49 | # CONFIG_GROUP_SCHED is not set | ||
50 | # CONFIG_CGROUPS is not set | 50 | # CONFIG_CGROUPS is not set |
51 | # CONFIG_FAIR_GROUP_SCHED is not set | 51 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
52 | # CONFIG_SYSFS_DEPRECATED is not set | ||
53 | # CONFIG_RELAY is not set | 52 | # CONFIG_RELAY is not set |
53 | # CONFIG_NAMESPACES is not set | ||
54 | CONFIG_BLK_DEV_INITRD=y | 54 | CONFIG_BLK_DEV_INITRD=y |
55 | CONFIG_INITRAMFS_SOURCE="" | 55 | CONFIG_INITRAMFS_SOURCE="" |
56 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 56 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
@@ -65,31 +65,41 @@ CONFIG_HOTPLUG=y | |||
65 | CONFIG_PRINTK=y | 65 | CONFIG_PRINTK=y |
66 | CONFIG_BUG=y | 66 | CONFIG_BUG=y |
67 | CONFIG_ELF_CORE=y | 67 | CONFIG_ELF_CORE=y |
68 | CONFIG_COMPAT_BRK=y | ||
68 | CONFIG_BASE_FULL=y | 69 | CONFIG_BASE_FULL=y |
69 | CONFIG_FUTEX=y | 70 | CONFIG_FUTEX=y |
70 | CONFIG_ANON_INODES=y | 71 | CONFIG_ANON_INODES=y |
71 | CONFIG_EPOLL=y | 72 | CONFIG_EPOLL=y |
72 | CONFIG_SIGNALFD=y | 73 | CONFIG_SIGNALFD=y |
74 | CONFIG_TIMERFD=y | ||
73 | CONFIG_EVENTFD=y | 75 | CONFIG_EVENTFD=y |
74 | CONFIG_SHMEM=y | 76 | CONFIG_SHMEM=y |
77 | CONFIG_AIO=y | ||
75 | CONFIG_VM_EVENT_COUNTERS=y | 78 | CONFIG_VM_EVENT_COUNTERS=y |
76 | CONFIG_SLAB=y | 79 | CONFIG_SLAB=y |
77 | # CONFIG_SLUB is not set | 80 | # CONFIG_SLUB is not set |
78 | # CONFIG_SLOB is not set | 81 | # CONFIG_SLOB is not set |
82 | # CONFIG_PROFILING is not set | ||
83 | CONFIG_HAVE_OPROFILE=y | ||
84 | # CONFIG_KPROBES is not set | ||
85 | CONFIG_HAVE_KPROBES=y | ||
86 | CONFIG_HAVE_KRETPROBES=y | ||
87 | CONFIG_HAVE_CLK=y | ||
88 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
89 | CONFIG_SLABINFO=y | ||
79 | CONFIG_RT_MUTEXES=y | 90 | CONFIG_RT_MUTEXES=y |
80 | # CONFIG_TINY_SHMEM is not set | ||
81 | CONFIG_BASE_SMALL=0 | 91 | CONFIG_BASE_SMALL=0 |
82 | CONFIG_MODULES=y | 92 | CONFIG_MODULES=y |
93 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
83 | CONFIG_MODULE_UNLOAD=y | 94 | CONFIG_MODULE_UNLOAD=y |
84 | CONFIG_MODULE_FORCE_UNLOAD=y | 95 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
85 | # CONFIG_MODVERSIONS is not set | 96 | # CONFIG_MODVERSIONS is not set |
86 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 97 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
87 | CONFIG_KMOD=y | ||
88 | CONFIG_BLOCK=y | 98 | CONFIG_BLOCK=y |
89 | # CONFIG_LBD is not set | 99 | # CONFIG_LBD is not set |
90 | # CONFIG_BLK_DEV_IO_TRACE is not set | 100 | # CONFIG_BLK_DEV_IO_TRACE is not set |
91 | # CONFIG_LSF is not set | ||
92 | # CONFIG_BLK_DEV_BSG is not set | 101 | # CONFIG_BLK_DEV_BSG is not set |
102 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
93 | 103 | ||
94 | # | 104 | # |
95 | # IO Schedulers | 105 | # IO Schedulers |
@@ -104,7 +114,11 @@ CONFIG_IOSCHED_NOOP=y | |||
104 | CONFIG_DEFAULT_NOOP=y | 114 | CONFIG_DEFAULT_NOOP=y |
105 | CONFIG_DEFAULT_IOSCHED="noop" | 115 | CONFIG_DEFAULT_IOSCHED="noop" |
106 | CONFIG_CLASSIC_RCU=y | 116 | CONFIG_CLASSIC_RCU=y |
117 | # CONFIG_TREE_RCU is not set | ||
107 | # CONFIG_PREEMPT_RCU is not set | 118 | # CONFIG_PREEMPT_RCU is not set |
119 | # CONFIG_TREE_RCU_TRACE is not set | ||
120 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
121 | CONFIG_FREEZER=y | ||
108 | 122 | ||
109 | # | 123 | # |
110 | # System Type | 124 | # System Type |
@@ -114,9 +128,7 @@ CONFIG_CLASSIC_RCU=y | |||
114 | # CONFIG_ARCH_REALVIEW is not set | 128 | # CONFIG_ARCH_REALVIEW is not set |
115 | # CONFIG_ARCH_VERSATILE is not set | 129 | # CONFIG_ARCH_VERSATILE is not set |
116 | # CONFIG_ARCH_AT91 is not set | 130 | # CONFIG_ARCH_AT91 is not set |
117 | # CONFIG_ARCH_CLPS7500 is not set | ||
118 | # CONFIG_ARCH_CLPS711X is not set | 131 | # CONFIG_ARCH_CLPS711X is not set |
119 | # CONFIG_ARCH_CO285 is not set | ||
120 | # CONFIG_ARCH_EBSA110 is not set | 132 | # CONFIG_ARCH_EBSA110 is not set |
121 | # CONFIG_ARCH_EP93XX is not set | 133 | # CONFIG_ARCH_EP93XX is not set |
122 | # CONFIG_ARCH_FOOTBRIDGE is not set | 134 | # CONFIG_ARCH_FOOTBRIDGE is not set |
@@ -130,41 +142,57 @@ CONFIG_CLASSIC_RCU=y | |||
130 | # CONFIG_ARCH_IXP2000 is not set | 142 | # CONFIG_ARCH_IXP2000 is not set |
131 | # CONFIG_ARCH_IXP4XX is not set | 143 | # CONFIG_ARCH_IXP4XX is not set |
132 | # CONFIG_ARCH_L7200 is not set | 144 | # CONFIG_ARCH_L7200 is not set |
145 | # CONFIG_ARCH_KIRKWOOD is not set | ||
133 | # CONFIG_ARCH_KS8695 is not set | 146 | # CONFIG_ARCH_KS8695 is not set |
134 | # CONFIG_ARCH_NS9XXX is not set | 147 | # CONFIG_ARCH_NS9XXX is not set |
148 | # CONFIG_ARCH_LOKI is not set | ||
149 | # CONFIG_ARCH_MV78XX0 is not set | ||
135 | # CONFIG_ARCH_MXC is not set | 150 | # CONFIG_ARCH_MXC is not set |
151 | # CONFIG_ARCH_ORION5X is not set | ||
136 | # CONFIG_ARCH_PNX4008 is not set | 152 | # CONFIG_ARCH_PNX4008 is not set |
137 | CONFIG_ARCH_PXA=y | 153 | CONFIG_ARCH_PXA=y |
138 | # CONFIG_ARCH_RPC is not set | 154 | # CONFIG_ARCH_RPC is not set |
139 | # CONFIG_ARCH_SA1100 is not set | 155 | # CONFIG_ARCH_SA1100 is not set |
140 | # CONFIG_ARCH_S3C2410 is not set | 156 | # CONFIG_ARCH_S3C2410 is not set |
157 | # CONFIG_ARCH_S3C64XX is not set | ||
141 | # CONFIG_ARCH_SHARK is not set | 158 | # CONFIG_ARCH_SHARK is not set |
142 | # CONFIG_ARCH_LH7A40X is not set | 159 | # CONFIG_ARCH_LH7A40X is not set |
143 | # CONFIG_ARCH_DAVINCI is not set | 160 | # CONFIG_ARCH_DAVINCI is not set |
144 | # CONFIG_ARCH_OMAP is not set | 161 | # CONFIG_ARCH_OMAP is not set |
162 | # CONFIG_ARCH_MSM is not set | ||
163 | # CONFIG_ARCH_W90X900 is not set | ||
145 | 164 | ||
146 | # | 165 | # |
147 | # Intel PXA2xx/PXA3xx Implementations | 166 | # Intel PXA2xx/PXA3xx Implementations |
148 | # | 167 | # |
168 | # CONFIG_ARCH_GUMSTIX is not set | ||
169 | # CONFIG_MACH_INTELMOTE2 is not set | ||
149 | # CONFIG_ARCH_LUBBOCK is not set | 170 | # CONFIG_ARCH_LUBBOCK is not set |
150 | # CONFIG_MACH_LOGICPD_PXA270 is not set | 171 | # CONFIG_MACH_LOGICPD_PXA270 is not set |
151 | # CONFIG_MACH_MAINSTONE is not set | 172 | # CONFIG_MACH_MAINSTONE is not set |
173 | # CONFIG_MACH_MP900C is not set | ||
152 | # CONFIG_ARCH_PXA_IDP is not set | 174 | # CONFIG_ARCH_PXA_IDP is not set |
153 | # CONFIG_PXA_SHARPSL is not set | 175 | # CONFIG_PXA_SHARPSL is not set |
154 | # CONFIG_MACH_TRIZEPS4 is not set | 176 | # CONFIG_ARCH_VIPER is not set |
177 | # CONFIG_ARCH_PXA_ESERIES is not set | ||
178 | # CONFIG_TRIZEPS_PXA is not set | ||
179 | # CONFIG_MACH_H5000 is not set | ||
155 | # CONFIG_MACH_EM_X270 is not set | 180 | # CONFIG_MACH_EM_X270 is not set |
181 | # CONFIG_MACH_COLIBRI is not set | ||
156 | # CONFIG_MACH_ZYLONITE is not set | 182 | # CONFIG_MACH_ZYLONITE is not set |
183 | # CONFIG_MACH_LITTLETON is not set | ||
184 | # CONFIG_MACH_TAVOREVB is not set | ||
185 | # CONFIG_MACH_SAAR is not set | ||
157 | # CONFIG_MACH_ARMCORE is not set | 186 | # CONFIG_MACH_ARMCORE is not set |
187 | # CONFIG_MACH_CM_X300 is not set | ||
158 | CONFIG_MACH_MAGICIAN=y | 188 | CONFIG_MACH_MAGICIAN=y |
189 | # CONFIG_MACH_MIOA701 is not set | ||
190 | # CONFIG_MACH_PCM027 is not set | ||
191 | # CONFIG_ARCH_PXA_PALM is not set | ||
192 | # CONFIG_PXA_EZX is not set | ||
159 | CONFIG_PXA27x=y | 193 | CONFIG_PXA27x=y |
160 | 194 | # CONFIG_PXA_PWM is not set | |
161 | # | 195 | CONFIG_PXA_HAVE_BOARD_IRQS=y |
162 | # Boot options | ||
163 | # | ||
164 | |||
165 | # | ||
166 | # Power management | ||
167 | # | ||
168 | 196 | ||
169 | # | 197 | # |
170 | # Processor Type | 198 | # Processor Type |
@@ -173,6 +201,7 @@ CONFIG_CPU_32=y | |||
173 | CONFIG_CPU_XSCALE=y | 201 | CONFIG_CPU_XSCALE=y |
174 | CONFIG_CPU_32v5=y | 202 | CONFIG_CPU_32v5=y |
175 | CONFIG_CPU_ABRT_EV5T=y | 203 | CONFIG_CPU_ABRT_EV5T=y |
204 | CONFIG_CPU_PABRT_NOIFAR=y | ||
176 | CONFIG_CPU_CACHE_VIVT=y | 205 | CONFIG_CPU_CACHE_VIVT=y |
177 | CONFIG_CPU_TLB_V4WBI=y | 206 | CONFIG_CPU_TLB_V4WBI=y |
178 | CONFIG_CPU_CP15=y | 207 | CONFIG_CPU_CP15=y |
@@ -186,6 +215,7 @@ CONFIG_ARM_THUMB=y | |||
186 | # CONFIG_OUTER_CACHE is not set | 215 | # CONFIG_OUTER_CACHE is not set |
187 | CONFIG_IWMMXT=y | 216 | CONFIG_IWMMXT=y |
188 | CONFIG_XSCALE_PMU=y | 217 | CONFIG_XSCALE_PMU=y |
218 | CONFIG_COMMON_CLKDEV=y | ||
189 | 219 | ||
190 | # | 220 | # |
191 | # Bus support | 221 | # Bus support |
@@ -197,28 +227,33 @@ CONFIG_XSCALE_PMU=y | |||
197 | # | 227 | # |
198 | # Kernel Features | 228 | # Kernel Features |
199 | # | 229 | # |
200 | # CONFIG_TICK_ONESHOT is not set | 230 | CONFIG_TICK_ONESHOT=y |
201 | # CONFIG_NO_HZ is not set | 231 | CONFIG_NO_HZ=y |
202 | # CONFIG_HIGH_RES_TIMERS is not set | 232 | # CONFIG_HIGH_RES_TIMERS is not set |
203 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | 233 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
234 | CONFIG_VMSPLIT_3G=y | ||
235 | # CONFIG_VMSPLIT_2G is not set | ||
236 | # CONFIG_VMSPLIT_1G is not set | ||
237 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
204 | CONFIG_PREEMPT=y | 238 | CONFIG_PREEMPT=y |
205 | CONFIG_HZ=100 | 239 | CONFIG_HZ=100 |
206 | CONFIG_AEABI=y | 240 | CONFIG_AEABI=y |
207 | CONFIG_OABI_COMPAT=y | 241 | CONFIG_OABI_COMPAT=y |
208 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | 242 | CONFIG_ARCH_FLATMEM_HAS_HOLES=y |
243 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
244 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
209 | CONFIG_SELECT_MEMORY_MODEL=y | 245 | CONFIG_SELECT_MEMORY_MODEL=y |
210 | CONFIG_FLATMEM_MANUAL=y | 246 | CONFIG_FLATMEM_MANUAL=y |
211 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 247 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
212 | # CONFIG_SPARSEMEM_MANUAL is not set | 248 | # CONFIG_SPARSEMEM_MANUAL is not set |
213 | CONFIG_FLATMEM=y | 249 | CONFIG_FLATMEM=y |
214 | CONFIG_FLAT_NODE_MEM_MAP=y | 250 | CONFIG_FLAT_NODE_MEM_MAP=y |
215 | # CONFIG_SPARSEMEM_STATIC is not set | 251 | CONFIG_PAGEFLAGS_EXTENDED=y |
216 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
217 | CONFIG_SPLIT_PTLOCK_CPUS=4096 | 252 | CONFIG_SPLIT_PTLOCK_CPUS=4096 |
218 | # CONFIG_RESOURCES_64BIT is not set | 253 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
219 | CONFIG_ZONE_DMA_FLAG=1 | 254 | CONFIG_ZONE_DMA_FLAG=0 |
220 | CONFIG_BOUNCE=y | ||
221 | CONFIG_VIRT_TO_BUS=y | 255 | CONFIG_VIRT_TO_BUS=y |
256 | CONFIG_UNEVICTABLE_LRU=y | ||
222 | CONFIG_ALIGNMENT_TRAP=y | 257 | CONFIG_ALIGNMENT_TRAP=y |
223 | 258 | ||
224 | # | 259 | # |
@@ -229,9 +264,10 @@ CONFIG_ZBOOT_ROM_BSS=0x0 | |||
229 | CONFIG_CMDLINE="keepinitrd" | 264 | CONFIG_CMDLINE="keepinitrd" |
230 | # CONFIG_XIP_KERNEL is not set | 265 | # CONFIG_XIP_KERNEL is not set |
231 | CONFIG_KEXEC=y | 266 | CONFIG_KEXEC=y |
267 | CONFIG_ATAGS_PROC=y | ||
232 | 268 | ||
233 | # | 269 | # |
234 | # CPU Frequency scaling | 270 | # CPU Power Management |
235 | # | 271 | # |
236 | CONFIG_CPU_FREQ=y | 272 | CONFIG_CPU_FREQ=y |
237 | CONFIG_CPU_FREQ_TABLE=y | 273 | CONFIG_CPU_FREQ_TABLE=y |
@@ -239,6 +275,7 @@ CONFIG_CPU_FREQ_TABLE=y | |||
239 | CONFIG_CPU_FREQ_STAT=y | 275 | CONFIG_CPU_FREQ_STAT=y |
240 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | 276 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set |
241 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | 277 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y |
278 | # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set | ||
242 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | 279 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set |
243 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set | 280 | # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set |
244 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set | 281 | # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set |
@@ -247,6 +284,7 @@ CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | |||
247 | # CONFIG_CPU_FREQ_GOV_USERSPACE is not set | 284 | # CONFIG_CPU_FREQ_GOV_USERSPACE is not set |
248 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | 285 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y |
249 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | 286 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set |
287 | # CONFIG_CPU_IDLE is not set | ||
250 | 288 | ||
251 | # | 289 | # |
252 | # Floating point emulation | 290 | # Floating point emulation |
@@ -263,6 +301,8 @@ CONFIG_FPE_NWFPE=y | |||
263 | # Userspace binary formats | 301 | # Userspace binary formats |
264 | # | 302 | # |
265 | CONFIG_BINFMT_ELF=y | 303 | CONFIG_BINFMT_ELF=y |
304 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
305 | CONFIG_HAVE_AOUT=y | ||
266 | # CONFIG_BINFMT_AOUT is not set | 306 | # CONFIG_BINFMT_AOUT is not set |
267 | # CONFIG_BINFMT_MISC is not set | 307 | # CONFIG_BINFMT_MISC is not set |
268 | 308 | ||
@@ -270,21 +310,18 @@ CONFIG_BINFMT_ELF=y | |||
270 | # Power management options | 310 | # Power management options |
271 | # | 311 | # |
272 | CONFIG_PM=y | 312 | CONFIG_PM=y |
273 | # CONFIG_PM_LEGACY is not set | ||
274 | # CONFIG_PM_DEBUG is not set | 313 | # CONFIG_PM_DEBUG is not set |
275 | CONFIG_PM_SLEEP=y | 314 | CONFIG_PM_SLEEP=y |
276 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
277 | CONFIG_SUSPEND=y | 315 | CONFIG_SUSPEND=y |
278 | CONFIG_APM_EMULATION=y | 316 | CONFIG_SUSPEND_FREEZER=y |
279 | 317 | # CONFIG_APM_EMULATION is not set | |
280 | # | 318 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
281 | # Networking | ||
282 | # | ||
283 | CONFIG_NET=y | 319 | CONFIG_NET=y |
284 | 320 | ||
285 | # | 321 | # |
286 | # Networking options | 322 | # Networking options |
287 | # | 323 | # |
324 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
288 | CONFIG_PACKET=y | 325 | CONFIG_PACKET=y |
289 | CONFIG_PACKET_MMAP=y | 326 | CONFIG_PACKET_MMAP=y |
290 | CONFIG_UNIX=y | 327 | CONFIG_UNIX=y |
@@ -316,33 +353,15 @@ CONFIG_IP_PNP=y | |||
316 | CONFIG_TCP_CONG_CUBIC=y | 353 | CONFIG_TCP_CONG_CUBIC=y |
317 | CONFIG_DEFAULT_TCP_CONG="cubic" | 354 | CONFIG_DEFAULT_TCP_CONG="cubic" |
318 | # CONFIG_TCP_MD5SIG is not set | 355 | # CONFIG_TCP_MD5SIG is not set |
319 | # CONFIG_IP_VS is not set | ||
320 | # CONFIG_IPV6 is not set | 356 | # CONFIG_IPV6 is not set |
321 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
322 | # CONFIG_INET6_TUNNEL is not set | ||
323 | # CONFIG_NETWORK_SECMARK is not set | 357 | # CONFIG_NETWORK_SECMARK is not set |
324 | CONFIG_NETFILTER=y | 358 | # CONFIG_NETFILTER is not set |
325 | # CONFIG_NETFILTER_DEBUG is not set | ||
326 | |||
327 | # | ||
328 | # Core Netfilter Configuration | ||
329 | # | ||
330 | # CONFIG_NETFILTER_NETLINK is not set | ||
331 | # CONFIG_NF_CONNTRACK_ENABLED is not set | ||
332 | # CONFIG_NF_CONNTRACK is not set | ||
333 | # CONFIG_NETFILTER_XTABLES is not set | ||
334 | |||
335 | # | ||
336 | # IP: Netfilter Configuration | ||
337 | # | ||
338 | # CONFIG_IP_NF_QUEUE is not set | ||
339 | # CONFIG_IP_NF_IPTABLES is not set | ||
340 | # CONFIG_IP_NF_ARPTABLES is not set | ||
341 | # CONFIG_IP_DCCP is not set | 359 | # CONFIG_IP_DCCP is not set |
342 | # CONFIG_IP_SCTP is not set | 360 | # CONFIG_IP_SCTP is not set |
343 | # CONFIG_TIPC is not set | 361 | # CONFIG_TIPC is not set |
344 | # CONFIG_ATM is not set | 362 | # CONFIG_ATM is not set |
345 | # CONFIG_BRIDGE is not set | 363 | # CONFIG_BRIDGE is not set |
364 | # CONFIG_NET_DSA is not set | ||
346 | # CONFIG_VLAN_8021Q is not set | 365 | # CONFIG_VLAN_8021Q is not set |
347 | # CONFIG_DECNET is not set | 366 | # CONFIG_DECNET is not set |
348 | # CONFIG_LLC2 is not set | 367 | # CONFIG_LLC2 is not set |
@@ -353,6 +372,7 @@ CONFIG_NETFILTER=y | |||
353 | # CONFIG_ECONET is not set | 372 | # CONFIG_ECONET is not set |
354 | # CONFIG_WAN_ROUTER is not set | 373 | # CONFIG_WAN_ROUTER is not set |
355 | # CONFIG_NET_SCHED is not set | 374 | # CONFIG_NET_SCHED is not set |
375 | # CONFIG_DCB is not set | ||
356 | 376 | ||
357 | # | 377 | # |
358 | # Network testing | 378 | # Network testing |
@@ -390,20 +410,17 @@ CONFIG_IRTTY_SIR=m | |||
390 | # Dongle support | 410 | # Dongle support |
391 | # | 411 | # |
392 | # CONFIG_DONGLE is not set | 412 | # CONFIG_DONGLE is not set |
393 | 413 | # CONFIG_KINGSUN_DONGLE is not set | |
394 | # | 414 | # CONFIG_KSDAZZLE_DONGLE is not set |
395 | # Old SIR device drivers | 415 | # CONFIG_KS959_DONGLE is not set |
396 | # | ||
397 | # CONFIG_IRPORT_SIR is not set | ||
398 | |||
399 | # | ||
400 | # Old Serial dongle support | ||
401 | # | ||
402 | 416 | ||
403 | # | 417 | # |
404 | # FIR device drivers | 418 | # FIR device drivers |
405 | # | 419 | # |
420 | # CONFIG_USB_IRDA is not set | ||
421 | # CONFIG_SIGMATEL_FIR is not set | ||
406 | CONFIG_PXA_FICP=m | 422 | CONFIG_PXA_FICP=m |
423 | # CONFIG_MCS_FIR is not set | ||
407 | CONFIG_BT=m | 424 | CONFIG_BT=m |
408 | CONFIG_BT_L2CAP=m | 425 | CONFIG_BT_L2CAP=m |
409 | CONFIG_BT_SCO=m | 426 | CONFIG_BT_SCO=m |
@@ -417,17 +434,17 @@ CONFIG_BT_HIDP=m | |||
417 | # | 434 | # |
418 | # Bluetooth device drivers | 435 | # Bluetooth device drivers |
419 | # | 436 | # |
437 | CONFIG_BT_HCIBTUSB=m | ||
438 | # CONFIG_BT_HCIBTSDIO is not set | ||
420 | # CONFIG_BT_HCIUART is not set | 439 | # CONFIG_BT_HCIUART is not set |
440 | # CONFIG_BT_HCIBCM203X is not set | ||
441 | # CONFIG_BT_HCIBPA10X is not set | ||
442 | # CONFIG_BT_HCIBFUSB is not set | ||
421 | # CONFIG_BT_HCIVHCI is not set | 443 | # CONFIG_BT_HCIVHCI is not set |
422 | # CONFIG_AF_RXRPC is not set | 444 | # CONFIG_AF_RXRPC is not set |
423 | 445 | # CONFIG_PHONET is not set | |
424 | # | 446 | # CONFIG_WIRELESS is not set |
425 | # Wireless | 447 | # CONFIG_WIMAX is not set |
426 | # | ||
427 | # CONFIG_CFG80211 is not set | ||
428 | # CONFIG_WIRELESS_EXT is not set | ||
429 | # CONFIG_MAC80211 is not set | ||
430 | # CONFIG_IEEE80211 is not set | ||
431 | # CONFIG_RFKILL is not set | 448 | # CONFIG_RFKILL is not set |
432 | # CONFIG_NET_9P is not set | 449 | # CONFIG_NET_9P is not set |
433 | 450 | ||
@@ -442,25 +459,28 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | |||
442 | CONFIG_STANDALONE=y | 459 | CONFIG_STANDALONE=y |
443 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 460 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
444 | CONFIG_FW_LOADER=y | 461 | CONFIG_FW_LOADER=y |
462 | # CONFIG_FIRMWARE_IN_KERNEL is not set | ||
463 | CONFIG_EXTRA_FIRMWARE="" | ||
445 | # CONFIG_DEBUG_DRIVER is not set | 464 | # CONFIG_DEBUG_DRIVER is not set |
446 | # CONFIG_DEBUG_DEVRES is not set | 465 | # CONFIG_DEBUG_DEVRES is not set |
447 | # CONFIG_SYS_HYPERVISOR is not set | 466 | # CONFIG_SYS_HYPERVISOR is not set |
448 | # CONFIG_CONNECTOR is not set | 467 | # CONFIG_CONNECTOR is not set |
449 | CONFIG_MTD=y | 468 | CONFIG_MTD=y |
450 | CONFIG_MTD_DEBUG=y | 469 | # CONFIG_MTD_DEBUG is not set |
451 | CONFIG_MTD_DEBUG_VERBOSE=0 | ||
452 | # CONFIG_MTD_CONCAT is not set | 470 | # CONFIG_MTD_CONCAT is not set |
453 | CONFIG_MTD_PARTITIONS=y | 471 | CONFIG_MTD_PARTITIONS=y |
472 | # CONFIG_MTD_TESTS is not set | ||
454 | # CONFIG_MTD_REDBOOT_PARTS is not set | 473 | # CONFIG_MTD_REDBOOT_PARTS is not set |
455 | CONFIG_MTD_CMDLINE_PARTS=y | 474 | CONFIG_MTD_CMDLINE_PARTS=y |
456 | # CONFIG_MTD_AFS_PARTS is not set | 475 | # CONFIG_MTD_AFS_PARTS is not set |
476 | # CONFIG_MTD_AR7_PARTS is not set | ||
457 | 477 | ||
458 | # | 478 | # |
459 | # User Modules And Translation Layers | 479 | # User Modules And Translation Layers |
460 | # | 480 | # |
461 | CONFIG_MTD_CHAR=m | 481 | CONFIG_MTD_CHAR=y |
462 | CONFIG_MTD_BLKDEVS=m | 482 | CONFIG_MTD_BLKDEVS=y |
463 | CONFIG_MTD_BLOCK=m | 483 | CONFIG_MTD_BLOCK=y |
464 | # CONFIG_FTL is not set | 484 | # CONFIG_FTL is not set |
465 | # CONFIG_NFTL is not set | 485 | # CONFIG_NFTL is not set |
466 | # CONFIG_INFTL is not set | 486 | # CONFIG_INFTL is not set |
@@ -473,6 +493,7 @@ CONFIG_MTD_BLOCK=m | |||
473 | # | 493 | # |
474 | CONFIG_MTD_CFI=y | 494 | CONFIG_MTD_CFI=y |
475 | # CONFIG_MTD_JEDECPROBE is not set | 495 | # CONFIG_MTD_JEDECPROBE is not set |
496 | CONFIG_MTD_GEN_PROBE=y | ||
476 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | 497 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set |
477 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | 498 | CONFIG_MTD_MAP_BANK_WIDTH_1=y |
478 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | 499 | CONFIG_MTD_MAP_BANK_WIDTH_2=y |
@@ -487,6 +508,7 @@ CONFIG_MTD_CFI_I2=y | |||
487 | CONFIG_MTD_CFI_INTELEXT=y | 508 | CONFIG_MTD_CFI_INTELEXT=y |
488 | # CONFIG_MTD_CFI_AMDSTD is not set | 509 | # CONFIG_MTD_CFI_AMDSTD is not set |
489 | # CONFIG_MTD_CFI_STAA is not set | 510 | # CONFIG_MTD_CFI_STAA is not set |
511 | CONFIG_MTD_CFI_UTIL=y | ||
490 | # CONFIG_MTD_RAM is not set | 512 | # CONFIG_MTD_RAM is not set |
491 | # CONFIG_MTD_ROM is not set | 513 | # CONFIG_MTD_ROM is not set |
492 | # CONFIG_MTD_ABSENT is not set | 514 | # CONFIG_MTD_ABSENT is not set |
@@ -497,9 +519,7 @@ CONFIG_MTD_CFI_INTELEXT=y | |||
497 | # | 519 | # |
498 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | 520 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
499 | CONFIG_MTD_PHYSMAP=y | 521 | CONFIG_MTD_PHYSMAP=y |
500 | CONFIG_MTD_PHYSMAP_START=0x00000000 | 522 | # CONFIG_MTD_PHYSMAP_COMPAT is not set |
501 | CONFIG_MTD_PHYSMAP_LEN=0x04000000 | ||
502 | CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | ||
503 | # CONFIG_MTD_PXA2XX is not set | 523 | # CONFIG_MTD_PXA2XX is not set |
504 | # CONFIG_MTD_ARM_INTEGRATOR is not set | 524 | # CONFIG_MTD_ARM_INTEGRATOR is not set |
505 | # CONFIG_MTD_SHARP_SL is not set | 525 | # CONFIG_MTD_SHARP_SL is not set |
@@ -523,6 +543,12 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | |||
523 | # CONFIG_MTD_ONENAND is not set | 543 | # CONFIG_MTD_ONENAND is not set |
524 | 544 | ||
525 | # | 545 | # |
546 | # LPDDR flash memory drivers | ||
547 | # | ||
548 | # CONFIG_MTD_LPDDR is not set | ||
549 | # CONFIG_MTD_QINFO_PROBE is not set | ||
550 | |||
551 | # | ||
526 | # UBI - Unsorted block images | 552 | # UBI - Unsorted block images |
527 | # | 553 | # |
528 | # CONFIG_MTD_UBI is not set | 554 | # CONFIG_MTD_UBI is not set |
@@ -531,10 +557,12 @@ CONFIG_BLK_DEV=y | |||
531 | # CONFIG_BLK_DEV_COW_COMMON is not set | 557 | # CONFIG_BLK_DEV_COW_COMMON is not set |
532 | # CONFIG_BLK_DEV_LOOP is not set | 558 | # CONFIG_BLK_DEV_LOOP is not set |
533 | # CONFIG_BLK_DEV_NBD is not set | 559 | # CONFIG_BLK_DEV_NBD is not set |
560 | # CONFIG_BLK_DEV_UB is not set | ||
534 | # CONFIG_BLK_DEV_RAM is not set | 561 | # CONFIG_BLK_DEV_RAM is not set |
535 | # CONFIG_CDROM_PKTCDVD is not set | 562 | # CONFIG_CDROM_PKTCDVD is not set |
536 | # CONFIG_ATA_OVER_ETH is not set | 563 | # CONFIG_ATA_OVER_ETH is not set |
537 | # CONFIG_MISC_DEVICES is not set | 564 | # CONFIG_MISC_DEVICES is not set |
565 | CONFIG_HAVE_IDE=y | ||
538 | # CONFIG_IDE is not set | 566 | # CONFIG_IDE is not set |
539 | 567 | ||
540 | # | 568 | # |
@@ -547,7 +575,6 @@ CONFIG_BLK_DEV=y | |||
547 | # CONFIG_ATA is not set | 575 | # CONFIG_ATA is not set |
548 | # CONFIG_MD is not set | 576 | # CONFIG_MD is not set |
549 | CONFIG_NETDEVICES=y | 577 | CONFIG_NETDEVICES=y |
550 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
551 | # CONFIG_DUMMY is not set | 578 | # CONFIG_DUMMY is not set |
552 | # CONFIG_BONDING is not set | 579 | # CONFIG_BONDING is not set |
553 | # CONFIG_MACVLAN is not set | 580 | # CONFIG_MACVLAN is not set |
@@ -563,6 +590,20 @@ CONFIG_NETDEVICES=y | |||
563 | # | 590 | # |
564 | # CONFIG_WLAN_PRE80211 is not set | 591 | # CONFIG_WLAN_PRE80211 is not set |
565 | # CONFIG_WLAN_80211 is not set | 592 | # CONFIG_WLAN_80211 is not set |
593 | # CONFIG_IWLWIFI_LEDS is not set | ||
594 | |||
595 | # | ||
596 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
597 | # | ||
598 | |||
599 | # | ||
600 | # USB Network Adapters | ||
601 | # | ||
602 | # CONFIG_USB_CATC is not set | ||
603 | # CONFIG_USB_KAWETH is not set | ||
604 | # CONFIG_USB_PEGASUS is not set | ||
605 | # CONFIG_USB_RTL8150 is not set | ||
606 | # CONFIG_USB_USBNET is not set | ||
566 | # CONFIG_WAN is not set | 607 | # CONFIG_WAN is not set |
567 | CONFIG_PPP=m | 608 | CONFIG_PPP=m |
568 | # CONFIG_PPP_MULTILINK is not set | 609 | # CONFIG_PPP_MULTILINK is not set |
@@ -612,7 +653,26 @@ CONFIG_KEYBOARD_GPIO=y | |||
612 | # CONFIG_INPUT_JOYSTICK is not set | 653 | # CONFIG_INPUT_JOYSTICK is not set |
613 | # CONFIG_INPUT_TABLET is not set | 654 | # CONFIG_INPUT_TABLET is not set |
614 | CONFIG_INPUT_TOUCHSCREEN=y | 655 | CONFIG_INPUT_TOUCHSCREEN=y |
656 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
657 | # CONFIG_TOUCHSCREEN_GUNZE is not set | ||
658 | # CONFIG_TOUCHSCREEN_ELO is not set | ||
659 | # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set | ||
660 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | ||
661 | # CONFIG_TOUCHSCREEN_INEXIO is not set | ||
662 | # CONFIG_TOUCHSCREEN_MK712 is not set | ||
663 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | ||
664 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | ||
665 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | ||
666 | # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set | ||
667 | # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set | ||
668 | # CONFIG_TOUCHSCREEN_TSC2007 is not set | ||
615 | CONFIG_INPUT_MISC=y | 669 | CONFIG_INPUT_MISC=y |
670 | # CONFIG_INPUT_ATI_REMOTE is not set | ||
671 | # CONFIG_INPUT_ATI_REMOTE2 is not set | ||
672 | # CONFIG_INPUT_KEYSPAN_REMOTE is not set | ||
673 | # CONFIG_INPUT_POWERMATE is not set | ||
674 | # CONFIG_INPUT_YEALINK is not set | ||
675 | # CONFIG_INPUT_CM109 is not set | ||
616 | CONFIG_INPUT_UINPUT=m | 676 | CONFIG_INPUT_UINPUT=m |
617 | 677 | ||
618 | # | 678 | # |
@@ -625,9 +685,11 @@ CONFIG_INPUT_UINPUT=m | |||
625 | # Character devices | 685 | # Character devices |
626 | # | 686 | # |
627 | CONFIG_VT=y | 687 | CONFIG_VT=y |
688 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
628 | CONFIG_VT_CONSOLE=y | 689 | CONFIG_VT_CONSOLE=y |
629 | CONFIG_HW_CONSOLE=y | 690 | CONFIG_HW_CONSOLE=y |
630 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 691 | # CONFIG_VT_HW_CONSOLE_BINDING is not set |
692 | # CONFIG_DEVKMEM is not set | ||
631 | # CONFIG_SERIAL_NONSTANDARD is not set | 693 | # CONFIG_SERIAL_NONSTANDARD is not set |
632 | 694 | ||
633 | # | 695 | # |
@@ -642,6 +704,7 @@ CONFIG_SERIAL_PXA=y | |||
642 | # CONFIG_SERIAL_PXA_CONSOLE is not set | 704 | # CONFIG_SERIAL_PXA_CONSOLE is not set |
643 | CONFIG_SERIAL_CORE=y | 705 | CONFIG_SERIAL_CORE=y |
644 | CONFIG_UNIX98_PTYS=y | 706 | CONFIG_UNIX98_PTYS=y |
707 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
645 | # CONFIG_LEGACY_PTYS is not set | 708 | # CONFIG_LEGACY_PTYS is not set |
646 | # CONFIG_IPMI_HANDLER is not set | 709 | # CONFIG_IPMI_HANDLER is not set |
647 | # CONFIG_HW_RANDOM is not set | 710 | # CONFIG_HW_RANDOM is not set |
@@ -649,37 +712,45 @@ CONFIG_UNIX98_PTYS=y | |||
649 | # CONFIG_R3964 is not set | 712 | # CONFIG_R3964 is not set |
650 | # CONFIG_RAW_DRIVER is not set | 713 | # CONFIG_RAW_DRIVER is not set |
651 | # CONFIG_TCG_TPM is not set | 714 | # CONFIG_TCG_TPM is not set |
652 | CONFIG_I2C=m | 715 | CONFIG_I2C=y |
653 | CONFIG_I2C_BOARDINFO=y | 716 | CONFIG_I2C_BOARDINFO=y |
654 | CONFIG_I2C_CHARDEV=m | 717 | CONFIG_I2C_CHARDEV=m |
718 | CONFIG_I2C_HELPER_AUTO=y | ||
655 | 719 | ||
656 | # | 720 | # |
657 | # I2C Algorithms | 721 | # I2C Hardware Bus support |
658 | # | 722 | # |
659 | # CONFIG_I2C_ALGOBIT is not set | ||
660 | # CONFIG_I2C_ALGOPCF is not set | ||
661 | # CONFIG_I2C_ALGOPCA is not set | ||
662 | 723 | ||
663 | # | 724 | # |
664 | # I2C Hardware Bus support | 725 | # I2C system bus drivers (mostly embedded / system-on-chip) |
665 | # | 726 | # |
666 | # CONFIG_I2C_GPIO is not set | 727 | # CONFIG_I2C_GPIO is not set |
667 | CONFIG_I2C_PXA=m | ||
668 | # CONFIG_I2C_PXA_SLAVE is not set | ||
669 | # CONFIG_I2C_OCORES is not set | 728 | # CONFIG_I2C_OCORES is not set |
670 | # CONFIG_I2C_PARPORT_LIGHT is not set | 729 | CONFIG_I2C_PXA=y |
730 | # CONFIG_I2C_PXA_SLAVE is not set | ||
671 | # CONFIG_I2C_SIMTEC is not set | 731 | # CONFIG_I2C_SIMTEC is not set |
732 | |||
733 | # | ||
734 | # External I2C/SMBus adapter drivers | ||
735 | # | ||
736 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
672 | # CONFIG_I2C_TAOS_EVM is not set | 737 | # CONFIG_I2C_TAOS_EVM is not set |
738 | # CONFIG_I2C_TINY_USB is not set | ||
739 | |||
740 | # | ||
741 | # Other I2C/SMBus bus drivers | ||
742 | # | ||
743 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
673 | # CONFIG_I2C_STUB is not set | 744 | # CONFIG_I2C_STUB is not set |
674 | 745 | ||
675 | # | 746 | # |
676 | # Miscellaneous I2C Chip support | 747 | # Miscellaneous I2C Chip support |
677 | # | 748 | # |
678 | # CONFIG_SENSORS_DS1337 is not set | ||
679 | # CONFIG_SENSORS_DS1374 is not set | ||
680 | # CONFIG_DS1682 is not set | 749 | # CONFIG_DS1682 is not set |
750 | # CONFIG_AT24 is not set | ||
681 | # CONFIG_SENSORS_EEPROM is not set | 751 | # CONFIG_SENSORS_EEPROM is not set |
682 | # CONFIG_SENSORS_PCF8574 is not set | 752 | # CONFIG_SENSORS_PCF8574 is not set |
753 | # CONFIG_PCF8575 is not set | ||
683 | # CONFIG_SENSORS_PCA9539 is not set | 754 | # CONFIG_SENSORS_PCA9539 is not set |
684 | # CONFIG_SENSORS_PCF8591 is not set | 755 | # CONFIG_SENSORS_PCF8591 is not set |
685 | # CONFIG_SENSORS_MAX6875 is not set | 756 | # CONFIG_SENSORS_MAX6875 is not set |
@@ -688,19 +759,39 @@ CONFIG_I2C_PXA=m | |||
688 | # CONFIG_I2C_DEBUG_ALGO is not set | 759 | # CONFIG_I2C_DEBUG_ALGO is not set |
689 | # CONFIG_I2C_DEBUG_BUS is not set | 760 | # CONFIG_I2C_DEBUG_BUS is not set |
690 | # CONFIG_I2C_DEBUG_CHIP is not set | 761 | # CONFIG_I2C_DEBUG_CHIP is not set |
762 | # CONFIG_SPI is not set | ||
763 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
764 | CONFIG_GPIOLIB=y | ||
765 | # CONFIG_DEBUG_GPIO is not set | ||
766 | # CONFIG_GPIO_SYSFS is not set | ||
691 | 767 | ||
692 | # | 768 | # |
693 | # SPI support | 769 | # Memory mapped GPIO expanders: |
770 | # | ||
771 | |||
772 | # | ||
773 | # I2C GPIO expanders: | ||
774 | # | ||
775 | # CONFIG_GPIO_MAX732X is not set | ||
776 | # CONFIG_GPIO_PCA953X is not set | ||
777 | # CONFIG_GPIO_PCF857X is not set | ||
778 | |||
779 | # | ||
780 | # PCI GPIO expanders: | ||
781 | # | ||
782 | |||
783 | # | ||
784 | # SPI GPIO expanders: | ||
694 | # | 785 | # |
695 | # CONFIG_SPI is not set | ||
696 | # CONFIG_SPI_MASTER is not set | ||
697 | CONFIG_W1=y | 786 | CONFIG_W1=y |
698 | 787 | ||
699 | # | 788 | # |
700 | # 1-wire Bus Masters | 789 | # 1-wire Bus Masters |
701 | # | 790 | # |
791 | # CONFIG_W1_MASTER_DS2490 is not set | ||
702 | # CONFIG_W1_MASTER_DS2482 is not set | 792 | # CONFIG_W1_MASTER_DS2482 is not set |
703 | CONFIG_W1_MASTER_DS1WM=y | 793 | CONFIG_W1_MASTER_DS1WM=y |
794 | # CONFIG_W1_MASTER_GPIO is not set | ||
704 | 795 | ||
705 | # | 796 | # |
706 | # 1-wire Slaves | 797 | # 1-wire Slaves |
@@ -709,32 +800,56 @@ CONFIG_W1_MASTER_DS1WM=y | |||
709 | # CONFIG_W1_SLAVE_SMEM is not set | 800 | # CONFIG_W1_SLAVE_SMEM is not set |
710 | # CONFIG_W1_SLAVE_DS2433 is not set | 801 | # CONFIG_W1_SLAVE_DS2433 is not set |
711 | CONFIG_W1_SLAVE_DS2760=y | 802 | CONFIG_W1_SLAVE_DS2760=y |
803 | # CONFIG_W1_SLAVE_BQ27000 is not set | ||
712 | CONFIG_POWER_SUPPLY=y | 804 | CONFIG_POWER_SUPPLY=y |
713 | # CONFIG_POWER_SUPPLY_DEBUG is not set | 805 | # CONFIG_POWER_SUPPLY_DEBUG is not set |
714 | CONFIG_PDA_POWER=y | 806 | CONFIG_PDA_POWER=y |
715 | # CONFIG_APM_POWER is not set | ||
716 | CONFIG_BATTERY_DS2760=y | 807 | CONFIG_BATTERY_DS2760=y |
808 | # CONFIG_BATTERY_BQ27x00 is not set | ||
717 | # CONFIG_HWMON is not set | 809 | # CONFIG_HWMON is not set |
810 | # CONFIG_THERMAL is not set | ||
811 | # CONFIG_THERMAL_HWMON is not set | ||
718 | # CONFIG_WATCHDOG is not set | 812 | # CONFIG_WATCHDOG is not set |
813 | CONFIG_SSB_POSSIBLE=y | ||
719 | 814 | ||
720 | # | 815 | # |
721 | # Sonics Silicon Backplane | 816 | # Sonics Silicon Backplane |
722 | # | 817 | # |
723 | CONFIG_SSB_POSSIBLE=y | ||
724 | # CONFIG_SSB is not set | 818 | # CONFIG_SSB is not set |
725 | 819 | ||
726 | # | 820 | # |
727 | # Multifunction device drivers | 821 | # Multifunction device drivers |
728 | # | 822 | # |
823 | # CONFIG_MFD_CORE is not set | ||
729 | # CONFIG_MFD_SM501 is not set | 824 | # CONFIG_MFD_SM501 is not set |
825 | # CONFIG_MFD_ASIC3 is not set | ||
730 | CONFIG_HTC_EGPIO=y | 826 | CONFIG_HTC_EGPIO=y |
731 | CONFIG_HTC_PASIC3=y | 827 | CONFIG_HTC_PASIC3=y |
828 | # CONFIG_TPS65010 is not set | ||
829 | # CONFIG_TWL4030_CORE is not set | ||
830 | # CONFIG_MFD_TMIO is not set | ||
831 | # CONFIG_MFD_T7L66XB is not set | ||
832 | # CONFIG_MFD_TC6387XB is not set | ||
833 | # CONFIG_MFD_TC6393XB is not set | ||
834 | # CONFIG_PMIC_DA903X is not set | ||
835 | # CONFIG_MFD_WM8400 is not set | ||
836 | # CONFIG_MFD_WM8350_I2C is not set | ||
837 | # CONFIG_MFD_PCF50633 is not set | ||
732 | 838 | ||
733 | # | 839 | # |
734 | # Multimedia devices | 840 | # Multimedia devices |
735 | # | 841 | # |
842 | |||
843 | # | ||
844 | # Multimedia core support | ||
845 | # | ||
736 | # CONFIG_VIDEO_DEV is not set | 846 | # CONFIG_VIDEO_DEV is not set |
737 | # CONFIG_DVB_CORE is not set | 847 | # CONFIG_DVB_CORE is not set |
848 | # CONFIG_VIDEO_MEDIA is not set | ||
849 | |||
850 | # | ||
851 | # Multimedia drivers | ||
852 | # | ||
738 | # CONFIG_DAB is not set | 853 | # CONFIG_DAB is not set |
739 | 854 | ||
740 | # | 855 | # |
@@ -745,6 +860,7 @@ CONFIG_HTC_PASIC3=y | |||
745 | CONFIG_FB=y | 860 | CONFIG_FB=y |
746 | # CONFIG_FIRMWARE_EDID is not set | 861 | # CONFIG_FIRMWARE_EDID is not set |
747 | # CONFIG_FB_DDC is not set | 862 | # CONFIG_FB_DDC is not set |
863 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
748 | CONFIG_FB_CFB_FILLRECT=y | 864 | CONFIG_FB_CFB_FILLRECT=y |
749 | CONFIG_FB_CFB_COPYAREA=y | 865 | CONFIG_FB_CFB_COPYAREA=y |
750 | CONFIG_FB_CFB_IMAGEBLIT=y | 866 | CONFIG_FB_CFB_IMAGEBLIT=y |
@@ -752,8 +868,8 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
752 | # CONFIG_FB_SYS_FILLRECT is not set | 868 | # CONFIG_FB_SYS_FILLRECT is not set |
753 | # CONFIG_FB_SYS_COPYAREA is not set | 869 | # CONFIG_FB_SYS_COPYAREA is not set |
754 | # CONFIG_FB_SYS_IMAGEBLIT is not set | 870 | # CONFIG_FB_SYS_IMAGEBLIT is not set |
871 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
755 | # CONFIG_FB_SYS_FOPS is not set | 872 | # CONFIG_FB_SYS_FOPS is not set |
756 | CONFIG_FB_DEFERRED_IO=y | ||
757 | # CONFIG_FB_SVGALIB is not set | 873 | # CONFIG_FB_SVGALIB is not set |
758 | # CONFIG_FB_MACMODES is not set | 874 | # CONFIG_FB_MACMODES is not set |
759 | # CONFIG_FB_BACKLIGHT is not set | 875 | # CONFIG_FB_BACKLIGHT is not set |
@@ -765,13 +881,20 @@ CONFIG_FB_DEFERRED_IO=y | |||
765 | # | 881 | # |
766 | # CONFIG_FB_S1D13XXX is not set | 882 | # CONFIG_FB_S1D13XXX is not set |
767 | CONFIG_FB_PXA=y | 883 | CONFIG_FB_PXA=y |
884 | CONFIG_FB_PXA_OVERLAY=y | ||
885 | # CONFIG_FB_PXA_SMARTPANEL is not set | ||
768 | # CONFIG_FB_PXA_PARAMETERS is not set | 886 | # CONFIG_FB_PXA_PARAMETERS is not set |
769 | # CONFIG_FB_MBX is not set | 887 | # CONFIG_FB_MBX is not set |
888 | # CONFIG_FB_W100 is not set | ||
770 | # CONFIG_FB_VIRTUAL is not set | 889 | # CONFIG_FB_VIRTUAL is not set |
890 | # CONFIG_FB_METRONOME is not set | ||
891 | # CONFIG_FB_MB862XX is not set | ||
771 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | 892 | CONFIG_BACKLIGHT_LCD_SUPPORT=y |
772 | CONFIG_LCD_CLASS_DEVICE=y | 893 | CONFIG_LCD_CLASS_DEVICE=y |
894 | # CONFIG_LCD_ILI9320 is not set | ||
895 | # CONFIG_LCD_PLATFORM is not set | ||
773 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | 896 | CONFIG_BACKLIGHT_CLASS_DEVICE=y |
774 | CONFIG_BACKLIGHT_CORGI=y | 897 | # CONFIG_BACKLIGHT_GENERIC is not set |
775 | 898 | ||
776 | # | 899 | # |
777 | # Display device support | 900 | # Display device support |
@@ -802,15 +925,8 @@ CONFIG_FONT_MINI_4x6=y | |||
802 | # CONFIG_FONT_SUN12x22 is not set | 925 | # CONFIG_FONT_SUN12x22 is not set |
803 | # CONFIG_FONT_10x18 is not set | 926 | # CONFIG_FONT_10x18 is not set |
804 | # CONFIG_LOGO is not set | 927 | # CONFIG_LOGO is not set |
805 | |||
806 | # | ||
807 | # Sound | ||
808 | # | ||
809 | CONFIG_SOUND=y | 928 | CONFIG_SOUND=y |
810 | 929 | CONFIG_SOUND_OSS_CORE=y | |
811 | # | ||
812 | # Advanced Linux Sound Architecture | ||
813 | # | ||
814 | CONFIG_SND=m | 930 | CONFIG_SND=m |
815 | CONFIG_SND_TIMER=m | 931 | CONFIG_SND_TIMER=m |
816 | CONFIG_SND_PCM=m | 932 | CONFIG_SND_PCM=m |
@@ -824,53 +940,151 @@ CONFIG_SND_SUPPORT_OLD_API=y | |||
824 | CONFIG_SND_VERBOSE_PROCFS=y | 940 | CONFIG_SND_VERBOSE_PROCFS=y |
825 | # CONFIG_SND_VERBOSE_PRINTK is not set | 941 | # CONFIG_SND_VERBOSE_PRINTK is not set |
826 | # CONFIG_SND_DEBUG is not set | 942 | # CONFIG_SND_DEBUG is not set |
827 | 943 | CONFIG_SND_DRIVERS=y | |
828 | # | ||
829 | # Generic devices | ||
830 | # | ||
831 | # CONFIG_SND_DUMMY is not set | 944 | # CONFIG_SND_DUMMY is not set |
832 | # CONFIG_SND_MTPAV is not set | 945 | # CONFIG_SND_MTPAV is not set |
833 | # CONFIG_SND_SERIAL_U16550 is not set | 946 | # CONFIG_SND_SERIAL_U16550 is not set |
834 | # CONFIG_SND_MPU401 is not set | 947 | # CONFIG_SND_MPU401 is not set |
948 | # CONFIG_SND_ARM is not set | ||
949 | CONFIG_SND_PXA2XX_LIB=m | ||
950 | # CONFIG_SND_USB is not set | ||
951 | CONFIG_SND_SOC=m | ||
952 | CONFIG_SND_PXA2XX_SOC=m | ||
953 | CONFIG_SND_SOC_I2C_AND_SPI=m | ||
954 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
955 | # CONFIG_SOUND_PRIME is not set | ||
956 | # CONFIG_HID_SUPPORT is not set | ||
957 | CONFIG_HID=m | ||
958 | CONFIG_USB_SUPPORT=y | ||
959 | CONFIG_USB_ARCH_HAS_HCD=y | ||
960 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
961 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
962 | CONFIG_USB=y | ||
963 | # CONFIG_USB_DEBUG is not set | ||
964 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
835 | 965 | ||
836 | # | 966 | # |
837 | # ALSA ARM devices | 967 | # Miscellaneous USB options |
838 | # | 968 | # |
839 | # CONFIG_SND_PXA2XX_AC97 is not set | 969 | # CONFIG_USB_DEVICEFS is not set |
970 | # CONFIG_USB_DEVICE_CLASS is not set | ||
971 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
972 | # CONFIG_USB_SUSPEND is not set | ||
973 | # CONFIG_USB_OTG is not set | ||
974 | # CONFIG_USB_OTG_WHITELIST is not set | ||
975 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
976 | CONFIG_USB_MON=m | ||
977 | # CONFIG_USB_WUSB is not set | ||
978 | # CONFIG_USB_WUSB_CBAF is not set | ||
840 | 979 | ||
841 | # | 980 | # |
842 | # System on Chip audio support | 981 | # USB Host Controller Drivers |
843 | # | 982 | # |
844 | CONFIG_SND_SOC=m | 983 | # CONFIG_USB_C67X00_HCD is not set |
845 | CONFIG_SND_PXA2XX_SOC=m | 984 | # CONFIG_USB_OXU210HP_HCD is not set |
985 | # CONFIG_USB_ISP116X_HCD is not set | ||
986 | CONFIG_USB_OHCI_HCD=y | ||
987 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
988 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
989 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
990 | # CONFIG_USB_SL811_HCD is not set | ||
991 | # CONFIG_USB_R8A66597_HCD is not set | ||
992 | # CONFIG_USB_HWA_HCD is not set | ||
993 | # CONFIG_USB_MUSB_HDRC is not set | ||
846 | 994 | ||
847 | # | 995 | # |
848 | # SoC Audio support for SuperH | 996 | # USB Device Class drivers |
849 | # | 997 | # |
998 | # CONFIG_USB_ACM is not set | ||
999 | # CONFIG_USB_PRINTER is not set | ||
1000 | # CONFIG_USB_WDM is not set | ||
1001 | # CONFIG_USB_TMC is not set | ||
850 | 1002 | ||
851 | # | 1003 | # |
852 | # Open Sound System | 1004 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; |
853 | # | 1005 | # |
854 | # CONFIG_SOUND_PRIME is not set | 1006 | |
855 | # CONFIG_HID_SUPPORT is not set | 1007 | # |
856 | CONFIG_HID=m | 1008 | # see USB_STORAGE Help for more information |
857 | # CONFIG_USB_SUPPORT is not set | 1009 | # |
1010 | # CONFIG_USB_LIBUSUAL is not set | ||
1011 | |||
1012 | # | ||
1013 | # USB Imaging devices | ||
1014 | # | ||
1015 | # CONFIG_USB_MDC800 is not set | ||
1016 | |||
1017 | # | ||
1018 | # USB port drivers | ||
1019 | # | ||
1020 | # CONFIG_USB_SERIAL is not set | ||
1021 | |||
1022 | # | ||
1023 | # USB Miscellaneous drivers | ||
1024 | # | ||
1025 | # CONFIG_USB_EMI62 is not set | ||
1026 | # CONFIG_USB_EMI26 is not set | ||
1027 | # CONFIG_USB_ADUTUX is not set | ||
1028 | # CONFIG_USB_SEVSEG is not set | ||
1029 | # CONFIG_USB_RIO500 is not set | ||
1030 | # CONFIG_USB_LEGOTOWER is not set | ||
1031 | # CONFIG_USB_LCD is not set | ||
1032 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1033 | # CONFIG_USB_LED is not set | ||
1034 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1035 | # CONFIG_USB_CYTHERM is not set | ||
1036 | # CONFIG_USB_PHIDGET is not set | ||
1037 | # CONFIG_USB_IDMOUSE is not set | ||
1038 | # CONFIG_USB_FTDI_ELAN is not set | ||
1039 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1040 | # CONFIG_USB_LD is not set | ||
1041 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1042 | # CONFIG_USB_IOWARRIOR is not set | ||
1043 | # CONFIG_USB_ISIGHTFW is not set | ||
1044 | # CONFIG_USB_VST is not set | ||
1045 | # CONFIG_USB_GADGET is not set | ||
1046 | |||
1047 | # | ||
1048 | # OTG and related infrastructure | ||
1049 | # | ||
1050 | # CONFIG_USB_GPIO_VBUS is not set | ||
858 | CONFIG_MMC=y | 1051 | CONFIG_MMC=y |
859 | # CONFIG_MMC_DEBUG is not set | 1052 | # CONFIG_MMC_DEBUG is not set |
860 | # CONFIG_MMC_UNSAFE_RESUME is not set | 1053 | # CONFIG_MMC_UNSAFE_RESUME is not set |
861 | 1054 | ||
862 | # | 1055 | # |
863 | # MMC/SD Card Drivers | 1056 | # MMC/SD/SDIO Card Drivers |
864 | # | 1057 | # |
865 | CONFIG_MMC_BLOCK=y | 1058 | CONFIG_MMC_BLOCK=y |
866 | CONFIG_MMC_BLOCK_BOUNCE=y | 1059 | CONFIG_MMC_BLOCK_BOUNCE=y |
867 | CONFIG_SDIO_UART=m | 1060 | CONFIG_SDIO_UART=m |
1061 | # CONFIG_MMC_TEST is not set | ||
868 | 1062 | ||
869 | # | 1063 | # |
870 | # MMC/SD Host Controller Drivers | 1064 | # MMC/SD/SDIO Host Controller Drivers |
871 | # | 1065 | # |
872 | CONFIG_MMC_PXA=y | 1066 | CONFIG_MMC_PXA=y |
1067 | # CONFIG_MMC_SDHCI is not set | ||
1068 | # CONFIG_MEMSTICK is not set | ||
1069 | # CONFIG_ACCESSIBILITY is not set | ||
873 | CONFIG_NEW_LEDS=y | 1070 | CONFIG_NEW_LEDS=y |
1071 | CONFIG_LEDS_CLASS=y | ||
1072 | |||
1073 | # | ||
1074 | # LED drivers | ||
1075 | # | ||
1076 | # CONFIG_LEDS_PCA9532 is not set | ||
1077 | CONFIG_LEDS_GPIO=y | ||
1078 | # CONFIG_LEDS_PCA955X is not set | ||
1079 | |||
1080 | # | ||
1081 | # LED Triggers | ||
1082 | # | ||
1083 | CONFIG_LEDS_TRIGGERS=y | ||
1084 | # CONFIG_LEDS_TRIGGER_TIMER is not set | ||
1085 | # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set | ||
1086 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y | ||
1087 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set | ||
874 | CONFIG_RTC_LIB=y | 1088 | CONFIG_RTC_LIB=y |
875 | CONFIG_RTC_CLASS=y | 1089 | CONFIG_RTC_CLASS=y |
876 | CONFIG_RTC_HCTOSYS=y | 1090 | CONFIG_RTC_HCTOSYS=y |
@@ -899,6 +1113,9 @@ CONFIG_RTC_INTF_DEV=y | |||
899 | # CONFIG_RTC_DRV_PCF8563 is not set | 1113 | # CONFIG_RTC_DRV_PCF8563 is not set |
900 | # CONFIG_RTC_DRV_PCF8583 is not set | 1114 | # CONFIG_RTC_DRV_PCF8583 is not set |
901 | # CONFIG_RTC_DRV_M41T80 is not set | 1115 | # CONFIG_RTC_DRV_M41T80 is not set |
1116 | # CONFIG_RTC_DRV_S35390A is not set | ||
1117 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1118 | # CONFIG_RTC_DRV_RX8581 is not set | ||
902 | 1119 | ||
903 | # | 1120 | # |
904 | # SPI RTC drivers | 1121 | # SPI RTC drivers |
@@ -908,17 +1125,26 @@ CONFIG_RTC_INTF_DEV=y | |||
908 | # Platform RTC drivers | 1125 | # Platform RTC drivers |
909 | # | 1126 | # |
910 | # CONFIG_RTC_DRV_CMOS is not set | 1127 | # CONFIG_RTC_DRV_CMOS is not set |
1128 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1129 | # CONFIG_RTC_DRV_DS1511 is not set | ||
911 | # CONFIG_RTC_DRV_DS1553 is not set | 1130 | # CONFIG_RTC_DRV_DS1553 is not set |
912 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
913 | # CONFIG_RTC_DRV_DS1742 is not set | 1131 | # CONFIG_RTC_DRV_DS1742 is not set |
1132 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
914 | # CONFIG_RTC_DRV_M48T86 is not set | 1133 | # CONFIG_RTC_DRV_M48T86 is not set |
1134 | # CONFIG_RTC_DRV_M48T35 is not set | ||
915 | # CONFIG_RTC_DRV_M48T59 is not set | 1135 | # CONFIG_RTC_DRV_M48T59 is not set |
1136 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
916 | # CONFIG_RTC_DRV_V3020 is not set | 1137 | # CONFIG_RTC_DRV_V3020 is not set |
917 | 1138 | ||
918 | # | 1139 | # |
919 | # on-CPU RTC drivers | 1140 | # on-CPU RTC drivers |
920 | # | 1141 | # |
921 | CONFIG_RTC_DRV_SA1100=y | 1142 | CONFIG_RTC_DRV_SA1100=y |
1143 | # CONFIG_RTC_DRV_PXA is not set | ||
1144 | # CONFIG_DMADEVICES is not set | ||
1145 | # CONFIG_REGULATOR is not set | ||
1146 | # CONFIG_UIO is not set | ||
1147 | # CONFIG_STAGING is not set | ||
922 | 1148 | ||
923 | # | 1149 | # |
924 | # File systems | 1150 | # File systems |
@@ -927,19 +1153,18 @@ CONFIG_EXT2_FS=y | |||
927 | # CONFIG_EXT2_FS_XATTR is not set | 1153 | # CONFIG_EXT2_FS_XATTR is not set |
928 | # CONFIG_EXT2_FS_XIP is not set | 1154 | # CONFIG_EXT2_FS_XIP is not set |
929 | # CONFIG_EXT3_FS is not set | 1155 | # CONFIG_EXT3_FS is not set |
930 | # CONFIG_EXT4DEV_FS is not set | 1156 | # CONFIG_EXT4_FS is not set |
931 | # CONFIG_REISERFS_FS is not set | 1157 | # CONFIG_REISERFS_FS is not set |
932 | # CONFIG_JFS_FS is not set | 1158 | # CONFIG_JFS_FS is not set |
933 | # CONFIG_FS_POSIX_ACL is not set | 1159 | # CONFIG_FS_POSIX_ACL is not set |
1160 | CONFIG_FILE_LOCKING=y | ||
934 | # CONFIG_XFS_FS is not set | 1161 | # CONFIG_XFS_FS is not set |
935 | # CONFIG_GFS2_FS is not set | ||
936 | # CONFIG_OCFS2_FS is not set | 1162 | # CONFIG_OCFS2_FS is not set |
937 | # CONFIG_MINIX_FS is not set | 1163 | # CONFIG_BTRFS_FS is not set |
938 | # CONFIG_ROMFS_FS is not set | 1164 | CONFIG_DNOTIFY=y |
939 | CONFIG_INOTIFY=y | 1165 | CONFIG_INOTIFY=y |
940 | CONFIG_INOTIFY_USER=y | 1166 | CONFIG_INOTIFY_USER=y |
941 | # CONFIG_QUOTA is not set | 1167 | # CONFIG_QUOTA is not set |
942 | CONFIG_DNOTIFY=y | ||
943 | # CONFIG_AUTOFS_FS is not set | 1168 | # CONFIG_AUTOFS_FS is not set |
944 | # CONFIG_AUTOFS4_FS is not set | 1169 | # CONFIG_AUTOFS4_FS is not set |
945 | # CONFIG_FUSE_FS is not set | 1170 | # CONFIG_FUSE_FS is not set |
@@ -965,15 +1190,13 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
965 | # | 1190 | # |
966 | CONFIG_PROC_FS=y | 1191 | CONFIG_PROC_FS=y |
967 | CONFIG_PROC_SYSCTL=y | 1192 | CONFIG_PROC_SYSCTL=y |
1193 | CONFIG_PROC_PAGE_MONITOR=y | ||
968 | CONFIG_SYSFS=y | 1194 | CONFIG_SYSFS=y |
969 | CONFIG_TMPFS=y | 1195 | CONFIG_TMPFS=y |
970 | # CONFIG_TMPFS_POSIX_ACL is not set | 1196 | # CONFIG_TMPFS_POSIX_ACL is not set |
971 | # CONFIG_HUGETLB_PAGE is not set | 1197 | # CONFIG_HUGETLB_PAGE is not set |
972 | # CONFIG_CONFIGFS_FS is not set | 1198 | # CONFIG_CONFIGFS_FS is not set |
973 | 1199 | CONFIG_MISC_FILESYSTEMS=y | |
974 | # | ||
975 | # Miscellaneous filesystems | ||
976 | # | ||
977 | # CONFIG_ADFS_FS is not set | 1200 | # CONFIG_ADFS_FS is not set |
978 | # CONFIG_AFFS_FS is not set | 1201 | # CONFIG_AFFS_FS is not set |
979 | # CONFIG_HFS_FS is not set | 1202 | # CONFIG_HFS_FS is not set |
@@ -997,9 +1220,13 @@ CONFIG_JFFS2_CMODE_PRIORITY=y | |||
997 | # CONFIG_JFFS2_CMODE_SIZE is not set | 1220 | # CONFIG_JFFS2_CMODE_SIZE is not set |
998 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | 1221 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set |
999 | # CONFIG_CRAMFS is not set | 1222 | # CONFIG_CRAMFS is not set |
1223 | # CONFIG_SQUASHFS is not set | ||
1000 | # CONFIG_VXFS_FS is not set | 1224 | # CONFIG_VXFS_FS is not set |
1225 | # CONFIG_MINIX_FS is not set | ||
1226 | # CONFIG_OMFS_FS is not set | ||
1001 | # CONFIG_HPFS_FS is not set | 1227 | # CONFIG_HPFS_FS is not set |
1002 | # CONFIG_QNX4FS_FS is not set | 1228 | # CONFIG_QNX4FS_FS is not set |
1229 | # CONFIG_ROMFS_FS is not set | ||
1003 | # CONFIG_SYSV_FS is not set | 1230 | # CONFIG_SYSV_FS is not set |
1004 | # CONFIG_UFS_FS is not set | 1231 | # CONFIG_UFS_FS is not set |
1005 | CONFIG_NETWORK_FILESYSTEMS=y | 1232 | CONFIG_NETWORK_FILESYSTEMS=y |
@@ -1007,14 +1234,13 @@ CONFIG_NFS_FS=y | |||
1007 | CONFIG_NFS_V3=y | 1234 | CONFIG_NFS_V3=y |
1008 | # CONFIG_NFS_V3_ACL is not set | 1235 | # CONFIG_NFS_V3_ACL is not set |
1009 | # CONFIG_NFS_V4 is not set | 1236 | # CONFIG_NFS_V4 is not set |
1010 | # CONFIG_NFS_DIRECTIO is not set | ||
1011 | # CONFIG_NFSD is not set | ||
1012 | CONFIG_ROOT_NFS=y | 1237 | CONFIG_ROOT_NFS=y |
1238 | # CONFIG_NFSD is not set | ||
1013 | CONFIG_LOCKD=y | 1239 | CONFIG_LOCKD=y |
1014 | CONFIG_LOCKD_V4=y | 1240 | CONFIG_LOCKD_V4=y |
1015 | CONFIG_NFS_COMMON=y | 1241 | CONFIG_NFS_COMMON=y |
1016 | CONFIG_SUNRPC=y | 1242 | CONFIG_SUNRPC=y |
1017 | # CONFIG_SUNRPC_BIND34 is not set | 1243 | # CONFIG_SUNRPC_REGISTER_V4 is not set |
1018 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1244 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1019 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1245 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1020 | # CONFIG_SMB_FS is not set | 1246 | # CONFIG_SMB_FS is not set |
@@ -1076,6 +1302,7 @@ CONFIG_NLS_UTF8=y | |||
1076 | CONFIG_PRINTK_TIME=y | 1302 | CONFIG_PRINTK_TIME=y |
1077 | CONFIG_ENABLE_WARN_DEPRECATED=y | 1303 | CONFIG_ENABLE_WARN_DEPRECATED=y |
1078 | CONFIG_ENABLE_MUST_CHECK=y | 1304 | CONFIG_ENABLE_MUST_CHECK=y |
1305 | CONFIG_FRAME_WARN=1024 | ||
1079 | # CONFIG_MAGIC_SYSRQ is not set | 1306 | # CONFIG_MAGIC_SYSRQ is not set |
1080 | # CONFIG_UNUSED_SYMBOLS is not set | 1307 | # CONFIG_UNUSED_SYMBOLS is not set |
1081 | # CONFIG_DEBUG_FS is not set | 1308 | # CONFIG_DEBUG_FS is not set |
@@ -1083,15 +1310,18 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1083 | CONFIG_DEBUG_KERNEL=y | 1310 | CONFIG_DEBUG_KERNEL=y |
1084 | # CONFIG_DEBUG_SHIRQ is not set | 1311 | # CONFIG_DEBUG_SHIRQ is not set |
1085 | CONFIG_DETECT_SOFTLOCKUP=y | 1312 | CONFIG_DETECT_SOFTLOCKUP=y |
1313 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1314 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1086 | # CONFIG_SCHED_DEBUG is not set | 1315 | # CONFIG_SCHED_DEBUG is not set |
1087 | # CONFIG_SCHEDSTATS is not set | 1316 | # CONFIG_SCHEDSTATS is not set |
1088 | CONFIG_TIMER_STATS=y | 1317 | CONFIG_TIMER_STATS=y |
1318 | # CONFIG_DEBUG_OBJECTS is not set | ||
1089 | # CONFIG_DEBUG_SLAB is not set | 1319 | # CONFIG_DEBUG_SLAB is not set |
1090 | CONFIG_DEBUG_PREEMPT=y | 1320 | # CONFIG_DEBUG_PREEMPT is not set |
1091 | # CONFIG_DEBUG_RT_MUTEXES is not set | 1321 | # CONFIG_DEBUG_RT_MUTEXES is not set |
1092 | # CONFIG_RT_MUTEX_TESTER is not set | 1322 | # CONFIG_RT_MUTEX_TESTER is not set |
1093 | # CONFIG_DEBUG_SPINLOCK is not set | 1323 | # CONFIG_DEBUG_SPINLOCK is not set |
1094 | CONFIG_DEBUG_MUTEXES=y | 1324 | # CONFIG_DEBUG_MUTEXES is not set |
1095 | # CONFIG_DEBUG_LOCK_ALLOC is not set | 1325 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
1096 | # CONFIG_PROVE_LOCKING is not set | 1326 | # CONFIG_PROVE_LOCKING is not set |
1097 | # CONFIG_LOCK_STAT is not set | 1327 | # CONFIG_LOCK_STAT is not set |
@@ -1100,17 +1330,41 @@ CONFIG_DEBUG_MUTEXES=y | |||
1100 | # CONFIG_DEBUG_KOBJECT is not set | 1330 | # CONFIG_DEBUG_KOBJECT is not set |
1101 | CONFIG_DEBUG_BUGVERBOSE=y | 1331 | CONFIG_DEBUG_BUGVERBOSE=y |
1102 | # CONFIG_DEBUG_INFO is not set | 1332 | # CONFIG_DEBUG_INFO is not set |
1103 | CONFIG_DEBUG_VM=y | 1333 | # CONFIG_DEBUG_VM is not set |
1334 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1335 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1104 | # CONFIG_DEBUG_LIST is not set | 1336 | # CONFIG_DEBUG_LIST is not set |
1105 | # CONFIG_DEBUG_SG is not set | 1337 | # CONFIG_DEBUG_SG is not set |
1338 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1106 | CONFIG_FRAME_POINTER=y | 1339 | CONFIG_FRAME_POINTER=y |
1107 | CONFIG_FORCED_INLINING=y | ||
1108 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1340 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1109 | # CONFIG_RCU_TORTURE_TEST is not set | 1341 | # CONFIG_RCU_TORTURE_TEST is not set |
1342 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1343 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1344 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1110 | # CONFIG_FAULT_INJECTION is not set | 1345 | # CONFIG_FAULT_INJECTION is not set |
1346 | # CONFIG_LATENCYTOP is not set | ||
1347 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1348 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1349 | |||
1350 | # | ||
1351 | # Tracers | ||
1352 | # | ||
1353 | # CONFIG_FUNCTION_TRACER is not set | ||
1354 | # CONFIG_IRQSOFF_TRACER is not set | ||
1355 | # CONFIG_PREEMPT_TRACER is not set | ||
1356 | # CONFIG_SCHED_TRACER is not set | ||
1357 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1358 | # CONFIG_BOOT_TRACER is not set | ||
1359 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1360 | # CONFIG_STACK_TRACER is not set | ||
1361 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1111 | # CONFIG_SAMPLES is not set | 1362 | # CONFIG_SAMPLES is not set |
1363 | CONFIG_HAVE_ARCH_KGDB=y | ||
1364 | # CONFIG_KGDB is not set | ||
1112 | CONFIG_DEBUG_USER=y | 1365 | CONFIG_DEBUG_USER=y |
1113 | CONFIG_DEBUG_ERRORS=y | 1366 | CONFIG_DEBUG_ERRORS=y |
1367 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1114 | CONFIG_DEBUG_LL=y | 1368 | CONFIG_DEBUG_LL=y |
1115 | # CONFIG_DEBUG_ICEDCC is not set | 1369 | # CONFIG_DEBUG_ICEDCC is not set |
1116 | 1370 | ||
@@ -1119,55 +1373,110 @@ CONFIG_DEBUG_LL=y | |||
1119 | # | 1373 | # |
1120 | # CONFIG_KEYS is not set | 1374 | # CONFIG_KEYS is not set |
1121 | # CONFIG_SECURITY is not set | 1375 | # CONFIG_SECURITY is not set |
1376 | # CONFIG_SECURITYFS is not set | ||
1122 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1377 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1123 | CONFIG_CRYPTO=y | 1378 | CONFIG_CRYPTO=y |
1379 | |||
1380 | # | ||
1381 | # Crypto core or helper | ||
1382 | # | ||
1383 | # CONFIG_CRYPTO_FIPS is not set | ||
1124 | CONFIG_CRYPTO_ALGAPI=m | 1384 | CONFIG_CRYPTO_ALGAPI=m |
1385 | CONFIG_CRYPTO_ALGAPI2=m | ||
1386 | CONFIG_CRYPTO_AEAD2=m | ||
1125 | CONFIG_CRYPTO_BLKCIPHER=m | 1387 | CONFIG_CRYPTO_BLKCIPHER=m |
1388 | CONFIG_CRYPTO_BLKCIPHER2=m | ||
1389 | CONFIG_CRYPTO_HASH=m | ||
1390 | CONFIG_CRYPTO_HASH2=m | ||
1391 | CONFIG_CRYPTO_RNG2=m | ||
1126 | CONFIG_CRYPTO_MANAGER=m | 1392 | CONFIG_CRYPTO_MANAGER=m |
1393 | CONFIG_CRYPTO_MANAGER2=m | ||
1394 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1395 | # CONFIG_CRYPTO_NULL is not set | ||
1396 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1397 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1398 | # CONFIG_CRYPTO_TEST is not set | ||
1399 | |||
1400 | # | ||
1401 | # Authenticated Encryption with Associated Data | ||
1402 | # | ||
1403 | # CONFIG_CRYPTO_CCM is not set | ||
1404 | # CONFIG_CRYPTO_GCM is not set | ||
1405 | # CONFIG_CRYPTO_SEQIV is not set | ||
1406 | |||
1407 | # | ||
1408 | # Block modes | ||
1409 | # | ||
1410 | # CONFIG_CRYPTO_CBC is not set | ||
1411 | # CONFIG_CRYPTO_CTR is not set | ||
1412 | # CONFIG_CRYPTO_CTS is not set | ||
1413 | CONFIG_CRYPTO_ECB=m | ||
1414 | # CONFIG_CRYPTO_LRW is not set | ||
1415 | # CONFIG_CRYPTO_PCBC is not set | ||
1416 | # CONFIG_CRYPTO_XTS is not set | ||
1417 | |||
1418 | # | ||
1419 | # Hash modes | ||
1420 | # | ||
1127 | # CONFIG_CRYPTO_HMAC is not set | 1421 | # CONFIG_CRYPTO_HMAC is not set |
1128 | # CONFIG_CRYPTO_XCBC is not set | 1422 | # CONFIG_CRYPTO_XCBC is not set |
1129 | # CONFIG_CRYPTO_NULL is not set | 1423 | |
1424 | # | ||
1425 | # Digest | ||
1426 | # | ||
1427 | # CONFIG_CRYPTO_CRC32C is not set | ||
1130 | # CONFIG_CRYPTO_MD4 is not set | 1428 | # CONFIG_CRYPTO_MD4 is not set |
1131 | # CONFIG_CRYPTO_MD5 is not set | 1429 | # CONFIG_CRYPTO_MD5 is not set |
1430 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1431 | # CONFIG_CRYPTO_RMD128 is not set | ||
1432 | # CONFIG_CRYPTO_RMD160 is not set | ||
1433 | # CONFIG_CRYPTO_RMD256 is not set | ||
1434 | # CONFIG_CRYPTO_RMD320 is not set | ||
1132 | CONFIG_CRYPTO_SHA1=m | 1435 | CONFIG_CRYPTO_SHA1=m |
1133 | # CONFIG_CRYPTO_SHA256 is not set | 1436 | # CONFIG_CRYPTO_SHA256 is not set |
1134 | # CONFIG_CRYPTO_SHA512 is not set | 1437 | # CONFIG_CRYPTO_SHA512 is not set |
1135 | # CONFIG_CRYPTO_WP512 is not set | ||
1136 | # CONFIG_CRYPTO_TGR192 is not set | 1438 | # CONFIG_CRYPTO_TGR192 is not set |
1137 | # CONFIG_CRYPTO_GF128MUL is not set | 1439 | # CONFIG_CRYPTO_WP512 is not set |
1138 | CONFIG_CRYPTO_ECB=m | 1440 | |
1139 | # CONFIG_CRYPTO_CBC is not set | 1441 | # |
1140 | CONFIG_CRYPTO_PCBC=m | 1442 | # Ciphers |
1141 | # CONFIG_CRYPTO_LRW is not set | 1443 | # |
1142 | # CONFIG_CRYPTO_XTS is not set | ||
1143 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1144 | # CONFIG_CRYPTO_DES is not set | ||
1145 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1146 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1147 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1148 | # CONFIG_CRYPTO_SERPENT is not set | ||
1149 | # CONFIG_CRYPTO_AES is not set | 1444 | # CONFIG_CRYPTO_AES is not set |
1445 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1446 | CONFIG_CRYPTO_ARC4=m | ||
1447 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1448 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1150 | # CONFIG_CRYPTO_CAST5 is not set | 1449 | # CONFIG_CRYPTO_CAST5 is not set |
1151 | # CONFIG_CRYPTO_CAST6 is not set | 1450 | # CONFIG_CRYPTO_CAST6 is not set |
1152 | # CONFIG_CRYPTO_TEA is not set | 1451 | # CONFIG_CRYPTO_DES is not set |
1153 | CONFIG_CRYPTO_ARC4=m | 1452 | # CONFIG_CRYPTO_FCRYPT is not set |
1154 | # CONFIG_CRYPTO_KHAZAD is not set | 1453 | # CONFIG_CRYPTO_KHAZAD is not set |
1155 | # CONFIG_CRYPTO_ANUBIS is not set | 1454 | # CONFIG_CRYPTO_SALSA20 is not set |
1156 | # CONFIG_CRYPTO_SEED is not set | 1455 | # CONFIG_CRYPTO_SEED is not set |
1456 | # CONFIG_CRYPTO_SERPENT is not set | ||
1457 | # CONFIG_CRYPTO_TEA is not set | ||
1458 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1459 | |||
1460 | # | ||
1461 | # Compression | ||
1462 | # | ||
1157 | # CONFIG_CRYPTO_DEFLATE is not set | 1463 | # CONFIG_CRYPTO_DEFLATE is not set |
1158 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1464 | # CONFIG_CRYPTO_LZO is not set |
1159 | # CONFIG_CRYPTO_CRC32C is not set | 1465 | |
1160 | # CONFIG_CRYPTO_CAMELLIA is not set | 1466 | # |
1161 | # CONFIG_CRYPTO_TEST is not set | 1467 | # Random Number Generation |
1162 | # CONFIG_CRYPTO_AUTHENC is not set | 1468 | # |
1469 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1163 | # CONFIG_CRYPTO_HW is not set | 1470 | # CONFIG_CRYPTO_HW is not set |
1164 | 1471 | ||
1165 | # | 1472 | # |
1166 | # Library routines | 1473 | # Library routines |
1167 | # | 1474 | # |
1168 | CONFIG_BITREVERSE=y | 1475 | CONFIG_BITREVERSE=y |
1476 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1169 | CONFIG_CRC_CCITT=y | 1477 | CONFIG_CRC_CCITT=y |
1170 | # CONFIG_CRC16 is not set | 1478 | # CONFIG_CRC16 is not set |
1479 | # CONFIG_CRC_T10DIF is not set | ||
1171 | # CONFIG_CRC_ITU_T is not set | 1480 | # CONFIG_CRC_ITU_T is not set |
1172 | CONFIG_CRC32=y | 1481 | CONFIG_CRC32=y |
1173 | # CONFIG_CRC7 is not set | 1482 | # CONFIG_CRC7 is not set |