LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1001|回复: 2

usb 键盘鼠标 无法使用

[复制链接]
发表于 2006-2-13 17:18:13 | 显示全部楼层 |阅读模式
我完全按照安装手册和usb向导来编译2.6.15-r1内核却无法使用usb键盘和usb鼠标.但是u盘却能正常使用,请问这到底是为什么?

dmesg信息:
  1. [   17.491912] USB Universal Host Controller Interface driver v2.3
  2. [   17.675617] usbcore: registered new driver usblp
  3. [   17.684097] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
  4. [   17.692834] Initializing USB Mass Storage driver...
  5. [   17.701475] usbcore: registered new driver usb-storage
  6. [   17.710151] USB Mass Storage support registered.
  7. [   17.718894] usbcore: registered new driver hiddev
  8. [   17.727557] usbcore: registered new driver usbhid
  9. [   17.735973] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
复制代码


.config
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.15-gentoo-r1
  4. # Mon Feb 13 17:43:15 2006
  5. #
  6. CONFIG_X86_32=y
  7. CONFIG_SEMAPHORE_SLEEPERS=y
  8. CONFIG_X86=y
  9. CONFIG_MMU=y
  10. CONFIG_UID16=y
  11. CONFIG_GENERIC_ISA_DMA=y
  12. CONFIG_GENERIC_IOMAP=y
  13. CONFIG_ARCH_MAY_HAVE_PC_FDC=y

  14. #
  15. # Code maturity level options
  16. #
  17. CONFIG_EXPERIMENTAL=y
  18. # CONFIG_CLEAN_COMPILE is not set
  19. CONFIG_BROKEN=y
  20. CONFIG_BROKEN_ON_SMP=y
  21. CONFIG_LOCK_KERNEL=y
  22. CONFIG_INIT_ENV_ARG_LIMIT=32

  23. #
  24. # General setup
  25. #
  26. CONFIG_LOCALVERSION=""
  27. CONFIG_LOCALVERSION_AUTO=y
  28. CONFIG_SWAP=y
  29. CONFIG_SYSVIPC=y
  30. CONFIG_POSIX_MQUEUE=y
  31. CONFIG_BSD_PROCESS_ACCT=y
  32. # CONFIG_BSD_PROCESS_ACCT_V3 is not set
  33. CONFIG_SYSCTL=y
  34. CONFIG_AUDIT=y
  35. CONFIG_AUDITSYSCALL=y
  36. CONFIG_HOTPLUG=y
  37. CONFIG_KOBJECT_UEVENT=y
  38. CONFIG_IKCONFIG=y
  39. CONFIG_IKCONFIG_PROC=y
  40. CONFIG_INITRAMFS_SOURCE=""
  41. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  42. # CONFIG_EMBEDDED is not set
  43. CONFIG_KALLSYMS=y
  44. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  45. CONFIG_PRINTK=y
  46. CONFIG_BUG=y
  47. CONFIG_BASE_FULL=y
  48. CONFIG_FUTEX=y
  49. CONFIG_EPOLL=y
  50. CONFIG_SHMEM=y
  51. CONFIG_CC_ALIGN_FUNCTIONS=0
  52. CONFIG_CC_ALIGN_LABELS=0
  53. CONFIG_CC_ALIGN_LOOPS=0
  54. CONFIG_CC_ALIGN_JUMPS=0
  55. # CONFIG_TINY_SHMEM is not set
  56. CONFIG_BASE_SMALL=0

  57. #
  58. # Loadable module support
  59. #
  60. CONFIG_MODULES=y
  61. CONFIG_MODULE_UNLOAD=y
  62. # CONFIG_MODULE_FORCE_UNLOAD is not set
  63. CONFIG_OBSOLETE_MODPARM=y
  64. # CONFIG_MODVERSIONS is not set
  65. # CONFIG_MODULE_SRCVERSION_ALL is not set
  66. CONFIG_KMOD=y

  67. #
  68. # Block layer
  69. #
  70. # CONFIG_LBD is not set

  71. #
  72. # IO Schedulers
  73. #
  74. CONFIG_IOSCHED_NOOP=y
  75. CONFIG_IOSCHED_AS=y
  76. CONFIG_IOSCHED_DEADLINE=y
  77. CONFIG_IOSCHED_CFQ=y
  78. CONFIG_DEFAULT_AS=y
  79. # CONFIG_DEFAULT_DEADLINE is not set
  80. # CONFIG_DEFAULT_CFQ is not set
  81. # CONFIG_DEFAULT_NOOP is not set
  82. CONFIG_DEFAULT_IOSCHED="anticipatory"

  83. #
  84. # Processor type and features
  85. #
  86. CONFIG_X86_PC=y
  87. # CONFIG_X86_ELAN is not set
  88. # CONFIG_X86_VOYAGER is not set
  89. # CONFIG_X86_NUMAQ is not set
  90. # CONFIG_X86_SUMMIT is not set
  91. # CONFIG_X86_BIGSMP is not set
  92. # CONFIG_X86_VISWS is not set
  93. # CONFIG_X86_GENERICARCH is not set
  94. # CONFIG_X86_ES7000 is not set
  95. # CONFIG_M386 is not set
  96. # CONFIG_M486 is not set
  97. # CONFIG_M586 is not set
  98. # CONFIG_M586TSC is not set
  99. # CONFIG_M586MMX is not set
  100. # CONFIG_M686 is not set
  101. # CONFIG_MPENTIUMII is not set
  102. # CONFIG_MPENTIUMIII is not set
  103. # CONFIG_MPENTIUMM is not set
  104. # CONFIG_MPENTIUM4 is not set
  105. # CONFIG_MK6 is not set
  106. # CONFIG_MK7 is not set
  107. CONFIG_MK8=y
  108. # CONFIG_MCRUSOE is not set
  109. # CONFIG_MEFFICEON is not set
  110. # CONFIG_MWINCHIPC6 is not set
  111. # CONFIG_MWINCHIP2 is not set
  112. # CONFIG_MWINCHIP3D is not set
  113. # CONFIG_MGEODEGX1 is not set
  114. # CONFIG_MCYRIXIII is not set
  115. # CONFIG_MVIAC3_2 is not set
  116. # CONFIG_X86_GENERIC is not set
  117. CONFIG_X86_CMPXCHG=y
  118. CONFIG_X86_XADD=y
  119. CONFIG_X86_L1_CACHE_SHIFT=6
  120. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  121. CONFIG_GENERIC_CALIBRATE_DELAY=y
  122. CONFIG_X86_WP_WORKS_OK=y
  123. CONFIG_X86_INVLPG=y
  124. CONFIG_X86_BSWAP=y
  125. CONFIG_X86_POPAD_OK=y
  126. CONFIG_X86_CMPXCHG64=y
  127. CONFIG_X86_GOOD_APIC=y
  128. CONFIG_X86_INTEL_USERCOPY=y
  129. CONFIG_X86_USE_PPRO_CHECKSUM=y
  130. CONFIG_X86_TSC=y
  131. CONFIG_HPET_TIMER=y
  132. # CONFIG_SMP is not set
  133. # CONFIG_PREEMPT_NONE is not set
  134. # CONFIG_PREEMPT_VOLUNTARY is not set
  135. CONFIG_PREEMPT=y
  136. CONFIG_PREEMPT_BKL=y
  137. CONFIG_X86_UP_APIC=y
  138. CONFIG_X86_UP_IOAPIC=y
  139. CONFIG_X86_LOCAL_APIC=y
  140. CONFIG_X86_IO_APIC=y
  141. CONFIG_X86_MCE=y
  142. CONFIG_X86_MCE_NONFATAL=y
  143. # CONFIG_X86_MCE_P4THERMAL is not set
  144. # CONFIG_TOSHIBA is not set
  145. # CONFIG_I8K is not set
  146. # CONFIG_X86_REBOOTFIXUPS is not set
  147. # CONFIG_MICROCODE is not set
  148. # CONFIG_X86_MSR is not set
  149. CONFIG_X86_CPUID=y

  150. #
  151. # Firmware Drivers
  152. #
  153. # CONFIG_EDD is not set
  154. # CONFIG_DELL_RBU is not set
  155. # CONFIG_DCDBAS is not set
  156. CONFIG_NOHIGHMEM=y
  157. # CONFIG_HIGHMEM4G is not set
  158. # CONFIG_HIGHMEM64G 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
  166. CONFIG_SPLIT_PTLOCK_CPUS=4
  167. # CONFIG_MATH_EMULATION is not set
  168. CONFIG_MTRR=y
  169. # CONFIG_EFI is not set
  170. # CONFIG_REGPARM is not set
  171. CONFIG_SECCOMP=y
  172. # CONFIG_HZ_100 is not set
  173. CONFIG_HZ_250=y
  174. # CONFIG_HZ_1000 is not set
  175. CONFIG_HZ=250
  176. CONFIG_PHYSICAL_START=0x100000
  177. # CONFIG_KEXEC is not set

  178. #
  179. # Power management options (ACPI, APM)
  180. #
  181. CONFIG_PM=y
  182. CONFIG_PM_LEGACY=y
  183. # CONFIG_PM_DEBUG is not set
  184. CONFIG_SOFTWARE_SUSPEND=y
  185. CONFIG_PM_STD_PARTITION=""

  186. #
  187. # ACPI (Advanced Configuration and Power Interface) Support
  188. #
  189. CONFIG_ACPI=y
  190. CONFIG_ACPI_SLEEP=y
  191. CONFIG_ACPI_SLEEP_PROC_FS=y
  192. # CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
  193. # CONFIG_ACPI_AC is not set
  194. # CONFIG_ACPI_BATTERY is not set
  195. CONFIG_ACPI_BUTTON=m
  196. # CONFIG_ACPI_VIDEO is not set
  197. # CONFIG_ACPI_HOTKEY is not set
  198. CONFIG_ACPI_FAN=y
  199. CONFIG_ACPI_PROCESSOR=y
  200. CONFIG_ACPI_THERMAL=y
  201. # CONFIG_ACPI_ASUS is not set
  202. # CONFIG_ACPI_IBM is not set
  203. # CONFIG_ACPI_TOSHIBA is not set
  204. CONFIG_ACPI_BLACKLIST_YEAR=0
  205. # CONFIG_ACPI_DEBUG is not set
  206. CONFIG_ACPI_EC=y
  207. CONFIG_ACPI_POWER=y
  208. CONFIG_ACPI_SYSTEM=y
  209. # CONFIG_X86_PM_TIMER is not set
  210. # CONFIG_ACPI_CONTAINER is not set

  211. #
  212. # APM (Advanced Power Management) BIOS Support
  213. #
  214. # CONFIG_APM is not set

  215. #
  216. # CPU Frequency scaling
  217. #
  218. # CONFIG_CPU_FREQ is not set

  219. #
  220. # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
  221. #
  222. CONFIG_PCI=y
  223. # CONFIG_PCI_GOBIOS is not set
  224. # CONFIG_PCI_GOMMCONFIG is not set
  225. # CONFIG_PCI_GODIRECT is not set
  226. CONFIG_PCI_GOANY=y
  227. CONFIG_PCI_BIOS=y
  228. CONFIG_PCI_DIRECT=y
  229. CONFIG_PCI_MMCONFIG=y
  230. CONFIG_PCIEPORTBUS=y
  231. # CONFIG_PCI_MSI is not set
  232. CONFIG_PCI_LEGACY_PROC=y
  233. CONFIG_ISA_DMA_API=y
  234. # CONFIG_ISA is not set
  235. # CONFIG_MCA is not set
  236. # CONFIG_SCx200 is not set

  237. #
  238. # PCCARD (PCMCIA/CardBus) support
  239. #
  240. # CONFIG_PCCARD is not set

  241. #
  242. # PCI Hotplug Support
  243. #
  244. # CONFIG_HOTPLUG_PCI is not set

  245. #
  246. # Executable file formats
  247. #
  248. CONFIG_BINFMT_ELF=y
  249. CONFIG_BINFMT_AOUT=y
  250. CONFIG_BINFMT_MISC=y

  251. #
  252. # Networking
  253. #
  254. CONFIG_NET=y

  255. #
  256. # Networking options
  257. #
  258. CONFIG_PACKET=y
  259. # CONFIG_PACKET_MMAP is not set
  260. CONFIG_UNIX=y
  261. CONFIG_XFRM=y
  262. CONFIG_XFRM_USER=y
  263. CONFIG_NET_KEY=y
  264. CONFIG_INET=y
  265. CONFIG_IP_MULTICAST=y
  266. # CONFIG_IP_ADVANCED_ROUTER is not set
  267. CONFIG_IP_FIB_HASH=y
  268. # CONFIG_IP_PNP is not set
  269. # CONFIG_NET_IPIP is not set
  270. # CONFIG_NET_IPGRE is not set
  271. # CONFIG_IP_MROUTE is not set
  272. # CONFIG_ARPD is not set
  273. # CONFIG_SYN_COOKIES is not set
  274. CONFIG_INET_AH=y
  275. CONFIG_INET_ESP=y
  276. CONFIG_INET_IPCOMP=y
  277. CONFIG_INET_TUNNEL=y
  278. CONFIG_INET_DIAG=y
  279. CONFIG_INET_TCP_DIAG=y
  280. # CONFIG_TCP_CONG_ADVANCED is not set
  281. CONFIG_TCP_CONG_BIC=y
  282. # CONFIG_IPV6 is not set
  283. # CONFIG_NETFILTER is not set

  284. #
  285. # DCCP Configuration (EXPERIMENTAL)
  286. #
  287. # CONFIG_IP_DCCP is not set

  288. #
  289. # SCTP Configuration (EXPERIMENTAL)
  290. #
  291. # CONFIG_IP_SCTP is not set
  292. # CONFIG_ATM is not set
  293. # CONFIG_BRIDGE is not set
  294. # CONFIG_VLAN_8021Q is not set
  295. # CONFIG_DECNET is not set
  296. # CONFIG_LLC2 is not set
  297. # CONFIG_IPX is not set
  298. # CONFIG_ATALK is not set
  299. # CONFIG_X25 is not set
  300. # CONFIG_LAPB is not set
  301. # CONFIG_NET_DIVERT is not set
  302. # CONFIG_ECONET is not set
  303. # CONFIG_WAN_ROUTER is not set

  304. #
  305. # QoS and/or fair queueing
  306. #
  307. # CONFIG_NET_SCHED is not set

  308. #
  309. # Network testing
  310. #
  311. # CONFIG_NET_PKTGEN is not set
  312. # CONFIG_HAMRADIO is not set
  313. # CONFIG_IRDA is not set
  314. # CONFIG_BT is not set
  315. # CONFIG_IEEE80211 is not set

  316. #
  317. # Device Drivers
  318. #

  319. #
  320. # Generic Driver Options
  321. #
  322. CONFIG_STANDALONE=y
  323. CONFIG_PREVENT_FIRMWARE_BUILD=y
  324. CONFIG_FW_LOADER=m

  325. #
  326. # Connector - unified userspace <-> kernelspace linker
  327. #
  328. # CONFIG_CONNECTOR is not set

  329. #
  330. # Memory Technology Devices (MTD)
  331. #
  332. # CONFIG_MTD is not set

  333. #
  334. # Parallel port support
  335. #
  336. CONFIG_PARPORT=y
  337. CONFIG_PARPORT_PC=y
  338. # CONFIG_PARPORT_SERIAL is not set
  339. # CONFIG_PARPORT_PC_FIFO is not set
  340. # CONFIG_PARPORT_PC_SUPERIO is not set
  341. # CONFIG_PARPORT_GSC is not set
  342. CONFIG_PARPORT_1284=y

  343. #
  344. # Plug and Play support
  345. #
  346. CONFIG_PNP=y
  347. # CONFIG_PNP_DEBUG is not set

  348. #
  349. # Protocols
  350. #
  351. # CONFIG_PNPACPI is not set

  352. #
  353. # Block devices
  354. #
  355. CONFIG_BLK_DEV_FD=m
  356. # CONFIG_PARIDE is not set
  357. # CONFIG_BLK_CPQ_DA is not set
  358. # CONFIG_BLK_CPQ_CISS_DA is not set
  359. # CONFIG_BLK_DEV_DAC960 is not set
  360. # CONFIG_BLK_DEV_UMEM is not set
  361. # CONFIG_BLK_DEV_COW_COMMON is not set
  362. CONFIG_BLK_DEV_LOOP=y
  363. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  364. # CONFIG_BLK_DEV_NBD is not set
  365. # CONFIG_BLK_DEV_SX8 is not set
  366. # CONFIG_BLK_DEV_UB is not set
  367. CONFIG_BLK_DEV_RAM=y
  368. CONFIG_BLK_DEV_RAM_COUNT=16
  369. CONFIG_BLK_DEV_RAM_SIZE=4096
  370. CONFIG_BLK_DEV_INITRD=y
  371. # CONFIG_CDROM_PKTCDVD is not set
  372. # CONFIG_ATA_OVER_ETH is not set

  373. #
  374. # ATA/ATAPI/MFM/RLL support
  375. #
  376. CONFIG_IDE=y
  377. CONFIG_BLK_DEV_IDE=y

  378. #
  379. # Please see Documentation/ide.txt for help/info on IDE drives
  380. #
  381. # CONFIG_BLK_DEV_IDE_SATA is not set
  382. # CONFIG_BLK_DEV_HD_IDE is not set
  383. CONFIG_BLK_DEV_IDEDISK=y
  384. CONFIG_IDEDISK_MULTI_MODE=y
  385. CONFIG_BLK_DEV_IDECD=y
  386. # CONFIG_BLK_DEV_IDETAPE is not set
  387. CONFIG_BLK_DEV_IDEFLOPPY=m
  388. # CONFIG_BLK_DEV_IDESCSI is not set
  389. # CONFIG_IDE_TASK_IOCTL is not set

  390. #
  391. # IDE chipset support/bugfixes
  392. #
  393. CONFIG_IDE_GENERIC=y
  394. # CONFIG_BLK_DEV_CMD640 is not set
  395. # CONFIG_BLK_DEV_IDEPNP is not set
  396. CONFIG_BLK_DEV_IDEPCI=y
  397. CONFIG_IDEPCI_SHARE_IRQ=y
  398. # CONFIG_BLK_DEV_OFFBOARD is not set
  399. CONFIG_BLK_DEV_GENERIC=y
  400. # CONFIG_BLK_DEV_OPTI621 is not set
  401. # CONFIG_BLK_DEV_RZ1000 is not set
  402. CONFIG_BLK_DEV_IDEDMA_PCI=y
  403. # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
  404. CONFIG_IDEDMA_PCI_AUTO=y
  405. # CONFIG_IDEDMA_ONLYDISK is not set
  406. # CONFIG_BLK_DEV_AEC62XX is not set
  407. # CONFIG_BLK_DEV_ALI15X3 is not set
  408. CONFIG_BLK_DEV_AMD74XX=y
  409. # CONFIG_BLK_DEV_ATIIXP is not set
  410. # CONFIG_BLK_DEV_CMD64X is not set
  411. # CONFIG_BLK_DEV_TRIFLEX is not set
  412. # CONFIG_BLK_DEV_CY82C693 is not set
  413. # CONFIG_BLK_DEV_CS5520 is not set
  414. # CONFIG_BLK_DEV_CS5530 is not set
  415. # CONFIG_BLK_DEV_CS5535 is not set
  416. # CONFIG_BLK_DEV_HPT34X is not set
  417. # CONFIG_BLK_DEV_HPT366 is not set
  418. # CONFIG_BLK_DEV_SC1200 is not set
  419. # CONFIG_BLK_DEV_PIIX is not set
  420. # CONFIG_BLK_DEV_IT821X is not set
  421. # CONFIG_BLK_DEV_NS87415 is not set
  422. # CONFIG_BLK_DEV_PDC202XX_OLD is not set
  423. # CONFIG_BLK_DEV_PDC202XX_NEW is not set
  424. # CONFIG_BLK_DEV_SVWKS is not set
  425. # CONFIG_BLK_DEV_SIIMAGE is not set
  426. # CONFIG_BLK_DEV_SIS5513 is not set
  427. # CONFIG_BLK_DEV_SLC90E66 is not set
  428. # CONFIG_BLK_DEV_TRM290 is not set
  429. # CONFIG_BLK_DEV_VIA82CXXX is not set
  430. # CONFIG_IDE_ARM is not set
  431. CONFIG_BLK_DEV_IDEDMA=y
  432. # CONFIG_IDEDMA_IVB is not set
  433. CONFIG_IDEDMA_AUTO=y
  434. # CONFIG_BLK_DEV_HD is not set

  435. #
  436. # SCSI device support
  437. #
  438. # CONFIG_RAID_ATTRS is not set
  439. CONFIG_SCSI=y
  440. CONFIG_SCSI_PROC_FS=y

  441. #
  442. # SCSI support type (disk, tape, CD-ROM)
  443. #
  444. CONFIG_BLK_DEV_SD=y
  445. # CONFIG_CHR_DEV_ST is not set
  446. # CONFIG_CHR_DEV_OSST is not set
  447. # CONFIG_BLK_DEV_SR is not set
  448. # CONFIG_CHR_DEV_SG is not set
  449. # CONFIG_CHR_DEV_SCH is not set

  450. #
  451. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  452. #
  453. # CONFIG_SCSI_MULTI_LUN is not set
  454. # CONFIG_SCSI_CONSTANTS is not set
  455. # CONFIG_SCSI_LOGGING is not set

  456. #
  457. # SCSI Transport Attributes
  458. #
  459. # CONFIG_SCSI_SPI_ATTRS is not set
  460. # CONFIG_SCSI_FC_ATTRS is not set
  461. # CONFIG_SCSI_ISCSI_ATTRS is not set
  462. # CONFIG_SCSI_SAS_ATTRS is not set

  463. #
  464. # SCSI low-level drivers
  465. #
  466. # CONFIG_ISCSI_TCP is not set
  467. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  468. # CONFIG_SCSI_3W_9XXX is not set
  469. # CONFIG_SCSI_ACARD is not set
  470. # CONFIG_SCSI_AACRAID is not set
  471. # CONFIG_SCSI_AIC7XXX is not set
  472. # CONFIG_SCSI_AIC7XXX_OLD is not set
  473. # CONFIG_SCSI_AIC79XX is not set
  474. CONFIG_SCSI_DPT_I2O=m
  475. # CONFIG_SCSI_ADVANSYS is not set
  476. # CONFIG_MEGARAID_NEWGEN is not set
  477. # CONFIG_MEGARAID_LEGACY is not set
  478. # CONFIG_MEGARAID_SAS is not set
  479. CONFIG_SCSI_SATA=y
  480. # CONFIG_SCSI_SATA_AHCI is not set
  481. # CONFIG_SCSI_SATA_SVW is not set
  482. # CONFIG_SCSI_ATA_PIIX is not set
  483. # CONFIG_SCSI_SATA_MV is not set
  484. CONFIG_SCSI_SATA_NV=y
  485. # CONFIG_SCSI_PDC_ADMA is not set
  486. # CONFIG_SCSI_SATA_QSTOR is not set
  487. # CONFIG_SCSI_SATA_PROMISE is not set
  488. CONFIG_SCSI_SATA_SX4=m
  489. # CONFIG_SCSI_SATA_SIL is not set
  490. # CONFIG_SCSI_SATA_SIL24 is not set
  491. # CONFIG_SCSI_SATA_SIS is not set
  492. # CONFIG_SCSI_SATA_ULI is not set
  493. # CONFIG_SCSI_SATA_VIA is not set
  494. # CONFIG_SCSI_SATA_VITESSE is not set
  495. # CONFIG_SCSI_BUSLOGIC is not set
  496. # CONFIG_SCSI_DMX3191D is not set
  497. # CONFIG_SCSI_EATA is not set
  498. # CONFIG_SCSI_EATA_PIO is not set
  499. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  500. # CONFIG_SCSI_GDTH is not set
  501. # CONFIG_SCSI_IPS is not set
  502. # CONFIG_SCSI_INITIO is not set
  503. # CONFIG_SCSI_INIA100 is not set
  504. # CONFIG_SCSI_PPA is not set
  505. # CONFIG_SCSI_IMM is not set
  506. # CONFIG_SCSI_SYM53C8XX_2 is not set
  507. CONFIG_SCSI_IPR=m
  508. # CONFIG_SCSI_IPR_TRACE is not set
  509. # CONFIG_SCSI_IPR_DUMP is not set
  510. # CONFIG_SCSI_QLOGIC_FC is not set
  511. # CONFIG_SCSI_QLOGIC_1280 is not set
  512. CONFIG_SCSI_QLA2XXX=y
  513. # CONFIG_SCSI_QLA21XX is not set
  514. # CONFIG_SCSI_QLA22XX is not set
  515. # CONFIG_SCSI_QLA2300 is not set
  516. # CONFIG_SCSI_QLA2322 is not set
  517. # CONFIG_SCSI_QLA6312 is not set
  518. # CONFIG_SCSI_QLA24XX is not set
  519. # CONFIG_SCSI_LPFC is not set
  520. # CONFIG_SCSI_DC395x is not set
  521. # CONFIG_SCSI_DC390T is not set
  522. # CONFIG_SCSI_NSP32 is not set
  523. # CONFIG_SCSI_DEBUG is not set

  524. #
  525. # Multi-device support (RAID and LVM)
  526. #
  527. CONFIG_MD=y
  528. # CONFIG_BLK_DEV_MD is not set
  529. CONFIG_BLK_DEV_DM=y
  530. CONFIG_DM_CRYPT=y
  531. # CONFIG_DM_SNAPSHOT is not set
  532. # CONFIG_DM_MIRROR is not set
  533. # CONFIG_DM_ZERO is not set
  534. # CONFIG_DM_MULTIPATH is not set
  535. # CONFIG_BLK_DEV_DM_BBR is not set

  536. #
  537. # Fusion MPT device support
  538. #
  539. # CONFIG_FUSION is not set
  540. # CONFIG_FUSION_SPI is not set
  541. # CONFIG_FUSION_FC is not set
  542. # CONFIG_FUSION_SAS is not set

  543. #
  544. # IEEE 1394 (FireWire) support
  545. #
  546. # CONFIG_IEEE1394 is not set

  547. #
  548. # I2O device support
  549. #
  550. # CONFIG_I2O is not set

  551. #
  552. # Network device support
  553. #
  554. CONFIG_NETDEVICES=y
  555. CONFIG_DUMMY=m
  556. # CONFIG_BONDING is not set
  557. # CONFIG_EQUALIZER is not set
  558. # CONFIG_TUN is not set
  559. # CONFIG_NET_SB1000 is not set

  560. #
  561. # ARCnet devices
  562. #
  563. # CONFIG_ARCNET is not set

  564. #
  565. # PHY device support
  566. #
  567. # CONFIG_PHYLIB is not set

  568. #
  569. # Ethernet (10 or 100Mbit)
  570. #
  571. CONFIG_NET_ETHERNET=y
  572. CONFIG_MII=y
  573. # CONFIG_HAPPYMEAL is not set
  574. # CONFIG_SUNGEM is not set
  575. # CONFIG_CASSINI is not set
  576. # CONFIG_NET_VENDOR_3COM is not set

  577. #
  578. # Tulip family network device support
  579. #
  580. # CONFIG_NET_TULIP is not set
  581. # CONFIG_HP100 is not set
  582. CONFIG_NET_PCI=y
  583. # CONFIG_PCNET32 is not set
  584. # CONFIG_AMD8111_ETH is not set
  585. # CONFIG_ADAPTEC_STARFIRE is not set
  586. # CONFIG_B44 is not set
  587. CONFIG_FORCEDETH=m
  588. # CONFIG_DGRS is not set
  589. # CONFIG_EEPRO100 is not set
  590. # CONFIG_E100 is not set
  591. # CONFIG_FEALNX is not set
  592. # CONFIG_NATSEMI is not set
  593. # CONFIG_NE2K_PCI is not set
  594. # CONFIG_8139CP is not set
  595. # CONFIG_8139TOO is not set
  596. # CONFIG_SIS900 is not set
  597. # CONFIG_EPIC100 is not set
  598. # CONFIG_SUNDANCE is not set
  599. # CONFIG_TLAN is not set
  600. # CONFIG_VIA_RHINE is not set
  601. # CONFIG_NET_POCKET is not set

  602. #
  603. # Ethernet (1000 Mbit)
  604. #
  605. # CONFIG_ACENIC is not set
  606. # CONFIG_DL2K is not set
  607. # CONFIG_E1000 is not set
  608. # CONFIG_NS83820 is not set
  609. # CONFIG_HAMACHI is not set
  610. # CONFIG_YELLOWFIN is not set
  611. # CONFIG_R8169 is not set
  612. # CONFIG_SIS190 is not set
  613. # CONFIG_SKGE is not set
  614. # CONFIG_SKY2 is not set
  615. # CONFIG_SK98LIN is not set
  616. # CONFIG_VIA_VELOCITY is not set
  617. # CONFIG_TIGON3 is not set
  618. # CONFIG_BNX2 is not set

  619. #
  620. # Ethernet (10000 Mbit)
  621. #
  622. # CONFIG_CHELSIO_T1 is not set
  623. # CONFIG_IXGB is not set
  624. # CONFIG_S2IO is not set

  625. #
  626. # Token Ring devices
  627. #
  628. # CONFIG_TR is not set

  629. #
  630. # Wireless LAN (non-hamradio)
  631. #
  632. # CONFIG_NET_RADIO is not set

  633. #
  634. # Wan interfaces
  635. #
  636. # CONFIG_WAN is not set
  637. # CONFIG_FDDI is not set
  638. # CONFIG_HIPPI is not set
  639. # CONFIG_PLIP is not set
  640. CONFIG_PPP=y
  641. # CONFIG_PPP_MULTILINK is not set
  642. # CONFIG_PPP_FILTER is not set
  643. CONFIG_PPP_ASYNC=y
  644. CONFIG_PPP_SYNC_TTY=y
  645. CONFIG_PPP_DEFLATE=m
  646. CONFIG_PPP_BSDCOMP=m
  647. # CONFIG_PPP_MPPE is not set
  648. # CONFIG_PPPOE is not set
  649. # CONFIG_SLIP is not set
  650. # CONFIG_NET_FC is not set
  651. # CONFIG_SHAPER is not set
  652. # CONFIG_NETCONSOLE is not set
  653. # CONFIG_NETPOLL is not set
  654. # CONFIG_NET_POLL_CONTROLLER is not set

  655. #
  656. # ISDN subsystem
  657. #
  658. # CONFIG_ISDN is not set

  659. #
  660. # Telephony Support
  661. #
  662. # CONFIG_PHONE is not set

  663. #
  664. # Input device support
  665. #
  666. CONFIG_INPUT=y

  667. #
  668. # Userland interfaces
  669. #
  670. CONFIG_INPUT_MOUSEDEV=y
  671. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  672. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  673. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  674. # CONFIG_INPUT_JOYDEV is not set
  675. # CONFIG_INPUT_TSDEV is not set
  676. # CONFIG_INPUT_EVDEV is not set
  677. # CONFIG_INPUT_EVBUG is not set

  678. #
  679. # Input Device Drivers
  680. #
  681. CONFIG_INPUT_KEYBOARD=y
  682. CONFIG_KEYBOARD_ATKBD=y
  683. # CONFIG_KEYBOARD_SUNKBD is not set
  684. # CONFIG_KEYBOARD_LKKBD is not set
  685. # CONFIG_KEYBOARD_XTKBD is not set
  686. # CONFIG_KEYBOARD_NEWTON is not set
  687. CONFIG_INPUT_MOUSE=y
  688. CONFIG_MOUSE_PS2=y
  689. # CONFIG_MOUSE_SERIAL is not set
  690. # CONFIG_MOUSE_VSXXXAA is not set
  691. # CONFIG_INPUT_JOYSTICK is not set
  692. # CONFIG_INPUT_TOUCHSCREEN is not set
  693. # CONFIG_INPUT_MISC is not set

  694. #
  695. # Hardware I/O ports
  696. #
  697. CONFIG_SERIO=y
  698. CONFIG_SERIO_I8042=y
  699. # CONFIG_SERIO_SERPORT is not set
  700. # CONFIG_SERIO_CT82C710 is not set
  701. # CONFIG_SERIO_PARKBD is not set
  702. # CONFIG_SERIO_PCIPS2 is not set
  703. CONFIG_SERIO_LIBPS2=y
  704. # CONFIG_SERIO_RAW is not set
  705. # CONFIG_GAMEPORT is not set

  706. #
  707. # Character devices
  708. #
  709. CONFIG_VT=y
  710. CONFIG_VT_CONSOLE=y
  711. CONFIG_HW_CONSOLE=y
  712. # CONFIG_SERIAL_NONSTANDARD is not set

  713. #
  714. # Serial drivers
  715. #
  716. CONFIG_SERIAL_8250=y
  717. # CONFIG_SERIAL_8250_CONSOLE is not set
  718. # CONFIG_SERIAL_8250_ACPI is not set
  719. CONFIG_SERIAL_8250_NR_UARTS=4
  720. # CONFIG_SERIAL_8250_EXTENDED is not set

  721. #
  722. # Non-8250 serial port support
  723. #
  724. CONFIG_SERIAL_CORE=y
  725. # CONFIG_SERIAL_JSM is not set
  726. CONFIG_UNIX98_PTYS=y
  727. # CONFIG_LEGACY_PTYS is not set
  728. CONFIG_PRINTER=y
  729. # CONFIG_LP_CONSOLE is not set
  730. # CONFIG_PPDEV is not set
  731. # CONFIG_TIPAR is not set

  732. #
  733. # IPMI
  734. #
  735. # CONFIG_IPMI_HANDLER is not set

  736. #
  737. # Watchdog Cards
  738. #
  739. # CONFIG_WATCHDOG is not set
  740. # CONFIG_HW_RANDOM is not set
  741. # CONFIG_NVRAM is not set
  742. # CONFIG_RTC is not set
  743. # CONFIG_GEN_RTC is not set
  744. # CONFIG_DTLK is not set
  745. # CONFIG_R3964 is not set
  746. # CONFIG_APPLICOM is not set
  747. # CONFIG_SONYPI is not set

  748. #
  749. # Ftape, the floppy tape device driver
  750. #
  751. # CONFIG_FTAPE is not set
  752. # CONFIG_AGP is not set
  753. CONFIG_DRM=m
  754. # CONFIG_DRM_TDFX is not set
  755. # CONFIG_DRM_R128 is not set
  756. CONFIG_DRM_RADEON=m
  757. # CONFIG_DRM_MGA is not set
  758. # CONFIG_DRM_VIA is not set
  759. # CONFIG_DRM_SAVAGE is not set
  760. # CONFIG_MWAVE is not set
  761. # CONFIG_RAW_DRIVER is not set
  762. # CONFIG_HPET is not set
  763. # CONFIG_HANGCHECK_TIMER is not set

  764. #
  765. # TPM devices
  766. #
  767. # CONFIG_TCG_TPM is not set
  768. # CONFIG_TELCLOCK is not set

  769. #
  770. # I2C support
  771. #
  772. # CONFIG_I2C is not set

  773. #
  774. # Dallas's 1-wire bus
  775. #
  776. # CONFIG_W1 is not set

  777. #
  778. # Hardware Monitoring support
  779. #
  780. # CONFIG_HWMON is not set
  781. # CONFIG_HWMON_VID is not set

  782. #
  783. # Misc devices
  784. #
  785. # CONFIG_IBM_ASM is not set

  786. #
  787. # Multimedia Capabilities Port drivers
  788. #

  789. #
  790. # Multimedia devices
  791. #
  792. # CONFIG_VIDEO_DEV is not set

  793. #
  794. # Digital Video Broadcasting Devices
  795. #
  796. # CONFIG_DVB is not set

  797. #
  798. # Graphics support
  799. #
  800. CONFIG_FB=y
  801. CONFIG_FB_CFB_FILLRECT=y
  802. CONFIG_FB_CFB_COPYAREA=y
  803. CONFIG_FB_CFB_IMAGEBLIT=y
  804. # CONFIG_FB_MACMODES is not set
  805. CONFIG_FB_MODE_HELPERS=y
  806. # CONFIG_FB_TILEBLITTING is not set
  807. # CONFIG_FB_CIRRUS is not set
  808. # CONFIG_FB_PM2 is not set
  809. # CONFIG_FB_CYBER2000 is not set
  810. # CONFIG_FB_ARC is not set
  811. # CONFIG_FB_ASILIANT is not set
  812. # CONFIG_FB_IMSTT is not set
  813. # CONFIG_FB_VGA16 is not set
  814. CONFIG_FB_VESA=y
  815. # CONFIG_FB_VESA_STD is not set
  816. CONFIG_FB_VESA_TNG=y
  817. CONFIG_FB_VESA_DEFAULT_MODE="1024x768@85"
  818. CONFIG_VIDEO_SELECT=y
  819. # CONFIG_FB_HGA is not set
  820. # CONFIG_FB_S1D13XXX is not set
  821. # CONFIG_FB_NVIDIA is not set
  822. # CONFIG_FB_RIVA is not set
  823. # CONFIG_FB_I810 is not set
  824. # CONFIG_FB_INTEL is not set
  825. # CONFIG_FB_MATROX is not set
  826. # CONFIG_FB_RADEON_OLD is not set
  827. # CONFIG_FB_RADEON is not set
  828. # CONFIG_FB_ATY128 is not set
  829. # CONFIG_FB_ATY is not set
  830. # CONFIG_FB_SAVAGE is not set
  831. # CONFIG_FB_SIS is not set
  832. # CONFIG_FB_NEOMAGIC is not set
  833. # CONFIG_FB_KYRO is not set
  834. # CONFIG_FB_3DFX is not set
  835. # CONFIG_FB_VOODOO1 is not set
  836. # CONFIG_FB_CYBLA is not set
  837. # CONFIG_FB_TRIDENT is not set
  838. # CONFIG_FB_PM3 is not set
  839. # CONFIG_FB_GEODE is not set
  840. # CONFIG_FB_VIRTUAL is not set

  841. #
  842. # Console display driver support
  843. #
  844. CONFIG_VGA_CONSOLE=y
  845. CONFIG_DUMMY_CONSOLE=y
  846. CONFIG_FRAMEBUFFER_CONSOLE=y
  847. # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
  848. # CONFIG_FONTS is not set
  849. CONFIG_FONT_8x8=y
  850. CONFIG_FONT_8x16=y

  851. #
  852. # Logo configuration
  853. #
  854. # CONFIG_LOGO is not set
  855. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  856. CONFIG_FB_SPLASH=y

  857. #
  858. # Speakup console speech
  859. #
  860. # CONFIG_SPEAKUP is not set
  861. CONFIG_SPEAKUP_DEFAULT="none"

  862. #
  863. # Sound
  864. #
  865. CONFIG_SOUND=y

  866. #
  867. # Advanced Linux Sound Architecture
  868. #
  869. CONFIG_SND=m
  870. CONFIG_SND_AC97_CODEC=m
  871. CONFIG_SND_AC97_BUS=m
  872. CONFIG_SND_TIMER=m
  873. CONFIG_SND_PCM=m
  874. CONFIG_SND_SEQUENCER=m
  875. # CONFIG_SND_SEQ_DUMMY is not set
  876. CONFIG_SND_OSSEMUL=y
  877. CONFIG_SND_MIXER_OSS=m
  878. CONFIG_SND_PCM_OSS=m
  879. CONFIG_SND_SEQUENCER_OSS=y
  880. # CONFIG_SND_VERBOSE_PRINTK is not set
  881. # CONFIG_SND_DEBUG is not set

  882. #
  883. # Generic devices
  884. #
  885. # CONFIG_SND_DUMMY is not set
  886. # CONFIG_SND_VIRMIDI is not set
  887. # CONFIG_SND_MTPAV is not set
  888. # CONFIG_SND_SERIAL_U16550 is not set
  889. # CONFIG_SND_MPU401 is not set

  890. #
  891. # PCI devices
  892. #
  893. # CONFIG_SND_ALI5451 is not set
  894. # CONFIG_SND_ATIIXP is not set
  895. # CONFIG_SND_ATIIXP_MODEM is not set
  896. # CONFIG_SND_AU8810 is not set
  897. # CONFIG_SND_AU8820 is not set
  898. # CONFIG_SND_AU8830 is not set
  899. # CONFIG_SND_AZT3328 is not set
  900. # CONFIG_SND_BT87X is not set
  901. # CONFIG_SND_CS46XX is not set
  902. # CONFIG_SND_CS4281 is not set
  903. # CONFIG_SND_EMU10K1 is not set
  904. # CONFIG_SND_EMU10K1X is not set
  905. # CONFIG_SND_CA0106 is not set
  906. # CONFIG_SND_KORG1212 is not set
  907. # CONFIG_SND_MIXART is not set
  908. # CONFIG_SND_NM256 is not set
  909. # CONFIG_SND_RME32 is not set
  910. # CONFIG_SND_RME96 is not set
  911. # CONFIG_SND_RME9652 is not set
  912. # CONFIG_SND_HDSP is not set
  913. # CONFIG_SND_HDSPM is not set
  914. # CONFIG_SND_TRIDENT is not set
  915. # CONFIG_SND_YMFPCI is not set
  916. # CONFIG_SND_AD1889 is not set
  917. # CONFIG_SND_ALS4000 is not set
  918. # CONFIG_SND_CMIPCI is not set
  919. # CONFIG_SND_ENS1370 is not set
  920. # CONFIG_SND_ENS1371 is not set
  921. # CONFIG_SND_ES1938 is not set
  922. # CONFIG_SND_ES1968 is not set
  923. # CONFIG_SND_MAESTRO3 is not set
  924. # CONFIG_SND_FM801 is not set
  925. # CONFIG_SND_ICE1712 is not set
  926. # CONFIG_SND_ICE1724 is not set
  927. CONFIG_SND_INTEL8X0=m
  928. # CONFIG_SND_INTEL8X0M is not set
  929. # CONFIG_SND_SONICVIBES is not set
  930. # CONFIG_SND_VIA82XX is not set
  931. # CONFIG_SND_VIA82XX_MODEM is not set
  932. # CONFIG_SND_VX222 is not set
  933. # CONFIG_SND_HDA_INTEL is not set

  934. #
  935. # USB devices
  936. #
  937. # CONFIG_SND_USB_AUDIO is not set
  938. # CONFIG_SND_USB_USX2Y is not set

  939. #
  940. # Open Sound System
  941. #
  942. # CONFIG_SOUND_PRIME is not set

  943. #
  944. # USB support
  945. #
  946. CONFIG_USB_ARCH_HAS_HCD=y
  947. CONFIG_USB_ARCH_HAS_OHCI=y
  948. CONFIG_USB=y
  949. # CONFIG_USB_DEBUG is not set

  950. #
  951. # Miscellaneous USB options
  952. #
  953. CONFIG_USB_DEVICEFS=y
  954. # CONFIG_USB_BANDWIDTH is not set
  955. # CONFIG_USB_DYNAMIC_MINORS is not set
  956. # CONFIG_USB_SUSPEND is not set
  957. # CONFIG_USB_OTG is not set

  958. #
  959. # USB Host Controller Drivers
  960. #
  961. CONFIG_USB_EHCI_HCD=y
  962. # CONFIG_USB_EHCI_SPLIT_ISO is not set
  963. # CONFIG_USB_EHCI_ROOT_HUB_TT is not set
  964. # CONFIG_USB_ISP116X_HCD is not set
  965. # CONFIG_USB_OHCI_HCD is not set
  966. CONFIG_USB_UHCI_HCD=y
  967. # CONFIG_USB_SL811_HCD is not set

  968. #
  969. # USB Device Class drivers
  970. #
  971. # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
  972. # CONFIG_USB_ACM is not set
  973. CONFIG_USB_PRINTER=y

  974. #
  975. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  976. #

  977. #
  978. # may also be needed; see USB_STORAGE Help for more information
  979. #
  980. CONFIG_USB_STORAGE=y
  981. # CONFIG_USB_STORAGE_DEBUG is not set
  982. # CONFIG_USB_STORAGE_DATAFAB is not set
  983. CONFIG_USB_STORAGE_FREECOM=y
  984. CONFIG_USB_STORAGE_ISD200=y
  985. CONFIG_USB_STORAGE_DPCM=y
  986. # CONFIG_USB_STORAGE_USBAT is not set
  987. # CONFIG_USB_STORAGE_SDDR09 is not set
  988. # CONFIG_USB_STORAGE_SDDR55 is not set
  989. # CONFIG_USB_STORAGE_JUMPSHOT is not set

  990. #
  991. # USB Input Devices
  992. #
  993. CONFIG_USB_HID=y
  994. CONFIG_USB_HIDINPUT=y
  995. # CONFIG_HID_FF is not set
  996. CONFIG_USB_HIDDEV=y
  997. # CONFIG_USB_AIPTEK is not set
  998. # CONFIG_USB_WACOM is not set
  999. # CONFIG_USB_ACECAD is not set
  1000. # CONFIG_USB_KBTAB is not set
  1001. # CONFIG_USB_POWERMATE is not set
  1002. # CONFIG_USB_MTOUCH is not set
  1003. # CONFIG_USB_ITMTOUCH is not set
  1004. # CONFIG_USB_EGALAX is not set
  1005. # CONFIG_USB_YEALINK is not set
  1006. # CONFIG_USB_XPAD is not set
  1007. # CONFIG_USB_ATI_REMOTE is not set
  1008. # CONFIG_USB_KEYSPAN_REMOTE is not set
  1009. # CONFIG_USB_APPLETOUCH is not set

  1010. #
  1011. # USB Imaging devices
  1012. #
  1013. # CONFIG_USB_MDC800 is not set
  1014. # CONFIG_USB_MICROTEK is not set

  1015. #
  1016. # USB Multimedia devices
  1017. #
  1018. # CONFIG_USB_DABUSB is not set

  1019. #
  1020. # Video4Linux support is needed for USB Multimedia device support
  1021. #

  1022. #
  1023. # USB Network Adapters
  1024. #
  1025. # CONFIG_USB_CATC is not set
  1026. # CONFIG_USB_KAWETH is not set
  1027. # CONFIG_USB_PEGASUS is not set
  1028. # CONFIG_USB_RTL8150 is not set
  1029. # CONFIG_USB_USBNET is not set
  1030. # CONFIG_USB_MON is not set

  1031. #
  1032. # USB port drivers
  1033. #
  1034. # CONFIG_USB_USS720 is not set

  1035. #
  1036. # USB Serial Converter support
  1037. #
  1038. # CONFIG_USB_SERIAL is not set

  1039. #
  1040. # USB Miscellaneous drivers
  1041. #
  1042. # CONFIG_USB_EMI62 is not set
  1043. # CONFIG_USB_EMI26 is not set
  1044. # CONFIG_USB_AUERSWALD is not set
  1045. # CONFIG_USB_RIO500 is not set
  1046. # CONFIG_USB_LEGOTOWER is not set
  1047. # CONFIG_USB_LCD is not set
  1048. # CONFIG_USB_LED is not set
  1049. CONFIG_USB_CYTHERM=m
  1050. # CONFIG_USB_PHIDGETKIT is not set
  1051. # CONFIG_USB_PHIDGETSERVO is not set
  1052. # CONFIG_USB_IDMOUSE is not set
  1053. # CONFIG_USB_SISUSBVGA is not set
  1054. # CONFIG_USB_LD is not set
  1055. # CONFIG_USB_TEST is not set

  1056. #
  1057. # USB DSL modem support
  1058. #

  1059. #
  1060. # USB Gadget Support
  1061. #
  1062. # CONFIG_USB_GADGET is not set

  1063. #
  1064. # MMC/SD Card support
  1065. #
  1066. # CONFIG_MMC is not set

  1067. #
  1068. # InfiniBand support
  1069. #
  1070. # CONFIG_INFINIBAND is not set

  1071. #
  1072. # SN Devices
  1073. #

  1074. #
  1075. # File systems
  1076. #
  1077. CONFIG_EXT2_FS=y
  1078. # CONFIG_EXT2_FS_XATTR is not set
  1079. # CONFIG_EXT2_FS_XIP is not set
  1080. CONFIG_EXT3_FS=y
  1081. CONFIG_EXT3_FS_XATTR=y
  1082. CONFIG_EXT3_FS_POSIX_ACL=y
  1083. CONFIG_EXT3_FS_SECURITY=y
  1084. CONFIG_JBD=y
  1085. # CONFIG_JBD_DEBUG is not set
  1086. CONFIG_FS_MBCACHE=y
  1087. CONFIG_REISERFS_FS=y
  1088. # CONFIG_REISERFS_CHECK is not set
  1089. # CONFIG_REISERFS_PROC_INFO is not set
  1090. CONFIG_REISERFS_FS_XATTR=y
  1091. CONFIG_REISERFS_FS_POSIX_ACL=y
  1092. CONFIG_REISERFS_FS_SECURITY=y
  1093. # CONFIG_JFS_FS is not set
  1094. CONFIG_FS_POSIX_ACL=y
  1095. # CONFIG_XFS_FS is not set
  1096. # CONFIG_MINIX_FS is not set
  1097. CONFIG_ROMFS_FS=y
  1098. # CONFIG_INOTIFY is not set
  1099. # CONFIG_QUOTA is not set
  1100. CONFIG_DNOTIFY=y
  1101. # CONFIG_AUTOFS_FS is not set
  1102. # CONFIG_AUTOFS4_FS is not set
  1103. # CONFIG_FUSE_FS is not set

  1104. #
  1105. # CD-ROM/DVD Filesystems
  1106. #
  1107. CONFIG_ISO9660_FS=y
  1108. CONFIG_JOLIET=y
  1109. CONFIG_ZISOFS=y
  1110. CONFIG_ZISOFS_FS=y
  1111. CONFIG_UDF_FS=y
  1112. CONFIG_UDF_NLS=y

  1113. #
  1114. # DOS/FAT/NT Filesystems
  1115. #
  1116. CONFIG_FAT_FS=y
  1117. CONFIG_MSDOS_FS=y
  1118. CONFIG_VFAT_FS=y
  1119. CONFIG_FAT_DEFAULT_CODEPAGE=437
  1120. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  1121. CONFIG_NTFS_FS=y
  1122. # CONFIG_NTFS_DEBUG is not set
  1123. # CONFIG_NTFS_RW is not set

  1124. #
  1125. # Pseudo filesystems
  1126. #
  1127. CONFIG_PROC_FS=y
  1128. CONFIG_PROC_KCORE=y
  1129. CONFIG_SYSFS=y
  1130. CONFIG_TMPFS=y
  1131. # CONFIG_HUGETLBFS is not set
  1132. # CONFIG_HUGETLB_PAGE is not set
  1133. CONFIG_RAMFS=y
  1134. # CONFIG_RELAYFS_FS is not set

  1135. #
  1136. # Miscellaneous filesystems
  1137. #
  1138. # CONFIG_ADFS_FS is not set
  1139. # CONFIG_AFFS_FS is not set
  1140. # CONFIG_HFS_FS is not set
  1141. # CONFIG_HFSPLUS_FS is not set
  1142. # CONFIG_BEFS_FS is not set
  1143. # CONFIG_BFS_FS is not set
  1144. # CONFIG_EFS_FS is not set
  1145. # CONFIG_CRAMFS is not set
  1146. # CONFIG_SQUASHFS is not set
  1147. # CONFIG_VXFS_FS is not set
  1148. # CONFIG_HPFS_FS is not set
  1149. # CONFIG_QNX4FS_FS is not set
  1150. # CONFIG_SYSV_FS is not set
  1151. # CONFIG_UFS_FS is not set

  1152. #
  1153. # Network File Systems
  1154. #
  1155. CONFIG_NFS_FS=y
  1156. CONFIG_NFS_V3=y
  1157. # CONFIG_NFS_V3_ACL is not set
  1158. # CONFIG_NFS_V4 is not set
  1159. # CONFIG_NFS_DIRECTIO is not set
  1160. CONFIG_NFSD=y
  1161. CONFIG_NFSD_V3=y
  1162. # CONFIG_NFSD_V3_ACL is not set
  1163. # CONFIG_NFSD_V4 is not set
  1164. CONFIG_NFSD_TCP=y
  1165. CONFIG_LOCKD=y
  1166. CONFIG_LOCKD_V4=y
  1167. CONFIG_EXPORTFS=y
  1168. CONFIG_NFS_COMMON=y
  1169. CONFIG_SUNRPC=y
  1170. # CONFIG_RPCSEC_GSS_KRB5 is not set
  1171. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  1172. CONFIG_SMB_FS=m
  1173. # CONFIG_SMB_NLS_DEFAULT is not set
  1174. CONFIG_CIFS=m
  1175. # CONFIG_CIFS_STATS is not set
  1176. # CONFIG_CIFS_XATTR is not set
  1177. # CONFIG_CIFS_EXPERIMENTAL is not set
  1178. # CONFIG_NCP_FS is not set
  1179. # CONFIG_CODA_FS is not set
  1180. # CONFIG_AFS_FS is not set
  1181. # CONFIG_9P_FS is not set

  1182. #
  1183. # Partition Types
  1184. #
  1185. # CONFIG_PARTITION_ADVANCED is not set
  1186. CONFIG_MSDOS_PARTITION=y

  1187. #
  1188. # Native Language Support
  1189. #
  1190. CONFIG_NLS=y
  1191. CONFIG_NLS_DEFAULT="iso8859-1"
  1192. CONFIG_NLS_CODEPAGE_437=y
  1193. # CONFIG_NLS_CODEPAGE_737 is not set
  1194. # CONFIG_NLS_CODEPAGE_775 is not set
  1195. # CONFIG_NLS_CODEPAGE_850 is not set
  1196. # CONFIG_NLS_CODEPAGE_852 is not set
  1197. # CONFIG_NLS_CODEPAGE_855 is not set
  1198. # CONFIG_NLS_CODEPAGE_857 is not set
  1199. # CONFIG_NLS_CODEPAGE_860 is not set
  1200. # CONFIG_NLS_CODEPAGE_861 is not set
  1201. # CONFIG_NLS_CODEPAGE_862 is not set
  1202. # CONFIG_NLS_CODEPAGE_863 is not set
  1203. # CONFIG_NLS_CODEPAGE_864 is not set
  1204. # CONFIG_NLS_CODEPAGE_865 is not set
  1205. # CONFIG_NLS_CODEPAGE_866 is not set
  1206. # CONFIG_NLS_CODEPAGE_869 is not set
  1207. CONFIG_NLS_CODEPAGE_936=y
  1208. CONFIG_NLS_CODEPAGE_950=m
  1209. CONFIG_NLS_CODEPAGE_932=m
  1210. CONFIG_NLS_CODEPAGE_949=m
  1211. # CONFIG_NLS_CODEPAGE_874 is not set
  1212. # CONFIG_NLS_ISO8859_8 is not set
  1213. # CONFIG_NLS_CODEPAGE_1250 is not set
  1214. # CONFIG_NLS_CODEPAGE_1251 is not set
  1215. # CONFIG_NLS_ASCII is not set
  1216. CONFIG_NLS_ISO8859_1=y
  1217. # CONFIG_NLS_ISO8859_2 is not set
  1218. # CONFIG_NLS_ISO8859_3 is not set
  1219. # CONFIG_NLS_ISO8859_4 is not set
  1220. # CONFIG_NLS_ISO8859_5 is not set
  1221. # CONFIG_NLS_ISO8859_6 is not set
  1222. # CONFIG_NLS_ISO8859_7 is not set
  1223. # CONFIG_NLS_ISO8859_9 is not set
  1224. # CONFIG_NLS_ISO8859_13 is not set
  1225. # CONFIG_NLS_ISO8859_14 is not set
  1226. # CONFIG_NLS_ISO8859_15 is not set
  1227. # CONFIG_NLS_KOI8_R is not set
  1228. # CONFIG_NLS_KOI8_U is not set
  1229. CONFIG_NLS_UTF8=y

  1230. #
  1231. # Instrumentation Support
  1232. #
  1233. # CONFIG_PROFILING is not set
  1234. # CONFIG_KPROBES is not set

  1235. #
  1236. # Kernel hacking
  1237. #
  1238. CONFIG_PRINTK_TIME=y
  1239. # CONFIG_DEBUG_KERNEL is not set
  1240. CONFIG_LOG_BUF_SHIFT=14
  1241. CONFIG_DEBUG_BUGVERBOSE=y
  1242. CONFIG_EARLY_PRINTK=y
  1243. CONFIG_X86_FIND_SMP_CONFIG=y
  1244. CONFIG_X86_MPPARSE=y

  1245. #
  1246. # Security options
  1247. #
  1248. # CONFIG_KEYS is not set
  1249. # CONFIG_SECURITY is not set

  1250. #
  1251. # Cryptographic options
  1252. #
  1253. CONFIG_CRYPTO=y
  1254. CONFIG_CRYPTO_HMAC=y
  1255. # CONFIG_CRYPTO_NULL is not set
  1256. # CONFIG_CRYPTO_MD4 is not set
  1257. CONFIG_CRYPTO_MD5=y
  1258. CONFIG_CRYPTO_SHA1=y
  1259. # CONFIG_CRYPTO_SHA256 is not set
  1260. # CONFIG_CRYPTO_SHA512 is not set
  1261. # CONFIG_CRYPTO_WP512 is not set
  1262. # CONFIG_CRYPTO_TGR192 is not set
  1263. CONFIG_CRYPTO_DES=y
  1264. # CONFIG_CRYPTO_BLOWFISH is not set
  1265. # CONFIG_CRYPTO_TWOFISH is not set
  1266. # CONFIG_CRYPTO_SERPENT is not set
  1267. # CONFIG_CRYPTO_AES_586 is not set
  1268. # CONFIG_CRYPTO_CAST5 is not set
  1269. # CONFIG_CRYPTO_CAST6 is not set
  1270. # CONFIG_CRYPTO_TEA is not set
  1271. # CONFIG_CRYPTO_ARC4 is not set
  1272. # CONFIG_CRYPTO_KHAZAD is not set
  1273. # CONFIG_CRYPTO_ANUBIS is not set
  1274. CONFIG_CRYPTO_DEFLATE=y
  1275. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  1276. # CONFIG_CRYPTO_CRC32C is not set
  1277. # CONFIG_CRYPTO_TEST is not set

  1278. #
  1279. # Hardware crypto devices
  1280. #
  1281. # CONFIG_CRYPTO_DEV_PADLOCK is not set

  1282. #
  1283. # Library routines
  1284. #
  1285. CONFIG_CRC_CCITT=y
  1286. # CONFIG_CRC16 is not set
  1287. CONFIG_CRC32=y
  1288. CONFIG_LIBCRC32C=m
  1289. CONFIG_ZLIB_INFLATE=y
  1290. CONFIG_ZLIB_DEFLATE=y
  1291. CONFIG_GENERIC_HARDIRQS=y
  1292. CONFIG_GENERIC_IRQ_PROBE=y
  1293. CONFIG_X86_BIOS_REBOOT=y
复制代码
发表于 2006-2-14 12:15:04 | 显示全部楼层
我也遇到了一样的问题,我一个台机一个本子,他们在USB和输入设备方面的内核配置一样的
USB鼠标插到本子里dmsg看的到提示信息,而台机却看不到,本子上可以用,台机用不了,后来我找了个USB2PS2的转接口,接上去还是不行,最后索性用了一个PS的光电。。。。呵呵
小问题还是不要花大时间了。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-14 13:39:01 | 显示全部楼层
楼上说得是,我折腾了一整天,还换过2.6.14的内核,结果感觉可能是内核的bug,现在已经放弃了.
的确,在小问题上花费很多时间真的不值.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表