config.i386 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950
  1. #
  2. # Automatically generated make config: don't edit
  3. #
  4. CONFIG_X86=y
  5. # CONFIG_SBUS is not set
  6. CONFIG_UID16=y
  7. #
  8. # Code maturity level options
  9. #
  10. # CONFIG_EXPERIMENTAL is not set
  11. #
  12. # Loadable module support
  13. #
  14. CONFIG_MODULES=y
  15. CONFIG_MODVERSIONS=y
  16. CONFIG_KMOD=y
  17. #
  18. # Processor type and features
  19. #
  20. # CONFIG_M386 is not set
  21. # CONFIG_M486 is not set
  22. # CONFIG_M586 is not set
  23. # CONFIG_M586TSC is not set
  24. # CONFIG_M586MMX is not set
  25. # CONFIG_M686 is not set
  26. CONFIG_MPENTIUMIII=y
  27. # CONFIG_MPENTIUM4 is not set
  28. # CONFIG_MK6 is not set
  29. # CONFIG_MK7 is not set
  30. # CONFIG_MK8 is not set
  31. # CONFIG_MELAN is not set
  32. # CONFIG_MCRUSOE is not set
  33. # CONFIG_MWINCHIPC6 is not set
  34. # CONFIG_MWINCHIP2 is not set
  35. # CONFIG_MWINCHIP3D is not set
  36. # CONFIG_MCYRIXIII is not set
  37. # CONFIG_MVIAC3_2 is not set
  38. CONFIG_X86_WP_WORKS_OK=y
  39. CONFIG_X86_INVLPG=y
  40. CONFIG_X86_CMPXCHG=y
  41. CONFIG_X86_XADD=y
  42. CONFIG_X86_BSWAP=y
  43. CONFIG_X86_POPAD_OK=y
  44. # CONFIG_RWSEM_GENERIC_SPINLOCK is not set
  45. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  46. CONFIG_X86_L1_CACHE_SHIFT=5
  47. CONFIG_X86_HAS_TSC=y
  48. CONFIG_X86_GOOD_APIC=y
  49. CONFIG_X86_PGE=y
  50. CONFIG_X86_USE_PPRO_CHECKSUM=y
  51. CONFIG_X86_F00F_WORKS_OK=y
  52. CONFIG_X86_MCE=y
  53. # CONFIG_TOSHIBA is not set
  54. # CONFIG_I8K is not set
  55. # CONFIG_MICROCODE is not set
  56. # CONFIG_X86_MSR is not set
  57. # CONFIG_X86_CPUID is not set
  58. CONFIG_NOHIGHMEM=y
  59. # CONFIG_HIGHMEM4G is not set
  60. # CONFIG_HIGHMEM64G is not set
  61. # CONFIG_HIGHMEM is not set
  62. # CONFIG_MATH_EMULATION is not set
  63. # CONFIG_MTRR is not set
  64. CONFIG_SMP=y
  65. CONFIG_NR_CPUS=32
  66. # CONFIG_X86_NUMA is not set
  67. # CONFIG_X86_TSC_DISABLE is not set
  68. CONFIG_X86_TSC=y
  69. CONFIG_HAVE_DEC_LOCK=y
  70. #
  71. # General setup
  72. #
  73. CONFIG_NET=y
  74. CONFIG_X86_IO_APIC=y
  75. CONFIG_X86_LOCAL_APIC=y
  76. CONFIG_PCI=y
  77. # CONFIG_PCI_GOBIOS is not set
  78. # CONFIG_PCI_GODIRECT is not set
  79. CONFIG_PCI_GOANY=y
  80. CONFIG_PCI_BIOS=y
  81. CONFIG_PCI_DIRECT=y
  82. CONFIG_ISA=y
  83. CONFIG_PCI_NAMES=y
  84. # CONFIG_EISA is not set
  85. # CONFIG_MCA is not set
  86. CONFIG_HOTPLUG=y
  87. #
  88. # PCMCIA/CardBus support
  89. #
  90. CONFIG_PCMCIA=y
  91. CONFIG_CARDBUS=y
  92. # CONFIG_TCIC is not set
  93. # CONFIG_I82092 is not set
  94. # CONFIG_I82365 is not set
  95. #
  96. # PCI Hotplug Support
  97. #
  98. # CONFIG_HOTPLUG_PCI is not set
  99. # CONFIG_HOTPLUG_PCI_COMPAQ is not set
  100. # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
  101. # CONFIG_HOTPLUG_PCI_IBM is not set
  102. # CONFIG_HOTPLUG_PCI_SHPC is not set
  103. # CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set
  104. # CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY is not set
  105. # CONFIG_HOTPLUG_PCI_PCIE is not set
  106. # CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set
  107. CONFIG_SYSVIPC=y
  108. # CONFIG_BSD_PROCESS_ACCT is not set
  109. CONFIG_SYSCTL=y
  110. CONFIG_KCORE_ELF=y
  111. # CONFIG_KCORE_AOUT is not set
  112. CONFIG_BINFMT_AOUT=y
  113. CONFIG_BINFMT_ELF=y
  114. CONFIG_BINFMT_MISC=y
  115. # CONFIG_OOM_KILLER is not set
  116. CONFIG_PM=y
  117. # CONFIG_APM is not set
  118. #
  119. # ACPI Support
  120. #
  121. # CONFIG_ACPI is not set
  122. CONFIG_ACPI_BOOT=y
  123. #
  124. # Memory Technology Devices (MTD)
  125. #
  126. # CONFIG_MTD is not set
  127. #
  128. # Parallel port support
  129. #
  130. # CONFIG_PARPORT is not set
  131. #
  132. # Plug and Play configuration
  133. #
  134. CONFIG_PNP=y
  135. CONFIG_ISAPNP=y
  136. #
  137. # Block devices
  138. #
  139. CONFIG_BLK_DEV_FD=y
  140. # CONFIG_BLK_DEV_XD is not set
  141. # CONFIG_PARIDE is not set
  142. # CONFIG_BLK_CPQ_DA is not set
  143. # CONFIG_BLK_CPQ_CISS_DA is not set
  144. # CONFIG_CISS_SCSI_TAPE is not set
  145. # CONFIG_CISS_MONITOR_THREAD is not set
  146. # CONFIG_BLK_DEV_DAC960 is not set
  147. # CONFIG_BLK_DEV_UMEM is not set
  148. # CONFIG_BLK_DEV_SX8 is not set
  149. # CONFIG_BLK_DEV_LOOP is not set
  150. # CONFIG_BLK_DEV_NBD is not set
  151. # CONFIG_BLK_DEV_RAM is not set
  152. # CONFIG_BLK_DEV_INITRD is not set
  153. # CONFIG_BLK_STATS is not set
  154. #
  155. # Multi-device support (RAID and LVM)
  156. #
  157. # CONFIG_MD is not set
  158. # CONFIG_BLK_DEV_MD is not set
  159. # CONFIG_MD_LINEAR is not set
  160. # CONFIG_MD_RAID0 is not set
  161. # CONFIG_MD_RAID1 is not set
  162. # CONFIG_MD_RAID5 is not set
  163. # CONFIG_MD_MULTIPATH is not set
  164. # CONFIG_BLK_DEV_LVM is not set
  165. #
  166. # Networking options
  167. #
  168. CONFIG_PACKET=y
  169. # CONFIG_PACKET_MMAP is not set
  170. # CONFIG_NETLINK_DEV is not set
  171. # CONFIG_NETFILTER is not set
  172. # CONFIG_FILTER is not set
  173. CONFIG_UNIX=y
  174. CONFIG_INET=y
  175. CONFIG_IP_MULTICAST=y
  176. # CONFIG_IP_ADVANCED_ROUTER is not set
  177. # CONFIG_IP_PNP is not set
  178. # CONFIG_NET_IPIP is not set
  179. # CONFIG_NET_IPGRE is not set
  180. # CONFIG_IP_MROUTE is not set
  181. # CONFIG_INET_ECN is not set
  182. # CONFIG_SYN_COOKIES is not set
  183. # CONFIG_VLAN_8021Q is not set
  184. #
  185. #
  186. #
  187. # CONFIG_IPX is not set
  188. # CONFIG_ATALK is not set
  189. # CONFIG_DECNET is not set
  190. # CONFIG_BRIDGE is not set
  191. #
  192. # QoS and/or fair queueing
  193. #
  194. # CONFIG_NET_SCHED is not set
  195. #
  196. # Network testing
  197. #
  198. # CONFIG_NET_PKTGEN is not set
  199. #
  200. # Telephony Support
  201. #
  202. # CONFIG_PHONE is not set
  203. # CONFIG_PHONE_IXJ is not set
  204. # CONFIG_PHONE_IXJ_PCMCIA is not set
  205. #
  206. # ATA/IDE/MFM/RLL support
  207. #
  208. CONFIG_IDE=y
  209. #
  210. # IDE, ATA and ATAPI Block devices
  211. #
  212. CONFIG_BLK_DEV_IDE=y
  213. #
  214. # Please see Documentation/ide.txt for help/info on IDE drives
  215. #
  216. # CONFIG_BLK_DEV_HD_IDE is not set
  217. # CONFIG_BLK_DEV_HD is not set
  218. # CONFIG_BLK_DEV_IDE_SATA is not set
  219. CONFIG_BLK_DEV_IDEDISK=y
  220. CONFIG_IDEDISK_MULTI_MODE=y
  221. # CONFIG_IDEDISK_STROKE is not set
  222. # CONFIG_BLK_DEV_IDECS is not set
  223. # CONFIG_BLK_DEV_DELKIN is not set
  224. CONFIG_BLK_DEV_IDECD=y
  225. # CONFIG_BLK_DEV_IDETAPE is not set
  226. # CONFIG_BLK_DEV_IDEFLOPPY is not set
  227. # CONFIG_BLK_DEV_IDESCSI is not set
  228. # CONFIG_IDE_TASK_IOCTL is not set
  229. #
  230. # IDE chipset support/bugfixes
  231. #
  232. CONFIG_BLK_DEV_CMD640=y
  233. # CONFIG_BLK_DEV_CMD640_ENHANCED is not set
  234. # CONFIG_BLK_DEV_ISAPNP is not set
  235. CONFIG_BLK_DEV_IDEPCI=y
  236. # CONFIG_BLK_DEV_GENERIC is not set
  237. CONFIG_IDEPCI_SHARE_IRQ=y
  238. CONFIG_BLK_DEV_IDEDMA_PCI=y
  239. # CONFIG_BLK_DEV_OFFBOARD is not set
  240. # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
  241. CONFIG_IDEDMA_PCI_AUTO=y
  242. # CONFIG_IDEDMA_ONLYDISK is not set
  243. CONFIG_BLK_DEV_IDEDMA=y
  244. # CONFIG_IDEDMA_PCI_WIP is not set
  245. # CONFIG_BLK_DEV_ADMA100 is not set
  246. # CONFIG_BLK_DEV_AEC62XX is not set
  247. # CONFIG_BLK_DEV_ALI15X3 is not set
  248. # CONFIG_WDC_ALI15X3 is not set
  249. # CONFIG_BLK_DEV_AMD74XX is not set
  250. # CONFIG_AMD74XX_OVERRIDE is not set
  251. # CONFIG_BLK_DEV_ATIIXP is not set
  252. # CONFIG_BLK_DEV_CMD64X is not set
  253. # CONFIG_BLK_DEV_TRIFLEX is not set
  254. # CONFIG_BLK_DEV_CY82C693 is not set
  255. # CONFIG_BLK_DEV_CS5530 is not set
  256. # CONFIG_BLK_DEV_HPT34X is not set
  257. # CONFIG_HPT34X_AUTODMA is not set
  258. # CONFIG_BLK_DEV_HPT366 is not set
  259. CONFIG_BLK_DEV_PIIX=y
  260. # CONFIG_BLK_DEV_NS87415 is not set
  261. # CONFIG_BLK_DEV_OPTI621 is not set
  262. # CONFIG_BLK_DEV_PDC202XX_OLD is not set
  263. # CONFIG_PDC202XX_BURST is not set
  264. # CONFIG_BLK_DEV_PDC202XX_NEW is not set
  265. CONFIG_BLK_DEV_RZ1000=y
  266. # CONFIG_BLK_DEV_SC1200 is not set
  267. # CONFIG_BLK_DEV_SVWKS is not set
  268. # CONFIG_BLK_DEV_SIIMAGE is not set
  269. # CONFIG_BLK_DEV_SIS5513 is not set
  270. # CONFIG_BLK_DEV_SLC90E66 is not set
  271. # CONFIG_BLK_DEV_TRM290 is not set
  272. # CONFIG_BLK_DEV_VIA82CXXX is not set
  273. # CONFIG_IDE_CHIPSETS is not set
  274. CONFIG_IDEDMA_AUTO=y
  275. # CONFIG_IDEDMA_IVB is not set
  276. # CONFIG_DMA_NONPCI is not set
  277. # CONFIG_BLK_DEV_ATARAID is not set
  278. # CONFIG_BLK_DEV_ATARAID_PDC is not set
  279. # CONFIG_BLK_DEV_ATARAID_HPT is not set
  280. # CONFIG_BLK_DEV_ATARAID_MEDLEY is not set
  281. # CONFIG_BLK_DEV_ATARAID_SII is not set
  282. #
  283. # SCSI support
  284. #
  285. CONFIG_SCSI=y
  286. #
  287. # SCSI support type (disk, tape, CD-ROM)
  288. #
  289. CONFIG_BLK_DEV_SD=y
  290. CONFIG_SD_EXTRA_DEVS=40
  291. # CONFIG_CHR_DEV_ST is not set
  292. # CONFIG_CHR_DEV_OSST is not set
  293. # CONFIG_BLK_DEV_SR is not set
  294. # CONFIG_CHR_DEV_SG is not set
  295. #
  296. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  297. #
  298. CONFIG_SCSI_DEBUG_QUEUES=y
  299. CONFIG_SCSI_MULTI_LUN=y
  300. CONFIG_SCSI_CONSTANTS=y
  301. # CONFIG_SCSI_LOGGING is not set
  302. #
  303. # SCSI low-level drivers
  304. #
  305. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  306. # CONFIG_SCSI_7000FASST is not set
  307. # CONFIG_SCSI_ACARD is not set
  308. # CONFIG_SCSI_AHA152X is not set
  309. # CONFIG_SCSI_AHA1542 is not set
  310. # CONFIG_SCSI_AHA1740 is not set
  311. # CONFIG_SCSI_AIC7XXX is not set
  312. # CONFIG_SCSI_AIC79XX is not set
  313. # CONFIG_SCSI_AIC7XXX_OLD is not set
  314. # CONFIG_SCSI_DPT_I2O is not set
  315. # CONFIG_SCSI_ADVANSYS is not set
  316. # CONFIG_SCSI_IN2000 is not set
  317. # CONFIG_SCSI_AM53C974 is not set
  318. # CONFIG_SCSI_MEGARAID is not set
  319. # CONFIG_SCSI_MEGARAID2 is not set
  320. # CONFIG_SCSI_SATA is not set
  321. # CONFIG_SCSI_SATA_AHCI is not set
  322. # CONFIG_SCSI_SATA_SVW is not set
  323. # CONFIG_SCSI_ATA_PIIX is not set
  324. # CONFIG_SCSI_SATA_NV is not set
  325. # CONFIG_SCSI_SATA_PROMISE is not set
  326. # CONFIG_SCSI_SATA_SX4 is not set
  327. # CONFIG_SCSI_SATA_SIL is not set
  328. # CONFIG_SCSI_SATA_SIS is not set
  329. # CONFIG_SCSI_SATA_ULI is not set
  330. # CONFIG_SCSI_SATA_VIA is not set
  331. # CONFIG_SCSI_SATA_VITESSE is not set
  332. # CONFIG_SCSI_BUSLOGIC is not set
  333. # CONFIG_SCSI_CPQFCTS is not set
  334. # CONFIG_SCSI_DMX3191D is not set
  335. # CONFIG_SCSI_DTC3280 is not set
  336. # CONFIG_SCSI_EATA is not set
  337. # CONFIG_SCSI_EATA_DMA is not set
  338. # CONFIG_SCSI_EATA_PIO is not set
  339. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  340. # CONFIG_SCSI_GDTH is not set
  341. # CONFIG_SCSI_GENERIC_NCR5380 is not set
  342. # CONFIG_SCSI_IPS is not set
  343. # CONFIG_SCSI_INITIO is not set
  344. # CONFIG_SCSI_INIA100 is not set
  345. # CONFIG_SCSI_NCR53C406A is not set
  346. # CONFIG_SCSI_NCR53C7xx is not set
  347. # CONFIG_SCSI_SYM53C8XX_2 is not set
  348. # CONFIG_SCSI_NCR53C8XX is not set
  349. CONFIG_SCSI_SYM53C8XX=y
  350. CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
  351. CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
  352. CONFIG_SCSI_NCR53C8XX_SYNC=20
  353. # CONFIG_SCSI_NCR53C8XX_PROFILE is not set
  354. # CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set
  355. # CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set
  356. # CONFIG_SCSI_PAS16 is not set
  357. # CONFIG_SCSI_PCI2000 is not set
  358. # CONFIG_SCSI_PCI2220I is not set
  359. # CONFIG_SCSI_PSI240I is not set
  360. # CONFIG_SCSI_QLOGIC_FAS is not set
  361. # CONFIG_SCSI_QLOGIC_ISP is not set
  362. # CONFIG_SCSI_QLOGIC_FC is not set
  363. # CONFIG_SCSI_QLOGIC_1280 is not set
  364. # CONFIG_SCSI_SEAGATE is not set
  365. # CONFIG_SCSI_SIM710 is not set
  366. # CONFIG_SCSI_SYM53C416 is not set
  367. # CONFIG_SCSI_DC390T is not set
  368. # CONFIG_SCSI_T128 is not set
  369. # CONFIG_SCSI_U14_34F is not set
  370. # CONFIG_SCSI_ULTRASTOR is not set
  371. # CONFIG_SCSI_NSP32 is not set
  372. #
  373. # PCMCIA SCSI adapter support
  374. #
  375. # CONFIG_SCSI_PCMCIA is not set
  376. #
  377. # Fusion MPT device support
  378. #
  379. # CONFIG_FUSION is not set
  380. # CONFIG_FUSION_BOOT is not set
  381. # CONFIG_FUSION_ISENSE is not set
  382. # CONFIG_FUSION_CTL is not set
  383. # CONFIG_FUSION_LAN is not set
  384. #
  385. # I2O device support
  386. #
  387. # CONFIG_I2O is not set
  388. # CONFIG_I2O_PCI is not set
  389. # CONFIG_I2O_BLOCK is not set
  390. # CONFIG_I2O_LAN is not set
  391. # CONFIG_I2O_SCSI is not set
  392. # CONFIG_I2O_PROC is not set
  393. #
  394. # Network device support
  395. #
  396. CONFIG_NETDEVICES=y
  397. #
  398. # ARCnet devices
  399. #
  400. # CONFIG_ARCNET is not set
  401. CONFIG_DUMMY=m
  402. # CONFIG_BONDING is not set
  403. # CONFIG_EQUALIZER is not set
  404. # CONFIG_TUN is not set
  405. # CONFIG_NET_SB1000 is not set
  406. #
  407. # Ethernet (10 or 100Mbit)
  408. #
  409. CONFIG_NET_ETHERNET=y
  410. # CONFIG_SUNLANCE is not set
  411. # CONFIG_HAPPYMEAL is not set
  412. # CONFIG_SUNBMAC is not set
  413. # CONFIG_SUNQE is not set
  414. # CONFIG_SUNGEM is not set
  415. # CONFIG_NET_VENDOR_3COM is not set
  416. # CONFIG_LANCE is not set
  417. # CONFIG_NET_VENDOR_SMC is not set
  418. # CONFIG_NET_VENDOR_RACAL is not set
  419. # CONFIG_AT1700 is not set
  420. # CONFIG_DEPCA is not set
  421. # CONFIG_HP100 is not set
  422. # CONFIG_NET_ISA is not set
  423. CONFIG_NET_PCI=y
  424. # CONFIG_PCNET32 is not set
  425. # CONFIG_AMD8111_ETH is not set
  426. # CONFIG_ADAPTEC_STARFIRE is not set
  427. # CONFIG_AC3200 is not set
  428. # CONFIG_APRICOT is not set
  429. # CONFIG_B44 is not set
  430. # CONFIG_CS89x0 is not set
  431. # CONFIG_TULIP is not set
  432. # CONFIG_DE4X5 is not set
  433. # CONFIG_DGRS is not set
  434. # CONFIG_DM9102 is not set
  435. CONFIG_EEPRO100=y
  436. # CONFIG_EEPRO100_PIO is not set
  437. # CONFIG_E100 is not set
  438. # CONFIG_LNE390 is not set
  439. # CONFIG_FEALNX is not set
  440. # CONFIG_NATSEMI is not set
  441. # CONFIG_NE2K_PCI is not set
  442. # CONFIG_FORCEDETH is not set
  443. # CONFIG_NE3210 is not set
  444. # CONFIG_ES3210 is not set
  445. # CONFIG_8139CP is not set
  446. # CONFIG_8139TOO is not set
  447. # CONFIG_8139TOO_PIO is not set
  448. # CONFIG_8139TOO_TUNE_TWISTER is not set
  449. # CONFIG_8139TOO_8129 is not set
  450. # CONFIG_8139_OLD_RX_RESET is not set
  451. # CONFIG_SIS900 is not set
  452. # CONFIG_EPIC100 is not set
  453. # CONFIG_SUNDANCE is not set
  454. # CONFIG_SUNDANCE_MMIO is not set
  455. # CONFIG_TLAN is not set
  456. # CONFIG_VIA_RHINE is not set
  457. # CONFIG_VIA_RHINE_MMIO is not set
  458. # CONFIG_WINBOND_840 is not set
  459. # CONFIG_NET_POCKET is not set
  460. #
  461. # Ethernet (1000 Mbit)
  462. #
  463. # CONFIG_ACENIC is not set
  464. # CONFIG_DL2K is not set
  465. # CONFIG_E1000 is not set
  466. # CONFIG_MYRI_SBUS is not set
  467. # CONFIG_NS83820 is not set
  468. # CONFIG_HAMACHI is not set
  469. # CONFIG_YELLOWFIN is not set
  470. # CONFIG_R8169 is not set
  471. # CONFIG_SK98LIN is not set
  472. # CONFIG_TIGON3 is not set
  473. # CONFIG_FDDI is not set
  474. # CONFIG_PLIP is not set
  475. # CONFIG_PPP is not set
  476. # CONFIG_SLIP is not set
  477. #
  478. # Wireless LAN (non-hamradio)
  479. #
  480. # CONFIG_NET_RADIO is not set
  481. #
  482. # Token Ring devices
  483. #
  484. # CONFIG_TR is not set
  485. # CONFIG_NET_FC is not set
  486. #
  487. # Wan interfaces
  488. #
  489. # CONFIG_WAN is not set
  490. #
  491. # PCMCIA network device support
  492. #
  493. CONFIG_NET_PCMCIA=y
  494. # CONFIG_PCMCIA_3C589 is not set
  495. # CONFIG_PCMCIA_3C574 is not set
  496. # CONFIG_PCMCIA_FMVJ18X is not set
  497. CONFIG_PCMCIA_PCNET=y
  498. # CONFIG_PCMCIA_AXNET is not set
  499. # CONFIG_PCMCIA_NMCLAN is not set
  500. # CONFIG_PCMCIA_SMC91C92 is not set
  501. # CONFIG_PCMCIA_XIRC2PS is not set
  502. # CONFIG_ARCNET_COM20020_CS is not set
  503. # CONFIG_PCMCIA_IBMTR is not set
  504. # CONFIG_PCMCIA_XIRCOM is not set
  505. # CONFIG_PCMCIA_XIRTULIP is not set
  506. CONFIG_NET_PCMCIA_RADIO=y
  507. CONFIG_PCMCIA_RAYCS=y
  508. # CONFIG_PCMCIA_NETWAVE is not set
  509. # CONFIG_PCMCIA_WAVELAN is not set
  510. # CONFIG_AIRONET4500_CS is not set
  511. #
  512. # Amateur Radio support
  513. #
  514. # CONFIG_HAMRADIO is not set
  515. #
  516. # IrDA (infrared) support
  517. #
  518. # CONFIG_IRDA is not set
  519. #
  520. # ISDN subsystem
  521. #
  522. # CONFIG_ISDN is not set
  523. #
  524. # Old CD-ROM drivers (not SCSI, not IDE)
  525. #
  526. # CONFIG_CD_NO_IDESCSI is not set
  527. #
  528. # Input core support
  529. #
  530. # CONFIG_INPUT is not set
  531. # CONFIG_INPUT_KEYBDEV is not set
  532. # CONFIG_INPUT_MOUSEDEV is not set
  533. # CONFIG_INPUT_JOYDEV is not set
  534. # CONFIG_INPUT_EVDEV is not set
  535. # CONFIG_INPUT_UINPUT is not set
  536. #
  537. # Character devices
  538. #
  539. CONFIG_VT=y
  540. CONFIG_VT_CONSOLE=y
  541. CONFIG_SERIAL=y
  542. # CONFIG_SERIAL_CONSOLE is not set
  543. # CONFIG_SERIAL_EXTENDED is not set
  544. # CONFIG_SERIAL_NONSTANDARD is not set
  545. CONFIG_UNIX98_PTYS=y
  546. CONFIG_UNIX98_PTY_COUNT=256
  547. #
  548. # I2C support
  549. #
  550. # CONFIG_I2C is not set
  551. #
  552. # Mice
  553. #
  554. # CONFIG_BUSMOUSE is not set
  555. CONFIG_MOUSE=y
  556. CONFIG_PSMOUSE=y
  557. # CONFIG_82C710_MOUSE is not set
  558. # CONFIG_PC110_PAD is not set
  559. # CONFIG_MK712_MOUSE is not set
  560. #
  561. # Joysticks
  562. #
  563. # CONFIG_INPUT_GAMEPORT is not set
  564. #
  565. # Input core support is needed for gameports
  566. #
  567. #
  568. # Input core support is needed for joysticks
  569. #
  570. # CONFIG_QIC02_TAPE is not set
  571. # CONFIG_IPMI_HANDLER is not set
  572. # CONFIG_IPMI_PANIC_EVENT is not set
  573. # CONFIG_IPMI_DEVICE_INTERFACE is not set
  574. # CONFIG_IPMI_KCS is not set
  575. # CONFIG_IPMI_WATCHDOG is not set
  576. #
  577. # Watchdog Cards
  578. #
  579. # CONFIG_WATCHDOG is not set
  580. # CONFIG_SCx200 is not set
  581. # CONFIG_SCx200_GPIO is not set
  582. # CONFIG_AMD_RNG is not set
  583. # CONFIG_INTEL_RNG is not set
  584. # CONFIG_HW_RANDOM is not set
  585. # CONFIG_AMD_PM768 is not set
  586. # CONFIG_NVRAM is not set
  587. # CONFIG_RTC is not set
  588. # CONFIG_DTLK is not set
  589. # CONFIG_R3964 is not set
  590. # CONFIG_APPLICOM is not set
  591. #
  592. # Ftape, the floppy tape device driver
  593. #
  594. # CONFIG_FTAPE is not set
  595. CONFIG_AGP=y
  596. CONFIG_AGP_INTEL=y
  597. CONFIG_AGP_I810=y
  598. CONFIG_AGP_VIA=y
  599. CONFIG_AGP_AMD=y
  600. # CONFIG_AGP_AMD_K8 is not set
  601. CONFIG_AGP_SIS=y
  602. CONFIG_AGP_ALI=y
  603. # CONFIG_AGP_SWORKS is not set
  604. # CONFIG_AGP_NVIDIA is not set
  605. # CONFIG_AGP_ATI is not set
  606. #
  607. # Direct Rendering Manager (XFree86 DRI support)
  608. #
  609. CONFIG_DRM=y
  610. # CONFIG_DRM_OLD is not set
  611. #
  612. # DRM 4.1 drivers
  613. #
  614. CONFIG_DRM_NEW=y
  615. CONFIG_DRM_TDFX=y
  616. # CONFIG_DRM_GAMMA is not set
  617. # CONFIG_DRM_R128 is not set
  618. CONFIG_DRM_RADEON=y
  619. CONFIG_DRM_I810=y
  620. CONFIG_DRM_I810_XFREE_41=y
  621. # CONFIG_DRM_I830 is not set
  622. # CONFIG_DRM_MGA is not set
  623. # CONFIG_DRM_SIS is not set
  624. #
  625. # PCMCIA character devices
  626. #
  627. # CONFIG_PCMCIA_SERIAL_CS is not set
  628. # CONFIG_SYNCLINK_CS is not set
  629. # CONFIG_MWAVE is not set
  630. # CONFIG_OBMOUSE is not set
  631. #
  632. # Multimedia devices
  633. #
  634. # CONFIG_VIDEO_DEV is not set
  635. #
  636. # File systems
  637. #
  638. # CONFIG_QUOTA is not set
  639. # CONFIG_QFMT_V2 is not set
  640. # CONFIG_AUTOFS_FS is not set
  641. CONFIG_AUTOFS4_FS=y
  642. # CONFIG_REISERFS_FS is not set
  643. # CONFIG_REISERFS_CHECK is not set
  644. # CONFIG_REISERFS_PROC_INFO is not set
  645. # CONFIG_ADFS_FS is not set
  646. # CONFIG_ADFS_FS_RW is not set
  647. # CONFIG_AFFS_FS is not set
  648. # CONFIG_HFS_FS is not set
  649. # CONFIG_HFSPLUS_FS is not set
  650. # CONFIG_BEFS_FS is not set
  651. # CONFIG_BEFS_DEBUG is not set
  652. # CONFIG_BFS_FS is not set
  653. # CONFIG_EXT3_FS is not set
  654. # CONFIG_JBD is not set
  655. # CONFIG_JBD_DEBUG is not set
  656. # CONFIG_FAT_FS is not set
  657. # CONFIG_MSDOS_FS is not set
  658. # CONFIG_UMSDOS_FS is not set
  659. # CONFIG_VFAT_FS is not set
  660. # CONFIG_EFS_FS is not set
  661. # CONFIG_JFFS_FS is not set
  662. # CONFIG_JFFS2_FS is not set
  663. # CONFIG_CRAMFS is not set
  664. CONFIG_TMPFS=y
  665. CONFIG_RAMFS=y
  666. CONFIG_ISO9660_FS=y
  667. # CONFIG_JOLIET is not set
  668. # CONFIG_ZISOFS is not set
  669. # CONFIG_JFS_FS is not set
  670. # CONFIG_JFS_DEBUG is not set
  671. # CONFIG_JFS_STATISTICS is not set
  672. # CONFIG_MINIX_FS is not set
  673. # CONFIG_VXFS_FS is not set
  674. # CONFIG_NTFS_FS is not set
  675. # CONFIG_NTFS_RW is not set
  676. # CONFIG_HPFS_FS is not set
  677. CONFIG_PROC_FS=y
  678. # CONFIG_DEVFS_FS is not set
  679. # CONFIG_DEVFS_MOUNT is not set
  680. # CONFIG_DEVFS_DEBUG is not set
  681. CONFIG_DEVPTS_FS=y
  682. # CONFIG_QNX4FS_FS is not set
  683. # CONFIG_QNX4FS_RW is not set
  684. # CONFIG_ROMFS_FS is not set
  685. CONFIG_EXT2_FS=y
  686. # CONFIG_SYSV_FS is not set
  687. # CONFIG_UDF_FS is not set
  688. # CONFIG_UDF_RW is not set
  689. # CONFIG_UFS_FS is not set
  690. # CONFIG_UFS_FS_WRITE is not set
  691. # CONFIG_XFS_FS is not set
  692. # CONFIG_XFS_QUOTA is not set
  693. # CONFIG_XFS_RT is not set
  694. # CONFIG_XFS_TRACE is not set
  695. # CONFIG_XFS_DEBUG is not set
  696. #
  697. # Network File Systems
  698. #
  699. # CONFIG_CODA_FS is not set
  700. # CONFIG_INTERMEZZO_FS is not set
  701. CONFIG_NFS_FS=y
  702. # CONFIG_NFS_V3 is not set
  703. # CONFIG_NFS_DIRECTIO is not set
  704. # CONFIG_ROOT_NFS is not set
  705. CONFIG_NFSD=y
  706. # CONFIG_NFSD_V3 is not set
  707. CONFIG_NFSD_TCP=y
  708. CONFIG_SUNRPC=y
  709. CONFIG_LOCKD=y
  710. # CONFIG_SMB_FS is not set
  711. # CONFIG_NCP_FS is not set
  712. # CONFIG_NCPFS_PACKET_SIGNING is not set
  713. # CONFIG_NCPFS_IOCTL_LOCKING is not set
  714. # CONFIG_NCPFS_STRONG is not set
  715. # CONFIG_NCPFS_NFS_NS is not set
  716. # CONFIG_NCPFS_OS2_NS is not set
  717. # CONFIG_NCPFS_SMALLDOS is not set
  718. # CONFIG_NCPFS_NLS is not set
  719. # CONFIG_NCPFS_EXTRAS is not set
  720. # CONFIG_ZISOFS_FS is not set
  721. #
  722. # Partition Types
  723. #
  724. # CONFIG_PARTITION_ADVANCED is not set
  725. CONFIG_MSDOS_PARTITION=y
  726. # CONFIG_SMB_NLS is not set
  727. # CONFIG_NLS is not set
  728. #
  729. # Console drivers
  730. #
  731. CONFIG_VGA_CONSOLE=y
  732. # CONFIG_VIDEO_SELECT is not set
  733. #
  734. # Sound
  735. #
  736. CONFIG_SOUND=y
  737. # CONFIG_SOUND_ALI5455 is not set
  738. # CONFIG_SOUND_BT878 is not set
  739. # CONFIG_SOUND_CMPCI is not set
  740. # CONFIG_SOUND_EMU10K1 is not set
  741. # CONFIG_MIDI_EMU10K1 is not set
  742. # CONFIG_SOUND_FUSION is not set
  743. # CONFIG_SOUND_CS4281 is not set
  744. # CONFIG_SOUND_ES1370 is not set
  745. CONFIG_SOUND_ES1371=y
  746. # CONFIG_SOUND_ESSSOLO1 is not set
  747. # CONFIG_SOUND_MAESTRO is not set
  748. # CONFIG_SOUND_MAESTRO3 is not set
  749. # CONFIG_SOUND_FORTE is not set
  750. # CONFIG_SOUND_ICH is not set
  751. # CONFIG_SOUND_RME96XX is not set
  752. # CONFIG_SOUND_SONICVIBES is not set
  753. # CONFIG_SOUND_TRIDENT is not set
  754. # CONFIG_SOUND_MSNDCLAS is not set
  755. # CONFIG_SOUND_MSNDPIN is not set
  756. # CONFIG_SOUND_VIA82CXXX is not set
  757. # CONFIG_MIDI_VIA82CXXX is not set
  758. # CONFIG_SOUND_OSS is not set
  759. # CONFIG_SOUND_TVMIXER is not set
  760. # CONFIG_SOUND_AD1980 is not set
  761. # CONFIG_SOUND_WM97XX is not set
  762. #
  763. # USB support
  764. #
  765. CONFIG_USB=y
  766. # CONFIG_USB_DEBUG is not set
  767. #
  768. # Miscellaneous USB options
  769. #
  770. # CONFIG_USB_DEVICEFS is not set
  771. # CONFIG_USB_BANDWIDTH is not set
  772. #
  773. # USB Host Controller Drivers
  774. #
  775. # CONFIG_USB_EHCI_HCD is not set
  776. CONFIG_USB_UHCI_ALT=y
  777. # CONFIG_USB_OHCI is not set
  778. # CONFIG_USB_SL811HS_ALT is not set
  779. # CONFIG_USB_SL811HS is not set
  780. #
  781. # USB Device Class drivers
  782. #
  783. # CONFIG_USB_AUDIO is not set
  784. # CONFIG_USB_EMI26 is not set
  785. # CONFIG_USB_MIDI is not set
  786. CONFIG_USB_STORAGE=y
  787. # CONFIG_USB_STORAGE_DEBUG is not set
  788. # CONFIG_USB_STORAGE_DATAFAB is not set
  789. # CONFIG_USB_STORAGE_FREECOM is not set
  790. # CONFIG_USB_STORAGE_ISD200 is not set
  791. # CONFIG_USB_STORAGE_DPCM is not set
  792. # CONFIG_USB_STORAGE_HP8200e is not set
  793. # CONFIG_USB_STORAGE_SDDR09 is not set
  794. # CONFIG_USB_STORAGE_SDDR55 is not set
  795. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  796. # CONFIG_USB_ACM is not set
  797. # CONFIG_USB_PRINTER is not set
  798. #
  799. # USB Human Interface Devices (HID)
  800. #
  801. # CONFIG_USB_HID is not set
  802. #
  803. # Input core support is needed for USB HID input layer or HIDBP support
  804. #
  805. # CONFIG_USB_HIDINPUT is not set
  806. # CONFIG_USB_HIDDEV is not set
  807. # CONFIG_USB_KBD is not set
  808. # CONFIG_USB_MOUSE is not set
  809. # CONFIG_USB_AIPTEK is not set
  810. # CONFIG_USB_WACOM is not set
  811. # CONFIG_USB_KBTAB is not set
  812. # CONFIG_USB_POWERMATE is not set
  813. #
  814. # USB Imaging devices
  815. #
  816. # CONFIG_USB_DC2XX is not set
  817. # CONFIG_USB_MDC800 is not set
  818. # CONFIG_USB_SCANNER is not set
  819. # CONFIG_USB_MICROTEK is not set
  820. # CONFIG_USB_HPUSBSCSI is not set
  821. #
  822. # USB Multimedia devices
  823. #
  824. #
  825. # Video4Linux support is needed for USB Multimedia device support
  826. #
  827. #
  828. # USB Network adaptors
  829. #
  830. # CONFIG_USB_PEGASUS is not set
  831. # CONFIG_USB_RTL8150 is not set
  832. # CONFIG_USB_KAWETH is not set
  833. # CONFIG_USB_CATC is not set
  834. # CONFIG_USB_CDCETHER is not set
  835. # CONFIG_USB_USBNET is not set
  836. #
  837. # USB port drivers
  838. #
  839. # CONFIG_USB_USS720 is not set
  840. #
  841. # USB Serial Converter support
  842. #
  843. # CONFIG_USB_SERIAL is not set
  844. #
  845. # USB Miscellaneous drivers
  846. #
  847. # CONFIG_USB_RIO500 is not set
  848. # CONFIG_USB_AUERSWALD is not set
  849. # CONFIG_USB_TIGL is not set
  850. # CONFIG_USB_BRLVGER is not set
  851. # CONFIG_USB_LCD is not set
  852. #
  853. # Support for USB gadgets
  854. #
  855. # CONFIG_USB_GADGET is not set
  856. #
  857. # Bluetooth support
  858. #
  859. # CONFIG_BLUEZ is not set
  860. #
  861. # Kernel hacking
  862. #
  863. # CONFIG_DEBUG_KERNEL is not set
  864. CONFIG_LOG_BUF_SHIFT=0
  865. #
  866. # Cryptographic options
  867. #
  868. # CONFIG_CRYPTO is not set
  869. #
  870. # Library routines
  871. #
  872. CONFIG_CRC32=y
  873. # CONFIG_ZLIB_INFLATE is not set
  874. # CONFIG_ZLIB_DEFLATE is not set