diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-13 12:49:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-13 12:49:04 -0400 |
commit | dcf397f037f52add9945eced57ca300ab6a4413c (patch) | |
tree | e78767d164589e9097a54bf564b072fb01f80820 /arch/sh/configs | |
parent | 6faf035cf9fdd8283c2b2b2c34b76b5445ec6fc4 (diff) | |
parent | 68ee0f9c98a42e36f9eab29155b2bb0e7e409ac6 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6: (124 commits)
sh: allow building for both r2d boards in same binary.
sh: fix r2d board detection
sh: Discard .exit.text/.exit.data at runtime.
sh: Fix up some section alignments in linker script.
sh: Fix SH-4 DMAC CHCR masking.
sh: Rip out left-over nommu cond syscall cruft.
sh: Make kgdb i-cache flushing less inept.
sh: kgdb section mismatches and tidying.
sh: cleanup struct irqaction initializers.
sh: early_printk tidying.
video: pvr2fb: Add TV (RGB) support to Dreamcast PVR driver.
sh: Conditionalize gUSA support.
sh: Follow gUSA preempt changes in __switch_to().
sh: Tidy up gUSA preempt handling.
sh: __copy_user() optimizations for small copies.
sh: clkfwk: Support multi-level clock propagation.
sh: Fix URAM start address on SH7785.
sh: Use boot_cpu_data for CPU probe.
sh: Support extended mode TLB on SH-X3.
sh: Bump MAX_ACTIVE_REGIONS for SH7785.
...
Diffstat (limited to 'arch/sh/configs')
-rw-r--r-- | arch/sh/configs/dreamcast_defconfig | 155 | ||||
-rw-r--r-- | arch/sh/configs/hp6xx_defconfig | 559 | ||||
-rw-r--r-- | arch/sh/configs/magicpanelr2_defconfig | 925 | ||||
-rw-r--r-- | arch/sh/configs/rts7751r2d1_defconfig (renamed from arch/sh/configs/rts7751r2d_defconfig) | 472 | ||||
-rw-r--r-- | arch/sh/configs/rts7751r2dplus_defconfig | 1167 | ||||
-rw-r--r-- | arch/sh/configs/se7206_defconfig | 223 | ||||
-rw-r--r-- | arch/sh/configs/shx3_defconfig | 456 |
7 files changed, 2867 insertions, 1090 deletions
diff --git a/arch/sh/configs/dreamcast_defconfig b/arch/sh/configs/dreamcast_defconfig index 3fdd270eecf7..57728788b753 100644 --- a/arch/sh/configs/dreamcast_defconfig +++ b/arch/sh/configs/dreamcast_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.22-rc4 | 3 | # Linux kernel version: 2.6.23-rc7 |
4 | # Sat Jul 7 03:47:45 2007 | 4 | # Fri Sep 21 15:46:27 2007 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
@@ -18,30 +18,26 @@ CONFIG_STACKTRACE_SUPPORT=y | |||
18 | CONFIG_LOCKDEP_SUPPORT=y | 18 | CONFIG_LOCKDEP_SUPPORT=y |
19 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 19 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
20 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 20 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
21 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
22 | 23 | ||
23 | # | 24 | # |
24 | # Code maturity level options | 25 | # General setup |
25 | # | 26 | # |
26 | CONFIG_EXPERIMENTAL=y | 27 | CONFIG_EXPERIMENTAL=y |
27 | CONFIG_BROKEN_ON_SMP=y | 28 | CONFIG_BROKEN_ON_SMP=y |
28 | CONFIG_LOCK_KERNEL=y | 29 | CONFIG_LOCK_KERNEL=y |
29 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 30 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
30 | |||
31 | # | ||
32 | # General setup | ||
33 | # | ||
34 | CONFIG_LOCALVERSION="" | 31 | CONFIG_LOCALVERSION="" |
35 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
36 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
37 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
38 | # CONFIG_IPC_NS is not set | ||
39 | CONFIG_SYSVIPC_SYSCTL=y | 35 | CONFIG_SYSVIPC_SYSCTL=y |
40 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
41 | CONFIG_BSD_PROCESS_ACCT=y | 37 | CONFIG_BSD_PROCESS_ACCT=y |
42 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
43 | # CONFIG_TASKSTATS is not set | 39 | # CONFIG_TASKSTATS is not set |
44 | # CONFIG_UTS_NS is not set | 40 | # CONFIG_USER_NS is not set |
45 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
46 | # CONFIG_IKCONFIG is not set | 42 | # CONFIG_IKCONFIG is not set |
47 | CONFIG_LOG_BUF_SHIFT=14 | 43 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -64,7 +60,6 @@ CONFIG_FUTEX=y | |||
64 | CONFIG_ANON_INODES=y | 60 | CONFIG_ANON_INODES=y |
65 | CONFIG_EPOLL=y | 61 | CONFIG_EPOLL=y |
66 | CONFIG_SIGNALFD=y | 62 | CONFIG_SIGNALFD=y |
67 | CONFIG_TIMERFD=y | ||
68 | CONFIG_EVENTFD=y | 63 | CONFIG_EVENTFD=y |
69 | CONFIG_SHMEM=y | 64 | CONFIG_SHMEM=y |
70 | CONFIG_VM_EVENT_COUNTERS=y | 65 | CONFIG_VM_EVENT_COUNTERS=y |
@@ -74,24 +69,17 @@ CONFIG_SLAB=y | |||
74 | CONFIG_RT_MUTEXES=y | 69 | CONFIG_RT_MUTEXES=y |
75 | # CONFIG_TINY_SHMEM is not set | 70 | # CONFIG_TINY_SHMEM is not set |
76 | CONFIG_BASE_SMALL=0 | 71 | CONFIG_BASE_SMALL=0 |
77 | |||
78 | # | ||
79 | # Loadable module support | ||
80 | # | ||
81 | CONFIG_MODULES=y | 72 | CONFIG_MODULES=y |
82 | CONFIG_MODULE_UNLOAD=y | 73 | CONFIG_MODULE_UNLOAD=y |
83 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 74 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
84 | # CONFIG_MODVERSIONS is not set | 75 | # CONFIG_MODVERSIONS is not set |
85 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 76 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
86 | CONFIG_KMOD=y | 77 | CONFIG_KMOD=y |
87 | |||
88 | # | ||
89 | # Block layer | ||
90 | # | ||
91 | CONFIG_BLOCK=y | 78 | CONFIG_BLOCK=y |
92 | # CONFIG_LBD is not set | 79 | # CONFIG_LBD is not set |
93 | # CONFIG_BLK_DEV_IO_TRACE is not set | 80 | # CONFIG_BLK_DEV_IO_TRACE is not set |
94 | # CONFIG_LSF is not set | 81 | # CONFIG_LSF is not set |
82 | # CONFIG_BLK_DEV_BSG is not set | ||
95 | 83 | ||
96 | # | 84 | # |
97 | # IO Schedulers | 85 | # IO Schedulers |
@@ -112,7 +100,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
112 | CONFIG_CPU_SH4=y | 100 | CONFIG_CPU_SH4=y |
113 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 101 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
114 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 102 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
115 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
116 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 103 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
117 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 104 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 105 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -120,6 +107,7 @@ CONFIG_CPU_SH4=y | |||
120 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 107 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
121 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 108 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
122 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 109 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
110 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
123 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 111 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
124 | CONFIG_CPU_SUBTYPE_SH7091=y | 112 | CONFIG_CPU_SUBTYPE_SH7091=y |
125 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 113 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -134,7 +122,6 @@ CONFIG_CPU_SUBTYPE_SH7091=y | |||
134 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 122 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
135 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
136 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | 124 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
137 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
138 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
139 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
140 | 127 | ||
@@ -177,7 +164,9 @@ CONFIG_NR_QUICK=2 | |||
177 | # Cache configuration | 164 | # Cache configuration |
178 | # | 165 | # |
179 | # CONFIG_SH_DIRECT_MAPPED is not set | 166 | # CONFIG_SH_DIRECT_MAPPED is not set |
180 | # CONFIG_SH_WRITETHROUGH is not set | 167 | CONFIG_CACHE_WRITEBACK=y |
168 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
169 | # CONFIG_CACHE_OFF is not set | ||
181 | 170 | ||
182 | # | 171 | # |
183 | # Processor features | 172 | # Processor features |
@@ -185,12 +174,11 @@ CONFIG_NR_QUICK=2 | |||
185 | CONFIG_CPU_LITTLE_ENDIAN=y | 174 | CONFIG_CPU_LITTLE_ENDIAN=y |
186 | # CONFIG_CPU_BIG_ENDIAN is not set | 175 | # CONFIG_CPU_BIG_ENDIAN is not set |
187 | CONFIG_SH_FPU=y | 176 | CONFIG_SH_FPU=y |
188 | # CONFIG_SH_DSP is not set | ||
189 | CONFIG_SH_STORE_QUEUES=y | 177 | CONFIG_SH_STORE_QUEUES=y |
190 | CONFIG_CPU_HAS_INTEVT=y | 178 | CONFIG_CPU_HAS_INTEVT=y |
191 | CONFIG_CPU_HAS_IPR_IRQ=y | ||
192 | CONFIG_CPU_HAS_SR_RB=y | 179 | CONFIG_CPU_HAS_SR_RB=y |
193 | CONFIG_CPU_HAS_PTEA=y | 180 | CONFIG_CPU_HAS_PTEA=y |
181 | CONFIG_CPU_HAS_FPU=y | ||
194 | 182 | ||
195 | # | 183 | # |
196 | # Board support | 184 | # Board support |
@@ -270,6 +258,7 @@ CONFIG_CMDLINE="console=ttySC1,115200 panic=3" | |||
270 | # | 258 | # |
271 | # Bus options | 259 | # Bus options |
272 | # | 260 | # |
261 | CONFIG_MAPLE=y | ||
273 | CONFIG_PCI=y | 262 | CONFIG_PCI=y |
274 | CONFIG_SH_PCIDMA_NONCOHERENT=y | 263 | CONFIG_SH_PCIDMA_NONCOHERENT=y |
275 | CONFIG_PCI_AUTO=y | 264 | CONFIG_PCI_AUTO=y |
@@ -368,6 +357,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
368 | # CONFIG_MAC80211 is not set | 357 | # CONFIG_MAC80211 is not set |
369 | # CONFIG_IEEE80211 is not set | 358 | # CONFIG_IEEE80211 is not set |
370 | # CONFIG_RFKILL is not set | 359 | # CONFIG_RFKILL is not set |
360 | # CONFIG_NET_9P is not set | ||
371 | 361 | ||
372 | # | 362 | # |
373 | # Device Drivers | 363 | # Device Drivers |
@@ -380,27 +370,10 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
380 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 370 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
381 | # CONFIG_FW_LOADER is not set | 371 | # CONFIG_FW_LOADER is not set |
382 | # CONFIG_SYS_HYPERVISOR is not set | 372 | # CONFIG_SYS_HYPERVISOR is not set |
383 | |||
384 | # | ||
385 | # Connector - unified userspace <-> kernelspace linker | ||
386 | # | ||
387 | # CONFIG_CONNECTOR is not set | 373 | # CONFIG_CONNECTOR is not set |
388 | # CONFIG_MTD is not set | 374 | # CONFIG_MTD is not set |
389 | |||
390 | # | ||
391 | # Parallel port support | ||
392 | # | ||
393 | # CONFIG_PARPORT is not set | 375 | # CONFIG_PARPORT is not set |
394 | 376 | CONFIG_BLK_DEV=y | |
395 | # | ||
396 | # Plug and Play support | ||
397 | # | ||
398 | # CONFIG_PNPACPI is not set | ||
399 | |||
400 | # | ||
401 | # Block devices | ||
402 | # | ||
403 | # CONFIG_BLK_CPQ_DA is not set | ||
404 | # CONFIG_BLK_CPQ_CISS_DA is not set | 377 | # CONFIG_BLK_CPQ_CISS_DA is not set |
405 | # CONFIG_BLK_DEV_DAC960 is not set | 378 | # CONFIG_BLK_DEV_DAC960 is not set |
406 | # CONFIG_BLK_DEV_UMEM is not set | 379 | # CONFIG_BLK_DEV_UMEM is not set |
@@ -411,14 +384,11 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
411 | # CONFIG_BLK_DEV_RAM is not set | 384 | # CONFIG_BLK_DEV_RAM is not set |
412 | # CONFIG_CDROM_PKTCDVD is not set | 385 | # CONFIG_CDROM_PKTCDVD is not set |
413 | # CONFIG_ATA_OVER_ETH is not set | 386 | # CONFIG_ATA_OVER_ETH is not set |
414 | 387 | CONFIG_MISC_DEVICES=y | |
415 | # | ||
416 | # Misc devices | ||
417 | # | ||
418 | # CONFIG_PHANTOM is not set | 388 | # CONFIG_PHANTOM is not set |
389 | # CONFIG_EEPROM_93CX6 is not set | ||
419 | # CONFIG_SGI_IOC4 is not set | 390 | # CONFIG_SGI_IOC4 is not set |
420 | # CONFIG_TIFM_CORE is not set | 391 | # CONFIG_TIFM_CORE is not set |
421 | # CONFIG_BLINK is not set | ||
422 | # CONFIG_IDE is not set | 392 | # CONFIG_IDE is not set |
423 | 393 | ||
424 | # | 394 | # |
@@ -426,12 +396,9 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
426 | # | 396 | # |
427 | # CONFIG_RAID_ATTRS is not set | 397 | # CONFIG_RAID_ATTRS is not set |
428 | # CONFIG_SCSI is not set | 398 | # CONFIG_SCSI is not set |
399 | # CONFIG_SCSI_DMA is not set | ||
429 | # CONFIG_SCSI_NETLINK is not set | 400 | # CONFIG_SCSI_NETLINK is not set |
430 | # CONFIG_ATA is not set | 401 | # CONFIG_ATA is not set |
431 | |||
432 | # | ||
433 | # Multi-device support (RAID and LVM) | ||
434 | # | ||
435 | # CONFIG_MD is not set | 402 | # CONFIG_MD is not set |
436 | 403 | ||
437 | # | 404 | # |
@@ -444,26 +411,16 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
444 | # | 411 | # |
445 | # CONFIG_FIREWIRE is not set | 412 | # CONFIG_FIREWIRE is not set |
446 | # CONFIG_IEEE1394 is not set | 413 | # CONFIG_IEEE1394 is not set |
447 | |||
448 | # | ||
449 | # I2O device support | ||
450 | # | ||
451 | # CONFIG_I2O is not set | 414 | # CONFIG_I2O is not set |
452 | |||
453 | # | ||
454 | # Network device support | ||
455 | # | ||
456 | CONFIG_NETDEVICES=y | 415 | CONFIG_NETDEVICES=y |
416 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
457 | # CONFIG_DUMMY is not set | 417 | # CONFIG_DUMMY is not set |
458 | # CONFIG_BONDING is not set | 418 | # CONFIG_BONDING is not set |
419 | # CONFIG_MACVLAN is not set | ||
459 | # CONFIG_EQUALIZER is not set | 420 | # CONFIG_EQUALIZER is not set |
460 | # CONFIG_TUN is not set | 421 | # CONFIG_TUN is not set |
461 | # CONFIG_ARCNET is not set | 422 | # CONFIG_ARCNET is not set |
462 | # CONFIG_PHYLIB is not set | 423 | # CONFIG_PHYLIB is not set |
463 | |||
464 | # | ||
465 | # Ethernet (10 or 100Mbit) | ||
466 | # | ||
467 | CONFIG_NET_ETHERNET=y | 424 | CONFIG_NET_ETHERNET=y |
468 | CONFIG_MII=y | 425 | CONFIG_MII=y |
469 | # CONFIG_STNIC is not set | 426 | # CONFIG_STNIC is not set |
@@ -472,10 +429,6 @@ CONFIG_MII=y | |||
472 | # CONFIG_CASSINI is not set | 429 | # CONFIG_CASSINI is not set |
473 | # CONFIG_NET_VENDOR_3COM is not set | 430 | # CONFIG_NET_VENDOR_3COM is not set |
474 | # CONFIG_SMC91X is not set | 431 | # CONFIG_SMC91X is not set |
475 | |||
476 | # | ||
477 | # Tulip family network device support | ||
478 | # | ||
479 | # CONFIG_NET_TULIP is not set | 432 | # CONFIG_NET_TULIP is not set |
480 | # CONFIG_HP100 is not set | 433 | # CONFIG_HP100 is not set |
481 | CONFIG_NET_PCI=y | 434 | CONFIG_NET_PCI=y |
@@ -520,15 +473,7 @@ CONFIG_8139TOO=y | |||
520 | # CONFIG_NETCONSOLE is not set | 473 | # CONFIG_NETCONSOLE is not set |
521 | # CONFIG_NETPOLL is not set | 474 | # CONFIG_NETPOLL is not set |
522 | # CONFIG_NET_POLL_CONTROLLER is not set | 475 | # CONFIG_NET_POLL_CONTROLLER is not set |
523 | |||
524 | # | ||
525 | # ISDN subsystem | ||
526 | # | ||
527 | # CONFIG_ISDN is not set | 476 | # CONFIG_ISDN is not set |
528 | |||
529 | # | ||
530 | # Telephony Support | ||
531 | # | ||
532 | # CONFIG_PHONE is not set | 477 | # CONFIG_PHONE is not set |
533 | 478 | ||
534 | # | 479 | # |
@@ -536,6 +481,7 @@ CONFIG_8139TOO=y | |||
536 | # | 481 | # |
537 | CONFIG_INPUT=y | 482 | CONFIG_INPUT=y |
538 | # CONFIG_INPUT_FF_MEMLESS is not set | 483 | # CONFIG_INPUT_FF_MEMLESS is not set |
484 | # CONFIG_INPUT_POLLDEV is not set | ||
539 | 485 | ||
540 | # | 486 | # |
541 | # Userland interfaces | 487 | # Userland interfaces |
@@ -606,10 +552,6 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
606 | CONFIG_UNIX98_PTYS=y | 552 | CONFIG_UNIX98_PTYS=y |
607 | CONFIG_LEGACY_PTYS=y | 553 | CONFIG_LEGACY_PTYS=y |
608 | CONFIG_LEGACY_PTY_COUNT=256 | 554 | CONFIG_LEGACY_PTY_COUNT=256 |
609 | |||
610 | # | ||
611 | # IPMI | ||
612 | # | ||
613 | # CONFIG_IPMI_HANDLER is not set | 555 | # CONFIG_IPMI_HANDLER is not set |
614 | CONFIG_WATCHDOG=y | 556 | CONFIG_WATCHDOG=y |
615 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 557 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
@@ -631,10 +573,6 @@ CONFIG_HW_RANDOM=y | |||
631 | # CONFIG_APPLICOM is not set | 573 | # CONFIG_APPLICOM is not set |
632 | # CONFIG_DRM is not set | 574 | # CONFIG_DRM is not set |
633 | # CONFIG_RAW_DRIVER is not set | 575 | # CONFIG_RAW_DRIVER is not set |
634 | |||
635 | # | ||
636 | # TPM devices | ||
637 | # | ||
638 | # CONFIG_TCG_TPM is not set | 576 | # CONFIG_TCG_TPM is not set |
639 | CONFIG_DEVPORT=y | 577 | CONFIG_DEVPORT=y |
640 | # CONFIG_I2C is not set | 578 | # CONFIG_I2C is not set |
@@ -644,11 +582,8 @@ CONFIG_DEVPORT=y | |||
644 | # | 582 | # |
645 | # CONFIG_SPI is not set | 583 | # CONFIG_SPI is not set |
646 | # CONFIG_SPI_MASTER is not set | 584 | # CONFIG_SPI_MASTER is not set |
647 | |||
648 | # | ||
649 | # Dallas's 1-wire bus | ||
650 | # | ||
651 | # CONFIG_W1 is not set | 585 | # CONFIG_W1 is not set |
586 | # CONFIG_POWER_SUPPLY is not set | ||
652 | # CONFIG_HWMON is not set | 587 | # CONFIG_HWMON is not set |
653 | 588 | ||
654 | # | 589 | # |
@@ -673,6 +608,7 @@ CONFIG_DEVPORT=y | |||
673 | # | 608 | # |
674 | # CONFIG_DISPLAY_SUPPORT is not set | 609 | # CONFIG_DISPLAY_SUPPORT is not set |
675 | # CONFIG_VGASTATE is not set | 610 | # CONFIG_VGASTATE is not set |
611 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
676 | CONFIG_FB=y | 612 | CONFIG_FB=y |
677 | CONFIG_FIRMWARE_EDID=y | 613 | CONFIG_FIRMWARE_EDID=y |
678 | # CONFIG_FB_DDC is not set | 614 | # CONFIG_FB_DDC is not set |
@@ -699,7 +635,6 @@ CONFIG_FB_DEFERRED_IO=y | |||
699 | # CONFIG_FB_ASILIANT is not set | 635 | # CONFIG_FB_ASILIANT is not set |
700 | # CONFIG_FB_IMSTT is not set | 636 | # CONFIG_FB_IMSTT is not set |
701 | CONFIG_FB_PVR2=y | 637 | CONFIG_FB_PVR2=y |
702 | # CONFIG_FB_EPSON1355 is not set | ||
703 | # CONFIG_FB_S1D13XXX is not set | 638 | # CONFIG_FB_S1D13XXX is not set |
704 | # CONFIG_FB_NVIDIA is not set | 639 | # CONFIG_FB_NVIDIA is not set |
705 | # CONFIG_FB_RIVA is not set | 640 | # CONFIG_FB_RIVA is not set |
@@ -725,6 +660,7 @@ CONFIG_FB_PVR2=y | |||
725 | # | 660 | # |
726 | CONFIG_DUMMY_CONSOLE=y | 661 | CONFIG_DUMMY_CONSOLE=y |
727 | CONFIG_FRAMEBUFFER_CONSOLE=y | 662 | CONFIG_FRAMEBUFFER_CONSOLE=y |
663 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
728 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | 664 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set |
729 | CONFIG_FONTS=y | 665 | CONFIG_FONTS=y |
730 | CONFIG_FONT_8x8=y | 666 | CONFIG_FONT_8x8=y |
@@ -749,16 +685,10 @@ CONFIG_LOGO_SUPERH_CLUT224=y | |||
749 | # Sound | 685 | # Sound |
750 | # | 686 | # |
751 | # CONFIG_SOUND is not set | 687 | # CONFIG_SOUND is not set |
752 | 688 | CONFIG_HID_SUPPORT=y | |
753 | # | ||
754 | # HID Devices | ||
755 | # | ||
756 | CONFIG_HID=y | 689 | CONFIG_HID=y |
757 | # CONFIG_HID_DEBUG is not set | 690 | # CONFIG_HID_DEBUG is not set |
758 | 691 | CONFIG_USB_SUPPORT=y | |
759 | # | ||
760 | # USB support | ||
761 | # | ||
762 | CONFIG_USB_ARCH_HAS_HCD=y | 692 | CONFIG_USB_ARCH_HAS_HCD=y |
763 | CONFIG_USB_ARCH_HAS_OHCI=y | 693 | CONFIG_USB_ARCH_HAS_OHCI=y |
764 | CONFIG_USB_ARCH_HAS_EHCI=y | 694 | CONFIG_USB_ARCH_HAS_EHCI=y |
@@ -773,32 +703,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
773 | # | 703 | # |
774 | # CONFIG_USB_GADGET is not set | 704 | # CONFIG_USB_GADGET is not set |
775 | # CONFIG_MMC is not set | 705 | # CONFIG_MMC is not set |
776 | |||
777 | # | ||
778 | # LED devices | ||
779 | # | ||
780 | # CONFIG_NEW_LEDS is not set | 706 | # CONFIG_NEW_LEDS is not set |
781 | |||
782 | # | ||
783 | # LED drivers | ||
784 | # | ||
785 | |||
786 | # | ||
787 | # LED Triggers | ||
788 | # | ||
789 | |||
790 | # | ||
791 | # InfiniBand support | ||
792 | # | ||
793 | # CONFIG_INFINIBAND is not set | 707 | # CONFIG_INFINIBAND is not set |
794 | |||
795 | # | ||
796 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
797 | # | ||
798 | |||
799 | # | ||
800 | # Real Time Clock | ||
801 | # | ||
802 | # CONFIG_RTC_CLASS is not set | 708 | # CONFIG_RTC_CLASS is not set |
803 | 709 | ||
804 | # | 710 | # |
@@ -815,6 +721,11 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
815 | # | 721 | # |
816 | 722 | ||
817 | # | 723 | # |
724 | # Userspace I/O | ||
725 | # | ||
726 | # CONFIG_UIO is not set | ||
727 | |||
728 | # | ||
818 | # File systems | 729 | # File systems |
819 | # | 730 | # |
820 | # CONFIG_EXT2_FS is not set | 731 | # CONFIG_EXT2_FS is not set |
@@ -890,7 +801,6 @@ CONFIG_RAMFS=y | |||
890 | # CONFIG_NCP_FS is not set | 801 | # CONFIG_NCP_FS is not set |
891 | # CONFIG_CODA_FS is not set | 802 | # CONFIG_CODA_FS is not set |
892 | # CONFIG_AFS_FS is not set | 803 | # CONFIG_AFS_FS is not set |
893 | # CONFIG_9P_FS is not set | ||
894 | 804 | ||
895 | # | 805 | # |
896 | # Partition Types | 806 | # Partition Types |
@@ -935,10 +845,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
935 | # | 845 | # |
936 | # CONFIG_KEYS is not set | 846 | # CONFIG_KEYS is not set |
937 | # CONFIG_SECURITY is not set | 847 | # CONFIG_SECURITY is not set |
938 | |||
939 | # | ||
940 | # Cryptographic options | ||
941 | # | ||
942 | # CONFIG_CRYPTO is not set | 848 | # CONFIG_CRYPTO is not set |
943 | 849 | ||
944 | # | 850 | # |
@@ -949,6 +855,7 @@ CONFIG_BITREVERSE=y | |||
949 | # CONFIG_CRC16 is not set | 855 | # CONFIG_CRC16 is not set |
950 | # CONFIG_CRC_ITU_T is not set | 856 | # CONFIG_CRC_ITU_T is not set |
951 | CONFIG_CRC32=y | 857 | CONFIG_CRC32=y |
858 | # CONFIG_CRC7 is not set | ||
952 | # CONFIG_LIBCRC32C is not set | 859 | # CONFIG_LIBCRC32C is not set |
953 | CONFIG_PLIST=y | 860 | CONFIG_PLIST=y |
954 | CONFIG_HAS_IOMEM=y | 861 | CONFIG_HAS_IOMEM=y |
diff --git a/arch/sh/configs/hp6xx_defconfig b/arch/sh/configs/hp6xx_defconfig index b931d9b2d579..756d38dc2f71 100644 --- a/arch/sh/configs/hp6xx_defconfig +++ b/arch/sh/configs/hp6xx_defconfig | |||
@@ -1,37 +1,47 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.18 | 3 | # Linux kernel version: 2.6.23-rc4 |
4 | # Tue Oct 3 11:10:06 2006 | 4 | # Tue Sep 11 19:42:44 2007 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_BUG=y | ||
8 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 9 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
9 | CONFIG_GENERIC_HWEIGHT=y | 10 | CONFIG_GENERIC_HWEIGHT=y |
10 | CONFIG_GENERIC_HARDIRQS=y | 11 | CONFIG_GENERIC_HARDIRQS=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_GENERIC_TIME=y | ||
15 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
16 | CONFIG_SYS_SUPPORTS_PM=y | ||
17 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
18 | CONFIG_STACKTRACE_SUPPORT=y | ||
19 | CONFIG_LOCKDEP_SUPPORT=y | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
13 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
14 | 24 | ||
15 | # | 25 | # |
16 | # Code maturity level options | 26 | # General setup |
17 | # | 27 | # |
18 | CONFIG_EXPERIMENTAL=y | 28 | CONFIG_EXPERIMENTAL=y |
19 | CONFIG_BROKEN_ON_SMP=y | 29 | CONFIG_BROKEN_ON_SMP=y |
20 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 30 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
21 | |||
22 | # | ||
23 | # General setup | ||
24 | # | ||
25 | CONFIG_LOCALVERSION="" | 31 | CONFIG_LOCALVERSION="" |
26 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
27 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
28 | # CONFIG_SYSVIPC is not set | 34 | # CONFIG_SYSVIPC is not set |
29 | # CONFIG_BSD_PROCESS_ACCT is not set | 35 | CONFIG_BSD_PROCESS_ACCT=y |
30 | # CONFIG_UTS_NS is not set | 36 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
31 | # CONFIG_IKCONFIG is not set | 37 | # CONFIG_USER_NS is not set |
38 | CONFIG_IKCONFIG=y | ||
39 | CONFIG_IKCONFIG_PROC=y | ||
40 | CONFIG_LOG_BUF_SHIFT=14 | ||
41 | CONFIG_SYSFS_DEPRECATED=y | ||
32 | # CONFIG_RELAY is not set | 42 | # CONFIG_RELAY is not set |
33 | CONFIG_INITRAMFS_SOURCE="" | 43 | # CONFIG_BLK_DEV_INITRD is not set |
34 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
35 | CONFIG_SYSCTL=y | 45 | CONFIG_SYSCTL=y |
36 | CONFIG_EMBEDDED=y | 46 | CONFIG_EMBEDDED=y |
37 | CONFIG_UID16=y | 47 | CONFIG_UID16=y |
@@ -44,27 +54,25 @@ CONFIG_BUG=y | |||
44 | CONFIG_ELF_CORE=y | 54 | CONFIG_ELF_CORE=y |
45 | CONFIG_BASE_FULL=y | 55 | CONFIG_BASE_FULL=y |
46 | CONFIG_FUTEX=y | 56 | CONFIG_FUTEX=y |
57 | CONFIG_ANON_INODES=y | ||
47 | CONFIG_EPOLL=y | 58 | CONFIG_EPOLL=y |
59 | CONFIG_SIGNALFD=y | ||
60 | CONFIG_TIMERFD=y | ||
61 | CONFIG_EVENTFD=y | ||
48 | CONFIG_SHMEM=y | 62 | CONFIG_SHMEM=y |
49 | CONFIG_SLAB=y | ||
50 | CONFIG_VM_EVENT_COUNTERS=y | 63 | CONFIG_VM_EVENT_COUNTERS=y |
64 | CONFIG_SLAB=y | ||
65 | # CONFIG_SLUB is not set | ||
66 | # CONFIG_SLOB is not set | ||
51 | CONFIG_RT_MUTEXES=y | 67 | CONFIG_RT_MUTEXES=y |
52 | # CONFIG_TINY_SHMEM is not set | 68 | # CONFIG_TINY_SHMEM is not set |
53 | CONFIG_BASE_SMALL=0 | 69 | CONFIG_BASE_SMALL=0 |
54 | # CONFIG_SLOB is not set | ||
55 | |||
56 | # | ||
57 | # Loadable module support | ||
58 | # | ||
59 | # CONFIG_MODULES is not set | 70 | # CONFIG_MODULES is not set |
60 | |||
61 | # | ||
62 | # Block layer | ||
63 | # | ||
64 | CONFIG_BLOCK=y | 71 | CONFIG_BLOCK=y |
65 | # CONFIG_LBD is not set | 72 | # CONFIG_LBD is not set |
66 | # CONFIG_BLK_DEV_IO_TRACE is not set | 73 | # CONFIG_BLK_DEV_IO_TRACE is not set |
67 | # CONFIG_LSF is not set | 74 | # CONFIG_LSF is not set |
75 | # CONFIG_BLK_DEV_BSG is not set | ||
68 | 76 | ||
69 | # | 77 | # |
70 | # IO Schedulers | 78 | # IO Schedulers |
@@ -82,55 +90,17 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
82 | # | 90 | # |
83 | # System type | 91 | # System type |
84 | # | 92 | # |
85 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
86 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
87 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
88 | # CONFIG_SH_7343_SOLUTION_ENGINE is not set | ||
89 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
90 | # CONFIG_SH_7751_SYSTEMH is not set | ||
91 | CONFIG_SH_HP6XX=y | ||
92 | # CONFIG_SH_EC3104 is not set | ||
93 | # CONFIG_SH_SATURN is not set | ||
94 | # CONFIG_SH_DREAMCAST is not set | ||
95 | # CONFIG_SH_BIGSUR is not set | ||
96 | # CONFIG_SH_MPC1211 is not set | ||
97 | # CONFIG_SH_SH03 is not set | ||
98 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
99 | # CONFIG_SH_HS7751RVOIP is not set | ||
100 | # CONFIG_SH_7710VOIPGW is not set | ||
101 | # CONFIG_SH_RTS7751R2D is not set | ||
102 | # CONFIG_SH_R7780RP is not set | ||
103 | # CONFIG_SH_EDOSK7705 is not set | ||
104 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
105 | # CONFIG_SH_LANDISK is not set | ||
106 | # CONFIG_SH_TITAN is not set | ||
107 | # CONFIG_SH_SHMIN is not set | ||
108 | # CONFIG_SH_UNKNOWN is not set | ||
109 | |||
110 | # | ||
111 | # Processor selection | ||
112 | # | ||
113 | CONFIG_CPU_SH3=y | 93 | CONFIG_CPU_SH3=y |
114 | 94 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | |
115 | # | 95 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
116 | # SH-2 Processor Support | ||
117 | # | ||
118 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | ||
119 | |||
120 | # | ||
121 | # SH-3 Processor Support | ||
122 | # | ||
123 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
124 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 96 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
125 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 97 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
126 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 98 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
127 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | 99 | # CONFIG_CPU_SUBTYPE_SH7708 is not set |
128 | CONFIG_CPU_SUBTYPE_SH7709=y | 100 | CONFIG_CPU_SUBTYPE_SH7709=y |
129 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 101 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
130 | 102 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | |
131 | # | 103 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
132 | # SH-4 Processor Support | ||
133 | # | ||
134 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 104 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
135 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 105 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
136 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 106 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -139,66 +109,78 @@ CONFIG_CPU_SUBTYPE_SH7709=y | |||
139 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 109 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
140 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 110 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
141 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 111 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
142 | |||
143 | # | ||
144 | # ST40 Processor Support | ||
145 | # | ||
146 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | 112 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set |
147 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | 113 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set |
148 | |||
149 | # | ||
150 | # SH-4A Processor Support | ||
151 | # | ||
152 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 114 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
153 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 115 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
154 | 116 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | |
155 | # | 117 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
156 | # SH4AL-DSP Processor Support | ||
157 | # | ||
158 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
159 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 118 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
119 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
160 | 120 | ||
161 | # | 121 | # |
162 | # Memory management options | 122 | # Memory management options |
163 | # | 123 | # |
124 | CONFIG_QUICKLIST=y | ||
164 | CONFIG_MMU=y | 125 | CONFIG_MMU=y |
165 | CONFIG_PAGE_OFFSET=0x80000000 | 126 | CONFIG_PAGE_OFFSET=0x80000000 |
166 | CONFIG_MEMORY_START=0x0c000000 | 127 | CONFIG_MEMORY_START=0x0d000000 |
167 | CONFIG_MEMORY_SIZE=0x00400000 | 128 | CONFIG_MEMORY_SIZE=0x00400000 |
168 | CONFIG_VSYSCALL=y | 129 | CONFIG_VSYSCALL=y |
130 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
131 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
132 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
133 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
134 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
135 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
136 | CONFIG_PAGE_SIZE_4KB=y | ||
137 | # CONFIG_PAGE_SIZE_8KB is not set | ||
138 | # CONFIG_PAGE_SIZE_64KB is not set | ||
169 | CONFIG_SELECT_MEMORY_MODEL=y | 139 | CONFIG_SELECT_MEMORY_MODEL=y |
170 | CONFIG_FLATMEM_MANUAL=y | 140 | CONFIG_FLATMEM_MANUAL=y |
171 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 141 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
172 | # CONFIG_SPARSEMEM_MANUAL is not set | 142 | # CONFIG_SPARSEMEM_MANUAL is not set |
173 | CONFIG_FLATMEM=y | 143 | CONFIG_FLATMEM=y |
174 | CONFIG_FLAT_NODE_MEM_MAP=y | 144 | CONFIG_FLAT_NODE_MEM_MAP=y |
175 | # CONFIG_SPARSEMEM_STATIC is not set | 145 | CONFIG_SPARSEMEM_STATIC=y |
176 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 146 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
177 | # CONFIG_RESOURCES_64BIT is not set | 147 | # CONFIG_RESOURCES_64BIT is not set |
148 | CONFIG_ZONE_DMA_FLAG=0 | ||
149 | CONFIG_NR_QUICK=2 | ||
178 | 150 | ||
179 | # | 151 | # |
180 | # Cache configuration | 152 | # Cache configuration |
181 | # | 153 | # |
182 | # CONFIG_SH_DIRECT_MAPPED is not set | 154 | # CONFIG_SH_DIRECT_MAPPED is not set |
183 | # CONFIG_SH_WRITETHROUGH is not set | 155 | CONFIG_CACHE_WRITEBACK=y |
184 | # CONFIG_SH_OCRAM is not set | 156 | # CONFIG_CACHE_WRITETHROUGH is not set |
157 | # CONFIG_CACHE_OFF is not set | ||
185 | 158 | ||
186 | # | 159 | # |
187 | # Processor features | 160 | # Processor features |
188 | # | 161 | # |
189 | CONFIG_CPU_LITTLE_ENDIAN=y | 162 | CONFIG_CPU_LITTLE_ENDIAN=y |
163 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
190 | # CONFIG_SH_FPU_EMU is not set | 164 | # CONFIG_SH_FPU_EMU is not set |
191 | # CONFIG_SH_DSP is not set | ||
192 | CONFIG_SH_ADC=y | 165 | CONFIG_SH_ADC=y |
193 | CONFIG_CPU_HAS_INTEVT=y | 166 | CONFIG_CPU_HAS_INTEVT=y |
194 | CONFIG_CPU_HAS_PINT_IRQ=y | ||
195 | CONFIG_CPU_HAS_SR_RB=y | 167 | CONFIG_CPU_HAS_SR_RB=y |
196 | 168 | ||
197 | # | 169 | # |
198 | # Timer support | 170 | # Board support |
171 | # | ||
172 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
173 | CONFIG_SH_HP6XX=y | ||
174 | |||
175 | # | ||
176 | # Timer and clock configuration | ||
199 | # | 177 | # |
200 | CONFIG_SH_TMU=y | 178 | CONFIG_SH_TMU=y |
179 | CONFIG_SH_TIMER_IRQ=16 | ||
201 | CONFIG_SH_PCLK_FREQ=22110000 | 180 | CONFIG_SH_PCLK_FREQ=22110000 |
181 | # CONFIG_TICK_ONESHOT is not set | ||
182 | # CONFIG_NO_HZ is not set | ||
183 | # CONFIG_HIGH_RES_TIMERS is not set | ||
202 | 184 | ||
203 | # | 185 | # |
204 | # CPU Frequency scaling | 186 | # CPU Frequency scaling |
@@ -208,6 +190,7 @@ CONFIG_SH_PCLK_FREQ=22110000 | |||
208 | # | 190 | # |
209 | # DMA support | 191 | # DMA support |
210 | # | 192 | # |
193 | CONFIG_SH_DMA_API=y | ||
211 | CONFIG_SH_DMA=y | 194 | CONFIG_SH_DMA=y |
212 | CONFIG_NR_ONCHIP_DMA_CHANNELS=4 | 195 | CONFIG_NR_ONCHIP_DMA_CHANNELS=4 |
213 | # CONFIG_NR_DMA_CHANNELS_BOOL is not set | 196 | # CONFIG_NR_DMA_CHANNELS_BOOL is not set |
@@ -223,14 +206,21 @@ CONFIG_HD64461_IOBASE=0xb0000000 | |||
223 | CONFIG_HD64461_ENABLER=y | 206 | CONFIG_HD64461_ENABLER=y |
224 | 207 | ||
225 | # | 208 | # |
209 | # Additional SuperH Device Drivers | ||
210 | # | ||
211 | # CONFIG_HEARTBEAT is not set | ||
212 | # CONFIG_PUSH_SWITCH is not set | ||
213 | |||
214 | # | ||
226 | # Kernel features | 215 | # Kernel features |
227 | # | 216 | # |
228 | # CONFIG_HZ_100 is not set | 217 | # CONFIG_HZ_100 is not set |
229 | CONFIG_HZ_250=y | 218 | CONFIG_HZ_250=y |
219 | # CONFIG_HZ_300 is not set | ||
230 | # CONFIG_HZ_1000 is not set | 220 | # CONFIG_HZ_1000 is not set |
231 | CONFIG_HZ=250 | 221 | CONFIG_HZ=250 |
232 | # CONFIG_KEXEC is not set | 222 | # CONFIG_KEXEC is not set |
233 | # CONFIG_SMP is not set | 223 | # CONFIG_CRASH_DUMP is not set |
234 | CONFIG_PREEMPT_NONE=y | 224 | CONFIG_PREEMPT_NONE=y |
235 | # CONFIG_PREEMPT_VOLUNTARY is not set | 225 | # CONFIG_PREEMPT_VOLUNTARY is not set |
236 | # CONFIG_PREEMPT is not set | 226 | # CONFIG_PREEMPT is not set |
@@ -240,14 +230,13 @@ CONFIG_PREEMPT_NONE=y | |||
240 | # | 230 | # |
241 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 231 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
242 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 232 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
243 | # CONFIG_UBC_WAKEUP is not set | ||
244 | # CONFIG_CMDLINE_BOOL is not set | 233 | # CONFIG_CMDLINE_BOOL is not set |
245 | 234 | ||
246 | # | 235 | # |
247 | # Bus options | 236 | # Bus options |
248 | # | 237 | # |
249 | CONFIG_ISA=y | 238 | CONFIG_ISA=y |
250 | # CONFIG_PCI is not set | 239 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
251 | 240 | ||
252 | # | 241 | # |
253 | # PCCARD (PCMCIA/CardBus) support | 242 | # PCCARD (PCMCIA/CardBus) support |
@@ -266,14 +255,9 @@ CONFIG_PCMCIA_IOCTL=y | |||
266 | CONFIG_PCMCIA_PROBE=y | 255 | CONFIG_PCMCIA_PROBE=y |
267 | 256 | ||
268 | # | 257 | # |
269 | # PCI Hotplug Support | ||
270 | # | ||
271 | |||
272 | # | ||
273 | # Executable file formats | 258 | # Executable file formats |
274 | # | 259 | # |
275 | CONFIG_BINFMT_ELF=y | 260 | CONFIG_BINFMT_ELF=y |
276 | # CONFIG_BINFMT_FLAT is not set | ||
277 | # CONFIG_BINFMT_MISC is not set | 261 | # CONFIG_BINFMT_MISC is not set |
278 | 262 | ||
279 | # | 263 | # |
@@ -282,8 +266,9 @@ CONFIG_BINFMT_ELF=y | |||
282 | CONFIG_PM=y | 266 | CONFIG_PM=y |
283 | CONFIG_PM_LEGACY=y | 267 | CONFIG_PM_LEGACY=y |
284 | # CONFIG_PM_DEBUG is not set | 268 | # CONFIG_PM_DEBUG is not set |
285 | # CONFIG_PM_SYSFS_DEPRECATED is not set | 269 | CONFIG_PM_SLEEP=y |
286 | CONFIG_APM=y | 270 | CONFIG_SUSPEND=y |
271 | CONFIG_APM_EMULATION=y | ||
287 | 272 | ||
288 | # | 273 | # |
289 | # Networking | 274 | # Networking |
@@ -301,109 +286,76 @@ CONFIG_APM=y | |||
301 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 286 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
302 | CONFIG_FW_LOADER=y | 287 | CONFIG_FW_LOADER=y |
303 | # CONFIG_SYS_HYPERVISOR is not set | 288 | # CONFIG_SYS_HYPERVISOR is not set |
304 | |||
305 | # | ||
306 | # Connector - unified userspace <-> kernelspace linker | ||
307 | # | ||
308 | |||
309 | # | ||
310 | # Memory Technology Devices (MTD) | ||
311 | # | ||
312 | # CONFIG_MTD is not set | 289 | # CONFIG_MTD is not set |
313 | |||
314 | # | ||
315 | # Parallel port support | ||
316 | # | ||
317 | # CONFIG_PARPORT is not set | 290 | # CONFIG_PARPORT is not set |
318 | |||
319 | # | ||
320 | # Plug and Play support | ||
321 | # | ||
322 | # CONFIG_PNP is not set | 291 | # CONFIG_PNP is not set |
323 | 292 | CONFIG_BLK_DEV=y | |
324 | # | ||
325 | # Block devices | ||
326 | # | ||
327 | # CONFIG_BLK_DEV_COW_COMMON is not set | 293 | # CONFIG_BLK_DEV_COW_COMMON is not set |
328 | # CONFIG_BLK_DEV_LOOP is not set | 294 | # CONFIG_BLK_DEV_LOOP is not set |
329 | CONFIG_BLK_DEV_RAM=y | 295 | # CONFIG_BLK_DEV_RAM is not set |
330 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
331 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
332 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
333 | CONFIG_BLK_DEV_INITRD=y | ||
334 | # CONFIG_CDROM_PKTCDVD is not set | 296 | # CONFIG_CDROM_PKTCDVD is not set |
335 | 297 | CONFIG_MISC_DEVICES=y | |
336 | # | 298 | # CONFIG_EEPROM_93CX6 is not set |
337 | # ATA/ATAPI/MFM/RLL support | 299 | # CONFIG_IDE is not set |
338 | # | ||
339 | CONFIG_IDE=y | ||
340 | CONFIG_IDE_MAX_HWIFS=4 | ||
341 | CONFIG_BLK_DEV_IDE=y | ||
342 | |||
343 | # | ||
344 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
345 | # | ||
346 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
347 | CONFIG_BLK_DEV_IDEDISK=y | ||
348 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
349 | CONFIG_BLK_DEV_IDECS=y | ||
350 | # CONFIG_BLK_DEV_IDECD is not set | ||
351 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
352 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
353 | # CONFIG_IDE_TASK_IOCTL is not set | ||
354 | |||
355 | # | ||
356 | # IDE chipset support/bugfixes | ||
357 | # | ||
358 | CONFIG_IDE_GENERIC=y | ||
359 | # CONFIG_IDE_ARM is not set | ||
360 | # CONFIG_IDE_CHIPSETS is not set | ||
361 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
362 | # CONFIG_IDEDMA_AUTO is not set | ||
363 | # CONFIG_BLK_DEV_HD is not set | ||
364 | 300 | ||
365 | # | 301 | # |
366 | # SCSI device support | 302 | # SCSI device support |
367 | # | 303 | # |
368 | # CONFIG_RAID_ATTRS is not set | 304 | # CONFIG_RAID_ATTRS is not set |
369 | # CONFIG_SCSI is not set | 305 | CONFIG_SCSI=y |
306 | CONFIG_SCSI_DMA=y | ||
307 | # CONFIG_SCSI_TGT is not set | ||
370 | # CONFIG_SCSI_NETLINK is not set | 308 | # CONFIG_SCSI_NETLINK is not set |
371 | 309 | CONFIG_SCSI_PROC_FS=y | |
372 | # | 310 | |
373 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | 311 | # |
374 | # | 312 | # SCSI support type (disk, tape, CD-ROM) |
375 | # CONFIG_ATA is not set | 313 | # |
376 | 314 | CONFIG_BLK_DEV_SD=y | |
377 | # | 315 | # CONFIG_CHR_DEV_ST is not set |
378 | # Old CD-ROM drivers (not SCSI, not IDE) | 316 | # CONFIG_CHR_DEV_OSST is not set |
379 | # | 317 | # CONFIG_BLK_DEV_SR is not set |
380 | # CONFIG_CD_NO_IDESCSI is not set | 318 | # CONFIG_CHR_DEV_SG is not set |
381 | 319 | # CONFIG_CHR_DEV_SCH is not set | |
382 | # | 320 | |
383 | # Multi-device support (RAID and LVM) | 321 | # |
384 | # | 322 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs |
323 | # | ||
324 | # CONFIG_SCSI_MULTI_LUN is not set | ||
325 | # CONFIG_SCSI_CONSTANTS is not set | ||
326 | # CONFIG_SCSI_LOGGING is not set | ||
327 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
328 | |||
329 | # | ||
330 | # SCSI Transports | ||
331 | # | ||
332 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
333 | # CONFIG_SCSI_FC_ATTRS is not set | ||
334 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
335 | CONFIG_SCSI_LOWLEVEL=y | ||
336 | # CONFIG_SCSI_AHA152X is not set | ||
337 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
338 | # CONFIG_SCSI_IN2000 is not set | ||
339 | # CONFIG_SCSI_DTC3280 is not set | ||
340 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
341 | # CONFIG_SCSI_GENERIC_NCR5380 is not set | ||
342 | # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set | ||
343 | # CONFIG_SCSI_NCR53C406A is not set | ||
344 | # CONFIG_SCSI_PAS16 is not set | ||
345 | # CONFIG_SCSI_PSI240I is not set | ||
346 | # CONFIG_SCSI_QLOGIC_FAS is not set | ||
347 | # CONFIG_SCSI_SYM53C416 is not set | ||
348 | # CONFIG_SCSI_T128 is not set | ||
349 | # CONFIG_SCSI_DEBUG is not set | ||
350 | # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set | ||
351 | CONFIG_ATA=y | ||
352 | # CONFIG_ATA_NONSTANDARD is not set | ||
353 | # CONFIG_PATA_LEGACY is not set | ||
354 | # CONFIG_PATA_PCMCIA is not set | ||
355 | # CONFIG_PATA_QDI is not set | ||
356 | # CONFIG_PATA_WINBOND_VLB is not set | ||
357 | CONFIG_PATA_PLATFORM=y | ||
385 | # CONFIG_MD is not set | 358 | # CONFIG_MD is not set |
386 | |||
387 | # | ||
388 | # Fusion MPT device support | ||
389 | # | ||
390 | # CONFIG_FUSION is not set | ||
391 | |||
392 | # | ||
393 | # IEEE 1394 (FireWire) support | ||
394 | # | ||
395 | |||
396 | # | ||
397 | # I2O device support | ||
398 | # | ||
399 | |||
400 | # | ||
401 | # ISDN subsystem | ||
402 | # | ||
403 | |||
404 | # | ||
405 | # Telephony Support | ||
406 | # | ||
407 | # CONFIG_PHONE is not set | 359 | # CONFIG_PHONE is not set |
408 | 360 | ||
409 | # | 361 | # |
@@ -411,19 +363,17 @@ CONFIG_IDE_GENERIC=y | |||
411 | # | 363 | # |
412 | CONFIG_INPUT=y | 364 | CONFIG_INPUT=y |
413 | # CONFIG_INPUT_FF_MEMLESS is not set | 365 | # CONFIG_INPUT_FF_MEMLESS is not set |
366 | CONFIG_INPUT_POLLDEV=y | ||
414 | 367 | ||
415 | # | 368 | # |
416 | # Userland interfaces | 369 | # Userland interfaces |
417 | # | 370 | # |
418 | CONFIG_INPUT_MOUSEDEV=y | 371 | # CONFIG_INPUT_MOUSEDEV is not set |
419 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
420 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
421 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
422 | # CONFIG_INPUT_JOYDEV is not set | 372 | # CONFIG_INPUT_JOYDEV is not set |
423 | CONFIG_INPUT_TSDEV=y | 373 | CONFIG_INPUT_TSDEV=y |
424 | CONFIG_INPUT_TSDEV_SCREEN_X=240 | 374 | CONFIG_INPUT_TSDEV_SCREEN_X=240 |
425 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 | 375 | CONFIG_INPUT_TSDEV_SCREEN_Y=320 |
426 | # CONFIG_INPUT_EVDEV is not set | 376 | CONFIG_INPUT_EVDEV=y |
427 | # CONFIG_INPUT_EVBUG is not set | 377 | # CONFIG_INPUT_EVBUG is not set |
428 | 378 | ||
429 | # | 379 | # |
@@ -436,9 +386,12 @@ CONFIG_INPUT_KEYBOARD=y | |||
436 | # CONFIG_KEYBOARD_XTKBD is not set | 386 | # CONFIG_KEYBOARD_XTKBD is not set |
437 | # CONFIG_KEYBOARD_NEWTON is not set | 387 | # CONFIG_KEYBOARD_NEWTON is not set |
438 | # CONFIG_KEYBOARD_STOWAWAY is not set | 388 | # CONFIG_KEYBOARD_STOWAWAY is not set |
389 | CONFIG_KEYBOARD_HP6XX=y | ||
439 | # CONFIG_INPUT_MOUSE is not set | 390 | # CONFIG_INPUT_MOUSE is not set |
440 | # CONFIG_INPUT_JOYSTICK is not set | 391 | # CONFIG_INPUT_JOYSTICK is not set |
392 | # CONFIG_INPUT_TABLET is not set | ||
441 | CONFIG_INPUT_TOUCHSCREEN=y | 393 | CONFIG_INPUT_TOUCHSCREEN=y |
394 | # CONFIG_TOUCHSCREEN_FUJITSU is not set | ||
442 | # CONFIG_TOUCHSCREEN_GUNZE is not set | 395 | # CONFIG_TOUCHSCREEN_GUNZE is not set |
443 | # CONFIG_TOUCHSCREEN_ELO is not set | 396 | # CONFIG_TOUCHSCREEN_ELO is not set |
444 | # CONFIG_TOUCHSCREEN_MTOUCH is not set | 397 | # CONFIG_TOUCHSCREEN_MTOUCH is not set |
@@ -447,6 +400,7 @@ CONFIG_TOUCHSCREEN_HP600=y | |||
447 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set | 400 | # CONFIG_TOUCHSCREEN_PENMOUNT is not set |
448 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set | 401 | # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set |
449 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set | 402 | # CONFIG_TOUCHSCREEN_TOUCHWIN is not set |
403 | # CONFIG_TOUCHSCREEN_UCB1400 is not set | ||
450 | # CONFIG_INPUT_MISC is not set | 404 | # CONFIG_INPUT_MISC is not set |
451 | 405 | ||
452 | # | 406 | # |
@@ -476,46 +430,29 @@ CONFIG_HW_CONSOLE=y | |||
476 | # | 430 | # |
477 | # Non-8250 serial port support | 431 | # Non-8250 serial port support |
478 | # | 432 | # |
479 | # CONFIG_SERIAL_SH_SCI is not set | 433 | CONFIG_SERIAL_SH_SCI=y |
434 | CONFIG_SERIAL_SH_SCI_NR_UARTS=3 | ||
435 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
436 | CONFIG_SERIAL_CORE=y | ||
437 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
480 | CONFIG_UNIX98_PTYS=y | 438 | CONFIG_UNIX98_PTYS=y |
481 | CONFIG_LEGACY_PTYS=y | 439 | CONFIG_LEGACY_PTYS=y |
482 | CONFIG_LEGACY_PTY_COUNT=256 | 440 | CONFIG_LEGACY_PTY_COUNT=64 |
483 | |||
484 | # | ||
485 | # IPMI | ||
486 | # | ||
487 | # CONFIG_IPMI_HANDLER is not set | 441 | # CONFIG_IPMI_HANDLER is not set |
488 | |||
489 | # | ||
490 | # Watchdog Cards | ||
491 | # | ||
492 | # CONFIG_WATCHDOG is not set | 442 | # CONFIG_WATCHDOG is not set |
493 | CONFIG_HW_RANDOM=y | 443 | CONFIG_HW_RANDOM=y |
494 | # CONFIG_GEN_RTC is not set | ||
495 | # CONFIG_DTLK is not set | 444 | # CONFIG_DTLK is not set |
496 | # CONFIG_R3964 is not set | 445 | # CONFIG_R3964 is not set |
497 | 446 | ||
498 | # | 447 | # |
499 | # Ftape, the floppy tape device driver | ||
500 | # | ||
501 | |||
502 | # | ||
503 | # PCMCIA character devices | 448 | # PCMCIA character devices |
504 | # | 449 | # |
505 | # CONFIG_SYNCLINK_CS is not set | 450 | # CONFIG_SYNCLINK_CS is not set |
506 | # CONFIG_CARDMAN_4000 is not set | 451 | # CONFIG_CARDMAN_4000 is not set |
507 | # CONFIG_CARDMAN_4040 is not set | 452 | # CONFIG_CARDMAN_4040 is not set |
508 | # CONFIG_RAW_DRIVER is not set | 453 | # CONFIG_RAW_DRIVER is not set |
509 | |||
510 | # | ||
511 | # TPM devices | ||
512 | # | ||
513 | # CONFIG_TCG_TPM is not set | 454 | # CONFIG_TCG_TPM is not set |
514 | # CONFIG_TELCLOCK is not set | 455 | CONFIG_DEVPORT=y |
515 | |||
516 | # | ||
517 | # I2C support | ||
518 | # | ||
519 | # CONFIG_I2C is not set | 456 | # CONFIG_I2C is not set |
520 | 457 | ||
521 | # | 458 | # |
@@ -523,48 +460,55 @@ CONFIG_HW_RANDOM=y | |||
523 | # | 460 | # |
524 | # CONFIG_SPI is not set | 461 | # CONFIG_SPI is not set |
525 | # CONFIG_SPI_MASTER is not set | 462 | # CONFIG_SPI_MASTER is not set |
463 | # CONFIG_W1 is not set | ||
464 | # CONFIG_POWER_SUPPLY is not set | ||
465 | # CONFIG_HWMON is not set | ||
526 | 466 | ||
527 | # | 467 | # |
528 | # Dallas's 1-wire bus | 468 | # Multifunction device drivers |
529 | # | ||
530 | |||
531 | # | ||
532 | # Hardware Monitoring support | ||
533 | # | ||
534 | CONFIG_HWMON=y | ||
535 | # CONFIG_HWMON_VID is not set | ||
536 | # CONFIG_SENSORS_ABITUGURU is not set | ||
537 | # CONFIG_SENSORS_F71805F is not set | ||
538 | # CONFIG_SENSORS_VT1211 is not set | ||
539 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
540 | |||
541 | # | ||
542 | # Misc devices | ||
543 | # | 469 | # |
470 | # CONFIG_MFD_SM501 is not set | ||
544 | 471 | ||
545 | # | 472 | # |
546 | # Multimedia devices | 473 | # Multimedia devices |
547 | # | 474 | # |
548 | # CONFIG_VIDEO_DEV is not set | 475 | # CONFIG_VIDEO_DEV is not set |
549 | CONFIG_VIDEO_V4L2=y | 476 | # CONFIG_DAB is not set |
550 | 477 | ||
551 | # | 478 | # |
552 | # Digital Video Broadcasting Devices | 479 | # Graphics support |
553 | # | 480 | # |
481 | CONFIG_BACKLIGHT_LCD_SUPPORT=y | ||
482 | CONFIG_LCD_CLASS_DEVICE=y | ||
483 | CONFIG_BACKLIGHT_CLASS_DEVICE=y | ||
484 | CONFIG_BACKLIGHT_HP680=y | ||
554 | 485 | ||
555 | # | 486 | # |
556 | # Graphics support | 487 | # Display device support |
557 | # | 488 | # |
558 | CONFIG_FIRMWARE_EDID=y | 489 | # CONFIG_DISPLAY_SUPPORT is not set |
490 | # CONFIG_VGASTATE is not set | ||
491 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
559 | CONFIG_FB=y | 492 | CONFIG_FB=y |
493 | CONFIG_FIRMWARE_EDID=y | ||
494 | # CONFIG_FB_DDC is not set | ||
560 | CONFIG_FB_CFB_FILLRECT=y | 495 | CONFIG_FB_CFB_FILLRECT=y |
561 | CONFIG_FB_CFB_COPYAREA=y | 496 | CONFIG_FB_CFB_COPYAREA=y |
562 | CONFIG_FB_CFB_IMAGEBLIT=y | 497 | CONFIG_FB_CFB_IMAGEBLIT=y |
498 | # CONFIG_FB_SYS_FILLRECT is not set | ||
499 | # CONFIG_FB_SYS_COPYAREA is not set | ||
500 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
501 | # CONFIG_FB_SYS_FOPS is not set | ||
502 | CONFIG_FB_DEFERRED_IO=y | ||
503 | # CONFIG_FB_SVGALIB is not set | ||
563 | # CONFIG_FB_MACMODES is not set | 504 | # CONFIG_FB_MACMODES is not set |
564 | # CONFIG_FB_BACKLIGHT is not set | 505 | # CONFIG_FB_BACKLIGHT is not set |
565 | # CONFIG_FB_MODE_HELPERS is not set | 506 | # CONFIG_FB_MODE_HELPERS is not set |
566 | # CONFIG_FB_TILEBLITTING is not set | 507 | # CONFIG_FB_TILEBLITTING is not set |
567 | # CONFIG_FB_EPSON1355 is not set | 508 | |
509 | # | ||
510 | # Frame buffer hardware drivers | ||
511 | # | ||
568 | # CONFIG_FB_S1D13XXX is not set | 512 | # CONFIG_FB_S1D13XXX is not set |
569 | CONFIG_FB_HIT=y | 513 | CONFIG_FB_HIT=y |
570 | # CONFIG_FB_VIRTUAL is not set | 514 | # CONFIG_FB_VIRTUAL is not set |
@@ -575,6 +519,7 @@ CONFIG_FB_HIT=y | |||
575 | # CONFIG_MDA_CONSOLE is not set | 519 | # CONFIG_MDA_CONSOLE is not set |
576 | CONFIG_DUMMY_CONSOLE=y | 520 | CONFIG_DUMMY_CONSOLE=y |
577 | CONFIG_FRAMEBUFFER_CONSOLE=y | 521 | CONFIG_FRAMEBUFFER_CONSOLE=y |
522 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
578 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | 523 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set |
579 | CONFIG_FONTS=y | 524 | CONFIG_FONTS=y |
580 | # CONFIG_FONT_8x8 is not set | 525 | # CONFIG_FONT_8x8 is not set |
@@ -587,79 +532,49 @@ CONFIG_FONT_PEARL_8x8=y | |||
587 | # CONFIG_FONT_SUN8x16 is not set | 532 | # CONFIG_FONT_SUN8x16 is not set |
588 | # CONFIG_FONT_SUN12x22 is not set | 533 | # CONFIG_FONT_SUN12x22 is not set |
589 | # CONFIG_FONT_10x18 is not set | 534 | # CONFIG_FONT_10x18 is not set |
590 | |||
591 | # | ||
592 | # Logo configuration | ||
593 | # | ||
594 | # CONFIG_LOGO is not set | 535 | # CONFIG_LOGO is not set |
595 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
596 | 536 | ||
597 | # | 537 | # |
598 | # Sound | 538 | # Sound |
599 | # | 539 | # |
600 | CONFIG_SOUND=y | 540 | # CONFIG_SOUND is not set |
601 | 541 | # CONFIG_HID_SUPPORT is not set | |
602 | # | 542 | # CONFIG_USB_SUPPORT is not set |
603 | # Advanced Linux Sound Architecture | ||
604 | # | ||
605 | # CONFIG_SND is not set | ||
606 | |||
607 | # | ||
608 | # Open Sound System | ||
609 | # | ||
610 | CONFIG_SOUND_PRIME=y | ||
611 | # CONFIG_OSS_OBSOLETE_DRIVER is not set | ||
612 | # CONFIG_SOUND_MSNDCLAS is not set | ||
613 | # CONFIG_SOUND_MSNDPIN is not set | ||
614 | CONFIG_SOUND_SH_DAC_AUDIO=y | ||
615 | CONFIG_SOUND_SH_DAC_AUDIO_CHANNEL=1 | ||
616 | |||
617 | # | ||
618 | # USB support | ||
619 | # | ||
620 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
621 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
622 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
623 | |||
624 | # | ||
625 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
626 | # | ||
627 | |||
628 | # | ||
629 | # USB Gadget Support | ||
630 | # | ||
631 | # CONFIG_USB_GADGET is not set | ||
632 | |||
633 | # | ||
634 | # MMC/SD Card support | ||
635 | # | ||
636 | # CONFIG_MMC is not set | 543 | # CONFIG_MMC is not set |
637 | |||
638 | # | ||
639 | # LED devices | ||
640 | # | ||
641 | # CONFIG_NEW_LEDS is not set | 544 | # CONFIG_NEW_LEDS is not set |
545 | CONFIG_RTC_LIB=y | ||
546 | CONFIG_RTC_CLASS=y | ||
547 | CONFIG_RTC_HCTOSYS=y | ||
548 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
549 | # CONFIG_RTC_DEBUG is not set | ||
642 | 550 | ||
643 | # | 551 | # |
644 | # LED drivers | 552 | # RTC interfaces |
645 | # | ||
646 | |||
647 | # | ||
648 | # LED Triggers | ||
649 | # | 553 | # |
554 | CONFIG_RTC_INTF_SYSFS=y | ||
555 | CONFIG_RTC_INTF_PROC=y | ||
556 | CONFIG_RTC_INTF_DEV=y | ||
557 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
558 | # CONFIG_RTC_DRV_TEST is not set | ||
650 | 559 | ||
651 | # | 560 | # |
652 | # InfiniBand support | 561 | # SPI RTC drivers |
653 | # | 562 | # |
654 | 563 | ||
655 | # | 564 | # |
656 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | 565 | # Platform RTC drivers |
657 | # | 566 | # |
567 | # CONFIG_RTC_DRV_DS1553 is not set | ||
568 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
569 | # CONFIG_RTC_DRV_DS1742 is not set | ||
570 | # CONFIG_RTC_DRV_M48T86 is not set | ||
571 | # CONFIG_RTC_DRV_M48T59 is not set | ||
572 | # CONFIG_RTC_DRV_V3020 is not set | ||
658 | 573 | ||
659 | # | 574 | # |
660 | # Real Time Clock | 575 | # on-CPU RTC drivers |
661 | # | 576 | # |
662 | # CONFIG_RTC_CLASS is not set | 577 | CONFIG_RTC_DRV_SH=y |
663 | 578 | ||
664 | # | 579 | # |
665 | # DMA Engine support | 580 | # DMA Engine support |
@@ -675,16 +590,23 @@ CONFIG_SOUND_SH_DAC_AUDIO_CHANNEL=1 | |||
675 | # | 590 | # |
676 | 591 | ||
677 | # | 592 | # |
593 | # Userspace I/O | ||
594 | # | ||
595 | # CONFIG_UIO is not set | ||
596 | |||
597 | # | ||
678 | # File systems | 598 | # File systems |
679 | # | 599 | # |
680 | CONFIG_EXT2_FS=y | 600 | CONFIG_EXT2_FS=y |
681 | # CONFIG_EXT2_FS_XATTR is not set | 601 | # CONFIG_EXT2_FS_XATTR is not set |
682 | # CONFIG_EXT2_FS_XIP is not set | 602 | # CONFIG_EXT2_FS_XIP is not set |
683 | # CONFIG_EXT3_FS is not set | 603 | # CONFIG_EXT3_FS is not set |
604 | # CONFIG_EXT4DEV_FS is not set | ||
684 | # CONFIG_REISERFS_FS is not set | 605 | # CONFIG_REISERFS_FS is not set |
685 | # CONFIG_JFS_FS is not set | 606 | # CONFIG_JFS_FS is not set |
686 | # CONFIG_FS_POSIX_ACL is not set | 607 | # CONFIG_FS_POSIX_ACL is not set |
687 | # CONFIG_XFS_FS is not set | 608 | # CONFIG_XFS_FS is not set |
609 | # CONFIG_GFS2_FS is not set | ||
688 | # CONFIG_MINIX_FS is not set | 610 | # CONFIG_MINIX_FS is not set |
689 | # CONFIG_ROMFS_FS is not set | 611 | # CONFIG_ROMFS_FS is not set |
690 | CONFIG_INOTIFY=y | 612 | CONFIG_INOTIFY=y |
@@ -705,7 +627,7 @@ CONFIG_DNOTIFY=y | |||
705 | # DOS/FAT/NT Filesystems | 627 | # DOS/FAT/NT Filesystems |
706 | # | 628 | # |
707 | CONFIG_FAT_FS=y | 629 | CONFIG_FAT_FS=y |
708 | # CONFIG_MSDOS_FS is not set | 630 | CONFIG_MSDOS_FS=y |
709 | CONFIG_VFAT_FS=y | 631 | CONFIG_VFAT_FS=y |
710 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | 632 | CONFIG_FAT_DEFAULT_CODEPAGE=437 |
711 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | 633 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" |
@@ -755,7 +677,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
755 | # CONFIG_NLS_CODEPAGE_437 is not set | 677 | # CONFIG_NLS_CODEPAGE_437 is not set |
756 | # CONFIG_NLS_CODEPAGE_737 is not set | 678 | # CONFIG_NLS_CODEPAGE_737 is not set |
757 | # CONFIG_NLS_CODEPAGE_775 is not set | 679 | # CONFIG_NLS_CODEPAGE_775 is not set |
758 | # CONFIG_NLS_CODEPAGE_850 is not set | 680 | CONFIG_NLS_CODEPAGE_850=y |
759 | # CONFIG_NLS_CODEPAGE_852 is not set | 681 | # CONFIG_NLS_CODEPAGE_852 is not set |
760 | # CONFIG_NLS_CODEPAGE_855 is not set | 682 | # CONFIG_NLS_CODEPAGE_855 is not set |
761 | # CONFIG_NLS_CODEPAGE_857 is not set | 683 | # CONFIG_NLS_CODEPAGE_857 is not set |
@@ -799,34 +721,73 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
799 | # | 721 | # |
800 | # Kernel hacking | 722 | # Kernel hacking |
801 | # | 723 | # |
724 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
802 | # CONFIG_PRINTK_TIME is not set | 725 | # CONFIG_PRINTK_TIME is not set |
803 | CONFIG_ENABLE_MUST_CHECK=y | 726 | CONFIG_ENABLE_MUST_CHECK=y |
804 | # CONFIG_MAGIC_SYSRQ is not set | 727 | # CONFIG_MAGIC_SYSRQ is not set |
805 | # CONFIG_UNUSED_SYMBOLS is not set | 728 | # CONFIG_UNUSED_SYMBOLS is not set |
729 | # CONFIG_DEBUG_FS is not set | ||
730 | # CONFIG_HEADERS_CHECK is not set | ||
806 | # CONFIG_DEBUG_KERNEL is not set | 731 | # CONFIG_DEBUG_KERNEL is not set |
807 | CONFIG_LOG_BUF_SHIFT=14 | ||
808 | # CONFIG_DEBUG_BUGVERBOSE is not set | 732 | # CONFIG_DEBUG_BUGVERBOSE is not set |
809 | # CONFIG_DEBUG_FS is not set | ||
810 | # CONFIG_UNWIND_INFO is not set | ||
811 | # CONFIG_SH_STANDARD_BIOS is not set | 733 | # CONFIG_SH_STANDARD_BIOS is not set |
812 | # CONFIG_KGDB is not set | 734 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
735 | # CONFIG_SH_KGDB is not set | ||
813 | 736 | ||
814 | # | 737 | # |
815 | # Security options | 738 | # Security options |
816 | # | 739 | # |
817 | # CONFIG_KEYS is not set | 740 | # CONFIG_KEYS is not set |
818 | # CONFIG_SECURITY is not set | 741 | # CONFIG_SECURITY is not set |
819 | 742 | CONFIG_CRYPTO=y | |
820 | # | 743 | CONFIG_CRYPTO_ALGAPI=y |
821 | # Cryptographic options | 744 | CONFIG_CRYPTO_BLKCIPHER=y |
822 | # | 745 | CONFIG_CRYPTO_MANAGER=y |
823 | # CONFIG_CRYPTO is not set | 746 | # CONFIG_CRYPTO_HMAC is not set |
747 | # CONFIG_CRYPTO_XCBC is not set | ||
748 | # CONFIG_CRYPTO_NULL is not set | ||
749 | # CONFIG_CRYPTO_MD4 is not set | ||
750 | CONFIG_CRYPTO_MD5=y | ||
751 | # CONFIG_CRYPTO_SHA1 is not set | ||
752 | # CONFIG_CRYPTO_SHA256 is not set | ||
753 | # CONFIG_CRYPTO_SHA512 is not set | ||
754 | # CONFIG_CRYPTO_WP512 is not set | ||
755 | # CONFIG_CRYPTO_TGR192 is not set | ||
756 | # CONFIG_CRYPTO_GF128MUL is not set | ||
757 | CONFIG_CRYPTO_ECB=y | ||
758 | CONFIG_CRYPTO_CBC=y | ||
759 | CONFIG_CRYPTO_PCBC=y | ||
760 | # CONFIG_CRYPTO_LRW is not set | ||
761 | # CONFIG_CRYPTO_CRYPTD is not set | ||
762 | # CONFIG_CRYPTO_DES is not set | ||
763 | # CONFIG_CRYPTO_FCRYPT is not set | ||
764 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
765 | # CONFIG_CRYPTO_TWOFISH is not set | ||
766 | # CONFIG_CRYPTO_SERPENT is not set | ||
767 | # CONFIG_CRYPTO_AES is not set | ||
768 | # CONFIG_CRYPTO_CAST5 is not set | ||
769 | # CONFIG_CRYPTO_CAST6 is not set | ||
770 | # CONFIG_CRYPTO_TEA is not set | ||
771 | # CONFIG_CRYPTO_ARC4 is not set | ||
772 | # CONFIG_CRYPTO_KHAZAD is not set | ||
773 | # CONFIG_CRYPTO_ANUBIS is not set | ||
774 | # CONFIG_CRYPTO_DEFLATE is not set | ||
775 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
776 | # CONFIG_CRYPTO_CRC32C is not set | ||
777 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
778 | # CONFIG_CRYPTO_HW is not set | ||
824 | 779 | ||
825 | # | 780 | # |
826 | # Library routines | 781 | # Library routines |
827 | # | 782 | # |
783 | CONFIG_BITREVERSE=y | ||
828 | # CONFIG_CRC_CCITT is not set | 784 | # CONFIG_CRC_CCITT is not set |
829 | # CONFIG_CRC16 is not set | 785 | CONFIG_CRC16=y |
786 | # CONFIG_CRC_ITU_T is not set | ||
830 | CONFIG_CRC32=y | 787 | CONFIG_CRC32=y |
788 | # CONFIG_CRC7 is not set | ||
831 | # CONFIG_LIBCRC32C is not set | 789 | # CONFIG_LIBCRC32C is not set |
832 | CONFIG_PLIST=y | 790 | CONFIG_PLIST=y |
791 | CONFIG_HAS_IOMEM=y | ||
792 | CONFIG_HAS_IOPORT=y | ||
793 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/magicpanelr2_defconfig b/arch/sh/configs/magicpanelr2_defconfig new file mode 100644 index 000000000000..f8398a5f10ee --- /dev/null +++ b/arch/sh/configs/magicpanelr2_defconfig | |||
@@ -0,0 +1,925 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc2 | ||
4 | # Fri Aug 17 12:15:16 2007 | ||
5 | # | ||
6 | CONFIG_SUPERH=y | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | CONFIG_GENERIC_BUG=y | ||
9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
10 | CONFIG_GENERIC_HWEIGHT=y | ||
11 | CONFIG_GENERIC_HARDIRQS=y | ||
12 | CONFIG_GENERIC_IRQ_PROBE=y | ||
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
14 | CONFIG_GENERIC_TIME=y | ||
15 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
16 | CONFIG_STACKTRACE_SUPPORT=y | ||
17 | CONFIG_LOCKDEP_SUPPORT=y | ||
18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
20 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
22 | |||
23 | # | ||
24 | # General setup | ||
25 | # | ||
26 | CONFIG_EXPERIMENTAL=y | ||
27 | CONFIG_BROKEN_ON_SMP=y | ||
28 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
29 | CONFIG_LOCALVERSION="" | ||
30 | # CONFIG_LOCALVERSION_AUTO is not set | ||
31 | CONFIG_SWAP=y | ||
32 | CONFIG_SYSVIPC=y | ||
33 | CONFIG_SYSVIPC_SYSCTL=y | ||
34 | CONFIG_POSIX_MQUEUE=y | ||
35 | CONFIG_BSD_PROCESS_ACCT=y | ||
36 | CONFIG_BSD_PROCESS_ACCT_V3=y | ||
37 | # CONFIG_TASKSTATS is not set | ||
38 | # CONFIG_USER_NS is not set | ||
39 | CONFIG_AUDIT=y | ||
40 | # CONFIG_IKCONFIG is not set | ||
41 | CONFIG_LOG_BUF_SHIFT=17 | ||
42 | CONFIG_SYSFS_DEPRECATED=y | ||
43 | CONFIG_RELAY=y | ||
44 | CONFIG_BLK_DEV_INITRD=y | ||
45 | CONFIG_INITRAMFS_SOURCE="" | ||
46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
47 | CONFIG_SYSCTL=y | ||
48 | CONFIG_EMBEDDED=y | ||
49 | CONFIG_UID16=y | ||
50 | CONFIG_SYSCTL_SYSCALL=y | ||
51 | CONFIG_KALLSYMS=y | ||
52 | CONFIG_KALLSYMS_ALL=y | ||
53 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
54 | CONFIG_HOTPLUG=y | ||
55 | CONFIG_PRINTK=y | ||
56 | CONFIG_BUG=y | ||
57 | CONFIG_ELF_CORE=y | ||
58 | CONFIG_BASE_FULL=y | ||
59 | CONFIG_FUTEX=y | ||
60 | CONFIG_ANON_INODES=y | ||
61 | CONFIG_EPOLL=y | ||
62 | CONFIG_SIGNALFD=y | ||
63 | CONFIG_TIMERFD=y | ||
64 | CONFIG_EVENTFD=y | ||
65 | CONFIG_SHMEM=y | ||
66 | CONFIG_VM_EVENT_COUNTERS=y | ||
67 | CONFIG_SLAB=y | ||
68 | # CONFIG_SLUB is not set | ||
69 | # CONFIG_SLOB is not set | ||
70 | CONFIG_RT_MUTEXES=y | ||
71 | # CONFIG_TINY_SHMEM is not set | ||
72 | CONFIG_BASE_SMALL=0 | ||
73 | CONFIG_MODULES=y | ||
74 | CONFIG_MODULE_UNLOAD=y | ||
75 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
76 | CONFIG_MODVERSIONS=y | ||
77 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
78 | CONFIG_KMOD=y | ||
79 | CONFIG_BLOCK=y | ||
80 | # CONFIG_LBD is not set | ||
81 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
82 | # CONFIG_LSF is not set | ||
83 | # CONFIG_BLK_DEV_BSG is not set | ||
84 | |||
85 | # | ||
86 | # IO Schedulers | ||
87 | # | ||
88 | CONFIG_IOSCHED_NOOP=y | ||
89 | # CONFIG_IOSCHED_AS is not set | ||
90 | # CONFIG_IOSCHED_DEADLINE is not set | ||
91 | # CONFIG_IOSCHED_CFQ is not set | ||
92 | # CONFIG_DEFAULT_AS is not set | ||
93 | # CONFIG_DEFAULT_DEADLINE is not set | ||
94 | # CONFIG_DEFAULT_CFQ is not set | ||
95 | CONFIG_DEFAULT_NOOP=y | ||
96 | CONFIG_DEFAULT_IOSCHED="noop" | ||
97 | |||
98 | # | ||
99 | # System type | ||
100 | # | ||
101 | CONFIG_CPU_SH3=y | ||
102 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | ||
103 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | ||
104 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | ||
105 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | ||
106 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | ||
107 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | ||
108 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | ||
109 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | ||
110 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | ||
111 | CONFIG_CPU_SUBTYPE_SH7720=y | ||
112 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | ||
113 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | ||
114 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | ||
115 | # CONFIG_CPU_SUBTYPE_SH7750S is not set | ||
116 | # CONFIG_CPU_SUBTYPE_SH7751 is not set | ||
117 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | ||
118 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | ||
119 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | ||
120 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
121 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
122 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | ||
123 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | ||
124 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | ||
125 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | ||
126 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | ||
127 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
128 | |||
129 | # | ||
130 | # Memory management options | ||
131 | # | ||
132 | CONFIG_QUICKLIST=y | ||
133 | CONFIG_MMU=y | ||
134 | CONFIG_PAGE_OFFSET=0x80000000 | ||
135 | CONFIG_MEMORY_START=0x0C000000 | ||
136 | CONFIG_MEMORY_SIZE=0x03F00000 | ||
137 | CONFIG_VSYSCALL=y | ||
138 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
139 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
140 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
141 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
142 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
143 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
144 | CONFIG_PAGE_SIZE_4KB=y | ||
145 | # CONFIG_PAGE_SIZE_8KB is not set | ||
146 | # CONFIG_PAGE_SIZE_64KB is not set | ||
147 | CONFIG_SELECT_MEMORY_MODEL=y | ||
148 | CONFIG_FLATMEM_MANUAL=y | ||
149 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
150 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
151 | CONFIG_FLATMEM=y | ||
152 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
153 | CONFIG_SPARSEMEM_STATIC=y | ||
154 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
155 | # CONFIG_RESOURCES_64BIT is not set | ||
156 | CONFIG_ZONE_DMA_FLAG=0 | ||
157 | CONFIG_NR_QUICK=2 | ||
158 | |||
159 | # | ||
160 | # Cache configuration | ||
161 | # | ||
162 | # CONFIG_SH_DIRECT_MAPPED is not set | ||
163 | CONFIG_CACHE_WRITEBACK=y | ||
164 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
165 | # CONFIG_CACHE_OFF is not set | ||
166 | |||
167 | # | ||
168 | # Processor features | ||
169 | # | ||
170 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
171 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
172 | # CONFIG_SH_FPU_EMU is not set | ||
173 | CONFIG_SH_DSP=y | ||
174 | CONFIG_SH_ADC=y | ||
175 | CONFIG_CPU_HAS_INTEVT=y | ||
176 | CONFIG_CPU_HAS_INTC_IRQ=y | ||
177 | CONFIG_CPU_HAS_SR_RB=y | ||
178 | CONFIG_CPU_HAS_DSP=y | ||
179 | |||
180 | # | ||
181 | # Board support | ||
182 | # | ||
183 | CONFIG_SH_MAGIC_PANEL_R2=y | ||
184 | |||
185 | # | ||
186 | # Magic Panel R2 options | ||
187 | # | ||
188 | CONFIG_SH_MAGIC_PANEL_R2_VERSION=3 | ||
189 | |||
190 | # | ||
191 | # Timer and clock configuration | ||
192 | # | ||
193 | CONFIG_SH_TMU=y | ||
194 | CONFIG_SH_TIMER_IRQ=16 | ||
195 | CONFIG_SH_PCLK_FREQ=24000000 | ||
196 | # CONFIG_TICK_ONESHOT is not set | ||
197 | # CONFIG_NO_HZ is not set | ||
198 | # CONFIG_HIGH_RES_TIMERS is not set | ||
199 | |||
200 | # | ||
201 | # CPU Frequency scaling | ||
202 | # | ||
203 | # CONFIG_CPU_FREQ is not set | ||
204 | |||
205 | # | ||
206 | # DMA support | ||
207 | # | ||
208 | CONFIG_SH_DMA_API=y | ||
209 | CONFIG_SH_DMA=y | ||
210 | CONFIG_NR_ONCHIP_DMA_CHANNELS=6 | ||
211 | # CONFIG_NR_DMA_CHANNELS_BOOL is not set | ||
212 | |||
213 | # | ||
214 | # Companion Chips | ||
215 | # | ||
216 | |||
217 | # | ||
218 | # Additional SuperH Device Drivers | ||
219 | # | ||
220 | CONFIG_HEARTBEAT=y | ||
221 | # CONFIG_PUSH_SWITCH is not set | ||
222 | |||
223 | # | ||
224 | # Kernel features | ||
225 | # | ||
226 | # CONFIG_HZ_100 is not set | ||
227 | CONFIG_HZ_250=y | ||
228 | # CONFIG_HZ_300 is not set | ||
229 | # CONFIG_HZ_1000 is not set | ||
230 | CONFIG_HZ=250 | ||
231 | # CONFIG_KEXEC is not set | ||
232 | # CONFIG_CRASH_DUMP is not set | ||
233 | CONFIG_PREEMPT_NONE=y | ||
234 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
235 | # CONFIG_PREEMPT is not set | ||
236 | |||
237 | # | ||
238 | # Boot options | ||
239 | # | ||
240 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | ||
241 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | ||
242 | # CONFIG_CMDLINE_BOOL is not set | ||
243 | |||
244 | # | ||
245 | # Bus options | ||
246 | # | ||
247 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
248 | |||
249 | # | ||
250 | # PCCARD (PCMCIA/CardBus) support | ||
251 | # | ||
252 | # CONFIG_PCCARD is not set | ||
253 | |||
254 | # | ||
255 | # Executable file formats | ||
256 | # | ||
257 | CONFIG_BINFMT_ELF=y | ||
258 | # CONFIG_BINFMT_MISC is not set | ||
259 | |||
260 | # | ||
261 | # Networking | ||
262 | # | ||
263 | CONFIG_NET=y | ||
264 | |||
265 | # | ||
266 | # Networking options | ||
267 | # | ||
268 | CONFIG_PACKET=y | ||
269 | CONFIG_PACKET_MMAP=y | ||
270 | CONFIG_UNIX=y | ||
271 | # CONFIG_NET_KEY is not set | ||
272 | CONFIG_INET=y | ||
273 | # CONFIG_IP_MULTICAST is not set | ||
274 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
275 | CONFIG_IP_FIB_HASH=y | ||
276 | CONFIG_IP_PNP=y | ||
277 | CONFIG_IP_PNP_DHCP=y | ||
278 | # CONFIG_IP_PNP_BOOTP is not set | ||
279 | # CONFIG_IP_PNP_RARP is not set | ||
280 | # CONFIG_NET_IPIP is not set | ||
281 | # CONFIG_NET_IPGRE is not set | ||
282 | # CONFIG_ARPD is not set | ||
283 | # CONFIG_SYN_COOKIES is not set | ||
284 | # CONFIG_INET_AH is not set | ||
285 | # CONFIG_INET_ESP is not set | ||
286 | # CONFIG_INET_IPCOMP is not set | ||
287 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
288 | # CONFIG_INET_TUNNEL is not set | ||
289 | # CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
290 | # CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
291 | # CONFIG_INET_XFRM_MODE_BEET is not set | ||
292 | CONFIG_INET_DIAG=y | ||
293 | CONFIG_INET_TCP_DIAG=y | ||
294 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
295 | CONFIG_TCP_CONG_CUBIC=y | ||
296 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
297 | # CONFIG_TCP_MD5SIG is not set | ||
298 | # CONFIG_IPV6 is not set | ||
299 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
300 | # CONFIG_INET6_TUNNEL is not set | ||
301 | # CONFIG_NETWORK_SECMARK is not set | ||
302 | # CONFIG_NETFILTER is not set | ||
303 | # CONFIG_IP_DCCP is not set | ||
304 | # CONFIG_IP_SCTP is not set | ||
305 | # CONFIG_TIPC is not set | ||
306 | # CONFIG_ATM is not set | ||
307 | # CONFIG_BRIDGE is not set | ||
308 | # CONFIG_VLAN_8021Q is not set | ||
309 | # CONFIG_DECNET is not set | ||
310 | # CONFIG_LLC2 is not set | ||
311 | # CONFIG_IPX is not set | ||
312 | # CONFIG_ATALK is not set | ||
313 | # CONFIG_X25 is not set | ||
314 | # CONFIG_LAPB is not set | ||
315 | # CONFIG_ECONET is not set | ||
316 | # CONFIG_WAN_ROUTER is not set | ||
317 | |||
318 | # | ||
319 | # QoS and/or fair queueing | ||
320 | # | ||
321 | # CONFIG_NET_SCHED is not set | ||
322 | |||
323 | # | ||
324 | # Network testing | ||
325 | # | ||
326 | # CONFIG_NET_PKTGEN is not set | ||
327 | # CONFIG_HAMRADIO is not set | ||
328 | # CONFIG_IRDA is not set | ||
329 | # CONFIG_BT is not set | ||
330 | # CONFIG_AF_RXRPC is not set | ||
331 | |||
332 | # | ||
333 | # Wireless | ||
334 | # | ||
335 | # CONFIG_CFG80211 is not set | ||
336 | # CONFIG_WIRELESS_EXT is not set | ||
337 | # CONFIG_MAC80211 is not set | ||
338 | # CONFIG_IEEE80211 is not set | ||
339 | # CONFIG_RFKILL is not set | ||
340 | # CONFIG_NET_9P is not set | ||
341 | |||
342 | # | ||
343 | # Device Drivers | ||
344 | # | ||
345 | |||
346 | # | ||
347 | # Generic Driver Options | ||
348 | # | ||
349 | # CONFIG_STANDALONE is not set | ||
350 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | ||
351 | CONFIG_FW_LOADER=y | ||
352 | # CONFIG_DEBUG_DRIVER is not set | ||
353 | # CONFIG_DEBUG_DEVRES is not set | ||
354 | # CONFIG_SYS_HYPERVISOR is not set | ||
355 | # CONFIG_CONNECTOR is not set | ||
356 | CONFIG_MTD=y | ||
357 | # CONFIG_MTD_DEBUG is not set | ||
358 | # CONFIG_MTD_CONCAT is not set | ||
359 | CONFIG_MTD_PARTITIONS=y | ||
360 | CONFIG_MTD_REDBOOT_PARTS=y | ||
361 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | ||
362 | # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set | ||
363 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | ||
364 | CONFIG_MTD_CMDLINE_PARTS=y | ||
365 | |||
366 | # | ||
367 | # User Modules And Translation Layers | ||
368 | # | ||
369 | CONFIG_MTD_CHAR=y | ||
370 | CONFIG_MTD_BLKDEVS=y | ||
371 | CONFIG_MTD_BLOCK=y | ||
372 | # CONFIG_FTL is not set | ||
373 | # CONFIG_NFTL is not set | ||
374 | # CONFIG_INFTL is not set | ||
375 | # CONFIG_RFD_FTL is not set | ||
376 | # CONFIG_SSFDC is not set | ||
377 | |||
378 | # | ||
379 | # RAM/ROM/Flash chip drivers | ||
380 | # | ||
381 | CONFIG_MTD_CFI=y | ||
382 | # CONFIG_MTD_JEDECPROBE is not set | ||
383 | CONFIG_MTD_GEN_PROBE=y | ||
384 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
385 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
386 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
387 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
388 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
389 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
390 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
391 | CONFIG_MTD_CFI_I1=y | ||
392 | CONFIG_MTD_CFI_I2=y | ||
393 | # CONFIG_MTD_CFI_I4 is not set | ||
394 | # CONFIG_MTD_CFI_I8 is not set | ||
395 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
396 | CONFIG_MTD_CFI_AMDSTD=y | ||
397 | # CONFIG_MTD_CFI_STAA is not set | ||
398 | CONFIG_MTD_CFI_UTIL=y | ||
399 | # CONFIG_MTD_RAM is not set | ||
400 | # CONFIG_MTD_ROM is not set | ||
401 | # CONFIG_MTD_ABSENT is not set | ||
402 | |||
403 | # | ||
404 | # Mapping drivers for chip access | ||
405 | # | ||
406 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
407 | CONFIG_MTD_PHYSMAP=y | ||
408 | CONFIG_MTD_PHYSMAP_START=0x0000000 | ||
409 | CONFIG_MTD_PHYSMAP_LEN=0 | ||
410 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 | ||
411 | # CONFIG_MTD_SOLUTIONENGINE is not set | ||
412 | # CONFIG_MTD_PLATRAM is not set | ||
413 | |||
414 | # | ||
415 | # Self-contained MTD device drivers | ||
416 | # | ||
417 | # CONFIG_MTD_SLRAM is not set | ||
418 | # CONFIG_MTD_PHRAM is not set | ||
419 | # CONFIG_MTD_MTDRAM is not set | ||
420 | # CONFIG_MTD_BLOCK2MTD is not set | ||
421 | |||
422 | # | ||
423 | # Disk-On-Chip Device Drivers | ||
424 | # | ||
425 | # CONFIG_MTD_DOC2000 is not set | ||
426 | # CONFIG_MTD_DOC2001 is not set | ||
427 | # CONFIG_MTD_DOC2001PLUS is not set | ||
428 | # CONFIG_MTD_NAND is not set | ||
429 | # CONFIG_MTD_ONENAND is not set | ||
430 | |||
431 | # | ||
432 | # UBI - Unsorted block images | ||
433 | # | ||
434 | # CONFIG_MTD_UBI is not set | ||
435 | # CONFIG_PARPORT is not set | ||
436 | CONFIG_BLK_DEV=y | ||
437 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
438 | # CONFIG_BLK_DEV_LOOP is not set | ||
439 | # CONFIG_BLK_DEV_NBD is not set | ||
440 | CONFIG_BLK_DEV_RAM=y | ||
441 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
442 | CONFIG_BLK_DEV_RAM_SIZE=65536 | ||
443 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
444 | # CONFIG_CDROM_PKTCDVD is not set | ||
445 | # CONFIG_ATA_OVER_ETH is not set | ||
446 | CONFIG_MISC_DEVICES=y | ||
447 | # CONFIG_EEPROM_93CX6 is not set | ||
448 | # CONFIG_IDE is not set | ||
449 | |||
450 | # | ||
451 | # SCSI device support | ||
452 | # | ||
453 | # CONFIG_RAID_ATTRS is not set | ||
454 | # CONFIG_SCSI is not set | ||
455 | # CONFIG_SCSI_DMA is not set | ||
456 | # CONFIG_SCSI_NETLINK is not set | ||
457 | # CONFIG_ATA is not set | ||
458 | # CONFIG_MD is not set | ||
459 | CONFIG_NETDEVICES=y | ||
460 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
461 | # CONFIG_DUMMY is not set | ||
462 | # CONFIG_BONDING is not set | ||
463 | # CONFIG_MACVLAN is not set | ||
464 | # CONFIG_EQUALIZER is not set | ||
465 | # CONFIG_TUN is not set | ||
466 | # CONFIG_PHYLIB is not set | ||
467 | CONFIG_NET_ETHERNET=y | ||
468 | CONFIG_MII=y | ||
469 | # CONFIG_STNIC is not set | ||
470 | # CONFIG_SMC91X is not set | ||
471 | CONFIG_SMC911X=y | ||
472 | # CONFIG_NETDEV_1000 is not set | ||
473 | # CONFIG_NETDEV_10000 is not set | ||
474 | |||
475 | # | ||
476 | # Wireless LAN | ||
477 | # | ||
478 | # CONFIG_WLAN_PRE80211 is not set | ||
479 | # CONFIG_WLAN_80211 is not set | ||
480 | # CONFIG_WAN is not set | ||
481 | # CONFIG_PPP is not set | ||
482 | # CONFIG_SLIP is not set | ||
483 | # CONFIG_SHAPER is not set | ||
484 | # CONFIG_NETCONSOLE is not set | ||
485 | # CONFIG_NETPOLL is not set | ||
486 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
487 | # CONFIG_ISDN is not set | ||
488 | # CONFIG_PHONE is not set | ||
489 | |||
490 | # | ||
491 | # Input device support | ||
492 | # | ||
493 | CONFIG_INPUT=y | ||
494 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
495 | # CONFIG_INPUT_POLLDEV is not set | ||
496 | |||
497 | # | ||
498 | # Userland interfaces | ||
499 | # | ||
500 | CONFIG_INPUT_MOUSEDEV=y | ||
501 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
502 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
503 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
504 | # CONFIG_INPUT_JOYDEV is not set | ||
505 | # CONFIG_INPUT_TSDEV is not set | ||
506 | CONFIG_INPUT_EVDEV=y | ||
507 | # CONFIG_INPUT_EVBUG is not set | ||
508 | |||
509 | # | ||
510 | # Input Device Drivers | ||
511 | # | ||
512 | CONFIG_INPUT_KEYBOARD=y | ||
513 | CONFIG_KEYBOARD_ATKBD=y | ||
514 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
515 | # CONFIG_KEYBOARD_LKKBD is not set | ||
516 | # CONFIG_KEYBOARD_XTKBD is not set | ||
517 | # CONFIG_KEYBOARD_NEWTON is not set | ||
518 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
519 | CONFIG_INPUT_MOUSE=y | ||
520 | # CONFIG_MOUSE_PS2 is not set | ||
521 | # CONFIG_MOUSE_SERIAL is not set | ||
522 | # CONFIG_MOUSE_VSXXXAA is not set | ||
523 | # CONFIG_INPUT_JOYSTICK is not set | ||
524 | # CONFIG_INPUT_TABLET is not set | ||
525 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
526 | # CONFIG_INPUT_MISC is not set | ||
527 | |||
528 | # | ||
529 | # Hardware I/O ports | ||
530 | # | ||
531 | CONFIG_SERIO=y | ||
532 | # CONFIG_SERIO_I8042 is not set | ||
533 | CONFIG_SERIO_SERPORT=y | ||
534 | CONFIG_SERIO_LIBPS2=y | ||
535 | # CONFIG_SERIO_RAW is not set | ||
536 | # CONFIG_GAMEPORT is not set | ||
537 | |||
538 | # | ||
539 | # Character devices | ||
540 | # | ||
541 | CONFIG_VT=y | ||
542 | CONFIG_VT_CONSOLE=y | ||
543 | CONFIG_HW_CONSOLE=y | ||
544 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
545 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
546 | |||
547 | # | ||
548 | # Serial drivers | ||
549 | # | ||
550 | CONFIG_SERIAL_8250=y | ||
551 | CONFIG_SERIAL_8250_CONSOLE=y | ||
552 | CONFIG_SERIAL_8250_NR_UARTS=48 | ||
553 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
554 | CONFIG_SERIAL_8250_EXTENDED=y | ||
555 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
556 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
557 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
558 | # CONFIG_SERIAL_8250_RSA is not set | ||
559 | |||
560 | # | ||
561 | # Non-8250 serial port support | ||
562 | # | ||
563 | CONFIG_SERIAL_SH_SCI=y | ||
564 | CONFIG_SERIAL_SH_SCI_NR_UARTS=2 | ||
565 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
566 | CONFIG_SERIAL_CORE=y | ||
567 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
568 | CONFIG_UNIX98_PTYS=y | ||
569 | CONFIG_LEGACY_PTYS=y | ||
570 | CONFIG_LEGACY_PTY_COUNT=256 | ||
571 | # CONFIG_IPMI_HANDLER is not set | ||
572 | # CONFIG_WATCHDOG is not set | ||
573 | # CONFIG_HW_RANDOM is not set | ||
574 | # CONFIG_R3964 is not set | ||
575 | # CONFIG_RAW_DRIVER is not set | ||
576 | # CONFIG_TCG_TPM is not set | ||
577 | # CONFIG_I2C is not set | ||
578 | |||
579 | # | ||
580 | # SPI support | ||
581 | # | ||
582 | # CONFIG_SPI is not set | ||
583 | # CONFIG_SPI_MASTER is not set | ||
584 | # CONFIG_W1 is not set | ||
585 | # CONFIG_POWER_SUPPLY is not set | ||
586 | # CONFIG_HWMON is not set | ||
587 | |||
588 | # | ||
589 | # Multifunction device drivers | ||
590 | # | ||
591 | # CONFIG_MFD_SM501 is not set | ||
592 | |||
593 | # | ||
594 | # Multimedia devices | ||
595 | # | ||
596 | # CONFIG_VIDEO_DEV is not set | ||
597 | # CONFIG_DVB_CORE is not set | ||
598 | CONFIG_DAB=y | ||
599 | |||
600 | # | ||
601 | # Graphics support | ||
602 | # | ||
603 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
604 | |||
605 | # | ||
606 | # Display device support | ||
607 | # | ||
608 | # CONFIG_DISPLAY_SUPPORT is not set | ||
609 | # CONFIG_VGASTATE is not set | ||
610 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
611 | # CONFIG_FB is not set | ||
612 | |||
613 | # | ||
614 | # Console display driver support | ||
615 | # | ||
616 | CONFIG_DUMMY_CONSOLE=y | ||
617 | |||
618 | # | ||
619 | # Sound | ||
620 | # | ||
621 | # CONFIG_SOUND is not set | ||
622 | # CONFIG_HID_SUPPORT is not set | ||
623 | # CONFIG_USB_SUPPORT is not set | ||
624 | # CONFIG_MMC is not set | ||
625 | # CONFIG_NEW_LEDS is not set | ||
626 | CONFIG_RTC_LIB=y | ||
627 | CONFIG_RTC_CLASS=y | ||
628 | # CONFIG_RTC_HCTOSYS is not set | ||
629 | # CONFIG_RTC_DEBUG is not set | ||
630 | |||
631 | # | ||
632 | # RTC interfaces | ||
633 | # | ||
634 | CONFIG_RTC_INTF_SYSFS=y | ||
635 | CONFIG_RTC_INTF_PROC=y | ||
636 | CONFIG_RTC_INTF_DEV=y | ||
637 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
638 | # CONFIG_RTC_DRV_TEST is not set | ||
639 | |||
640 | # | ||
641 | # SPI RTC drivers | ||
642 | # | ||
643 | |||
644 | # | ||
645 | # Platform RTC drivers | ||
646 | # | ||
647 | # CONFIG_RTC_DRV_DS1553 is not set | ||
648 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
649 | # CONFIG_RTC_DRV_DS1742 is not set | ||
650 | # CONFIG_RTC_DRV_M48T86 is not set | ||
651 | # CONFIG_RTC_DRV_M48T59 is not set | ||
652 | # CONFIG_RTC_DRV_V3020 is not set | ||
653 | |||
654 | # | ||
655 | # on-CPU RTC drivers | ||
656 | # | ||
657 | CONFIG_RTC_DRV_SH=y | ||
658 | |||
659 | # | ||
660 | # DMA Engine support | ||
661 | # | ||
662 | # CONFIG_DMA_ENGINE is not set | ||
663 | |||
664 | # | ||
665 | # DMA Clients | ||
666 | # | ||
667 | |||
668 | # | ||
669 | # DMA Devices | ||
670 | # | ||
671 | |||
672 | # | ||
673 | # Userspace I/O | ||
674 | # | ||
675 | # CONFIG_UIO is not set | ||
676 | |||
677 | # | ||
678 | # File systems | ||
679 | # | ||
680 | CONFIG_EXT2_FS=y | ||
681 | # CONFIG_EXT2_FS_XATTR is not set | ||
682 | # CONFIG_EXT2_FS_XIP is not set | ||
683 | CONFIG_EXT3_FS=y | ||
684 | # CONFIG_EXT3_FS_XATTR is not set | ||
685 | # CONFIG_EXT4DEV_FS is not set | ||
686 | CONFIG_JBD=y | ||
687 | # CONFIG_JBD_DEBUG is not set | ||
688 | # CONFIG_REISERFS_FS is not set | ||
689 | # CONFIG_JFS_FS is not set | ||
690 | # CONFIG_FS_POSIX_ACL is not set | ||
691 | # CONFIG_XFS_FS is not set | ||
692 | # CONFIG_GFS2_FS is not set | ||
693 | # CONFIG_OCFS2_FS is not set | ||
694 | # CONFIG_MINIX_FS is not set | ||
695 | # CONFIG_ROMFS_FS is not set | ||
696 | # CONFIG_INOTIFY is not set | ||
697 | # CONFIG_QUOTA is not set | ||
698 | # CONFIG_DNOTIFY is not set | ||
699 | # CONFIG_AUTOFS_FS is not set | ||
700 | # CONFIG_AUTOFS4_FS is not set | ||
701 | # CONFIG_FUSE_FS is not set | ||
702 | |||
703 | # | ||
704 | # CD-ROM/DVD Filesystems | ||
705 | # | ||
706 | # CONFIG_ISO9660_FS is not set | ||
707 | # CONFIG_UDF_FS is not set | ||
708 | |||
709 | # | ||
710 | # DOS/FAT/NT Filesystems | ||
711 | # | ||
712 | # CONFIG_MSDOS_FS is not set | ||
713 | # CONFIG_VFAT_FS is not set | ||
714 | # CONFIG_NTFS_FS is not set | ||
715 | |||
716 | # | ||
717 | # Pseudo filesystems | ||
718 | # | ||
719 | CONFIG_PROC_FS=y | ||
720 | CONFIG_PROC_KCORE=y | ||
721 | CONFIG_PROC_SYSCTL=y | ||
722 | CONFIG_SYSFS=y | ||
723 | CONFIG_TMPFS=y | ||
724 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
725 | # CONFIG_HUGETLBFS is not set | ||
726 | # CONFIG_HUGETLB_PAGE is not set | ||
727 | CONFIG_RAMFS=y | ||
728 | # CONFIG_CONFIGFS_FS is not set | ||
729 | |||
730 | # | ||
731 | # Miscellaneous filesystems | ||
732 | # | ||
733 | # CONFIG_ADFS_FS is not set | ||
734 | # CONFIG_AFFS_FS is not set | ||
735 | # CONFIG_HFS_FS is not set | ||
736 | # CONFIG_HFSPLUS_FS is not set | ||
737 | # CONFIG_BEFS_FS is not set | ||
738 | # CONFIG_BFS_FS is not set | ||
739 | # CONFIG_EFS_FS is not set | ||
740 | CONFIG_JFFS2_FS=y | ||
741 | CONFIG_JFFS2_FS_DEBUG=0 | ||
742 | # CONFIG_JFFS2_FS_WRITEBUFFER is not set | ||
743 | # CONFIG_JFFS2_SUMMARY is not set | ||
744 | # CONFIG_JFFS2_FS_XATTR is not set | ||
745 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
746 | CONFIG_JFFS2_ZLIB=y | ||
747 | CONFIG_JFFS2_RTIME=y | ||
748 | # CONFIG_JFFS2_RUBIN is not set | ||
749 | # CONFIG_CRAMFS is not set | ||
750 | # CONFIG_VXFS_FS is not set | ||
751 | # CONFIG_HPFS_FS is not set | ||
752 | # CONFIG_QNX4FS_FS is not set | ||
753 | # CONFIG_SYSV_FS is not set | ||
754 | # CONFIG_UFS_FS is not set | ||
755 | |||
756 | # | ||
757 | # Network File Systems | ||
758 | # | ||
759 | CONFIG_NFS_FS=y | ||
760 | CONFIG_NFS_V3=y | ||
761 | # CONFIG_NFS_V3_ACL is not set | ||
762 | # CONFIG_NFS_V4 is not set | ||
763 | # CONFIG_NFS_DIRECTIO is not set | ||
764 | # CONFIG_NFSD is not set | ||
765 | CONFIG_ROOT_NFS=y | ||
766 | CONFIG_LOCKD=y | ||
767 | CONFIG_LOCKD_V4=y | ||
768 | CONFIG_NFS_COMMON=y | ||
769 | CONFIG_SUNRPC=y | ||
770 | CONFIG_SUNRPC_BIND34=y | ||
771 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
772 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
773 | # CONFIG_SMB_FS is not set | ||
774 | # CONFIG_CIFS is not set | ||
775 | # CONFIG_NCP_FS is not set | ||
776 | # CONFIG_CODA_FS is not set | ||
777 | # CONFIG_AFS_FS is not set | ||
778 | |||
779 | # | ||
780 | # Partition Types | ||
781 | # | ||
782 | # CONFIG_PARTITION_ADVANCED is not set | ||
783 | CONFIG_MSDOS_PARTITION=y | ||
784 | |||
785 | # | ||
786 | # Native Language Support | ||
787 | # | ||
788 | CONFIG_NLS=y | ||
789 | CONFIG_NLS_DEFAULT="cp437" | ||
790 | CONFIG_NLS_CODEPAGE_437=y | ||
791 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
792 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
793 | CONFIG_NLS_CODEPAGE_850=y | ||
794 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
795 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
796 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
797 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
798 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
799 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
800 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
801 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
802 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
803 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
804 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
805 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
806 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
807 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
808 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
809 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
810 | # CONFIG_NLS_ISO8859_8 is not set | ||
811 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
812 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
813 | # CONFIG_NLS_ASCII is not set | ||
814 | CONFIG_NLS_ISO8859_1=y | ||
815 | # CONFIG_NLS_ISO8859_2 is not set | ||
816 | # CONFIG_NLS_ISO8859_3 is not set | ||
817 | # CONFIG_NLS_ISO8859_4 is not set | ||
818 | # CONFIG_NLS_ISO8859_5 is not set | ||
819 | # CONFIG_NLS_ISO8859_6 is not set | ||
820 | # CONFIG_NLS_ISO8859_7 is not set | ||
821 | # CONFIG_NLS_ISO8859_9 is not set | ||
822 | # CONFIG_NLS_ISO8859_13 is not set | ||
823 | # CONFIG_NLS_ISO8859_14 is not set | ||
824 | # CONFIG_NLS_ISO8859_15 is not set | ||
825 | # CONFIG_NLS_KOI8_R is not set | ||
826 | # CONFIG_NLS_KOI8_U is not set | ||
827 | # CONFIG_NLS_UTF8 is not set | ||
828 | |||
829 | # | ||
830 | # Distributed Lock Manager | ||
831 | # | ||
832 | # CONFIG_DLM is not set | ||
833 | |||
834 | # | ||
835 | # Profiling support | ||
836 | # | ||
837 | # CONFIG_PROFILING is not set | ||
838 | |||
839 | # | ||
840 | # Kernel hacking | ||
841 | # | ||
842 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
843 | # CONFIG_PRINTK_TIME is not set | ||
844 | CONFIG_ENABLE_MUST_CHECK=y | ||
845 | CONFIG_MAGIC_SYSRQ=y | ||
846 | # CONFIG_UNUSED_SYMBOLS is not set | ||
847 | # CONFIG_DEBUG_FS is not set | ||
848 | # CONFIG_HEADERS_CHECK is not set | ||
849 | CONFIG_DEBUG_KERNEL=y | ||
850 | # CONFIG_DEBUG_SHIRQ is not set | ||
851 | # CONFIG_DETECT_SOFTLOCKUP is not set | ||
852 | # CONFIG_SCHED_DEBUG is not set | ||
853 | # CONFIG_SCHEDSTATS is not set | ||
854 | # CONFIG_TIMER_STATS is not set | ||
855 | # CONFIG_DEBUG_SLAB is not set | ||
856 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
857 | # CONFIG_RT_MUTEX_TESTER is not set | ||
858 | # CONFIG_DEBUG_SPINLOCK is not set | ||
859 | # CONFIG_DEBUG_MUTEXES is not set | ||
860 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
861 | # CONFIG_PROVE_LOCKING is not set | ||
862 | # CONFIG_LOCK_STAT is not set | ||
863 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
864 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
865 | CONFIG_DEBUG_KOBJECT=y | ||
866 | CONFIG_DEBUG_BUGVERBOSE=y | ||
867 | CONFIG_DEBUG_INFO=y | ||
868 | # CONFIG_DEBUG_VM is not set | ||
869 | # CONFIG_DEBUG_LIST is not set | ||
870 | CONFIG_FRAME_POINTER=y | ||
871 | # CONFIG_FORCED_INLINING is not set | ||
872 | # CONFIG_RCU_TORTURE_TEST is not set | ||
873 | # CONFIG_FAULT_INJECTION is not set | ||
874 | # CONFIG_SH_STANDARD_BIOS is not set | ||
875 | CONFIG_EARLY_SCIF_CONSOLE=y | ||
876 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xa4430000 | ||
877 | CONFIG_EARLY_PRINTK=y | ||
878 | # CONFIG_DEBUG_BOOTMEM is not set | ||
879 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
880 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
881 | # CONFIG_4KSTACKS is not set | ||
882 | CONFIG_SH_KGDB=y | ||
883 | |||
884 | # | ||
885 | # KGDB configuration options | ||
886 | # | ||
887 | # CONFIG_MORE_COMPILE_OPTIONS is not set | ||
888 | # CONFIG_KGDB_NMI is not set | ||
889 | CONFIG_KGDB_SYSRQ=y | ||
890 | |||
891 | # | ||
892 | # Serial port setup | ||
893 | # | ||
894 | CONFIG_KGDB_DEFPORT=0 | ||
895 | CONFIG_KGDB_DEFBAUD=115200 | ||
896 | CONFIG_KGDB_DEFPARITY_N=y | ||
897 | # CONFIG_KGDB_DEFPARITY_E is not set | ||
898 | # CONFIG_KGDB_DEFPARITY_O is not set | ||
899 | CONFIG_KGDB_DEFBITS_8=y | ||
900 | # CONFIG_KGDB_DEFBITS_7 is not set | ||
901 | |||
902 | # | ||
903 | # Security options | ||
904 | # | ||
905 | # CONFIG_KEYS is not set | ||
906 | # CONFIG_SECURITY is not set | ||
907 | # CONFIG_CRYPTO is not set | ||
908 | |||
909 | # | ||
910 | # Library routines | ||
911 | # | ||
912 | CONFIG_BITREVERSE=y | ||
913 | CONFIG_CRC_CCITT=m | ||
914 | CONFIG_CRC16=m | ||
915 | # CONFIG_CRC_ITU_T is not set | ||
916 | CONFIG_CRC32=y | ||
917 | # CONFIG_CRC7 is not set | ||
918 | # CONFIG_LIBCRC32C is not set | ||
919 | CONFIG_AUDIT_GENERIC=y | ||
920 | CONFIG_ZLIB_INFLATE=y | ||
921 | CONFIG_ZLIB_DEFLATE=y | ||
922 | CONFIG_PLIST=y | ||
923 | CONFIG_HAS_IOMEM=y | ||
924 | CONFIG_HAS_IOPORT=y | ||
925 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/rts7751r2d_defconfig b/arch/sh/configs/rts7751r2d1_defconfig index b64f73b704d6..2dc754e5b733 100644 --- a/arch/sh/configs/rts7751r2d_defconfig +++ b/arch/sh/configs/rts7751r2d1_defconfig | |||
@@ -1,46 +1,47 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.21-rc1 | 3 | # Linux kernel version: 2.6.23-rc2 |
4 | # Thu Mar 1 16:42:40 2007 | 4 | # Tue Aug 14 18:04:44 2007 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
8 | CONFIG_GENERIC_BUG=y | ||
8 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 9 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
9 | CONFIG_GENERIC_HWEIGHT=y | 10 | CONFIG_GENERIC_HWEIGHT=y |
10 | CONFIG_GENERIC_HARDIRQS=y | 11 | CONFIG_GENERIC_HARDIRQS=y |
11 | CONFIG_GENERIC_IRQ_PROBE=y | 12 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
13 | # CONFIG_GENERIC_TIME is not set | 14 | CONFIG_GENERIC_TIME=y |
15 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
16 | CONFIG_SYS_SUPPORTS_PCI=y | ||
14 | CONFIG_STACKTRACE_SUPPORT=y | 17 | CONFIG_STACKTRACE_SUPPORT=y |
15 | CONFIG_LOCKDEP_SUPPORT=y | 18 | CONFIG_LOCKDEP_SUPPORT=y |
16 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 19 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
17 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 20 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
21 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
18 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
19 | 23 | ||
20 | # | 24 | # |
21 | # Code maturity level options | 25 | # General setup |
22 | # | 26 | # |
23 | CONFIG_EXPERIMENTAL=y | 27 | CONFIG_EXPERIMENTAL=y |
24 | CONFIG_BROKEN_ON_SMP=y | 28 | CONFIG_BROKEN_ON_SMP=y |
25 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 29 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
26 | |||
27 | # | ||
28 | # General setup | ||
29 | # | ||
30 | CONFIG_LOCALVERSION="" | 30 | CONFIG_LOCALVERSION="" |
31 | CONFIG_LOCALVERSION_AUTO=y | 31 | CONFIG_LOCALVERSION_AUTO=y |
32 | CONFIG_SWAP=y | 32 | CONFIG_SWAP=y |
33 | CONFIG_SYSVIPC=y | 33 | CONFIG_SYSVIPC=y |
34 | # CONFIG_IPC_NS is not set | ||
35 | CONFIG_SYSVIPC_SYSCTL=y | 34 | CONFIG_SYSVIPC_SYSCTL=y |
36 | # CONFIG_POSIX_MQUEUE is not set | 35 | # CONFIG_POSIX_MQUEUE is not set |
37 | # CONFIG_BSD_PROCESS_ACCT is not set | 36 | # CONFIG_BSD_PROCESS_ACCT is not set |
38 | # CONFIG_TASKSTATS is not set | 37 | # CONFIG_TASKSTATS is not set |
39 | # CONFIG_UTS_NS is not set | 38 | # CONFIG_USER_NS is not set |
40 | # CONFIG_AUDIT is not set | 39 | # CONFIG_AUDIT is not set |
41 | # CONFIG_IKCONFIG is not set | 40 | # CONFIG_IKCONFIG is not set |
41 | CONFIG_LOG_BUF_SHIFT=14 | ||
42 | CONFIG_SYSFS_DEPRECATED=y | 42 | CONFIG_SYSFS_DEPRECATED=y |
43 | # CONFIG_RELAY is not set | 43 | # CONFIG_RELAY is not set |
44 | # CONFIG_BLK_DEV_INITRD is not set | ||
44 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 45 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
45 | CONFIG_SYSCTL=y | 46 | CONFIG_SYSCTL=y |
46 | CONFIG_EMBEDDED=y | 47 | CONFIG_EMBEDDED=y |
@@ -54,31 +55,29 @@ CONFIG_BUG=y | |||
54 | CONFIG_ELF_CORE=y | 55 | CONFIG_ELF_CORE=y |
55 | CONFIG_BASE_FULL=y | 56 | CONFIG_BASE_FULL=y |
56 | CONFIG_FUTEX=y | 57 | CONFIG_FUTEX=y |
58 | CONFIG_ANON_INODES=y | ||
57 | CONFIG_EPOLL=y | 59 | CONFIG_EPOLL=y |
60 | CONFIG_SIGNALFD=y | ||
61 | CONFIG_TIMERFD=y | ||
62 | CONFIG_EVENTFD=y | ||
58 | CONFIG_SHMEM=y | 63 | CONFIG_SHMEM=y |
59 | CONFIG_SLAB=y | ||
60 | CONFIG_VM_EVENT_COUNTERS=y | 64 | CONFIG_VM_EVENT_COUNTERS=y |
65 | CONFIG_SLAB=y | ||
66 | # CONFIG_SLUB is not set | ||
67 | # CONFIG_SLOB is not set | ||
61 | CONFIG_RT_MUTEXES=y | 68 | CONFIG_RT_MUTEXES=y |
62 | # CONFIG_TINY_SHMEM is not set | 69 | # CONFIG_TINY_SHMEM is not set |
63 | CONFIG_BASE_SMALL=0 | 70 | CONFIG_BASE_SMALL=0 |
64 | # CONFIG_SLOB is not set | ||
65 | |||
66 | # | ||
67 | # Loadable module support | ||
68 | # | ||
69 | CONFIG_MODULES=y | 71 | CONFIG_MODULES=y |
70 | # CONFIG_MODULE_UNLOAD is not set | 72 | # CONFIG_MODULE_UNLOAD is not set |
71 | # CONFIG_MODVERSIONS is not set | 73 | # CONFIG_MODVERSIONS is not set |
72 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 74 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
73 | # CONFIG_KMOD is not set | 75 | # CONFIG_KMOD is not set |
74 | |||
75 | # | ||
76 | # Block layer | ||
77 | # | ||
78 | CONFIG_BLOCK=y | 76 | CONFIG_BLOCK=y |
79 | # CONFIG_LBD is not set | 77 | # CONFIG_LBD is not set |
80 | # CONFIG_BLK_DEV_IO_TRACE is not set | 78 | # CONFIG_BLK_DEV_IO_TRACE is not set |
81 | # CONFIG_LSF is not set | 79 | # CONFIG_LSF is not set |
80 | # CONFIG_BLK_DEV_BSG is not set | ||
82 | 81 | ||
83 | # | 82 | # |
84 | # IO Schedulers | 83 | # IO Schedulers |
@@ -96,61 +95,16 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
96 | # | 95 | # |
97 | # System type | 96 | # System type |
98 | # | 97 | # |
99 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
100 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
101 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
102 | # CONFIG_SH_7343_SOLUTION_ENGINE is not set | ||
103 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
104 | # CONFIG_SH_7751_SYSTEMH is not set | ||
105 | # CONFIG_SH_HP6XX is not set | ||
106 | # CONFIG_SH_SATURN is not set | ||
107 | # CONFIG_SH_DREAMCAST is not set | ||
108 | # CONFIG_SH_MPC1211 is not set | ||
109 | # CONFIG_SH_SH03 is not set | ||
110 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
111 | # CONFIG_SH_HS7751RVOIP is not set | ||
112 | # CONFIG_SH_7710VOIPGW is not set | ||
113 | CONFIG_SH_RTS7751R2D=y | ||
114 | # CONFIG_SH_R7780RP is not set | ||
115 | # CONFIG_SH_EDOSK7705 is not set | ||
116 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
117 | # CONFIG_SH_LANDISK is not set | ||
118 | # CONFIG_SH_TITAN is not set | ||
119 | # CONFIG_SH_SHMIN is not set | ||
120 | # CONFIG_SH_7206_SOLUTION_ENGINE is not set | ||
121 | # CONFIG_SH_7619_SOLUTION_ENGINE is not set | ||
122 | # CONFIG_SH_UNKNOWN is not set | ||
123 | |||
124 | # | ||
125 | # Processor selection | ||
126 | # | ||
127 | CONFIG_CPU_SH4=y | 98 | CONFIG_CPU_SH4=y |
128 | |||
129 | # | ||
130 | # SH-2 Processor Support | ||
131 | # | ||
132 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | ||
133 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 99 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
134 | |||
135 | # | ||
136 | # SH-2A Processor Support | ||
137 | # | ||
138 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 100 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
139 | |||
140 | # | ||
141 | # SH-3 Processor Support | ||
142 | # | ||
143 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
144 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 101 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
145 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 102 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
146 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 103 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
147 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | 104 | # CONFIG_CPU_SUBTYPE_SH7708 is not set |
148 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 105 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
149 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 106 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
150 | 107 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | |
151 | # | ||
152 | # SH-4 Processor Support | ||
153 | # | ||
154 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 108 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
155 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 109 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
156 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 110 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -159,35 +113,30 @@ CONFIG_CPU_SH4=y | |||
159 | CONFIG_CPU_SUBTYPE_SH7751R=y | 113 | CONFIG_CPU_SUBTYPE_SH7751R=y |
160 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 114 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
161 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 115 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
162 | |||
163 | # | ||
164 | # ST40 Processor Support | ||
165 | # | ||
166 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | 116 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set |
167 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | 117 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set |
168 | |||
169 | # | ||
170 | # SH-4A Processor Support | ||
171 | # | ||
172 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 118 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
173 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 119 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
174 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 120 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
175 | 121 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | |
176 | # | ||
177 | # SH4AL-DSP Processor Support | ||
178 | # | ||
179 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
180 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 122 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
181 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
182 | 124 | ||
183 | # | 125 | # |
184 | # Memory management options | 126 | # Memory management options |
185 | # | 127 | # |
128 | CONFIG_QUICKLIST=y | ||
186 | CONFIG_MMU=y | 129 | CONFIG_MMU=y |
187 | CONFIG_PAGE_OFFSET=0x80000000 | 130 | CONFIG_PAGE_OFFSET=0x80000000 |
188 | CONFIG_MEMORY_START=0x0c000000 | 131 | CONFIG_MEMORY_START=0x0c000000 |
189 | CONFIG_MEMORY_SIZE=0x04000000 | 132 | CONFIG_MEMORY_SIZE=0x04000000 |
190 | CONFIG_VSYSCALL=y | 133 | CONFIG_VSYSCALL=y |
134 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
135 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
136 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
137 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
138 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
139 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
191 | CONFIG_PAGE_SIZE_4KB=y | 140 | CONFIG_PAGE_SIZE_4KB=y |
192 | # CONFIG_PAGE_SIZE_8KB is not set | 141 | # CONFIG_PAGE_SIZE_8KB is not set |
193 | # CONFIG_PAGE_SIZE_64KB is not set | 142 | # CONFIG_PAGE_SIZE_64KB is not set |
@@ -197,17 +146,19 @@ CONFIG_FLATMEM_MANUAL=y | |||
197 | # CONFIG_SPARSEMEM_MANUAL is not set | 146 | # CONFIG_SPARSEMEM_MANUAL is not set |
198 | CONFIG_FLATMEM=y | 147 | CONFIG_FLATMEM=y |
199 | CONFIG_FLAT_NODE_MEM_MAP=y | 148 | CONFIG_FLAT_NODE_MEM_MAP=y |
200 | # CONFIG_SPARSEMEM_STATIC is not set | 149 | CONFIG_SPARSEMEM_STATIC=y |
201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 150 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
202 | # CONFIG_RESOURCES_64BIT is not set | 151 | # CONFIG_RESOURCES_64BIT is not set |
203 | CONFIG_ZONE_DMA_FLAG=0 | 152 | CONFIG_ZONE_DMA_FLAG=0 |
153 | CONFIG_NR_QUICK=2 | ||
204 | 154 | ||
205 | # | 155 | # |
206 | # Cache configuration | 156 | # Cache configuration |
207 | # | 157 | # |
208 | # CONFIG_SH_DIRECT_MAPPED is not set | 158 | # CONFIG_SH_DIRECT_MAPPED is not set |
209 | # CONFIG_SH_WRITETHROUGH is not set | 159 | CONFIG_CACHE_WRITEBACK=y |
210 | # CONFIG_SH_OCRAM is not set | 160 | # CONFIG_CACHE_WRITETHROUGH is not set |
161 | # CONFIG_CACHE_OFF is not set | ||
211 | 162 | ||
212 | # | 163 | # |
213 | # Processor features | 164 | # Processor features |
@@ -215,7 +166,6 @@ CONFIG_ZONE_DMA_FLAG=0 | |||
215 | CONFIG_CPU_LITTLE_ENDIAN=y | 166 | CONFIG_CPU_LITTLE_ENDIAN=y |
216 | # CONFIG_CPU_BIG_ENDIAN is not set | 167 | # CONFIG_CPU_BIG_ENDIAN is not set |
217 | CONFIG_SH_FPU=y | 168 | CONFIG_SH_FPU=y |
218 | # CONFIG_SH_DSP is not set | ||
219 | # CONFIG_SH_STORE_QUEUES is not set | 169 | # CONFIG_SH_STORE_QUEUES is not set |
220 | CONFIG_CPU_HAS_INTEVT=y | 170 | CONFIG_CPU_HAS_INTEVT=y |
221 | CONFIG_CPU_HAS_INTC_IRQ=y | 171 | CONFIG_CPU_HAS_INTC_IRQ=y |
@@ -223,17 +173,31 @@ CONFIG_CPU_HAS_SR_RB=y | |||
223 | CONFIG_CPU_HAS_PTEA=y | 173 | CONFIG_CPU_HAS_PTEA=y |
224 | 174 | ||
225 | # | 175 | # |
226 | # Timer support | 176 | # Board support |
227 | # | 177 | # |
228 | CONFIG_SH_TMU=y | 178 | # CONFIG_SH_7751_SYSTEMH is not set |
179 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
180 | # CONFIG_SH_HS7751RVOIP is not set | ||
181 | CONFIG_SH_RTS7751R2D=y | ||
182 | # CONFIG_SH_LANDISK is not set | ||
183 | # CONFIG_SH_TITAN is not set | ||
184 | # CONFIG_SH_LBOX_RE2 is not set | ||
229 | 185 | ||
230 | # | 186 | # |
231 | # RTS7751R2D options | 187 | # RTS7751R2D options |
232 | # | 188 | # |
233 | CONFIG_RTS7751R2D_REV11=y | 189 | # CONFIG_RTS7751R2D_PLUS is not set |
190 | CONFIG_RTS7751R2D_1=y | ||
191 | |||
192 | # | ||
193 | # Timer and clock configuration | ||
194 | # | ||
195 | CONFIG_SH_TMU=y | ||
234 | CONFIG_SH_TIMER_IRQ=16 | 196 | CONFIG_SH_TIMER_IRQ=16 |
235 | # CONFIG_NO_IDLE_HZ is not set | ||
236 | CONFIG_SH_PCLK_FREQ=60000000 | 197 | CONFIG_SH_PCLK_FREQ=60000000 |
198 | # CONFIG_TICK_ONESHOT is not set | ||
199 | # CONFIG_NO_HZ is not set | ||
200 | # CONFIG_HIGH_RES_TIMERS is not set | ||
237 | 201 | ||
238 | # | 202 | # |
239 | # CPU Frequency scaling | 203 | # CPU Frequency scaling |
@@ -244,19 +208,15 @@ CONFIG_SH_PCLK_FREQ=60000000 | |||
244 | # DMA support | 208 | # DMA support |
245 | # | 209 | # |
246 | # CONFIG_SH_DMA is not set | 210 | # CONFIG_SH_DMA is not set |
247 | # CONFIG_NR_ONCHIP_DMA_CHANNELS is not set | ||
248 | # CONFIG_NR_DMA_CHANNELS_BOOL is not set | ||
249 | 211 | ||
250 | # | 212 | # |
251 | # Companion Chips | 213 | # Companion Chips |
252 | # | 214 | # |
253 | CONFIG_VOYAGERGX=y | ||
254 | # CONFIG_HD6446X_SERIES is not set | ||
255 | CONFIG_HEARTBEAT=y | ||
256 | 215 | ||
257 | # | 216 | # |
258 | # Additional SuperH Device Drivers | 217 | # Additional SuperH Device Drivers |
259 | # | 218 | # |
219 | CONFIG_HEARTBEAT=y | ||
260 | # CONFIG_PUSH_SWITCH is not set | 220 | # CONFIG_PUSH_SWITCH is not set |
261 | 221 | ||
262 | # | 222 | # |
@@ -268,7 +228,7 @@ CONFIG_HZ_250=y | |||
268 | # CONFIG_HZ_1000 is not set | 228 | # CONFIG_HZ_1000 is not set |
269 | CONFIG_HZ=250 | 229 | CONFIG_HZ=250 |
270 | # CONFIG_KEXEC is not set | 230 | # CONFIG_KEXEC is not set |
271 | # CONFIG_SMP is not set | 231 | # CONFIG_CRASH_DUMP is not set |
272 | CONFIG_PREEMPT_NONE=y | 232 | CONFIG_PREEMPT_NONE=y |
273 | # CONFIG_PREEMPT_VOLUNTARY is not set | 233 | # CONFIG_PREEMPT_VOLUNTARY is not set |
274 | # CONFIG_PREEMPT is not set | 234 | # CONFIG_PREEMPT is not set |
@@ -289,15 +249,12 @@ CONFIG_PCI=y | |||
289 | CONFIG_SH_PCIDMA_NONCOHERENT=y | 249 | CONFIG_SH_PCIDMA_NONCOHERENT=y |
290 | CONFIG_PCI_AUTO=y | 250 | CONFIG_PCI_AUTO=y |
291 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | 251 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y |
252 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
292 | 253 | ||
293 | # | 254 | # |
294 | # PCCARD (PCMCIA/CardBus) support | 255 | # PCCARD (PCMCIA/CardBus) support |
295 | # | 256 | # |
296 | # CONFIG_PCCARD is not set | 257 | # CONFIG_PCCARD is not set |
297 | |||
298 | # | ||
299 | # PCI Hotplug Support | ||
300 | # | ||
301 | CONFIG_HOTPLUG_PCI=y | 258 | CONFIG_HOTPLUG_PCI=y |
302 | # CONFIG_HOTPLUG_PCI_FAKE is not set | 259 | # CONFIG_HOTPLUG_PCI_FAKE is not set |
303 | # CONFIG_HOTPLUG_PCI_CPCI is not set | 260 | # CONFIG_HOTPLUG_PCI_CPCI is not set |
@@ -307,15 +264,9 @@ CONFIG_HOTPLUG_PCI=y | |||
307 | # Executable file formats | 264 | # Executable file formats |
308 | # | 265 | # |
309 | CONFIG_BINFMT_ELF=y | 266 | CONFIG_BINFMT_ELF=y |
310 | # CONFIG_BINFMT_FLAT is not set | ||
311 | # CONFIG_BINFMT_MISC is not set | 267 | # CONFIG_BINFMT_MISC is not set |
312 | 268 | ||
313 | # | 269 | # |
314 | # Power management options (EXPERIMENTAL) | ||
315 | # | ||
316 | # CONFIG_PM is not set | ||
317 | |||
318 | # | ||
319 | # Networking | 270 | # Networking |
320 | # | 271 | # |
321 | CONFIG_NET=y | 272 | CONFIG_NET=y |
@@ -323,7 +274,6 @@ CONFIG_NET=y | |||
323 | # | 274 | # |
324 | # Networking options | 275 | # Networking options |
325 | # | 276 | # |
326 | # CONFIG_NETDEBUG is not set | ||
327 | CONFIG_PACKET=y | 277 | CONFIG_PACKET=y |
328 | # CONFIG_PACKET_MMAP is not set | 278 | # CONFIG_PACKET_MMAP is not set |
329 | CONFIG_UNIX=y | 279 | CONFIG_UNIX=y |
@@ -360,20 +310,8 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
360 | # CONFIG_INET6_TUNNEL is not set | 310 | # CONFIG_INET6_TUNNEL is not set |
361 | # CONFIG_NETWORK_SECMARK is not set | 311 | # CONFIG_NETWORK_SECMARK is not set |
362 | # CONFIG_NETFILTER is not set | 312 | # CONFIG_NETFILTER is not set |
363 | |||
364 | # | ||
365 | # DCCP Configuration (EXPERIMENTAL) | ||
366 | # | ||
367 | # CONFIG_IP_DCCP is not set | 313 | # CONFIG_IP_DCCP is not set |
368 | |||
369 | # | ||
370 | # SCTP Configuration (EXPERIMENTAL) | ||
371 | # | ||
372 | # CONFIG_IP_SCTP is not set | 314 | # CONFIG_IP_SCTP is not set |
373 | |||
374 | # | ||
375 | # TIPC Configuration (EXPERIMENTAL) | ||
376 | # | ||
377 | # CONFIG_TIPC is not set | 315 | # CONFIG_TIPC is not set |
378 | # CONFIG_ATM is not set | 316 | # CONFIG_ATM is not set |
379 | # CONFIG_BRIDGE is not set | 317 | # CONFIG_BRIDGE is not set |
@@ -399,8 +337,17 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
399 | # CONFIG_HAMRADIO is not set | 337 | # CONFIG_HAMRADIO is not set |
400 | # CONFIG_IRDA is not set | 338 | # CONFIG_IRDA is not set |
401 | # CONFIG_BT is not set | 339 | # CONFIG_BT is not set |
402 | # CONFIG_IEEE80211 is not set | 340 | # CONFIG_AF_RXRPC is not set |
341 | |||
342 | # | ||
343 | # Wireless | ||
344 | # | ||
345 | # CONFIG_CFG80211 is not set | ||
403 | CONFIG_WIRELESS_EXT=y | 346 | CONFIG_WIRELESS_EXT=y |
347 | # CONFIG_MAC80211 is not set | ||
348 | # CONFIG_IEEE80211 is not set | ||
349 | # CONFIG_RFKILL is not set | ||
350 | # CONFIG_NET_9P is not set | ||
404 | 351 | ||
405 | # | 352 | # |
406 | # Device Drivers | 353 | # Device Drivers |
@@ -413,31 +360,10 @@ CONFIG_STANDALONE=y | |||
413 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 360 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
414 | CONFIG_FW_LOADER=m | 361 | CONFIG_FW_LOADER=m |
415 | # CONFIG_SYS_HYPERVISOR is not set | 362 | # CONFIG_SYS_HYPERVISOR is not set |
416 | |||
417 | # | ||
418 | # Connector - unified userspace <-> kernelspace linker | ||
419 | # | ||
420 | # CONFIG_CONNECTOR is not set | 363 | # CONFIG_CONNECTOR is not set |
421 | |||
422 | # | ||
423 | # Memory Technology Devices (MTD) | ||
424 | # | ||
425 | # CONFIG_MTD is not set | 364 | # CONFIG_MTD is not set |
426 | |||
427 | # | ||
428 | # Parallel port support | ||
429 | # | ||
430 | # CONFIG_PARPORT is not set | 365 | # CONFIG_PARPORT is not set |
431 | 366 | CONFIG_BLK_DEV=y | |
432 | # | ||
433 | # Plug and Play support | ||
434 | # | ||
435 | # CONFIG_PNPACPI is not set | ||
436 | |||
437 | # | ||
438 | # Block devices | ||
439 | # | ||
440 | # CONFIG_BLK_CPQ_DA is not set | ||
441 | # CONFIG_BLK_CPQ_CISS_DA is not set | 367 | # CONFIG_BLK_CPQ_CISS_DA is not set |
442 | # CONFIG_BLK_DEV_DAC960 is not set | 368 | # CONFIG_BLK_DEV_DAC960 is not set |
443 | # CONFIG_BLK_DEV_UMEM is not set | 369 | # CONFIG_BLK_DEV_UMEM is not set |
@@ -449,19 +375,13 @@ CONFIG_BLK_DEV_RAM=y | |||
449 | CONFIG_BLK_DEV_RAM_COUNT=16 | 375 | CONFIG_BLK_DEV_RAM_COUNT=16 |
450 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 376 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
451 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 377 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
452 | # CONFIG_BLK_DEV_INITRD is not set | ||
453 | # CONFIG_CDROM_PKTCDVD is not set | 378 | # CONFIG_CDROM_PKTCDVD is not set |
454 | # CONFIG_ATA_OVER_ETH is not set | 379 | # CONFIG_ATA_OVER_ETH is not set |
455 | 380 | CONFIG_MISC_DEVICES=y | |
456 | # | 381 | # CONFIG_PHANTOM is not set |
457 | # Misc devices | 382 | # CONFIG_EEPROM_93CX6 is not set |
458 | # | ||
459 | # CONFIG_SGI_IOC4 is not set | 383 | # CONFIG_SGI_IOC4 is not set |
460 | # CONFIG_TIFM_CORE is not set | 384 | # CONFIG_TIFM_CORE is not set |
461 | |||
462 | # | ||
463 | # ATA/ATAPI/MFM/RLL support | ||
464 | # | ||
465 | # CONFIG_IDE is not set | 385 | # CONFIG_IDE is not set |
466 | 386 | ||
467 | # | 387 | # |
@@ -469,6 +389,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
469 | # | 389 | # |
470 | # CONFIG_RAID_ATTRS is not set | 390 | # CONFIG_RAID_ATTRS is not set |
471 | CONFIG_SCSI=y | 391 | CONFIG_SCSI=y |
392 | CONFIG_SCSI_DMA=y | ||
472 | # CONFIG_SCSI_TGT is not set | 393 | # CONFIG_SCSI_TGT is not set |
473 | # CONFIG_SCSI_NETLINK is not set | 394 | # CONFIG_SCSI_NETLINK is not set |
474 | CONFIG_SCSI_PROC_FS=y | 395 | CONFIG_SCSI_PROC_FS=y |
@@ -490,6 +411,7 @@ CONFIG_BLK_DEV_SD=y | |||
490 | # CONFIG_SCSI_CONSTANTS is not set | 411 | # CONFIG_SCSI_CONSTANTS is not set |
491 | # CONFIG_SCSI_LOGGING is not set | 412 | # CONFIG_SCSI_LOGGING is not set |
492 | # CONFIG_SCSI_SCAN_ASYNC is not set | 413 | # CONFIG_SCSI_SCAN_ASYNC is not set |
414 | CONFIG_SCSI_WAIT_SCAN=m | ||
493 | 415 | ||
494 | # | 416 | # |
495 | # SCSI Transports | 417 | # SCSI Transports |
@@ -497,12 +419,8 @@ CONFIG_BLK_DEV_SD=y | |||
497 | # CONFIG_SCSI_SPI_ATTRS is not set | 419 | # CONFIG_SCSI_SPI_ATTRS is not set |
498 | # CONFIG_SCSI_FC_ATTRS is not set | 420 | # CONFIG_SCSI_FC_ATTRS is not set |
499 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 421 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
500 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
501 | # CONFIG_SCSI_SAS_LIBSAS is not set | 422 | # CONFIG_SCSI_SAS_LIBSAS is not set |
502 | 423 | CONFIG_SCSI_LOWLEVEL=y | |
503 | # | ||
504 | # SCSI low-level drivers | ||
505 | # | ||
506 | # CONFIG_ISCSI_TCP is not set | 424 | # CONFIG_ISCSI_TCP is not set |
507 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 425 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
508 | # CONFIG_SCSI_3W_9XXX is not set | 426 | # CONFIG_SCSI_3W_9XXX is not set |
@@ -512,7 +430,6 @@ CONFIG_BLK_DEV_SD=y | |||
512 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 430 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
513 | # CONFIG_SCSI_AIC79XX is not set | 431 | # CONFIG_SCSI_AIC79XX is not set |
514 | # CONFIG_SCSI_AIC94XX is not set | 432 | # CONFIG_SCSI_AIC94XX is not set |
515 | # CONFIG_SCSI_DPT_I2O is not set | ||
516 | # CONFIG_SCSI_ARCMSR is not set | 433 | # CONFIG_SCSI_ARCMSR is not set |
517 | # CONFIG_MEGARAID_NEWGEN is not set | 434 | # CONFIG_MEGARAID_NEWGEN is not set |
518 | # CONFIG_MEGARAID_LEGACY is not set | 435 | # CONFIG_MEGARAID_LEGACY is not set |
@@ -535,10 +452,6 @@ CONFIG_BLK_DEV_SD=y | |||
535 | # CONFIG_SCSI_NSP32 is not set | 452 | # CONFIG_SCSI_NSP32 is not set |
536 | # CONFIG_SCSI_DEBUG is not set | 453 | # CONFIG_SCSI_DEBUG is not set |
537 | # CONFIG_SCSI_SRP is not set | 454 | # CONFIG_SCSI_SRP is not set |
538 | |||
539 | # | ||
540 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
541 | # | ||
542 | CONFIG_ATA=y | 455 | CONFIG_ATA=y |
543 | # CONFIG_ATA_NONSTANDARD is not set | 456 | # CONFIG_ATA_NONSTANDARD is not set |
544 | # CONFIG_SATA_AHCI is not set | 457 | # CONFIG_SATA_AHCI is not set |
@@ -561,6 +474,7 @@ CONFIG_ATA=y | |||
561 | # CONFIG_PATA_AMD is not set | 474 | # CONFIG_PATA_AMD is not set |
562 | # CONFIG_PATA_ARTOP is not set | 475 | # CONFIG_PATA_ARTOP is not set |
563 | # CONFIG_PATA_ATIIXP is not set | 476 | # CONFIG_PATA_ATIIXP is not set |
477 | # CONFIG_PATA_CMD640_PCI is not set | ||
564 | # CONFIG_PATA_CMD64X is not set | 478 | # CONFIG_PATA_CMD64X is not set |
565 | # CONFIG_PATA_CS5520 is not set | 479 | # CONFIG_PATA_CS5520 is not set |
566 | # CONFIG_PATA_CS5530 is not set | 480 | # CONFIG_PATA_CS5530 is not set |
@@ -593,10 +507,6 @@ CONFIG_ATA=y | |||
593 | # CONFIG_PATA_VIA is not set | 507 | # CONFIG_PATA_VIA is not set |
594 | # CONFIG_PATA_WINBOND is not set | 508 | # CONFIG_PATA_WINBOND is not set |
595 | CONFIG_PATA_PLATFORM=y | 509 | CONFIG_PATA_PLATFORM=y |
596 | |||
597 | # | ||
598 | # Multi-device support (RAID and LVM) | ||
599 | # | ||
600 | # CONFIG_MD is not set | 510 | # CONFIG_MD is not set |
601 | 511 | ||
602 | # | 512 | # |
@@ -610,35 +520,18 @@ CONFIG_PATA_PLATFORM=y | |||
610 | # | 520 | # |
611 | # IEEE 1394 (FireWire) support | 521 | # IEEE 1394 (FireWire) support |
612 | # | 522 | # |
523 | # CONFIG_FIREWIRE is not set | ||
613 | # CONFIG_IEEE1394 is not set | 524 | # CONFIG_IEEE1394 is not set |
614 | |||
615 | # | ||
616 | # I2O device support | ||
617 | # | ||
618 | # CONFIG_I2O is not set | 525 | # CONFIG_I2O is not set |
619 | |||
620 | # | ||
621 | # Network device support | ||
622 | # | ||
623 | CONFIG_NETDEVICES=y | 526 | CONFIG_NETDEVICES=y |
527 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
624 | # CONFIG_DUMMY is not set | 528 | # CONFIG_DUMMY is not set |
625 | # CONFIG_BONDING is not set | 529 | # CONFIG_BONDING is not set |
530 | # CONFIG_MACVLAN is not set | ||
626 | # CONFIG_EQUALIZER is not set | 531 | # CONFIG_EQUALIZER is not set |
627 | # CONFIG_TUN is not set | 532 | # CONFIG_TUN is not set |
628 | |||
629 | # | ||
630 | # ARCnet devices | ||
631 | # | ||
632 | # CONFIG_ARCNET is not set | 533 | # CONFIG_ARCNET is not set |
633 | |||
634 | # | ||
635 | # PHY device support | ||
636 | # | ||
637 | # CONFIG_PHYLIB is not set | 534 | # CONFIG_PHYLIB is not set |
638 | |||
639 | # | ||
640 | # Ethernet (10 or 100Mbit) | ||
641 | # | ||
642 | CONFIG_NET_ETHERNET=y | 535 | CONFIG_NET_ETHERNET=y |
643 | CONFIG_MII=y | 536 | CONFIG_MII=y |
644 | # CONFIG_STNIC is not set | 537 | # CONFIG_STNIC is not set |
@@ -647,10 +540,6 @@ CONFIG_MII=y | |||
647 | # CONFIG_CASSINI is not set | 540 | # CONFIG_CASSINI is not set |
648 | # CONFIG_NET_VENDOR_3COM is not set | 541 | # CONFIG_NET_VENDOR_3COM is not set |
649 | # CONFIG_SMC91X is not set | 542 | # CONFIG_SMC91X is not set |
650 | |||
651 | # | ||
652 | # Tulip family network device support | ||
653 | # | ||
654 | # CONFIG_NET_TULIP is not set | 543 | # CONFIG_NET_TULIP is not set |
655 | # CONFIG_HP100 is not set | 544 | # CONFIG_HP100 is not set |
656 | CONFIG_NET_PCI=y | 545 | CONFIG_NET_PCI=y |
@@ -677,10 +566,7 @@ CONFIG_8139TOO=y | |||
677 | # CONFIG_TLAN is not set | 566 | # CONFIG_TLAN is not set |
678 | # CONFIG_VIA_RHINE is not set | 567 | # CONFIG_VIA_RHINE is not set |
679 | # CONFIG_SC92031 is not set | 568 | # CONFIG_SC92031 is not set |
680 | 569 | CONFIG_NETDEV_1000=y | |
681 | # | ||
682 | # Ethernet (1000 Mbit) | ||
683 | # | ||
684 | # CONFIG_ACENIC is not set | 570 | # CONFIG_ACENIC is not set |
685 | # CONFIG_DL2K is not set | 571 | # CONFIG_DL2K is not set |
686 | # CONFIG_E1000 is not set | 572 | # CONFIG_E1000 is not set |
@@ -691,61 +577,26 @@ CONFIG_8139TOO=y | |||
691 | # CONFIG_SIS190 is not set | 577 | # CONFIG_SIS190 is not set |
692 | # CONFIG_SKGE is not set | 578 | # CONFIG_SKGE is not set |
693 | # CONFIG_SKY2 is not set | 579 | # CONFIG_SKY2 is not set |
694 | # CONFIG_SK98LIN is not set | ||
695 | # CONFIG_VIA_VELOCITY is not set | 580 | # CONFIG_VIA_VELOCITY is not set |
696 | # CONFIG_TIGON3 is not set | 581 | # CONFIG_TIGON3 is not set |
697 | # CONFIG_BNX2 is not set | 582 | # CONFIG_BNX2 is not set |
698 | # CONFIG_QLA3XXX is not set | 583 | # CONFIG_QLA3XXX is not set |
699 | # CONFIG_ATL1 is not set | 584 | # CONFIG_ATL1 is not set |
700 | 585 | CONFIG_NETDEV_10000=y | |
701 | # | ||
702 | # Ethernet (10000 Mbit) | ||
703 | # | ||
704 | # CONFIG_CHELSIO_T1 is not set | 586 | # CONFIG_CHELSIO_T1 is not set |
705 | # CONFIG_CHELSIO_T3 is not set | 587 | # CONFIG_CHELSIO_T3 is not set |
706 | # CONFIG_IXGB is not set | 588 | # CONFIG_IXGB is not set |
707 | # CONFIG_S2IO is not set | 589 | # CONFIG_S2IO is not set |
708 | # CONFIG_MYRI10GE is not set | 590 | # CONFIG_MYRI10GE is not set |
709 | # CONFIG_NETXEN_NIC is not set | 591 | # CONFIG_NETXEN_NIC is not set |
710 | 592 | # CONFIG_MLX4_CORE is not set | |
711 | # | ||
712 | # Token Ring devices | ||
713 | # | ||
714 | # CONFIG_TR is not set | 593 | # CONFIG_TR is not set |
715 | 594 | ||
716 | # | 595 | # |
717 | # Wireless LAN (non-hamradio) | 596 | # Wireless LAN |
718 | # | ||
719 | CONFIG_NET_RADIO=y | ||
720 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
721 | |||
722 | # | ||
723 | # Obsolete Wireless cards support (pre-802.11) | ||
724 | # | ||
725 | # CONFIG_STRIP is not set | ||
726 | |||
727 | # | ||
728 | # Wireless 802.11b ISA/PCI cards support | ||
729 | # | ||
730 | # CONFIG_IPW2100 is not set | ||
731 | # CONFIG_IPW2200 is not set | ||
732 | CONFIG_HERMES=m | ||
733 | # CONFIG_PLX_HERMES is not set | ||
734 | # CONFIG_TMD_HERMES is not set | ||
735 | # CONFIG_NORTEL_HERMES is not set | ||
736 | # CONFIG_PCI_HERMES is not set | ||
737 | # CONFIG_ATMEL is not set | ||
738 | |||
739 | # | ||
740 | # Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support | ||
741 | # | ||
742 | # CONFIG_PRISM54 is not set | ||
743 | # CONFIG_HOSTAP is not set | ||
744 | CONFIG_NET_WIRELESS=y | ||
745 | |||
746 | # | ||
747 | # Wan interfaces | ||
748 | # | 597 | # |
598 | # CONFIG_WLAN_PRE80211 is not set | ||
599 | # CONFIG_WLAN_80211 is not set | ||
749 | # CONFIG_WAN is not set | 600 | # CONFIG_WAN is not set |
750 | # CONFIG_FDDI is not set | 601 | # CONFIG_FDDI is not set |
751 | # CONFIG_HIPPI is not set | 602 | # CONFIG_HIPPI is not set |
@@ -756,15 +607,7 @@ CONFIG_NET_WIRELESS=y | |||
756 | # CONFIG_NETCONSOLE is not set | 607 | # CONFIG_NETCONSOLE is not set |
757 | # CONFIG_NETPOLL is not set | 608 | # CONFIG_NETPOLL is not set |
758 | # CONFIG_NET_POLL_CONTROLLER is not set | 609 | # CONFIG_NET_POLL_CONTROLLER is not set |
759 | |||
760 | # | ||
761 | # ISDN subsystem | ||
762 | # | ||
763 | # CONFIG_ISDN is not set | 610 | # CONFIG_ISDN is not set |
764 | |||
765 | # | ||
766 | # Telephony Support | ||
767 | # | ||
768 | # CONFIG_PHONE is not set | 611 | # CONFIG_PHONE is not set |
769 | 612 | ||
770 | # | 613 | # |
@@ -772,6 +615,7 @@ CONFIG_NET_WIRELESS=y | |||
772 | # | 615 | # |
773 | CONFIG_INPUT=y | 616 | CONFIG_INPUT=y |
774 | # CONFIG_INPUT_FF_MEMLESS is not set | 617 | # CONFIG_INPUT_FF_MEMLESS is not set |
618 | # CONFIG_INPUT_POLLDEV is not set | ||
775 | 619 | ||
776 | # | 620 | # |
777 | # Userland interfaces | 621 | # Userland interfaces |
@@ -788,6 +632,7 @@ CONFIG_INPUT=y | |||
788 | # CONFIG_INPUT_KEYBOARD is not set | 632 | # CONFIG_INPUT_KEYBOARD is not set |
789 | # CONFIG_INPUT_MOUSE is not set | 633 | # CONFIG_INPUT_MOUSE is not set |
790 | # CONFIG_INPUT_JOYSTICK is not set | 634 | # CONFIG_INPUT_JOYSTICK is not set |
635 | # CONFIG_INPUT_TABLET is not set | ||
791 | # CONFIG_INPUT_TOUCHSCREEN is not set | 636 | # CONFIG_INPUT_TOUCHSCREEN is not set |
792 | # CONFIG_INPUT_MISC is not set | 637 | # CONFIG_INPUT_MISC is not set |
793 | 638 | ||
@@ -828,32 +673,15 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
828 | CONFIG_UNIX98_PTYS=y | 673 | CONFIG_UNIX98_PTYS=y |
829 | CONFIG_LEGACY_PTYS=y | 674 | CONFIG_LEGACY_PTYS=y |
830 | CONFIG_LEGACY_PTY_COUNT=256 | 675 | CONFIG_LEGACY_PTY_COUNT=256 |
831 | |||
832 | # | ||
833 | # IPMI | ||
834 | # | ||
835 | # CONFIG_IPMI_HANDLER is not set | 676 | # CONFIG_IPMI_HANDLER is not set |
836 | |||
837 | # | ||
838 | # Watchdog Cards | ||
839 | # | ||
840 | # CONFIG_WATCHDOG is not set | 677 | # CONFIG_WATCHDOG is not set |
841 | CONFIG_HW_RANDOM=y | 678 | CONFIG_HW_RANDOM=y |
842 | # CONFIG_GEN_RTC is not set | ||
843 | # CONFIG_DTLK is not set | ||
844 | # CONFIG_R3964 is not set | 679 | # CONFIG_R3964 is not set |
845 | # CONFIG_APPLICOM is not set | 680 | # CONFIG_APPLICOM is not set |
846 | # CONFIG_DRM is not set | 681 | # CONFIG_DRM is not set |
847 | # CONFIG_RAW_DRIVER is not set | 682 | # CONFIG_RAW_DRIVER is not set |
848 | |||
849 | # | ||
850 | # TPM devices | ||
851 | # | ||
852 | # CONFIG_TCG_TPM is not set | 683 | # CONFIG_TCG_TPM is not set |
853 | 684 | CONFIG_DEVPORT=y | |
854 | # | ||
855 | # I2C support | ||
856 | # | ||
857 | # CONFIG_I2C is not set | 685 | # CONFIG_I2C is not set |
858 | 686 | ||
859 | # | 687 | # |
@@ -861,21 +689,24 @@ CONFIG_HW_RANDOM=y | |||
861 | # | 689 | # |
862 | # CONFIG_SPI is not set | 690 | # CONFIG_SPI is not set |
863 | # CONFIG_SPI_MASTER is not set | 691 | # CONFIG_SPI_MASTER is not set |
864 | |||
865 | # | ||
866 | # Dallas's 1-wire bus | ||
867 | # | ||
868 | # CONFIG_W1 is not set | 692 | # CONFIG_W1 is not set |
869 | 693 | # CONFIG_POWER_SUPPLY is not set | |
870 | # | ||
871 | # Hardware Monitoring support | ||
872 | # | ||
873 | CONFIG_HWMON=y | 694 | CONFIG_HWMON=y |
874 | # CONFIG_HWMON_VID is not set | 695 | # CONFIG_HWMON_VID is not set |
875 | # CONFIG_SENSORS_ABITUGURU is not set | 696 | # CONFIG_SENSORS_ABITUGURU is not set |
697 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
876 | # CONFIG_SENSORS_F71805F is not set | 698 | # CONFIG_SENSORS_F71805F is not set |
699 | # CONFIG_SENSORS_IT87 is not set | ||
700 | # CONFIG_SENSORS_PC87360 is not set | ||
877 | # CONFIG_SENSORS_PC87427 is not set | 701 | # CONFIG_SENSORS_PC87427 is not set |
702 | # CONFIG_SENSORS_SIS5595 is not set | ||
703 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
704 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
705 | # CONFIG_SENSORS_VIA686A is not set | ||
878 | # CONFIG_SENSORS_VT1211 is not set | 706 | # CONFIG_SENSORS_VT1211 is not set |
707 | # CONFIG_SENSORS_VT8231 is not set | ||
708 | # CONFIG_SENSORS_W83627HF is not set | ||
709 | # CONFIG_SENSORS_W83627EHF is not set | ||
879 | # CONFIG_HWMON_DEBUG_CHIP is not set | 710 | # CONFIG_HWMON_DEBUG_CHIP is not set |
880 | 711 | ||
881 | # | 712 | # |
@@ -887,22 +718,31 @@ CONFIG_MFD_SM501=y | |||
887 | # Multimedia devices | 718 | # Multimedia devices |
888 | # | 719 | # |
889 | # CONFIG_VIDEO_DEV is not set | 720 | # CONFIG_VIDEO_DEV is not set |
721 | # CONFIG_DVB_CORE is not set | ||
722 | CONFIG_DAB=y | ||
890 | 723 | ||
891 | # | 724 | # |
892 | # Digital Video Broadcasting Devices | 725 | # Graphics support |
893 | # | 726 | # |
894 | # CONFIG_DVB is not set | 727 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
895 | 728 | ||
896 | # | 729 | # |
897 | # Graphics support | 730 | # Display device support |
898 | # | 731 | # |
899 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 732 | # CONFIG_DISPLAY_SUPPORT is not set |
733 | # CONFIG_VGASTATE is not set | ||
734 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
900 | CONFIG_FB=y | 735 | CONFIG_FB=y |
901 | # CONFIG_FIRMWARE_EDID is not set | 736 | # CONFIG_FIRMWARE_EDID is not set |
902 | # CONFIG_FB_DDC is not set | 737 | # CONFIG_FB_DDC is not set |
903 | CONFIG_FB_CFB_FILLRECT=y | 738 | CONFIG_FB_CFB_FILLRECT=y |
904 | CONFIG_FB_CFB_COPYAREA=y | 739 | CONFIG_FB_CFB_COPYAREA=y |
905 | CONFIG_FB_CFB_IMAGEBLIT=y | 740 | CONFIG_FB_CFB_IMAGEBLIT=y |
741 | # CONFIG_FB_SYS_FILLRECT is not set | ||
742 | # CONFIG_FB_SYS_COPYAREA is not set | ||
743 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
744 | # CONFIG_FB_SYS_FOPS is not set | ||
745 | CONFIG_FB_DEFERRED_IO=y | ||
906 | # CONFIG_FB_SVGALIB is not set | 746 | # CONFIG_FB_SVGALIB is not set |
907 | # CONFIG_FB_MACMODES is not set | 747 | # CONFIG_FB_MACMODES is not set |
908 | # CONFIG_FB_BACKLIGHT is not set | 748 | # CONFIG_FB_BACKLIGHT is not set |
@@ -910,14 +750,13 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
910 | # CONFIG_FB_TILEBLITTING is not set | 750 | # CONFIG_FB_TILEBLITTING is not set |
911 | 751 | ||
912 | # | 752 | # |
913 | # Frambuffer hardware drivers | 753 | # Frame buffer hardware drivers |
914 | # | 754 | # |
915 | # CONFIG_FB_CIRRUS is not set | 755 | # CONFIG_FB_CIRRUS is not set |
916 | # CONFIG_FB_PM2 is not set | 756 | # CONFIG_FB_PM2 is not set |
917 | # CONFIG_FB_CYBER2000 is not set | 757 | # CONFIG_FB_CYBER2000 is not set |
918 | # CONFIG_FB_ASILIANT is not set | 758 | # CONFIG_FB_ASILIANT is not set |
919 | # CONFIG_FB_IMSTT is not set | 759 | # CONFIG_FB_IMSTT is not set |
920 | # CONFIG_FB_EPSON1355 is not set | ||
921 | # CONFIG_FB_S1D13XXX is not set | 760 | # CONFIG_FB_S1D13XXX is not set |
922 | # CONFIG_FB_NVIDIA is not set | 761 | # CONFIG_FB_NVIDIA is not set |
923 | # CONFIG_FB_RIVA is not set | 762 | # CONFIG_FB_RIVA is not set |
@@ -932,7 +771,10 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
932 | # CONFIG_FB_KYRO is not set | 771 | # CONFIG_FB_KYRO is not set |
933 | # CONFIG_FB_3DFX is not set | 772 | # CONFIG_FB_3DFX is not set |
934 | # CONFIG_FB_VOODOO1 is not set | 773 | # CONFIG_FB_VOODOO1 is not set |
774 | # CONFIG_FB_VT8623 is not set | ||
935 | # CONFIG_FB_TRIDENT is not set | 775 | # CONFIG_FB_TRIDENT is not set |
776 | # CONFIG_FB_ARK is not set | ||
777 | # CONFIG_FB_PM3 is not set | ||
936 | CONFIG_FB_SM501=y | 778 | CONFIG_FB_SM501=y |
937 | # CONFIG_FB_VIRTUAL is not set | 779 | # CONFIG_FB_VIRTUAL is not set |
938 | 780 | ||
@@ -941,14 +783,11 @@ CONFIG_FB_SM501=y | |||
941 | # | 783 | # |
942 | CONFIG_DUMMY_CONSOLE=y | 784 | CONFIG_DUMMY_CONSOLE=y |
943 | CONFIG_FRAMEBUFFER_CONSOLE=y | 785 | CONFIG_FRAMEBUFFER_CONSOLE=y |
786 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
944 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | 787 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set |
945 | # CONFIG_FONTS is not set | 788 | # CONFIG_FONTS is not set |
946 | CONFIG_FONT_8x8=y | 789 | CONFIG_FONT_8x8=y |
947 | CONFIG_FONT_8x16=y | 790 | CONFIG_FONT_8x16=y |
948 | |||
949 | # | ||
950 | # Logo configuration | ||
951 | # | ||
952 | CONFIG_LOGO=y | 791 | CONFIG_LOGO=y |
953 | # CONFIG_LOGO_LINUX_MONO is not set | 792 | # CONFIG_LOGO_LINUX_MONO is not set |
954 | # CONFIG_LOGO_LINUX_VGA16 is not set | 793 | # CONFIG_LOGO_LINUX_VGA16 is not set |
@@ -1048,35 +887,34 @@ CONFIG_SND_AC97_CODEC=m | |||
1048 | # CONFIG_SND_VIA82XX_MODEM is not set | 887 | # CONFIG_SND_VIA82XX_MODEM is not set |
1049 | # CONFIG_SND_VX222 is not set | 888 | # CONFIG_SND_VX222 is not set |
1050 | CONFIG_SND_YMFPCI=m | 889 | CONFIG_SND_YMFPCI=m |
890 | CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y | ||
1051 | # CONFIG_SND_AC97_POWER_SAVE is not set | 891 | # CONFIG_SND_AC97_POWER_SAVE is not set |
1052 | 892 | ||
1053 | # | 893 | # |
1054 | # SoC audio support | 894 | # SUPERH devices |
895 | # | ||
896 | |||
897 | # | ||
898 | # System on Chip audio support | ||
1055 | # | 899 | # |
1056 | # CONFIG_SND_SOC is not set | 900 | # CONFIG_SND_SOC is not set |
1057 | 901 | ||
1058 | # | 902 | # |
903 | # SoC Audio support for SuperH | ||
904 | # | ||
905 | |||
906 | # | ||
1059 | # Open Sound System | 907 | # Open Sound System |
1060 | # | 908 | # |
1061 | CONFIG_SOUND_PRIME=m | 909 | CONFIG_SOUND_PRIME=m |
1062 | # CONFIG_OBSOLETE_OSS is not set | ||
1063 | # CONFIG_SOUND_BT878 is not set | ||
1064 | # CONFIG_SOUND_ICH is not set | ||
1065 | # CONFIG_SOUND_TRIDENT is not set | 910 | # CONFIG_SOUND_TRIDENT is not set |
1066 | # CONFIG_SOUND_MSNDCLAS is not set | 911 | # CONFIG_SOUND_MSNDCLAS is not set |
1067 | # CONFIG_SOUND_MSNDPIN is not set | 912 | # CONFIG_SOUND_MSNDPIN is not set |
1068 | # CONFIG_SOUND_VIA82CXXX is not set | ||
1069 | CONFIG_AC97_BUS=m | 913 | CONFIG_AC97_BUS=m |
1070 | 914 | CONFIG_HID_SUPPORT=y | |
1071 | # | ||
1072 | # HID Devices | ||
1073 | # | ||
1074 | CONFIG_HID=y | 915 | CONFIG_HID=y |
1075 | # CONFIG_HID_DEBUG is not set | 916 | # CONFIG_HID_DEBUG is not set |
1076 | 917 | CONFIG_USB_SUPPORT=y | |
1077 | # | ||
1078 | # USB support | ||
1079 | # | ||
1080 | CONFIG_USB_ARCH_HAS_HCD=y | 918 | CONFIG_USB_ARCH_HAS_HCD=y |
1081 | CONFIG_USB_ARCH_HAS_OHCI=y | 919 | CONFIG_USB_ARCH_HAS_OHCI=y |
1082 | CONFIG_USB_ARCH_HAS_EHCI=y | 920 | CONFIG_USB_ARCH_HAS_EHCI=y |
@@ -1090,37 +928,9 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
1090 | # USB Gadget Support | 928 | # USB Gadget Support |
1091 | # | 929 | # |
1092 | # CONFIG_USB_GADGET is not set | 930 | # CONFIG_USB_GADGET is not set |
1093 | |||
1094 | # | ||
1095 | # MMC/SD Card support | ||
1096 | # | ||
1097 | # CONFIG_MMC is not set | 931 | # CONFIG_MMC is not set |
1098 | |||
1099 | # | ||
1100 | # LED devices | ||
1101 | # | ||
1102 | # CONFIG_NEW_LEDS is not set | 932 | # CONFIG_NEW_LEDS is not set |
1103 | |||
1104 | # | ||
1105 | # LED drivers | ||
1106 | # | ||
1107 | |||
1108 | # | ||
1109 | # LED Triggers | ||
1110 | # | ||
1111 | |||
1112 | # | ||
1113 | # InfiniBand support | ||
1114 | # | ||
1115 | # CONFIG_INFINIBAND is not set | 933 | # CONFIG_INFINIBAND is not set |
1116 | |||
1117 | # | ||
1118 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1119 | # | ||
1120 | |||
1121 | # | ||
1122 | # Real Time Clock | ||
1123 | # | ||
1124 | CONFIG_RTC_LIB=y | 934 | CONFIG_RTC_LIB=y |
1125 | CONFIG_RTC_CLASS=y | 935 | CONFIG_RTC_CLASS=y |
1126 | CONFIG_RTC_HCTOSYS=y | 936 | CONFIG_RTC_HCTOSYS=y |
@@ -1134,18 +944,28 @@ CONFIG_RTC_INTF_SYSFS=y | |||
1134 | CONFIG_RTC_INTF_PROC=y | 944 | CONFIG_RTC_INTF_PROC=y |
1135 | CONFIG_RTC_INTF_DEV=y | 945 | CONFIG_RTC_INTF_DEV=y |
1136 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | 946 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set |
947 | # CONFIG_RTC_DRV_TEST is not set | ||
948 | |||
949 | # | ||
950 | # SPI RTC drivers | ||
951 | # | ||
1137 | 952 | ||
1138 | # | 953 | # |
1139 | # RTC drivers | 954 | # Platform RTC drivers |
1140 | # | 955 | # |
1141 | # CONFIG_RTC_DRV_DS1553 is not set | 956 | # CONFIG_RTC_DRV_DS1553 is not set |
957 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1142 | # CONFIG_RTC_DRV_DS1742 is not set | 958 | # CONFIG_RTC_DRV_DS1742 is not set |
1143 | # CONFIG_RTC_DRV_M48T86 is not set | 959 | # CONFIG_RTC_DRV_M48T86 is not set |
1144 | CONFIG_RTC_DRV_SH=y | 960 | # CONFIG_RTC_DRV_M48T59 is not set |
1145 | # CONFIG_RTC_DRV_TEST is not set | ||
1146 | # CONFIG_RTC_DRV_V3020 is not set | 961 | # CONFIG_RTC_DRV_V3020 is not set |
1147 | 962 | ||
1148 | # | 963 | # |
964 | # on-CPU RTC drivers | ||
965 | # | ||
966 | CONFIG_RTC_DRV_SH=y | ||
967 | |||
968 | # | ||
1149 | # DMA Engine support | 969 | # DMA Engine support |
1150 | # | 970 | # |
1151 | # CONFIG_DMA_ENGINE is not set | 971 | # CONFIG_DMA_ENGINE is not set |
@@ -1159,12 +979,9 @@ CONFIG_RTC_DRV_SH=y | |||
1159 | # | 979 | # |
1160 | 980 | ||
1161 | # | 981 | # |
1162 | # Auxiliary Display support | 982 | # Userspace I/O |
1163 | # | ||
1164 | |||
1165 | # | ||
1166 | # Virtualization | ||
1167 | # | 983 | # |
984 | # CONFIG_UIO is not set | ||
1168 | 985 | ||
1169 | # | 986 | # |
1170 | # File systems | 987 | # File systems |
@@ -1247,7 +1064,6 @@ CONFIG_RAMFS=y | |||
1247 | # CONFIG_NCP_FS is not set | 1064 | # CONFIG_NCP_FS is not set |
1248 | # CONFIG_CODA_FS is not set | 1065 | # CONFIG_CODA_FS is not set |
1249 | # CONFIG_AFS_FS is not set | 1066 | # CONFIG_AFS_FS is not set |
1250 | # CONFIG_9P_FS is not set | ||
1251 | 1067 | ||
1252 | # | 1068 | # |
1253 | # Partition Types | 1069 | # Partition Types |
@@ -1321,7 +1137,6 @@ CONFIG_ENABLE_MUST_CHECK=y | |||
1321 | # CONFIG_DEBUG_FS is not set | 1137 | # CONFIG_DEBUG_FS is not set |
1322 | # CONFIG_HEADERS_CHECK is not set | 1138 | # CONFIG_HEADERS_CHECK is not set |
1323 | # CONFIG_DEBUG_KERNEL is not set | 1139 | # CONFIG_DEBUG_KERNEL is not set |
1324 | CONFIG_LOG_BUF_SHIFT=14 | ||
1325 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1140 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1326 | # CONFIG_SH_STANDARD_BIOS is not set | 1141 | # CONFIG_SH_STANDARD_BIOS is not set |
1327 | CONFIG_EARLY_SCIF_CONSOLE=y | 1142 | CONFIG_EARLY_SCIF_CONSOLE=y |
@@ -1334,10 +1149,6 @@ CONFIG_EARLY_PRINTK=y | |||
1334 | # | 1149 | # |
1335 | # CONFIG_KEYS is not set | 1150 | # CONFIG_KEYS is not set |
1336 | # CONFIG_SECURITY is not set | 1151 | # CONFIG_SECURITY is not set |
1337 | |||
1338 | # | ||
1339 | # Cryptographic options | ||
1340 | # | ||
1341 | # CONFIG_CRYPTO is not set | 1152 | # CONFIG_CRYPTO is not set |
1342 | 1153 | ||
1343 | # | 1154 | # |
@@ -1346,8 +1157,11 @@ CONFIG_EARLY_PRINTK=y | |||
1346 | CONFIG_BITREVERSE=y | 1157 | CONFIG_BITREVERSE=y |
1347 | # CONFIG_CRC_CCITT is not set | 1158 | # CONFIG_CRC_CCITT is not set |
1348 | # CONFIG_CRC16 is not set | 1159 | # CONFIG_CRC16 is not set |
1160 | # CONFIG_CRC_ITU_T is not set | ||
1349 | CONFIG_CRC32=y | 1161 | CONFIG_CRC32=y |
1162 | # CONFIG_CRC7 is not set | ||
1350 | # CONFIG_LIBCRC32C is not set | 1163 | # CONFIG_LIBCRC32C is not set |
1351 | CONFIG_PLIST=y | 1164 | CONFIG_PLIST=y |
1352 | CONFIG_HAS_IOMEM=y | 1165 | CONFIG_HAS_IOMEM=y |
1353 | CONFIG_HAS_IOPORT=y | 1166 | CONFIG_HAS_IOPORT=y |
1167 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/rts7751r2dplus_defconfig b/arch/sh/configs/rts7751r2dplus_defconfig new file mode 100644 index 000000000000..4ff5a752dcd9 --- /dev/null +++ b/arch/sh/configs/rts7751r2dplus_defconfig | |||
@@ -0,0 +1,1167 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.23-rc2 | ||
4 | # Tue Aug 14 16:33:08 2007 | ||
5 | # | ||
6 | CONFIG_SUPERH=y | ||
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
8 | CONFIG_GENERIC_BUG=y | ||
9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
10 | CONFIG_GENERIC_HWEIGHT=y | ||
11 | CONFIG_GENERIC_HARDIRQS=y | ||
12 | CONFIG_GENERIC_IRQ_PROBE=y | ||
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
14 | CONFIG_GENERIC_TIME=y | ||
15 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
16 | CONFIG_SYS_SUPPORTS_PCI=y | ||
17 | CONFIG_STACKTRACE_SUPPORT=y | ||
18 | CONFIG_LOCKDEP_SUPPORT=y | ||
19 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
20 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
21 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
23 | |||
24 | # | ||
25 | # General setup | ||
26 | # | ||
27 | CONFIG_EXPERIMENTAL=y | ||
28 | CONFIG_BROKEN_ON_SMP=y | ||
29 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
30 | CONFIG_LOCALVERSION="" | ||
31 | CONFIG_LOCALVERSION_AUTO=y | ||
32 | CONFIG_SWAP=y | ||
33 | CONFIG_SYSVIPC=y | ||
34 | CONFIG_SYSVIPC_SYSCTL=y | ||
35 | # CONFIG_POSIX_MQUEUE is not set | ||
36 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
37 | # CONFIG_TASKSTATS is not set | ||
38 | # CONFIG_USER_NS is not set | ||
39 | # CONFIG_AUDIT is not set | ||
40 | # CONFIG_IKCONFIG is not set | ||
41 | CONFIG_LOG_BUF_SHIFT=14 | ||
42 | CONFIG_SYSFS_DEPRECATED=y | ||
43 | # CONFIG_RELAY is not set | ||
44 | # CONFIG_BLK_DEV_INITRD is not set | ||
45 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
46 | CONFIG_SYSCTL=y | ||
47 | CONFIG_EMBEDDED=y | ||
48 | CONFIG_UID16=y | ||
49 | # CONFIG_SYSCTL_SYSCALL is not set | ||
50 | CONFIG_KALLSYMS=y | ||
51 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
52 | CONFIG_HOTPLUG=y | ||
53 | CONFIG_PRINTK=y | ||
54 | CONFIG_BUG=y | ||
55 | CONFIG_ELF_CORE=y | ||
56 | CONFIG_BASE_FULL=y | ||
57 | CONFIG_FUTEX=y | ||
58 | CONFIG_ANON_INODES=y | ||
59 | CONFIG_EPOLL=y | ||
60 | CONFIG_SIGNALFD=y | ||
61 | CONFIG_TIMERFD=y | ||
62 | CONFIG_EVENTFD=y | ||
63 | CONFIG_SHMEM=y | ||
64 | CONFIG_VM_EVENT_COUNTERS=y | ||
65 | CONFIG_SLAB=y | ||
66 | # CONFIG_SLUB is not set | ||
67 | # CONFIG_SLOB is not set | ||
68 | CONFIG_RT_MUTEXES=y | ||
69 | # CONFIG_TINY_SHMEM is not set | ||
70 | CONFIG_BASE_SMALL=0 | ||
71 | CONFIG_MODULES=y | ||
72 | # CONFIG_MODULE_UNLOAD is not set | ||
73 | # CONFIG_MODVERSIONS is not set | ||
74 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
75 | # CONFIG_KMOD is not set | ||
76 | CONFIG_BLOCK=y | ||
77 | # CONFIG_LBD is not set | ||
78 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
79 | # CONFIG_LSF is not set | ||
80 | # CONFIG_BLK_DEV_BSG is not set | ||
81 | |||
82 | # | ||
83 | # IO Schedulers | ||
84 | # | ||
85 | CONFIG_IOSCHED_NOOP=y | ||
86 | CONFIG_IOSCHED_AS=y | ||
87 | CONFIG_IOSCHED_DEADLINE=y | ||
88 | CONFIG_IOSCHED_CFQ=y | ||
89 | CONFIG_DEFAULT_AS=y | ||
90 | # CONFIG_DEFAULT_DEADLINE is not set | ||
91 | # CONFIG_DEFAULT_CFQ is not set | ||
92 | # CONFIG_DEFAULT_NOOP is not set | ||
93 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
94 | |||
95 | # | ||
96 | # System type | ||
97 | # | ||
98 | CONFIG_CPU_SH4=y | ||
99 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | ||
100 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | ||
101 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | ||
102 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | ||
103 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | ||
104 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | ||
105 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | ||
106 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | ||
107 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | ||
108 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | ||
109 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | ||
110 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | ||
111 | # CONFIG_CPU_SUBTYPE_SH7750S is not set | ||
112 | # CONFIG_CPU_SUBTYPE_SH7751 is not set | ||
113 | CONFIG_CPU_SUBTYPE_SH7751R=y | ||
114 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | ||
115 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | ||
116 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
117 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
118 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | ||
119 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | ||
120 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | ||
121 | # CONFIG_CPU_SUBTYPE_SHX3 is not set | ||
122 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | ||
123 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | ||
124 | |||
125 | # | ||
126 | # Memory management options | ||
127 | # | ||
128 | CONFIG_QUICKLIST=y | ||
129 | CONFIG_MMU=y | ||
130 | CONFIG_PAGE_OFFSET=0x80000000 | ||
131 | CONFIG_MEMORY_START=0x0c000000 | ||
132 | CONFIG_MEMORY_SIZE=0x04000000 | ||
133 | CONFIG_VSYSCALL=y | ||
134 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
135 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | ||
136 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | ||
137 | CONFIG_MAX_ACTIVE_REGIONS=1 | ||
138 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
139 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | ||
140 | CONFIG_PAGE_SIZE_4KB=y | ||
141 | # CONFIG_PAGE_SIZE_8KB is not set | ||
142 | # CONFIG_PAGE_SIZE_64KB is not set | ||
143 | CONFIG_SELECT_MEMORY_MODEL=y | ||
144 | CONFIG_FLATMEM_MANUAL=y | ||
145 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
146 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
147 | CONFIG_FLATMEM=y | ||
148 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
149 | CONFIG_SPARSEMEM_STATIC=y | ||
150 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
151 | # CONFIG_RESOURCES_64BIT is not set | ||
152 | CONFIG_ZONE_DMA_FLAG=0 | ||
153 | CONFIG_NR_QUICK=2 | ||
154 | |||
155 | # | ||
156 | # Cache configuration | ||
157 | # | ||
158 | # CONFIG_SH_DIRECT_MAPPED is not set | ||
159 | CONFIG_CACHE_WRITEBACK=y | ||
160 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
161 | # CONFIG_CACHE_OFF is not set | ||
162 | |||
163 | # | ||
164 | # Processor features | ||
165 | # | ||
166 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
167 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
168 | CONFIG_SH_FPU=y | ||
169 | # CONFIG_SH_STORE_QUEUES is not set | ||
170 | CONFIG_CPU_HAS_INTEVT=y | ||
171 | CONFIG_CPU_HAS_INTC_IRQ=y | ||
172 | CONFIG_CPU_HAS_SR_RB=y | ||
173 | CONFIG_CPU_HAS_PTEA=y | ||
174 | |||
175 | # | ||
176 | # Board support | ||
177 | # | ||
178 | # CONFIG_SH_7751_SYSTEMH is not set | ||
179 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
180 | # CONFIG_SH_HS7751RVOIP is not set | ||
181 | CONFIG_SH_RTS7751R2D=y | ||
182 | # CONFIG_SH_LANDISK is not set | ||
183 | # CONFIG_SH_TITAN is not set | ||
184 | # CONFIG_SH_LBOX_RE2 is not set | ||
185 | |||
186 | # | ||
187 | # RTS7751R2D options | ||
188 | # | ||
189 | CONFIG_RTS7751R2D_PLUS=y | ||
190 | # CONFIG_RTS7751R2D_1 is not set | ||
191 | |||
192 | # | ||
193 | # Timer and clock configuration | ||
194 | # | ||
195 | CONFIG_SH_TMU=y | ||
196 | CONFIG_SH_TIMER_IRQ=16 | ||
197 | CONFIG_SH_PCLK_FREQ=60000000 | ||
198 | # CONFIG_TICK_ONESHOT is not set | ||
199 | # CONFIG_NO_HZ is not set | ||
200 | # CONFIG_HIGH_RES_TIMERS is not set | ||
201 | |||
202 | # | ||
203 | # CPU Frequency scaling | ||
204 | # | ||
205 | # CONFIG_CPU_FREQ is not set | ||
206 | |||
207 | # | ||
208 | # DMA support | ||
209 | # | ||
210 | # CONFIG_SH_DMA is not set | ||
211 | |||
212 | # | ||
213 | # Companion Chips | ||
214 | # | ||
215 | |||
216 | # | ||
217 | # Additional SuperH Device Drivers | ||
218 | # | ||
219 | CONFIG_HEARTBEAT=y | ||
220 | # CONFIG_PUSH_SWITCH is not set | ||
221 | |||
222 | # | ||
223 | # Kernel features | ||
224 | # | ||
225 | # CONFIG_HZ_100 is not set | ||
226 | CONFIG_HZ_250=y | ||
227 | # CONFIG_HZ_300 is not set | ||
228 | # CONFIG_HZ_1000 is not set | ||
229 | CONFIG_HZ=250 | ||
230 | # CONFIG_KEXEC is not set | ||
231 | # CONFIG_CRASH_DUMP is not set | ||
232 | CONFIG_PREEMPT_NONE=y | ||
233 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
234 | # CONFIG_PREEMPT is not set | ||
235 | |||
236 | # | ||
237 | # Boot options | ||
238 | # | ||
239 | CONFIG_ZERO_PAGE_OFFSET=0x00010000 | ||
240 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | ||
241 | # CONFIG_UBC_WAKEUP is not set | ||
242 | CONFIG_CMDLINE_BOOL=y | ||
243 | CONFIG_CMDLINE="console=tty0 console=ttySC0,115200 root=/dev/sda1 earlyprintk=serial" | ||
244 | |||
245 | # | ||
246 | # Bus options | ||
247 | # | ||
248 | CONFIG_PCI=y | ||
249 | CONFIG_SH_PCIDMA_NONCOHERENT=y | ||
250 | CONFIG_PCI_AUTO=y | ||
251 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | ||
252 | # CONFIG_ARCH_SUPPORTS_MSI is not set | ||
253 | |||
254 | # | ||
255 | # PCCARD (PCMCIA/CardBus) support | ||
256 | # | ||
257 | # CONFIG_PCCARD is not set | ||
258 | CONFIG_HOTPLUG_PCI=y | ||
259 | # CONFIG_HOTPLUG_PCI_FAKE is not set | ||
260 | # CONFIG_HOTPLUG_PCI_CPCI is not set | ||
261 | # CONFIG_HOTPLUG_PCI_SHPC is not set | ||
262 | |||
263 | # | ||
264 | # Executable file formats | ||
265 | # | ||
266 | CONFIG_BINFMT_ELF=y | ||
267 | # CONFIG_BINFMT_MISC is not set | ||
268 | |||
269 | # | ||
270 | # Networking | ||
271 | # | ||
272 | CONFIG_NET=y | ||
273 | |||
274 | # | ||
275 | # Networking options | ||
276 | # | ||
277 | CONFIG_PACKET=y | ||
278 | # CONFIG_PACKET_MMAP is not set | ||
279 | CONFIG_UNIX=y | ||
280 | CONFIG_XFRM=y | ||
281 | # CONFIG_XFRM_USER is not set | ||
282 | # CONFIG_XFRM_SUB_POLICY is not set | ||
283 | # CONFIG_XFRM_MIGRATE is not set | ||
284 | # CONFIG_NET_KEY is not set | ||
285 | CONFIG_INET=y | ||
286 | # CONFIG_IP_MULTICAST is not set | ||
287 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
288 | CONFIG_IP_FIB_HASH=y | ||
289 | # CONFIG_IP_PNP is not set | ||
290 | # CONFIG_NET_IPIP is not set | ||
291 | # CONFIG_NET_IPGRE is not set | ||
292 | # CONFIG_ARPD is not set | ||
293 | # CONFIG_SYN_COOKIES is not set | ||
294 | # CONFIG_INET_AH is not set | ||
295 | # CONFIG_INET_ESP is not set | ||
296 | # CONFIG_INET_IPCOMP is not set | ||
297 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
298 | # CONFIG_INET_TUNNEL is not set | ||
299 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
300 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
301 | CONFIG_INET_XFRM_MODE_BEET=y | ||
302 | CONFIG_INET_DIAG=y | ||
303 | CONFIG_INET_TCP_DIAG=y | ||
304 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
305 | CONFIG_TCP_CONG_CUBIC=y | ||
306 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
307 | # CONFIG_TCP_MD5SIG is not set | ||
308 | # CONFIG_IPV6 is not set | ||
309 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
310 | # CONFIG_INET6_TUNNEL is not set | ||
311 | # CONFIG_NETWORK_SECMARK is not set | ||
312 | # CONFIG_NETFILTER is not set | ||
313 | # CONFIG_IP_DCCP is not set | ||
314 | # CONFIG_IP_SCTP is not set | ||
315 | # CONFIG_TIPC is not set | ||
316 | # CONFIG_ATM is not set | ||
317 | # CONFIG_BRIDGE is not set | ||
318 | # CONFIG_VLAN_8021Q is not set | ||
319 | # CONFIG_DECNET is not set | ||
320 | # CONFIG_LLC2 is not set | ||
321 | # CONFIG_IPX is not set | ||
322 | # CONFIG_ATALK is not set | ||
323 | # CONFIG_X25 is not set | ||
324 | # CONFIG_LAPB is not set | ||
325 | # CONFIG_ECONET is not set | ||
326 | # CONFIG_WAN_ROUTER is not set | ||
327 | |||
328 | # | ||
329 | # QoS and/or fair queueing | ||
330 | # | ||
331 | # CONFIG_NET_SCHED is not set | ||
332 | |||
333 | # | ||
334 | # Network testing | ||
335 | # | ||
336 | # CONFIG_NET_PKTGEN is not set | ||
337 | # CONFIG_HAMRADIO is not set | ||
338 | # CONFIG_IRDA is not set | ||
339 | # CONFIG_BT is not set | ||
340 | # CONFIG_AF_RXRPC is not set | ||
341 | |||
342 | # | ||
343 | # Wireless | ||
344 | # | ||
345 | # CONFIG_CFG80211 is not set | ||
346 | CONFIG_WIRELESS_EXT=y | ||
347 | # CONFIG_MAC80211 is not set | ||
348 | # CONFIG_IEEE80211 is not set | ||
349 | # CONFIG_RFKILL is not set | ||
350 | # CONFIG_NET_9P is not set | ||
351 | |||
352 | # | ||
353 | # Device Drivers | ||
354 | # | ||
355 | |||
356 | # | ||
357 | # Generic Driver Options | ||
358 | # | ||
359 | CONFIG_STANDALONE=y | ||
360 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
361 | CONFIG_FW_LOADER=m | ||
362 | # CONFIG_SYS_HYPERVISOR is not set | ||
363 | # CONFIG_CONNECTOR is not set | ||
364 | # CONFIG_MTD is not set | ||
365 | # CONFIG_PARPORT is not set | ||
366 | CONFIG_BLK_DEV=y | ||
367 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
368 | # CONFIG_BLK_DEV_DAC960 is not set | ||
369 | # CONFIG_BLK_DEV_UMEM is not set | ||
370 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
371 | # CONFIG_BLK_DEV_LOOP is not set | ||
372 | # CONFIG_BLK_DEV_NBD is not set | ||
373 | # CONFIG_BLK_DEV_SX8 is not set | ||
374 | CONFIG_BLK_DEV_RAM=y | ||
375 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
376 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
377 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
378 | # CONFIG_CDROM_PKTCDVD is not set | ||
379 | # CONFIG_ATA_OVER_ETH is not set | ||
380 | CONFIG_MISC_DEVICES=y | ||
381 | # CONFIG_PHANTOM is not set | ||
382 | # CONFIG_EEPROM_93CX6 is not set | ||
383 | # CONFIG_SGI_IOC4 is not set | ||
384 | # CONFIG_TIFM_CORE is not set | ||
385 | # CONFIG_IDE is not set | ||
386 | |||
387 | # | ||
388 | # SCSI device support | ||
389 | # | ||
390 | # CONFIG_RAID_ATTRS is not set | ||
391 | CONFIG_SCSI=y | ||
392 | CONFIG_SCSI_DMA=y | ||
393 | # CONFIG_SCSI_TGT is not set | ||
394 | # CONFIG_SCSI_NETLINK is not set | ||
395 | CONFIG_SCSI_PROC_FS=y | ||
396 | |||
397 | # | ||
398 | # SCSI support type (disk, tape, CD-ROM) | ||
399 | # | ||
400 | CONFIG_BLK_DEV_SD=y | ||
401 | # CONFIG_CHR_DEV_ST is not set | ||
402 | # CONFIG_CHR_DEV_OSST is not set | ||
403 | # CONFIG_BLK_DEV_SR is not set | ||
404 | # CONFIG_CHR_DEV_SG is not set | ||
405 | # CONFIG_CHR_DEV_SCH is not set | ||
406 | |||
407 | # | ||
408 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
409 | # | ||
410 | # CONFIG_SCSI_MULTI_LUN is not set | ||
411 | # CONFIG_SCSI_CONSTANTS is not set | ||
412 | # CONFIG_SCSI_LOGGING is not set | ||
413 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
414 | CONFIG_SCSI_WAIT_SCAN=m | ||
415 | |||
416 | # | ||
417 | # SCSI Transports | ||
418 | # | ||
419 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
420 | # CONFIG_SCSI_FC_ATTRS is not set | ||
421 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
422 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
423 | CONFIG_SCSI_LOWLEVEL=y | ||
424 | # CONFIG_ISCSI_TCP is not set | ||
425 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
426 | # CONFIG_SCSI_3W_9XXX is not set | ||
427 | # CONFIG_SCSI_ACARD is not set | ||
428 | # CONFIG_SCSI_AACRAID is not set | ||
429 | # CONFIG_SCSI_AIC7XXX is not set | ||
430 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
431 | # CONFIG_SCSI_AIC79XX is not set | ||
432 | # CONFIG_SCSI_AIC94XX is not set | ||
433 | # CONFIG_SCSI_ARCMSR is not set | ||
434 | # CONFIG_MEGARAID_NEWGEN is not set | ||
435 | # CONFIG_MEGARAID_LEGACY is not set | ||
436 | # CONFIG_MEGARAID_SAS is not set | ||
437 | # CONFIG_SCSI_HPTIOP is not set | ||
438 | # CONFIG_SCSI_DMX3191D is not set | ||
439 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
440 | # CONFIG_SCSI_IPS is not set | ||
441 | # CONFIG_SCSI_INITIO is not set | ||
442 | # CONFIG_SCSI_INIA100 is not set | ||
443 | # CONFIG_SCSI_STEX is not set | ||
444 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
445 | # CONFIG_SCSI_IPR is not set | ||
446 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
447 | # CONFIG_SCSI_QLA_FC is not set | ||
448 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
449 | # CONFIG_SCSI_LPFC is not set | ||
450 | # CONFIG_SCSI_DC395x is not set | ||
451 | # CONFIG_SCSI_DC390T is not set | ||
452 | # CONFIG_SCSI_NSP32 is not set | ||
453 | # CONFIG_SCSI_DEBUG is not set | ||
454 | # CONFIG_SCSI_SRP is not set | ||
455 | CONFIG_ATA=y | ||
456 | # CONFIG_ATA_NONSTANDARD is not set | ||
457 | # CONFIG_SATA_AHCI is not set | ||
458 | # CONFIG_SATA_SVW is not set | ||
459 | # CONFIG_ATA_PIIX is not set | ||
460 | # CONFIG_SATA_MV is not set | ||
461 | # CONFIG_SATA_NV is not set | ||
462 | # CONFIG_PDC_ADMA is not set | ||
463 | # CONFIG_SATA_QSTOR is not set | ||
464 | # CONFIG_SATA_PROMISE is not set | ||
465 | # CONFIG_SATA_SX4 is not set | ||
466 | # CONFIG_SATA_SIL is not set | ||
467 | # CONFIG_SATA_SIL24 is not set | ||
468 | # CONFIG_SATA_SIS is not set | ||
469 | # CONFIG_SATA_ULI is not set | ||
470 | # CONFIG_SATA_VIA is not set | ||
471 | # CONFIG_SATA_VITESSE is not set | ||
472 | # CONFIG_SATA_INIC162X is not set | ||
473 | # CONFIG_PATA_ALI is not set | ||
474 | # CONFIG_PATA_AMD is not set | ||
475 | # CONFIG_PATA_ARTOP is not set | ||
476 | # CONFIG_PATA_ATIIXP is not set | ||
477 | # CONFIG_PATA_CMD640_PCI is not set | ||
478 | # CONFIG_PATA_CMD64X is not set | ||
479 | # CONFIG_PATA_CS5520 is not set | ||
480 | # CONFIG_PATA_CS5530 is not set | ||
481 | # CONFIG_PATA_CYPRESS is not set | ||
482 | # CONFIG_PATA_EFAR is not set | ||
483 | # CONFIG_ATA_GENERIC is not set | ||
484 | # CONFIG_PATA_HPT366 is not set | ||
485 | # CONFIG_PATA_HPT37X is not set | ||
486 | # CONFIG_PATA_HPT3X2N is not set | ||
487 | # CONFIG_PATA_HPT3X3 is not set | ||
488 | # CONFIG_PATA_IT821X is not set | ||
489 | # CONFIG_PATA_IT8213 is not set | ||
490 | # CONFIG_PATA_JMICRON is not set | ||
491 | # CONFIG_PATA_TRIFLEX is not set | ||
492 | # CONFIG_PATA_MARVELL is not set | ||
493 | # CONFIG_PATA_MPIIX is not set | ||
494 | # CONFIG_PATA_OLDPIIX is not set | ||
495 | # CONFIG_PATA_NETCELL is not set | ||
496 | # CONFIG_PATA_NS87410 is not set | ||
497 | # CONFIG_PATA_OPTI is not set | ||
498 | # CONFIG_PATA_OPTIDMA is not set | ||
499 | # CONFIG_PATA_PDC_OLD is not set | ||
500 | # CONFIG_PATA_RADISYS is not set | ||
501 | # CONFIG_PATA_RZ1000 is not set | ||
502 | # CONFIG_PATA_SC1200 is not set | ||
503 | # CONFIG_PATA_SERVERWORKS is not set | ||
504 | # CONFIG_PATA_PDC2027X is not set | ||
505 | # CONFIG_PATA_SIL680 is not set | ||
506 | # CONFIG_PATA_SIS is not set | ||
507 | # CONFIG_PATA_VIA is not set | ||
508 | # CONFIG_PATA_WINBOND is not set | ||
509 | CONFIG_PATA_PLATFORM=y | ||
510 | # CONFIG_MD is not set | ||
511 | |||
512 | # | ||
513 | # Fusion MPT device support | ||
514 | # | ||
515 | # CONFIG_FUSION is not set | ||
516 | # CONFIG_FUSION_SPI is not set | ||
517 | # CONFIG_FUSION_FC is not set | ||
518 | # CONFIG_FUSION_SAS is not set | ||
519 | |||
520 | # | ||
521 | # IEEE 1394 (FireWire) support | ||
522 | # | ||
523 | # CONFIG_FIREWIRE is not set | ||
524 | # CONFIG_IEEE1394 is not set | ||
525 | # CONFIG_I2O is not set | ||
526 | CONFIG_NETDEVICES=y | ||
527 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
528 | # CONFIG_DUMMY is not set | ||
529 | # CONFIG_BONDING is not set | ||
530 | # CONFIG_MACVLAN is not set | ||
531 | # CONFIG_EQUALIZER is not set | ||
532 | # CONFIG_TUN is not set | ||
533 | # CONFIG_ARCNET is not set | ||
534 | # CONFIG_PHYLIB is not set | ||
535 | CONFIG_NET_ETHERNET=y | ||
536 | CONFIG_MII=y | ||
537 | # CONFIG_STNIC is not set | ||
538 | # CONFIG_HAPPYMEAL is not set | ||
539 | # CONFIG_SUNGEM is not set | ||
540 | # CONFIG_CASSINI is not set | ||
541 | # CONFIG_NET_VENDOR_3COM is not set | ||
542 | # CONFIG_SMC91X is not set | ||
543 | # CONFIG_NET_TULIP is not set | ||
544 | # CONFIG_HP100 is not set | ||
545 | CONFIG_NET_PCI=y | ||
546 | # CONFIG_PCNET32 is not set | ||
547 | # CONFIG_AMD8111_ETH is not set | ||
548 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
549 | # CONFIG_B44 is not set | ||
550 | # CONFIG_FORCEDETH is not set | ||
551 | # CONFIG_DGRS is not set | ||
552 | # CONFIG_EEPRO100 is not set | ||
553 | # CONFIG_E100 is not set | ||
554 | # CONFIG_FEALNX is not set | ||
555 | # CONFIG_NATSEMI is not set | ||
556 | # CONFIG_NE2K_PCI is not set | ||
557 | # CONFIG_8139CP is not set | ||
558 | CONFIG_8139TOO=y | ||
559 | # CONFIG_8139TOO_PIO is not set | ||
560 | # CONFIG_8139TOO_TUNE_TWISTER is not set | ||
561 | # CONFIG_8139TOO_8129 is not set | ||
562 | # CONFIG_8139_OLD_RX_RESET is not set | ||
563 | # CONFIG_SIS900 is not set | ||
564 | # CONFIG_EPIC100 is not set | ||
565 | # CONFIG_SUNDANCE is not set | ||
566 | # CONFIG_TLAN is not set | ||
567 | # CONFIG_VIA_RHINE is not set | ||
568 | # CONFIG_SC92031 is not set | ||
569 | CONFIG_NETDEV_1000=y | ||
570 | # CONFIG_ACENIC is not set | ||
571 | # CONFIG_DL2K is not set | ||
572 | # CONFIG_E1000 is not set | ||
573 | # CONFIG_NS83820 is not set | ||
574 | # CONFIG_HAMACHI is not set | ||
575 | # CONFIG_YELLOWFIN is not set | ||
576 | # CONFIG_R8169 is not set | ||
577 | # CONFIG_SIS190 is not set | ||
578 | # CONFIG_SKGE is not set | ||
579 | # CONFIG_SKY2 is not set | ||
580 | # CONFIG_VIA_VELOCITY is not set | ||
581 | # CONFIG_TIGON3 is not set | ||
582 | # CONFIG_BNX2 is not set | ||
583 | # CONFIG_QLA3XXX is not set | ||
584 | # CONFIG_ATL1 is not set | ||
585 | CONFIG_NETDEV_10000=y | ||
586 | # CONFIG_CHELSIO_T1 is not set | ||
587 | # CONFIG_CHELSIO_T3 is not set | ||
588 | # CONFIG_IXGB is not set | ||
589 | # CONFIG_S2IO is not set | ||
590 | # CONFIG_MYRI10GE is not set | ||
591 | # CONFIG_NETXEN_NIC is not set | ||
592 | # CONFIG_MLX4_CORE is not set | ||
593 | # CONFIG_TR is not set | ||
594 | |||
595 | # | ||
596 | # Wireless LAN | ||
597 | # | ||
598 | # CONFIG_WLAN_PRE80211 is not set | ||
599 | # CONFIG_WLAN_80211 is not set | ||
600 | # CONFIG_WAN is not set | ||
601 | # CONFIG_FDDI is not set | ||
602 | # CONFIG_HIPPI is not set | ||
603 | # CONFIG_PPP is not set | ||
604 | # CONFIG_SLIP is not set | ||
605 | # CONFIG_NET_FC is not set | ||
606 | # CONFIG_SHAPER is not set | ||
607 | # CONFIG_NETCONSOLE is not set | ||
608 | # CONFIG_NETPOLL is not set | ||
609 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
610 | # CONFIG_ISDN is not set | ||
611 | # CONFIG_PHONE is not set | ||
612 | |||
613 | # | ||
614 | # Input device support | ||
615 | # | ||
616 | CONFIG_INPUT=y | ||
617 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
618 | # CONFIG_INPUT_POLLDEV is not set | ||
619 | |||
620 | # | ||
621 | # Userland interfaces | ||
622 | # | ||
623 | # CONFIG_INPUT_MOUSEDEV is not set | ||
624 | # CONFIG_INPUT_JOYDEV is not set | ||
625 | # CONFIG_INPUT_TSDEV is not set | ||
626 | # CONFIG_INPUT_EVDEV is not set | ||
627 | # CONFIG_INPUT_EVBUG is not set | ||
628 | |||
629 | # | ||
630 | # Input Device Drivers | ||
631 | # | ||
632 | # CONFIG_INPUT_KEYBOARD is not set | ||
633 | # CONFIG_INPUT_MOUSE is not set | ||
634 | # CONFIG_INPUT_JOYSTICK is not set | ||
635 | # CONFIG_INPUT_TABLET is not set | ||
636 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
637 | # CONFIG_INPUT_MISC is not set | ||
638 | |||
639 | # | ||
640 | # Hardware I/O ports | ||
641 | # | ||
642 | # CONFIG_SERIO is not set | ||
643 | # CONFIG_GAMEPORT is not set | ||
644 | |||
645 | # | ||
646 | # Character devices | ||
647 | # | ||
648 | CONFIG_VT=y | ||
649 | CONFIG_VT_CONSOLE=y | ||
650 | CONFIG_HW_CONSOLE=y | ||
651 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
652 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
653 | |||
654 | # | ||
655 | # Serial drivers | ||
656 | # | ||
657 | CONFIG_SERIAL_8250=y | ||
658 | # CONFIG_SERIAL_8250_CONSOLE is not set | ||
659 | CONFIG_SERIAL_8250_PCI=y | ||
660 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
661 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
662 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
663 | |||
664 | # | ||
665 | # Non-8250 serial port support | ||
666 | # | ||
667 | CONFIG_SERIAL_SH_SCI=y | ||
668 | CONFIG_SERIAL_SH_SCI_NR_UARTS=1 | ||
669 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
670 | CONFIG_SERIAL_CORE=y | ||
671 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
672 | # CONFIG_SERIAL_JSM is not set | ||
673 | CONFIG_UNIX98_PTYS=y | ||
674 | CONFIG_LEGACY_PTYS=y | ||
675 | CONFIG_LEGACY_PTY_COUNT=256 | ||
676 | # CONFIG_IPMI_HANDLER is not set | ||
677 | # CONFIG_WATCHDOG is not set | ||
678 | CONFIG_HW_RANDOM=y | ||
679 | # CONFIG_R3964 is not set | ||
680 | # CONFIG_APPLICOM is not set | ||
681 | # CONFIG_DRM is not set | ||
682 | # CONFIG_RAW_DRIVER is not set | ||
683 | # CONFIG_TCG_TPM is not set | ||
684 | CONFIG_DEVPORT=y | ||
685 | # CONFIG_I2C is not set | ||
686 | |||
687 | # | ||
688 | # SPI support | ||
689 | # | ||
690 | # CONFIG_SPI is not set | ||
691 | # CONFIG_SPI_MASTER is not set | ||
692 | # CONFIG_W1 is not set | ||
693 | # CONFIG_POWER_SUPPLY is not set | ||
694 | CONFIG_HWMON=y | ||
695 | # CONFIG_HWMON_VID is not set | ||
696 | # CONFIG_SENSORS_ABITUGURU is not set | ||
697 | # CONFIG_SENSORS_ABITUGURU3 is not set | ||
698 | # CONFIG_SENSORS_F71805F is not set | ||
699 | # CONFIG_SENSORS_IT87 is not set | ||
700 | # CONFIG_SENSORS_PC87360 is not set | ||
701 | # CONFIG_SENSORS_PC87427 is not set | ||
702 | # CONFIG_SENSORS_SIS5595 is not set | ||
703 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
704 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
705 | # CONFIG_SENSORS_VIA686A is not set | ||
706 | # CONFIG_SENSORS_VT1211 is not set | ||
707 | # CONFIG_SENSORS_VT8231 is not set | ||
708 | # CONFIG_SENSORS_W83627HF is not set | ||
709 | # CONFIG_SENSORS_W83627EHF is not set | ||
710 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
711 | |||
712 | # | ||
713 | # Multifunction device drivers | ||
714 | # | ||
715 | CONFIG_MFD_SM501=y | ||
716 | |||
717 | # | ||
718 | # Multimedia devices | ||
719 | # | ||
720 | # CONFIG_VIDEO_DEV is not set | ||
721 | # CONFIG_DVB_CORE is not set | ||
722 | CONFIG_DAB=y | ||
723 | |||
724 | # | ||
725 | # Graphics support | ||
726 | # | ||
727 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
728 | |||
729 | # | ||
730 | # Display device support | ||
731 | # | ||
732 | # CONFIG_DISPLAY_SUPPORT is not set | ||
733 | # CONFIG_VGASTATE is not set | ||
734 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
735 | CONFIG_FB=y | ||
736 | # CONFIG_FIRMWARE_EDID is not set | ||
737 | # CONFIG_FB_DDC is not set | ||
738 | CONFIG_FB_CFB_FILLRECT=y | ||
739 | CONFIG_FB_CFB_COPYAREA=y | ||
740 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
741 | # CONFIG_FB_SYS_FILLRECT is not set | ||
742 | # CONFIG_FB_SYS_COPYAREA is not set | ||
743 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
744 | # CONFIG_FB_SYS_FOPS is not set | ||
745 | CONFIG_FB_DEFERRED_IO=y | ||
746 | # CONFIG_FB_SVGALIB is not set | ||
747 | # CONFIG_FB_MACMODES is not set | ||
748 | # CONFIG_FB_BACKLIGHT is not set | ||
749 | # CONFIG_FB_MODE_HELPERS is not set | ||
750 | # CONFIG_FB_TILEBLITTING is not set | ||
751 | |||
752 | # | ||
753 | # Frame buffer hardware drivers | ||
754 | # | ||
755 | # CONFIG_FB_CIRRUS is not set | ||
756 | # CONFIG_FB_PM2 is not set | ||
757 | # CONFIG_FB_CYBER2000 is not set | ||
758 | # CONFIG_FB_ASILIANT is not set | ||
759 | # CONFIG_FB_IMSTT is not set | ||
760 | # CONFIG_FB_S1D13XXX is not set | ||
761 | # CONFIG_FB_NVIDIA is not set | ||
762 | # CONFIG_FB_RIVA is not set | ||
763 | # CONFIG_FB_MATROX is not set | ||
764 | # CONFIG_FB_RADEON is not set | ||
765 | # CONFIG_FB_ATY128 is not set | ||
766 | # CONFIG_FB_ATY is not set | ||
767 | # CONFIG_FB_S3 is not set | ||
768 | # CONFIG_FB_SAVAGE is not set | ||
769 | # CONFIG_FB_SIS is not set | ||
770 | # CONFIG_FB_NEOMAGIC is not set | ||
771 | # CONFIG_FB_KYRO is not set | ||
772 | # CONFIG_FB_3DFX is not set | ||
773 | # CONFIG_FB_VOODOO1 is not set | ||
774 | # CONFIG_FB_VT8623 is not set | ||
775 | # CONFIG_FB_TRIDENT is not set | ||
776 | # CONFIG_FB_ARK is not set | ||
777 | # CONFIG_FB_PM3 is not set | ||
778 | CONFIG_FB_SM501=y | ||
779 | # CONFIG_FB_VIRTUAL is not set | ||
780 | |||
781 | # | ||
782 | # Console display driver support | ||
783 | # | ||
784 | CONFIG_DUMMY_CONSOLE=y | ||
785 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
786 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
787 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | ||
788 | # CONFIG_FONTS is not set | ||
789 | CONFIG_FONT_8x8=y | ||
790 | CONFIG_FONT_8x16=y | ||
791 | CONFIG_LOGO=y | ||
792 | # CONFIG_LOGO_LINUX_MONO is not set | ||
793 | # CONFIG_LOGO_LINUX_VGA16 is not set | ||
794 | # CONFIG_LOGO_LINUX_CLUT224 is not set | ||
795 | # CONFIG_LOGO_SUPERH_MONO is not set | ||
796 | # CONFIG_LOGO_SUPERH_VGA16 is not set | ||
797 | CONFIG_LOGO_SUPERH_CLUT224=y | ||
798 | |||
799 | # | ||
800 | # Sound | ||
801 | # | ||
802 | CONFIG_SOUND=y | ||
803 | |||
804 | # | ||
805 | # Advanced Linux Sound Architecture | ||
806 | # | ||
807 | CONFIG_SND=m | ||
808 | CONFIG_SND_TIMER=m | ||
809 | CONFIG_SND_PCM=m | ||
810 | CONFIG_SND_HWDEP=m | ||
811 | CONFIG_SND_RAWMIDI=m | ||
812 | # CONFIG_SND_SEQUENCER is not set | ||
813 | # CONFIG_SND_MIXER_OSS is not set | ||
814 | # CONFIG_SND_PCM_OSS is not set | ||
815 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
816 | CONFIG_SND_SUPPORT_OLD_API=y | ||
817 | CONFIG_SND_VERBOSE_PROCFS=y | ||
818 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
819 | # CONFIG_SND_DEBUG is not set | ||
820 | |||
821 | # | ||
822 | # Generic devices | ||
823 | # | ||
824 | CONFIG_SND_MPU401_UART=m | ||
825 | CONFIG_SND_OPL3_LIB=m | ||
826 | CONFIG_SND_AC97_CODEC=m | ||
827 | # CONFIG_SND_DUMMY is not set | ||
828 | # CONFIG_SND_MTPAV is not set | ||
829 | # CONFIG_SND_SERIAL_U16550 is not set | ||
830 | # CONFIG_SND_MPU401 is not set | ||
831 | |||
832 | # | ||
833 | # PCI devices | ||
834 | # | ||
835 | # CONFIG_SND_AD1889 is not set | ||
836 | # CONFIG_SND_ALS300 is not set | ||
837 | # CONFIG_SND_ALI5451 is not set | ||
838 | # CONFIG_SND_ATIIXP is not set | ||
839 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
840 | # CONFIG_SND_AU8810 is not set | ||
841 | # CONFIG_SND_AU8820 is not set | ||
842 | # CONFIG_SND_AU8830 is not set | ||
843 | # CONFIG_SND_AZT3328 is not set | ||
844 | # CONFIG_SND_BT87X is not set | ||
845 | # CONFIG_SND_CA0106 is not set | ||
846 | # CONFIG_SND_CMIPCI is not set | ||
847 | # CONFIG_SND_CS4281 is not set | ||
848 | # CONFIG_SND_CS46XX is not set | ||
849 | # CONFIG_SND_DARLA20 is not set | ||
850 | # CONFIG_SND_GINA20 is not set | ||
851 | # CONFIG_SND_LAYLA20 is not set | ||
852 | # CONFIG_SND_DARLA24 is not set | ||
853 | # CONFIG_SND_GINA24 is not set | ||
854 | # CONFIG_SND_LAYLA24 is not set | ||
855 | # CONFIG_SND_MONA is not set | ||
856 | # CONFIG_SND_MIA is not set | ||
857 | # CONFIG_SND_ECHO3G is not set | ||
858 | # CONFIG_SND_INDIGO is not set | ||
859 | # CONFIG_SND_INDIGOIO is not set | ||
860 | # CONFIG_SND_INDIGODJ is not set | ||
861 | # CONFIG_SND_EMU10K1 is not set | ||
862 | # CONFIG_SND_EMU10K1X is not set | ||
863 | # CONFIG_SND_ENS1370 is not set | ||
864 | # CONFIG_SND_ENS1371 is not set | ||
865 | # CONFIG_SND_ES1938 is not set | ||
866 | # CONFIG_SND_ES1968 is not set | ||
867 | # CONFIG_SND_FM801 is not set | ||
868 | # CONFIG_SND_HDA_INTEL is not set | ||
869 | # CONFIG_SND_HDSP is not set | ||
870 | # CONFIG_SND_HDSPM is not set | ||
871 | # CONFIG_SND_ICE1712 is not set | ||
872 | # CONFIG_SND_ICE1724 is not set | ||
873 | # CONFIG_SND_INTEL8X0 is not set | ||
874 | # CONFIG_SND_INTEL8X0M is not set | ||
875 | # CONFIG_SND_KORG1212 is not set | ||
876 | # CONFIG_SND_MAESTRO3 is not set | ||
877 | # CONFIG_SND_MIXART is not set | ||
878 | # CONFIG_SND_NM256 is not set | ||
879 | # CONFIG_SND_PCXHR is not set | ||
880 | # CONFIG_SND_RIPTIDE is not set | ||
881 | # CONFIG_SND_RME32 is not set | ||
882 | # CONFIG_SND_RME96 is not set | ||
883 | # CONFIG_SND_RME9652 is not set | ||
884 | # CONFIG_SND_SONICVIBES is not set | ||
885 | # CONFIG_SND_TRIDENT is not set | ||
886 | # CONFIG_SND_VIA82XX is not set | ||
887 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
888 | # CONFIG_SND_VX222 is not set | ||
889 | CONFIG_SND_YMFPCI=m | ||
890 | CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y | ||
891 | # CONFIG_SND_AC97_POWER_SAVE is not set | ||
892 | |||
893 | # | ||
894 | # SUPERH devices | ||
895 | # | ||
896 | |||
897 | # | ||
898 | # System on Chip audio support | ||
899 | # | ||
900 | # CONFIG_SND_SOC is not set | ||
901 | |||
902 | # | ||
903 | # SoC Audio support for SuperH | ||
904 | # | ||
905 | |||
906 | # | ||
907 | # Open Sound System | ||
908 | # | ||
909 | CONFIG_SOUND_PRIME=m | ||
910 | # CONFIG_SOUND_TRIDENT is not set | ||
911 | # CONFIG_SOUND_MSNDCLAS is not set | ||
912 | # CONFIG_SOUND_MSNDPIN is not set | ||
913 | CONFIG_AC97_BUS=m | ||
914 | CONFIG_HID_SUPPORT=y | ||
915 | CONFIG_HID=y | ||
916 | # CONFIG_HID_DEBUG is not set | ||
917 | CONFIG_USB_SUPPORT=y | ||
918 | CONFIG_USB_ARCH_HAS_HCD=y | ||
919 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
920 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
921 | # CONFIG_USB is not set | ||
922 | |||
923 | # | ||
924 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
925 | # | ||
926 | |||
927 | # | ||
928 | # USB Gadget Support | ||
929 | # | ||
930 | # CONFIG_USB_GADGET is not set | ||
931 | # CONFIG_MMC is not set | ||
932 | # CONFIG_NEW_LEDS is not set | ||
933 | # CONFIG_INFINIBAND is not set | ||
934 | CONFIG_RTC_LIB=y | ||
935 | CONFIG_RTC_CLASS=y | ||
936 | CONFIG_RTC_HCTOSYS=y | ||
937 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
938 | # CONFIG_RTC_DEBUG is not set | ||
939 | |||
940 | # | ||
941 | # RTC interfaces | ||
942 | # | ||
943 | CONFIG_RTC_INTF_SYSFS=y | ||
944 | CONFIG_RTC_INTF_PROC=y | ||
945 | CONFIG_RTC_INTF_DEV=y | ||
946 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
947 | # CONFIG_RTC_DRV_TEST is not set | ||
948 | |||
949 | # | ||
950 | # SPI RTC drivers | ||
951 | # | ||
952 | |||
953 | # | ||
954 | # Platform RTC drivers | ||
955 | # | ||
956 | # CONFIG_RTC_DRV_DS1553 is not set | ||
957 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
958 | # CONFIG_RTC_DRV_DS1742 is not set | ||
959 | # CONFIG_RTC_DRV_M48T86 is not set | ||
960 | # CONFIG_RTC_DRV_M48T59 is not set | ||
961 | # CONFIG_RTC_DRV_V3020 is not set | ||
962 | |||
963 | # | ||
964 | # on-CPU RTC drivers | ||
965 | # | ||
966 | CONFIG_RTC_DRV_SH=y | ||
967 | |||
968 | # | ||
969 | # DMA Engine support | ||
970 | # | ||
971 | # CONFIG_DMA_ENGINE is not set | ||
972 | |||
973 | # | ||
974 | # DMA Clients | ||
975 | # | ||
976 | |||
977 | # | ||
978 | # DMA Devices | ||
979 | # | ||
980 | |||
981 | # | ||
982 | # Userspace I/O | ||
983 | # | ||
984 | # CONFIG_UIO is not set | ||
985 | |||
986 | # | ||
987 | # File systems | ||
988 | # | ||
989 | CONFIG_EXT2_FS=y | ||
990 | # CONFIG_EXT2_FS_XATTR is not set | ||
991 | # CONFIG_EXT2_FS_XIP is not set | ||
992 | # CONFIG_EXT3_FS is not set | ||
993 | # CONFIG_EXT4DEV_FS is not set | ||
994 | # CONFIG_REISERFS_FS is not set | ||
995 | # CONFIG_JFS_FS is not set | ||
996 | # CONFIG_FS_POSIX_ACL is not set | ||
997 | # CONFIG_XFS_FS is not set | ||
998 | # CONFIG_GFS2_FS is not set | ||
999 | # CONFIG_OCFS2_FS is not set | ||
1000 | CONFIG_MINIX_FS=y | ||
1001 | # CONFIG_ROMFS_FS is not set | ||
1002 | CONFIG_INOTIFY=y | ||
1003 | CONFIG_INOTIFY_USER=y | ||
1004 | # CONFIG_QUOTA is not set | ||
1005 | CONFIG_DNOTIFY=y | ||
1006 | # CONFIG_AUTOFS_FS is not set | ||
1007 | # CONFIG_AUTOFS4_FS is not set | ||
1008 | # CONFIG_FUSE_FS is not set | ||
1009 | |||
1010 | # | ||
1011 | # CD-ROM/DVD Filesystems | ||
1012 | # | ||
1013 | # CONFIG_ISO9660_FS is not set | ||
1014 | # CONFIG_UDF_FS is not set | ||
1015 | |||
1016 | # | ||
1017 | # DOS/FAT/NT Filesystems | ||
1018 | # | ||
1019 | CONFIG_FAT_FS=y | ||
1020 | CONFIG_MSDOS_FS=y | ||
1021 | CONFIG_VFAT_FS=y | ||
1022 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1023 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1024 | # CONFIG_NTFS_FS is not set | ||
1025 | |||
1026 | # | ||
1027 | # Pseudo filesystems | ||
1028 | # | ||
1029 | CONFIG_PROC_FS=y | ||
1030 | CONFIG_PROC_KCORE=y | ||
1031 | CONFIG_PROC_SYSCTL=y | ||
1032 | CONFIG_SYSFS=y | ||
1033 | CONFIG_TMPFS=y | ||
1034 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1035 | # CONFIG_HUGETLBFS is not set | ||
1036 | # CONFIG_HUGETLB_PAGE is not set | ||
1037 | CONFIG_RAMFS=y | ||
1038 | # CONFIG_CONFIGFS_FS is not set | ||
1039 | |||
1040 | # | ||
1041 | # Miscellaneous filesystems | ||
1042 | # | ||
1043 | # CONFIG_ADFS_FS is not set | ||
1044 | # CONFIG_AFFS_FS is not set | ||
1045 | # CONFIG_HFS_FS is not set | ||
1046 | # CONFIG_HFSPLUS_FS is not set | ||
1047 | # CONFIG_BEFS_FS is not set | ||
1048 | # CONFIG_BFS_FS is not set | ||
1049 | # CONFIG_EFS_FS is not set | ||
1050 | # CONFIG_CRAMFS is not set | ||
1051 | # CONFIG_VXFS_FS is not set | ||
1052 | # CONFIG_HPFS_FS is not set | ||
1053 | # CONFIG_QNX4FS_FS is not set | ||
1054 | # CONFIG_SYSV_FS is not set | ||
1055 | # CONFIG_UFS_FS is not set | ||
1056 | |||
1057 | # | ||
1058 | # Network File Systems | ||
1059 | # | ||
1060 | # CONFIG_NFS_FS is not set | ||
1061 | # CONFIG_NFSD is not set | ||
1062 | # CONFIG_SMB_FS is not set | ||
1063 | # CONFIG_CIFS is not set | ||
1064 | # CONFIG_NCP_FS is not set | ||
1065 | # CONFIG_CODA_FS is not set | ||
1066 | # CONFIG_AFS_FS is not set | ||
1067 | |||
1068 | # | ||
1069 | # Partition Types | ||
1070 | # | ||
1071 | # CONFIG_PARTITION_ADVANCED is not set | ||
1072 | CONFIG_MSDOS_PARTITION=y | ||
1073 | |||
1074 | # | ||
1075 | # Native Language Support | ||
1076 | # | ||
1077 | CONFIG_NLS=y | ||
1078 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1079 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
1080 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1081 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1082 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1083 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1084 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1085 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1086 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1087 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1088 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1089 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1090 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1091 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1092 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1093 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1094 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1095 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1096 | CONFIG_NLS_CODEPAGE_932=y | ||
1097 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1098 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1099 | # CONFIG_NLS_ISO8859_8 is not set | ||
1100 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1101 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1102 | # CONFIG_NLS_ASCII is not set | ||
1103 | # CONFIG_NLS_ISO8859_1 is not set | ||
1104 | # CONFIG_NLS_ISO8859_2 is not set | ||
1105 | # CONFIG_NLS_ISO8859_3 is not set | ||
1106 | # CONFIG_NLS_ISO8859_4 is not set | ||
1107 | # CONFIG_NLS_ISO8859_5 is not set | ||
1108 | # CONFIG_NLS_ISO8859_6 is not set | ||
1109 | # CONFIG_NLS_ISO8859_7 is not set | ||
1110 | # CONFIG_NLS_ISO8859_9 is not set | ||
1111 | # CONFIG_NLS_ISO8859_13 is not set | ||
1112 | # CONFIG_NLS_ISO8859_14 is not set | ||
1113 | # CONFIG_NLS_ISO8859_15 is not set | ||
1114 | # CONFIG_NLS_KOI8_R is not set | ||
1115 | # CONFIG_NLS_KOI8_U is not set | ||
1116 | # CONFIG_NLS_UTF8 is not set | ||
1117 | |||
1118 | # | ||
1119 | # Distributed Lock Manager | ||
1120 | # | ||
1121 | # CONFIG_DLM is not set | ||
1122 | |||
1123 | # | ||
1124 | # Profiling support | ||
1125 | # | ||
1126 | CONFIG_PROFILING=y | ||
1127 | CONFIG_OPROFILE=y | ||
1128 | |||
1129 | # | ||
1130 | # Kernel hacking | ||
1131 | # | ||
1132 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
1133 | # CONFIG_PRINTK_TIME is not set | ||
1134 | CONFIG_ENABLE_MUST_CHECK=y | ||
1135 | # CONFIG_MAGIC_SYSRQ is not set | ||
1136 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1137 | # CONFIG_DEBUG_FS is not set | ||
1138 | # CONFIG_HEADERS_CHECK is not set | ||
1139 | # CONFIG_DEBUG_KERNEL is not set | ||
1140 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1141 | # CONFIG_SH_STANDARD_BIOS is not set | ||
1142 | CONFIG_EARLY_SCIF_CONSOLE=y | ||
1143 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe80000 | ||
1144 | CONFIG_EARLY_PRINTK=y | ||
1145 | # CONFIG_SH_KGDB is not set | ||
1146 | |||
1147 | # | ||
1148 | # Security options | ||
1149 | # | ||
1150 | # CONFIG_KEYS is not set | ||
1151 | # CONFIG_SECURITY is not set | ||
1152 | # CONFIG_CRYPTO is not set | ||
1153 | |||
1154 | # | ||
1155 | # Library routines | ||
1156 | # | ||
1157 | CONFIG_BITREVERSE=y | ||
1158 | # CONFIG_CRC_CCITT is not set | ||
1159 | # CONFIG_CRC16 is not set | ||
1160 | # CONFIG_CRC_ITU_T is not set | ||
1161 | CONFIG_CRC32=y | ||
1162 | # CONFIG_CRC7 is not set | ||
1163 | # CONFIG_LIBCRC32C is not set | ||
1164 | CONFIG_PLIST=y | ||
1165 | CONFIG_HAS_IOMEM=y | ||
1166 | CONFIG_HAS_IOPORT=y | ||
1167 | CONFIG_HAS_DMA=y | ||
diff --git a/arch/sh/configs/se7206_defconfig b/arch/sh/configs/se7206_defconfig index f2f2a3c9c32d..0d0cda908270 100644 --- a/arch/sh/configs/se7206_defconfig +++ b/arch/sh/configs/se7206_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.22-rc4 | 3 | # Linux kernel version: 2.6.23-rc4 |
4 | # Fri Jun 15 19:37:46 2007 | 4 | # Thu Sep 13 16:40:16 2007 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
@@ -17,25 +17,22 @@ CONFIG_STACKTRACE_SUPPORT=y | |||
17 | CONFIG_LOCKDEP_SUPPORT=y | 17 | CONFIG_LOCKDEP_SUPPORT=y |
18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
20 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
21 | 22 | ||
22 | # | 23 | # |
23 | # Code maturity level options | 24 | # General setup |
24 | # | 25 | # |
25 | CONFIG_EXPERIMENTAL=y | 26 | CONFIG_EXPERIMENTAL=y |
26 | CONFIG_BROKEN_ON_SMP=y | 27 | CONFIG_BROKEN_ON_SMP=y |
27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 28 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
28 | |||
29 | # | ||
30 | # General setup | ||
31 | # | ||
32 | CONFIG_LOCALVERSION="" | 29 | CONFIG_LOCALVERSION="" |
33 | # CONFIG_LOCALVERSION_AUTO is not set | 30 | # CONFIG_LOCALVERSION_AUTO is not set |
34 | # CONFIG_SYSVIPC is not set | 31 | # CONFIG_SYSVIPC is not set |
35 | # CONFIG_POSIX_MQUEUE is not set | 32 | # CONFIG_POSIX_MQUEUE is not set |
36 | # CONFIG_BSD_PROCESS_ACCT is not set | 33 | # CONFIG_BSD_PROCESS_ACCT is not set |
37 | # CONFIG_TASKSTATS is not set | 34 | # CONFIG_TASKSTATS is not set |
38 | # CONFIG_UTS_NS is not set | 35 | # CONFIG_USER_NS is not set |
39 | # CONFIG_AUDIT is not set | 36 | # CONFIG_AUDIT is not set |
40 | # CONFIG_IKCONFIG is not set | 37 | # CONFIG_IKCONFIG is not set |
41 | CONFIG_LOG_BUF_SHIFT=14 | 38 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -60,23 +57,17 @@ CONFIG_SIGNALFD=y | |||
60 | CONFIG_TIMERFD=y | 57 | CONFIG_TIMERFD=y |
61 | CONFIG_EVENTFD=y | 58 | CONFIG_EVENTFD=y |
62 | # CONFIG_VM_EVENT_COUNTERS is not set | 59 | # CONFIG_VM_EVENT_COUNTERS is not set |
63 | CONFIG_SLAB=y | 60 | CONFIG_SLUB_DEBUG=y |
64 | # CONFIG_SLUB is not set | 61 | # CONFIG_SLAB is not set |
62 | CONFIG_SLUB=y | ||
65 | # CONFIG_SLOB is not set | 63 | # CONFIG_SLOB is not set |
66 | CONFIG_TINY_SHMEM=y | 64 | CONFIG_TINY_SHMEM=y |
67 | CONFIG_BASE_SMALL=1 | 65 | CONFIG_BASE_SMALL=1 |
68 | |||
69 | # | ||
70 | # Loadable module support | ||
71 | # | ||
72 | # CONFIG_MODULES is not set | 66 | # CONFIG_MODULES is not set |
73 | |||
74 | # | ||
75 | # Block layer | ||
76 | # | ||
77 | CONFIG_BLOCK=y | 67 | CONFIG_BLOCK=y |
78 | # CONFIG_LBD is not set | 68 | # CONFIG_LBD is not set |
79 | # CONFIG_LSF is not set | 69 | # CONFIG_LSF is not set |
70 | # CONFIG_BLK_DEV_BSG is not set | ||
80 | 71 | ||
81 | # | 72 | # |
82 | # IO Schedulers | 73 | # IO Schedulers |
@@ -98,7 +89,6 @@ CONFIG_CPU_SH2=y | |||
98 | CONFIG_CPU_SH2A=y | 89 | CONFIG_CPU_SH2A=y |
99 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 90 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
100 | CONFIG_CPU_SUBTYPE_SH7206=y | 91 | CONFIG_CPU_SUBTYPE_SH7206=y |
101 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
102 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 92 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
103 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 93 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
104 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 94 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -106,6 +96,7 @@ CONFIG_CPU_SUBTYPE_SH7206=y | |||
106 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 96 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
107 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 97 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
108 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 98 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
99 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
109 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 100 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
110 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 101 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
111 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 102 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -119,7 +110,7 @@ CONFIG_CPU_SUBTYPE_SH7206=y | |||
119 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 110 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
120 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 111 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
121 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 112 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
122 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | 113 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
123 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 114 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
124 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 115 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
125 | 116 | ||
@@ -136,15 +127,16 @@ CONFIG_ARCH_SPARSEMEM_DEFAULT=y | |||
136 | CONFIG_MAX_ACTIVE_REGIONS=1 | 127 | CONFIG_MAX_ACTIVE_REGIONS=1 |
137 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 128 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
138 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 129 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
130 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
139 | CONFIG_PAGE_SIZE_4KB=y | 131 | CONFIG_PAGE_SIZE_4KB=y |
140 | # CONFIG_PAGE_SIZE_8KB is not set | 132 | # CONFIG_PAGE_SIZE_8KB is not set |
141 | # CONFIG_PAGE_SIZE_64KB is not set | 133 | # CONFIG_PAGE_SIZE_64KB is not set |
142 | CONFIG_SELECT_MEMORY_MODEL=y | 134 | CONFIG_SELECT_MEMORY_MODEL=y |
143 | CONFIG_FLATMEM_MANUAL=y | 135 | # CONFIG_FLATMEM_MANUAL is not set |
144 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 136 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
145 | # CONFIG_SPARSEMEM_MANUAL is not set | 137 | CONFIG_SPARSEMEM_MANUAL=y |
146 | CONFIG_FLATMEM=y | 138 | CONFIG_SPARSEMEM=y |
147 | CONFIG_FLAT_NODE_MEM_MAP=y | 139 | CONFIG_HAVE_MEMORY_PRESENT=y |
148 | CONFIG_SPARSEMEM_STATIC=y | 140 | CONFIG_SPARSEMEM_STATIC=y |
149 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 141 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
150 | # CONFIG_RESOURCES_64BIT is not set | 142 | # CONFIG_RESOURCES_64BIT is not set |
@@ -155,7 +147,9 @@ CONFIG_NR_QUICK=2 | |||
155 | # Cache configuration | 147 | # Cache configuration |
156 | # | 148 | # |
157 | # CONFIG_SH_DIRECT_MAPPED is not set | 149 | # CONFIG_SH_DIRECT_MAPPED is not set |
158 | # CONFIG_SH_WRITETHROUGH is not set | 150 | CONFIG_CACHE_WRITEBACK=y |
151 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
152 | # CONFIG_CACHE_OFF is not set | ||
159 | 153 | ||
160 | # | 154 | # |
161 | # Processor features | 155 | # Processor features |
@@ -163,8 +157,6 @@ CONFIG_NR_QUICK=2 | |||
163 | # CONFIG_CPU_LITTLE_ENDIAN is not set | 157 | # CONFIG_CPU_LITTLE_ENDIAN is not set |
164 | CONFIG_CPU_BIG_ENDIAN=y | 158 | CONFIG_CPU_BIG_ENDIAN=y |
165 | # CONFIG_SH_FPU_EMU is not set | 159 | # CONFIG_SH_FPU_EMU is not set |
166 | # CONFIG_SH_DSP is not set | ||
167 | CONFIG_CPU_HAS_IPR_IRQ=y | ||
168 | 160 | ||
169 | # | 161 | # |
170 | # Board support | 162 | # Board support |
@@ -185,12 +177,23 @@ CONFIG_SH_CLK_MD=6 | |||
185 | # | 177 | # |
186 | # CPU Frequency scaling | 178 | # CPU Frequency scaling |
187 | # | 179 | # |
188 | # CONFIG_CPU_FREQ is not set | 180 | CONFIG_CPU_FREQ=y |
181 | CONFIG_CPU_FREQ_TABLE=y | ||
182 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
183 | CONFIG_CPU_FREQ_STAT=y | ||
184 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
185 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
186 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
187 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
188 | # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set | ||
189 | # CONFIG_CPU_FREQ_GOV_USERSPACE is not set | ||
190 | # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set | ||
191 | # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set | ||
192 | # CONFIG_SH_CPU_FREQ is not set | ||
189 | 193 | ||
190 | # | 194 | # |
191 | # DMA support | 195 | # DMA support |
192 | # | 196 | # |
193 | # CONFIG_SH_DMA is not set | ||
194 | 197 | ||
195 | # | 198 | # |
196 | # Companion Chips | 199 | # Companion Chips |
@@ -199,17 +202,17 @@ CONFIG_SH_CLK_MD=6 | |||
199 | # | 202 | # |
200 | # Additional SuperH Device Drivers | 203 | # Additional SuperH Device Drivers |
201 | # | 204 | # |
202 | # CONFIG_HEARTBEAT is not set | 205 | CONFIG_HEARTBEAT=y |
203 | # CONFIG_PUSH_SWITCH is not set | 206 | # CONFIG_PUSH_SWITCH is not set |
204 | 207 | ||
205 | # | 208 | # |
206 | # Kernel features | 209 | # Kernel features |
207 | # | 210 | # |
208 | CONFIG_HZ_100=y | 211 | # CONFIG_HZ_100 is not set |
209 | # CONFIG_HZ_250 is not set | 212 | # CONFIG_HZ_250 is not set |
210 | # CONFIG_HZ_300 is not set | 213 | # CONFIG_HZ_300 is not set |
211 | # CONFIG_HZ_1000 is not set | 214 | CONFIG_HZ_1000=y |
212 | CONFIG_HZ=100 | 215 | CONFIG_HZ=1000 |
213 | # CONFIG_KEXEC is not set | 216 | # CONFIG_KEXEC is not set |
214 | # CONFIG_CRASH_DUMP is not set | 217 | # CONFIG_CRASH_DUMP is not set |
215 | CONFIG_PREEMPT_NONE=y | 218 | CONFIG_PREEMPT_NONE=y |
@@ -221,11 +224,13 @@ CONFIG_PREEMPT_NONE=y | |||
221 | # | 224 | # |
222 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 225 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
223 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 226 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
224 | # CONFIG_CMDLINE_BOOL is not set | 227 | CONFIG_CMDLINE_BOOL=y |
228 | CONFIG_CMDLINE="console=ttySC3,115200 earlyprintk=serial ignore_loglevel" | ||
225 | 229 | ||
226 | # | 230 | # |
227 | # Bus options | 231 | # Bus options |
228 | # | 232 | # |
233 | # CONFIG_CF_ENABLER is not set | ||
229 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 234 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
230 | 235 | ||
231 | # | 236 | # |
@@ -315,6 +320,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
315 | # CONFIG_MAC80211 is not set | 320 | # CONFIG_MAC80211 is not set |
316 | # CONFIG_IEEE80211 is not set | 321 | # CONFIG_IEEE80211 is not set |
317 | # CONFIG_RFKILL is not set | 322 | # CONFIG_RFKILL is not set |
323 | # CONFIG_NET_9P is not set | ||
318 | 324 | ||
319 | # | 325 | # |
320 | # Device Drivers | 326 | # Device Drivers |
@@ -325,11 +331,9 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
325 | # | 331 | # |
326 | # CONFIG_STANDALONE is not set | 332 | # CONFIG_STANDALONE is not set |
327 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set | 333 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set |
334 | # CONFIG_DEBUG_DRIVER is not set | ||
335 | # CONFIG_DEBUG_DEVRES is not set | ||
328 | # CONFIG_SYS_HYPERVISOR is not set | 336 | # CONFIG_SYS_HYPERVISOR is not set |
329 | |||
330 | # | ||
331 | # Connector - unified userspace <-> kernelspace linker | ||
332 | # | ||
333 | # CONFIG_CONNECTOR is not set | 337 | # CONFIG_CONNECTOR is not set |
334 | CONFIG_MTD=y | 338 | CONFIG_MTD=y |
335 | # CONFIG_MTD_DEBUG is not set | 339 | # CONFIG_MTD_DEBUG is not set |
@@ -411,31 +415,16 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | |||
411 | # UBI - Unsorted block images | 415 | # UBI - Unsorted block images |
412 | # | 416 | # |
413 | # CONFIG_MTD_UBI is not set | 417 | # CONFIG_MTD_UBI is not set |
414 | |||
415 | # | ||
416 | # Parallel port support | ||
417 | # | ||
418 | # CONFIG_PARPORT is not set | 418 | # CONFIG_PARPORT is not set |
419 | 419 | CONFIG_BLK_DEV=y | |
420 | # | ||
421 | # Plug and Play support | ||
422 | # | ||
423 | # CONFIG_PNPACPI is not set | ||
424 | |||
425 | # | ||
426 | # Block devices | ||
427 | # | ||
428 | # CONFIG_BLK_DEV_COW_COMMON is not set | 420 | # CONFIG_BLK_DEV_COW_COMMON is not set |
429 | # CONFIG_BLK_DEV_LOOP is not set | 421 | # CONFIG_BLK_DEV_LOOP is not set |
430 | # CONFIG_BLK_DEV_NBD is not set | 422 | # CONFIG_BLK_DEV_NBD is not set |
431 | # CONFIG_BLK_DEV_RAM is not set | 423 | # CONFIG_BLK_DEV_RAM is not set |
432 | # CONFIG_CDROM_PKTCDVD is not set | 424 | # CONFIG_CDROM_PKTCDVD is not set |
433 | # CONFIG_ATA_OVER_ETH is not set | 425 | # CONFIG_ATA_OVER_ETH is not set |
434 | 426 | CONFIG_MISC_DEVICES=y | |
435 | # | 427 | # CONFIG_EEPROM_93CX6 is not set |
436 | # Misc devices | ||
437 | # | ||
438 | # CONFIG_BLINK is not set | ||
439 | # CONFIG_IDE is not set | 428 | # CONFIG_IDE is not set |
440 | 429 | ||
441 | # | 430 | # |
@@ -443,27 +432,18 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=4 | |||
443 | # | 432 | # |
444 | # CONFIG_RAID_ATTRS is not set | 433 | # CONFIG_RAID_ATTRS is not set |
445 | # CONFIG_SCSI is not set | 434 | # CONFIG_SCSI is not set |
435 | # CONFIG_SCSI_DMA is not set | ||
446 | # CONFIG_SCSI_NETLINK is not set | 436 | # CONFIG_SCSI_NETLINK is not set |
447 | # CONFIG_ATA is not set | 437 | # CONFIG_ATA is not set |
448 | |||
449 | # | ||
450 | # Multi-device support (RAID and LVM) | ||
451 | # | ||
452 | # CONFIG_MD is not set | 438 | # CONFIG_MD is not set |
453 | |||
454 | # | ||
455 | # Network device support | ||
456 | # | ||
457 | CONFIG_NETDEVICES=y | 439 | CONFIG_NETDEVICES=y |
440 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
458 | # CONFIG_DUMMY is not set | 441 | # CONFIG_DUMMY is not set |
459 | # CONFIG_BONDING is not set | 442 | # CONFIG_BONDING is not set |
443 | # CONFIG_MACVLAN is not set | ||
460 | # CONFIG_EQUALIZER is not set | 444 | # CONFIG_EQUALIZER is not set |
461 | # CONFIG_TUN is not set | 445 | # CONFIG_TUN is not set |
462 | # CONFIG_PHYLIB is not set | 446 | # CONFIG_PHYLIB is not set |
463 | |||
464 | # | ||
465 | # Ethernet (10 or 100Mbit) | ||
466 | # | ||
467 | CONFIG_NET_ETHERNET=y | 447 | CONFIG_NET_ETHERNET=y |
468 | CONFIG_MII=y | 448 | CONFIG_MII=y |
469 | # CONFIG_STNIC is not set | 449 | # CONFIG_STNIC is not set |
@@ -483,15 +463,7 @@ CONFIG_NETDEV_10000=y | |||
483 | # CONFIG_NETCONSOLE is not set | 463 | # CONFIG_NETCONSOLE is not set |
484 | # CONFIG_NETPOLL is not set | 464 | # CONFIG_NETPOLL is not set |
485 | # CONFIG_NET_POLL_CONTROLLER is not set | 465 | # CONFIG_NET_POLL_CONTROLLER is not set |
486 | |||
487 | # | ||
488 | # ISDN subsystem | ||
489 | # | ||
490 | # CONFIG_ISDN is not set | 466 | # CONFIG_ISDN is not set |
491 | |||
492 | # | ||
493 | # Telephony Support | ||
494 | # | ||
495 | # CONFIG_PHONE is not set | 467 | # CONFIG_PHONE is not set |
496 | 468 | ||
497 | # | 469 | # |
@@ -499,6 +471,7 @@ CONFIG_NETDEV_10000=y | |||
499 | # | 471 | # |
500 | CONFIG_INPUT=y | 472 | CONFIG_INPUT=y |
501 | # CONFIG_INPUT_FF_MEMLESS is not set | 473 | # CONFIG_INPUT_FF_MEMLESS is not set |
474 | # CONFIG_INPUT_POLLDEV is not set | ||
502 | 475 | ||
503 | # | 476 | # |
504 | # Userland interfaces | 477 | # Userland interfaces |
@@ -546,19 +519,11 @@ CONFIG_SERIAL_CORE=y | |||
546 | CONFIG_SERIAL_CORE_CONSOLE=y | 519 | CONFIG_SERIAL_CORE_CONSOLE=y |
547 | # CONFIG_UNIX98_PTYS is not set | 520 | # CONFIG_UNIX98_PTYS is not set |
548 | # CONFIG_LEGACY_PTYS is not set | 521 | # CONFIG_LEGACY_PTYS is not set |
549 | |||
550 | # | ||
551 | # IPMI | ||
552 | # | ||
553 | # CONFIG_IPMI_HANDLER is not set | 522 | # CONFIG_IPMI_HANDLER is not set |
554 | # CONFIG_WATCHDOG is not set | 523 | # CONFIG_WATCHDOG is not set |
555 | # CONFIG_HW_RANDOM is not set | 524 | # CONFIG_HW_RANDOM is not set |
556 | # CONFIG_R3964 is not set | 525 | # CONFIG_R3964 is not set |
557 | # CONFIG_RAW_DRIVER is not set | 526 | # CONFIG_RAW_DRIVER is not set |
558 | |||
559 | # | ||
560 | # TPM devices | ||
561 | # | ||
562 | # CONFIG_TCG_TPM is not set | 527 | # CONFIG_TCG_TPM is not set |
563 | # CONFIG_I2C is not set | 528 | # CONFIG_I2C is not set |
564 | 529 | ||
@@ -567,11 +532,8 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
567 | # | 532 | # |
568 | # CONFIG_SPI is not set | 533 | # CONFIG_SPI is not set |
569 | # CONFIG_SPI_MASTER is not set | 534 | # CONFIG_SPI_MASTER is not set |
570 | |||
571 | # | ||
572 | # Dallas's 1-wire bus | ||
573 | # | ||
574 | # CONFIG_W1 is not set | 535 | # CONFIG_W1 is not set |
536 | # CONFIG_POWER_SUPPLY is not set | ||
575 | # CONFIG_HWMON is not set | 537 | # CONFIG_HWMON is not set |
576 | 538 | ||
577 | # | 539 | # |
@@ -596,25 +558,21 @@ CONFIG_DAB=y | |||
596 | # | 558 | # |
597 | # CONFIG_DISPLAY_SUPPORT is not set | 559 | # CONFIG_DISPLAY_SUPPORT is not set |
598 | # CONFIG_VGASTATE is not set | 560 | # CONFIG_VGASTATE is not set |
561 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
599 | # CONFIG_FB is not set | 562 | # CONFIG_FB is not set |
600 | 563 | ||
601 | # | 564 | # |
602 | # Sound | 565 | # Sound |
603 | # | 566 | # |
604 | # CONFIG_SOUND is not set | 567 | # CONFIG_SOUND is not set |
605 | 568 | CONFIG_HID_SUPPORT=y | |
606 | # | ||
607 | # HID Devices | ||
608 | # | ||
609 | CONFIG_HID=y | 569 | CONFIG_HID=y |
610 | # CONFIG_HID_DEBUG is not set | 570 | # CONFIG_HID_DEBUG is not set |
611 | 571 | CONFIG_USB_SUPPORT=y | |
612 | # | 572 | CONFIG_USB_ARCH_HAS_HCD=y |
613 | # USB support | ||
614 | # | ||
615 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
616 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 573 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
617 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 574 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
575 | # CONFIG_USB is not set | ||
618 | 576 | ||
619 | # | 577 | # |
620 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 578 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -625,31 +583,7 @@ CONFIG_HID=y | |||
625 | # | 583 | # |
626 | # CONFIG_USB_GADGET is not set | 584 | # CONFIG_USB_GADGET is not set |
627 | # CONFIG_MMC is not set | 585 | # CONFIG_MMC is not set |
628 | |||
629 | # | ||
630 | # LED devices | ||
631 | # | ||
632 | # CONFIG_NEW_LEDS is not set | 586 | # CONFIG_NEW_LEDS is not set |
633 | |||
634 | # | ||
635 | # LED drivers | ||
636 | # | ||
637 | |||
638 | # | ||
639 | # LED Triggers | ||
640 | # | ||
641 | |||
642 | # | ||
643 | # InfiniBand support | ||
644 | # | ||
645 | |||
646 | # | ||
647 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
648 | # | ||
649 | |||
650 | # | ||
651 | # Real Time Clock | ||
652 | # | ||
653 | # CONFIG_RTC_CLASS is not set | 587 | # CONFIG_RTC_CLASS is not set |
654 | 588 | ||
655 | # | 589 | # |
@@ -666,6 +600,11 @@ CONFIG_HID=y | |||
666 | # | 600 | # |
667 | 601 | ||
668 | # | 602 | # |
603 | # Userspace I/O | ||
604 | # | ||
605 | # CONFIG_UIO is not set | ||
606 | |||
607 | # | ||
669 | # File systems | 608 | # File systems |
670 | # | 609 | # |
671 | # CONFIG_EXT2_FS is not set | 610 | # CONFIG_EXT2_FS is not set |
@@ -736,7 +675,6 @@ CONFIG_RAMFS=y | |||
736 | # CONFIG_NCP_FS is not set | 675 | # CONFIG_NCP_FS is not set |
737 | # CONFIG_CODA_FS is not set | 676 | # CONFIG_CODA_FS is not set |
738 | # CONFIG_AFS_FS is not set | 677 | # CONFIG_AFS_FS is not set |
739 | # CONFIG_9P_FS is not set | ||
740 | 678 | ||
741 | # | 679 | # |
742 | # Partition Types | 680 | # Partition Types |
@@ -752,12 +690,12 @@ CONFIG_MSDOS_PARTITION=y | |||
752 | # | 690 | # |
753 | # Distributed Lock Manager | 691 | # Distributed Lock Manager |
754 | # | 692 | # |
755 | # CONFIG_DLM is not set | ||
756 | 693 | ||
757 | # | 694 | # |
758 | # Profiling support | 695 | # Profiling support |
759 | # | 696 | # |
760 | # CONFIG_PROFILING is not set | 697 | CONFIG_PROFILING=y |
698 | # CONFIG_OPROFILE is not set | ||
761 | 699 | ||
762 | # | 700 | # |
763 | # Kernel hacking | 701 | # Kernel hacking |
@@ -768,19 +706,41 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
768 | # CONFIG_MAGIC_SYSRQ is not set | 706 | # CONFIG_MAGIC_SYSRQ is not set |
769 | # CONFIG_UNUSED_SYMBOLS is not set | 707 | # CONFIG_UNUSED_SYMBOLS is not set |
770 | # CONFIG_HEADERS_CHECK is not set | 708 | # CONFIG_HEADERS_CHECK is not set |
771 | # CONFIG_DEBUG_KERNEL is not set | 709 | CONFIG_DEBUG_KERNEL=y |
772 | # CONFIG_DEBUG_BUGVERBOSE is not set | 710 | # CONFIG_DEBUG_SHIRQ is not set |
711 | CONFIG_DETECT_SOFTLOCKUP=y | ||
712 | CONFIG_SCHED_DEBUG=y | ||
713 | # CONFIG_SCHEDSTATS is not set | ||
714 | # CONFIG_TIMER_STATS is not set | ||
715 | CONFIG_SLUB_DEBUG_ON=y | ||
716 | # CONFIG_DEBUG_SPINLOCK is not set | ||
717 | # CONFIG_DEBUG_MUTEXES is not set | ||
718 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
719 | # CONFIG_PROVE_LOCKING is not set | ||
720 | # CONFIG_LOCK_STAT is not set | ||
721 | CONFIG_DEBUG_SPINLOCK_SLEEP=y | ||
722 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
723 | # CONFIG_DEBUG_KOBJECT is not set | ||
724 | CONFIG_DEBUG_BUGVERBOSE=y | ||
725 | CONFIG_DEBUG_INFO=y | ||
726 | # CONFIG_DEBUG_VM is not set | ||
727 | # CONFIG_DEBUG_LIST is not set | ||
728 | CONFIG_FRAME_POINTER=y | ||
729 | CONFIG_FORCED_INLINING=y | ||
730 | # CONFIG_FAULT_INJECTION is not set | ||
773 | # CONFIG_SH_STANDARD_BIOS is not set | 731 | # CONFIG_SH_STANDARD_BIOS is not set |
774 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 732 | CONFIG_EARLY_SCIF_CONSOLE=y |
733 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xfffe9800 | ||
734 | CONFIG_EARLY_PRINTK=y | ||
735 | # CONFIG_DEBUG_BOOTMEM is not set | ||
736 | CONFIG_DEBUG_STACKOVERFLOW=y | ||
737 | CONFIG_DEBUG_STACK_USAGE=y | ||
738 | # CONFIG_4KSTACKS is not set | ||
775 | 739 | ||
776 | # | 740 | # |
777 | # Security options | 741 | # Security options |
778 | # | 742 | # |
779 | # CONFIG_KEYS is not set | 743 | # CONFIG_KEYS is not set |
780 | |||
781 | # | ||
782 | # Cryptographic options | ||
783 | # | ||
784 | # CONFIG_CRYPTO is not set | 744 | # CONFIG_CRYPTO is not set |
785 | 745 | ||
786 | # | 746 | # |
@@ -791,6 +751,7 @@ CONFIG_BITREVERSE=y | |||
791 | # CONFIG_CRC16 is not set | 751 | # CONFIG_CRC16 is not set |
792 | # CONFIG_CRC_ITU_T is not set | 752 | # CONFIG_CRC_ITU_T is not set |
793 | CONFIG_CRC32=y | 753 | CONFIG_CRC32=y |
754 | # CONFIG_CRC7 is not set | ||
794 | # CONFIG_LIBCRC32C is not set | 755 | # CONFIG_LIBCRC32C is not set |
795 | CONFIG_ZLIB_INFLATE=y | 756 | CONFIG_ZLIB_INFLATE=y |
796 | CONFIG_HAS_IOMEM=y | 757 | CONFIG_HAS_IOMEM=y |
diff --git a/arch/sh/configs/shx3_defconfig b/arch/sh/configs/shx3_defconfig index 219bad558b10..a794c082709b 100644 --- a/arch/sh/configs/shx3_defconfig +++ b/arch/sh/configs/shx3_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.22-rc4 | 3 | # Linux kernel version: 2.6.23-rc7 |
4 | # Wed Jun 20 14:09:27 2007 | 4 | # Fri Sep 21 19:07:30 2007 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
@@ -13,32 +13,33 @@ CONFIG_GENERIC_IRQ_PROBE=y | |||
13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
14 | CONFIG_GENERIC_TIME=y | 14 | CONFIG_GENERIC_TIME=y |
15 | CONFIG_GENERIC_CLOCKEVENTS=y | 15 | CONFIG_GENERIC_CLOCKEVENTS=y |
16 | CONFIG_SYS_SUPPORTS_SMP=y | ||
17 | CONFIG_SYS_SUPPORTS_NUMA=y | ||
16 | CONFIG_STACKTRACE_SUPPORT=y | 18 | CONFIG_STACKTRACE_SUPPORT=y |
17 | CONFIG_LOCKDEP_SUPPORT=y | 19 | CONFIG_LOCKDEP_SUPPORT=y |
18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 20 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 21 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
22 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
21 | 24 | ||
22 | # | 25 | # |
23 | # Code maturity level options | 26 | # General setup |
24 | # | 27 | # |
25 | CONFIG_EXPERIMENTAL=y | 28 | CONFIG_EXPERIMENTAL=y |
26 | CONFIG_BROKEN_ON_SMP=y | 29 | CONFIG_BROKEN_ON_SMP=y |
27 | CONFIG_LOCK_KERNEL=y | 30 | CONFIG_LOCK_KERNEL=y |
28 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 31 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
29 | |||
30 | # | ||
31 | # General setup | ||
32 | # | ||
33 | CONFIG_LOCALVERSION="" | 32 | CONFIG_LOCALVERSION="" |
34 | CONFIG_LOCALVERSION_AUTO=y | 33 | CONFIG_LOCALVERSION_AUTO=y |
35 | CONFIG_SWAP=y | 34 | CONFIG_SWAP=y |
36 | CONFIG_SYSVIPC=y | 35 | CONFIG_SYSVIPC=y |
37 | # CONFIG_IPC_NS is not set | ||
38 | CONFIG_SYSVIPC_SYSCTL=y | 36 | CONFIG_SYSVIPC_SYSCTL=y |
37 | # CONFIG_POSIX_MQUEUE is not set | ||
39 | CONFIG_BSD_PROCESS_ACCT=y | 38 | CONFIG_BSD_PROCESS_ACCT=y |
40 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 39 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
41 | # CONFIG_UTS_NS is not set | 40 | # CONFIG_TASKSTATS is not set |
41 | # CONFIG_USER_NS is not set | ||
42 | # CONFIG_AUDIT is not set | ||
42 | CONFIG_IKCONFIG=y | 43 | CONFIG_IKCONFIG=y |
43 | CONFIG_IKCONFIG_PROC=y | 44 | CONFIG_IKCONFIG_PROC=y |
44 | CONFIG_LOG_BUF_SHIFT=14 | 45 | CONFIG_LOG_BUF_SHIFT=14 |
@@ -63,34 +64,26 @@ CONFIG_FUTEX=y | |||
63 | CONFIG_ANON_INODES=y | 64 | CONFIG_ANON_INODES=y |
64 | CONFIG_EPOLL=y | 65 | CONFIG_EPOLL=y |
65 | CONFIG_SIGNALFD=y | 66 | CONFIG_SIGNALFD=y |
66 | CONFIG_TIMERFD=y | ||
67 | CONFIG_EVENTFD=y | 67 | CONFIG_EVENTFD=y |
68 | CONFIG_SHMEM=y | 68 | CONFIG_SHMEM=y |
69 | CONFIG_VM_EVENT_COUNTERS=y | 69 | CONFIG_VM_EVENT_COUNTERS=y |
70 | CONFIG_SLAB=y | 70 | # CONFIG_SLAB is not set |
71 | # CONFIG_SLUB is not set | 71 | # CONFIG_SLUB is not set |
72 | # CONFIG_SLOB is not set | 72 | CONFIG_SLOB=y |
73 | CONFIG_RT_MUTEXES=y | 73 | CONFIG_RT_MUTEXES=y |
74 | # CONFIG_TINY_SHMEM is not set | 74 | # CONFIG_TINY_SHMEM is not set |
75 | CONFIG_BASE_SMALL=0 | 75 | CONFIG_BASE_SMALL=0 |
76 | |||
77 | # | ||
78 | # Loadable module support | ||
79 | # | ||
80 | CONFIG_MODULES=y | 76 | CONFIG_MODULES=y |
81 | CONFIG_MODULE_UNLOAD=y | 77 | CONFIG_MODULE_UNLOAD=y |
82 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 78 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
83 | # CONFIG_MODVERSIONS is not set | 79 | # CONFIG_MODVERSIONS is not set |
84 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 80 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
85 | CONFIG_KMOD=y | 81 | CONFIG_KMOD=y |
86 | |||
87 | # | ||
88 | # Block layer | ||
89 | # | ||
90 | CONFIG_BLOCK=y | 82 | CONFIG_BLOCK=y |
91 | # CONFIG_LBD is not set | 83 | # CONFIG_LBD is not set |
92 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
93 | # CONFIG_LSF is not set | 85 | # CONFIG_LSF is not set |
86 | # CONFIG_BLK_DEV_BSG is not set | ||
94 | 87 | ||
95 | # | 88 | # |
96 | # IO Schedulers | 89 | # IO Schedulers |
@@ -113,7 +106,6 @@ CONFIG_CPU_SH4A=y | |||
113 | CONFIG_CPU_SHX3=y | 106 | CONFIG_CPU_SHX3=y |
114 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 107 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
115 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 108 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
116 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
117 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 109 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
118 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 110 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
119 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 111 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
@@ -121,6 +113,7 @@ CONFIG_CPU_SHX3=y | |||
121 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 113 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
122 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 114 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
123 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 115 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
116 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
124 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 117 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
125 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 118 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
126 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 119 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
@@ -135,7 +128,6 @@ CONFIG_CPU_SHX3=y | |||
135 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 128 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
136 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
137 | CONFIG_CPU_SUBTYPE_SHX3=y | 130 | CONFIG_CPU_SUBTYPE_SHX3=y |
138 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
139 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 131 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
140 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 132 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
141 | 133 | ||
@@ -148,12 +140,15 @@ CONFIG_PAGE_OFFSET=0x80000000 | |||
148 | CONFIG_MEMORY_START=0x0c000000 | 140 | CONFIG_MEMORY_START=0x0c000000 |
149 | CONFIG_MEMORY_SIZE=0x04000000 | 141 | CONFIG_MEMORY_SIZE=0x04000000 |
150 | CONFIG_VSYSCALL=y | 142 | CONFIG_VSYSCALL=y |
143 | # CONFIG_NUMA is not set | ||
151 | CONFIG_ARCH_FLATMEM_ENABLE=y | 144 | CONFIG_ARCH_FLATMEM_ENABLE=y |
152 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 145 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
153 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y | 146 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y |
154 | CONFIG_MAX_ACTIVE_REGIONS=1 | 147 | CONFIG_MAX_ACTIVE_REGIONS=6 |
155 | CONFIG_ARCH_POPULATES_NODE_MAP=y | 148 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
156 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 149 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
150 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
151 | CONFIG_ARCH_MEMORY_PROBE=y | ||
157 | CONFIG_PAGE_SIZE_4KB=y | 152 | CONFIG_PAGE_SIZE_4KB=y |
158 | # CONFIG_PAGE_SIZE_8KB is not set | 153 | # CONFIG_PAGE_SIZE_8KB is not set |
159 | # CONFIG_PAGE_SIZE_64KB is not set | 154 | # CONFIG_PAGE_SIZE_64KB is not set |
@@ -163,12 +158,14 @@ CONFIG_HUGETLB_PAGE_SIZE_64K=y | |||
163 | # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set | 158 | # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set |
164 | # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set | 159 | # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set |
165 | CONFIG_SELECT_MEMORY_MODEL=y | 160 | CONFIG_SELECT_MEMORY_MODEL=y |
166 | CONFIG_FLATMEM_MANUAL=y | 161 | # CONFIG_FLATMEM_MANUAL is not set |
167 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 162 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
168 | # CONFIG_SPARSEMEM_MANUAL is not set | 163 | CONFIG_SPARSEMEM_MANUAL=y |
169 | CONFIG_FLATMEM=y | 164 | CONFIG_SPARSEMEM=y |
170 | CONFIG_FLAT_NODE_MEM_MAP=y | 165 | CONFIG_HAVE_MEMORY_PRESENT=y |
171 | CONFIG_SPARSEMEM_STATIC=y | 166 | CONFIG_SPARSEMEM_STATIC=y |
167 | CONFIG_MEMORY_HOTPLUG=y | ||
168 | CONFIG_MEMORY_HOTPLUG_SPARSE=y | ||
172 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 169 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
173 | # CONFIG_RESOURCES_64BIT is not set | 170 | # CONFIG_RESOURCES_64BIT is not set |
174 | CONFIG_ZONE_DMA_FLAG=0 | 171 | CONFIG_ZONE_DMA_FLAG=0 |
@@ -178,24 +175,25 @@ CONFIG_NR_QUICK=2 | |||
178 | # Cache configuration | 175 | # Cache configuration |
179 | # | 176 | # |
180 | # CONFIG_SH_DIRECT_MAPPED is not set | 177 | # CONFIG_SH_DIRECT_MAPPED is not set |
181 | # CONFIG_SH_WRITETHROUGH is not set | 178 | # CONFIG_CACHE_WRITEBACK is not set |
179 | # CONFIG_CACHE_WRITETHROUGH is not set | ||
180 | CONFIG_CACHE_OFF=y | ||
182 | 181 | ||
183 | # | 182 | # |
184 | # Processor features | 183 | # Processor features |
185 | # | 184 | # |
186 | CONFIG_CPU_LITTLE_ENDIAN=y | 185 | CONFIG_CPU_LITTLE_ENDIAN=y |
187 | # CONFIG_CPU_BIG_ENDIAN is not set | 186 | # CONFIG_CPU_BIG_ENDIAN is not set |
188 | # CONFIG_SH_FPU is not set | 187 | CONFIG_SH_FPU=y |
189 | # CONFIG_SH_FPU_EMU is not set | ||
190 | CONFIG_SH_DSP=y | ||
191 | CONFIG_SH_STORE_QUEUES=y | 188 | CONFIG_SH_STORE_QUEUES=y |
192 | CONFIG_CPU_HAS_INTEVT=y | 189 | CONFIG_CPU_HAS_INTEVT=y |
193 | CONFIG_CPU_HAS_INTC2_IRQ=y | ||
194 | CONFIG_CPU_HAS_SR_RB=y | 190 | CONFIG_CPU_HAS_SR_RB=y |
191 | CONFIG_CPU_HAS_FPU=y | ||
195 | 192 | ||
196 | # | 193 | # |
197 | # Board support | 194 | # Board support |
198 | # | 195 | # |
196 | CONFIG_SH_X3PROTO=y | ||
199 | 197 | ||
200 | # | 198 | # |
201 | # Timer and clock configuration | 199 | # Timer and clock configuration |
@@ -204,13 +202,25 @@ CONFIG_SH_TMU=y | |||
204 | CONFIG_SH_TIMER_IRQ=16 | 202 | CONFIG_SH_TIMER_IRQ=16 |
205 | CONFIG_SH_PCLK_FREQ=50000000 | 203 | CONFIG_SH_PCLK_FREQ=50000000 |
206 | CONFIG_TICK_ONESHOT=y | 204 | CONFIG_TICK_ONESHOT=y |
207 | CONFIG_NO_HZ=y | 205 | # CONFIG_NO_HZ is not set |
208 | CONFIG_HIGH_RES_TIMERS=y | 206 | CONFIG_HIGH_RES_TIMERS=y |
209 | 207 | ||
210 | # | 208 | # |
211 | # CPU Frequency scaling | 209 | # CPU Frequency scaling |
212 | # | 210 | # |
213 | # CONFIG_CPU_FREQ is not set | 211 | CONFIG_CPU_FREQ=y |
212 | CONFIG_CPU_FREQ_TABLE=y | ||
213 | # CONFIG_CPU_FREQ_DEBUG is not set | ||
214 | CONFIG_CPU_FREQ_STAT=y | ||
215 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
216 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
217 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
218 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
219 | CONFIG_CPU_FREQ_GOV_POWERSAVE=m | ||
220 | CONFIG_CPU_FREQ_GOV_USERSPACE=m | ||
221 | CONFIG_CPU_FREQ_GOV_ONDEMAND=m | ||
222 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m | ||
223 | CONFIG_SH_CPU_FREQ=y | ||
214 | 224 | ||
215 | # | 225 | # |
216 | # DMA support | 226 | # DMA support |
@@ -237,6 +247,7 @@ CONFIG_HZ_250=y | |||
237 | CONFIG_HZ=250 | 247 | CONFIG_HZ=250 |
238 | CONFIG_KEXEC=y | 248 | CONFIG_KEXEC=y |
239 | # CONFIG_CRASH_DUMP is not set | 249 | # CONFIG_CRASH_DUMP is not set |
250 | # CONFIG_SMP is not set | ||
240 | # CONFIG_PREEMPT_NONE is not set | 251 | # CONFIG_PREEMPT_NONE is not set |
241 | # CONFIG_PREEMPT_VOLUNTARY is not set | 252 | # CONFIG_PREEMPT_VOLUNTARY is not set |
242 | CONFIG_PREEMPT=y | 253 | CONFIG_PREEMPT=y |
@@ -249,7 +260,7 @@ CONFIG_ZERO_PAGE_OFFSET=0x00001000 | |||
249 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 260 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
250 | # CONFIG_UBC_WAKEUP is not set | 261 | # CONFIG_UBC_WAKEUP is not set |
251 | CONFIG_CMDLINE_BOOL=y | 262 | CONFIG_CMDLINE_BOOL=y |
252 | CONFIG_CMDLINE="console=ttySC0,115200 ip=192.168.1.2:::255.255.255.0 root=/dev/nfs nfsroot=192.168.1.1:/exports/devel/rfs/mobiler noaliencache earlyprintk=bios ignore_loglevel" | 263 | CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=bios ignore_loglevel" |
253 | 264 | ||
254 | # | 265 | # |
255 | # Bus options | 266 | # Bus options |
@@ -265,12 +276,106 @@ CONFIG_CMDLINE="console=ttySC0,115200 ip=192.168.1.2:::255.255.255.0 root=/dev/n | |||
265 | # Executable file formats | 276 | # Executable file formats |
266 | # | 277 | # |
267 | CONFIG_BINFMT_ELF=y | 278 | CONFIG_BINFMT_ELF=y |
268 | # CONFIG_BINFMT_MISC is not set | 279 | CONFIG_BINFMT_MISC=y |
269 | 280 | ||
270 | # | 281 | # |
271 | # Networking | 282 | # Networking |
272 | # | 283 | # |
273 | # CONFIG_NET is not set | 284 | CONFIG_NET=y |
285 | |||
286 | # | ||
287 | # Networking options | ||
288 | # | ||
289 | # CONFIG_PACKET is not set | ||
290 | # CONFIG_UNIX is not set | ||
291 | CONFIG_XFRM=y | ||
292 | # CONFIG_XFRM_USER is not set | ||
293 | # CONFIG_XFRM_SUB_POLICY is not set | ||
294 | # CONFIG_XFRM_MIGRATE is not set | ||
295 | # CONFIG_NET_KEY is not set | ||
296 | CONFIG_INET=y | ||
297 | # CONFIG_IP_MULTICAST is not set | ||
298 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
299 | CONFIG_IP_FIB_HASH=y | ||
300 | CONFIG_IP_PNP=y | ||
301 | CONFIG_IP_PNP_DHCP=y | ||
302 | # CONFIG_IP_PNP_BOOTP is not set | ||
303 | # CONFIG_IP_PNP_RARP is not set | ||
304 | # CONFIG_NET_IPIP is not set | ||
305 | # CONFIG_NET_IPGRE is not set | ||
306 | # CONFIG_ARPD is not set | ||
307 | # CONFIG_SYN_COOKIES is not set | ||
308 | # CONFIG_INET_AH is not set | ||
309 | # CONFIG_INET_ESP is not set | ||
310 | # CONFIG_INET_IPCOMP is not set | ||
311 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
312 | CONFIG_INET_TUNNEL=m | ||
313 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
314 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
315 | CONFIG_INET_XFRM_MODE_BEET=y | ||
316 | CONFIG_INET_DIAG=y | ||
317 | CONFIG_INET_TCP_DIAG=y | ||
318 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
319 | CONFIG_TCP_CONG_CUBIC=y | ||
320 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
321 | # CONFIG_TCP_MD5SIG is not set | ||
322 | CONFIG_IPV6=m | ||
323 | # CONFIG_IPV6_PRIVACY is not set | ||
324 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
325 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
326 | # CONFIG_INET6_AH is not set | ||
327 | # CONFIG_INET6_ESP is not set | ||
328 | # CONFIG_INET6_IPCOMP is not set | ||
329 | # CONFIG_IPV6_MIP6 is not set | ||
330 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
331 | # CONFIG_INET6_TUNNEL is not set | ||
332 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
333 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
334 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
335 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
336 | CONFIG_IPV6_SIT=m | ||
337 | # CONFIG_IPV6_TUNNEL is not set | ||
338 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
339 | # CONFIG_NETWORK_SECMARK is not set | ||
340 | # CONFIG_NETFILTER is not set | ||
341 | # CONFIG_IP_DCCP is not set | ||
342 | # CONFIG_IP_SCTP is not set | ||
343 | # CONFIG_TIPC is not set | ||
344 | # CONFIG_ATM is not set | ||
345 | # CONFIG_BRIDGE is not set | ||
346 | # CONFIG_VLAN_8021Q is not set | ||
347 | # CONFIG_DECNET is not set | ||
348 | # CONFIG_LLC2 is not set | ||
349 | # CONFIG_IPX is not set | ||
350 | # CONFIG_ATALK is not set | ||
351 | # CONFIG_X25 is not set | ||
352 | # CONFIG_LAPB is not set | ||
353 | # CONFIG_ECONET is not set | ||
354 | # CONFIG_WAN_ROUTER is not set | ||
355 | |||
356 | # | ||
357 | # QoS and/or fair queueing | ||
358 | # | ||
359 | # CONFIG_NET_SCHED is not set | ||
360 | |||
361 | # | ||
362 | # Network testing | ||
363 | # | ||
364 | # CONFIG_NET_PKTGEN is not set | ||
365 | # CONFIG_HAMRADIO is not set | ||
366 | # CONFIG_IRDA is not set | ||
367 | # CONFIG_BT is not set | ||
368 | # CONFIG_AF_RXRPC is not set | ||
369 | |||
370 | # | ||
371 | # Wireless | ||
372 | # | ||
373 | # CONFIG_CFG80211 is not set | ||
374 | # CONFIG_WIRELESS_EXT is not set | ||
375 | # CONFIG_MAC80211 is not set | ||
376 | # CONFIG_IEEE80211 is not set | ||
377 | # CONFIG_RFKILL is not set | ||
378 | # CONFIG_NET_9P is not set | ||
274 | 379 | ||
275 | # | 380 | # |
276 | # Device Drivers | 381 | # Device Drivers |
@@ -285,37 +390,21 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
285 | # CONFIG_DEBUG_DRIVER is not set | 390 | # CONFIG_DEBUG_DRIVER is not set |
286 | # CONFIG_DEBUG_DEVRES is not set | 391 | # CONFIG_DEBUG_DEVRES is not set |
287 | # CONFIG_SYS_HYPERVISOR is not set | 392 | # CONFIG_SYS_HYPERVISOR is not set |
288 | 393 | # CONFIG_CONNECTOR is not set | |
289 | # | ||
290 | # Connector - unified userspace <-> kernelspace linker | ||
291 | # | ||
292 | # CONFIG_MTD is not set | 394 | # CONFIG_MTD is not set |
293 | |||
294 | # | ||
295 | # Parallel port support | ||
296 | # | ||
297 | # CONFIG_PARPORT is not set | 395 | # CONFIG_PARPORT is not set |
298 | 396 | CONFIG_BLK_DEV=y | |
299 | # | ||
300 | # Plug and Play support | ||
301 | # | ||
302 | # CONFIG_PNPACPI is not set | ||
303 | |||
304 | # | ||
305 | # Block devices | ||
306 | # | ||
307 | # CONFIG_BLK_DEV_COW_COMMON is not set | 397 | # CONFIG_BLK_DEV_COW_COMMON is not set |
308 | # CONFIG_BLK_DEV_LOOP is not set | 398 | # CONFIG_BLK_DEV_LOOP is not set |
399 | # CONFIG_BLK_DEV_NBD is not set | ||
309 | CONFIG_BLK_DEV_RAM=y | 400 | CONFIG_BLK_DEV_RAM=y |
310 | CONFIG_BLK_DEV_RAM_COUNT=16 | 401 | CONFIG_BLK_DEV_RAM_COUNT=16 |
311 | CONFIG_BLK_DEV_RAM_SIZE=4096 | 402 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
312 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 403 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
313 | # CONFIG_CDROM_PKTCDVD is not set | 404 | # CONFIG_CDROM_PKTCDVD is not set |
314 | 405 | # CONFIG_ATA_OVER_ETH is not set | |
315 | # | 406 | CONFIG_MISC_DEVICES=y |
316 | # Misc devices | 407 | # CONFIG_EEPROM_93CX6 is not set |
317 | # | ||
318 | # CONFIG_BLINK is not set | ||
319 | # CONFIG_IDE is not set | 408 | # CONFIG_IDE is not set |
320 | 409 | ||
321 | # | 410 | # |
@@ -323,6 +412,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
323 | # | 412 | # |
324 | # CONFIG_RAID_ATTRS is not set | 413 | # CONFIG_RAID_ATTRS is not set |
325 | CONFIG_SCSI=y | 414 | CONFIG_SCSI=y |
415 | CONFIG_SCSI_DMA=y | ||
326 | # CONFIG_SCSI_TGT is not set | 416 | # CONFIG_SCSI_TGT is not set |
327 | # CONFIG_SCSI_NETLINK is not set | 417 | # CONFIG_SCSI_NETLINK is not set |
328 | CONFIG_SCSI_PROC_FS=y | 418 | CONFIG_SCSI_PROC_FS=y |
@@ -351,73 +441,54 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
351 | # | 441 | # |
352 | # CONFIG_SCSI_SPI_ATTRS is not set | 442 | # CONFIG_SCSI_SPI_ATTRS is not set |
353 | # CONFIG_SCSI_FC_ATTRS is not set | 443 | # CONFIG_SCSI_FC_ATTRS is not set |
354 | # CONFIG_SCSI_SAS_ATTRS is not set | 444 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
355 | # CONFIG_SCSI_SAS_LIBSAS is not set | 445 | # CONFIG_SCSI_SAS_LIBSAS is not set |
356 | 446 | CONFIG_SCSI_LOWLEVEL=y | |
357 | # | 447 | # CONFIG_ISCSI_TCP is not set |
358 | # SCSI low-level drivers | ||
359 | # | ||
360 | # CONFIG_SCSI_DEBUG is not set | 448 | # CONFIG_SCSI_DEBUG is not set |
361 | CONFIG_ATA=y | 449 | CONFIG_ATA=y |
362 | # CONFIG_ATA_NONSTANDARD is not set | 450 | # CONFIG_ATA_NONSTANDARD is not set |
363 | CONFIG_PATA_PLATFORM=y | 451 | CONFIG_PATA_PLATFORM=y |
364 | |||
365 | # | ||
366 | # Multi-device support (RAID and LVM) | ||
367 | # | ||
368 | # CONFIG_MD is not set | 452 | # CONFIG_MD is not set |
369 | 453 | CONFIG_NETDEVICES=y | |
370 | # | 454 | # CONFIG_NETDEVICES_MULTIQUEUE is not set |
371 | # ISDN subsystem | 455 | # CONFIG_DUMMY is not set |
372 | # | 456 | # CONFIG_BONDING is not set |
373 | 457 | # CONFIG_MACVLAN is not set | |
374 | # | 458 | # CONFIG_EQUALIZER is not set |
375 | # Telephony Support | 459 | # CONFIG_TUN is not set |
376 | # | 460 | # CONFIG_PHYLIB is not set |
461 | CONFIG_NET_ETHERNET=y | ||
462 | CONFIG_MII=y | ||
463 | # CONFIG_STNIC is not set | ||
464 | CONFIG_SMC91X=y | ||
465 | # CONFIG_NETDEV_1000 is not set | ||
466 | # CONFIG_NETDEV_10000 is not set | ||
467 | |||
468 | # | ||
469 | # Wireless LAN | ||
470 | # | ||
471 | # CONFIG_WLAN_PRE80211 is not set | ||
472 | # CONFIG_WLAN_80211 is not set | ||
473 | # CONFIG_WAN is not set | ||
474 | # CONFIG_PPP is not set | ||
475 | # CONFIG_SLIP is not set | ||
476 | # CONFIG_SHAPER is not set | ||
477 | # CONFIG_NETCONSOLE is not set | ||
478 | # CONFIG_NETPOLL is not set | ||
479 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
480 | # CONFIG_ISDN is not set | ||
377 | # CONFIG_PHONE is not set | 481 | # CONFIG_PHONE is not set |
378 | 482 | ||
379 | # | 483 | # |
380 | # Input device support | 484 | # Input device support |
381 | # | 485 | # |
382 | CONFIG_INPUT=y | 486 | # CONFIG_INPUT is not set |
383 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
384 | |||
385 | # | ||
386 | # Userland interfaces | ||
387 | # | ||
388 | CONFIG_INPUT_MOUSEDEV=y | ||
389 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
390 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
391 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
392 | # CONFIG_INPUT_JOYDEV is not set | ||
393 | # CONFIG_INPUT_TSDEV is not set | ||
394 | # CONFIG_INPUT_EVDEV is not set | ||
395 | # CONFIG_INPUT_EVBUG is not set | ||
396 | |||
397 | # | ||
398 | # Input Device Drivers | ||
399 | # | ||
400 | CONFIG_INPUT_KEYBOARD=y | ||
401 | CONFIG_KEYBOARD_ATKBD=y | ||
402 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
403 | # CONFIG_KEYBOARD_LKKBD is not set | ||
404 | # CONFIG_KEYBOARD_XTKBD is not set | ||
405 | # CONFIG_KEYBOARD_NEWTON is not set | ||
406 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
407 | # CONFIG_INPUT_MOUSE is not set | ||
408 | # CONFIG_INPUT_JOYSTICK is not set | ||
409 | # CONFIG_INPUT_TABLET is not set | ||
410 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
411 | # CONFIG_INPUT_MISC is not set | ||
412 | 487 | ||
413 | # | 488 | # |
414 | # Hardware I/O ports | 489 | # Hardware I/O ports |
415 | # | 490 | # |
416 | CONFIG_SERIO=y | 491 | # CONFIG_SERIO is not set |
417 | # CONFIG_SERIO_I8042 is not set | ||
418 | # CONFIG_SERIO_SERPORT is not set | ||
419 | CONFIG_SERIO_LIBPS2=y | ||
420 | # CONFIG_SERIO_RAW is not set | ||
421 | # CONFIG_GAMEPORT is not set | 492 | # CONFIG_GAMEPORT is not set |
422 | 493 | ||
423 | # | 494 | # |
@@ -442,19 +513,18 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
442 | CONFIG_UNIX98_PTYS=y | 513 | CONFIG_UNIX98_PTYS=y |
443 | CONFIG_LEGACY_PTYS=y | 514 | CONFIG_LEGACY_PTYS=y |
444 | CONFIG_LEGACY_PTY_COUNT=256 | 515 | CONFIG_LEGACY_PTY_COUNT=256 |
516 | # CONFIG_IPMI_HANDLER is not set | ||
517 | CONFIG_WATCHDOG=y | ||
518 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
445 | 519 | ||
446 | # | 520 | # |
447 | # IPMI | 521 | # Watchdog Device Drivers |
448 | # | 522 | # |
449 | # CONFIG_IPMI_HANDLER is not set | 523 | # CONFIG_SOFT_WATCHDOG is not set |
450 | # CONFIG_WATCHDOG is not set | 524 | # CONFIG_SH_WDT is not set |
451 | CONFIG_HW_RANDOM=y | 525 | # CONFIG_HW_RANDOM is not set |
452 | # CONFIG_R3964 is not set | 526 | # CONFIG_R3964 is not set |
453 | # CONFIG_RAW_DRIVER is not set | 527 | # CONFIG_RAW_DRIVER is not set |
454 | |||
455 | # | ||
456 | # TPM devices | ||
457 | # | ||
458 | # CONFIG_TCG_TPM is not set | 528 | # CONFIG_TCG_TPM is not set |
459 | # CONFIG_I2C is not set | 529 | # CONFIG_I2C is not set |
460 | 530 | ||
@@ -463,11 +533,8 @@ CONFIG_HW_RANDOM=y | |||
463 | # | 533 | # |
464 | # CONFIG_SPI is not set | 534 | # CONFIG_SPI is not set |
465 | # CONFIG_SPI_MASTER is not set | 535 | # CONFIG_SPI_MASTER is not set |
466 | |||
467 | # | ||
468 | # Dallas's 1-wire bus | ||
469 | # | ||
470 | # CONFIG_W1 is not set | 536 | # CONFIG_W1 is not set |
537 | # CONFIG_POWER_SUPPLY is not set | ||
471 | # CONFIG_HWMON is not set | 538 | # CONFIG_HWMON is not set |
472 | 539 | ||
473 | # | 540 | # |
@@ -479,6 +546,7 @@ CONFIG_HW_RANDOM=y | |||
479 | # Multimedia devices | 546 | # Multimedia devices |
480 | # | 547 | # |
481 | # CONFIG_VIDEO_DEV is not set | 548 | # CONFIG_VIDEO_DEV is not set |
549 | # CONFIG_DVB_CORE is not set | ||
482 | # CONFIG_DAB is not set | 550 | # CONFIG_DAB is not set |
483 | 551 | ||
484 | # | 552 | # |
@@ -491,24 +559,18 @@ CONFIG_HW_RANDOM=y | |||
491 | # | 559 | # |
492 | # CONFIG_DISPLAY_SUPPORT is not set | 560 | # CONFIG_DISPLAY_SUPPORT is not set |
493 | # CONFIG_VGASTATE is not set | 561 | # CONFIG_VGASTATE is not set |
562 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
494 | # CONFIG_FB is not set | 563 | # CONFIG_FB is not set |
495 | 564 | ||
496 | # | 565 | # |
497 | # Sound | 566 | # Sound |
498 | # | 567 | # |
499 | # CONFIG_SOUND is not set | 568 | # CONFIG_SOUND is not set |
500 | 569 | CONFIG_USB_SUPPORT=y | |
501 | # | 570 | CONFIG_USB_ARCH_HAS_HCD=y |
502 | # HID Devices | ||
503 | # | ||
504 | # CONFIG_HID is not set | ||
505 | |||
506 | # | ||
507 | # USB support | ||
508 | # | ||
509 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
510 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 571 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
511 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 572 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
573 | # CONFIG_USB is not set | ||
512 | 574 | ||
513 | # | 575 | # |
514 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | 576 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
@@ -517,68 +579,32 @@ CONFIG_HW_RANDOM=y | |||
517 | # | 579 | # |
518 | # USB Gadget Support | 580 | # USB Gadget Support |
519 | # | 581 | # |
520 | # CONFIG_USB_GADGET is not set | 582 | CONFIG_USB_GADGET=y |
583 | # CONFIG_USB_GADGET_DEBUG is not set | ||
584 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | ||
585 | CONFIG_USB_GADGET_SELECTED=y | ||
586 | # CONFIG_USB_GADGET_AMD5536UDC is not set | ||
587 | # CONFIG_USB_GADGET_FSL_USB2 is not set | ||
588 | # CONFIG_USB_GADGET_NET2280 is not set | ||
589 | # CONFIG_USB_GADGET_PXA2XX is not set | ||
590 | CONFIG_USB_GADGET_M66592=y | ||
591 | CONFIG_USB_M66592=y | ||
592 | # CONFIG_USB_GADGET_GOKU is not set | ||
593 | # CONFIG_USB_GADGET_LH7A40X is not set | ||
594 | # CONFIG_USB_GADGET_OMAP is not set | ||
595 | # CONFIG_USB_GADGET_S3C2410 is not set | ||
596 | # CONFIG_USB_GADGET_AT91 is not set | ||
597 | # CONFIG_USB_GADGET_DUMMY_HCD is not set | ||
598 | CONFIG_USB_GADGET_DUALSPEED=y | ||
599 | # CONFIG_USB_ZERO is not set | ||
600 | # CONFIG_USB_ETH is not set | ||
601 | # CONFIG_USB_GADGETFS is not set | ||
602 | # CONFIG_USB_FILE_STORAGE is not set | ||
603 | # CONFIG_USB_G_SERIAL is not set | ||
604 | # CONFIG_USB_MIDI_GADGET is not set | ||
521 | # CONFIG_MMC is not set | 605 | # CONFIG_MMC is not set |
522 | |||
523 | # | ||
524 | # LED devices | ||
525 | # | ||
526 | # CONFIG_NEW_LEDS is not set | 606 | # CONFIG_NEW_LEDS is not set |
527 | 607 | # CONFIG_RTC_CLASS is not set | |
528 | # | ||
529 | # LED drivers | ||
530 | # | ||
531 | |||
532 | # | ||
533 | # LED Triggers | ||
534 | # | ||
535 | |||
536 | # | ||
537 | # InfiniBand support | ||
538 | # | ||
539 | |||
540 | # | ||
541 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
542 | # | ||
543 | |||
544 | # | ||
545 | # Real Time Clock | ||
546 | # | ||
547 | CONFIG_RTC_LIB=y | ||
548 | CONFIG_RTC_CLASS=y | ||
549 | CONFIG_RTC_HCTOSYS=y | ||
550 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
551 | # CONFIG_RTC_DEBUG is not set | ||
552 | |||
553 | # | ||
554 | # RTC interfaces | ||
555 | # | ||
556 | CONFIG_RTC_INTF_SYSFS=y | ||
557 | CONFIG_RTC_INTF_PROC=y | ||
558 | CONFIG_RTC_INTF_DEV=y | ||
559 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
560 | # CONFIG_RTC_DRV_TEST is not set | ||
561 | |||
562 | # | ||
563 | # I2C RTC drivers | ||
564 | # | ||
565 | |||
566 | # | ||
567 | # SPI RTC drivers | ||
568 | # | ||
569 | |||
570 | # | ||
571 | # Platform RTC drivers | ||
572 | # | ||
573 | # CONFIG_RTC_DRV_DS1553 is not set | ||
574 | # CONFIG_RTC_DRV_DS1742 is not set | ||
575 | # CONFIG_RTC_DRV_M48T86 is not set | ||
576 | # CONFIG_RTC_DRV_V3020 is not set | ||
577 | |||
578 | # | ||
579 | # on-CPU RTC drivers | ||
580 | # | ||
581 | CONFIG_RTC_DRV_SH=y | ||
582 | 608 | ||
583 | # | 609 | # |
584 | # DMA Engine support | 610 | # DMA Engine support |
@@ -594,6 +620,11 @@ CONFIG_RTC_DRV_SH=y | |||
594 | # | 620 | # |
595 | 621 | ||
596 | # | 622 | # |
623 | # Userspace I/O | ||
624 | # | ||
625 | CONFIG_UIO=m | ||
626 | |||
627 | # | ||
597 | # File systems | 628 | # File systems |
598 | # | 629 | # |
599 | CONFIG_EXT2_FS=y | 630 | CONFIG_EXT2_FS=y |
@@ -612,6 +643,7 @@ CONFIG_FS_MBCACHE=y | |||
612 | # CONFIG_FS_POSIX_ACL is not set | 643 | # CONFIG_FS_POSIX_ACL is not set |
613 | # CONFIG_XFS_FS is not set | 644 | # CONFIG_XFS_FS is not set |
614 | # CONFIG_GFS2_FS is not set | 645 | # CONFIG_GFS2_FS is not set |
646 | # CONFIG_OCFS2_FS is not set | ||
615 | # CONFIG_MINIX_FS is not set | 647 | # CONFIG_MINIX_FS is not set |
616 | # CONFIG_ROMFS_FS is not set | 648 | # CONFIG_ROMFS_FS is not set |
617 | CONFIG_INOTIFY=y | 649 | CONFIG_INOTIFY=y |
@@ -667,6 +699,17 @@ CONFIG_RAMFS=y | |||
667 | # CONFIG_UFS_FS is not set | 699 | # CONFIG_UFS_FS is not set |
668 | 700 | ||
669 | # | 701 | # |
702 | # Network File Systems | ||
703 | # | ||
704 | # CONFIG_NFS_FS is not set | ||
705 | # CONFIG_NFSD is not set | ||
706 | # CONFIG_SMB_FS is not set | ||
707 | # CONFIG_CIFS is not set | ||
708 | # CONFIG_NCP_FS is not set | ||
709 | # CONFIG_CODA_FS is not set | ||
710 | # CONFIG_AFS_FS is not set | ||
711 | |||
712 | # | ||
670 | # Partition Types | 713 | # Partition Types |
671 | # | 714 | # |
672 | # CONFIG_PARTITION_ADVANCED is not set | 715 | # CONFIG_PARTITION_ADVANCED is not set |
@@ -678,6 +721,11 @@ CONFIG_MSDOS_PARTITION=y | |||
678 | # CONFIG_NLS is not set | 721 | # CONFIG_NLS is not set |
679 | 722 | ||
680 | # | 723 | # |
724 | # Distributed Lock Manager | ||
725 | # | ||
726 | # CONFIG_DLM is not set | ||
727 | |||
728 | # | ||
681 | # Profiling support | 729 | # Profiling support |
682 | # | 730 | # |
683 | CONFIG_PROFILING=y | 731 | CONFIG_PROFILING=y |
@@ -687,31 +735,28 @@ CONFIG_PROFILING=y | |||
687 | # Kernel hacking | 735 | # Kernel hacking |
688 | # | 736 | # |
689 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 737 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
690 | CONFIG_PRINTK_TIME=y | 738 | # CONFIG_PRINTK_TIME is not set |
691 | # CONFIG_ENABLE_MUST_CHECK is not set | 739 | # CONFIG_ENABLE_MUST_CHECK is not set |
692 | CONFIG_MAGIC_SYSRQ=y | 740 | CONFIG_MAGIC_SYSRQ=y |
693 | # CONFIG_UNUSED_SYMBOLS is not set | 741 | # CONFIG_UNUSED_SYMBOLS is not set |
694 | CONFIG_DEBUG_FS=y | 742 | CONFIG_DEBUG_FS=y |
695 | # CONFIG_HEADERS_CHECK is not set | 743 | # CONFIG_HEADERS_CHECK is not set |
696 | CONFIG_DEBUG_KERNEL=y | 744 | CONFIG_DEBUG_KERNEL=y |
697 | # CONFIG_DEBUG_SHIRQ is not set | 745 | CONFIG_DEBUG_SHIRQ=y |
698 | CONFIG_DETECT_SOFTLOCKUP=y | 746 | CONFIG_DETECT_SOFTLOCKUP=y |
747 | CONFIG_SCHED_DEBUG=y | ||
699 | # CONFIG_SCHEDSTATS is not set | 748 | # CONFIG_SCHEDSTATS is not set |
700 | # CONFIG_TIMER_STATS is not set | 749 | # CONFIG_TIMER_STATS is not set |
701 | CONFIG_DEBUG_SLAB=y | ||
702 | CONFIG_DEBUG_SLAB_LEAK=y | ||
703 | CONFIG_DEBUG_PREEMPT=y | 750 | CONFIG_DEBUG_PREEMPT=y |
704 | # CONFIG_DEBUG_RT_MUTEXES is not set | 751 | # CONFIG_DEBUG_RT_MUTEXES is not set |
705 | # CONFIG_RT_MUTEX_TESTER is not set | 752 | # CONFIG_RT_MUTEX_TESTER is not set |
706 | CONFIG_DEBUG_SPINLOCK=y | 753 | # CONFIG_DEBUG_SPINLOCK is not set |
707 | CONFIG_DEBUG_MUTEXES=y | 754 | # CONFIG_DEBUG_MUTEXES is not set |
708 | CONFIG_DEBUG_LOCK_ALLOC=y | 755 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
709 | # CONFIG_PROVE_LOCKING is not set | 756 | # CONFIG_PROVE_LOCKING is not set |
710 | CONFIG_LOCKDEP=y | 757 | # CONFIG_LOCK_STAT is not set |
711 | CONFIG_DEBUG_LOCKDEP=y | ||
712 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 758 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
713 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 759 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
714 | CONFIG_STACKTRACE=y | ||
715 | # CONFIG_DEBUG_KOBJECT is not set | 760 | # CONFIG_DEBUG_KOBJECT is not set |
716 | CONFIG_DEBUG_BUGVERBOSE=y | 761 | CONFIG_DEBUG_BUGVERBOSE=y |
717 | # CONFIG_DEBUG_INFO is not set | 762 | # CONFIG_DEBUG_INFO is not set |
@@ -735,10 +780,6 @@ CONFIG_DEBUG_STACK_USAGE=y | |||
735 | # | 780 | # |
736 | # CONFIG_KEYS is not set | 781 | # CONFIG_KEYS is not set |
737 | # CONFIG_SECURITY is not set | 782 | # CONFIG_SECURITY is not set |
738 | |||
739 | # | ||
740 | # Cryptographic options | ||
741 | # | ||
742 | # CONFIG_CRYPTO is not set | 783 | # CONFIG_CRYPTO is not set |
743 | 784 | ||
744 | # | 785 | # |
@@ -749,6 +790,7 @@ CONFIG_BITREVERSE=y | |||
749 | # CONFIG_CRC16 is not set | 790 | # CONFIG_CRC16 is not set |
750 | # CONFIG_CRC_ITU_T is not set | 791 | # CONFIG_CRC_ITU_T is not set |
751 | CONFIG_CRC32=y | 792 | CONFIG_CRC32=y |
793 | # CONFIG_CRC7 is not set | ||
752 | # CONFIG_LIBCRC32C is not set | 794 | # CONFIG_LIBCRC32C is not set |
753 | CONFIG_PLIST=y | 795 | CONFIG_PLIST=y |
754 | CONFIG_HAS_IOMEM=y | 796 | CONFIG_HAS_IOMEM=y |