Commit 0dffefbf1a26ee0661d47516420d86b485a08e9c

Authored by Ben Dooks
Committed by Russell King
1 parent 7c38cf021b

[ARM] 2891/1: S3C2410 - update s3c2410_defconfig for 2.6.13

Patch from Ben Dooks

Updated the s3c2410_defconfig for the 2.6.13-git8
kernel release, as well as adding the Anubis
board to the list of boards built.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 130 additions and 88 deletions Side-by-side Diff

arch/arm/configs/s3c2410_defconfig
1 1 #
2 2 # Automatically generated make config: don't edit
3   -# Linux kernel version: 2.6.12-git4
4   -# Wed Jun 22 15:56:42 2005
  3 +# Linux kernel version: 2.6.13-git8
  4 +# Thu Sep 8 19:24:02 2005
5 5 #
6 6 CONFIG_ARM=y
7 7 CONFIG_MMU=y
... ... @@ -22,6 +22,7 @@
22 22 # General setup
23 23 #
24 24 CONFIG_LOCALVERSION=""
  25 +CONFIG_LOCALVERSION_AUTO=y
25 26 CONFIG_SWAP=y
26 27 CONFIG_SYSVIPC=y
27 28 # CONFIG_POSIX_MQUEUE is not set
... ... @@ -31,6 +32,7 @@
31 32 # CONFIG_HOTPLUG is not set
32 33 CONFIG_KOBJECT_UEVENT=y
33 34 # CONFIG_IKCONFIG is not set
  35 +CONFIG_INITRAMFS_SOURCE=""
34 36 # CONFIG_EMBEDDED is not set
35 37 CONFIG_KALLSYMS=y
36 38 # CONFIG_KALLSYMS_ALL is not set
37 39  
... ... @@ -88,7 +90,9 @@
88 90 #
89 91 # S3C24XX Implementations
90 92 #
  93 +CONFIG_MACH_ANUBIS=y
91 94 CONFIG_ARCH_BAST=y
  95 +CONFIG_BAST_PC104_IRQ=y
92 96 CONFIG_ARCH_H1940=y
93 97 CONFIG_MACH_N30=y
94 98 CONFIG_ARCH_SMDK2410=y
... ... @@ -112,6 +116,7 @@
112 116 # CONFIG_S3C2410_DMA_DEBUG is not set
113 117 # CONFIG_S3C2410_PM_DEBUG is not set
114 118 # CONFIG_S3C2410_PM_CHECK is not set
  119 +CONFIG_PM_SIMTEC=y
115 120 CONFIG_S3C2410_LOWLEVEL_UART_PORT=0
116 121  
117 122 #
... ... @@ -149,7 +154,15 @@
149 154 #
150 155 # CONFIG_SMP is not set
151 156 # CONFIG_PREEMPT is not set
152   -# CONFIG_DISCONTIGMEM is not set
  157 +# CONFIG_NO_IDLE_HZ is not set
  158 +# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
  159 +CONFIG_SELECT_MEMORY_MODEL=y
  160 +CONFIG_FLATMEM_MANUAL=y
  161 +# CONFIG_DISCONTIGMEM_MANUAL is not set
  162 +# CONFIG_SPARSEMEM_MANUAL is not set
  163 +CONFIG_FLATMEM=y
  164 +CONFIG_FLAT_NODE_MEM_MAP=y
  165 +# CONFIG_SPARSEMEM_STATIC is not set
153 166 CONFIG_ALIGNMENT_TRAP=y
154 167  
155 168 #
... ... @@ -186,6 +199,74 @@
186 199 CONFIG_APM=y
187 200  
188 201 #
  202 +# Networking
  203 +#
  204 +CONFIG_NET=y
  205 +
  206 +#
  207 +# Networking options
  208 +#
  209 +# CONFIG_PACKET is not set
  210 +CONFIG_UNIX=y
  211 +# CONFIG_NET_KEY is not set
  212 +CONFIG_INET=y
  213 +# CONFIG_IP_MULTICAST is not set
  214 +# CONFIG_IP_ADVANCED_ROUTER is not set
  215 +CONFIG_IP_FIB_HASH=y
  216 +CONFIG_IP_PNP=y
  217 +# CONFIG_IP_PNP_DHCP is not set
  218 +CONFIG_IP_PNP_BOOTP=y
  219 +# CONFIG_IP_PNP_RARP is not set
  220 +# CONFIG_NET_IPIP is not set
  221 +# CONFIG_NET_IPGRE is not set
  222 +# CONFIG_ARPD is not set
  223 +# CONFIG_SYN_COOKIES is not set
  224 +# CONFIG_INET_AH is not set
  225 +# CONFIG_INET_ESP is not set
  226 +# CONFIG_INET_IPCOMP is not set
  227 +# CONFIG_INET_TUNNEL is not set
  228 +CONFIG_INET_DIAG=y
  229 +CONFIG_INET_TCP_DIAG=y
  230 +# CONFIG_TCP_CONG_ADVANCED is not set
  231 +CONFIG_TCP_CONG_BIC=y
  232 +# CONFIG_IPV6 is not set
  233 +# CONFIG_NETFILTER is not set
  234 +
  235 +#
  236 +# DCCP Configuration (EXPERIMENTAL)
  237 +#
  238 +# CONFIG_IP_DCCP is not set
  239 +
  240 +#
  241 +# SCTP Configuration (EXPERIMENTAL)
  242 +#
  243 +# CONFIG_IP_SCTP is not set
  244 +# CONFIG_ATM is not set
  245 +# CONFIG_BRIDGE is not set
  246 +# CONFIG_VLAN_8021Q is not set
  247 +# CONFIG_DECNET is not set
  248 +# CONFIG_LLC2 is not set
  249 +# CONFIG_IPX is not set
  250 +# CONFIG_ATALK is not set
  251 +# CONFIG_X25 is not set
  252 +# CONFIG_LAPB is not set
  253 +# CONFIG_NET_DIVERT is not set
  254 +# CONFIG_ECONET is not set
  255 +# CONFIG_WAN_ROUTER is not set
  256 +# CONFIG_NET_SCHED is not set
  257 +# CONFIG_NET_CLS_ROUTE is not set
  258 +
  259 +#
  260 +# Network testing
  261 +#
  262 +# CONFIG_NET_PKTGEN is not set
  263 +# CONFIG_NETFILTER_NETLINK is not set
  264 +# CONFIG_HAMRADIO is not set
  265 +# CONFIG_IRDA is not set
  266 +# CONFIG_BT is not set
  267 +# CONFIG_IEEE80211 is not set
  268 +
  269 +#
189 270 # Device Drivers
190 271 #
191 272  
... ... @@ -258,6 +339,7 @@
258 339 # CONFIG_MTD_IMPA7 is not set
259 340 CONFIG_MTD_BAST=y
260 341 CONFIG_MTD_BAST_MAXSIZE=4
  342 +# CONFIG_MTD_PLATRAM is not set
261 343  
262 344 #
263 345 # Self-contained MTD device drivers
... ... @@ -312,7 +394,6 @@
312 394 CONFIG_BLK_DEV_RAM_COUNT=16
313 395 CONFIG_BLK_DEV_RAM_SIZE=4096
314 396 CONFIG_BLK_DEV_INITRD=y
315   -CONFIG_INITRAMFS_SOURCE=""
316 397 # CONFIG_CDROM_PKTCDVD is not set
317 398  
318 399 #
... ... @@ -354,6 +435,7 @@
354 435 #
355 436 # SCSI device support
356 437 #
  438 +# CONFIG_RAID_ATTRS is not set
357 439 # CONFIG_SCSI is not set
358 440  
359 441 #
360 442  
... ... @@ -376,70 +458,8 @@
376 458 #
377 459  
378 460 #
379   -# Networking support
  461 +# Network device support
380 462 #
381   -CONFIG_NET=y
382   -
383   -#
384   -# Networking options
385   -#
386   -# CONFIG_PACKET is not set
387   -CONFIG_UNIX=y
388   -# CONFIG_NET_KEY is not set
389   -CONFIG_INET=y
390   -CONFIG_IP_FIB_HASH=y
391   -# CONFIG_IP_FIB_TRIE is not set
392   -# CONFIG_IP_MULTICAST is not set
393   -# CONFIG_IP_ADVANCED_ROUTER is not set
394   -CONFIG_IP_PNP=y
395   -# CONFIG_IP_PNP_DHCP is not set
396   -CONFIG_IP_PNP_BOOTP=y
397   -# CONFIG_IP_PNP_RARP is not set
398   -# CONFIG_NET_IPIP is not set
399   -# CONFIG_NET_IPGRE is not set
400   -# CONFIG_ARPD is not set
401   -# CONFIG_SYN_COOKIES is not set
402   -# CONFIG_INET_AH is not set
403   -# CONFIG_INET_ESP is not set
404   -# CONFIG_INET_IPCOMP is not set
405   -# CONFIG_INET_TUNNEL is not set
406   -CONFIG_IP_TCPDIAG=y
407   -# CONFIG_IP_TCPDIAG_IPV6 is not set
408   -# CONFIG_IPV6 is not set
409   -# CONFIG_NETFILTER is not set
410   -
411   -#
412   -# SCTP Configuration (EXPERIMENTAL)
413   -#
414   -# CONFIG_IP_SCTP is not set
415   -# CONFIG_ATM is not set
416   -# CONFIG_BRIDGE is not set
417   -# CONFIG_VLAN_8021Q is not set
418   -# CONFIG_DECNET is not set
419   -# CONFIG_LLC2 is not set
420   -# CONFIG_IPX is not set
421   -# CONFIG_ATALK is not set
422   -# CONFIG_X25 is not set
423   -# CONFIG_LAPB is not set
424   -# CONFIG_NET_DIVERT is not set
425   -# CONFIG_ECONET is not set
426   -# CONFIG_WAN_ROUTER is not set
427   -
428   -#
429   -# QoS and/or fair queueing
430   -#
431   -# CONFIG_NET_SCHED is not set
432   -# CONFIG_NET_CLS_ROUTE is not set
433   -
434   -#
435   -# Network testing
436   -#
437   -# CONFIG_NET_PKTGEN is not set
438   -# CONFIG_NETPOLL is not set
439   -# CONFIG_NET_POLL_CONTROLLER is not set
440   -# CONFIG_HAMRADIO is not set
441   -# CONFIG_IRDA is not set
442   -# CONFIG_BT is not set
443 463 CONFIG_NETDEVICES=y
444 464 # CONFIG_DUMMY is not set
445 465 # CONFIG_BONDING is not set
... ... @@ -447,6 +467,11 @@
447 467 # CONFIG_TUN is not set
448 468  
449 469 #
  470 +# PHY device support
  471 +#
  472 +# CONFIG_PHYLIB is not set
  473 +
  474 +#
450 475 # Ethernet (10 or 100Mbit)
451 476 #
452 477 CONFIG_NET_ETHERNET=y
... ... @@ -480,6 +505,8 @@
480 505 # CONFIG_SLIP is not set
481 506 # CONFIG_SHAPER is not set
482 507 # CONFIG_NETCONSOLE is not set
  508 +# CONFIG_NETPOLL is not set
  509 +# CONFIG_NET_POLL_CONTROLLER is not set
483 510  
484 511 #
485 512 # ISDN subsystem
... ... @@ -562,7 +589,6 @@
562 589 CONFIG_SERIAL_8250_MANY_PORTS=y
563 590 CONFIG_SERIAL_8250_SHARE_IRQ=y
564 591 # CONFIG_SERIAL_8250_DETECT_IRQ is not set
565   -# CONFIG_SERIAL_8250_MULTIPORT is not set
566 592 # CONFIG_SERIAL_8250_RSA is not set
567 593  
568 594 #
... ... @@ -605,7 +631,6 @@
605 631 #
606 632 # Ftape, the floppy tape device driver
607 633 #
608   -# CONFIG_DRM is not set
609 634 # CONFIG_RAW_DRIVER is not set
610 635  
611 636 #
... ... @@ -628,7 +653,7 @@
628 653 #
629 654 # I2C Hardware Bus support
630 655 #
631   -# CONFIG_I2C_ISA is not set
  656 +CONFIG_I2C_ISA=m
632 657 # CONFIG_I2C_PARPORT is not set
633 658 # CONFIG_I2C_PARPORT_LIGHT is not set
634 659 CONFIG_I2C_S3C2410=y
635 660  
636 661  
637 662  
... ... @@ -636,14 +661,33 @@
636 661 # CONFIG_I2C_PCA_ISA is not set
637 662  
638 663 #
639   -# Hardware Sensors Chip support
  664 +# Miscellaneous I2C Chip support
640 665 #
641   -CONFIG_I2C_SENSOR=m
  666 +# CONFIG_SENSORS_DS1337 is not set
  667 +# CONFIG_SENSORS_DS1374 is not set
  668 +CONFIG_SENSORS_EEPROM=m
  669 +# CONFIG_SENSORS_PCF8574 is not set
  670 +# CONFIG_SENSORS_PCA9539 is not set
  671 +# CONFIG_SENSORS_PCF8591 is not set
  672 +# CONFIG_SENSORS_RTC8564 is not set
  673 +# CONFIG_SENSORS_MAX6875 is not set
  674 +# CONFIG_I2C_DEBUG_CORE is not set
  675 +# CONFIG_I2C_DEBUG_ALGO is not set
  676 +# CONFIG_I2C_DEBUG_BUS is not set
  677 +# CONFIG_I2C_DEBUG_CHIP is not set
  678 +
  679 +#
  680 +# Hardware Monitoring support
  681 +#
  682 +CONFIG_HWMON=y
  683 +CONFIG_HWMON_VID=m
642 684 # CONFIG_SENSORS_ADM1021 is not set
643 685 # CONFIG_SENSORS_ADM1025 is not set
644 686 # CONFIG_SENSORS_ADM1026 is not set
645 687 # CONFIG_SENSORS_ADM1031 is not set
  688 +# CONFIG_SENSORS_ADM9240 is not set
646 689 # CONFIG_SENSORS_ASB100 is not set
  690 +# CONFIG_SENSORS_ATXP1 is not set
647 691 # CONFIG_SENSORS_DS1621 is not set
648 692 # CONFIG_SENSORS_FSCHER is not set
649 693 # CONFIG_SENSORS_FSCPOS is not set
650 694  
651 695  
652 696  
653 697  
654 698  
655 699  
... ... @@ -662,27 +706,21 @@
662 706 # CONFIG_SENSORS_LM92 is not set
663 707 # CONFIG_SENSORS_MAX1619 is not set
664 708 # CONFIG_SENSORS_PC87360 is not set
665   -# CONFIG_SENSORS_SMSC47B397 is not set
666 709 # CONFIG_SENSORS_SMSC47M1 is not set
  710 +# CONFIG_SENSORS_SMSC47B397 is not set
667 711 # CONFIG_SENSORS_W83781D is not set
  712 +# CONFIG_SENSORS_W83792D is not set
668 713 # CONFIG_SENSORS_W83L785TS is not set
669 714 # CONFIG_SENSORS_W83627HF is not set
  715 +# CONFIG_SENSORS_W83627EHF is not set
  716 +# CONFIG_HWMON_DEBUG_CHIP is not set
670 717  
671 718 #
672   -# Other I2C Chip support
  719 +# Misc devices
673 720 #
674   -# CONFIG_SENSORS_DS1337 is not set
675   -CONFIG_SENSORS_EEPROM=m
676   -# CONFIG_SENSORS_PCF8574 is not set
677   -# CONFIG_SENSORS_PCF8591 is not set
678   -# CONFIG_SENSORS_RTC8564 is not set
679   -# CONFIG_I2C_DEBUG_CORE is not set
680   -# CONFIG_I2C_DEBUG_ALGO is not set
681   -# CONFIG_I2C_DEBUG_BUS is not set
682   -# CONFIG_I2C_DEBUG_CHIP is not set
683 721  
684 722 #
685   -# Misc devices
  723 +# Multimedia Capabilities Port drivers
686 724 #
687 725  
688 726 #
... ... @@ -731,7 +769,7 @@
731 769 # USB support
732 770 #
733 771 CONFIG_USB_ARCH_HAS_HCD=y
734   -# CONFIG_USB_ARCH_HAS_OHCI is not set
  772 +CONFIG_USB_ARCH_HAS_OHCI=y
735 773 # CONFIG_USB is not set
736 774  
737 775 #
... ... @@ -749,6 +787,7 @@
749 787 #
750 788 CONFIG_EXT2_FS=y
751 789 # CONFIG_EXT2_FS_XATTR is not set
  790 +# CONFIG_EXT2_FS_XIP is not set
752 791 CONFIG_EXT3_FS=y
753 792 CONFIG_EXT3_FS_XATTR=y
754 793 # CONFIG_EXT3_FS_POSIX_ACL is not set
... ... @@ -758,6 +797,7 @@
758 797 CONFIG_FS_MBCACHE=y
759 798 # CONFIG_REISERFS_FS is not set
760 799 # CONFIG_JFS_FS is not set
  800 +# CONFIG_FS_POSIX_ACL is not set
761 801  
762 802 #
763 803 # XFS support
... ... @@ -765,6 +805,7 @@
765 805 # CONFIG_XFS_FS is not set
766 806 # CONFIG_MINIX_FS is not set
767 807 CONFIG_ROMFS_FS=y
  808 +CONFIG_INOTIFY=y
768 809 # CONFIG_QUOTA is not set
769 810 CONFIG_DNOTIFY=y
770 811 # CONFIG_AUTOFS_FS is not set
771 812  
... ... @@ -791,11 +832,11 @@
791 832 #
792 833 CONFIG_PROC_FS=y
793 834 CONFIG_SYSFS=y
794   -# CONFIG_DEVPTS_FS_XATTR is not set
795 835 # CONFIG_TMPFS is not set
796 836 # CONFIG_HUGETLBFS is not set
797 837 # CONFIG_HUGETLB_PAGE is not set
798 838 CONFIG_RAMFS=y
  839 +# CONFIG_RELAYFS_FS is not set
799 840  
800 841 #
801 842 # Miscellaneous filesystems
... ... @@ -812,8 +853,7 @@
812 853 # CONFIG_JFFS_PROC_FS is not set
813 854 CONFIG_JFFS2_FS=y
814 855 CONFIG_JFFS2_FS_DEBUG=0
815   -# CONFIG_JFFS2_FS_NAND is not set
816   -# CONFIG_JFFS2_FS_NOR_ECC is not set
  856 +CONFIG_JFFS2_FS_WRITEBUFFER=y
817 857 # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
818 858 CONFIG_JFFS2_ZLIB=y
819 859 CONFIG_JFFS2_RTIME=y
... ... @@ -835,6 +875,7 @@
835 875 # CONFIG_NFSD is not set
836 876 CONFIG_ROOT_NFS=y
837 877 CONFIG_LOCKD=y
  878 +CONFIG_NFS_COMMON=y
838 879 CONFIG_SUNRPC=y
839 880 # CONFIG_RPCSEC_GSS_KRB5 is not set
840 881 # CONFIG_RPCSEC_GSS_SPKM3 is not set
... ... @@ -920,6 +961,7 @@
920 961 CONFIG_DEBUG_KERNEL=y
921 962 # CONFIG_MAGIC_SYSRQ is not set
922 963 CONFIG_LOG_BUF_SHIFT=16
  964 +CONFIG_DETECT_SOFTLOCKUP=y
923 965 # CONFIG_SCHEDSTATS is not set
924 966 # CONFIG_DEBUG_SLAB is not set
925 967 # CONFIG_DEBUG_SPINLOCK is not set