Commit 08d2e099fb19ec2edef548a2988c824c8ec0b071
Committed by
Paul Mundt
1 parent
f725b5ee1e
Exists in
master
and in
7 other branches
sh: Solution Engine 7750's defconfig update.
Update se7750_defconfig. Signed-off-by: Nobuhiro Iwamatsu <hemamu@t-base.ne.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Showing 1 changed file with 120 additions and 20 deletions Side-by-side Diff
arch/sh/configs/se7750_defconfig
1 | 1 | # |
2 | 2 | # Automatically generated make config: don't edit |
3 | -# Linux kernel version: 2.6.18 | |
4 | -# Tue Oct 3 11:49:01 2006 | |
3 | +# Linux kernel version: 2.6.20-rc2 | |
4 | +# Thu Dec 28 23:15:49 2006 | |
5 | 5 | # |
6 | 6 | CONFIG_SUPERH=y |
7 | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
... | ... | @@ -10,6 +10,11 @@ |
10 | 10 | CONFIG_GENERIC_HARDIRQS=y |
11 | 11 | CONFIG_GENERIC_IRQ_PROBE=y |
12 | 12 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
13 | +# CONFIG_GENERIC_TIME is not set | |
14 | +CONFIG_STACKTRACE_SUPPORT=y | |
15 | +CONFIG_LOCKDEP_SUPPORT=y | |
16 | +# CONFIG_ARCH_HAS_ILOG2_U32 is not set | |
17 | +# CONFIG_ARCH_HAS_ILOG2_U64 is not set | |
13 | 18 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
14 | 19 | |
15 | 20 | # |
... | ... | @@ -35,6 +40,7 @@ |
35 | 40 | # CONFIG_AUDIT is not set |
36 | 41 | CONFIG_IKCONFIG=y |
37 | 42 | CONFIG_IKCONFIG_PROC=y |
43 | +CONFIG_SYSFS_DEPRECATED=y | |
38 | 44 | # CONFIG_RELAY is not set |
39 | 45 | CONFIG_INITRAMFS_SOURCE="" |
40 | 46 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
... | ... | @@ -116,6 +122,8 @@ |
116 | 122 | # CONFIG_SH_LANDISK is not set |
117 | 123 | # CONFIG_SH_TITAN is not set |
118 | 124 | # CONFIG_SH_SHMIN is not set |
125 | +# CONFIG_SH_7206_SOLUTION_ENGINE is not set | |
126 | +# CONFIG_SH_7619_SOLUTION_ENGINE is not set | |
119 | 127 | # CONFIG_SH_UNKNOWN is not set |
120 | 128 | |
121 | 129 | # |
122 | 130 | |
... | ... | @@ -127,8 +135,14 @@ |
127 | 135 | # SH-2 Processor Support |
128 | 136 | # |
129 | 137 | # CONFIG_CPU_SUBTYPE_SH7604 is not set |
138 | +# CONFIG_CPU_SUBTYPE_SH7619 is not set | |
130 | 139 | |
131 | 140 | # |
141 | +# SH-2A Processor Support | |
142 | +# | |
143 | +# CONFIG_CPU_SUBTYPE_SH7206 is not set | |
144 | + | |
145 | +# | |
132 | 146 | # SH-3 Processor Support |
133 | 147 | # |
134 | 148 | # CONFIG_CPU_SUBTYPE_SH7300 is not set |
135 | 149 | |
... | ... | @@ -162,12 +176,14 @@ |
162 | 176 | # |
163 | 177 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
164 | 178 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
179 | +# CONFIG_CPU_SUBTYPE_SH7785 is not set | |
165 | 180 | |
166 | 181 | # |
167 | 182 | # SH4AL-DSP Processor Support |
168 | 183 | # |
169 | 184 | # CONFIG_CPU_SUBTYPE_SH73180 is not set |
170 | 185 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
186 | +# CONFIG_CPU_SUBTYPE_SH7722 is not set | |
171 | 187 | |
172 | 188 | # |
173 | 189 | # Memory management options |
... | ... | @@ -177,6 +193,9 @@ |
177 | 193 | CONFIG_MEMORY_START=0x0c000000 |
178 | 194 | CONFIG_MEMORY_SIZE=0x02000000 |
179 | 195 | CONFIG_VSYSCALL=y |
196 | +CONFIG_PAGE_SIZE_4KB=y | |
197 | +# CONFIG_PAGE_SIZE_8KB is not set | |
198 | +# CONFIG_PAGE_SIZE_64KB is not set | |
180 | 199 | CONFIG_SELECT_MEMORY_MODEL=y |
181 | 200 | CONFIG_FLATMEM_MANUAL=y |
182 | 201 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
183 | 202 | |
184 | 203 | |
185 | 204 | |
... | ... | @@ -202,17 +221,22 @@ |
202 | 221 | # Processor features |
203 | 222 | # |
204 | 223 | CONFIG_CPU_LITTLE_ENDIAN=y |
224 | +# CONFIG_CPU_BIG_ENDIAN is not set | |
205 | 225 | CONFIG_SH_FPU=y |
206 | 226 | # CONFIG_SH_DSP is not set |
207 | 227 | # CONFIG_SH_STORE_QUEUES is not set |
208 | 228 | CONFIG_CPU_HAS_INTEVT=y |
229 | +CONFIG_CPU_HAS_IPR_IRQ=y | |
209 | 230 | CONFIG_CPU_HAS_SR_RB=y |
231 | +CONFIG_CPU_HAS_PTEA=y | |
210 | 232 | |
211 | 233 | # |
212 | 234 | # Timer support |
213 | 235 | # |
214 | 236 | CONFIG_SH_TMU=y |
215 | -CONFIG_SH_PCLK_FREQ=50000000 | |
237 | +CONFIG_SH_TIMER_IRQ=16 | |
238 | +# CONFIG_NO_IDLE_HZ is not set | |
239 | +CONFIG_SH_PCLK_FREQ=33333333 | |
216 | 240 | |
217 | 241 | # |
218 | 242 | # CPU Frequency scaling |
219 | 243 | |
... | ... | @@ -231,10 +255,16 @@ |
231 | 255 | CONFIG_HEARTBEAT=y |
232 | 256 | |
233 | 257 | # |
258 | +# Additional SuperH Device Drivers | |
259 | +# | |
260 | +# CONFIG_PUSH_SWITCH is not set | |
261 | + | |
262 | +# | |
234 | 263 | # Kernel features |
235 | 264 | # |
236 | 265 | # CONFIG_HZ_100 is not set |
237 | 266 | CONFIG_HZ_250=y |
267 | +# CONFIG_HZ_300 is not set | |
238 | 268 | # CONFIG_HZ_1000 is not set |
239 | 269 | CONFIG_HZ=250 |
240 | 270 | # CONFIG_KEXEC is not set |
... | ... | @@ -249,8 +279,7 @@ |
249 | 279 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
250 | 280 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
251 | 281 | # CONFIG_UBC_WAKEUP is not set |
252 | -CONFIG_CMDLINE_BOOL=y | |
253 | -CONFIG_CMDLINE="console=ttySC1,38400 root=/dev/nfs ip=bootp" | |
282 | +# CONFIG_CMDLINE_BOOL is not set | |
254 | 283 | |
255 | 284 | # |
256 | 285 | # Bus options |
257 | 286 | |
... | ... | @@ -313,11 +342,13 @@ |
313 | 342 | # CONFIG_INET_TUNNEL is not set |
314 | 343 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
315 | 344 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
345 | +CONFIG_INET_XFRM_MODE_BEET=y | |
316 | 346 | CONFIG_INET_DIAG=y |
317 | 347 | CONFIG_INET_TCP_DIAG=y |
318 | 348 | # CONFIG_TCP_CONG_ADVANCED is not set |
319 | 349 | CONFIG_TCP_CONG_CUBIC=y |
320 | 350 | CONFIG_DEFAULT_TCP_CONG="cubic" |
351 | +# CONFIG_TCP_MD5SIG is not set | |
321 | 352 | # CONFIG_IPV6 is not set |
322 | 353 | # CONFIG_INET6_XFRM_TUNNEL is not set |
323 | 354 | # CONFIG_INET6_TUNNEL is not set |
324 | 355 | |
325 | 356 | |
326 | 357 | |
327 | 358 | |
328 | 359 | |
... | ... | @@ -480,18 +511,81 @@ |
480 | 511 | # CONFIG_ATA_OVER_ETH is not set |
481 | 512 | |
482 | 513 | # |
514 | +# Misc devices | |
515 | +# | |
516 | +# CONFIG_TIFM_CORE is not set | |
517 | + | |
518 | +# | |
483 | 519 | # ATA/ATAPI/MFM/RLL support |
484 | 520 | # |
485 | -# CONFIG_IDE is not set | |
521 | +CONFIG_IDE=y | |
522 | +CONFIG_IDE_MAX_HWIFS=4 | |
523 | +CONFIG_BLK_DEV_IDE=y | |
486 | 524 | |
487 | 525 | # |
526 | +# Please see Documentation/ide.txt for help/info on IDE drives | |
527 | +# | |
528 | +# CONFIG_BLK_DEV_IDE_SATA is not set | |
529 | +CONFIG_BLK_DEV_IDEDISK=y | |
530 | +# CONFIG_IDEDISK_MULTI_MODE is not set | |
531 | +# CONFIG_BLK_DEV_IDECD is not set | |
532 | +# CONFIG_BLK_DEV_IDETAPE is not set | |
533 | +# CONFIG_BLK_DEV_IDEFLOPPY is not set | |
534 | +# CONFIG_BLK_DEV_IDESCSI is not set | |
535 | +# CONFIG_IDE_TASK_IOCTL is not set | |
536 | + | |
537 | +# | |
538 | +# IDE chipset support/bugfixes | |
539 | +# | |
540 | +# CONFIG_IDE_GENERIC is not set | |
541 | +# CONFIG_IDE_ARM is not set | |
542 | +# CONFIG_BLK_DEV_IDEDMA is not set | |
543 | +# CONFIG_IDEDMA_AUTO is not set | |
544 | +# CONFIG_BLK_DEV_HD is not set | |
545 | + | |
546 | +# | |
488 | 547 | # SCSI device support |
489 | 548 | # |
490 | 549 | # CONFIG_RAID_ATTRS is not set |
491 | -# CONFIG_SCSI is not set | |
550 | +CONFIG_SCSI=y | |
551 | +# CONFIG_SCSI_TGT is not set | |
492 | 552 | # CONFIG_SCSI_NETLINK is not set |
553 | +CONFIG_SCSI_PROC_FS=y | |
493 | 554 | |
494 | 555 | # |
556 | +# SCSI support type (disk, tape, CD-ROM) | |
557 | +# | |
558 | +# CONFIG_BLK_DEV_SD is not set | |
559 | +# CONFIG_CHR_DEV_ST is not set | |
560 | +# CONFIG_CHR_DEV_OSST is not set | |
561 | +# CONFIG_BLK_DEV_SR is not set | |
562 | +# CONFIG_CHR_DEV_SG is not set | |
563 | +# CONFIG_CHR_DEV_SCH is not set | |
564 | + | |
565 | +# | |
566 | +# Some SCSI devices (e.g. CD jukebox) support multiple LUNs | |
567 | +# | |
568 | +# CONFIG_SCSI_MULTI_LUN is not set | |
569 | +# CONFIG_SCSI_CONSTANTS is not set | |
570 | +# CONFIG_SCSI_LOGGING is not set | |
571 | +# CONFIG_SCSI_SCAN_ASYNC is not set | |
572 | + | |
573 | +# | |
574 | +# SCSI Transports | |
575 | +# | |
576 | +# CONFIG_SCSI_SPI_ATTRS is not set | |
577 | +# CONFIG_SCSI_FC_ATTRS is not set | |
578 | +# CONFIG_SCSI_ISCSI_ATTRS is not set | |
579 | +# CONFIG_SCSI_SAS_ATTRS is not set | |
580 | +# CONFIG_SCSI_SAS_LIBSAS is not set | |
581 | + | |
582 | +# | |
583 | +# SCSI low-level drivers | |
584 | +# | |
585 | +# CONFIG_ISCSI_TCP is not set | |
586 | +# CONFIG_SCSI_DEBUG is not set | |
587 | + | |
588 | +# | |
495 | 589 | # Serial ATA (prod) and Parallel ATA (experimental) drivers |
496 | 590 | # |
497 | 591 | # CONFIG_ATA is not set |
498 | 592 | |
... | ... | @@ -633,17 +727,12 @@ |
633 | 727 | # CONFIG_GEN_RTC is not set |
634 | 728 | # CONFIG_DTLK is not set |
635 | 729 | # CONFIG_R3964 is not set |
636 | - | |
637 | -# | |
638 | -# Ftape, the floppy tape device driver | |
639 | -# | |
640 | 730 | # CONFIG_RAW_DRIVER is not set |
641 | 731 | |
642 | 732 | # |
643 | 733 | # TPM devices |
644 | 734 | # |
645 | 735 | # CONFIG_TCG_TPM is not set |
646 | -# CONFIG_TELCLOCK is not set | |
647 | 736 | |
648 | 737 | # |
649 | 738 | # I2C support |
... | ... | @@ -659,6 +748,7 @@ |
659 | 748 | # |
660 | 749 | # Dallas's 1-wire bus |
661 | 750 | # |
751 | +# CONFIG_W1 is not set | |
662 | 752 | |
663 | 753 | # |
664 | 754 | # Hardware Monitoring support |
665 | 755 | |
666 | 756 | |
... | ... | @@ -667,18 +757,14 @@ |
667 | 757 | # CONFIG_HWMON_VID is not set |
668 | 758 | # CONFIG_SENSORS_ABITUGURU is not set |
669 | 759 | # CONFIG_SENSORS_F71805F is not set |
760 | +# CONFIG_SENSORS_PC87427 is not set | |
670 | 761 | # CONFIG_SENSORS_VT1211 is not set |
671 | 762 | # CONFIG_HWMON_DEBUG_CHIP is not set |
672 | 763 | |
673 | 764 | # |
674 | -# Misc devices | |
675 | -# | |
676 | - | |
677 | -# | |
678 | 765 | # Multimedia devices |
679 | 766 | # |
680 | 767 | # CONFIG_VIDEO_DEV is not set |
681 | -CONFIG_VIDEO_V4L2=y | |
682 | 768 | |
683 | 769 | # |
684 | 770 | # Digital Video Broadcasting Devices |
685 | 771 | |
686 | 772 | |
... | ... | @@ -758,14 +844,20 @@ |
758 | 844 | # |
759 | 845 | |
760 | 846 | # |
847 | +# Virtualization | |
848 | +# | |
849 | + | |
850 | +# | |
761 | 851 | # File systems |
762 | 852 | # |
763 | 853 | # CONFIG_EXT2_FS is not set |
764 | 854 | # CONFIG_EXT3_FS is not set |
855 | +# CONFIG_EXT4DEV_FS is not set | |
765 | 856 | # CONFIG_REISERFS_FS is not set |
766 | 857 | # CONFIG_JFS_FS is not set |
767 | 858 | # CONFIG_FS_POSIX_ACL is not set |
768 | 859 | # CONFIG_XFS_FS is not set |
860 | +# CONFIG_GFS2_FS is not set | |
769 | 861 | # CONFIG_OCFS2_FS is not set |
770 | 862 | # CONFIG_MINIX_FS is not set |
771 | 863 | # CONFIG_ROMFS_FS is not set |
... | ... | @@ -814,7 +906,6 @@ |
814 | 906 | # CONFIG_BEFS_FS is not set |
815 | 907 | # CONFIG_BFS_FS is not set |
816 | 908 | # CONFIG_EFS_FS is not set |
817 | -# CONFIG_JFFS_FS is not set | |
818 | 909 | CONFIG_JFFS2_FS=y |
819 | 910 | CONFIG_JFFS2_FS_DEBUG=0 |
820 | 911 | CONFIG_JFFS2_FS_WRITEBUFFER=y |
... | ... | @@ -875,6 +966,11 @@ |
875 | 966 | # CONFIG_NLS is not set |
876 | 967 | |
877 | 968 | # |
969 | +# Distributed Lock Manager | |
970 | +# | |
971 | +# CONFIG_DLM is not set | |
972 | + | |
973 | +# | |
878 | 974 | # Profiling support |
879 | 975 | # |
880 | 976 | # CONFIG_PROFILING is not set |
881 | 977 | |
882 | 978 | |
883 | 979 | |
... | ... | @@ -882,14 +978,16 @@ |
882 | 978 | # |
883 | 979 | # Kernel hacking |
884 | 980 | # |
981 | +CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |
885 | 982 | # CONFIG_PRINTK_TIME is not set |
886 | -CONFIG_ENABLE_MUST_CHECK=y | |
983 | +# CONFIG_ENABLE_MUST_CHECK is not set | |
887 | 984 | # CONFIG_MAGIC_SYSRQ is not set |
888 | 985 | # CONFIG_UNUSED_SYMBOLS is not set |
986 | +# CONFIG_DEBUG_FS is not set | |
987 | +# CONFIG_HEADERS_CHECK is not set | |
889 | 988 | # CONFIG_DEBUG_KERNEL is not set |
890 | 989 | CONFIG_LOG_BUF_SHIFT=14 |
891 | 990 | # CONFIG_DEBUG_BUGVERBOSE is not set |
892 | -# CONFIG_DEBUG_FS is not set | |
893 | 991 | # CONFIG_SH_STANDARD_BIOS is not set |
894 | 992 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
895 | 993 | # CONFIG_KGDB is not set |
... | ... | @@ -908,6 +1006,7 @@ |
908 | 1006 | # |
909 | 1007 | # Library routines |
910 | 1008 | # |
1009 | +CONFIG_BITREVERSE=y | |
911 | 1010 | # CONFIG_CRC_CCITT is not set |
912 | 1011 | # CONFIG_CRC16 is not set |
913 | 1012 | CONFIG_CRC32=y |
... | ... | @@ -915,4 +1014,5 @@ |
915 | 1014 | CONFIG_ZLIB_INFLATE=y |
916 | 1015 | CONFIG_ZLIB_DEFLATE=y |
917 | 1016 | CONFIG_PLIST=y |
1017 | +CONFIG_IOMAP_COPY=y |