diff options
author | Balaji T K <balajitk@ti.com> | 2010-05-12 04:27:31 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-05-20 14:21:21 -0400 |
commit | f9ea6cfb5a31d0addf9d1d8ed772bdc3a1c0dbd7 (patch) | |
tree | 488df5d6e9fb5ca62754fbb29cf8c84067bf2f2a /arch/arm/configs | |
parent | 6e30a7dbc946132525ca12ce16f0f2105096624a (diff) |
omap4: Enable RTC and regulator support
This patch enables RTC and regulator support on omap4430 sdp
platform. Also sync up the defconfig with latest kernel
Signed-off-by: Balaji T K <balajitk@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap_4430sdp_defconfig | 330 |
1 files changed, 302 insertions, 28 deletions
diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig index a5553055f428..25e8d048fc1c 100644 --- a/arch/arm/configs/omap_4430sdp_defconfig +++ b/arch/arm/configs/omap_4430sdp_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.32 | 3 | # Linux kernel version: 2.6.34-rc7 |
4 | # Sun Dec 6 23:37:45 2009 | 4 | # Wed May 12 12:26:05 2010 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
@@ -9,6 +9,7 @@ CONFIG_GENERIC_GPIO=y | |||
9 | CONFIG_GENERIC_TIME=y | 9 | CONFIG_GENERIC_TIME=y |
10 | CONFIG_GENERIC_CLOCKEVENTS=y | 10 | CONFIG_GENERIC_CLOCKEVENTS=y |
11 | CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y | 11 | CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y |
12 | CONFIG_HAVE_PROC_CPU=y | ||
12 | CONFIG_GENERIC_HARDIRQS=y | 13 | CONFIG_GENERIC_HARDIRQS=y |
13 | CONFIG_STACKTRACE_SUPPORT=y | 14 | CONFIG_STACKTRACE_SUPPORT=y |
14 | CONFIG_LOCKDEP_SUPPORT=y | 15 | CONFIG_LOCKDEP_SUPPORT=y |
@@ -20,6 +21,7 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y | |||
20 | CONFIG_ARCH_HAS_CPUFREQ=y | 21 | CONFIG_ARCH_HAS_CPUFREQ=y |
21 | CONFIG_GENERIC_HWEIGHT=y | 22 | CONFIG_GENERIC_HWEIGHT=y |
22 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 23 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
24 | CONFIG_NEED_DMA_MAP_STATE=y | ||
23 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 25 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
24 | CONFIG_VECTORS_BASE=0xffff0000 | 26 | CONFIG_VECTORS_BASE=0xffff0000 |
25 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 27 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
@@ -33,28 +35,33 @@ CONFIG_LOCK_KERNEL=y | |||
33 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 35 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
34 | CONFIG_LOCALVERSION="" | 36 | CONFIG_LOCALVERSION="" |
35 | CONFIG_LOCALVERSION_AUTO=y | 37 | CONFIG_LOCALVERSION_AUTO=y |
38 | CONFIG_HAVE_KERNEL_GZIP=y | ||
39 | CONFIG_HAVE_KERNEL_LZO=y | ||
40 | CONFIG_KERNEL_GZIP=y | ||
41 | # CONFIG_KERNEL_BZIP2 is not set | ||
42 | # CONFIG_KERNEL_LZMA is not set | ||
43 | # CONFIG_KERNEL_LZO is not set | ||
36 | CONFIG_SWAP=y | 44 | CONFIG_SWAP=y |
37 | CONFIG_SYSVIPC=y | 45 | CONFIG_SYSVIPC=y |
38 | CONFIG_SYSVIPC_SYSCTL=y | 46 | CONFIG_SYSVIPC_SYSCTL=y |
47 | # CONFIG_POSIX_MQUEUE is not set | ||
39 | CONFIG_BSD_PROCESS_ACCT=y | 48 | CONFIG_BSD_PROCESS_ACCT=y |
40 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 49 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
50 | # CONFIG_TASKSTATS is not set | ||
51 | # CONFIG_AUDIT is not set | ||
41 | 52 | ||
42 | # | 53 | # |
43 | # RCU Subsystem | 54 | # RCU Subsystem |
44 | # | 55 | # |
45 | CONFIG_TREE_RCU=y | 56 | CONFIG_TREE_RCU=y |
46 | # CONFIG_TREE_PREEMPT_RCU is not set | 57 | # CONFIG_TREE_PREEMPT_RCU is not set |
58 | # CONFIG_TINY_RCU is not set | ||
47 | # CONFIG_RCU_TRACE is not set | 59 | # CONFIG_RCU_TRACE is not set |
48 | CONFIG_RCU_FANOUT=32 | 60 | CONFIG_RCU_FANOUT=32 |
49 | # CONFIG_RCU_FANOUT_EXACT is not set | 61 | # CONFIG_RCU_FANOUT_EXACT is not set |
50 | # CONFIG_TREE_RCU_TRACE is not set | 62 | # CONFIG_TREE_RCU_TRACE is not set |
51 | # CONFIG_IKCONFIG is not set | 63 | # CONFIG_IKCONFIG is not set |
52 | CONFIG_LOG_BUF_SHIFT=14 | 64 | CONFIG_LOG_BUF_SHIFT=14 |
53 | CONFIG_GROUP_SCHED=y | ||
54 | CONFIG_FAIR_GROUP_SCHED=y | ||
55 | # CONFIG_RT_GROUP_SCHED is not set | ||
56 | CONFIG_USER_SCHED=y | ||
57 | # CONFIG_CGROUP_SCHED is not set | ||
58 | # CONFIG_CGROUPS is not set | 65 | # CONFIG_CGROUPS is not set |
59 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | 66 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
60 | # CONFIG_RELAY is not set | 67 | # CONFIG_RELAY is not set |
@@ -64,6 +71,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
64 | CONFIG_RD_GZIP=y | 71 | CONFIG_RD_GZIP=y |
65 | # CONFIG_RD_BZIP2 is not set | 72 | # CONFIG_RD_BZIP2 is not set |
66 | # CONFIG_RD_LZMA is not set | 73 | # CONFIG_RD_LZMA is not set |
74 | # CONFIG_RD_LZO is not set | ||
67 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 75 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
68 | CONFIG_SYSCTL=y | 76 | CONFIG_SYSCTL=y |
69 | CONFIG_ANON_INODES=y | 77 | CONFIG_ANON_INODES=y |
@@ -85,10 +93,14 @@ CONFIG_TIMERFD=y | |||
85 | CONFIG_EVENTFD=y | 93 | CONFIG_EVENTFD=y |
86 | CONFIG_SHMEM=y | 94 | CONFIG_SHMEM=y |
87 | CONFIG_AIO=y | 95 | CONFIG_AIO=y |
96 | CONFIG_HAVE_PERF_EVENTS=y | ||
97 | CONFIG_PERF_USE_VMALLOC=y | ||
88 | 98 | ||
89 | # | 99 | # |
90 | # Kernel Performance Events And Counters | 100 | # Kernel Performance Events And Counters |
91 | # | 101 | # |
102 | # CONFIG_PERF_EVENTS is not set | ||
103 | # CONFIG_PERF_COUNTERS is not set | ||
92 | CONFIG_VM_EVENT_COUNTERS=y | 104 | CONFIG_VM_EVENT_COUNTERS=y |
93 | CONFIG_SLUB_DEBUG=y | 105 | CONFIG_SLUB_DEBUG=y |
94 | CONFIG_COMPAT_BRK=y | 106 | CONFIG_COMPAT_BRK=y |
@@ -127,14 +139,41 @@ CONFIG_LBDAF=y | |||
127 | # IO Schedulers | 139 | # IO Schedulers |
128 | # | 140 | # |
129 | CONFIG_IOSCHED_NOOP=y | 141 | CONFIG_IOSCHED_NOOP=y |
130 | CONFIG_IOSCHED_AS=y | ||
131 | CONFIG_IOSCHED_DEADLINE=y | 142 | CONFIG_IOSCHED_DEADLINE=y |
132 | CONFIG_IOSCHED_CFQ=y | 143 | CONFIG_IOSCHED_CFQ=y |
133 | CONFIG_DEFAULT_AS=y | ||
134 | # CONFIG_DEFAULT_DEADLINE is not set | 144 | # CONFIG_DEFAULT_DEADLINE is not set |
135 | # CONFIG_DEFAULT_CFQ is not set | 145 | CONFIG_DEFAULT_CFQ=y |
136 | # CONFIG_DEFAULT_NOOP is not set | 146 | # CONFIG_DEFAULT_NOOP is not set |
137 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 147 | CONFIG_DEFAULT_IOSCHED="cfq" |
148 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
149 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
150 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
151 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
152 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
153 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
154 | # CONFIG_INLINE_SPIN_UNLOCK is not set | ||
155 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
156 | # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set | ||
157 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
158 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
159 | # CONFIG_INLINE_READ_LOCK is not set | ||
160 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
161 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
162 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
163 | # CONFIG_INLINE_READ_UNLOCK is not set | ||
164 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
165 | # CONFIG_INLINE_READ_UNLOCK_IRQ is not set | ||
166 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
167 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
168 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
169 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
170 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
171 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
172 | # CONFIG_INLINE_WRITE_UNLOCK is not set | ||
173 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
174 | # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set | ||
175 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
176 | CONFIG_MUTEX_SPIN_ON_OWNER=y | ||
138 | # CONFIG_FREEZER is not set | 177 | # CONFIG_FREEZER is not set |
139 | 178 | ||
140 | # | 179 | # |
@@ -146,6 +185,7 @@ CONFIG_MMU=y | |||
146 | # CONFIG_ARCH_REALVIEW is not set | 185 | # CONFIG_ARCH_REALVIEW is not set |
147 | # CONFIG_ARCH_VERSATILE is not set | 186 | # CONFIG_ARCH_VERSATILE is not set |
148 | # CONFIG_ARCH_AT91 is not set | 187 | # CONFIG_ARCH_AT91 is not set |
188 | # CONFIG_ARCH_BCMRING is not set | ||
149 | # CONFIG_ARCH_CLPS711X is not set | 189 | # CONFIG_ARCH_CLPS711X is not set |
150 | # CONFIG_ARCH_GEMINI is not set | 190 | # CONFIG_ARCH_GEMINI is not set |
151 | # CONFIG_ARCH_EBSA110 is not set | 191 | # CONFIG_ARCH_EBSA110 is not set |
@@ -155,7 +195,6 @@ CONFIG_MMU=y | |||
155 | # CONFIG_ARCH_STMP3XXX is not set | 195 | # CONFIG_ARCH_STMP3XXX is not set |
156 | # CONFIG_ARCH_NETX is not set | 196 | # CONFIG_ARCH_NETX is not set |
157 | # CONFIG_ARCH_H720X is not set | 197 | # CONFIG_ARCH_H720X is not set |
158 | # CONFIG_ARCH_NOMADIK is not set | ||
159 | # CONFIG_ARCH_IOP13XX is not set | 198 | # CONFIG_ARCH_IOP13XX is not set |
160 | # CONFIG_ARCH_IOP32X is not set | 199 | # CONFIG_ARCH_IOP32X is not set |
161 | # CONFIG_ARCH_IOP33X is not set | 200 | # CONFIG_ARCH_IOP33X is not set |
@@ -163,6 +202,7 @@ CONFIG_MMU=y | |||
163 | # CONFIG_ARCH_IXP2000 is not set | 202 | # CONFIG_ARCH_IXP2000 is not set |
164 | # CONFIG_ARCH_IXP4XX is not set | 203 | # CONFIG_ARCH_IXP4XX is not set |
165 | # CONFIG_ARCH_L7200 is not set | 204 | # CONFIG_ARCH_L7200 is not set |
205 | # CONFIG_ARCH_DOVE is not set | ||
166 | # CONFIG_ARCH_KIRKWOOD is not set | 206 | # CONFIG_ARCH_KIRKWOOD is not set |
167 | # CONFIG_ARCH_LOKI is not set | 207 | # CONFIG_ARCH_LOKI is not set |
168 | # CONFIG_ARCH_MV78XX0 is not set | 208 | # CONFIG_ARCH_MV78XX0 is not set |
@@ -171,25 +211,32 @@ CONFIG_MMU=y | |||
171 | # CONFIG_ARCH_KS8695 is not set | 211 | # CONFIG_ARCH_KS8695 is not set |
172 | # CONFIG_ARCH_NS9XXX is not set | 212 | # CONFIG_ARCH_NS9XXX is not set |
173 | # CONFIG_ARCH_W90X900 is not set | 213 | # CONFIG_ARCH_W90X900 is not set |
214 | # CONFIG_ARCH_NUC93X is not set | ||
174 | # CONFIG_ARCH_PNX4008 is not set | 215 | # CONFIG_ARCH_PNX4008 is not set |
175 | # CONFIG_ARCH_PXA is not set | 216 | # CONFIG_ARCH_PXA is not set |
176 | # CONFIG_ARCH_MSM is not set | 217 | # CONFIG_ARCH_MSM is not set |
218 | # CONFIG_ARCH_SHMOBILE is not set | ||
177 | # CONFIG_ARCH_RPC is not set | 219 | # CONFIG_ARCH_RPC is not set |
178 | # CONFIG_ARCH_SA1100 is not set | 220 | # CONFIG_ARCH_SA1100 is not set |
179 | # CONFIG_ARCH_S3C2410 is not set | 221 | # CONFIG_ARCH_S3C2410 is not set |
180 | # CONFIG_ARCH_S3C64XX is not set | 222 | # CONFIG_ARCH_S3C64XX is not set |
223 | # CONFIG_ARCH_S5P6440 is not set | ||
224 | # CONFIG_ARCH_S5P6442 is not set | ||
181 | # CONFIG_ARCH_S5PC1XX is not set | 225 | # CONFIG_ARCH_S5PC1XX is not set |
226 | # CONFIG_ARCH_S5PV210 is not set | ||
182 | # CONFIG_ARCH_SHARK is not set | 227 | # CONFIG_ARCH_SHARK is not set |
183 | # CONFIG_ARCH_LH7A40X is not set | 228 | # CONFIG_ARCH_LH7A40X is not set |
184 | # CONFIG_ARCH_U300 is not set | 229 | # CONFIG_ARCH_U300 is not set |
230 | # CONFIG_ARCH_U8500 is not set | ||
231 | # CONFIG_ARCH_NOMADIK is not set | ||
185 | # CONFIG_ARCH_DAVINCI is not set | 232 | # CONFIG_ARCH_DAVINCI is not set |
186 | CONFIG_ARCH_OMAP=y | 233 | CONFIG_ARCH_OMAP=y |
187 | # CONFIG_ARCH_BCMRING is not set | ||
188 | 234 | ||
189 | # | 235 | # |
190 | # TI OMAP Implementations | 236 | # TI OMAP Implementations |
191 | # | 237 | # |
192 | # CONFIG_ARCH_OMAP1 is not set | 238 | # CONFIG_ARCH_OMAP1 is not set |
239 | CONFIG_ARCH_OMAP2PLUS=y | ||
193 | # CONFIG_ARCH_OMAP2 is not set | 240 | # CONFIG_ARCH_OMAP2 is not set |
194 | # CONFIG_ARCH_OMAP3 is not set | 241 | # CONFIG_ARCH_OMAP3 is not set |
195 | CONFIG_ARCH_OMAP4=y | 242 | CONFIG_ARCH_OMAP4=y |
@@ -205,10 +252,6 @@ CONFIG_OMAP_MCBSP=y | |||
205 | CONFIG_OMAP_32K_TIMER=y | 252 | CONFIG_OMAP_32K_TIMER=y |
206 | CONFIG_OMAP_32K_TIMER_HZ=128 | 253 | CONFIG_OMAP_32K_TIMER_HZ=128 |
207 | CONFIG_OMAP_DM_TIMER=y | 254 | CONFIG_OMAP_DM_TIMER=y |
208 | # CONFIG_OMAP_LL_DEBUG_UART1 is not set | ||
209 | # CONFIG_OMAP_LL_DEBUG_UART2 is not set | ||
210 | CONFIG_OMAP_LL_DEBUG_UART3=y | ||
211 | # CONFIG_OMAP_LL_DEBUG_NONE is not set | ||
212 | # CONFIG_OMAP_PM_NONE is not set | 255 | # CONFIG_OMAP_PM_NONE is not set |
213 | CONFIG_OMAP_PM_NOOP=y | 256 | CONFIG_OMAP_PM_NOOP=y |
214 | 257 | ||
@@ -243,13 +286,16 @@ CONFIG_CPU_CP15_MMU=y | |||
243 | # CONFIG_CPU_BPREDICT_DISABLE is not set | 286 | # CONFIG_CPU_BPREDICT_DISABLE is not set |
244 | CONFIG_HAS_TLS_REG=y | 287 | CONFIG_HAS_TLS_REG=y |
245 | CONFIG_OUTER_CACHE=y | 288 | CONFIG_OUTER_CACHE=y |
289 | CONFIG_OUTER_CACHE_SYNC=y | ||
246 | CONFIG_CACHE_L2X0=y | 290 | CONFIG_CACHE_L2X0=y |
247 | CONFIG_ARM_L1_CACHE_SHIFT=5 | 291 | CONFIG_ARM_L1_CACHE_SHIFT=5 |
292 | CONFIG_CPU_HAS_PMU=y | ||
248 | # CONFIG_ARM_ERRATA_430973 is not set | 293 | # CONFIG_ARM_ERRATA_430973 is not set |
249 | # CONFIG_ARM_ERRATA_458693 is not set | 294 | # CONFIG_ARM_ERRATA_458693 is not set |
250 | # CONFIG_ARM_ERRATA_460075 is not set | 295 | # CONFIG_ARM_ERRATA_460075 is not set |
251 | CONFIG_PL310_ERRATA_588369=y | 296 | CONFIG_PL310_ERRATA_588369=y |
252 | CONFIG_ARM_GIC=y | 297 | CONFIG_ARM_GIC=y |
298 | CONFIG_COMMON_CLKDEV=y | ||
253 | 299 | ||
254 | # | 300 | # |
255 | # Bus support | 301 | # Bus support |
@@ -280,6 +326,7 @@ CONFIG_HZ=128 | |||
280 | # CONFIG_THUMB2_KERNEL is not set | 326 | # CONFIG_THUMB2_KERNEL is not set |
281 | CONFIG_AEABI=y | 327 | CONFIG_AEABI=y |
282 | CONFIG_OABI_COMPAT=y | 328 | CONFIG_OABI_COMPAT=y |
329 | CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y | ||
283 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | 330 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set |
284 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | 331 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set |
285 | # CONFIG_HIGHMEM is not set | 332 | # CONFIG_HIGHMEM is not set |
@@ -294,8 +341,6 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
294 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 341 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
295 | CONFIG_ZONE_DMA_FLAG=0 | 342 | CONFIG_ZONE_DMA_FLAG=0 |
296 | CONFIG_VIRT_TO_BUS=y | 343 | CONFIG_VIRT_TO_BUS=y |
297 | CONFIG_HAVE_MLOCK=y | ||
298 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
299 | # CONFIG_KSM is not set | 344 | # CONFIG_KSM is not set |
300 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 345 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
301 | # CONFIG_LEDS is not set | 346 | # CONFIG_LEDS is not set |
@@ -349,28 +394,77 @@ CONFIG_NET=y | |||
349 | # Networking options | 394 | # Networking options |
350 | # | 395 | # |
351 | CONFIG_PACKET=y | 396 | CONFIG_PACKET=y |
397 | # CONFIG_UNIX is not set | ||
352 | CONFIG_XFRM=y | 398 | CONFIG_XFRM=y |
399 | # CONFIG_XFRM_USER is not set | ||
400 | # CONFIG_XFRM_SUB_POLICY is not set | ||
401 | # CONFIG_XFRM_MIGRATE is not set | ||
402 | # CONFIG_XFRM_STATISTICS is not set | ||
403 | # CONFIG_NET_KEY is not set | ||
353 | CONFIG_INET=y | 404 | CONFIG_INET=y |
405 | # CONFIG_IP_MULTICAST is not set | ||
406 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
354 | CONFIG_IP_FIB_HASH=y | 407 | CONFIG_IP_FIB_HASH=y |
355 | CONFIG_IP_PNP=y | 408 | CONFIG_IP_PNP=y |
356 | CONFIG_IP_PNP_DHCP=y | 409 | CONFIG_IP_PNP_DHCP=y |
357 | CONFIG_IP_PNP_BOOTP=y | 410 | CONFIG_IP_PNP_BOOTP=y |
358 | CONFIG_IP_PNP_RARP=y | 411 | CONFIG_IP_PNP_RARP=y |
412 | # CONFIG_NET_IPIP is not set | ||
413 | # CONFIG_NET_IPGRE is not set | ||
414 | # CONFIG_ARPD is not set | ||
415 | # CONFIG_SYN_COOKIES is not set | ||
416 | # CONFIG_INET_AH is not set | ||
417 | # CONFIG_INET_ESP is not set | ||
418 | # CONFIG_INET_IPCOMP is not set | ||
419 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
420 | # CONFIG_INET_TUNNEL is not set | ||
359 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 421 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
360 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 422 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
361 | CONFIG_INET_XFRM_MODE_BEET=y | 423 | CONFIG_INET_XFRM_MODE_BEET=y |
362 | CONFIG_INET_LRO=y | 424 | CONFIG_INET_LRO=y |
363 | CONFIG_INET_DIAG=y | 425 | CONFIG_INET_DIAG=y |
364 | CONFIG_INET_TCP_DIAG=y | 426 | CONFIG_INET_TCP_DIAG=y |
427 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
365 | CONFIG_TCP_CONG_CUBIC=y | 428 | CONFIG_TCP_CONG_CUBIC=y |
366 | CONFIG_DEFAULT_TCP_CONG="cubic" | 429 | CONFIG_DEFAULT_TCP_CONG="cubic" |
430 | # CONFIG_TCP_MD5SIG is not set | ||
367 | # CONFIG_IPV6 is not set | 431 | # CONFIG_IPV6 is not set |
432 | # CONFIG_NETWORK_SECMARK is not set | ||
433 | # CONFIG_NETFILTER is not set | ||
434 | # CONFIG_IP_DCCP is not set | ||
435 | # CONFIG_IP_SCTP is not set | ||
436 | # CONFIG_RDS is not set | ||
437 | # CONFIG_TIPC is not set | ||
438 | # CONFIG_ATM is not set | ||
439 | # CONFIG_BRIDGE is not set | ||
440 | # CONFIG_NET_DSA is not set | ||
441 | # CONFIG_VLAN_8021Q is not set | ||
442 | # CONFIG_DECNET is not set | ||
443 | # CONFIG_LLC2 is not set | ||
444 | # CONFIG_IPX is not set | ||
445 | # CONFIG_ATALK is not set | ||
446 | # CONFIG_X25 is not set | ||
447 | # CONFIG_LAPB is not set | ||
448 | # CONFIG_ECONET is not set | ||
449 | # CONFIG_WAN_ROUTER is not set | ||
450 | # CONFIG_PHONET is not set | ||
451 | # CONFIG_IEEE802154 is not set | ||
452 | # CONFIG_NET_SCHED is not set | ||
453 | # CONFIG_DCB is not set | ||
368 | 454 | ||
369 | # | 455 | # |
370 | # Network testing | 456 | # Network testing |
371 | # | 457 | # |
458 | # CONFIG_NET_PKTGEN is not set | ||
459 | # CONFIG_HAMRADIO is not set | ||
460 | # CONFIG_CAN is not set | ||
461 | # CONFIG_IRDA is not set | ||
462 | # CONFIG_BT is not set | ||
463 | # CONFIG_AF_RXRPC is not set | ||
372 | # CONFIG_WIRELESS is not set | 464 | # CONFIG_WIRELESS is not set |
373 | 465 | # CONFIG_WIMAX is not set | |
466 | # CONFIG_RFKILL is not set | ||
467 | # CONFIG_NET_9P is not set | ||
374 | 468 | ||
375 | # | 469 | # |
376 | # Device Drivers | 470 | # Device Drivers |
@@ -387,17 +481,24 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
387 | # CONFIG_DEBUG_DRIVER is not set | 481 | # CONFIG_DEBUG_DRIVER is not set |
388 | # CONFIG_DEBUG_DEVRES is not set | 482 | # CONFIG_DEBUG_DEVRES is not set |
389 | # CONFIG_SYS_HYPERVISOR is not set | 483 | # CONFIG_SYS_HYPERVISOR is not set |
484 | # CONFIG_CONNECTOR is not set | ||
390 | # CONFIG_MTD is not set | 485 | # CONFIG_MTD is not set |
391 | # CONFIG_PARPORT is not set | 486 | # CONFIG_PARPORT is not set |
392 | CONFIG_BLK_DEV=y | 487 | CONFIG_BLK_DEV=y |
393 | # CONFIG_BLK_DEV_COW_COMMON is not set | 488 | # CONFIG_BLK_DEV_COW_COMMON is not set |
394 | CONFIG_BLK_DEV_LOOP=y | 489 | CONFIG_BLK_DEV_LOOP=y |
395 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 490 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
491 | |||
492 | # | ||
493 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
494 | # | ||
495 | # CONFIG_BLK_DEV_NBD is not set | ||
396 | CONFIG_BLK_DEV_RAM=y | 496 | CONFIG_BLK_DEV_RAM=y |
397 | CONFIG_BLK_DEV_RAM_COUNT=16 | 497 | CONFIG_BLK_DEV_RAM_COUNT=16 |
398 | CONFIG_BLK_DEV_RAM_SIZE=16384 | 498 | CONFIG_BLK_DEV_RAM_SIZE=16384 |
399 | # CONFIG_BLK_DEV_XIP is not set | 499 | # CONFIG_BLK_DEV_XIP is not set |
400 | # CONFIG_CDROM_PKTCDVD is not set | 500 | # CONFIG_CDROM_PKTCDVD is not set |
501 | # CONFIG_ATA_OVER_ETH is not set | ||
401 | # CONFIG_MG_DISK is not set | 502 | # CONFIG_MG_DISK is not set |
402 | # CONFIG_MISC_DEVICES is not set | 503 | # CONFIG_MISC_DEVICES is not set |
403 | CONFIG_HAVE_IDE=y | 504 | CONFIG_HAVE_IDE=y |
@@ -406,27 +507,65 @@ CONFIG_HAVE_IDE=y | |||
406 | # | 507 | # |
407 | # SCSI device support | 508 | # SCSI device support |
408 | # | 509 | # |
510 | CONFIG_SCSI_MOD=y | ||
409 | # CONFIG_RAID_ATTRS is not set | 511 | # CONFIG_RAID_ATTRS is not set |
410 | # CONFIG_SCSI is not set | 512 | # CONFIG_SCSI is not set |
411 | # CONFIG_SCSI_DMA is not set | 513 | # CONFIG_SCSI_DMA is not set |
412 | # CONFIG_SCSI_NETLINK is not set | 514 | # CONFIG_SCSI_NETLINK is not set |
413 | # CONFIG_ATA is not set | 515 | # CONFIG_ATA is not set |
414 | # CONFIG_MD is not set | 516 | # CONFIG_MD is not set |
415 | # CONFIG_PHONE is not set | ||
416 | CONFIG_NETDEVICES=y | 517 | CONFIG_NETDEVICES=y |
518 | # CONFIG_DUMMY is not set | ||
519 | # CONFIG_BONDING is not set | ||
520 | # CONFIG_MACVLAN is not set | ||
521 | # CONFIG_EQUALIZER is not set | ||
522 | # CONFIG_TUN is not set | ||
523 | # CONFIG_VETH is not set | ||
524 | # CONFIG_PHYLIB is not set | ||
417 | CONFIG_NET_ETHERNET=y | 525 | CONFIG_NET_ETHERNET=y |
418 | CONFIG_MII=y | 526 | CONFIG_MII=y |
527 | # CONFIG_AX88796 is not set | ||
528 | # CONFIG_SMC91X is not set | ||
529 | # CONFIG_DM9000 is not set | ||
530 | # CONFIG_ENC28J60 is not set | ||
531 | # CONFIG_ETHOC is not set | ||
532 | # CONFIG_SMC911X is not set | ||
533 | # CONFIG_SMSC911X is not set | ||
534 | # CONFIG_DNET is not set | ||
535 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
536 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
537 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
538 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
539 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
540 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
541 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
542 | # CONFIG_B44 is not set | ||
543 | # CONFIG_KS8842 is not set | ||
419 | CONFIG_KS8851=y | 544 | CONFIG_KS8851=y |
545 | # CONFIG_KS8851_MLL is not set | ||
420 | # CONFIG_NETDEV_1000 is not set | 546 | # CONFIG_NETDEV_1000 is not set |
421 | # CONFIG_NETDEV_10000 is not set | 547 | # CONFIG_NETDEV_10000 is not set |
422 | # CONFIG_WLAN is not set | 548 | # CONFIG_WLAN is not set |
423 | 549 | ||
424 | # | 550 | # |
551 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
552 | # | ||
553 | # CONFIG_WAN is not set | ||
554 | # CONFIG_PPP is not set | ||
555 | # CONFIG_SLIP is not set | ||
556 | # CONFIG_NETCONSOLE is not set | ||
557 | # CONFIG_NETPOLL is not set | ||
558 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
559 | # CONFIG_ISDN is not set | ||
560 | # CONFIG_PHONE is not set | ||
561 | |||
562 | # | ||
425 | # Input device support | 563 | # Input device support |
426 | # | 564 | # |
427 | CONFIG_INPUT=y | 565 | CONFIG_INPUT=y |
428 | # CONFIG_INPUT_FF_MEMLESS is not set | 566 | # CONFIG_INPUT_FF_MEMLESS is not set |
429 | # CONFIG_INPUT_POLLDEV is not set | 567 | # CONFIG_INPUT_POLLDEV is not set |
568 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
430 | 569 | ||
431 | # | 570 | # |
432 | # Userland interfaces | 571 | # Userland interfaces |
@@ -479,8 +618,10 @@ CONFIG_SERIAL_8250_RSA=y | |||
479 | # | 618 | # |
480 | # Non-8250 serial port support | 619 | # Non-8250 serial port support |
481 | # | 620 | # |
621 | # CONFIG_SERIAL_MAX3100 is not set | ||
482 | CONFIG_SERIAL_CORE=y | 622 | CONFIG_SERIAL_CORE=y |
483 | CONFIG_SERIAL_CORE_CONSOLE=y | 623 | CONFIG_SERIAL_CORE_CONSOLE=y |
624 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
484 | CONFIG_UNIX98_PTYS=y | 625 | CONFIG_UNIX98_PTYS=y |
485 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | 626 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set |
486 | # CONFIG_LEGACY_PTYS is not set | 627 | # CONFIG_LEGACY_PTYS is not set |
@@ -555,10 +696,17 @@ CONFIG_GPIOLIB=y | |||
555 | # | 696 | # |
556 | # Memory mapped GPIO expanders: | 697 | # Memory mapped GPIO expanders: |
557 | # | 698 | # |
699 | # CONFIG_GPIO_IT8761E is not set | ||
558 | 700 | ||
559 | # | 701 | # |
560 | # I2C GPIO expanders: | 702 | # I2C GPIO expanders: |
561 | # | 703 | # |
704 | # CONFIG_GPIO_MAX7300 is not set | ||
705 | # CONFIG_GPIO_MAX732X is not set | ||
706 | # CONFIG_GPIO_PCA953X is not set | ||
707 | # CONFIG_GPIO_PCF857X is not set | ||
708 | # CONFIG_GPIO_TWL4030 is not set | ||
709 | # CONFIG_GPIO_ADP5588 is not set | ||
562 | 710 | ||
563 | # | 711 | # |
564 | # PCI GPIO expanders: | 712 | # PCI GPIO expanders: |
@@ -567,6 +715,9 @@ CONFIG_GPIOLIB=y | |||
567 | # | 715 | # |
568 | # SPI GPIO expanders: | 716 | # SPI GPIO expanders: |
569 | # | 717 | # |
718 | # CONFIG_GPIO_MAX7301 is not set | ||
719 | # CONFIG_GPIO_MCP23S08 is not set | ||
720 | # CONFIG_GPIO_MC33880 is not set | ||
570 | 721 | ||
571 | # | 722 | # |
572 | # AC97 GPIO expanders: | 723 | # AC97 GPIO expanders: |
@@ -576,7 +727,15 @@ CONFIG_GPIOLIB=y | |||
576 | # CONFIG_HWMON is not set | 727 | # CONFIG_HWMON is not set |
577 | # CONFIG_THERMAL is not set | 728 | # CONFIG_THERMAL is not set |
578 | CONFIG_WATCHDOG=y | 729 | CONFIG_WATCHDOG=y |
730 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
731 | |||
732 | # | ||
733 | # Watchdog Device Drivers | ||
734 | # | ||
735 | # CONFIG_SOFT_WATCHDOG is not set | ||
579 | CONFIG_OMAP_WATCHDOG=y | 736 | CONFIG_OMAP_WATCHDOG=y |
737 | # CONFIG_TWL4030_WATCHDOG is not set | ||
738 | # CONFIG_MAX63XX_WATCHDOG is not set | ||
580 | CONFIG_SSB_POSSIBLE=y | 739 | CONFIG_SSB_POSSIBLE=y |
581 | 740 | ||
582 | # | 741 | # |
@@ -588,15 +747,46 @@ CONFIG_SSB_POSSIBLE=y | |||
588 | # Multifunction device drivers | 747 | # Multifunction device drivers |
589 | # | 748 | # |
590 | # CONFIG_MFD_CORE is not set | 749 | # CONFIG_MFD_CORE is not set |
750 | # CONFIG_MFD_88PM860X is not set | ||
591 | # CONFIG_MFD_SM501 is not set | 751 | # CONFIG_MFD_SM501 is not set |
592 | # CONFIG_MFD_ASIC3 is not set | 752 | # CONFIG_MFD_ASIC3 is not set |
593 | # CONFIG_HTC_EGPIO is not set | 753 | # CONFIG_HTC_EGPIO is not set |
594 | # CONFIG_HTC_PASIC3 is not set | 754 | # CONFIG_HTC_PASIC3 is not set |
755 | # CONFIG_HTC_I2CPLD is not set | ||
756 | # CONFIG_TPS65010 is not set | ||
757 | CONFIG_TWL4030_CORE=y | ||
758 | # CONFIG_TWL4030_POWER is not set | ||
759 | # CONFIG_TWL4030_CODEC is not set | ||
595 | # CONFIG_MFD_TMIO is not set | 760 | # CONFIG_MFD_TMIO is not set |
596 | # CONFIG_MFD_T7L66XB is not set | 761 | # CONFIG_MFD_T7L66XB is not set |
597 | # CONFIG_MFD_TC6387XB is not set | 762 | # CONFIG_MFD_TC6387XB is not set |
598 | # CONFIG_MFD_TC6393XB is not set | 763 | # CONFIG_MFD_TC6393XB is not set |
599 | # CONFIG_REGULATOR is not set | 764 | # CONFIG_PMIC_DA903X is not set |
765 | # CONFIG_PMIC_ADP5520 is not set | ||
766 | # CONFIG_MFD_MAX8925 is not set | ||
767 | # CONFIG_MFD_WM8400 is not set | ||
768 | # CONFIG_MFD_WM831X is not set | ||
769 | # CONFIG_MFD_WM8350_I2C is not set | ||
770 | # CONFIG_MFD_WM8994 is not set | ||
771 | # CONFIG_MFD_PCF50633 is not set | ||
772 | # CONFIG_MFD_MC13783 is not set | ||
773 | # CONFIG_AB3100_CORE is not set | ||
774 | # CONFIG_EZX_PCAP is not set | ||
775 | # CONFIG_AB4500_CORE is not set | ||
776 | CONFIG_REGULATOR=y | ||
777 | # CONFIG_REGULATOR_DEBUG is not set | ||
778 | # CONFIG_REGULATOR_DUMMY is not set | ||
779 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
780 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
781 | # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set | ||
782 | # CONFIG_REGULATOR_BQ24022 is not set | ||
783 | # CONFIG_REGULATOR_MAX1586 is not set | ||
784 | # CONFIG_REGULATOR_MAX8649 is not set | ||
785 | # CONFIG_REGULATOR_MAX8660 is not set | ||
786 | CONFIG_REGULATOR_TWL4030=y | ||
787 | # CONFIG_REGULATOR_LP3971 is not set | ||
788 | # CONFIG_REGULATOR_TPS65023 is not set | ||
789 | # CONFIG_REGULATOR_TPS6507X is not set | ||
600 | # CONFIG_MEDIA_SUPPORT is not set | 790 | # CONFIG_MEDIA_SUPPORT is not set |
601 | 791 | ||
602 | # | 792 | # |
@@ -625,7 +815,72 @@ CONFIG_DUMMY_CONSOLE=y | |||
625 | # CONFIG_NEW_LEDS is not set | 815 | # CONFIG_NEW_LEDS is not set |
626 | # CONFIG_ACCESSIBILITY is not set | 816 | # CONFIG_ACCESSIBILITY is not set |
627 | CONFIG_RTC_LIB=y | 817 | CONFIG_RTC_LIB=y |
628 | # CONFIG_RTC_CLASS is not set | 818 | CONFIG_RTC_CLASS=y |
819 | CONFIG_RTC_HCTOSYS=y | ||
820 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
821 | # CONFIG_RTC_DEBUG is not set | ||
822 | |||
823 | # | ||
824 | # RTC interfaces | ||
825 | # | ||
826 | CONFIG_RTC_INTF_SYSFS=y | ||
827 | CONFIG_RTC_INTF_PROC=y | ||
828 | CONFIG_RTC_INTF_DEV=y | ||
829 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
830 | # CONFIG_RTC_DRV_TEST is not set | ||
831 | |||
832 | # | ||
833 | # I2C RTC drivers | ||
834 | # | ||
835 | # CONFIG_RTC_DRV_DS1307 is not set | ||
836 | # CONFIG_RTC_DRV_DS1374 is not set | ||
837 | # CONFIG_RTC_DRV_DS1672 is not set | ||
838 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
839 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
840 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
841 | # CONFIG_RTC_DRV_X1205 is not set | ||
842 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
843 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
844 | # CONFIG_RTC_DRV_M41T80 is not set | ||
845 | # CONFIG_RTC_DRV_BQ32K is not set | ||
846 | CONFIG_RTC_DRV_TWL4030=y | ||
847 | # CONFIG_RTC_DRV_S35390A is not set | ||
848 | # CONFIG_RTC_DRV_FM3130 is not set | ||
849 | # CONFIG_RTC_DRV_RX8581 is not set | ||
850 | # CONFIG_RTC_DRV_RX8025 is not set | ||
851 | |||
852 | # | ||
853 | # SPI RTC drivers | ||
854 | # | ||
855 | # CONFIG_RTC_DRV_M41T94 is not set | ||
856 | # CONFIG_RTC_DRV_DS1305 is not set | ||
857 | # CONFIG_RTC_DRV_DS1390 is not set | ||
858 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
859 | # CONFIG_RTC_DRV_R9701 is not set | ||
860 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
861 | # CONFIG_RTC_DRV_DS3234 is not set | ||
862 | # CONFIG_RTC_DRV_PCF2123 is not set | ||
863 | |||
864 | # | ||
865 | # Platform RTC drivers | ||
866 | # | ||
867 | # CONFIG_RTC_DRV_CMOS is not set | ||
868 | # CONFIG_RTC_DRV_DS1286 is not set | ||
869 | # CONFIG_RTC_DRV_DS1511 is not set | ||
870 | # CONFIG_RTC_DRV_DS1553 is not set | ||
871 | # CONFIG_RTC_DRV_DS1742 is not set | ||
872 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
873 | # CONFIG_RTC_DRV_M48T86 is not set | ||
874 | # CONFIG_RTC_DRV_M48T35 is not set | ||
875 | # CONFIG_RTC_DRV_M48T59 is not set | ||
876 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
877 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
878 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
879 | # CONFIG_RTC_DRV_V3020 is not set | ||
880 | |||
881 | # | ||
882 | # on-CPU RTC drivers | ||
883 | # | ||
629 | # CONFIG_DMADEVICES is not set | 884 | # CONFIG_DMADEVICES is not set |
630 | # CONFIG_AUXDISPLAY is not set | 885 | # CONFIG_AUXDISPLAY is not set |
631 | # CONFIG_UIO is not set | 886 | # CONFIG_UIO is not set |
@@ -648,9 +903,10 @@ CONFIG_EXT3_FS=y | |||
648 | CONFIG_JBD=y | 903 | CONFIG_JBD=y |
649 | # CONFIG_REISERFS_FS is not set | 904 | # CONFIG_REISERFS_FS is not set |
650 | # CONFIG_JFS_FS is not set | 905 | # CONFIG_JFS_FS is not set |
651 | # CONFIG_FS_POSIX_ACL is not set | 906 | CONFIG_FS_POSIX_ACL=y |
652 | # CONFIG_XFS_FS is not set | 907 | # CONFIG_XFS_FS is not set |
653 | # CONFIG_GFS2_FS is not set | 908 | # CONFIG_GFS2_FS is not set |
909 | # CONFIG_OCFS2_FS is not set | ||
654 | # CONFIG_BTRFS_FS is not set | 910 | # CONFIG_BTRFS_FS is not set |
655 | # CONFIG_NILFS2_FS is not set | 911 | # CONFIG_NILFS2_FS is not set |
656 | CONFIG_FILE_LOCKING=y | 912 | CONFIG_FILE_LOCKING=y |
@@ -659,7 +915,9 @@ CONFIG_DNOTIFY=y | |||
659 | CONFIG_INOTIFY=y | 915 | CONFIG_INOTIFY=y |
660 | CONFIG_INOTIFY_USER=y | 916 | CONFIG_INOTIFY_USER=y |
661 | CONFIG_QUOTA=y | 917 | CONFIG_QUOTA=y |
918 | # CONFIG_QUOTA_NETLINK_INTERFACE is not set | ||
662 | CONFIG_PRINT_QUOTA_WARNING=y | 919 | CONFIG_PRINT_QUOTA_WARNING=y |
920 | # CONFIG_QUOTA_DEBUG is not set | ||
663 | CONFIG_QUOTA_TREE=y | 921 | CONFIG_QUOTA_TREE=y |
664 | # CONFIG_QFMT_V1 is not set | 922 | # CONFIG_QFMT_V1 is not set |
665 | CONFIG_QFMT_V2=y | 923 | CONFIG_QFMT_V2=y |
@@ -708,6 +966,7 @@ CONFIG_MISC_FILESYSTEMS=y | |||
708 | # CONFIG_BEFS_FS is not set | 966 | # CONFIG_BEFS_FS is not set |
709 | # CONFIG_BFS_FS is not set | 967 | # CONFIG_BFS_FS is not set |
710 | # CONFIG_EFS_FS is not set | 968 | # CONFIG_EFS_FS is not set |
969 | # CONFIG_LOGFS is not set | ||
711 | # CONFIG_CRAMFS is not set | 970 | # CONFIG_CRAMFS is not set |
712 | # CONFIG_SQUASHFS is not set | 971 | # CONFIG_SQUASHFS is not set |
713 | # CONFIG_VXFS_FS is not set | 972 | # CONFIG_VXFS_FS is not set |
@@ -723,7 +982,9 @@ CONFIG_NFS_FS=y | |||
723 | CONFIG_NFS_V3=y | 982 | CONFIG_NFS_V3=y |
724 | CONFIG_NFS_V3_ACL=y | 983 | CONFIG_NFS_V3_ACL=y |
725 | CONFIG_NFS_V4=y | 984 | CONFIG_NFS_V4=y |
985 | # CONFIG_NFS_V4_1 is not set | ||
726 | CONFIG_ROOT_NFS=y | 986 | CONFIG_ROOT_NFS=y |
987 | # CONFIG_NFSD is not set | ||
727 | CONFIG_LOCKD=y | 988 | CONFIG_LOCKD=y |
728 | CONFIG_LOCKD_V4=y | 989 | CONFIG_LOCKD_V4=y |
729 | CONFIG_NFS_ACL_SUPPORT=y | 990 | CONFIG_NFS_ACL_SUPPORT=y |
@@ -731,6 +992,13 @@ CONFIG_NFS_COMMON=y | |||
731 | CONFIG_SUNRPC=y | 992 | CONFIG_SUNRPC=y |
732 | CONFIG_SUNRPC_GSS=y | 993 | CONFIG_SUNRPC_GSS=y |
733 | CONFIG_RPCSEC_GSS_KRB5=y | 994 | CONFIG_RPCSEC_GSS_KRB5=y |
995 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
996 | # CONFIG_SMB_FS is not set | ||
997 | # CONFIG_CEPH_FS is not set | ||
998 | # CONFIG_CIFS is not set | ||
999 | # CONFIG_NCP_FS is not set | ||
1000 | # CONFIG_CODA_FS is not set | ||
1001 | # CONFIG_AFS_FS is not set | ||
734 | 1002 | ||
735 | # | 1003 | # |
736 | # Partition Types | 1004 | # Partition Types |
@@ -793,6 +1061,7 @@ CONFIG_NLS_ISO8859_1=y | |||
793 | # CONFIG_NLS_KOI8_R is not set | 1061 | # CONFIG_NLS_KOI8_R is not set |
794 | # CONFIG_NLS_KOI8_U is not set | 1062 | # CONFIG_NLS_KOI8_U is not set |
795 | # CONFIG_NLS_UTF8 is not set | 1063 | # CONFIG_NLS_UTF8 is not set |
1064 | # CONFIG_DLM is not set | ||
796 | 1065 | ||
797 | # | 1066 | # |
798 | # Kernel hacking | 1067 | # Kernel hacking |
@@ -847,13 +1116,11 @@ CONFIG_FRAME_POINTER=y | |||
847 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 1116 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set |
848 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | 1117 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set |
849 | # CONFIG_FAULT_INJECTION is not set | 1118 | # CONFIG_FAULT_INJECTION is not set |
1119 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
850 | # CONFIG_PAGE_POISONING is not set | 1120 | # CONFIG_PAGE_POISONING is not set |
851 | CONFIG_HAVE_FUNCTION_TRACER=y | 1121 | CONFIG_HAVE_FUNCTION_TRACER=y |
852 | CONFIG_TRACING_SUPPORT=y | 1122 | CONFIG_TRACING_SUPPORT=y |
853 | # CONFIG_FTRACE is not set | 1123 | # CONFIG_FTRACE is not set |
854 | # CONFIG_BRANCH_PROFILE_NONE is not set | ||
855 | # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set | ||
856 | # CONFIG_PROFILE_ALL_BRANCHES is not set | ||
857 | # CONFIG_SAMPLES is not set | 1124 | # CONFIG_SAMPLES is not set |
858 | CONFIG_HAVE_ARCH_KGDB=y | 1125 | CONFIG_HAVE_ARCH_KGDB=y |
859 | # CONFIG_KGDB is not set | 1126 | # CONFIG_KGDB is not set |
@@ -862,6 +1129,7 @@ CONFIG_HAVE_ARCH_KGDB=y | |||
862 | # CONFIG_DEBUG_ERRORS is not set | 1129 | # CONFIG_DEBUG_ERRORS is not set |
863 | # CONFIG_DEBUG_STACK_USAGE is not set | 1130 | # CONFIG_DEBUG_STACK_USAGE is not set |
864 | # CONFIG_DEBUG_LL is not set | 1131 | # CONFIG_DEBUG_LL is not set |
1132 | # CONFIG_OC_ETM is not set | ||
865 | 1133 | ||
866 | # | 1134 | # |
867 | # Security options | 1135 | # Security options |
@@ -869,7 +1137,11 @@ CONFIG_HAVE_ARCH_KGDB=y | |||
869 | # CONFIG_KEYS is not set | 1137 | # CONFIG_KEYS is not set |
870 | # CONFIG_SECURITY is not set | 1138 | # CONFIG_SECURITY is not set |
871 | # CONFIG_SECURITYFS is not set | 1139 | # CONFIG_SECURITYFS is not set |
872 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1140 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set |
1141 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
1142 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
1143 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1144 | CONFIG_DEFAULT_SECURITY="" | ||
873 | CONFIG_CRYPTO=y | 1145 | CONFIG_CRYPTO=y |
874 | 1146 | ||
875 | # | 1147 | # |
@@ -888,6 +1160,7 @@ CONFIG_CRYPTO_MANAGER=y | |||
888 | CONFIG_CRYPTO_MANAGER2=y | 1160 | CONFIG_CRYPTO_MANAGER2=y |
889 | # CONFIG_CRYPTO_GF128MUL is not set | 1161 | # CONFIG_CRYPTO_GF128MUL is not set |
890 | # CONFIG_CRYPTO_NULL is not set | 1162 | # CONFIG_CRYPTO_NULL is not set |
1163 | # CONFIG_CRYPTO_PCRYPT is not set | ||
891 | CONFIG_CRYPTO_WORKQUEUE=y | 1164 | CONFIG_CRYPTO_WORKQUEUE=y |
892 | # CONFIG_CRYPTO_CRYPTD is not set | 1165 | # CONFIG_CRYPTO_CRYPTD is not set |
893 | # CONFIG_CRYPTO_AUTHENC is not set | 1166 | # CONFIG_CRYPTO_AUTHENC is not set |
@@ -986,3 +1259,4 @@ CONFIG_DECOMPRESS_GZIP=y | |||
986 | CONFIG_HAS_IOMEM=y | 1259 | CONFIG_HAS_IOMEM=y |
987 | CONFIG_HAS_IOPORT=y | 1260 | CONFIG_HAS_IOPORT=y |
988 | CONFIG_HAS_DMA=y | 1261 | CONFIG_HAS_DMA=y |
1262 | CONFIG_NLATTR=y | ||