diff options
Diffstat (limited to 'arch/arm/configs/ixdp2400_defconfig')
-rw-r--r-- | arch/arm/configs/ixdp2400_defconfig | 67 |
1 files changed, 57 insertions, 10 deletions
diff --git a/arch/arm/configs/ixdp2400_defconfig b/arch/arm/configs/ixdp2400_defconfig index 4fd663ecbe39..3cfbe2ec29ca 100644 --- a/arch/arm/configs/ixdp2400_defconfig +++ b/arch/arm/configs/ixdp2400_defconfig | |||
@@ -1,14 +1,13 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.12-rc1-bk2 | 3 | # Linux kernel version: 2.6.12-git6 |
4 | # Sun Mar 27 21:13:38 2005 | 4 | # Sat Jun 25 00:58:38 2005 |
5 | # | 5 | # |
6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
7 | CONFIG_MMU=y | 7 | CONFIG_MMU=y |
8 | CONFIG_UID16=y | 8 | CONFIG_UID16=y |
9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
11 | CONFIG_GENERIC_IOMAP=y | ||
12 | 11 | ||
13 | # | 12 | # |
14 | # Code maturity level options | 13 | # Code maturity level options |
@@ -16,6 +15,7 @@ CONFIG_GENERIC_IOMAP=y | |||
16 | CONFIG_EXPERIMENTAL=y | 15 | CONFIG_EXPERIMENTAL=y |
17 | CONFIG_CLEAN_COMPILE=y | 16 | CONFIG_CLEAN_COMPILE=y |
18 | CONFIG_BROKEN_ON_SMP=y | 17 | CONFIG_BROKEN_ON_SMP=y |
18 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
19 | 19 | ||
20 | # | 20 | # |
21 | # General setup | 21 | # General setup |
@@ -35,6 +35,8 @@ CONFIG_EMBEDDED=y | |||
35 | CONFIG_KALLSYMS=y | 35 | CONFIG_KALLSYMS=y |
36 | # CONFIG_KALLSYMS_ALL is not set | 36 | # CONFIG_KALLSYMS_ALL is not set |
37 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 37 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
38 | CONFIG_PRINTK=y | ||
39 | CONFIG_BUG=y | ||
38 | CONFIG_BASE_FULL=y | 40 | CONFIG_BASE_FULL=y |
39 | CONFIG_FUTEX=y | 41 | CONFIG_FUTEX=y |
40 | CONFIG_EPOLL=y | 42 | CONFIG_EPOLL=y |
@@ -50,7 +52,13 @@ CONFIG_BASE_SMALL=0 | |||
50 | # | 52 | # |
51 | # Loadable module support | 53 | # Loadable module support |
52 | # | 54 | # |
53 | # CONFIG_MODULES is not set | 55 | CONFIG_MODULES=y |
56 | CONFIG_MODULE_UNLOAD=y | ||
57 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
58 | CONFIG_OBSOLETE_MODPARM=y | ||
59 | # CONFIG_MODVERSIONS is not set | ||
60 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
61 | CONFIG_KMOD=y | ||
54 | 62 | ||
55 | # | 63 | # |
56 | # System Type | 64 | # System Type |
@@ -76,6 +84,7 @@ CONFIG_ARCH_IXP2000=y | |||
76 | # CONFIG_ARCH_VERSATILE is not set | 84 | # CONFIG_ARCH_VERSATILE is not set |
77 | # CONFIG_ARCH_IMX is not set | 85 | # CONFIG_ARCH_IMX is not set |
78 | # CONFIG_ARCH_H720X is not set | 86 | # CONFIG_ARCH_H720X is not set |
87 | # CONFIG_ARCH_AAEC2000 is not set | ||
79 | CONFIG_ARCH_SUPPORTS_BIG_ENDIAN=y | 88 | CONFIG_ARCH_SUPPORTS_BIG_ENDIAN=y |
80 | 89 | ||
81 | # | 90 | # |
@@ -91,6 +100,7 @@ CONFIG_ARCH_IXDP2400=y | |||
91 | CONFIG_ARCH_IXDP2X00=y | 100 | CONFIG_ARCH_IXDP2X00=y |
92 | # CONFIG_ARCH_IXDP2401 is not set | 101 | # CONFIG_ARCH_IXDP2401 is not set |
93 | # CONFIG_ARCH_IXDP2801 is not set | 102 | # CONFIG_ARCH_IXDP2801 is not set |
103 | # CONFIG_IXP2000_SUPPORT_BROKEN_PCI_IO is not set | ||
94 | 104 | ||
95 | # | 105 | # |
96 | # Processor Type | 106 | # Processor Type |
@@ -101,7 +111,6 @@ CONFIG_CPU_32v5=y | |||
101 | CONFIG_CPU_ABRT_EV5T=y | 111 | CONFIG_CPU_ABRT_EV5T=y |
102 | CONFIG_CPU_CACHE_VIVT=y | 112 | CONFIG_CPU_CACHE_VIVT=y |
103 | CONFIG_CPU_TLB_V4WBI=y | 113 | CONFIG_CPU_TLB_V4WBI=y |
104 | CONFIG_CPU_MINICACHE=y | ||
105 | 114 | ||
106 | # | 115 | # |
107 | # Processor Features | 116 | # Processor Features |
@@ -113,9 +122,11 @@ CONFIG_XSCALE_PMU=y | |||
113 | # | 122 | # |
114 | # Bus support | 123 | # Bus support |
115 | # | 124 | # |
125 | CONFIG_ISA_DMA_API=y | ||
116 | CONFIG_PCI=y | 126 | CONFIG_PCI=y |
117 | CONFIG_PCI_LEGACY_PROC=y | 127 | CONFIG_PCI_LEGACY_PROC=y |
118 | CONFIG_PCI_NAMES=y | 128 | CONFIG_PCI_NAMES=y |
129 | # CONFIG_PCI_DEBUG is not set | ||
119 | 130 | ||
120 | # | 131 | # |
121 | # PCCARD (PCMCIA/CardBus) support | 132 | # PCCARD (PCMCIA/CardBus) support |
@@ -125,7 +136,15 @@ CONFIG_PCI_NAMES=y | |||
125 | # | 136 | # |
126 | # Kernel Features | 137 | # Kernel Features |
127 | # | 138 | # |
139 | # CONFIG_SMP is not set | ||
128 | # CONFIG_PREEMPT is not set | 140 | # CONFIG_PREEMPT is not set |
141 | # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set | ||
142 | CONFIG_SELECT_MEMORY_MODEL=y | ||
143 | CONFIG_FLATMEM_MANUAL=y | ||
144 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
145 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
146 | CONFIG_FLATMEM=y | ||
147 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
129 | CONFIG_ALIGNMENT_TRAP=y | 148 | CONFIG_ALIGNMENT_TRAP=y |
130 | 149 | ||
131 | # | 150 | # |
@@ -264,7 +283,6 @@ CONFIG_MTD_IXP2000=y | |||
264 | # | 283 | # |
265 | # Block devices | 284 | # Block devices |
266 | # | 285 | # |
267 | # CONFIG_BLK_DEV_FD is not set | ||
268 | # CONFIG_BLK_CPQ_DA is not set | 286 | # CONFIG_BLK_CPQ_DA is not set |
269 | # CONFIG_BLK_CPQ_CISS_DA is not set | 287 | # CONFIG_BLK_CPQ_CISS_DA is not set |
270 | # CONFIG_BLK_DEV_DAC960 is not set | 288 | # CONFIG_BLK_DEV_DAC960 is not set |
@@ -303,6 +321,7 @@ CONFIG_IOSCHED_CFQ=y | |||
303 | # | 321 | # |
304 | # Fusion MPT device support | 322 | # Fusion MPT device support |
305 | # | 323 | # |
324 | # CONFIG_FUSION is not set | ||
306 | 325 | ||
307 | # | 326 | # |
308 | # IEEE 1394 (FireWire) support | 327 | # IEEE 1394 (FireWire) support |
@@ -324,10 +343,11 @@ CONFIG_NET=y | |||
324 | # | 343 | # |
325 | CONFIG_PACKET=y | 344 | CONFIG_PACKET=y |
326 | CONFIG_PACKET_MMAP=y | 345 | CONFIG_PACKET_MMAP=y |
327 | # CONFIG_NETLINK_DEV is not set | ||
328 | CONFIG_UNIX=y | 346 | CONFIG_UNIX=y |
329 | # CONFIG_NET_KEY is not set | 347 | # CONFIG_NET_KEY is not set |
330 | CONFIG_INET=y | 348 | CONFIG_INET=y |
349 | CONFIG_IP_FIB_HASH=y | ||
350 | # CONFIG_IP_FIB_TRIE is not set | ||
331 | # CONFIG_IP_MULTICAST is not set | 351 | # CONFIG_IP_MULTICAST is not set |
332 | # CONFIG_IP_ADVANCED_ROUTER is not set | 352 | # CONFIG_IP_ADVANCED_ROUTER is not set |
333 | CONFIG_IP_PNP=y | 353 | CONFIG_IP_PNP=y |
@@ -344,6 +364,17 @@ CONFIG_SYN_COOKIES=y | |||
344 | # CONFIG_INET_TUNNEL is not set | 364 | # CONFIG_INET_TUNNEL is not set |
345 | # CONFIG_IP_TCPDIAG is not set | 365 | # CONFIG_IP_TCPDIAG is not set |
346 | # CONFIG_IP_TCPDIAG_IPV6 is not set | 366 | # CONFIG_IP_TCPDIAG_IPV6 is not set |
367 | |||
368 | # | ||
369 | # TCP congestion control | ||
370 | # | ||
371 | CONFIG_TCP_CONG_BIC=y | ||
372 | CONFIG_TCP_CONG_WESTWOOD=m | ||
373 | CONFIG_TCP_CONG_HTCP=m | ||
374 | # CONFIG_TCP_CONG_HSTCP is not set | ||
375 | # CONFIG_TCP_CONG_HYBLA is not set | ||
376 | # CONFIG_TCP_CONG_VEGAS is not set | ||
377 | # CONFIG_TCP_CONG_SCALABLE is not set | ||
347 | # CONFIG_IPV6 is not set | 378 | # CONFIG_IPV6 is not set |
348 | # CONFIG_NETFILTER is not set | 379 | # CONFIG_NETFILTER is not set |
349 | 380 | ||
@@ -399,6 +430,7 @@ CONFIG_MII=y | |||
399 | # CONFIG_SUNGEM is not set | 430 | # CONFIG_SUNGEM is not set |
400 | # CONFIG_NET_VENDOR_3COM is not set | 431 | # CONFIG_NET_VENDOR_3COM is not set |
401 | # CONFIG_SMC91X is not set | 432 | # CONFIG_SMC91X is not set |
433 | # CONFIG_DM9000 is not set | ||
402 | 434 | ||
403 | # | 435 | # |
404 | # Tulip family network device support | 436 | # Tulip family network device support |
@@ -435,9 +467,11 @@ CONFIG_EEPRO100=y | |||
435 | # CONFIG_HAMACHI is not set | 467 | # CONFIG_HAMACHI is not set |
436 | # CONFIG_YELLOWFIN is not set | 468 | # CONFIG_YELLOWFIN is not set |
437 | # CONFIG_R8169 is not set | 469 | # CONFIG_R8169 is not set |
470 | # CONFIG_SKGE is not set | ||
438 | # CONFIG_SK98LIN is not set | 471 | # CONFIG_SK98LIN is not set |
439 | # CONFIG_VIA_VELOCITY is not set | 472 | # CONFIG_VIA_VELOCITY is not set |
440 | # CONFIG_TIGON3 is not set | 473 | # CONFIG_TIGON3 is not set |
474 | # CONFIG_BNX2 is not set | ||
441 | 475 | ||
442 | # | 476 | # |
443 | # Ethernet (10000 Mbit) | 477 | # Ethernet (10000 Mbit) |
@@ -459,6 +493,7 @@ CONFIG_EEPRO100=y | |||
459 | # Wan interfaces | 493 | # Wan interfaces |
460 | # | 494 | # |
461 | CONFIG_WAN=y | 495 | CONFIG_WAN=y |
496 | # CONFIG_DSCC4 is not set | ||
462 | # CONFIG_LANMEDIA is not set | 497 | # CONFIG_LANMEDIA is not set |
463 | # CONFIG_SYNCLINK_SYNCPPP is not set | 498 | # CONFIG_SYNCLINK_SYNCPPP is not set |
464 | CONFIG_HDLC=y | 499 | CONFIG_HDLC=y |
@@ -521,7 +556,6 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | |||
521 | # | 556 | # |
522 | # CONFIG_SERIO is not set | 557 | # CONFIG_SERIO is not set |
523 | # CONFIG_GAMEPORT is not set | 558 | # CONFIG_GAMEPORT is not set |
524 | CONFIG_SOUND_GAMEPORT=y | ||
525 | 559 | ||
526 | # | 560 | # |
527 | # Character devices | 561 | # Character devices |
@@ -542,6 +576,7 @@ CONFIG_SERIAL_8250_NR_UARTS=2 | |||
542 | # | 576 | # |
543 | CONFIG_SERIAL_CORE=y | 577 | CONFIG_SERIAL_CORE=y |
544 | CONFIG_SERIAL_CORE_CONSOLE=y | 578 | CONFIG_SERIAL_CORE_CONSOLE=y |
579 | # CONFIG_SERIAL_JSM is not set | ||
545 | CONFIG_UNIX98_PTYS=y | 580 | CONFIG_UNIX98_PTYS=y |
546 | CONFIG_LEGACY_PTYS=y | 581 | CONFIG_LEGACY_PTYS=y |
547 | CONFIG_LEGACY_PTY_COUNT=256 | 582 | CONFIG_LEGACY_PTY_COUNT=256 |
@@ -608,17 +643,18 @@ CONFIG_I2C_ALGOBIT=y | |||
608 | # CONFIG_I2C_AMD8111 is not set | 643 | # CONFIG_I2C_AMD8111 is not set |
609 | # CONFIG_I2C_I801 is not set | 644 | # CONFIG_I2C_I801 is not set |
610 | # CONFIG_I2C_I810 is not set | 645 | # CONFIG_I2C_I810 is not set |
646 | # CONFIG_I2C_PIIX4 is not set | ||
611 | # CONFIG_I2C_ISA is not set | 647 | # CONFIG_I2C_ISA is not set |
612 | # CONFIG_I2C_IXP2000 is not set | 648 | # CONFIG_I2C_IXP2000 is not set |
613 | # CONFIG_I2C_NFORCE2 is not set | 649 | # CONFIG_I2C_NFORCE2 is not set |
614 | # CONFIG_I2C_PARPORT_LIGHT is not set | 650 | # CONFIG_I2C_PARPORT_LIGHT is not set |
615 | # CONFIG_I2C_PIIX4 is not set | ||
616 | # CONFIG_I2C_PROSAVAGE is not set | 651 | # CONFIG_I2C_PROSAVAGE is not set |
617 | # CONFIG_I2C_SAVAGE4 is not set | 652 | # CONFIG_I2C_SAVAGE4 is not set |
618 | # CONFIG_SCx200_ACB is not set | 653 | # CONFIG_SCx200_ACB is not set |
619 | # CONFIG_I2C_SIS5595 is not set | 654 | # CONFIG_I2C_SIS5595 is not set |
620 | # CONFIG_I2C_SIS630 is not set | 655 | # CONFIG_I2C_SIS630 is not set |
621 | # CONFIG_I2C_SIS96X is not set | 656 | # CONFIG_I2C_SIS96X is not set |
657 | # CONFIG_I2C_STUB is not set | ||
622 | # CONFIG_I2C_VIA is not set | 658 | # CONFIG_I2C_VIA is not set |
623 | # CONFIG_I2C_VIAPRO is not set | 659 | # CONFIG_I2C_VIAPRO is not set |
624 | # CONFIG_I2C_VOODOO3 is not set | 660 | # CONFIG_I2C_VOODOO3 is not set |
@@ -632,7 +668,9 @@ CONFIG_I2C_SENSOR=y | |||
632 | # CONFIG_SENSORS_ADM1025 is not set | 668 | # CONFIG_SENSORS_ADM1025 is not set |
633 | # CONFIG_SENSORS_ADM1026 is not set | 669 | # CONFIG_SENSORS_ADM1026 is not set |
634 | # CONFIG_SENSORS_ADM1031 is not set | 670 | # CONFIG_SENSORS_ADM1031 is not set |
671 | # CONFIG_SENSORS_ADM9240 is not set | ||
635 | # CONFIG_SENSORS_ASB100 is not set | 672 | # CONFIG_SENSORS_ASB100 is not set |
673 | # CONFIG_SENSORS_ATXP1 is not set | ||
636 | # CONFIG_SENSORS_DS1621 is not set | 674 | # CONFIG_SENSORS_DS1621 is not set |
637 | # CONFIG_SENSORS_FSCHER is not set | 675 | # CONFIG_SENSORS_FSCHER is not set |
638 | # CONFIG_SENSORS_FSCPOS is not set | 676 | # CONFIG_SENSORS_FSCPOS is not set |
@@ -648,6 +686,7 @@ CONFIG_I2C_SENSOR=y | |||
648 | # CONFIG_SENSORS_LM85 is not set | 686 | # CONFIG_SENSORS_LM85 is not set |
649 | # CONFIG_SENSORS_LM87 is not set | 687 | # CONFIG_SENSORS_LM87 is not set |
650 | # CONFIG_SENSORS_LM90 is not set | 688 | # CONFIG_SENSORS_LM90 is not set |
689 | # CONFIG_SENSORS_LM92 is not set | ||
651 | # CONFIG_SENSORS_MAX1619 is not set | 690 | # CONFIG_SENSORS_MAX1619 is not set |
652 | # CONFIG_SENSORS_PC87360 is not set | 691 | # CONFIG_SENSORS_PC87360 is not set |
653 | # CONFIG_SENSORS_SMSC47B397 is not set | 692 | # CONFIG_SENSORS_SMSC47B397 is not set |
@@ -657,14 +696,19 @@ CONFIG_I2C_SENSOR=y | |||
657 | # CONFIG_SENSORS_W83781D is not set | 696 | # CONFIG_SENSORS_W83781D is not set |
658 | # CONFIG_SENSORS_W83L785TS is not set | 697 | # CONFIG_SENSORS_W83L785TS is not set |
659 | # CONFIG_SENSORS_W83627HF is not set | 698 | # CONFIG_SENSORS_W83627HF is not set |
699 | # CONFIG_SENSORS_W83627EHF is not set | ||
660 | 700 | ||
661 | # | 701 | # |
662 | # Other I2C Chip support | 702 | # Other I2C Chip support |
663 | # | 703 | # |
704 | # CONFIG_SENSORS_DS1337 is not set | ||
705 | # CONFIG_SENSORS_DS1374 is not set | ||
664 | CONFIG_SENSORS_EEPROM=y | 706 | CONFIG_SENSORS_EEPROM=y |
665 | # CONFIG_SENSORS_PCF8574 is not set | 707 | # CONFIG_SENSORS_PCF8574 is not set |
708 | # CONFIG_SENSORS_PCA9539 is not set | ||
666 | # CONFIG_SENSORS_PCF8591 is not set | 709 | # CONFIG_SENSORS_PCF8591 is not set |
667 | # CONFIG_SENSORS_RTC8564 is not set | 710 | # CONFIG_SENSORS_RTC8564 is not set |
711 | # CONFIG_SENSORS_MAX6875 is not set | ||
668 | # CONFIG_I2C_DEBUG_CORE is not set | 712 | # CONFIG_I2C_DEBUG_CORE is not set |
669 | # CONFIG_I2C_DEBUG_ALGO is not set | 713 | # CONFIG_I2C_DEBUG_ALGO is not set |
670 | # CONFIG_I2C_DEBUG_BUS is not set | 714 | # CONFIG_I2C_DEBUG_BUS is not set |
@@ -718,6 +762,7 @@ CONFIG_EXT2_FS=y | |||
718 | CONFIG_EXT2_FS_XATTR=y | 762 | CONFIG_EXT2_FS_XATTR=y |
719 | CONFIG_EXT2_FS_POSIX_ACL=y | 763 | CONFIG_EXT2_FS_POSIX_ACL=y |
720 | # CONFIG_EXT2_FS_SECURITY is not set | 764 | # CONFIG_EXT2_FS_SECURITY is not set |
765 | # CONFIG_EXT2_FS_XIP is not set | ||
721 | CONFIG_EXT3_FS=y | 766 | CONFIG_EXT3_FS=y |
722 | CONFIG_EXT3_FS_XATTR=y | 767 | CONFIG_EXT3_FS_XATTR=y |
723 | CONFIG_EXT3_FS_POSIX_ACL=y | 768 | CONFIG_EXT3_FS_POSIX_ACL=y |
@@ -758,7 +803,6 @@ CONFIG_DNOTIFY=y | |||
758 | # | 803 | # |
759 | CONFIG_PROC_FS=y | 804 | CONFIG_PROC_FS=y |
760 | CONFIG_SYSFS=y | 805 | CONFIG_SYSFS=y |
761 | # CONFIG_DEVFS_FS is not set | ||
762 | # CONFIG_DEVPTS_FS_XATTR is not set | 806 | # CONFIG_DEVPTS_FS_XATTR is not set |
763 | CONFIG_TMPFS=y | 807 | CONFIG_TMPFS=y |
764 | # CONFIG_TMPFS_XATTR is not set | 808 | # CONFIG_TMPFS_XATTR is not set |
@@ -796,12 +840,14 @@ CONFIG_JFFS2_RTIME=y | |||
796 | # | 840 | # |
797 | CONFIG_NFS_FS=y | 841 | CONFIG_NFS_FS=y |
798 | CONFIG_NFS_V3=y | 842 | CONFIG_NFS_V3=y |
843 | # CONFIG_NFS_V3_ACL is not set | ||
799 | # CONFIG_NFS_V4 is not set | 844 | # CONFIG_NFS_V4 is not set |
800 | # CONFIG_NFS_DIRECTIO is not set | 845 | # CONFIG_NFS_DIRECTIO is not set |
801 | # CONFIG_NFSD is not set | 846 | # CONFIG_NFSD is not set |
802 | CONFIG_ROOT_NFS=y | 847 | CONFIG_ROOT_NFS=y |
803 | CONFIG_LOCKD=y | 848 | CONFIG_LOCKD=y |
804 | CONFIG_LOCKD_V4=y | 849 | CONFIG_LOCKD_V4=y |
850 | CONFIG_NFS_COMMON=y | ||
805 | CONFIG_SUNRPC=y | 851 | CONFIG_SUNRPC=y |
806 | # CONFIG_RPCSEC_GSS_KRB5 is not set | 852 | # CONFIG_RPCSEC_GSS_KRB5 is not set |
807 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | 853 | # CONFIG_RPCSEC_GSS_SPKM3 is not set |
@@ -886,3 +932,4 @@ CONFIG_CRC32=y | |||
886 | # CONFIG_LIBCRC32C is not set | 932 | # CONFIG_LIBCRC32C is not set |
887 | CONFIG_ZLIB_INFLATE=y | 933 | CONFIG_ZLIB_INFLATE=y |
888 | CONFIG_ZLIB_DEFLATE=y | 934 | CONFIG_ZLIB_DEFLATE=y |
935 | # CONFIG_TEXTSEARCH is not set | ||