diff options
author | David VomLehn <dvomlehn@cisco.com> | 2010-07-01 16:37:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:02 -0400 |
commit | 0d59050496db973d8689f954baf8a202ddd4d51a (patch) | |
tree | 038dad66c959d562f25dffff43649f8a2f6f2865 | |
parent | 417a5eb02ce8e5fbaf3d97d8dacc813b0a273ec3 (diff) |
MIPS: PowerTV: Simplify command line handling and needed config changes
Additional changes to Youichi Yuasa's command line simplication code
The PowerTV platform uses a non-standard way to get the kernel command
line--we insert a built-in command line into arcs_cmdline and to
get additional command line information from the bootloader via a
pointer in the a1 register. It is necessary to insert a space between
to the two strings or the last argument from arcs_cmdline and the first
argument from the bootloader may be inadvertantly combined.
It is also necessary to set CONFIG_CMDLINE_BOOL to "y" and to set the
default command line to an empty string to get the simplified code to
work properly in the PowerTV environment.
Signed-off-by: David VomLehn <dvomlehn@cisco.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1438/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/configs/powertv_defconfig | 275 | ||||
-rw-r--r-- | arch/mips/powertv/init.c | 4 |
2 files changed, 201 insertions, 78 deletions
diff --git a/arch/mips/configs/powertv_defconfig b/arch/mips/configs/powertv_defconfig index 7291633d81cc..af0ab73bfce8 100644 --- a/arch/mips/configs/powertv_defconfig +++ b/arch/mips/configs/powertv_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.31-rc5 | 3 | # Linux kernel version: 2.6.35-rc3 |
4 | # Fri Aug 28 14:49:33 2009 | 4 | # Thu Jul 1 11:03:28 2010 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
@@ -11,11 +11,12 @@ CONFIG_MIPS=y | |||
11 | # CONFIG_MACH_ALCHEMY is not set | 11 | # CONFIG_MACH_ALCHEMY is not set |
12 | # CONFIG_AR7 is not set | 12 | # CONFIG_AR7 is not set |
13 | # CONFIG_BCM47XX is not set | 13 | # CONFIG_BCM47XX is not set |
14 | # CONFIG_BCM63XX is not set | ||
14 | # CONFIG_MIPS_COBALT is not set | 15 | # CONFIG_MIPS_COBALT is not set |
15 | # CONFIG_MACH_DECSTATION is not set | 16 | # CONFIG_MACH_DECSTATION is not set |
16 | # CONFIG_MACH_JAZZ is not set | 17 | # CONFIG_MACH_JAZZ is not set |
17 | # CONFIG_LASAT is not set | 18 | # CONFIG_LASAT is not set |
18 | # CONFIG_LEMOTE_FULONG is not set | 19 | # CONFIG_MACH_LOONGSON is not set |
19 | # CONFIG_MIPS_MALTA is not set | 20 | # CONFIG_MIPS_MALTA is not set |
20 | # CONFIG_MIPS_SIM is not set | 21 | # CONFIG_MIPS_SIM is not set |
21 | # CONFIG_NEC_MARKEINS is not set | 22 | # CONFIG_NEC_MARKEINS is not set |
@@ -50,7 +51,6 @@ CONFIG_POWERTV=y | |||
50 | # CONFIG_MIN_RUNTIME_RESOURCES is not set | 51 | # CONFIG_MIN_RUNTIME_RESOURCES is not set |
51 | # CONFIG_BOOTLOADER_DRIVER is not set | 52 | # CONFIG_BOOTLOADER_DRIVER is not set |
52 | CONFIG_BOOTLOADER_FAMILY="R2" | 53 | CONFIG_BOOTLOADER_FAMILY="R2" |
53 | CONFIG_CSRC_POWERTV=y | ||
54 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 54 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
55 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 55 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
56 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 56 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
@@ -65,9 +65,9 @@ CONFIG_SCHED_OMIT_FRAME_POINTER=y | |||
65 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 65 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
66 | CONFIG_CEVT_R4K_LIB=y | 66 | CONFIG_CEVT_R4K_LIB=y |
67 | CONFIG_CEVT_R4K=y | 67 | CONFIG_CEVT_R4K=y |
68 | CONFIG_CSRC_POWERTV=y | ||
68 | CONFIG_DMA_NONCOHERENT=y | 69 | CONFIG_DMA_NONCOHERENT=y |
69 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 70 | CONFIG_NEED_DMA_MAP_STATE=y |
70 | # CONFIG_EARLY_PRINTK is not set | ||
71 | CONFIG_SYS_HAS_EARLY_PRINTK=y | 71 | CONFIG_SYS_HAS_EARLY_PRINTK=y |
72 | # CONFIG_NO_IOPORT is not set | 72 | # CONFIG_NO_IOPORT is not set |
73 | CONFIG_CPU_BIG_ENDIAN=y | 73 | CONFIG_CPU_BIG_ENDIAN=y |
@@ -79,7 +79,8 @@ CONFIG_MIPS_L1_CACHE_SHIFT=5 | |||
79 | # | 79 | # |
80 | # CPU selection | 80 | # CPU selection |
81 | # | 81 | # |
82 | # CONFIG_CPU_LOONGSON2 is not set | 82 | # CONFIG_CPU_LOONGSON2E is not set |
83 | # CONFIG_CPU_LOONGSON2F is not set | ||
83 | # CONFIG_CPU_MIPS32_R1 is not set | 84 | # CONFIG_CPU_MIPS32_R1 is not set |
84 | CONFIG_CPU_MIPS32_R2=y | 85 | CONFIG_CPU_MIPS32_R2=y |
85 | # CONFIG_CPU_MIPS64_R1 is not set | 86 | # CONFIG_CPU_MIPS64_R1 is not set |
@@ -122,7 +123,7 @@ CONFIG_CPU_HAS_PREFETCH=y | |||
122 | CONFIG_MIPS_MT_DISABLED=y | 123 | CONFIG_MIPS_MT_DISABLED=y |
123 | # CONFIG_MIPS_MT_SMP is not set | 124 | # CONFIG_MIPS_MT_SMP is not set |
124 | # CONFIG_MIPS_MT_SMTC is not set | 125 | # CONFIG_MIPS_MT_SMTC is not set |
125 | CONFIG_CPU_HAS_LLSC=y | 126 | # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set |
126 | CONFIG_CPU_MIPSR2_IRQ_VI=y | 127 | CONFIG_CPU_MIPSR2_IRQ_VI=y |
127 | CONFIG_CPU_MIPSR2_IRQ_EI=y | 128 | CONFIG_CPU_MIPSR2_IRQ_EI=y |
128 | CONFIG_CPU_HAS_SYNC=y | 129 | CONFIG_CPU_HAS_SYNC=y |
@@ -144,8 +145,7 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
144 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 145 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
145 | CONFIG_ZONE_DMA_FLAG=0 | 146 | CONFIG_ZONE_DMA_FLAG=0 |
146 | CONFIG_VIRT_TO_BUS=y | 147 | CONFIG_VIRT_TO_BUS=y |
147 | CONFIG_HAVE_MLOCK=y | 148 | # CONFIG_KSM is not set |
148 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
149 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 149 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
150 | CONFIG_TICK_ONESHOT=y | 150 | CONFIG_TICK_ONESHOT=y |
151 | CONFIG_NO_HZ=y | 151 | CONFIG_NO_HZ=y |
@@ -177,6 +177,7 @@ CONFIG_EXPERIMENTAL=y | |||
177 | CONFIG_BROKEN_ON_SMP=y | 177 | CONFIG_BROKEN_ON_SMP=y |
178 | CONFIG_LOCK_KERNEL=y | 178 | CONFIG_LOCK_KERNEL=y |
179 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 179 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
180 | CONFIG_CROSS_COMPILE="mips-linux-" | ||
180 | CONFIG_LOCALVERSION="" | 181 | CONFIG_LOCALVERSION="" |
181 | CONFIG_LOCALVERSION_AUTO=y | 182 | CONFIG_LOCALVERSION_AUTO=y |
182 | # CONFIG_SWAP is not set | 183 | # CONFIG_SWAP is not set |
@@ -190,19 +191,15 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
190 | # | 191 | # |
191 | # RCU Subsystem | 192 | # RCU Subsystem |
192 | # | 193 | # |
193 | CONFIG_CLASSIC_RCU=y | 194 | CONFIG_TREE_RCU=y |
194 | # CONFIG_TREE_RCU is not set | 195 | # CONFIG_TREE_PREEMPT_RCU is not set |
195 | # CONFIG_PREEMPT_RCU is not set | 196 | # CONFIG_TINY_RCU is not set |
197 | # CONFIG_RCU_TRACE is not set | ||
198 | CONFIG_RCU_FANOUT=32 | ||
199 | # CONFIG_RCU_FANOUT_EXACT is not set | ||
196 | # CONFIG_TREE_RCU_TRACE is not set | 200 | # CONFIG_TREE_RCU_TRACE is not set |
197 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
198 | # CONFIG_IKCONFIG is not set | 201 | # CONFIG_IKCONFIG is not set |
199 | CONFIG_LOG_BUF_SHIFT=16 | 202 | CONFIG_LOG_BUF_SHIFT=16 |
200 | CONFIG_GROUP_SCHED=y | ||
201 | CONFIG_FAIR_GROUP_SCHED=y | ||
202 | # CONFIG_RT_GROUP_SCHED is not set | ||
203 | CONFIG_USER_SCHED=y | ||
204 | # CONFIG_CGROUP_SCHED is not set | ||
205 | # CONFIG_CGROUPS is not set | ||
206 | # CONFIG_SYSFS_DEPRECATED_V2 is not set | 203 | # CONFIG_SYSFS_DEPRECATED_V2 is not set |
207 | CONFIG_RELAY=y | 204 | CONFIG_RELAY=y |
208 | # CONFIG_NAMESPACES is not set | 205 | # CONFIG_NAMESPACES is not set |
@@ -211,6 +208,7 @@ CONFIG_INITRAMFS_SOURCE="" | |||
211 | # CONFIG_RD_GZIP is not set | 208 | # CONFIG_RD_GZIP is not set |
212 | # CONFIG_RD_BZIP2 is not set | 209 | # CONFIG_RD_BZIP2 is not set |
213 | # CONFIG_RD_LZMA is not set | 210 | # CONFIG_RD_LZMA is not set |
211 | # CONFIG_RD_LZO is not set | ||
214 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 212 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
215 | CONFIG_SYSCTL=y | 213 | CONFIG_SYSCTL=y |
216 | CONFIG_ANON_INODES=y | 214 | CONFIG_ANON_INODES=y |
@@ -234,18 +232,16 @@ CONFIG_SHMEM=y | |||
234 | CONFIG_AIO=y | 232 | CONFIG_AIO=y |
235 | 233 | ||
236 | # | 234 | # |
237 | # Performance Counters | 235 | # Kernel Performance Events And Counters |
238 | # | 236 | # |
239 | # CONFIG_VM_EVENT_COUNTERS is not set | 237 | # CONFIG_VM_EVENT_COUNTERS is not set |
240 | CONFIG_PCI_QUIRKS=y | 238 | CONFIG_PCI_QUIRKS=y |
241 | # CONFIG_SLUB_DEBUG is not set | 239 | # CONFIG_SLUB_DEBUG is not set |
242 | # CONFIG_STRIP_ASM_SYMS is not set | ||
243 | CONFIG_COMPAT_BRK=y | 240 | CONFIG_COMPAT_BRK=y |
244 | # CONFIG_SLAB is not set | 241 | # CONFIG_SLAB is not set |
245 | CONFIG_SLUB=y | 242 | CONFIG_SLUB=y |
246 | # CONFIG_SLOB is not set | 243 | # CONFIG_SLOB is not set |
247 | # CONFIG_PROFILING is not set | 244 | # CONFIG_PROFILING is not set |
248 | # CONFIG_MARKERS is not set | ||
249 | CONFIG_HAVE_OPROFILE=y | 245 | CONFIG_HAVE_OPROFILE=y |
250 | 246 | ||
251 | # | 247 | # |
@@ -253,7 +249,7 @@ CONFIG_HAVE_OPROFILE=y | |||
253 | # | 249 | # |
254 | # CONFIG_GCOV_KERNEL is not set | 250 | # CONFIG_GCOV_KERNEL is not set |
255 | # CONFIG_SLOW_WORK is not set | 251 | # CONFIG_SLOW_WORK is not set |
256 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 252 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y |
257 | CONFIG_RT_MUTEXES=y | 253 | CONFIG_RT_MUTEXES=y |
258 | CONFIG_BASE_SMALL=0 | 254 | CONFIG_BASE_SMALL=0 |
259 | CONFIG_MODULES=y | 255 | CONFIG_MODULES=y |
@@ -271,15 +267,41 @@ CONFIG_LBDAF=y | |||
271 | # IO Schedulers | 267 | # IO Schedulers |
272 | # | 268 | # |
273 | CONFIG_IOSCHED_NOOP=y | 269 | CONFIG_IOSCHED_NOOP=y |
274 | # CONFIG_IOSCHED_AS is not set | ||
275 | # CONFIG_IOSCHED_DEADLINE is not set | 270 | # CONFIG_IOSCHED_DEADLINE is not set |
276 | # CONFIG_IOSCHED_CFQ is not set | 271 | # CONFIG_IOSCHED_CFQ is not set |
277 | # CONFIG_DEFAULT_AS is not set | ||
278 | # CONFIG_DEFAULT_DEADLINE is not set | 272 | # CONFIG_DEFAULT_DEADLINE is not set |
279 | # CONFIG_DEFAULT_CFQ is not set | 273 | # CONFIG_DEFAULT_CFQ is not set |
280 | CONFIG_DEFAULT_NOOP=y | 274 | CONFIG_DEFAULT_NOOP=y |
281 | CONFIG_DEFAULT_IOSCHED="noop" | 275 | CONFIG_DEFAULT_IOSCHED="noop" |
282 | # CONFIG_PROBE_INITRD_HEADER is not set | 276 | # CONFIG_INLINE_SPIN_TRYLOCK is not set |
277 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
278 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
279 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
280 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
281 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
282 | # CONFIG_INLINE_SPIN_UNLOCK is not set | ||
283 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
284 | # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set | ||
285 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
286 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
287 | # CONFIG_INLINE_READ_LOCK is not set | ||
288 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
289 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
290 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
291 | # CONFIG_INLINE_READ_UNLOCK is not set | ||
292 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
293 | # CONFIG_INLINE_READ_UNLOCK_IRQ is not set | ||
294 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
295 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
296 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
297 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
298 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
299 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
300 | # CONFIG_INLINE_WRITE_UNLOCK is not set | ||
301 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
302 | # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set | ||
303 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
304 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
283 | # CONFIG_FREEZER is not set | 305 | # CONFIG_FREEZER is not set |
284 | 306 | ||
285 | # | 307 | # |
@@ -289,7 +311,6 @@ CONFIG_HW_HAS_PCI=y | |||
289 | CONFIG_PCI=y | 311 | CONFIG_PCI=y |
290 | CONFIG_PCI_DOMAINS=y | 312 | CONFIG_PCI_DOMAINS=y |
291 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 313 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
292 | # CONFIG_PCI_LEGACY is not set | ||
293 | # CONFIG_PCI_DEBUG is not set | 314 | # CONFIG_PCI_DEBUG is not set |
294 | # CONFIG_PCI_STUB is not set | 315 | # CONFIG_PCI_STUB is not set |
295 | # CONFIG_PCI_IOV is not set | 316 | # CONFIG_PCI_IOV is not set |
@@ -318,7 +339,6 @@ CONFIG_NET=y | |||
318 | # Networking options | 339 | # Networking options |
319 | # | 340 | # |
320 | CONFIG_PACKET=y | 341 | CONFIG_PACKET=y |
321 | CONFIG_PACKET_MMAP=y | ||
322 | CONFIG_UNIX=y | 342 | CONFIG_UNIX=y |
323 | CONFIG_XFRM=y | 343 | CONFIG_XFRM=y |
324 | # CONFIG_XFRM_USER is not set | 344 | # CONFIG_XFRM_USER is not set |
@@ -390,12 +410,26 @@ CONFIG_NETFILTER_ADVANCED=y | |||
390 | # CONFIG_NETFILTER_NETLINK_LOG is not set | 410 | # CONFIG_NETFILTER_NETLINK_LOG is not set |
391 | # CONFIG_NF_CONNTRACK is not set | 411 | # CONFIG_NF_CONNTRACK is not set |
392 | CONFIG_NETFILTER_XTABLES=y | 412 | CONFIG_NETFILTER_XTABLES=y |
413 | |||
414 | # | ||
415 | # Xtables combined modules | ||
416 | # | ||
417 | # CONFIG_NETFILTER_XT_MARK is not set | ||
418 | |||
419 | # | ||
420 | # Xtables targets | ||
421 | # | ||
393 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set | 422 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set |
394 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set | 423 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set |
395 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set | 424 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set |
396 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set | 425 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set |
397 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set | 426 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set |
427 | # CONFIG_NETFILTER_XT_TARGET_TEE is not set | ||
398 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set | 428 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set |
429 | |||
430 | # | ||
431 | # Xtables matches | ||
432 | # | ||
399 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set | 433 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set |
400 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | 434 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set |
401 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set | 435 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set |
@@ -465,10 +499,13 @@ CONFIG_IP6_NF_FILTER=y | |||
465 | # CONFIG_IP6_NF_RAW is not set | 499 | # CONFIG_IP6_NF_RAW is not set |
466 | # CONFIG_IP_DCCP is not set | 500 | # CONFIG_IP_DCCP is not set |
467 | # CONFIG_IP_SCTP is not set | 501 | # CONFIG_IP_SCTP is not set |
502 | # CONFIG_RDS is not set | ||
468 | # CONFIG_TIPC is not set | 503 | # CONFIG_TIPC is not set |
469 | # CONFIG_ATM is not set | 504 | # CONFIG_ATM is not set |
505 | # CONFIG_L2TP is not set | ||
470 | CONFIG_STP=y | 506 | CONFIG_STP=y |
471 | CONFIG_BRIDGE=y | 507 | CONFIG_BRIDGE=y |
508 | CONFIG_BRIDGE_IGMP_SNOOPING=y | ||
472 | # CONFIG_NET_DSA is not set | 509 | # CONFIG_NET_DSA is not set |
473 | # CONFIG_VLAN_8021Q is not set | 510 | # CONFIG_VLAN_8021Q is not set |
474 | # CONFIG_DECNET is not set | 511 | # CONFIG_DECNET is not set |
@@ -526,10 +563,21 @@ CONFIG_NET_SCH_FIFO=y | |||
526 | # CONFIG_IRDA is not set | 563 | # CONFIG_IRDA is not set |
527 | # CONFIG_BT is not set | 564 | # CONFIG_BT is not set |
528 | # CONFIG_AF_RXRPC is not set | 565 | # CONFIG_AF_RXRPC is not set |
529 | # CONFIG_WIRELESS is not set | 566 | CONFIG_WIRELESS=y |
567 | # CONFIG_CFG80211 is not set | ||
568 | # CONFIG_LIB80211 is not set | ||
569 | |||
570 | # | ||
571 | # CFG80211 needs to be enabled for MAC80211 | ||
572 | # | ||
573 | |||
574 | # | ||
575 | # Some wireless drivers require a rate control algorithm | ||
576 | # | ||
530 | # CONFIG_WIMAX is not set | 577 | # CONFIG_WIMAX is not set |
531 | # CONFIG_RFKILL is not set | 578 | # CONFIG_RFKILL is not set |
532 | # CONFIG_NET_9P is not set | 579 | # CONFIG_NET_9P is not set |
580 | # CONFIG_CAIF is not set | ||
533 | 581 | ||
534 | # | 582 | # |
535 | # Device Drivers | 583 | # Device Drivers |
@@ -539,6 +587,7 @@ CONFIG_NET_SCH_FIFO=y | |||
539 | # Generic Driver Options | 587 | # Generic Driver Options |
540 | # | 588 | # |
541 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 589 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
590 | # CONFIG_DEVTMPFS is not set | ||
542 | CONFIG_STANDALONE=y | 591 | CONFIG_STANDALONE=y |
543 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 592 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
544 | CONFIG_FW_LOADER=y | 593 | CONFIG_FW_LOADER=y |
@@ -550,9 +599,9 @@ CONFIG_EXTRA_FIRMWARE="" | |||
550 | # CONFIG_CONNECTOR is not set | 599 | # CONFIG_CONNECTOR is not set |
551 | CONFIG_MTD=y | 600 | CONFIG_MTD=y |
552 | # CONFIG_MTD_DEBUG is not set | 601 | # CONFIG_MTD_DEBUG is not set |
602 | # CONFIG_MTD_TESTS is not set | ||
553 | # CONFIG_MTD_CONCAT is not set | 603 | # CONFIG_MTD_CONCAT is not set |
554 | CONFIG_MTD_PARTITIONS=y | 604 | CONFIG_MTD_PARTITIONS=y |
555 | # CONFIG_MTD_TESTS is not set | ||
556 | # CONFIG_MTD_REDBOOT_PARTS is not set | 605 | # CONFIG_MTD_REDBOOT_PARTS is not set |
557 | CONFIG_MTD_CMDLINE_PARTS=y | 606 | CONFIG_MTD_CMDLINE_PARTS=y |
558 | # CONFIG_MTD_AR7_PARTS is not set | 607 | # CONFIG_MTD_AR7_PARTS is not set |
@@ -568,6 +617,7 @@ CONFIG_MTD_BLOCK=y | |||
568 | # CONFIG_INFTL is not set | 617 | # CONFIG_INFTL is not set |
569 | # CONFIG_RFD_FTL is not set | 618 | # CONFIG_RFD_FTL is not set |
570 | # CONFIG_SSFDC is not set | 619 | # CONFIG_SSFDC is not set |
620 | # CONFIG_SM_FTL is not set | ||
571 | # CONFIG_MTD_OOPS is not set | 621 | # CONFIG_MTD_OOPS is not set |
572 | 622 | ||
573 | # | 623 | # |
@@ -611,11 +661,16 @@ CONFIG_MTD_CFI_I2=y | |||
611 | # CONFIG_MTD_DOC2000 is not set | 661 | # CONFIG_MTD_DOC2000 is not set |
612 | # CONFIG_MTD_DOC2001 is not set | 662 | # CONFIG_MTD_DOC2001 is not set |
613 | # CONFIG_MTD_DOC2001PLUS is not set | 663 | # CONFIG_MTD_DOC2001PLUS is not set |
664 | CONFIG_MTD_NAND_ECC=y | ||
665 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
614 | CONFIG_MTD_NAND=y | 666 | CONFIG_MTD_NAND=y |
615 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | 667 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set |
616 | # CONFIG_MTD_NAND_ECC_SMC is not set | 668 | # CONFIG_MTD_SM_COMMON is not set |
617 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | 669 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set |
670 | # CONFIG_MTD_NAND_DENALI is not set | ||
671 | CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018 | ||
618 | CONFIG_MTD_NAND_IDS=y | 672 | CONFIG_MTD_NAND_IDS=y |
673 | # CONFIG_MTD_NAND_RICOH is not set | ||
619 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 674 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
620 | # CONFIG_MTD_NAND_CAFE is not set | 675 | # CONFIG_MTD_NAND_CAFE is not set |
621 | # CONFIG_MTD_NAND_NANDSIM is not set | 676 | # CONFIG_MTD_NAND_NANDSIM is not set |
@@ -641,6 +696,10 @@ CONFIG_BLK_DEV=y | |||
641 | # CONFIG_BLK_DEV_COW_COMMON is not set | 696 | # CONFIG_BLK_DEV_COW_COMMON is not set |
642 | CONFIG_BLK_DEV_LOOP=y | 697 | CONFIG_BLK_DEV_LOOP=y |
643 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | 698 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
699 | |||
700 | # | ||
701 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
702 | # | ||
644 | # CONFIG_BLK_DEV_NBD is not set | 703 | # CONFIG_BLK_DEV_NBD is not set |
645 | # CONFIG_BLK_DEV_SX8 is not set | 704 | # CONFIG_BLK_DEV_SX8 is not set |
646 | # CONFIG_BLK_DEV_UB is not set | 705 | # CONFIG_BLK_DEV_UB is not set |
@@ -658,6 +717,7 @@ CONFIG_HAVE_IDE=y | |||
658 | # | 717 | # |
659 | # SCSI device support | 718 | # SCSI device support |
660 | # | 719 | # |
720 | CONFIG_SCSI_MOD=y | ||
661 | # CONFIG_RAID_ATTRS is not set | 721 | # CONFIG_RAID_ATTRS is not set |
662 | CONFIG_SCSI=y | 722 | CONFIG_SCSI=y |
663 | CONFIG_SCSI_DMA=y | 723 | CONFIG_SCSI_DMA=y |
@@ -693,64 +753,95 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
693 | # CONFIG_SCSI_OSD_INITIATOR is not set | 753 | # CONFIG_SCSI_OSD_INITIATOR is not set |
694 | CONFIG_ATA=y | 754 | CONFIG_ATA=y |
695 | # CONFIG_ATA_NONSTANDARD is not set | 755 | # CONFIG_ATA_NONSTANDARD is not set |
756 | CONFIG_ATA_VERBOSE_ERROR=y | ||
696 | CONFIG_SATA_PMP=y | 757 | CONFIG_SATA_PMP=y |
758 | |||
759 | # | ||
760 | # Controllers with non-SFF native interface | ||
761 | # | ||
697 | # CONFIG_SATA_AHCI is not set | 762 | # CONFIG_SATA_AHCI is not set |
763 | # CONFIG_SATA_AHCI_PLATFORM is not set | ||
764 | # CONFIG_SATA_INIC162X is not set | ||
698 | # CONFIG_SATA_SIL24 is not set | 765 | # CONFIG_SATA_SIL24 is not set |
699 | CONFIG_ATA_SFF=y | 766 | CONFIG_ATA_SFF=y |
700 | # CONFIG_SATA_SVW is not set | 767 | |
768 | # | ||
769 | # SFF controllers with custom DMA interface | ||
770 | # | ||
771 | # CONFIG_PDC_ADMA is not set | ||
772 | # CONFIG_SATA_QSTOR is not set | ||
773 | # CONFIG_SATA_SX4 is not set | ||
774 | CONFIG_ATA_BMDMA=y | ||
775 | |||
776 | # | ||
777 | # SATA SFF controllers with BMDMA | ||
778 | # | ||
701 | # CONFIG_ATA_PIIX is not set | 779 | # CONFIG_ATA_PIIX is not set |
702 | # CONFIG_SATA_MV is not set | 780 | # CONFIG_SATA_MV is not set |
703 | # CONFIG_SATA_NV is not set | 781 | # CONFIG_SATA_NV is not set |
704 | # CONFIG_PDC_ADMA is not set | ||
705 | # CONFIG_SATA_QSTOR is not set | ||
706 | # CONFIG_SATA_PROMISE is not set | 782 | # CONFIG_SATA_PROMISE is not set |
707 | # CONFIG_SATA_SX4 is not set | ||
708 | # CONFIG_SATA_SIL is not set | 783 | # CONFIG_SATA_SIL is not set |
709 | # CONFIG_SATA_SIS is not set | 784 | # CONFIG_SATA_SIS is not set |
785 | # CONFIG_SATA_SVW is not set | ||
710 | # CONFIG_SATA_ULI is not set | 786 | # CONFIG_SATA_ULI is not set |
711 | # CONFIG_SATA_VIA is not set | 787 | # CONFIG_SATA_VIA is not set |
712 | # CONFIG_SATA_VITESSE is not set | 788 | # CONFIG_SATA_VITESSE is not set |
713 | # CONFIG_SATA_INIC162X is not set | 789 | |
790 | # | ||
791 | # PATA SFF controllers with BMDMA | ||
792 | # | ||
714 | # CONFIG_PATA_ALI is not set | 793 | # CONFIG_PATA_ALI is not set |
715 | # CONFIG_PATA_AMD is not set | 794 | # CONFIG_PATA_AMD is not set |
716 | # CONFIG_PATA_ARTOP is not set | 795 | # CONFIG_PATA_ARTOP is not set |
717 | # CONFIG_PATA_ATIIXP is not set | 796 | # CONFIG_PATA_ATIIXP is not set |
718 | # CONFIG_PATA_CMD640_PCI is not set | 797 | # CONFIG_PATA_ATP867X is not set |
719 | # CONFIG_PATA_CMD64X is not set | 798 | # CONFIG_PATA_CMD64X is not set |
720 | # CONFIG_PATA_CS5520 is not set | 799 | # CONFIG_PATA_CS5520 is not set |
721 | # CONFIG_PATA_CS5530 is not set | 800 | # CONFIG_PATA_CS5530 is not set |
722 | # CONFIG_PATA_CYPRESS is not set | 801 | # CONFIG_PATA_CYPRESS is not set |
723 | # CONFIG_PATA_EFAR is not set | 802 | # CONFIG_PATA_EFAR is not set |
724 | # CONFIG_ATA_GENERIC is not set | ||
725 | # CONFIG_PATA_HPT366 is not set | 803 | # CONFIG_PATA_HPT366 is not set |
726 | # CONFIG_PATA_HPT37X is not set | 804 | # CONFIG_PATA_HPT37X is not set |
727 | # CONFIG_PATA_HPT3X2N is not set | 805 | # CONFIG_PATA_HPT3X2N is not set |
728 | # CONFIG_PATA_HPT3X3 is not set | 806 | # CONFIG_PATA_HPT3X3 is not set |
729 | # CONFIG_PATA_IT821X is not set | ||
730 | # CONFIG_PATA_IT8213 is not set | 807 | # CONFIG_PATA_IT8213 is not set |
808 | # CONFIG_PATA_IT821X is not set | ||
731 | # CONFIG_PATA_JMICRON is not set | 809 | # CONFIG_PATA_JMICRON is not set |
732 | # CONFIG_PATA_TRIFLEX is not set | ||
733 | # CONFIG_PATA_MARVELL is not set | 810 | # CONFIG_PATA_MARVELL is not set |
734 | # CONFIG_PATA_MPIIX is not set | ||
735 | # CONFIG_PATA_OLDPIIX is not set | ||
736 | # CONFIG_PATA_NETCELL is not set | 811 | # CONFIG_PATA_NETCELL is not set |
737 | # CONFIG_PATA_NINJA32 is not set | 812 | # CONFIG_PATA_NINJA32 is not set |
738 | # CONFIG_PATA_NS87410 is not set | ||
739 | # CONFIG_PATA_NS87415 is not set | 813 | # CONFIG_PATA_NS87415 is not set |
740 | # CONFIG_PATA_OPTI is not set | 814 | # CONFIG_PATA_OLDPIIX is not set |
741 | # CONFIG_PATA_OPTIDMA is not set | 815 | # CONFIG_PATA_OPTIDMA is not set |
816 | # CONFIG_PATA_PDC2027X is not set | ||
742 | # CONFIG_PATA_PDC_OLD is not set | 817 | # CONFIG_PATA_PDC_OLD is not set |
743 | # CONFIG_PATA_RADISYS is not set | 818 | # CONFIG_PATA_RADISYS is not set |
744 | # CONFIG_PATA_RZ1000 is not set | 819 | # CONFIG_PATA_RDC is not set |
745 | # CONFIG_PATA_SC1200 is not set | 820 | # CONFIG_PATA_SC1200 is not set |
821 | # CONFIG_PATA_SCH is not set | ||
746 | # CONFIG_PATA_SERVERWORKS is not set | 822 | # CONFIG_PATA_SERVERWORKS is not set |
747 | # CONFIG_PATA_PDC2027X is not set | ||
748 | # CONFIG_PATA_SIL680 is not set | 823 | # CONFIG_PATA_SIL680 is not set |
749 | # CONFIG_PATA_SIS is not set | 824 | # CONFIG_PATA_SIS is not set |
825 | # CONFIG_PATA_TOSHIBA is not set | ||
826 | # CONFIG_PATA_TRIFLEX is not set | ||
750 | # CONFIG_PATA_VIA is not set | 827 | # CONFIG_PATA_VIA is not set |
751 | # CONFIG_PATA_WINBOND is not set | 828 | # CONFIG_PATA_WINBOND is not set |
829 | |||
830 | # | ||
831 | # PIO-only SFF controllers | ||
832 | # | ||
833 | # CONFIG_PATA_CMD640_PCI is not set | ||
834 | # CONFIG_PATA_MPIIX is not set | ||
835 | # CONFIG_PATA_NS87410 is not set | ||
836 | # CONFIG_PATA_OPTI is not set | ||
752 | # CONFIG_PATA_PLATFORM is not set | 837 | # CONFIG_PATA_PLATFORM is not set |
753 | # CONFIG_PATA_SCH is not set | 838 | # CONFIG_PATA_RZ1000 is not set |
839 | |||
840 | # | ||
841 | # Generic fallback / legacy drivers | ||
842 | # | ||
843 | # CONFIG_ATA_GENERIC is not set | ||
844 | # CONFIG_PATA_LEGACY is not set | ||
754 | # CONFIG_MD is not set | 845 | # CONFIG_MD is not set |
755 | # CONFIG_FUSION is not set | 846 | # CONFIG_FUSION is not set |
756 | 847 | ||
@@ -763,7 +854,7 @@ CONFIG_ATA_SFF=y | |||
763 | # | 854 | # |
764 | 855 | ||
765 | # | 856 | # |
766 | # See the help texts for more information. | 857 | # The newer stack is recommended. |
767 | # | 858 | # |
768 | # CONFIG_FIREWIRE is not set | 859 | # CONFIG_FIREWIRE is not set |
769 | # CONFIG_IEEE1394 is not set | 860 | # CONFIG_IEEE1394 is not set |
@@ -787,6 +878,7 @@ CONFIG_MII=y | |||
787 | # CONFIG_SMC91X is not set | 878 | # CONFIG_SMC91X is not set |
788 | # CONFIG_DM9000 is not set | 879 | # CONFIG_DM9000 is not set |
789 | # CONFIG_ETHOC is not set | 880 | # CONFIG_ETHOC is not set |
881 | # CONFIG_SMSC911X is not set | ||
790 | # CONFIG_DNET is not set | 882 | # CONFIG_DNET is not set |
791 | # CONFIG_NET_TULIP is not set | 883 | # CONFIG_NET_TULIP is not set |
792 | # CONFIG_HP100 is not set | 884 | # CONFIG_HP100 is not set |
@@ -800,6 +892,7 @@ CONFIG_MII=y | |||
800 | # CONFIG_NET_PCI is not set | 892 | # CONFIG_NET_PCI is not set |
801 | # CONFIG_B44 is not set | 893 | # CONFIG_B44 is not set |
802 | # CONFIG_KS8842 is not set | 894 | # CONFIG_KS8842 is not set |
895 | # CONFIG_KS8851_MLL is not set | ||
803 | # CONFIG_ATL2 is not set | 896 | # CONFIG_ATL2 is not set |
804 | CONFIG_NETDEV_1000=y | 897 | CONFIG_NETDEV_1000=y |
805 | # CONFIG_ACENIC is not set | 898 | # CONFIG_ACENIC is not set |
@@ -829,6 +922,8 @@ CONFIG_NETDEV_10000=y | |||
829 | # CONFIG_CHELSIO_T1 is not set | 922 | # CONFIG_CHELSIO_T1 is not set |
830 | CONFIG_CHELSIO_T3_DEPENDS=y | 923 | CONFIG_CHELSIO_T3_DEPENDS=y |
831 | # CONFIG_CHELSIO_T3 is not set | 924 | # CONFIG_CHELSIO_T3 is not set |
925 | CONFIG_CHELSIO_T4_DEPENDS=y | ||
926 | # CONFIG_CHELSIO_T4 is not set | ||
832 | # CONFIG_ENIC is not set | 927 | # CONFIG_ENIC is not set |
833 | # CONFIG_IXGBE is not set | 928 | # CONFIG_IXGBE is not set |
834 | # CONFIG_IXGB is not set | 929 | # CONFIG_IXGB is not set |
@@ -841,16 +936,12 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
841 | # CONFIG_MLX4_CORE is not set | 936 | # CONFIG_MLX4_CORE is not set |
842 | # CONFIG_TEHUTI is not set | 937 | # CONFIG_TEHUTI is not set |
843 | # CONFIG_BNX2X is not set | 938 | # CONFIG_BNX2X is not set |
939 | # CONFIG_QLCNIC is not set | ||
844 | # CONFIG_QLGE is not set | 940 | # CONFIG_QLGE is not set |
845 | # CONFIG_SFC is not set | 941 | # CONFIG_SFC is not set |
846 | # CONFIG_BE2NET is not set | 942 | # CONFIG_BE2NET is not set |
847 | # CONFIG_TR is not set | 943 | # CONFIG_TR is not set |
848 | 944 | # CONFIG_WLAN is not set | |
849 | # | ||
850 | # Wireless LAN | ||
851 | # | ||
852 | # CONFIG_WLAN_PRE80211 is not set | ||
853 | # CONFIG_WLAN_80211 is not set | ||
854 | 945 | ||
855 | # | 946 | # |
856 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 947 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -864,6 +955,7 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
864 | # CONFIG_USB_PEGASUS is not set | 955 | # CONFIG_USB_PEGASUS is not set |
865 | CONFIG_USB_RTL8150=y | 956 | CONFIG_USB_RTL8150=y |
866 | # CONFIG_USB_USBNET is not set | 957 | # CONFIG_USB_USBNET is not set |
958 | # CONFIG_USB_IPHETH is not set | ||
867 | # CONFIG_WAN is not set | 959 | # CONFIG_WAN is not set |
868 | # CONFIG_FDDI is not set | 960 | # CONFIG_FDDI is not set |
869 | # CONFIG_HIPPI is not set | 961 | # CONFIG_HIPPI is not set |
@@ -873,6 +965,7 @@ CONFIG_USB_RTL8150=y | |||
873 | # CONFIG_NETCONSOLE is not set | 965 | # CONFIG_NETCONSOLE is not set |
874 | # CONFIG_NETPOLL is not set | 966 | # CONFIG_NETPOLL is not set |
875 | # CONFIG_NET_POLL_CONTROLLER is not set | 967 | # CONFIG_NET_POLL_CONTROLLER is not set |
968 | # CONFIG_VMXNET3 is not set | ||
876 | # CONFIG_ISDN is not set | 969 | # CONFIG_ISDN is not set |
877 | # CONFIG_PHONE is not set | 970 | # CONFIG_PHONE is not set |
878 | 971 | ||
@@ -882,6 +975,7 @@ CONFIG_USB_RTL8150=y | |||
882 | CONFIG_INPUT=y | 975 | CONFIG_INPUT=y |
883 | # CONFIG_INPUT_FF_MEMLESS is not set | 976 | # CONFIG_INPUT_FF_MEMLESS is not set |
884 | # CONFIG_INPUT_POLLDEV is not set | 977 | # CONFIG_INPUT_POLLDEV is not set |
978 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
885 | 979 | ||
886 | # | 980 | # |
887 | # Userland interfaces | 981 | # Userland interfaces |
@@ -913,6 +1007,7 @@ CONFIG_INPUT_EVDEV=y | |||
913 | # CONFIG_VT is not set | 1007 | # CONFIG_VT is not set |
914 | # CONFIG_DEVKMEM is not set | 1008 | # CONFIG_DEVKMEM is not set |
915 | # CONFIG_SERIAL_NONSTANDARD is not set | 1009 | # CONFIG_SERIAL_NONSTANDARD is not set |
1010 | # CONFIG_N_GSM is not set | ||
916 | # CONFIG_NOZOMI is not set | 1011 | # CONFIG_NOZOMI is not set |
917 | 1012 | ||
918 | # | 1013 | # |
@@ -924,6 +1019,9 @@ CONFIG_INPUT_EVDEV=y | |||
924 | # Non-8250 serial port support | 1019 | # Non-8250 serial port support |
925 | # | 1020 | # |
926 | # CONFIG_SERIAL_JSM is not set | 1021 | # CONFIG_SERIAL_JSM is not set |
1022 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
1023 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set | ||
1024 | # CONFIG_SERIAL_ALTERA_UART is not set | ||
927 | CONFIG_UNIX98_PTYS=y | 1025 | CONFIG_UNIX98_PTYS=y |
928 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | 1026 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set |
929 | # CONFIG_LEGACY_PTYS is not set | 1027 | # CONFIG_LEGACY_PTYS is not set |
@@ -934,6 +1032,7 @@ CONFIG_UNIX98_PTYS=y | |||
934 | # CONFIG_RAW_DRIVER is not set | 1032 | # CONFIG_RAW_DRIVER is not set |
935 | # CONFIG_TCG_TPM is not set | 1033 | # CONFIG_TCG_TPM is not set |
936 | CONFIG_DEVPORT=y | 1034 | CONFIG_DEVPORT=y |
1035 | # CONFIG_RAMOOPS is not set | ||
937 | # CONFIG_I2C is not set | 1036 | # CONFIG_I2C is not set |
938 | # CONFIG_SPI is not set | 1037 | # CONFIG_SPI is not set |
939 | 1038 | ||
@@ -945,7 +1044,6 @@ CONFIG_DEVPORT=y | |||
945 | # CONFIG_POWER_SUPPLY is not set | 1044 | # CONFIG_POWER_SUPPLY is not set |
946 | # CONFIG_HWMON is not set | 1045 | # CONFIG_HWMON is not set |
947 | # CONFIG_THERMAL is not set | 1046 | # CONFIG_THERMAL is not set |
948 | # CONFIG_THERMAL_HWMON is not set | ||
949 | # CONFIG_WATCHDOG is not set | 1047 | # CONFIG_WATCHDOG is not set |
950 | CONFIG_SSB_POSSIBLE=y | 1048 | CONFIG_SSB_POSSIBLE=y |
951 | 1049 | ||
@@ -953,20 +1051,14 @@ CONFIG_SSB_POSSIBLE=y | |||
953 | # Sonics Silicon Backplane | 1051 | # Sonics Silicon Backplane |
954 | # | 1052 | # |
955 | # CONFIG_SSB is not set | 1053 | # CONFIG_SSB is not set |
956 | 1054 | # CONFIG_MFD_SUPPORT is not set | |
957 | # | ||
958 | # Multifunction device drivers | ||
959 | # | ||
960 | # CONFIG_MFD_CORE is not set | ||
961 | # CONFIG_MFD_SM501 is not set | ||
962 | # CONFIG_HTC_PASIC3 is not set | ||
963 | # CONFIG_MFD_TMIO is not set | ||
964 | # CONFIG_REGULATOR is not set | 1055 | # CONFIG_REGULATOR is not set |
965 | # CONFIG_MEDIA_SUPPORT is not set | 1056 | # CONFIG_MEDIA_SUPPORT is not set |
966 | 1057 | ||
967 | # | 1058 | # |
968 | # Graphics support | 1059 | # Graphics support |
969 | # | 1060 | # |
1061 | # CONFIG_VGA_ARB is not set | ||
970 | # CONFIG_DRM is not set | 1062 | # CONFIG_DRM is not set |
971 | # CONFIG_VGASTATE is not set | 1063 | # CONFIG_VGASTATE is not set |
972 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | 1064 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
@@ -980,7 +1072,6 @@ CONFIG_SSB_POSSIBLE=y | |||
980 | # CONFIG_SOUND is not set | 1072 | # CONFIG_SOUND is not set |
981 | CONFIG_HID_SUPPORT=y | 1073 | CONFIG_HID_SUPPORT=y |
982 | CONFIG_HID=y | 1074 | CONFIG_HID=y |
983 | # CONFIG_HID_DEBUG is not set | ||
984 | # CONFIG_HIDRAW is not set | 1075 | # CONFIG_HIDRAW is not set |
985 | 1076 | ||
986 | # | 1077 | # |
@@ -993,31 +1084,43 @@ CONFIG_USB_HIDDEV=y | |||
993 | # | 1084 | # |
994 | # Special HID drivers | 1085 | # Special HID drivers |
995 | # | 1086 | # |
1087 | # CONFIG_HID_3M_PCT is not set | ||
996 | # CONFIG_HID_A4TECH is not set | 1088 | # CONFIG_HID_A4TECH is not set |
997 | # CONFIG_HID_APPLE is not set | 1089 | # CONFIG_HID_APPLE is not set |
998 | # CONFIG_HID_BELKIN is not set | 1090 | # CONFIG_HID_BELKIN is not set |
1091 | # CONFIG_HID_CANDO is not set | ||
999 | # CONFIG_HID_CHERRY is not set | 1092 | # CONFIG_HID_CHERRY is not set |
1000 | # CONFIG_HID_CHICONY is not set | 1093 | # CONFIG_HID_CHICONY is not set |
1001 | # CONFIG_HID_CYPRESS is not set | 1094 | # CONFIG_HID_CYPRESS is not set |
1002 | # CONFIG_HID_DRAGONRISE is not set | 1095 | # CONFIG_HID_DRAGONRISE is not set |
1096 | # CONFIG_HID_EGALAX is not set | ||
1003 | # CONFIG_HID_EZKEY is not set | 1097 | # CONFIG_HID_EZKEY is not set |
1004 | # CONFIG_HID_KYE is not set | 1098 | # CONFIG_HID_KYE is not set |
1005 | # CONFIG_HID_GYRATION is not set | 1099 | # CONFIG_HID_GYRATION is not set |
1100 | # CONFIG_HID_TWINHAN is not set | ||
1006 | # CONFIG_HID_KENSINGTON is not set | 1101 | # CONFIG_HID_KENSINGTON is not set |
1007 | # CONFIG_HID_LOGITECH is not set | 1102 | # CONFIG_HID_LOGITECH is not set |
1008 | # CONFIG_HID_MICROSOFT is not set | 1103 | # CONFIG_HID_MICROSOFT is not set |
1104 | # CONFIG_HID_MOSART is not set | ||
1009 | # CONFIG_HID_MONTEREY is not set | 1105 | # CONFIG_HID_MONTEREY is not set |
1010 | # CONFIG_HID_NTRIG is not set | 1106 | # CONFIG_HID_NTRIG is not set |
1107 | # CONFIG_HID_ORTEK is not set | ||
1011 | # CONFIG_HID_PANTHERLORD is not set | 1108 | # CONFIG_HID_PANTHERLORD is not set |
1012 | # CONFIG_HID_PETALYNX is not set | 1109 | # CONFIG_HID_PETALYNX is not set |
1110 | # CONFIG_HID_PICOLCD is not set | ||
1111 | # CONFIG_HID_QUANTA is not set | ||
1112 | # CONFIG_HID_ROCCAT is not set | ||
1113 | # CONFIG_HID_ROCCAT_KONE is not set | ||
1013 | # CONFIG_HID_SAMSUNG is not set | 1114 | # CONFIG_HID_SAMSUNG is not set |
1014 | # CONFIG_HID_SONY is not set | 1115 | # CONFIG_HID_SONY is not set |
1116 | # CONFIG_HID_STANTUM is not set | ||
1015 | # CONFIG_HID_SUNPLUS is not set | 1117 | # CONFIG_HID_SUNPLUS is not set |
1016 | # CONFIG_HID_GREENASIA is not set | 1118 | # CONFIG_HID_GREENASIA is not set |
1017 | # CONFIG_HID_SMARTJOYPLUS is not set | 1119 | # CONFIG_HID_SMARTJOYPLUS is not set |
1018 | # CONFIG_HID_TOPSEED is not set | 1120 | # CONFIG_HID_TOPSEED is not set |
1019 | # CONFIG_HID_THRUSTMASTER is not set | 1121 | # CONFIG_HID_THRUSTMASTER is not set |
1020 | # CONFIG_HID_ZEROPLUS is not set | 1122 | # CONFIG_HID_ZEROPLUS is not set |
1123 | # CONFIG_HID_ZYDACRON is not set | ||
1021 | CONFIG_USB_SUPPORT=y | 1124 | CONFIG_USB_SUPPORT=y |
1022 | CONFIG_USB_ARCH_HAS_HCD=y | 1125 | CONFIG_USB_ARCH_HAS_HCD=y |
1023 | CONFIG_USB_ARCH_HAS_OHCI=y | 1126 | CONFIG_USB_ARCH_HAS_OHCI=y |
@@ -1032,7 +1135,6 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | |||
1032 | CONFIG_USB_DEVICEFS=y | 1135 | CONFIG_USB_DEVICEFS=y |
1033 | # CONFIG_USB_DEVICE_CLASS is not set | 1136 | # CONFIG_USB_DEVICE_CLASS is not set |
1034 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1137 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1035 | # CONFIG_USB_OTG is not set | ||
1036 | # CONFIG_USB_OTG_WHITELIST is not set | 1138 | # CONFIG_USB_OTG_WHITELIST is not set |
1037 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1139 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
1038 | # CONFIG_USB_MON is not set | 1140 | # CONFIG_USB_MON is not set |
@@ -1050,6 +1152,7 @@ CONFIG_USB_EHCI_HCD=y | |||
1050 | # CONFIG_USB_OXU210HP_HCD is not set | 1152 | # CONFIG_USB_OXU210HP_HCD is not set |
1051 | # CONFIG_USB_ISP116X_HCD is not set | 1153 | # CONFIG_USB_ISP116X_HCD is not set |
1052 | # CONFIG_USB_ISP1760_HCD is not set | 1154 | # CONFIG_USB_ISP1760_HCD is not set |
1155 | # CONFIG_USB_ISP1362_HCD is not set | ||
1053 | CONFIG_USB_OHCI_HCD=y | 1156 | CONFIG_USB_OHCI_HCD=y |
1054 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | 1157 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
1055 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | 1158 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set |
@@ -1133,6 +1236,7 @@ CONFIG_USB_SERIAL_CP210X=y | |||
1133 | # CONFIG_USB_SERIAL_NAVMAN is not set | 1236 | # CONFIG_USB_SERIAL_NAVMAN is not set |
1134 | # CONFIG_USB_SERIAL_PL2303 is not set | 1237 | # CONFIG_USB_SERIAL_PL2303 is not set |
1135 | # CONFIG_USB_SERIAL_OTI6858 is not set | 1238 | # CONFIG_USB_SERIAL_OTI6858 is not set |
1239 | # CONFIG_USB_SERIAL_QCAUX is not set | ||
1136 | # CONFIG_USB_SERIAL_QUALCOMM is not set | 1240 | # CONFIG_USB_SERIAL_QUALCOMM is not set |
1137 | # CONFIG_USB_SERIAL_SPCP8X5 is not set | 1241 | # CONFIG_USB_SERIAL_SPCP8X5 is not set |
1138 | # CONFIG_USB_SERIAL_HP4X is not set | 1242 | # CONFIG_USB_SERIAL_HP4X is not set |
@@ -1146,6 +1250,8 @@ CONFIG_USB_SERIAL_CP210X=y | |||
1146 | # CONFIG_USB_SERIAL_OPTION is not set | 1250 | # CONFIG_USB_SERIAL_OPTION is not set |
1147 | # CONFIG_USB_SERIAL_OMNINET is not set | 1251 | # CONFIG_USB_SERIAL_OMNINET is not set |
1148 | # CONFIG_USB_SERIAL_OPTICON is not set | 1252 | # CONFIG_USB_SERIAL_OPTICON is not set |
1253 | # CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set | ||
1254 | # CONFIG_USB_SERIAL_ZIO is not set | ||
1149 | # CONFIG_USB_SERIAL_DEBUG is not set | 1255 | # CONFIG_USB_SERIAL_DEBUG is not set |
1150 | 1256 | ||
1151 | # | 1257 | # |
@@ -1158,7 +1264,6 @@ CONFIG_USB_SERIAL_CP210X=y | |||
1158 | # CONFIG_USB_RIO500 is not set | 1264 | # CONFIG_USB_RIO500 is not set |
1159 | # CONFIG_USB_LEGOTOWER is not set | 1265 | # CONFIG_USB_LEGOTOWER is not set |
1160 | # CONFIG_USB_LCD is not set | 1266 | # CONFIG_USB_LCD is not set |
1161 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1162 | # CONFIG_USB_LED is not set | 1267 | # CONFIG_USB_LED is not set |
1163 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1268 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
1164 | # CONFIG_USB_CYTHERM is not set | 1269 | # CONFIG_USB_CYTHERM is not set |
@@ -1171,7 +1276,6 @@ CONFIG_USB_SERIAL_CP210X=y | |||
1171 | # CONFIG_USB_IOWARRIOR is not set | 1276 | # CONFIG_USB_IOWARRIOR is not set |
1172 | # CONFIG_USB_TEST is not set | 1277 | # CONFIG_USB_TEST is not set |
1173 | # CONFIG_USB_ISIGHTFW is not set | 1278 | # CONFIG_USB_ISIGHTFW is not set |
1174 | # CONFIG_USB_VST is not set | ||
1175 | # CONFIG_USB_GADGET is not set | 1279 | # CONFIG_USB_GADGET is not set |
1176 | 1280 | ||
1177 | # | 1281 | # |
@@ -1189,10 +1293,6 @@ CONFIG_RTC_LIB=y | |||
1189 | # CONFIG_DMADEVICES is not set | 1293 | # CONFIG_DMADEVICES is not set |
1190 | # CONFIG_AUXDISPLAY is not set | 1294 | # CONFIG_AUXDISPLAY is not set |
1191 | # CONFIG_UIO is not set | 1295 | # CONFIG_UIO is not set |
1192 | |||
1193 | # | ||
1194 | # TI VLYNQ | ||
1195 | # | ||
1196 | # CONFIG_STAGING is not set | 1296 | # CONFIG_STAGING is not set |
1197 | 1297 | ||
1198 | # | 1298 | # |
@@ -1214,6 +1314,7 @@ CONFIG_JBD=y | |||
1214 | # CONFIG_GFS2_FS is not set | 1314 | # CONFIG_GFS2_FS is not set |
1215 | # CONFIG_OCFS2_FS is not set | 1315 | # CONFIG_OCFS2_FS is not set |
1216 | # CONFIG_BTRFS_FS is not set | 1316 | # CONFIG_BTRFS_FS is not set |
1317 | # CONFIG_NILFS2_FS is not set | ||
1217 | CONFIG_FILE_LOCKING=y | 1318 | CONFIG_FILE_LOCKING=y |
1218 | CONFIG_FSNOTIFY=y | 1319 | CONFIG_FSNOTIFY=y |
1219 | # CONFIG_DNOTIFY is not set | 1320 | # CONFIG_DNOTIFY is not set |
@@ -1274,6 +1375,7 @@ CONFIG_JFFS2_ZLIB=y | |||
1274 | # CONFIG_JFFS2_LZO is not set | 1375 | # CONFIG_JFFS2_LZO is not set |
1275 | CONFIG_JFFS2_RTIME=y | 1376 | CONFIG_JFFS2_RTIME=y |
1276 | # CONFIG_JFFS2_RUBIN is not set | 1377 | # CONFIG_JFFS2_RUBIN is not set |
1378 | # CONFIG_LOGFS is not set | ||
1277 | CONFIG_CRAMFS=y | 1379 | CONFIG_CRAMFS=y |
1278 | # CONFIG_SQUASHFS is not set | 1380 | # CONFIG_SQUASHFS is not set |
1279 | # CONFIG_VXFS_FS is not set | 1381 | # CONFIG_VXFS_FS is not set |
@@ -1284,7 +1386,6 @@ CONFIG_CRAMFS=y | |||
1284 | # CONFIG_ROMFS_FS is not set | 1386 | # CONFIG_ROMFS_FS is not set |
1285 | # CONFIG_SYSV_FS is not set | 1387 | # CONFIG_SYSV_FS is not set |
1286 | # CONFIG_UFS_FS is not set | 1388 | # CONFIG_UFS_FS is not set |
1287 | # CONFIG_NILFS2_FS is not set | ||
1288 | CONFIG_NETWORK_FILESYSTEMS=y | 1389 | CONFIG_NETWORK_FILESYSTEMS=y |
1289 | CONFIG_NFS_FS=y | 1390 | CONFIG_NFS_FS=y |
1290 | CONFIG_NFS_V3=y | 1391 | CONFIG_NFS_V3=y |
@@ -1299,6 +1400,7 @@ CONFIG_SUNRPC=y | |||
1299 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 1400 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
1300 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 1401 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
1301 | # CONFIG_SMB_FS is not set | 1402 | # CONFIG_SMB_FS is not set |
1403 | # CONFIG_CEPH_FS is not set | ||
1302 | # CONFIG_CIFS is not set | 1404 | # CONFIG_CIFS is not set |
1303 | # CONFIG_NCP_FS is not set | 1405 | # CONFIG_NCP_FS is not set |
1304 | # CONFIG_CODA_FS is not set | 1406 | # CONFIG_CODA_FS is not set |
@@ -1360,6 +1462,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y | |||
1360 | CONFIG_ENABLE_MUST_CHECK=y | 1462 | CONFIG_ENABLE_MUST_CHECK=y |
1361 | CONFIG_FRAME_WARN=1024 | 1463 | CONFIG_FRAME_WARN=1024 |
1362 | # CONFIG_MAGIC_SYSRQ is not set | 1464 | # CONFIG_MAGIC_SYSRQ is not set |
1465 | # CONFIG_STRIP_ASM_SYMS is not set | ||
1363 | # CONFIG_UNUSED_SYMBOLS is not set | 1466 | # CONFIG_UNUSED_SYMBOLS is not set |
1364 | CONFIG_DEBUG_FS=y | 1467 | CONFIG_DEBUG_FS=y |
1365 | # CONFIG_HEADERS_CHECK is not set | 1468 | # CONFIG_HEADERS_CHECK is not set |
@@ -1393,15 +1496,25 @@ CONFIG_DEBUG_INFO=y | |||
1393 | # CONFIG_DEBUG_LIST is not set | 1496 | # CONFIG_DEBUG_LIST is not set |
1394 | # CONFIG_DEBUG_SG is not set | 1497 | # CONFIG_DEBUG_SG is not set |
1395 | # CONFIG_DEBUG_NOTIFIERS is not set | 1498 | # CONFIG_DEBUG_NOTIFIERS is not set |
1499 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
1396 | # CONFIG_BOOT_PRINTK_DELAY is not set | 1500 | # CONFIG_BOOT_PRINTK_DELAY is not set |
1397 | # CONFIG_RCU_TORTURE_TEST is not set | 1501 | # CONFIG_RCU_TORTURE_TEST is not set |
1398 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1502 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
1399 | # CONFIG_BACKTRACE_SELF_TEST is not set | 1503 | # CONFIG_BACKTRACE_SELF_TEST is not set |
1400 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 1504 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set |
1505 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
1506 | # CONFIG_LKDTM is not set | ||
1401 | # CONFIG_FAULT_INJECTION is not set | 1507 | # CONFIG_FAULT_INJECTION is not set |
1508 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1402 | # CONFIG_PAGE_POISONING is not set | 1509 | # CONFIG_PAGE_POISONING is not set |
1510 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1511 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | ||
1512 | CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y | ||
1513 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1514 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
1403 | CONFIG_TRACING_SUPPORT=y | 1515 | CONFIG_TRACING_SUPPORT=y |
1404 | CONFIG_FTRACE=y | 1516 | CONFIG_FTRACE=y |
1517 | # CONFIG_FUNCTION_TRACER is not set | ||
1405 | # CONFIG_IRQSOFF_TRACER is not set | 1518 | # CONFIG_IRQSOFF_TRACER is not set |
1406 | # CONFIG_PREEMPT_TRACER is not set | 1519 | # CONFIG_PREEMPT_TRACER is not set |
1407 | # CONFIG_SCHED_TRACER is not set | 1520 | # CONFIG_SCHED_TRACER is not set |
@@ -1410,19 +1523,22 @@ CONFIG_FTRACE=y | |||
1410 | CONFIG_BRANCH_PROFILE_NONE=y | 1523 | CONFIG_BRANCH_PROFILE_NONE=y |
1411 | # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set | 1524 | # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set |
1412 | # CONFIG_PROFILE_ALL_BRANCHES is not set | 1525 | # CONFIG_PROFILE_ALL_BRANCHES is not set |
1526 | # CONFIG_STACK_TRACER is not set | ||
1413 | # CONFIG_KMEMTRACE is not set | 1527 | # CONFIG_KMEMTRACE is not set |
1414 | # CONFIG_WORKQUEUE_TRACER is not set | 1528 | # CONFIG_WORKQUEUE_TRACER is not set |
1415 | # CONFIG_BLK_DEV_IO_TRACE is not set | 1529 | # CONFIG_BLK_DEV_IO_TRACE is not set |
1416 | # CONFIG_DYNAMIC_DEBUG is not set | 1530 | # CONFIG_DYNAMIC_DEBUG is not set |
1531 | # CONFIG_ATOMIC64_SELFTEST is not set | ||
1417 | # CONFIG_SAMPLES is not set | 1532 | # CONFIG_SAMPLES is not set |
1418 | CONFIG_HAVE_ARCH_KGDB=y | 1533 | CONFIG_HAVE_ARCH_KGDB=y |
1419 | # CONFIG_KGDB is not set | 1534 | # CONFIG_KGDB is not set |
1420 | # CONFIG_KMEMCHECK is not set | 1535 | # CONFIG_EARLY_PRINTK is not set |
1421 | CONFIG_CMDLINE_BOOL=y | 1536 | CONFIG_CMDLINE_BOOL=y |
1422 | CONFIG_CMDLINE="rw dhash_entries=1024 ihash_entries=1024 ip=10.0.1.3:10.0.1.1:10.0.1.1:255.255.255.0:zeus:eth0: root=/dev/nfs nfsroot=/nfsroot/cramfs,wsize=512,rsize=512,tcp nokgdb console=ttyUSB0,115200 memsize=252M" | 1537 | CONFIG_CMDLINE="" |
1423 | # CONFIG_CMDLINE_OVERRIDE is not set | 1538 | # CONFIG_CMDLINE_OVERRIDE is not set |
1424 | # CONFIG_DEBUG_STACK_USAGE is not set | 1539 | # CONFIG_DEBUG_STACK_USAGE is not set |
1425 | # CONFIG_RUNTIME_DEBUG is not set | 1540 | # CONFIG_RUNTIME_DEBUG is not set |
1541 | # CONFIG_SPINLOCK_TEST is not set | ||
1426 | 1542 | ||
1427 | # | 1543 | # |
1428 | # Security options | 1544 | # Security options |
@@ -1430,13 +1546,16 @@ CONFIG_CMDLINE="rw dhash_entries=1024 ihash_entries=1024 ip=10.0.1.3:10.0.1.1:10 | |||
1430 | # CONFIG_KEYS is not set | 1546 | # CONFIG_KEYS is not set |
1431 | # CONFIG_SECURITY is not set | 1547 | # CONFIG_SECURITY is not set |
1432 | # CONFIG_SECURITYFS is not set | 1548 | # CONFIG_SECURITYFS is not set |
1433 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1549 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set |
1550 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
1551 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
1552 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1553 | CONFIG_DEFAULT_SECURITY="" | ||
1434 | CONFIG_CRYPTO=y | 1554 | CONFIG_CRYPTO=y |
1435 | 1555 | ||
1436 | # | 1556 | # |
1437 | # Crypto core or helper | 1557 | # Crypto core or helper |
1438 | # | 1558 | # |
1439 | # CONFIG_CRYPTO_FIPS is not set | ||
1440 | CONFIG_CRYPTO_ALGAPI=y | 1559 | CONFIG_CRYPTO_ALGAPI=y |
1441 | CONFIG_CRYPTO_ALGAPI2=y | 1560 | CONFIG_CRYPTO_ALGAPI2=y |
1442 | CONFIG_CRYPTO_AEAD=y | 1561 | CONFIG_CRYPTO_AEAD=y |
@@ -1479,11 +1598,13 @@ CONFIG_CRYPTO_CBC=y | |||
1479 | # | 1598 | # |
1480 | CONFIG_CRYPTO_HMAC=y | 1599 | CONFIG_CRYPTO_HMAC=y |
1481 | # CONFIG_CRYPTO_XCBC is not set | 1600 | # CONFIG_CRYPTO_XCBC is not set |
1601 | # CONFIG_CRYPTO_VMAC is not set | ||
1482 | 1602 | ||
1483 | # | 1603 | # |
1484 | # Digest | 1604 | # Digest |
1485 | # | 1605 | # |
1486 | # CONFIG_CRYPTO_CRC32C is not set | 1606 | # CONFIG_CRYPTO_CRC32C is not set |
1607 | # CONFIG_CRYPTO_GHASH is not set | ||
1487 | # CONFIG_CRYPTO_MD4 is not set | 1608 | # CONFIG_CRYPTO_MD4 is not set |
1488 | CONFIG_CRYPTO_MD5=y | 1609 | CONFIG_CRYPTO_MD5=y |
1489 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1610 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
diff --git a/arch/mips/powertv/init.c b/arch/mips/powertv/init.c index 0afe227f1d0a..83552288e802 100644 --- a/arch/mips/powertv/init.c +++ b/arch/mips/powertv/init.c | |||
@@ -117,8 +117,10 @@ void __init prom_init(void) | |||
117 | board_nmi_handler_setup = mips_nmi_setup; | 117 | board_nmi_handler_setup = mips_nmi_setup; |
118 | board_ejtag_handler_setup = mips_ejtag_setup; | 118 | board_ejtag_handler_setup = mips_ejtag_setup; |
119 | 119 | ||
120 | if (prom_argc == 1) | 120 | if (prom_argc == 1) { |
121 | strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); | ||
121 | strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE); | 122 | strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE); |
123 | } | ||
122 | 124 | ||
123 | configure_platform(); | 125 | configure_platform(); |
124 | prom_meminit(); | 126 | prom_meminit(); |