diff options
Diffstat (limited to 'arch/mips/configs/tb0287_defconfig')
-rw-r--r-- | arch/mips/configs/tb0287_defconfig | 159 |
1 files changed, 134 insertions, 25 deletions
diff --git a/arch/mips/configs/tb0287_defconfig b/arch/mips/configs/tb0287_defconfig index 97d94f96990f..8bb6be4342b6 100644 --- a/arch/mips/configs/tb0287_defconfig +++ b/arch/mips/configs/tb0287_defconfig | |||
@@ -1,13 +1,14 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.19-rc2 | 3 | # Linux kernel version: 2.6.21-rc1 |
4 | # Wed Oct 18 12:57:11 2006 | 4 | # Thu Feb 22 10:38:09 2007 |
5 | # | 5 | # |
6 | CONFIG_MIPS=y | 6 | CONFIG_MIPS=y |
7 | 7 | ||
8 | # | 8 | # |
9 | # Machine selection | 9 | # Machine selection |
10 | # | 10 | # |
11 | CONFIG_ZONE_DMA=y | ||
11 | # CONFIG_MIPS_MTX1 is not set | 12 | # CONFIG_MIPS_MTX1 is not set |
12 | # CONFIG_MIPS_BOSPORUS is not set | 13 | # CONFIG_MIPS_BOSPORUS is not set |
13 | # CONFIG_MIPS_PB1000 is not set | 14 | # CONFIG_MIPS_PB1000 is not set |
@@ -38,8 +39,8 @@ CONFIG_MIPS=y | |||
38 | # CONFIG_MOMENCO_OCELOT_C is not set | 39 | # CONFIG_MOMENCO_OCELOT_C is not set |
39 | # CONFIG_MOMENCO_OCELOT_G is not set | 40 | # CONFIG_MOMENCO_OCELOT_G is not set |
40 | # CONFIG_MIPS_XXS1500 is not set | 41 | # CONFIG_MIPS_XXS1500 is not set |
41 | # CONFIG_PNX8550_V2PCI is not set | ||
42 | # CONFIG_PNX8550_JBS is not set | 42 | # CONFIG_PNX8550_JBS is not set |
43 | # CONFIG_PNX8550_STB810 is not set | ||
43 | # CONFIG_DDB5477 is not set | 44 | # CONFIG_DDB5477 is not set |
44 | CONFIG_MACH_VR41XX=y | 45 | CONFIG_MACH_VR41XX=y |
45 | # CONFIG_PMC_YOSEMITE is not set | 46 | # CONFIG_PMC_YOSEMITE is not set |
@@ -71,11 +72,14 @@ CONFIG_TANBAC_TB0287=y | |||
71 | # CONFIG_ZAO_CAPCELLA is not set | 72 | # CONFIG_ZAO_CAPCELLA is not set |
72 | CONFIG_PCI_VR41XX=y | 73 | CONFIG_PCI_VR41XX=y |
73 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 74 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
75 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
76 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
74 | CONFIG_GENERIC_FIND_NEXT_BIT=y | 77 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
75 | CONFIG_GENERIC_HWEIGHT=y | 78 | CONFIG_GENERIC_HWEIGHT=y |
76 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 79 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
77 | CONFIG_GENERIC_TIME=y | 80 | CONFIG_GENERIC_TIME=y |
78 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | 81 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y |
82 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
79 | CONFIG_DMA_NONCOHERENT=y | 83 | CONFIG_DMA_NONCOHERENT=y |
80 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | 84 | CONFIG_DMA_NEED_PCI_MAP_STATE=y |
81 | # CONFIG_CPU_BIG_ENDIAN is not set | 85 | # CONFIG_CPU_BIG_ENDIAN is not set |
@@ -108,6 +112,7 @@ CONFIG_CPU_VR41XX=y | |||
108 | # CONFIG_CPU_SB1 is not set | 112 | # CONFIG_CPU_SB1 is not set |
109 | CONFIG_SYS_HAS_CPU_VR41XX=y | 113 | CONFIG_SYS_HAS_CPU_VR41XX=y |
110 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | 114 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y |
115 | CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y | ||
111 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | 116 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y |
112 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | 117 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y |
113 | 118 | ||
@@ -137,6 +142,7 @@ CONFIG_FLAT_NODE_MEM_MAP=y | |||
137 | # CONFIG_SPARSEMEM_STATIC is not set | 142 | # CONFIG_SPARSEMEM_STATIC is not set |
138 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 143 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
139 | # CONFIG_RESOURCES_64BIT is not set | 144 | # CONFIG_RESOURCES_64BIT is not set |
145 | CONFIG_ZONE_DMA_FLAG=1 | ||
140 | # CONFIG_HZ_48 is not set | 146 | # CONFIG_HZ_48 is not set |
141 | # CONFIG_HZ_100 is not set | 147 | # CONFIG_HZ_100 is not set |
142 | # CONFIG_HZ_128 is not set | 148 | # CONFIG_HZ_128 is not set |
@@ -149,6 +155,7 @@ CONFIG_HZ=1000 | |||
149 | CONFIG_PREEMPT_NONE=y | 155 | CONFIG_PREEMPT_NONE=y |
150 | # CONFIG_PREEMPT_VOLUNTARY is not set | 156 | # CONFIG_PREEMPT_VOLUNTARY is not set |
151 | # CONFIG_PREEMPT is not set | 157 | # CONFIG_PREEMPT is not set |
158 | # CONFIG_KEXEC is not set | ||
152 | CONFIG_LOCKDEP_SUPPORT=y | 159 | CONFIG_LOCKDEP_SUPPORT=y |
153 | CONFIG_STACKTRACE_SUPPORT=y | 160 | CONFIG_STACKTRACE_SUPPORT=y |
154 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 161 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
@@ -168,14 +175,15 @@ CONFIG_LOCALVERSION_AUTO=y | |||
168 | CONFIG_SWAP=y | 175 | CONFIG_SWAP=y |
169 | CONFIG_SYSVIPC=y | 176 | CONFIG_SYSVIPC=y |
170 | # CONFIG_IPC_NS is not set | 177 | # CONFIG_IPC_NS is not set |
178 | CONFIG_SYSVIPC_SYSCTL=y | ||
171 | # CONFIG_POSIX_MQUEUE is not set | 179 | # CONFIG_POSIX_MQUEUE is not set |
172 | # CONFIG_BSD_PROCESS_ACCT is not set | 180 | # CONFIG_BSD_PROCESS_ACCT is not set |
173 | # CONFIG_TASKSTATS is not set | 181 | # CONFIG_TASKSTATS is not set |
174 | # CONFIG_UTS_NS is not set | 182 | # CONFIG_UTS_NS is not set |
175 | # CONFIG_AUDIT is not set | 183 | # CONFIG_AUDIT is not set |
176 | # CONFIG_IKCONFIG is not set | 184 | # CONFIG_IKCONFIG is not set |
185 | CONFIG_SYSFS_DEPRECATED=y | ||
177 | # CONFIG_RELAY is not set | 186 | # CONFIG_RELAY is not set |
178 | CONFIG_INITRAMFS_SOURCE="" | ||
179 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 187 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
180 | CONFIG_SYSCTL=y | 188 | CONFIG_SYSCTL=y |
181 | CONFIG_EMBEDDED=y | 189 | CONFIG_EMBEDDED=y |
@@ -233,7 +241,6 @@ CONFIG_DEFAULT_IOSCHED="anticipatory" | |||
233 | # | 241 | # |
234 | CONFIG_HW_HAS_PCI=y | 242 | CONFIG_HW_HAS_PCI=y |
235 | CONFIG_PCI=y | 243 | CONFIG_PCI=y |
236 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
237 | CONFIG_MMU=y | 244 | CONFIG_MMU=y |
238 | 245 | ||
239 | # | 246 | # |
@@ -252,6 +259,14 @@ CONFIG_BINFMT_ELF=y | |||
252 | CONFIG_TRAD_SIGNALS=y | 259 | CONFIG_TRAD_SIGNALS=y |
253 | 260 | ||
254 | # | 261 | # |
262 | # Power management options | ||
263 | # | ||
264 | CONFIG_PM=y | ||
265 | # CONFIG_PM_LEGACY is not set | ||
266 | # CONFIG_PM_DEBUG is not set | ||
267 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
268 | |||
269 | # | ||
255 | # Networking | 270 | # Networking |
256 | # | 271 | # |
257 | CONFIG_NET=y | 272 | CONFIG_NET=y |
@@ -266,6 +281,7 @@ CONFIG_UNIX=y | |||
266 | CONFIG_XFRM=y | 281 | CONFIG_XFRM=y |
267 | # CONFIG_XFRM_USER is not set | 282 | # CONFIG_XFRM_USER is not set |
268 | # CONFIG_XFRM_SUB_POLICY is not set | 283 | # CONFIG_XFRM_SUB_POLICY is not set |
284 | CONFIG_XFRM_MIGRATE=y | ||
269 | # CONFIG_NET_KEY is not set | 285 | # CONFIG_NET_KEY is not set |
270 | CONFIG_INET=y | 286 | CONFIG_INET=y |
271 | CONFIG_IP_MULTICAST=y | 287 | CONFIG_IP_MULTICAST=y |
@@ -315,6 +331,7 @@ CONFIG_DEFAULT_BIC=y | |||
315 | # CONFIG_DEFAULT_WESTWOOD is not set | 331 | # CONFIG_DEFAULT_WESTWOOD is not set |
316 | # CONFIG_DEFAULT_RENO is not set | 332 | # CONFIG_DEFAULT_RENO is not set |
317 | CONFIG_DEFAULT_TCP_CONG="bic" | 333 | CONFIG_DEFAULT_TCP_CONG="bic" |
334 | CONFIG_TCP_MD5SIG=y | ||
318 | # CONFIG_IPV6 is not set | 335 | # CONFIG_IPV6 is not set |
319 | # CONFIG_INET6_XFRM_TUNNEL is not set | 336 | # CONFIG_INET6_XFRM_TUNNEL is not set |
320 | # CONFIG_INET6_TUNNEL is not set | 337 | # CONFIG_INET6_TUNNEL is not set |
@@ -391,6 +408,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y | |||
391 | # | 408 | # |
392 | # Plug and Play support | 409 | # Plug and Play support |
393 | # | 410 | # |
411 | # CONFIG_PNPACPI is not set | ||
394 | 412 | ||
395 | # | 413 | # |
396 | # Block devices | 414 | # Block devices |
@@ -414,6 +432,12 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
414 | # CONFIG_ATA_OVER_ETH is not set | 432 | # CONFIG_ATA_OVER_ETH is not set |
415 | 433 | ||
416 | # | 434 | # |
435 | # Misc devices | ||
436 | # | ||
437 | CONFIG_SGI_IOC4=m | ||
438 | # CONFIG_TIFM_CORE is not set | ||
439 | |||
440 | # | ||
417 | # ATA/ATAPI/MFM/RLL support | 441 | # ATA/ATAPI/MFM/RLL support |
418 | # | 442 | # |
419 | # CONFIG_IDE is not set | 443 | # CONFIG_IDE is not set |
@@ -423,6 +447,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
423 | # | 447 | # |
424 | # CONFIG_RAID_ATTRS is not set | 448 | # CONFIG_RAID_ATTRS is not set |
425 | CONFIG_SCSI=y | 449 | CONFIG_SCSI=y |
450 | CONFIG_SCSI_TGT=m | ||
426 | # CONFIG_SCSI_NETLINK is not set | 451 | # CONFIG_SCSI_NETLINK is not set |
427 | CONFIG_SCSI_PROC_FS=y | 452 | CONFIG_SCSI_PROC_FS=y |
428 | 453 | ||
@@ -442,6 +467,7 @@ CONFIG_BLK_DEV_SD=y | |||
442 | # CONFIG_SCSI_MULTI_LUN is not set | 467 | # CONFIG_SCSI_MULTI_LUN is not set |
443 | # CONFIG_SCSI_CONSTANTS is not set | 468 | # CONFIG_SCSI_CONSTANTS is not set |
444 | # CONFIG_SCSI_LOGGING is not set | 469 | # CONFIG_SCSI_LOGGING is not set |
470 | CONFIG_SCSI_SCAN_ASYNC=y | ||
445 | 471 | ||
446 | # | 472 | # |
447 | # SCSI Transports | 473 | # SCSI Transports |
@@ -486,11 +512,13 @@ CONFIG_BLK_DEV_SD=y | |||
486 | # CONFIG_SCSI_DC390T is not set | 512 | # CONFIG_SCSI_DC390T is not set |
487 | # CONFIG_SCSI_NSP32 is not set | 513 | # CONFIG_SCSI_NSP32 is not set |
488 | # CONFIG_SCSI_DEBUG is not set | 514 | # CONFIG_SCSI_DEBUG is not set |
515 | # CONFIG_SCSI_SRP is not set | ||
489 | 516 | ||
490 | # | 517 | # |
491 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | 518 | # Serial ATA (prod) and Parallel ATA (experimental) drivers |
492 | # | 519 | # |
493 | CONFIG_ATA=y | 520 | CONFIG_ATA=y |
521 | # CONFIG_ATA_NONSTANDARD is not set | ||
494 | # CONFIG_SATA_AHCI is not set | 522 | # CONFIG_SATA_AHCI is not set |
495 | # CONFIG_SATA_SVW is not set | 523 | # CONFIG_SATA_SVW is not set |
496 | # CONFIG_ATA_PIIX is not set | 524 | # CONFIG_ATA_PIIX is not set |
@@ -506,6 +534,7 @@ CONFIG_ATA=y | |||
506 | # CONFIG_SATA_ULI is not set | 534 | # CONFIG_SATA_ULI is not set |
507 | # CONFIG_SATA_VIA is not set | 535 | # CONFIG_SATA_VIA is not set |
508 | # CONFIG_SATA_VITESSE is not set | 536 | # CONFIG_SATA_VITESSE is not set |
537 | # CONFIG_SATA_INIC162X is not set | ||
509 | # CONFIG_PATA_ALI is not set | 538 | # CONFIG_PATA_ALI is not set |
510 | # CONFIG_PATA_AMD is not set | 539 | # CONFIG_PATA_AMD is not set |
511 | # CONFIG_PATA_ARTOP is not set | 540 | # CONFIG_PATA_ARTOP is not set |
@@ -521,8 +550,10 @@ CONFIG_ATA=y | |||
521 | # CONFIG_PATA_HPT3X2N is not set | 550 | # CONFIG_PATA_HPT3X2N is not set |
522 | # CONFIG_PATA_HPT3X3 is not set | 551 | # CONFIG_PATA_HPT3X3 is not set |
523 | # CONFIG_PATA_IT821X is not set | 552 | # CONFIG_PATA_IT821X is not set |
553 | # CONFIG_PATA_IT8213 is not set | ||
524 | # CONFIG_PATA_JMICRON is not set | 554 | # CONFIG_PATA_JMICRON is not set |
525 | # CONFIG_PATA_TRIFLEX is not set | 555 | # CONFIG_PATA_TRIFLEX is not set |
556 | # CONFIG_PATA_MARVELL is not set | ||
526 | # CONFIG_PATA_MPIIX is not set | 557 | # CONFIG_PATA_MPIIX is not set |
527 | # CONFIG_PATA_OLDPIIX is not set | 558 | # CONFIG_PATA_OLDPIIX is not set |
528 | # CONFIG_PATA_NETCELL is not set | 559 | # CONFIG_PATA_NETCELL is not set |
@@ -539,6 +570,7 @@ CONFIG_PATA_SIL680=y | |||
539 | # CONFIG_PATA_SIS is not set | 570 | # CONFIG_PATA_SIS is not set |
540 | # CONFIG_PATA_VIA is not set | 571 | # CONFIG_PATA_VIA is not set |
541 | # CONFIG_PATA_WINBOND is not set | 572 | # CONFIG_PATA_WINBOND is not set |
573 | # CONFIG_PATA_PLATFORM is not set | ||
542 | 574 | ||
543 | # | 575 | # |
544 | # Multi-device support (RAID and LVM) | 576 | # Multi-device support (RAID and LVM) |
@@ -562,10 +594,8 @@ CONFIG_IEEE1394=m | |||
562 | # Subsystem Options | 594 | # Subsystem Options |
563 | # | 595 | # |
564 | # CONFIG_IEEE1394_VERBOSEDEBUG is not set | 596 | # CONFIG_IEEE1394_VERBOSEDEBUG is not set |
565 | # CONFIG_IEEE1394_OUI_DB is not set | ||
566 | CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y | 597 | CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y |
567 | CONFIG_IEEE1394_CONFIG_ROM_IP1394=y | 598 | CONFIG_IEEE1394_CONFIG_ROM_IP1394=y |
568 | # CONFIG_IEEE1394_EXPORT_FULL_API is not set | ||
569 | 599 | ||
570 | # | 600 | # |
571 | # Device Drivers | 601 | # Device Drivers |
@@ -645,14 +675,17 @@ CONFIG_R8169=y | |||
645 | # CONFIG_TIGON3 is not set | 675 | # CONFIG_TIGON3 is not set |
646 | # CONFIG_BNX2 is not set | 676 | # CONFIG_BNX2 is not set |
647 | # CONFIG_QLA3XXX is not set | 677 | # CONFIG_QLA3XXX is not set |
678 | # CONFIG_ATL1 is not set | ||
648 | 679 | ||
649 | # | 680 | # |
650 | # Ethernet (10000 Mbit) | 681 | # Ethernet (10000 Mbit) |
651 | # | 682 | # |
652 | # CONFIG_CHELSIO_T1 is not set | 683 | # CONFIG_CHELSIO_T1 is not set |
684 | CONFIG_CHELSIO_T3=m | ||
653 | # CONFIG_IXGB is not set | 685 | # CONFIG_IXGB is not set |
654 | # CONFIG_S2IO is not set | 686 | # CONFIG_S2IO is not set |
655 | # CONFIG_MYRI10GE is not set | 687 | # CONFIG_MYRI10GE is not set |
688 | CONFIG_NETXEN_NIC=m | ||
656 | 689 | ||
657 | # | 690 | # |
658 | # Token Ring devices | 691 | # Token Ring devices |
@@ -760,10 +793,6 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
760 | # CONFIG_R3964 is not set | 793 | # CONFIG_R3964 is not set |
761 | # CONFIG_APPLICOM is not set | 794 | # CONFIG_APPLICOM is not set |
762 | # CONFIG_TANBAC_TB0219 is not set | 795 | # CONFIG_TANBAC_TB0219 is not set |
763 | |||
764 | # | ||
765 | # Ftape, the floppy tape device driver | ||
766 | # | ||
767 | # CONFIG_DRM is not set | 796 | # CONFIG_DRM is not set |
768 | CONFIG_GPIO_VR41XX=y | 797 | CONFIG_GPIO_VR41XX=y |
769 | # CONFIG_RAW_DRIVER is not set | 798 | # CONFIG_RAW_DRIVER is not set |
@@ -787,6 +816,7 @@ CONFIG_GPIO_VR41XX=y | |||
787 | # | 816 | # |
788 | # Dallas's 1-wire bus | 817 | # Dallas's 1-wire bus |
789 | # | 818 | # |
819 | # CONFIG_W1 is not set | ||
790 | 820 | ||
791 | # | 821 | # |
792 | # Hardware Monitoring support | 822 | # Hardware Monitoring support |
@@ -795,9 +825,9 @@ CONFIG_GPIO_VR41XX=y | |||
795 | # CONFIG_HWMON_VID is not set | 825 | # CONFIG_HWMON_VID is not set |
796 | 826 | ||
797 | # | 827 | # |
798 | # Misc devices | 828 | # Multifunction device drivers |
799 | # | 829 | # |
800 | # CONFIG_TIFM_CORE is not set | 830 | CONFIG_MFD_SM501=y |
801 | 831 | ||
802 | # | 832 | # |
803 | # Multimedia devices | 833 | # Multimedia devices |
@@ -813,15 +843,22 @@ CONFIG_GPIO_VR41XX=y | |||
813 | # | 843 | # |
814 | # Graphics support | 844 | # Graphics support |
815 | # | 845 | # |
816 | # CONFIG_FIRMWARE_EDID is not set | 846 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
817 | CONFIG_FB=y | 847 | CONFIG_FB=y |
848 | # CONFIG_FIRMWARE_EDID is not set | ||
849 | # CONFIG_FB_DDC is not set | ||
818 | CONFIG_FB_CFB_FILLRECT=y | 850 | CONFIG_FB_CFB_FILLRECT=y |
819 | CONFIG_FB_CFB_COPYAREA=y | 851 | CONFIG_FB_CFB_COPYAREA=y |
820 | CONFIG_FB_CFB_IMAGEBLIT=y | 852 | CONFIG_FB_CFB_IMAGEBLIT=y |
853 | # CONFIG_FB_SVGALIB is not set | ||
821 | # CONFIG_FB_MACMODES is not set | 854 | # CONFIG_FB_MACMODES is not set |
822 | # CONFIG_FB_BACKLIGHT is not set | 855 | # CONFIG_FB_BACKLIGHT is not set |
823 | # CONFIG_FB_MODE_HELPERS is not set | 856 | # CONFIG_FB_MODE_HELPERS is not set |
824 | # CONFIG_FB_TILEBLITTING is not set | 857 | # CONFIG_FB_TILEBLITTING is not set |
858 | |||
859 | # | ||
860 | # Frambuffer hardware drivers | ||
861 | # | ||
825 | # CONFIG_FB_CIRRUS is not set | 862 | # CONFIG_FB_CIRRUS is not set |
826 | # CONFIG_FB_PM2 is not set | 863 | # CONFIG_FB_PM2 is not set |
827 | # CONFIG_FB_CYBER2000 is not set | 864 | # CONFIG_FB_CYBER2000 is not set |
@@ -834,14 +871,16 @@ CONFIG_FB_CFB_IMAGEBLIT=y | |||
834 | # CONFIG_FB_RADEON is not set | 871 | # CONFIG_FB_RADEON is not set |
835 | # CONFIG_FB_ATY128 is not set | 872 | # CONFIG_FB_ATY128 is not set |
836 | # CONFIG_FB_ATY is not set | 873 | # CONFIG_FB_ATY is not set |
874 | # CONFIG_FB_S3 is not set | ||
837 | # CONFIG_FB_SAVAGE is not set | 875 | # CONFIG_FB_SAVAGE is not set |
838 | # CONFIG_FB_SIS is not set | 876 | # CONFIG_FB_SIS is not set |
839 | # CONFIG_FB_NEOMAGIC is not set | 877 | # CONFIG_FB_NEOMAGIC is not set |
840 | # CONFIG_FB_KYRO is not set | 878 | # CONFIG_FB_KYRO is not set |
841 | # CONFIG_FB_3DFX is not set | 879 | # CONFIG_FB_3DFX is not set |
842 | # CONFIG_FB_VOODOO1 is not set | 880 | # CONFIG_FB_VOODOO1 is not set |
843 | CONFIG_FB_SMIVGX=y | 881 | # CONFIG_FB_SMIVGX is not set |
844 | # CONFIG_FB_TRIDENT is not set | 882 | # CONFIG_FB_TRIDENT is not set |
883 | CONFIG_FB_SM501=y | ||
845 | # CONFIG_FB_VIRTUAL is not set | 884 | # CONFIG_FB_VIRTUAL is not set |
846 | 885 | ||
847 | # | 886 | # |
@@ -855,7 +894,6 @@ CONFIG_DUMMY_CONSOLE=y | |||
855 | # Logo configuration | 894 | # Logo configuration |
856 | # | 895 | # |
857 | # CONFIG_LOGO is not set | 896 | # CONFIG_LOGO is not set |
858 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
859 | 897 | ||
860 | # | 898 | # |
861 | # Sound | 899 | # Sound |
@@ -863,6 +901,12 @@ CONFIG_DUMMY_CONSOLE=y | |||
863 | # CONFIG_SOUND is not set | 901 | # CONFIG_SOUND is not set |
864 | 902 | ||
865 | # | 903 | # |
904 | # HID Devices | ||
905 | # | ||
906 | CONFIG_HID=y | ||
907 | # CONFIG_HID_DEBUG is not set | ||
908 | |||
909 | # | ||
866 | # USB support | 910 | # USB support |
867 | # | 911 | # |
868 | CONFIG_USB_ARCH_HAS_HCD=y | 912 | CONFIG_USB_ARCH_HAS_HCD=y |
@@ -875,8 +919,8 @@ CONFIG_USB=m | |||
875 | # Miscellaneous USB options | 919 | # Miscellaneous USB options |
876 | # | 920 | # |
877 | # CONFIG_USB_DEVICEFS is not set | 921 | # CONFIG_USB_DEVICEFS is not set |
878 | # CONFIG_USB_BANDWIDTH is not set | ||
879 | # CONFIG_USB_DYNAMIC_MINORS is not set | 922 | # CONFIG_USB_DYNAMIC_MINORS is not set |
923 | # CONFIG_USB_SUSPEND is not set | ||
880 | # CONFIG_USB_OTG is not set | 924 | # CONFIG_USB_OTG is not set |
881 | 925 | ||
882 | # | 926 | # |
@@ -886,9 +930,11 @@ CONFIG_USB_EHCI_HCD=m | |||
886 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | 930 | # CONFIG_USB_EHCI_SPLIT_ISO is not set |
887 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 931 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
888 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 932 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
933 | # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set | ||
889 | # CONFIG_USB_ISP116X_HCD is not set | 934 | # CONFIG_USB_ISP116X_HCD is not set |
890 | CONFIG_USB_OHCI_HCD=m | 935 | CONFIG_USB_OHCI_HCD=m |
891 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | 936 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
937 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
892 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | 938 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y |
893 | # CONFIG_USB_UHCI_HCD is not set | 939 | # CONFIG_USB_UHCI_HCD is not set |
894 | # CONFIG_USB_SL811_HCD is not set | 940 | # CONFIG_USB_SL811_HCD is not set |
@@ -923,7 +969,6 @@ CONFIG_USB_STORAGE=m | |||
923 | # USB Input Devices | 969 | # USB Input Devices |
924 | # | 970 | # |
925 | CONFIG_USB_HID=m | 971 | CONFIG_USB_HID=m |
926 | CONFIG_USB_HIDINPUT=y | ||
927 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | 972 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set |
928 | # CONFIG_HID_FF is not set | 973 | # CONFIG_HID_FF is not set |
929 | # CONFIG_USB_HIDDEV is not set | 974 | # CONFIG_USB_HIDDEV is not set |
@@ -945,7 +990,7 @@ CONFIG_USB_HIDINPUT=y | |||
945 | # CONFIG_USB_ATI_REMOTE2 is not set | 990 | # CONFIG_USB_ATI_REMOTE2 is not set |
946 | # CONFIG_USB_KEYSPAN_REMOTE is not set | 991 | # CONFIG_USB_KEYSPAN_REMOTE is not set |
947 | # CONFIG_USB_APPLETOUCH is not set | 992 | # CONFIG_USB_APPLETOUCH is not set |
948 | # CONFIG_USB_TRANCEVIBRATOR is not set | 993 | # CONFIG_USB_GTCO is not set |
949 | 994 | ||
950 | # | 995 | # |
951 | # USB Imaging devices | 996 | # USB Imaging devices |
@@ -960,6 +1005,7 @@ CONFIG_USB_HIDINPUT=y | |||
960 | # CONFIG_USB_KAWETH is not set | 1005 | # CONFIG_USB_KAWETH is not set |
961 | # CONFIG_USB_PEGASUS is not set | 1006 | # CONFIG_USB_PEGASUS is not set |
962 | # CONFIG_USB_RTL8150 is not set | 1007 | # CONFIG_USB_RTL8150 is not set |
1008 | # CONFIG_USB_USBNET_MII is not set | ||
963 | # CONFIG_USB_USBNET is not set | 1009 | # CONFIG_USB_USBNET is not set |
964 | CONFIG_USB_MON=y | 1010 | CONFIG_USB_MON=y |
965 | 1011 | ||
@@ -982,6 +1028,7 @@ CONFIG_USB_MON=y | |||
982 | # CONFIG_USB_RIO500 is not set | 1028 | # CONFIG_USB_RIO500 is not set |
983 | # CONFIG_USB_LEGOTOWER is not set | 1029 | # CONFIG_USB_LEGOTOWER is not set |
984 | # CONFIG_USB_LCD is not set | 1030 | # CONFIG_USB_LCD is not set |
1031 | # CONFIG_USB_BERRY_CHARGE is not set | ||
985 | # CONFIG_USB_LED is not set | 1032 | # CONFIG_USB_LED is not set |
986 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1033 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
987 | # CONFIG_USB_CYTHERM is not set | 1034 | # CONFIG_USB_CYTHERM is not set |
@@ -991,6 +1038,7 @@ CONFIG_USB_MON=y | |||
991 | # CONFIG_USB_APPLEDISPLAY is not set | 1038 | # CONFIG_USB_APPLEDISPLAY is not set |
992 | # CONFIG_USB_SISUSBVGA is not set | 1039 | # CONFIG_USB_SISUSBVGA is not set |
993 | # CONFIG_USB_LD is not set | 1040 | # CONFIG_USB_LD is not set |
1041 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
994 | 1042 | ||
995 | # | 1043 | # |
996 | # USB DSL modem support | 1044 | # USB DSL modem support |
@@ -1047,6 +1095,14 @@ CONFIG_USB_MON=y | |||
1047 | # | 1095 | # |
1048 | 1096 | ||
1049 | # | 1097 | # |
1098 | # Auxiliary Display support | ||
1099 | # | ||
1100 | |||
1101 | # | ||
1102 | # Virtualization | ||
1103 | # | ||
1104 | |||
1105 | # | ||
1050 | # File systems | 1106 | # File systems |
1051 | # | 1107 | # |
1052 | CONFIG_EXT2_FS=y | 1108 | CONFIG_EXT2_FS=y |
@@ -1105,7 +1161,7 @@ CONFIG_TMPFS=y | |||
1105 | # CONFIG_TMPFS_POSIX_ACL is not set | 1161 | # CONFIG_TMPFS_POSIX_ACL is not set |
1106 | # CONFIG_HUGETLB_PAGE is not set | 1162 | # CONFIG_HUGETLB_PAGE is not set |
1107 | CONFIG_RAMFS=y | 1163 | CONFIG_RAMFS=y |
1108 | # CONFIG_CONFIGFS_FS is not set | 1164 | CONFIG_CONFIGFS_FS=m |
1109 | 1165 | ||
1110 | # | 1166 | # |
1111 | # Miscellaneous filesystems | 1167 | # Miscellaneous filesystems |
@@ -1159,6 +1215,14 @@ CONFIG_MSDOS_PARTITION=y | |||
1159 | # CONFIG_NLS is not set | 1215 | # CONFIG_NLS is not set |
1160 | 1216 | ||
1161 | # | 1217 | # |
1218 | # Distributed Lock Manager | ||
1219 | # | ||
1220 | CONFIG_DLM=m | ||
1221 | CONFIG_DLM_TCP=y | ||
1222 | # CONFIG_DLM_SCTP is not set | ||
1223 | # CONFIG_DLM_DEBUG is not set | ||
1224 | |||
1225 | # | ||
1162 | # Profiling support | 1226 | # Profiling support |
1163 | # | 1227 | # |
1164 | # CONFIG_PROFILING is not set | 1228 | # CONFIG_PROFILING is not set |
@@ -1171,10 +1235,10 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y | |||
1171 | CONFIG_ENABLE_MUST_CHECK=y | 1235 | CONFIG_ENABLE_MUST_CHECK=y |
1172 | # CONFIG_MAGIC_SYSRQ is not set | 1236 | # CONFIG_MAGIC_SYSRQ is not set |
1173 | # CONFIG_UNUSED_SYMBOLS is not set | 1237 | # CONFIG_UNUSED_SYMBOLS is not set |
1174 | # CONFIG_DEBUG_KERNEL is not set | ||
1175 | CONFIG_LOG_BUF_SHIFT=14 | ||
1176 | # CONFIG_DEBUG_FS is not set | 1238 | # CONFIG_DEBUG_FS is not set |
1177 | # CONFIG_HEADERS_CHECK is not set | 1239 | # CONFIG_HEADERS_CHECK is not set |
1240 | # CONFIG_DEBUG_KERNEL is not set | ||
1241 | CONFIG_LOG_BUF_SHIFT=14 | ||
1178 | CONFIG_CROSSCOMPILE=y | 1242 | CONFIG_CROSSCOMPILE=y |
1179 | CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" | 1243 | CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" |
1180 | 1244 | ||
@@ -1187,14 +1251,59 @@ CONFIG_CMDLINE="mem=64M console=ttyVR0,115200 ip=any root=/dev/nfs" | |||
1187 | # | 1251 | # |
1188 | # Cryptographic options | 1252 | # Cryptographic options |
1189 | # | 1253 | # |
1190 | # CONFIG_CRYPTO is not set | 1254 | CONFIG_CRYPTO=y |
1255 | CONFIG_CRYPTO_ALGAPI=y | ||
1256 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1257 | CONFIG_CRYPTO_HASH=m | ||
1258 | CONFIG_CRYPTO_MANAGER=m | ||
1259 | CONFIG_CRYPTO_HMAC=m | ||
1260 | CONFIG_CRYPTO_XCBC=m | ||
1261 | CONFIG_CRYPTO_NULL=m | ||
1262 | CONFIG_CRYPTO_MD4=m | ||
1263 | CONFIG_CRYPTO_MD5=y | ||
1264 | CONFIG_CRYPTO_SHA1=m | ||
1265 | CONFIG_CRYPTO_SHA256=m | ||
1266 | CONFIG_CRYPTO_SHA512=m | ||
1267 | CONFIG_CRYPTO_WP512=m | ||
1268 | CONFIG_CRYPTO_TGR192=m | ||
1269 | CONFIG_CRYPTO_GF128MUL=m | ||
1270 | CONFIG_CRYPTO_ECB=m | ||
1271 | CONFIG_CRYPTO_CBC=m | ||
1272 | CONFIG_CRYPTO_PCBC=m | ||
1273 | CONFIG_CRYPTO_LRW=m | ||
1274 | CONFIG_CRYPTO_DES=m | ||
1275 | CONFIG_CRYPTO_FCRYPT=m | ||
1276 | CONFIG_CRYPTO_BLOWFISH=m | ||
1277 | CONFIG_CRYPTO_TWOFISH=m | ||
1278 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
1279 | CONFIG_CRYPTO_SERPENT=m | ||
1280 | CONFIG_CRYPTO_AES=m | ||
1281 | CONFIG_CRYPTO_CAST5=m | ||
1282 | CONFIG_CRYPTO_CAST6=m | ||
1283 | CONFIG_CRYPTO_TEA=m | ||
1284 | CONFIG_CRYPTO_ARC4=m | ||
1285 | CONFIG_CRYPTO_KHAZAD=m | ||
1286 | CONFIG_CRYPTO_ANUBIS=m | ||
1287 | CONFIG_CRYPTO_DEFLATE=m | ||
1288 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1289 | CONFIG_CRYPTO_CRC32C=m | ||
1290 | CONFIG_CRYPTO_CAMELLIA=m | ||
1291 | # CONFIG_CRYPTO_TEST is not set | ||
1292 | |||
1293 | # | ||
1294 | # Hardware crypto devices | ||
1295 | # | ||
1191 | 1296 | ||
1192 | # | 1297 | # |
1193 | # Library routines | 1298 | # Library routines |
1194 | # | 1299 | # |
1300 | CONFIG_BITREVERSE=y | ||
1195 | # CONFIG_CRC_CCITT is not set | 1301 | # CONFIG_CRC_CCITT is not set |
1196 | # CONFIG_CRC16 is not set | 1302 | # CONFIG_CRC16 is not set |
1197 | CONFIG_CRC32=y | 1303 | CONFIG_CRC32=y |
1198 | # CONFIG_LIBCRC32C is not set | 1304 | CONFIG_LIBCRC32C=m |
1199 | CONFIG_ZLIB_INFLATE=m | 1305 | CONFIG_ZLIB_INFLATE=m |
1306 | CONFIG_ZLIB_DEFLATE=m | ||
1200 | CONFIG_PLIST=y | 1307 | CONFIG_PLIST=y |
1308 | CONFIG_HAS_IOMEM=y | ||
1309 | CONFIG_HAS_IOPORT=y | ||