From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263015AbTLDBxf (ORCPT ); Wed, 3 Dec 2003 20:53:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263024AbTLDBxf (ORCPT ); Wed, 3 Dec 2003 20:53:35 -0500 Received: from wq174.internetdsl.tpnet.pl ([80.55.198.174]:52613 "EHLO padme.taniec.info") by vger.kernel.org with ESMTP id S263015AbTLDBwu (ORCPT ); Wed, 3 Dec 2003 20:52:50 -0500 Message-ID: <004401c3ba09$4fb46400$3200a8c0@LAPTOP> From: "Daniel Nguyen" To: Subject: bug in kernel sources Date: Thu, 4 Dec 2003 02:52:44 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0041_01C3BA11.B14C8BE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This is a multi-part message in MIME format. ------=_NextPart_000_0041_01C3BA11.B14C8BE0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Hi I've found some "bug" in sources of linux kernel 2.4.23 . During kernel compiling, at the end of "make bzImage" some errors occurs: ld -m elf_i386 -T /root/kernel/linux-2.4.23/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.o \ --start-group \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \ drivers/parport/driver.o drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/char/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/scsi/scsidrv.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o drivers/pci/driver.o drivers/pnp/pnp.o drivers/video/video.o drivers/usb/usbdrv.o drivers/media/media.o drivers/input/inputdrv.o drivers/bluetooth/bluetooth.o crypto/crypto.o \ net/network.o \ /root/kernel/linux-2.4.23/arch/i386/lib/lib.a /root/kernel/linux-2.4.23/lib/lib.a /root/kernel/linux-2.4.23/arch/i386/lib/lib.a \ --end-group \ -o vmlinux drivers/char/drm/drm.o(.text+0x3312c): In function `sis_fb_alloc': : undefined reference to `sis_malloc' drivers/char/drm/drm.o(.text+0x331bc): In function `sis_fb_alloc': : undefined reference to `sis_free' drivers/char/drm/drm.o(.text+0x33215): In function `sis_fb_free': : undefined reference to `sis_free' drivers/char/drm/drm.o(.text+0x335b5): In function `sis_final_context': : undefined reference to `sis_free' I include in attachement my ".config" so You can check it yourself. Best Regards Daniel ------=_NextPart_000_0041_01C3BA11.B14C8BE0 Content-Type: application/octet-stream; name=".config" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=".config" #=0A= # Automatically generated by make menuconfig: don't edit=0A= #=0A= CONFIG_X86=3Dy=0A= # CONFIG_SBUS is not set=0A= CONFIG_UID16=3Dy=0A= =0A= #=0A= # Code maturity level options=0A= #=0A= # CONFIG_EXPERIMENTAL is not set=0A= =0A= #=0A= # Loadable module support=0A= #=0A= # CONFIG_MODULES is not set=0A= =0A= #=0A= # Processor type and features=0A= #=0A= # CONFIG_M386 is not set=0A= # CONFIG_M486 is not set=0A= # CONFIG_M586 is not set=0A= # CONFIG_M586TSC is not set=0A= CONFIG_M586MMX=3Dy=0A= # CONFIG_M686 is not set=0A= # CONFIG_MPENTIUMIII is not set=0A= # CONFIG_MPENTIUM4 is not set=0A= # CONFIG_MK6 is not set=0A= # CONFIG_MK7 is not set=0A= # CONFIG_MK8 is not set=0A= # CONFIG_MELAN is not set=0A= # CONFIG_MCRUSOE is not set=0A= # CONFIG_MWINCHIPC6 is not set=0A= # CONFIG_MWINCHIP2 is not set=0A= # CONFIG_MWINCHIP3D is not set=0A= # CONFIG_MCYRIXIII is not set=0A= # CONFIG_MVIAC3_2 is not set=0A= CONFIG_X86_WP_WORKS_OK=3Dy=0A= CONFIG_X86_INVLPG=3Dy=0A= CONFIG_X86_CMPXCHG=3Dy=0A= CONFIG_X86_XADD=3Dy=0A= CONFIG_X86_BSWAP=3Dy=0A= CONFIG_X86_POPAD_OK=3Dy=0A= # CONFIG_RWSEM_GENERIC_SPINLOCK is not set=0A= CONFIG_RWSEM_XCHGADD_ALGORITHM=3Dy=0A= CONFIG_X86_L1_CACHE_SHIFT=3D5=0A= CONFIG_X86_USE_STRING_486=3Dy=0A= CONFIG_X86_ALIGNMENT_16=3Dy=0A= CONFIG_X86_HAS_TSC=3Dy=0A= CONFIG_X86_GOOD_APIC=3Dy=0A= CONFIG_X86_PPRO_FENCE=3Dy=0A= # CONFIG_X86_F00F_WORKS_OK is not set=0A= CONFIG_X86_MCE=3Dy=0A= # CONFIG_TOSHIBA is not set=0A= # CONFIG_I8K is not set=0A= # CONFIG_MICROCODE is not set=0A= # CONFIG_X86_MSR is not set=0A= # CONFIG_X86_CPUID is not set=0A= CONFIG_NOHIGHMEM=3Dy=0A= # CONFIG_HIGHMEM4G is not set=0A= # CONFIG_HIGHMEM64G is not set=0A= # CONFIG_HIGHMEM is not set=0A= # CONFIG_MATH_EMULATION is not set=0A= # CONFIG_MTRR is not set=0A= # CONFIG_SMP is not set=0A= CONFIG_X86_UP_APIC=3Dy=0A= CONFIG_X86_UP_IOAPIC=3Dy=0A= CONFIG_X86_LOCAL_APIC=3Dy=0A= CONFIG_X86_IO_APIC=3Dy=0A= # CONFIG_X86_TSC_DISABLE is not set=0A= CONFIG_X86_TSC=3Dy=0A= =0A= #=0A= # General setup=0A= #=0A= CONFIG_NET=3Dy=0A= CONFIG_PCI=3Dy=0A= # CONFIG_PCI_GOBIOS is not set=0A= # CONFIG_PCI_GODIRECT is not set=0A= CONFIG_PCI_GOANY=3Dy=0A= CONFIG_PCI_BIOS=3Dy=0A= CONFIG_PCI_DIRECT=3Dy=0A= CONFIG_ISA=3Dy=0A= CONFIG_PCI_NAMES=3Dy=0A= # CONFIG_EISA is not set=0A= # CONFIG_MCA is not set=0A= CONFIG_HOTPLUG=3Dy=0A= =0A= #=0A= # PCMCIA/CardBus support=0A= #=0A= # CONFIG_PCMCIA is not set=0A= =0A= #=0A= # PCI Hotplug Support=0A= #=0A= # CONFIG_HOTPLUG_PCI is not set=0A= # CONFIG_HOTPLUG_PCI_COMPAQ is not set=0A= # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set=0A= # CONFIG_HOTPLUG_PCI_IBM is not set=0A= CONFIG_SYSVIPC=3Dy=0A= CONFIG_BSD_PROCESS_ACCT=3Dy=0A= CONFIG_SYSCTL=3Dy=0A= CONFIG_KCORE_ELF=3Dy=0A= # CONFIG_KCORE_AOUT is not set=0A= CONFIG_BINFMT_AOUT=3Dy=0A= CONFIG_BINFMT_ELF=3Dy=0A= CONFIG_BINFMT_MISC=3Dy=0A= CONFIG_PM=3Dy=0A= # CONFIG_APM is not set=0A= =0A= #=0A= # ACPI Support=0A= #=0A= # CONFIG_ACPI is not set=0A= =0A= #=0A= # Memory Technology Devices (MTD)=0A= #=0A= # CONFIG_MTD is not set=0A= =0A= #=0A= # Parallel port support=0A= #=0A= CONFIG_PARPORT=3Dy=0A= CONFIG_PARPORT_PC=3Dy=0A= CONFIG_PARPORT_PC_CML1=3Dy=0A= CONFIG_PARPORT_SERIAL=3Dy=0A= # CONFIG_PARPORT_AMIGA is not set=0A= # CONFIG_PARPORT_MFC3 is not set=0A= # CONFIG_PARPORT_ATARI is not set=0A= # CONFIG_PARPORT_GSC is not set=0A= # CONFIG_PARPORT_SUNBPP is not set=0A= # CONFIG_PARPORT_OTHER is not set=0A= CONFIG_PARPORT_1284=3Dy=0A= =0A= #=0A= # Plug and Play configuration=0A= #=0A= CONFIG_PNP=3Dy=0A= CONFIG_ISAPNP=3Dy=0A= =0A= #=0A= # Block devices=0A= #=0A= CONFIG_BLK_DEV_FD=3Dy=0A= # CONFIG_BLK_DEV_XD is not set=0A= # CONFIG_PARIDE is not set=0A= # CONFIG_BLK_CPQ_DA is not set=0A= # CONFIG_BLK_CPQ_CISS_DA is not set=0A= # CONFIG_CISS_SCSI_TAPE is not set=0A= # CONFIG_CISS_MONITOR_THREAD is not set=0A= CONFIG_BLK_DEV_DAC960=3Dy=0A= # CONFIG_BLK_DEV_UMEM is not set=0A= CONFIG_BLK_DEV_LOOP=3Dy=0A= CONFIG_BLK_DEV_NBD=3Dy=0A= CONFIG_BLK_DEV_RAM=3Dy=0A= CONFIG_BLK_DEV_RAM_SIZE=3D16384=0A= CONFIG_BLK_DEV_INITRD=3Dy=0A= CONFIG_BLK_STATS=3Dy=0A= =0A= #=0A= # Multi-device support (RAID and LVM)=0A= #=0A= # CONFIG_MD is not set=0A= # CONFIG_BLK_DEV_MD is not set=0A= # CONFIG_MD_LINEAR is not set=0A= # CONFIG_MD_RAID0 is not set=0A= # CONFIG_MD_RAID1 is not set=0A= # CONFIG_MD_RAID5 is not set=0A= # CONFIG_MD_MULTIPATH is not set=0A= # CONFIG_BLK_DEV_LVM is not set=0A= =0A= #=0A= # Networking options=0A= #=0A= CONFIG_PACKET=3Dy=0A= CONFIG_PACKET_MMAP=3Dy=0A= # CONFIG_NETLINK_DEV is not set=0A= CONFIG_NETFILTER=3Dy=0A= CONFIG_NETFILTER_DEBUG=3Dy=0A= CONFIG_FILTER=3Dy=0A= CONFIG_UNIX=3Dy=0A= CONFIG_INET=3Dy=0A= # CONFIG_IP_MULTICAST is not set=0A= CONFIG_IP_ADVANCED_ROUTER=3Dy=0A= CONFIG_IP_MULTIPLE_TABLES=3Dy=0A= CONFIG_IP_ROUTE_FWMARK=3Dy=0A= CONFIG_IP_ROUTE_NAT=3Dy=0A= CONFIG_IP_ROUTE_MULTIPATH=3Dy=0A= CONFIG_IP_ROUTE_TOS=3Dy=0A= CONFIG_IP_ROUTE_VERBOSE=3Dy=0A= # CONFIG_IP_PNP is not set=0A= CONFIG_NET_IPIP=3Dy=0A= CONFIG_NET_IPGRE=3Dy=0A= # CONFIG_INET_ECN is not set=0A= CONFIG_SYN_COOKIES=3Dy=0A= =0A= #=0A= # IP: Netfilter Configuration=0A= #=0A= CONFIG_IP_NF_CONNTRACK=3Dy=0A= CONFIG_IP_NF_FTP=3Dy=0A= # CONFIG_IP_NF_AMANDA is not set=0A= # CONFIG_IP_NF_TFTP is not set=0A= CONFIG_IP_NF_IRC=3Dy=0A= CONFIG_IP_NF_IPTABLES=3Dy=0A= CONFIG_IP_NF_MATCH_LIMIT=3Dy=0A= CONFIG_IP_NF_MATCH_MAC=3Dy=0A= CONFIG_IP_NF_MATCH_PKTTYPE=3Dy=0A= CONFIG_IP_NF_MATCH_MARK=3Dy=0A= CONFIG_IP_NF_MATCH_MULTIPORT=3Dy=0A= CONFIG_IP_NF_MATCH_TOS=3Dy=0A= CONFIG_IP_NF_MATCH_RECENT=3Dy=0A= CONFIG_IP_NF_MATCH_ECN=3Dy=0A= CONFIG_IP_NF_MATCH_DSCP=3Dy=0A= CONFIG_IP_NF_MATCH_AH_ESP=3Dy=0A= CONFIG_IP_NF_MATCH_LENGTH=3Dy=0A= CONFIG_IP_NF_MATCH_TTL=3Dy=0A= CONFIG_IP_NF_MATCH_TCPMSS=3Dy=0A= CONFIG_IP_NF_MATCH_HELPER=3Dy=0A= CONFIG_IP_NF_MATCH_STATE=3Dy=0A= CONFIG_IP_NF_MATCH_CONNTRACK=3Dy=0A= CONFIG_IP_NF_FILTER=3Dy=0A= CONFIG_IP_NF_TARGET_REJECT=3Dy=0A= CONFIG_IP_NF_NAT=3Dy=0A= CONFIG_IP_NF_NAT_NEEDED=3Dy=0A= CONFIG_IP_NF_TARGET_MASQUERADE=3Dy=0A= CONFIG_IP_NF_TARGET_REDIRECT=3Dy=0A= CONFIG_IP_NF_NAT_LOCAL=3Dy=0A= CONFIG_IP_NF_NAT_IRC=3Dy=0A= CONFIG_IP_NF_NAT_FTP=3Dy=0A= CONFIG_IP_NF_MANGLE=3Dy=0A= CONFIG_IP_NF_TARGET_TOS=3Dy=0A= CONFIG_IP_NF_TARGET_ECN=3Dy=0A= CONFIG_IP_NF_TARGET_DSCP=3Dy=0A= CONFIG_IP_NF_TARGET_MARK=3Dy=0A= CONFIG_IP_NF_TARGET_LOG=3Dy=0A= CONFIG_IP_NF_TARGET_ULOG=3Dy=0A= CONFIG_IP_NF_TARGET_TCPMSS=3Dy=0A= CONFIG_IP_NF_ARPTABLES=3Dy=0A= CONFIG_IP_NF_ARPFILTER=3Dy=0A= CONFIG_IP_NF_ARP_MANGLE=3Dy=0A= =0A= #=0A= # IP: Virtual Server Configuration=0A= #=0A= # CONFIG_IP_VS is not set=0A= CONFIG_VLAN_8021Q=3Dy=0A= # CONFIG_IPX is not set=0A= # CONFIG_ATALK is not set=0A= =0A= #=0A= # Appletalk devices=0A= #=0A= # CONFIG_DEV_APPLETALK is not set=0A= # CONFIG_DECNET is not set=0A= CONFIG_BRIDGE=3Dy=0A= =0A= #=0A= # QoS and/or fair queueing=0A= #=0A= CONFIG_NET_SCHED=3Dy=0A= CONFIG_NET_SCH_CBQ=3Dy=0A= CONFIG_NET_SCH_HTB=3Dy=0A= CONFIG_NET_SCH_CSZ=3Dy=0A= CONFIG_NET_SCH_PRIO=3Dy=0A= CONFIG_NET_SCH_RED=3Dy=0A= CONFIG_NET_SCH_SFQ=3Dy=0A= CONFIG_NET_SCH_TEQL=3Dy=0A= CONFIG_NET_SCH_TBF=3Dy=0A= CONFIG_NET_SCH_GRED=3Dy=0A= CONFIG_NET_SCH_DSMARK=3Dy=0A= CONFIG_NET_SCH_INGRESS=3Dy=0A= CONFIG_NET_QOS=3Dy=0A= CONFIG_NET_ESTIMATOR=3Dy=0A= CONFIG_NET_CLS=3Dy=0A= CONFIG_NET_CLS_TCINDEX=3Dy=0A= CONFIG_NET_CLS_ROUTE4=3Dy=0A= CONFIG_NET_CLS_ROUTE=3Dy=0A= CONFIG_NET_CLS_FW=3Dy=0A= CONFIG_NET_CLS_U32=3Dy=0A= CONFIG_NET_CLS_RSVP=3Dy=0A= CONFIG_NET_CLS_RSVP6=3Dy=0A= CONFIG_NET_CLS_POLICE=3Dy=0A= =0A= #=0A= # Network testing=0A= #=0A= # CONFIG_NET_PKTGEN is not set=0A= =0A= #=0A= # Telephony Support=0A= #=0A= # CONFIG_PHONE is not set=0A= # CONFIG_PHONE_IXJ is not set=0A= # CONFIG_PHONE_IXJ_PCMCIA is not set=0A= =0A= #=0A= # ATA/IDE/MFM/RLL support=0A= #=0A= CONFIG_IDE=3Dy=0A= =0A= #=0A= # IDE, ATA and ATAPI Block devices=0A= #=0A= CONFIG_BLK_DEV_IDE=3Dy=0A= # CONFIG_BLK_DEV_HD_IDE is not set=0A= # CONFIG_BLK_DEV_HD is not set=0A= CONFIG_BLK_DEV_IDEDISK=3Dy=0A= CONFIG_IDEDISK_MULTI_MODE=3Dy=0A= # CONFIG_IDEDISK_STROKE is not set=0A= # CONFIG_BLK_DEV_IDECS is not set=0A= CONFIG_BLK_DEV_IDECD=3Dy=0A= # CONFIG_BLK_DEV_IDETAPE is not set=0A= # CONFIG_BLK_DEV_IDEFLOPPY is not set=0A= # CONFIG_BLK_DEV_IDESCSI is not set=0A= # CONFIG_IDE_TASK_IOCTL is not set=0A= CONFIG_BLK_DEV_CMD640=3Dy=0A= CONFIG_BLK_DEV_CMD640_ENHANCED=3Dy=0A= CONFIG_BLK_DEV_ISAPNP=3Dy=0A= CONFIG_BLK_DEV_IDEPCI=3Dy=0A= CONFIG_BLK_DEV_GENERIC=3Dy=0A= CONFIG_IDEPCI_SHARE_IRQ=3Dy=0A= CONFIG_BLK_DEV_IDEDMA_PCI=3Dy=0A= CONFIG_BLK_DEV_OFFBOARD=3Dy=0A= # CONFIG_BLK_DEV_IDEDMA_FORCED is not set=0A= CONFIG_IDEDMA_PCI_AUTO=3Dy=0A= # CONFIG_IDEDMA_ONLYDISK is not set=0A= CONFIG_BLK_DEV_IDEDMA=3Dy=0A= # CONFIG_IDEDMA_PCI_WIP is not set=0A= # CONFIG_BLK_DEV_ADMA100 is not set=0A= # CONFIG_BLK_DEV_AEC62XX is not set=0A= # CONFIG_BLK_DEV_ALI15X3 is not set=0A= # CONFIG_WDC_ALI15X3 is not set=0A= # CONFIG_BLK_DEV_AMD74XX is not set=0A= # CONFIG_AMD74XX_OVERRIDE is not set=0A= CONFIG_BLK_DEV_CMD64X=3Dy=0A= # CONFIG_BLK_DEV_TRIFLEX is not set=0A= # CONFIG_BLK_DEV_CY82C693 is not set=0A= # CONFIG_BLK_DEV_CS5530 is not set=0A= # CONFIG_BLK_DEV_HPT34X is not set=0A= # CONFIG_HPT34X_AUTODMA is not set=0A= # CONFIG_BLK_DEV_HPT366 is not set=0A= CONFIG_BLK_DEV_PIIX=3Dy=0A= # CONFIG_BLK_DEV_NS87415 is not set=0A= # CONFIG_BLK_DEV_OPTI621 is not set=0A= # CONFIG_BLK_DEV_PDC202XX_OLD is not set=0A= # CONFIG_PDC202XX_BURST is not set=0A= # CONFIG_BLK_DEV_PDC202XX_NEW is not set=0A= CONFIG_BLK_DEV_RZ1000=3Dy=0A= # CONFIG_BLK_DEV_SC1200 is not set=0A= # CONFIG_BLK_DEV_SVWKS is not set=0A= CONFIG_BLK_DEV_SIIMAGE=3Dy=0A= CONFIG_BLK_DEV_SIS5513=3Dy=0A= # CONFIG_BLK_DEV_SLC90E66 is not set=0A= # CONFIG_BLK_DEV_TRM290 is not set=0A= CONFIG_BLK_DEV_VIA82CXXX=3Dy=0A= CONFIG_IDE_CHIPSETS=3Dy=0A= # CONFIG_BLK_DEV_4DRIVES is not set=0A= # CONFIG_BLK_DEV_ALI14XX is not set=0A= # CONFIG_BLK_DEV_DTC2278 is not set=0A= # CONFIG_BLK_DEV_HT6560B is not set=0A= # CONFIG_BLK_DEV_PDC4030 is not set=0A= # CONFIG_BLK_DEV_QD65XX is not set=0A= # CONFIG_BLK_DEV_UMC8672 is not set=0A= CONFIG_IDEDMA_AUTO=3Dy=0A= CONFIG_IDEDMA_IVB=3Dy=0A= # CONFIG_DMA_NONPCI is not set=0A= CONFIG_BLK_DEV_IDE_MODES=3Dy=0A= # CONFIG_BLK_DEV_ATARAID is not set=0A= # CONFIG_BLK_DEV_ATARAID_PDC is not set=0A= # CONFIG_BLK_DEV_ATARAID_HPT is not set=0A= # CONFIG_BLK_DEV_ATARAID_SII is not set=0A= =0A= #=0A= # SCSI support=0A= #=0A= CONFIG_SCSI=3Dy=0A= CONFIG_BLK_DEV_SD=3Dy=0A= CONFIG_SD_EXTRA_DEVS=3D10=0A= # CONFIG_CHR_DEV_ST is not set=0A= # CONFIG_CHR_DEV_OSST is not set=0A= CONFIG_BLK_DEV_SR=3Dy=0A= CONFIG_BLK_DEV_SR_VENDOR=3Dy=0A= CONFIG_SR_EXTRA_DEVS=3D2=0A= # CONFIG_CHR_DEV_SG is not set=0A= CONFIG_SCSI_DEBUG_QUEUES=3Dy=0A= # CONFIG_SCSI_MULTI_LUN is not set=0A= CONFIG_SCSI_CONSTANTS=3Dy=0A= # CONFIG_SCSI_LOGGING is not set=0A= =0A= #=0A= # SCSI low-level drivers=0A= #=0A= # CONFIG_BLK_DEV_3W_XXXX_RAID is not set=0A= # CONFIG_SCSI_7000FASST is not set=0A= # CONFIG_SCSI_ACARD is not set=0A= CONFIG_SCSI_AHA152X=3Dy=0A= CONFIG_SCSI_AHA1542=3Dy=0A= CONFIG_SCSI_AHA1740=3Dy=0A= CONFIG_SCSI_AIC7XXX=3Dy=0A= CONFIG_AIC7XXX_CMDS_PER_DEVICE=3D32=0A= CONFIG_AIC7XXX_RESET_DELAY_MS=3D5000=0A= # CONFIG_AIC7XXX_PROBE_EISA_VL is not set=0A= # CONFIG_AIC7XXX_BUILD_FIRMWARE is not set=0A= # CONFIG_AIC7XXX_DEBUG_ENABLE is not set=0A= CONFIG_AIC7XXX_DEBUG_MASK=3D0=0A= # CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set=0A= # CONFIG_SCSI_AIC79XX is not set=0A= # CONFIG_SCSI_DPT_I2O is not set=0A= # CONFIG_SCSI_ADVANSYS is not set=0A= # CONFIG_SCSI_IN2000 is not set=0A= # CONFIG_SCSI_AM53C974 is not set=0A= # CONFIG_SCSI_MEGARAID is not set=0A= # CONFIG_SCSI_MEGARAID2 is not set=0A= # CONFIG_SCSI_BUSLOGIC is not set=0A= # CONFIG_SCSI_CPQFCTS is not set=0A= # CONFIG_SCSI_DMX3191D is not set=0A= # CONFIG_SCSI_DTC3280 is not set=0A= # CONFIG_SCSI_EATA is not set=0A= # CONFIG_SCSI_EATA_DMA is not set=0A= # CONFIG_SCSI_EATA_PIO is not set=0A= # CONFIG_SCSI_FUTURE_DOMAIN is not set=0A= # CONFIG_SCSI_GDTH is not set=0A= # CONFIG_SCSI_GENERIC_NCR5380 is not set=0A= # CONFIG_SCSI_IPS is not set=0A= # CONFIG_SCSI_INITIO is not set=0A= # CONFIG_SCSI_INIA100 is not set=0A= # CONFIG_SCSI_PPA is not set=0A= # CONFIG_SCSI_IMM is not set=0A= # CONFIG_SCSI_NCR53C406A is not set=0A= # CONFIG_SCSI_NCR53C7xx is not set=0A= # CONFIG_SCSI_SYM53C8XX_2 is not set=0A= # CONFIG_SCSI_NCR53C8XX is not set=0A= CONFIG_SCSI_SYM53C8XX=3Dy=0A= CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=3D4=0A= CONFIG_SCSI_NCR53C8XX_MAX_TAGS=3D32=0A= CONFIG_SCSI_NCR53C8XX_SYNC=3D20=0A= # CONFIG_SCSI_NCR53C8XX_PROFILE is not set=0A= # CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set=0A= # CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set=0A= # CONFIG_SCSI_PAS16 is not set=0A= # CONFIG_SCSI_PCI2000 is not set=0A= # CONFIG_SCSI_PCI2220I is not set=0A= # CONFIG_SCSI_PSI240I is not set=0A= # CONFIG_SCSI_QLOGIC_FAS is not set=0A= # CONFIG_SCSI_QLOGIC_ISP is not set=0A= # CONFIG_SCSI_QLOGIC_FC is not set=0A= # CONFIG_SCSI_QLOGIC_1280 is not set=0A= # CONFIG_SCSI_SEAGATE is not set=0A= # CONFIG_SCSI_SIM710 is not set=0A= # CONFIG_SCSI_SYM53C416 is not set=0A= CONFIG_SCSI_DC390T=3Dy=0A= CONFIG_SCSI_DC390T_NOGENSUPP=3Dy=0A= # CONFIG_SCSI_T128 is not set=0A= # CONFIG_SCSI_U14_34F is not set=0A= # CONFIG_SCSI_ULTRASTOR is not set=0A= # CONFIG_SCSI_NSP32 is not set=0A= =0A= #=0A= # Fusion MPT device support=0A= #=0A= # CONFIG_FUSION is not set=0A= # CONFIG_FUSION_BOOT is not set=0A= # CONFIG_FUSION_ISENSE is not set=0A= # CONFIG_FUSION_CTL is not set=0A= # CONFIG_FUSION_LAN is not set=0A= =0A= #=0A= # I2O device support=0A= #=0A= # CONFIG_I2O is not set=0A= # CONFIG_I2O_PCI is not set=0A= # CONFIG_I2O_BLOCK is not set=0A= # CONFIG_I2O_LAN is not set=0A= # CONFIG_I2O_SCSI is not set=0A= # CONFIG_I2O_PROC is not set=0A= =0A= #=0A= # Network device support=0A= #=0A= CONFIG_NETDEVICES=3Dy=0A= =0A= #=0A= # ARCnet devices=0A= #=0A= # CONFIG_ARCNET is not set=0A= CONFIG_DUMMY=3Dy=0A= # CONFIG_BONDING is not set=0A= # CONFIG_EQUALIZER is not set=0A= # CONFIG_TUN is not set=0A= # CONFIG_NET_SB1000 is not set=0A= =0A= #=0A= # Ethernet (10 or 100Mbit)=0A= #=0A= CONFIG_NET_ETHERNET=3Dy=0A= # CONFIG_SUNLANCE is not set=0A= # CONFIG_HAPPYMEAL is not set=0A= # CONFIG_SUNBMAC is not set=0A= # CONFIG_SUNQE is not set=0A= # CONFIG_SUNGEM is not set=0A= # CONFIG_NET_VENDOR_3COM is not set=0A= # CONFIG_LANCE is not set=0A= # CONFIG_NET_VENDOR_SMC is not set=0A= # CONFIG_NET_VENDOR_RACAL is not set=0A= # CONFIG_AT1700 is not set=0A= # CONFIG_DEPCA is not set=0A= # CONFIG_HP100 is not set=0A= # CONFIG_NET_ISA is not set=0A= CONFIG_NET_PCI=3Dy=0A= # CONFIG_PCNET32 is not set=0A= # CONFIG_AMD8111_ETH is not set=0A= # CONFIG_ADAPTEC_STARFIRE is not set=0A= # CONFIG_AC3200 is not set=0A= # CONFIG_APRICOT is not set=0A= # CONFIG_B44 is not set=0A= # CONFIG_CS89x0 is not set=0A= # CONFIG_TULIP is not set=0A= # CONFIG_DE4X5 is not set=0A= # CONFIG_DGRS is not set=0A= # CONFIG_DM9102 is not set=0A= CONFIG_EEPRO100=3Dy=0A= # CONFIG_EEPRO100_PIO is not set=0A= # CONFIG_E100 is not set=0A= # CONFIG_LNE390 is not set=0A= # CONFIG_FEALNX is not set=0A= # CONFIG_NATSEMI is not set=0A= CONFIG_NE2K_PCI=3Dy=0A= # CONFIG_NE3210 is not set=0A= # CONFIG_ES3210 is not set=0A= # CONFIG_8139CP is not set=0A= CONFIG_8139TOO=3Dy=0A= # CONFIG_8139TOO_PIO is not set=0A= CONFIG_8139TOO_TUNE_TWISTER=3Dy=0A= # CONFIG_8139TOO_8129 is not set=0A= # CONFIG_8139_OLD_RX_RESET is not set=0A= # CONFIG_SIS900 is not set=0A= # CONFIG_EPIC100 is not set=0A= # CONFIG_SUNDANCE is not set=0A= # CONFIG_SUNDANCE_MMIO is not set=0A= # CONFIG_TLAN is not set=0A= # CONFIG_VIA_RHINE is not set=0A= # CONFIG_VIA_RHINE_MMIO is not set=0A= # CONFIG_WINBOND_840 is not set=0A= # CONFIG_NET_POCKET is not set=0A= =0A= #=0A= # Ethernet (1000 Mbit)=0A= #=0A= # CONFIG_ACENIC is not set=0A= # CONFIG_DL2K is not set=0A= # CONFIG_E1000 is not set=0A= # CONFIG_MYRI_SBUS is not set=0A= # CONFIG_NS83820 is not set=0A= # CONFIG_HAMACHI is not set=0A= # CONFIG_YELLOWFIN is not set=0A= # CONFIG_R8169 is not set=0A= # CONFIG_SK98LIN is not set=0A= # CONFIG_TIGON3 is not set=0A= # CONFIG_FDDI is not set=0A= # CONFIG_PLIP is not set=0A= CONFIG_PPP=3Dy=0A= # CONFIG_PPP_MULTILINK is not set=0A= CONFIG_PPP_FILTER=3Dy=0A= CONFIG_PPP_ASYNC=3Dy=0A= CONFIG_PPP_SYNC_TTY=3Dy=0A= CONFIG_PPP_DEFLATE=3Dy=0A= CONFIG_PPP_BSDCOMP=3Dy=0A= # CONFIG_SLIP is not set=0A= =0A= #=0A= # Wireless LAN (non-hamradio)=0A= #=0A= # CONFIG_NET_RADIO is not set=0A= =0A= #=0A= # Token Ring devices=0A= #=0A= # CONFIG_TR is not set=0A= # CONFIG_NET_FC is not set=0A= =0A= #=0A= # Wan interfaces=0A= #=0A= # CONFIG_WAN is not set=0A= =0A= #=0A= # Amateur Radio support=0A= #=0A= # CONFIG_HAMRADIO is not set=0A= =0A= #=0A= # IrDA (infrared) support=0A= #=0A= # CONFIG_IRDA is not set=0A= =0A= #=0A= # ISDN subsystem=0A= #=0A= # CONFIG_ISDN is not set=0A= =0A= #=0A= # Old CD-ROM drivers (not SCSI, not IDE)=0A= #=0A= # CONFIG_CD_NO_IDESCSI is not set=0A= =0A= #=0A= # Input core support=0A= #=0A= CONFIG_INPUT=3Dy=0A= CONFIG_INPUT_KEYBDEV=3Dy=0A= CONFIG_INPUT_MOUSEDEV=3Dy=0A= CONFIG_INPUT_MOUSEDEV_SCREEN_X=3D1024=0A= CONFIG_INPUT_MOUSEDEV_SCREEN_Y=3D768=0A= CONFIG_INPUT_JOYDEV=3Dy=0A= CONFIG_INPUT_EVDEV=3Dy=0A= =0A= #=0A= # Character devices=0A= #=0A= CONFIG_VT=3Dy=0A= CONFIG_VT_CONSOLE=3Dy=0A= CONFIG_SERIAL=3Dy=0A= # CONFIG_SERIAL_CONSOLE is not set=0A= # CONFIG_SERIAL_EXTENDED is not set=0A= # CONFIG_SERIAL_NONSTANDARD is not set=0A= CONFIG_UNIX98_PTYS=3Dy=0A= CONFIG_UNIX98_PTY_COUNT=3D256=0A= CONFIG_PRINTER=3Dy=0A= CONFIG_LP_CONSOLE=3Dy=0A= CONFIG_PPDEV=3Dy=0A= # CONFIG_TIPAR is not set=0A= =0A= #=0A= # I2C support=0A= #=0A= # CONFIG_I2C is not set=0A= =0A= #=0A= # Mice=0A= #=0A= # CONFIG_BUSMOUSE is not set=0A= CONFIG_MOUSE=3Dy=0A= CONFIG_PSMOUSE=3Dy=0A= # CONFIG_82C710_MOUSE is not set=0A= # CONFIG_PC110_PAD is not set=0A= # CONFIG_MK712_MOUSE is not set=0A= =0A= #=0A= # Joysticks=0A= #=0A= CONFIG_INPUT_GAMEPORT=3Dy=0A= CONFIG_INPUT_NS558=3Dy=0A= # CONFIG_INPUT_LIGHTNING is not set=0A= # CONFIG_INPUT_PCIGAME is not set=0A= # CONFIG_INPUT_CS461X is not set=0A= CONFIG_INPUT_EMU10K1=3Dy=0A= # CONFIG_INPUT_SERIO is not set=0A= # CONFIG_INPUT_SERPORT is not set=0A= CONFIG_INPUT_ANALOG=3Dy=0A= # CONFIG_INPUT_A3D is not set=0A= # CONFIG_INPUT_ADI is not set=0A= # CONFIG_INPUT_COBRA is not set=0A= # CONFIG_INPUT_GF2K is not set=0A= # CONFIG_INPUT_GRIP is not set=0A= # CONFIG_INPUT_INTERACT is not set=0A= # CONFIG_INPUT_TMDC is not set=0A= # CONFIG_INPUT_SIDEWINDER is not set=0A= # CONFIG_INPUT_IFORCE_USB is not set=0A= # CONFIG_INPUT_IFORCE_232 is not set=0A= # CONFIG_INPUT_WARRIOR is not set=0A= # CONFIG_INPUT_MAGELLAN is not set=0A= # CONFIG_INPUT_SPACEORB is not set=0A= # CONFIG_INPUT_SPACEBALL is not set=0A= # CONFIG_INPUT_STINGER is not set=0A= # CONFIG_INPUT_DB9 is not set=0A= # CONFIG_INPUT_GAMECON is not set=0A= # CONFIG_INPUT_TURBOGRAFX is not set=0A= # CONFIG_QIC02_TAPE is not set=0A= # CONFIG_IPMI_HANDLER is not set=0A= # CONFIG_IPMI_PANIC_EVENT is not set=0A= # CONFIG_IPMI_DEVICE_INTERFACE is not set=0A= # CONFIG_IPMI_KCS is not set=0A= # CONFIG_IPMI_WATCHDOG is not set=0A= =0A= #=0A= # Watchdog Cards=0A= #=0A= # CONFIG_WATCHDOG is not set=0A= # CONFIG_SCx200_GPIO is not set=0A= # CONFIG_AMD_RNG is not set=0A= # CONFIG_INTEL_RNG is not set=0A= # CONFIG_HW_RANDOM is not set=0A= # CONFIG_AMD_PM768 is not set=0A= # CONFIG_NVRAM is not set=0A= # CONFIG_RTC is not set=0A= # CONFIG_DTLK is not set=0A= # CONFIG_R3964 is not set=0A= # CONFIG_APPLICOM is not set=0A= =0A= #=0A= # Ftape, the floppy tape device driver=0A= #=0A= # CONFIG_FTAPE is not set=0A= CONFIG_AGP=3Dy=0A= CONFIG_AGP_INTEL=3Dy=0A= CONFIG_AGP_I810=3Dy=0A= CONFIG_AGP_VIA=3Dy=0A= CONFIG_AGP_AMD=3Dy=0A= # CONFIG_AGP_AMD_K8 is not set=0A= CONFIG_AGP_SIS=3Dy=0A= CONFIG_AGP_ALI=3Dy=0A= # CONFIG_AGP_SWORKS is not set=0A= # CONFIG_AGP_NVIDIA is not set=0A= # CONFIG_AGP_ATI is not set=0A= =0A= #=0A= # Direct Rendering Manager (XFree86 DRI support)=0A= #=0A= CONFIG_DRM=3Dy=0A= # CONFIG_DRM_OLD is not set=0A= CONFIG_DRM_NEW=3Dy=0A= CONFIG_DRM_TDFX=3Dy=0A= # CONFIG_DRM_GAMMA is not set=0A= CONFIG_DRM_R128=3Dy=0A= CONFIG_DRM_RADEON=3Dy=0A= # CONFIG_DRM_I810 is not set=0A= # CONFIG_DRM_I810_XFREE_41 is not set=0A= # CONFIG_DRM_I830 is not set=0A= CONFIG_DRM_MGA=3Dy=0A= CONFIG_DRM_SIS=3Dy=0A= # CONFIG_MWAVE is not set=0A= =0A= #=0A= # Multimedia devices=0A= #=0A= # CONFIG_VIDEO_DEV is not set=0A= =0A= #=0A= # File systems=0A= #=0A= CONFIG_QUOTA=3Dy=0A= # CONFIG_QFMT_V2 is not set=0A= # CONFIG_AUTOFS_FS is not set=0A= CONFIG_AUTOFS4_FS=3Dy=0A= # CONFIG_REISERFS_FS is not set=0A= # CONFIG_REISERFS_CHECK is not set=0A= # CONFIG_REISERFS_PROC_INFO is not set=0A= # CONFIG_ADFS_FS is not set=0A= # CONFIG_ADFS_FS_RW is not set=0A= # CONFIG_AFFS_FS is not set=0A= # CONFIG_HFS_FS is not set=0A= # CONFIG_HFSPLUS_FS is not set=0A= # CONFIG_BEFS_FS is not set=0A= # CONFIG_BEFS_DEBUG is not set=0A= # CONFIG_BFS_FS is not set=0A= CONFIG_EXT3_FS=3Dy=0A= CONFIG_JBD=3Dy=0A= CONFIG_JBD_DEBUG=3Dy=0A= CONFIG_FAT_FS=3Dy=0A= CONFIG_MSDOS_FS=3Dy=0A= # CONFIG_UMSDOS_FS is not set=0A= CONFIG_VFAT_FS=3Dy=0A= # CONFIG_EFS_FS is not set=0A= # CONFIG_JFFS_FS is not set=0A= # CONFIG_JFFS2_FS is not set=0A= # CONFIG_CRAMFS is not set=0A= CONFIG_TMPFS=3Dy=0A= CONFIG_RAMFS=3Dy=0A= CONFIG_ISO9660_FS=3Dy=0A= CONFIG_JOLIET=3Dy=0A= # CONFIG_ZISOFS is not set=0A= # CONFIG_JFS_FS is not set=0A= # CONFIG_JFS_DEBUG is not set=0A= # CONFIG_JFS_STATISTICS is not set=0A= CONFIG_MINIX_FS=3Dy=0A= # CONFIG_VXFS_FS is not set=0A= # CONFIG_NTFS_FS is not set=0A= # CONFIG_NTFS_RW is not set=0A= # CONFIG_HPFS_FS is not set=0A= CONFIG_PROC_FS=3Dy=0A= # CONFIG_DEVFS_FS is not set=0A= # CONFIG_DEVFS_MOUNT is not set=0A= # CONFIG_DEVFS_DEBUG is not set=0A= CONFIG_DEVPTS_FS=3Dy=0A= # CONFIG_QNX4FS_FS is not set=0A= # CONFIG_QNX4FS_RW is not set=0A= CONFIG_ROMFS_FS=3Dy=0A= CONFIG_EXT2_FS=3Dy=0A= # CONFIG_SYSV_FS is not set=0A= # CONFIG_UDF_FS is not set=0A= # CONFIG_UDF_RW is not set=0A= # CONFIG_UFS_FS is not set=0A= # CONFIG_UFS_FS_WRITE is not set=0A= =0A= #=0A= # Network File Systems=0A= #=0A= # CONFIG_CODA_FS is not set=0A= # CONFIG_INTERMEZZO_FS is not set=0A= CONFIG_NFS_FS=3Dy=0A= CONFIG_NFS_V3=3Dy=0A= # CONFIG_NFS_DIRECTIO is not set=0A= # CONFIG_ROOT_NFS is not set=0A= CONFIG_NFSD=3Dy=0A= CONFIG_NFSD_V3=3Dy=0A= # CONFIG_NFSD_TCP is not set=0A= CONFIG_SUNRPC=3Dy=0A= CONFIG_LOCKD=3Dy=0A= CONFIG_LOCKD_V4=3Dy=0A= CONFIG_SMB_FS=3Dy=0A= CONFIG_SMB_NLS_DEFAULT=3Dy=0A= CONFIG_SMB_NLS_REMOTE=3D"cp437"=0A= # CONFIG_NCP_FS is not set=0A= # CONFIG_NCPFS_PACKET_SIGNING is not set=0A= # CONFIG_NCPFS_IOCTL_LOCKING is not set=0A= # CONFIG_NCPFS_STRONG is not set=0A= # CONFIG_NCPFS_NFS_NS is not set=0A= # CONFIG_NCPFS_OS2_NS is not set=0A= # CONFIG_NCPFS_SMALLDOS is not set=0A= # CONFIG_NCPFS_NLS is not set=0A= # CONFIG_NCPFS_EXTRAS is not set=0A= # CONFIG_ZISOFS_FS is not set=0A= =0A= #=0A= # Partition Types=0A= #=0A= # CONFIG_PARTITION_ADVANCED is not set=0A= CONFIG_MSDOS_PARTITION=3Dy=0A= CONFIG_SMB_NLS=3Dy=0A= CONFIG_NLS=3Dy=0A= =0A= #=0A= # Native Language Support=0A= #=0A= CONFIG_NLS_DEFAULT=3D"iso8859-2"=0A= # CONFIG_NLS_CODEPAGE_437 is not set=0A= # CONFIG_NLS_CODEPAGE_737 is not set=0A= # CONFIG_NLS_CODEPAGE_775 is not set=0A= CONFIG_NLS_CODEPAGE_850=3Dy=0A= CONFIG_NLS_CODEPAGE_852=3Dy=0A= # CONFIG_NLS_CODEPAGE_855 is not set=0A= # CONFIG_NLS_CODEPAGE_857 is not set=0A= # CONFIG_NLS_CODEPAGE_860 is not set=0A= # CONFIG_NLS_CODEPAGE_861 is not set=0A= # CONFIG_NLS_CODEPAGE_862 is not set=0A= # CONFIG_NLS_CODEPAGE_863 is not set=0A= # CONFIG_NLS_CODEPAGE_864 is not set=0A= # CONFIG_NLS_CODEPAGE_865 is not set=0A= # CONFIG_NLS_CODEPAGE_866 is not set=0A= # CONFIG_NLS_CODEPAGE_869 is not set=0A= # CONFIG_NLS_CODEPAGE_936 is not set=0A= # CONFIG_NLS_CODEPAGE_950 is not set=0A= # CONFIG_NLS_CODEPAGE_932 is not set=0A= # CONFIG_NLS_CODEPAGE_949 is not set=0A= # CONFIG_NLS_CODEPAGE_874 is not set=0A= # CONFIG_NLS_ISO8859_8 is not set=0A= CONFIG_NLS_CODEPAGE_1250=3Dy=0A= # CONFIG_NLS_CODEPAGE_1251 is not set=0A= CONFIG_NLS_ISO8859_1=3Dy=0A= CONFIG_NLS_ISO8859_2=3Dy=0A= # CONFIG_NLS_ISO8859_3 is not set=0A= # CONFIG_NLS_ISO8859_4 is not set=0A= # CONFIG_NLS_ISO8859_5 is not set=0A= # CONFIG_NLS_ISO8859_6 is not set=0A= # CONFIG_NLS_ISO8859_7 is not set=0A= # CONFIG_NLS_ISO8859_9 is not set=0A= # CONFIG_NLS_ISO8859_13 is not set=0A= # CONFIG_NLS_ISO8859_14 is not set=0A= # CONFIG_NLS_ISO8859_15 is not set=0A= # CONFIG_NLS_KOI8_R is not set=0A= # CONFIG_NLS_KOI8_U is not set=0A= CONFIG_NLS_UTF8=3Dy=0A= =0A= #=0A= # Console drivers=0A= #=0A= CONFIG_VGA_CONSOLE=3Dy=0A= CONFIG_VIDEO_SELECT=3Dy=0A= =0A= #=0A= # Sound=0A= #=0A= CONFIG_SOUND=3Dy=0A= # CONFIG_SOUND_ALI5455 is not set=0A= # CONFIG_SOUND_BT878 is not set=0A= # CONFIG_SOUND_CMPCI is not set=0A= CONFIG_SOUND_EMU10K1=3Dy=0A= # CONFIG_MIDI_EMU10K1 is not set=0A= # CONFIG_SOUND_FUSION is not set=0A= # CONFIG_SOUND_CS4281 is not set=0A= # CONFIG_SOUND_ES1370 is not set=0A= CONFIG_SOUND_ES1371=3Dy=0A= # CONFIG_SOUND_ESSSOLO1 is not set=0A= # CONFIG_SOUND_MAESTRO is not set=0A= # CONFIG_SOUND_MAESTRO3 is not set=0A= # CONFIG_SOUND_FORTE is not set=0A= # CONFIG_SOUND_ICH is not set=0A= # CONFIG_SOUND_RME96XX is not set=0A= # CONFIG_SOUND_SONICVIBES is not set=0A= # CONFIG_SOUND_TRIDENT is not set=0A= # CONFIG_SOUND_MSNDCLAS is not set=0A= # CONFIG_SOUND_MSNDPIN is not set=0A= CONFIG_SOUND_VIA82CXXX=3Dy=0A= CONFIG_MIDI_VIA82CXXX=3Dy=0A= CONFIG_SOUND_OSS=3Dy=0A= # CONFIG_SOUND_TRACEINIT is not set=0A= # CONFIG_SOUND_DMAP is not set=0A= # CONFIG_SOUND_SGALAXY is not set=0A= # CONFIG_SOUND_ADLIB is not set=0A= # CONFIG_SOUND_ACI_MIXER is not set=0A= # CONFIG_SOUND_CS4232 is not set=0A= # CONFIG_SOUND_SSCAPE is not set=0A= CONFIG_SOUND_GUS=3Dy=0A= CONFIG_SOUND_GUS16=3Dy=0A= CONFIG_SOUND_GUSMAX=3Dy=0A= # CONFIG_SOUND_VMIDI is not set=0A= # CONFIG_SOUND_TRIX is not set=0A= # CONFIG_SOUND_MSS is not set=0A= # CONFIG_SOUND_MPU401 is not set=0A= # CONFIG_SOUND_NM256 is not set=0A= # CONFIG_SOUND_MAD16 is not set=0A= # CONFIG_SOUND_PAS is not set=0A= # CONFIG_PAS_JOYSTICK is not set=0A= # CONFIG_SOUND_PSS is not set=0A= CONFIG_SOUND_SB=3Dy=0A= CONFIG_SOUND_AWE32_SYNTH=3Dy=0A= # CONFIG_SOUND_KAHLUA is not set=0A= # CONFIG_SOUND_WAVEFRONT is not set=0A= # CONFIG_SOUND_MAUI is not set=0A= # CONFIG_SOUND_YM3812 is not set=0A= # CONFIG_SOUND_OPL3SA1 is not set=0A= # CONFIG_SOUND_OPL3SA2 is not set=0A= # CONFIG_SOUND_YMFPCI is not set=0A= # CONFIG_SOUND_YMFPCI_LEGACY is not set=0A= # CONFIG_SOUND_UART6850 is not set=0A= # CONFIG_SOUND_AEDSP16 is not set=0A= # CONFIG_SOUND_TVMIXER is not set=0A= # CONFIG_SOUND_AD1980 is not set=0A= # CONFIG_SOUND_WM97XX is not set=0A= CONFIG_INPUT_GAMEPORT=3Dy=0A= =0A= #=0A= # USB support=0A= #=0A= CONFIG_USB=3Dy=0A= # CONFIG_USB_DEBUG is not set=0A= CONFIG_USB_DEVICEFS=3Dy=0A= # CONFIG_USB_BANDWIDTH is not set=0A= # CONFIG_USB_EHCI_HCD is not set=0A= CONFIG_USB_UHCI_ALT=3Dy=0A= CONFIG_USB_OHCI=3Dy=0A= # CONFIG_USB_SL811HS_ALT is not set=0A= # CONFIG_USB_SL811HS is not set=0A= # CONFIG_USB_AUDIO is not set=0A= # CONFIG_USB_EMI26 is not set=0A= # CONFIG_USB_MIDI is not set=0A= # CONFIG_USB_STORAGE is not set=0A= # CONFIG_USB_STORAGE_DEBUG is not set=0A= # CONFIG_USB_STORAGE_DATAFAB is not set=0A= # CONFIG_USB_STORAGE_FREECOM is not set=0A= # CONFIG_USB_STORAGE_ISD200 is not set=0A= # CONFIG_USB_STORAGE_DPCM is not set=0A= # CONFIG_USB_STORAGE_HP8200e is not set=0A= # CONFIG_USB_STORAGE_SDDR09 is not set=0A= # CONFIG_USB_STORAGE_SDDR55 is not set=0A= # CONFIG_USB_STORAGE_JUMPSHOT is not set=0A= # CONFIG_USB_ACM is not set=0A= CONFIG_USB_PRINTER=3Dy=0A= # CONFIG_USB_HID is not set=0A= # CONFIG_USB_HIDINPUT is not set=0A= # CONFIG_USB_HIDDEV is not set=0A= # CONFIG_USB_KBD is not set=0A= # CONFIG_USB_MOUSE is not set=0A= # CONFIG_USB_AIPTEK is not set=0A= # CONFIG_USB_WACOM is not set=0A= # CONFIG_USB_KBTAB is not set=0A= # CONFIG_USB_POWERMATE is not set=0A= # CONFIG_USB_DC2XX is not set=0A= # CONFIG_USB_MDC800 is not set=0A= # CONFIG_USB_SCANNER is not set=0A= # CONFIG_USB_MICROTEK is not set=0A= # CONFIG_USB_HPUSBSCSI is not set=0A= # CONFIG_USB_PEGASUS is not set=0A= # CONFIG_USB_RTL8150 is not set=0A= # CONFIG_USB_KAWETH is not set=0A= # CONFIG_USB_CATC is not set=0A= # CONFIG_USB_AX8817X is not set=0A= # CONFIG_USB_CDCETHER is not set=0A= # CONFIG_USB_USBNET is not set=0A= # CONFIG_USB_USS720 is not set=0A= =0A= #=0A= # USB Serial Converter support=0A= #=0A= # CONFIG_USB_SERIAL is not set=0A= # CONFIG_USB_RIO500 is not set=0A= # CONFIG_USB_AUERSWALD is not set=0A= # CONFIG_USB_TIGL is not set=0A= # CONFIG_USB_BRLVGER is not set=0A= # CONFIG_USB_LCD is not set=0A= =0A= #=0A= # Support for USB gadgets=0A= #=0A= # CONFIG_USB_GADGET is not set=0A= =0A= #=0A= # Bluetooth support=0A= #=0A= CONFIG_BLUEZ=3Dy=0A= CONFIG_BLUEZ_L2CAP=3Dy=0A= CONFIG_BLUEZ_SCO=3Dy=0A= CONFIG_BLUEZ_RFCOMM=3Dy=0A= CONFIG_BLUEZ_RFCOMM_TTY=3Dy=0A= CONFIG_BLUEZ_BNEP=3Dy=0A= CONFIG_BLUEZ_BNEP_MC_FILTER=3Dy=0A= CONFIG_BLUEZ_BNEP_PROTO_FILTER=3Dy=0A= =0A= #=0A= # Bluetooth device drivers=0A= #=0A= CONFIG_BLUEZ_HCIUSB=3Dy=0A= # CONFIG_BLUEZ_USB_SCO is not set=0A= # CONFIG_BLUEZ_HCIUART is not set=0A= CONFIG_BLUEZ_HCIBFUSB=3Dy=0A= # CONFIG_BLUEZ_HCIDTL1 is not set=0A= # CONFIG_BLUEZ_HCIBT3C is not set=0A= # CONFIG_BLUEZ_HCIBLUECARD is not set=0A= # CONFIG_BLUEZ_HCIBTUART is not set=0A= CONFIG_BLUEZ_HCIVHCI=3Dy=0A= =0A= #=0A= # Kernel hacking=0A= #=0A= # CONFIG_DEBUG_KERNEL is not set=0A= CONFIG_LOG_BUF_SHIFT=3D0=0A= =0A= #=0A= # Cryptographic options=0A= #=0A= CONFIG_CRYPTO=3Dy=0A= CONFIG_CRYPTO_HMAC=3Dy=0A= CONFIG_CRYPTO_NULL=3Dy=0A= CONFIG_CRYPTO_MD4=3Dy=0A= CONFIG_CRYPTO_MD5=3Dy=0A= CONFIG_CRYPTO_SHA1=3Dy=0A= CONFIG_CRYPTO_SHA256=3Dy=0A= CONFIG_CRYPTO_SHA512=3Dy=0A= CONFIG_CRYPTO_DES=3Dy=0A= CONFIG_CRYPTO_BLOWFISH=3Dy=0A= CONFIG_CRYPTO_TWOFISH=3Dy=0A= CONFIG_CRYPTO_SERPENT=3Dy=0A= CONFIG_CRYPTO_AES=3Dy=0A= CONFIG_CRYPTO_CAST5=3Dy=0A= CONFIG_CRYPTO_DEFLATE=3Dy=0A= CONFIG_CRYPTO_TEST=3Dy=0A= =0A= #=0A= # Library routines=0A= #=0A= CONFIG_CRC32=3Dy=0A= CONFIG_ZLIB_INFLATE=3Dy=0A= CONFIG_ZLIB_DEFLATE=3Dy=0A= ------=_NextPart_000_0041_01C3BA11.B14C8BE0--