linux.config 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889
  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=y
  11. #
  12. # Loadable module support
  13. #
  14. CONFIG_MODULES=y
  15. # CONFIG_MODVERSIONS is not set
  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 is not set
  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=y
  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=4
  47. CONFIG_X86_USE_STRING_486=y
  48. CONFIG_X86_ALIGNMENT_16=y
  49. CONFIG_X86_F00F_WORKS_OK=y
  50. # CONFIG_X86_MCE is not set
  51. # CONFIG_TOSHIBA is not set
  52. # CONFIG_I8K is not set
  53. # CONFIG_MICROCODE is not set
  54. # CONFIG_X86_MSR is not set
  55. # CONFIG_X86_CPUID is not set
  56. # CONFIG_EDD is not set
  57. CONFIG_NOHIGHMEM=y
  58. # CONFIG_HIGHMEM4G is not set
  59. # CONFIG_HIGHMEM64G is not set
  60. # CONFIG_HIGHMEM is not set
  61. CONFIG_MATH_EMULATION=y
  62. CONFIG_MTRR=y
  63. # CONFIG_SMP is not set
  64. # CONFIG_X86_UP_APIC is not set
  65. # CONFIG_X86_UP_IOAPIC is not set
  66. # CONFIG_X86_TSC_DISABLE is not set
  67. #
  68. # General setup
  69. #
  70. CONFIG_NET=y
  71. CONFIG_PCI=y
  72. # CONFIG_PCI_GOBIOS is not set
  73. # CONFIG_PCI_GODIRECT is not set
  74. CONFIG_PCI_GOANY=y
  75. CONFIG_PCI_BIOS=y
  76. CONFIG_PCI_DIRECT=y
  77. CONFIG_ISA=y
  78. CONFIG_PCI_NAMES=y
  79. CONFIG_EISA=y
  80. CONFIG_MCA=y
  81. CONFIG_HOTPLUG=y
  82. #
  83. # PCMCIA/CardBus support
  84. #
  85. CONFIG_PCMCIA=m
  86. CONFIG_CARDBUS=y
  87. CONFIG_TCIC=y
  88. CONFIG_I82092=y
  89. CONFIG_I82365=y
  90. #
  91. # PCI Hotplug Support
  92. #
  93. CONFIG_HOTPLUG_PCI=y
  94. # CONFIG_HOTPLUG_PCI_COMPAQ is not set
  95. # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
  96. # CONFIG_HOTPLUG_PCI_SHPC is not set
  97. # CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE is not set
  98. # CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY is not set
  99. # CONFIG_HOTPLUG_PCI_PCIE is not set
  100. # CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE is not set
  101. CONFIG_SYSVIPC=y
  102. # CONFIG_BSD_PROCESS_ACCT is not set
  103. CONFIG_SYSCTL=y
  104. CONFIG_KCORE_ELF=y
  105. # CONFIG_KCORE_AOUT is not set
  106. # CONFIG_BINFMT_AOUT is not set
  107. CONFIG_BINFMT_ELF=y
  108. # CONFIG_BINFMT_MISC is not set
  109. # CONFIG_OOM_KILLER is not set
  110. CONFIG_PM=y
  111. CONFIG_APM=y
  112. # CONFIG_APM_IGNORE_USER_SUSPEND is not set
  113. CONFIG_APM_DO_ENABLE=y
  114. # CONFIG_APM_CPU_IDLE is not set
  115. # CONFIG_APM_DISPLAY_BLANK is not set
  116. CONFIG_APM_RTC_IS_GMT=y
  117. CONFIG_APM_ALLOW_INTS=y
  118. CONFIG_APM_REAL_MODE_POWER_OFF=y
  119. #
  120. # ACPI Support
  121. #
  122. # CONFIG_ACPI is not set
  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 is not set
  135. # CONFIG_ISAPNP is not set
  136. #
  137. # Block devices
  138. #
  139. # CONFIG_BLK_DEV_FD is not set
  140. # CONFIG_BLK_DEV_PS2 is not set
  141. # CONFIG_BLK_DEV_XD is not set
  142. # CONFIG_PARIDE is not set
  143. # CONFIG_BLK_CPQ_DA is not set
  144. # CONFIG_BLK_CPQ_CISS_DA is not set
  145. # CONFIG_CISS_SCSI_TAPE is not set
  146. # CONFIG_CISS_MONITOR_THREAD is not set
  147. # CONFIG_BLK_DEV_DAC960 is not set
  148. # CONFIG_BLK_DEV_UMEM is not set
  149. # CONFIG_BLK_DEV_SX8 is not set
  150. CONFIG_BLK_DEV_LOOP=y
  151. # CONFIG_BLK_DEV_NBD is not set
  152. CONFIG_BLK_DEV_RAM=y
  153. CONFIG_BLK_DEV_RAM_SIZE=8192
  154. CONFIG_BLK_DEV_INITRD=y
  155. # CONFIG_BLK_STATS is not set
  156. #
  157. # Multi-device support (RAID and LVM)
  158. #
  159. # CONFIG_MD is not set
  160. # CONFIG_BLK_DEV_MD is not set
  161. # CONFIG_MD_LINEAR is not set
  162. # CONFIG_MD_RAID0 is not set
  163. # CONFIG_MD_RAID1 is not set
  164. # CONFIG_MD_RAID5 is not set
  165. # CONFIG_MD_MULTIPATH is not set
  166. # CONFIG_BLK_DEV_LVM is not set
  167. #
  168. # Networking options
  169. #
  170. CONFIG_PACKET=y
  171. # CONFIG_PACKET_MMAP is not set
  172. CONFIG_NETLINK_DEV=y
  173. CONFIG_NETFILTER=y
  174. # CONFIG_NETFILTER_DEBUG is not set
  175. CONFIG_FILTER=y
  176. CONFIG_UNIX=y
  177. CONFIG_INET=y
  178. # CONFIG_IP_MULTICAST is not set
  179. CONFIG_IP_ADVANCED_ROUTER=y
  180. CONFIG_IP_MULTIPLE_TABLES=y
  181. CONFIG_IP_ROUTE_FWMARK=y
  182. CONFIG_IP_ROUTE_NAT=y
  183. CONFIG_IP_ROUTE_MULTIPATH=y
  184. CONFIG_IP_ROUTE_TOS=y
  185. # CONFIG_IP_ROUTE_VERBOSE is not set
  186. # CONFIG_IP_PNP is not set
  187. # CONFIG_NET_IPIP is not set
  188. # CONFIG_NET_IPGRE is not set
  189. # CONFIG_ARPD is not set
  190. CONFIG_INET_ECN=y
  191. # CONFIG_SYN_COOKIES is not set
  192. CONFIG_IP_NMAP_FREAK_PATCH=y
  193. #
  194. # IP: Netfilter Configuration
  195. #
  196. CONFIG_IP_NF_CONNTRACK=y
  197. CONFIG_IP_NF_FTP=y
  198. # CONFIG_IP_NF_AMANDA is not set
  199. CONFIG_IP_NF_TFTP=y
  200. CONFIG_IP_NF_IRC=y
  201. CONFIG_IP_NF_QUEUE=y
  202. CONFIG_IP_NF_IPTABLES=y
  203. CONFIG_IP_NF_MATCH_LIMIT=y
  204. CONFIG_IP_NF_MATCH_MAC=y
  205. CONFIG_IP_NF_MATCH_PKTTYPE=y
  206. CONFIG_IP_NF_MATCH_MARK=y
  207. CONFIG_IP_NF_MATCH_MULTIPORT=y
  208. CONFIG_IP_NF_MATCH_TOS=y
  209. CONFIG_IP_NF_MATCH_RECENT=y
  210. CONFIG_IP_NF_MATCH_ECN=y
  211. CONFIG_IP_NF_MATCH_DSCP=y
  212. CONFIG_IP_NF_MATCH_AH_ESP=y
  213. CONFIG_IP_NF_MATCH_LENGTH=y
  214. CONFIG_IP_NF_MATCH_TTL=y
  215. CONFIG_IP_NF_MATCH_TCPMSS=y
  216. CONFIG_IP_NF_MATCH_HELPER=y
  217. CONFIG_IP_NF_MATCH_STATE=y
  218. CONFIG_IP_NF_MATCH_CONNTRACK=y
  219. CONFIG_IP_NF_MATCH_UNCLEAN=y
  220. CONFIG_IP_NF_MATCH_OWNER=y
  221. CONFIG_IP_NF_FILTER=y
  222. CONFIG_IP_NF_TARGET_REJECT=y
  223. CONFIG_IP_NF_TARGET_MIRROR=y
  224. CONFIG_IP_NF_NAT=y
  225. CONFIG_IP_NF_NAT_NEEDED=y
  226. CONFIG_IP_NF_TARGET_MASQUERADE=y
  227. CONFIG_IP_NF_TARGET_REDIRECT=y
  228. CONFIG_IP_NF_NAT_LOCAL=y
  229. CONFIG_IP_NF_NAT_SNMP_BASIC=y
  230. CONFIG_IP_NF_NAT_IRC=y
  231. CONFIG_IP_NF_NAT_FTP=y
  232. CONFIG_IP_NF_NAT_TFTP=y
  233. CONFIG_IP_NF_MANGLE=y
  234. CONFIG_IP_NF_TARGET_TOS=y
  235. CONFIG_IP_NF_TARGET_ECN=y
  236. CONFIG_IP_NF_TARGET_DSCP=y
  237. CONFIG_IP_NF_TARGET_MARK=y
  238. CONFIG_IP_NF_TARGET_LOG=y
  239. CONFIG_IP_NF_TARGET_ULOG=y
  240. CONFIG_IP_NF_TARGET_TCPMSS=y
  241. CONFIG_IP_NF_ARPTABLES=y
  242. CONFIG_IP_NF_ARPFILTER=y
  243. CONFIG_IP_NF_ARP_MANGLE=y
  244. #
  245. # IP: Virtual Server Configuration
  246. #
  247. # CONFIG_IP_VS is not set
  248. # CONFIG_IPV6 is not set
  249. # CONFIG_KHTTPD is not set
  250. #
  251. # SCTP Configuration (EXPERIMENTAL)
  252. #
  253. # CONFIG_IP_SCTP is not set
  254. # CONFIG_ATM is not set
  255. # CONFIG_VLAN_8021Q is not set
  256. #
  257. #
  258. #
  259. # CONFIG_IPX is not set
  260. # CONFIG_ATALK is not set
  261. #
  262. # Appletalk devices
  263. #
  264. # CONFIG_DEV_APPLETALK is not set
  265. # CONFIG_DECNET is not set
  266. CONFIG_BRIDGE=y
  267. # CONFIG_X25 is not set
  268. # CONFIG_LAPB is not set
  269. # CONFIG_LLC is not set
  270. # CONFIG_NET_DIVERT is not set
  271. # CONFIG_ECONET is not set
  272. # CONFIG_WAN_ROUTER is not set
  273. # CONFIG_NET_FASTROUTE is not set
  274. # CONFIG_NET_HW_FLOWCONTROL is not set
  275. #
  276. # QoS and/or fair queueing
  277. #
  278. CONFIG_NET_SCHED=y
  279. CONFIG_NET_SCH_CBQ=y
  280. CONFIG_NET_SCH_HTB=y
  281. CONFIG_NET_SCH_CSZ=y
  282. CONFIG_NET_SCH_HFSC=y
  283. CONFIG_NET_SCH_PRIO=y
  284. CONFIG_NET_SCH_RED=y
  285. CONFIG_NET_SCH_SFQ=y
  286. CONFIG_NET_SCH_TEQL=y
  287. CONFIG_NET_SCH_TBF=y
  288. CONFIG_NET_SCH_GRED=y
  289. # CONFIG_NET_SCH_NETEM is not set
  290. CONFIG_NET_SCH_DSMARK=y
  291. CONFIG_NET_SCH_INGRESS=y
  292. CONFIG_NET_QOS=y
  293. CONFIG_NET_ESTIMATOR=y
  294. CONFIG_NET_CLS=y
  295. CONFIG_NET_CLS_TCINDEX=y
  296. CONFIG_NET_CLS_ROUTE4=y
  297. CONFIG_NET_CLS_ROUTE=y
  298. CONFIG_NET_CLS_FW=y
  299. CONFIG_NET_CLS_U32=y
  300. CONFIG_NET_CLS_RSVP=y
  301. CONFIG_NET_CLS_RSVP6=y
  302. CONFIG_NET_CLS_POLICE=y
  303. #
  304. # Network testing
  305. #
  306. # CONFIG_NET_PKTGEN is not set
  307. #
  308. # Telephony Support
  309. #
  310. # CONFIG_PHONE is not set
  311. # CONFIG_PHONE_IXJ is not set
  312. # CONFIG_PHONE_IXJ_PCMCIA is not set
  313. #
  314. # ATA/IDE/MFM/RLL support
  315. #
  316. CONFIG_IDE=y
  317. #
  318. # IDE, ATA and ATAPI Block devices
  319. #
  320. CONFIG_BLK_DEV_IDE=y
  321. #
  322. # Please see Documentation/ide.txt for help/info on IDE drives
  323. #
  324. # CONFIG_BLK_DEV_HD_IDE is not set
  325. # CONFIG_BLK_DEV_HD is not set
  326. # CONFIG_BLK_DEV_IDE_SATA is not set
  327. CONFIG_BLK_DEV_IDEDISK=y
  328. CONFIG_IDEDISK_MULTI_MODE=y
  329. CONFIG_IDEDISK_STROKE=y
  330. CONFIG_BLK_DEV_IDECS=m
  331. # CONFIG_BLK_DEV_IDECD is not set
  332. # CONFIG_BLK_DEV_IDETAPE is not set
  333. # CONFIG_BLK_DEV_IDEFLOPPY is not set
  334. # CONFIG_BLK_DEV_IDESCSI is not set
  335. # CONFIG_IDE_TASK_IOCTL is not set
  336. #
  337. # IDE chipset support/bugfixes
  338. #
  339. # CONFIG_BLK_DEV_CMD640 is not set
  340. # CONFIG_BLK_DEV_CMD640_ENHANCED is not set
  341. # CONFIG_BLK_DEV_ISAPNP is not set
  342. CONFIG_BLK_DEV_IDEPCI=y
  343. CONFIG_BLK_DEV_GENERIC=y
  344. CONFIG_IDEPCI_SHARE_IRQ=y
  345. CONFIG_BLK_DEV_IDEDMA_PCI=y
  346. # CONFIG_BLK_DEV_OFFBOARD is not set
  347. # CONFIG_BLK_DEV_IDEDMA_FORCED is not set
  348. CONFIG_IDEDMA_PCI_AUTO=y
  349. # CONFIG_IDEDMA_ONLYDISK is not set
  350. CONFIG_BLK_DEV_IDEDMA=y
  351. CONFIG_IDEDMA_PCI_WIP=y
  352. # CONFIG_BLK_DEV_ADMA100 is not set
  353. # CONFIG_BLK_DEV_AEC62XX is not set
  354. # CONFIG_BLK_DEV_ALI15X3 is not set
  355. # CONFIG_WDC_ALI15X3 is not set
  356. # CONFIG_BLK_DEV_AMD74XX is not set
  357. # CONFIG_AMD74XX_OVERRIDE is not set
  358. # CONFIG_BLK_DEV_ATIIXP is not set
  359. # CONFIG_BLK_DEV_CMD64X is not set
  360. # CONFIG_BLK_DEV_TRIFLEX is not set
  361. # CONFIG_BLK_DEV_CY82C693 is not set
  362. # CONFIG_BLK_DEV_CS5530 is not set
  363. # CONFIG_BLK_DEV_HPT34X is not set
  364. # CONFIG_HPT34X_AUTODMA is not set
  365. # CONFIG_BLK_DEV_HPT366 is not set
  366. # CONFIG_BLK_DEV_PIIX is not set
  367. # CONFIG_BLK_DEV_NS87415 is not set
  368. # CONFIG_BLK_DEV_OPTI621 is not set
  369. # CONFIG_BLK_DEV_PDC202XX_OLD is not set
  370. # CONFIG_PDC202XX_BURST is not set
  371. # CONFIG_BLK_DEV_PDC202XX_NEW is not set
  372. # CONFIG_BLK_DEV_RZ1000 is not set
  373. # CONFIG_BLK_DEV_SC1200 is not set
  374. # CONFIG_BLK_DEV_SVWKS is not set
  375. # CONFIG_BLK_DEV_SIIMAGE is not set
  376. # CONFIG_BLK_DEV_SIS5513 is not set
  377. # CONFIG_BLK_DEV_SLC90E66 is not set
  378. # CONFIG_BLK_DEV_TRM290 is not set
  379. # CONFIG_BLK_DEV_VIA82CXXX is not set
  380. # CONFIG_IDE_CHIPSETS is not set
  381. CONFIG_IDEDMA_AUTO=y
  382. # CONFIG_IDEDMA_IVB is not set
  383. # CONFIG_DMA_NONPCI is not set
  384. # CONFIG_BLK_DEV_ATARAID is not set
  385. # CONFIG_BLK_DEV_ATARAID_PDC is not set
  386. # CONFIG_BLK_DEV_ATARAID_HPT is not set
  387. # CONFIG_BLK_DEV_ATARAID_MEDLEY is not set
  388. # CONFIG_BLK_DEV_ATARAID_SII is not set
  389. #
  390. # SCSI support
  391. #
  392. # CONFIG_SCSI is not set
  393. #
  394. # Fusion MPT device support
  395. #
  396. # CONFIG_FUSION is not set
  397. # CONFIG_FUSION_BOOT is not set
  398. # CONFIG_FUSION_ISENSE is not set
  399. # CONFIG_FUSION_CTL is not set
  400. # CONFIG_FUSION_LAN is not set
  401. #
  402. # IEEE 1394 (FireWire) support (EXPERIMENTAL)
  403. #
  404. # CONFIG_IEEE1394 is not set
  405. #
  406. # I2O device support
  407. #
  408. # CONFIG_I2O is not set
  409. # CONFIG_I2O_PCI is not set
  410. # CONFIG_I2O_BLOCK is not set
  411. # CONFIG_I2O_LAN is not set
  412. # CONFIG_I2O_SCSI is not set
  413. # CONFIG_I2O_PROC is not set
  414. #
  415. # Network device support
  416. #
  417. CONFIG_NETDEVICES=y
  418. #
  419. # ARCnet devices
  420. #
  421. # CONFIG_ARCNET is not set
  422. CONFIG_DUMMY=m
  423. # CONFIG_BONDING is not set
  424. # CONFIG_EQUALIZER is not set
  425. CONFIG_TUN=y
  426. # CONFIG_ETHERTAP is not set
  427. #
  428. # Ethernet (10 or 100Mbit)
  429. #
  430. CONFIG_NET_ETHERNET=y
  431. # CONFIG_SUNLANCE is not set
  432. # CONFIG_HAPPYMEAL is not set
  433. # CONFIG_SUNBMAC is not set
  434. # CONFIG_SUNQE is not set
  435. # CONFIG_SUNGEM is not set
  436. # CONFIG_NET_VENDOR_3COM is not set
  437. # CONFIG_LANCE is not set
  438. # CONFIG_NET_VENDOR_SMC is not set
  439. # CONFIG_NET_VENDOR_RACAL is not set
  440. # CONFIG_AT1700 is not set
  441. # CONFIG_DEPCA is not set
  442. # CONFIG_HP100 is not set
  443. # CONFIG_NET_ISA is not set
  444. # CONFIG_SKMC is not set
  445. # CONFIG_NE2_MCA is not set
  446. # CONFIG_IBMLANA is not set
  447. CONFIG_NET_PCI=y
  448. # CONFIG_PCNET32 is not set
  449. # CONFIG_AMD8111_ETH is not set
  450. # CONFIG_ADAPTEC_STARFIRE is not set
  451. # CONFIG_AC3200 is not set
  452. # CONFIG_APRICOT is not set
  453. # CONFIG_B44 is not set
  454. # CONFIG_CS89x0 is not set
  455. # CONFIG_TULIP is not set
  456. # CONFIG_DE4X5 is not set
  457. # CONFIG_DGRS is not set
  458. # CONFIG_DM9102 is not set
  459. # CONFIG_EEPRO100 is not set
  460. # CONFIG_EEPRO100_PIO is not set
  461. # CONFIG_E100 is not set
  462. # CONFIG_LNE390 is not set
  463. # CONFIG_FEALNX is not set
  464. CONFIG_NATSEMI=y
  465. # CONFIG_NE2K_PCI is not set
  466. # CONFIG_FORCEDETH is not set
  467. # CONFIG_NE3210 is not set
  468. # CONFIG_ES3210 is not set
  469. # CONFIG_8139CP is not set
  470. # CONFIG_8139TOO is not set
  471. # CONFIG_8139TOO_PIO is not set
  472. # CONFIG_8139TOO_TUNE_TWISTER is not set
  473. # CONFIG_8139TOO_8129 is not set
  474. # CONFIG_8139_OLD_RX_RESET is not set
  475. # CONFIG_SIS900 is not set
  476. # CONFIG_EPIC100 is not set
  477. # CONFIG_SUNDANCE is not set
  478. # CONFIG_SUNDANCE_MMIO is not set
  479. # CONFIG_TLAN is not set
  480. # CONFIG_VIA_RHINE is not set
  481. # CONFIG_VIA_RHINE_MMIO is not set
  482. # CONFIG_WINBOND_840 is not set
  483. # CONFIG_NET_POCKET is not set
  484. #
  485. # Ethernet (1000 Mbit)
  486. #
  487. # CONFIG_ACENIC is not set
  488. # CONFIG_DL2K is not set
  489. # CONFIG_E1000 is not set
  490. # CONFIG_MYRI_SBUS is not set
  491. # CONFIG_NS83820 is not set
  492. # CONFIG_HAMACHI is not set
  493. # CONFIG_YELLOWFIN is not set
  494. # CONFIG_R8169 is not set
  495. # CONFIG_SK98LIN is not set
  496. # CONFIG_TIGON3 is not set
  497. # CONFIG_FDDI is not set
  498. # CONFIG_HIPPI is not set
  499. # CONFIG_PLIP is not set
  500. # CONFIG_PPP is not set
  501. # CONFIG_SLIP is not set
  502. #
  503. # Wireless LAN (non-hamradio)
  504. #
  505. CONFIG_NET_RADIO=y
  506. # CONFIG_STRIP is not set
  507. # CONFIG_WAVELAN is not set
  508. # CONFIG_ARLAN is not set
  509. # CONFIG_AIRONET4500 is not set
  510. # CONFIG_AIRONET4500_NONCS is not set
  511. # CONFIG_AIRONET4500_PROC is not set
  512. # CONFIG_AIRO is not set
  513. CONFIG_HERMES=m
  514. CONFIG_HOSTAP=m
  515. # CONFIG_PLX_HERMES is not set
  516. # CONFIG_TMD_HERMES is not set
  517. # CONFIG_PCI_HERMES is not set
  518. # CONFIG_HOSTAP_PLX is not set
  519. # CONFIG_HOSTAP_PCI is not set
  520. #
  521. # Wireless Pcmcia cards support
  522. #
  523. CONFIG_PCMCIA_HERMES=m
  524. CONFIG_HOSTAP_CS=m
  525. # CONFIG_AIRO_CS is not set
  526. # CONFIG_PCMCIA_ATMEL is not set
  527. #
  528. # Prism54 PCI/PCMCIA GT/Duette Driver - 802.11(a/b/g)
  529. #
  530. # CONFIG_PRISM54 is not set
  531. CONFIG_NET_WIRELESS=y
  532. #
  533. # Token Ring devices
  534. #
  535. # CONFIG_TR is not set
  536. # CONFIG_NET_FC is not set
  537. # CONFIG_RCPCI is not set
  538. # CONFIG_SHAPER is not set
  539. #
  540. # Wan interfaces
  541. #
  542. # CONFIG_WAN is not set
  543. #
  544. # PCMCIA network device support
  545. #
  546. # CONFIG_NET_PCMCIA is not set
  547. #
  548. # Amateur Radio support
  549. #
  550. # CONFIG_HAMRADIO is not set
  551. #
  552. # IrDA (infrared) support
  553. #
  554. # CONFIG_IRDA is not set
  555. #
  556. # ISDN subsystem
  557. #
  558. # CONFIG_ISDN is not set
  559. #
  560. # Old CD-ROM drivers (not SCSI, not IDE)
  561. #
  562. # CONFIG_CD_NO_IDESCSI is not set
  563. #
  564. # Input core support
  565. #
  566. # CONFIG_INPUT is not set
  567. # CONFIG_INPUT_KEYBDEV is not set
  568. # CONFIG_INPUT_MOUSEDEV is not set
  569. # CONFIG_INPUT_JOYDEV is not set
  570. # CONFIG_INPUT_EVDEV is not set
  571. # CONFIG_INPUT_UINPUT is not set
  572. #
  573. # Character devices
  574. #
  575. CONFIG_VT=y
  576. CONFIG_VT_CONSOLE=y
  577. CONFIG_SERIAL=y
  578. CONFIG_SERIAL_CONSOLE=y
  579. # CONFIG_SERIAL_EXTENDED is not set
  580. # CONFIG_SERIAL_NONSTANDARD is not set
  581. CONFIG_UNIX98_PTYS=y
  582. CONFIG_UNIX98_PTY_COUNT=256
  583. #
  584. # I2C support
  585. #
  586. # CONFIG_I2C is not set
  587. #
  588. # Mice
  589. #
  590. # CONFIG_BUSMOUSE is not set
  591. # CONFIG_MOUSE is not set
  592. #
  593. # Joysticks
  594. #
  595. # CONFIG_INPUT_GAMEPORT is not set
  596. #
  597. # Input core support is needed for gameports
  598. #
  599. #
  600. # Input core support is needed for joysticks
  601. #
  602. # CONFIG_QIC02_TAPE is not set
  603. # CONFIG_IPMI_HANDLER is not set
  604. # CONFIG_IPMI_PANIC_EVENT is not set
  605. # CONFIG_IPMI_DEVICE_INTERFACE is not set
  606. # CONFIG_IPMI_KCS is not set
  607. # CONFIG_IPMI_WATCHDOG is not set
  608. #
  609. # Watchdog Cards
  610. #
  611. # CONFIG_WATCHDOG is not set
  612. # CONFIG_SCx200 is not set
  613. # CONFIG_SCx200_GPIO is not set
  614. CONFIG_AMD_RNG=y
  615. # CONFIG_INTEL_RNG is not set
  616. CONFIG_HW_RANDOM=y
  617. # CONFIG_AMD_PM768 is not set
  618. # CONFIG_NVRAM is not set
  619. CONFIG_RTC=y
  620. # CONFIG_DTLK is not set
  621. # CONFIG_R3964 is not set
  622. # CONFIG_APPLICOM is not set
  623. # CONFIG_SONYPI is not set
  624. #
  625. # Ftape, the floppy tape device driver
  626. #
  627. # CONFIG_FTAPE is not set
  628. # CONFIG_AGP is not set
  629. #
  630. # Direct Rendering Manager (XFree86 DRI support)
  631. #
  632. # CONFIG_DRM is not set
  633. #
  634. # PCMCIA character devices
  635. #
  636. # CONFIG_PCMCIA_SERIAL_CS is not set
  637. # CONFIG_SYNCLINK_CS is not set
  638. # CONFIG_MWAVE is not set
  639. # CONFIG_OBMOUSE is not set
  640. #
  641. # Multimedia devices
  642. #
  643. # CONFIG_VIDEO_DEV is not set
  644. #
  645. # File systems
  646. #
  647. # CONFIG_QUOTA is not set
  648. # CONFIG_QFMT_V2 is not set
  649. # CONFIG_AUTOFS_FS is not set
  650. # CONFIG_AUTOFS4_FS is not set
  651. # CONFIG_REISERFS_FS is not set
  652. # CONFIG_REISERFS_CHECK is not set
  653. # CONFIG_REISERFS_PROC_INFO is not set
  654. # CONFIG_ADFS_FS is not set
  655. # CONFIG_ADFS_FS_RW is not set
  656. # CONFIG_AFFS_FS is not set
  657. # CONFIG_HFS_FS is not set
  658. # CONFIG_HFSPLUS_FS is not set
  659. # CONFIG_BEFS_FS is not set
  660. # CONFIG_BEFS_DEBUG is not set
  661. # CONFIG_BFS_FS is not set
  662. CONFIG_EXT3_FS=y
  663. CONFIG_JBD=y
  664. # CONFIG_JBD_DEBUG is not set
  665. CONFIG_FAT_FS=y
  666. CONFIG_MSDOS_FS=y
  667. # CONFIG_UMSDOS_FS is not set
  668. CONFIG_VFAT_FS=y
  669. # CONFIG_EFS_FS is not set
  670. # CONFIG_JFFS_FS is not set
  671. # CONFIG_JFFS2_FS is not set
  672. # CONFIG_CRAMFS is not set
  673. CONFIG_SQUASHFS=y
  674. CONFIG_TMPFS=y
  675. CONFIG_RAMFS=y
  676. # CONFIG_ISO9660_FS is not set
  677. # CONFIG_JOLIET is not set
  678. # CONFIG_ZISOFS is not set
  679. # CONFIG_JFS_FS is not set
  680. # CONFIG_JFS_DEBUG is not set
  681. # CONFIG_JFS_STATISTICS is not set
  682. # CONFIG_MINIX_FS is not set
  683. # CONFIG_VXFS_FS is not set
  684. # CONFIG_NTFS_FS is not set
  685. # CONFIG_NTFS_RW is not set
  686. # CONFIG_HPFS_FS is not set
  687. CONFIG_PROC_FS=y
  688. # CONFIG_DEVFS_FS is not set
  689. # CONFIG_DEVFS_MOUNT is not set
  690. # CONFIG_DEVFS_DEBUG is not set
  691. CONFIG_DEVPTS_FS=y
  692. # CONFIG_QNX4FS_FS is not set
  693. # CONFIG_QNX4FS_RW is not set
  694. # CONFIG_ROMFS_FS is not set
  695. CONFIG_EXT2_FS=y
  696. # CONFIG_SYSV_FS is not set
  697. # CONFIG_UDF_FS is not set
  698. # CONFIG_UDF_RW is not set
  699. # CONFIG_UFS_FS is not set
  700. # CONFIG_UFS_FS_WRITE is not set
  701. # CONFIG_XFS_FS is not set
  702. # CONFIG_XFS_QUOTA is not set
  703. # CONFIG_XFS_RT is not set
  704. # CONFIG_XFS_TRACE is not set
  705. # CONFIG_XFS_DEBUG is not set
  706. #
  707. # Network File Systems
  708. #
  709. # CONFIG_CODA_FS is not set
  710. # CONFIG_INTERMEZZO_FS is not set
  711. # CONFIG_NFS_FS is not set
  712. # CONFIG_NFS_V3 is not set
  713. # CONFIG_NFS_DIRECTIO is not set
  714. # CONFIG_ROOT_NFS is not set
  715. # CONFIG_NFSD is not set
  716. # CONFIG_NFSD_V3 is not set
  717. # CONFIG_NFSD_TCP is not set
  718. # CONFIG_SUNRPC is not set
  719. # CONFIG_LOCKD is not set
  720. # CONFIG_SMB_FS is not set
  721. # CONFIG_NCP_FS is not set
  722. # CONFIG_NCPFS_PACKET_SIGNING is not set
  723. # CONFIG_NCPFS_IOCTL_LOCKING is not set
  724. # CONFIG_NCPFS_STRONG is not set
  725. # CONFIG_NCPFS_NFS_NS is not set
  726. # CONFIG_NCPFS_OS2_NS is not set
  727. # CONFIG_NCPFS_SMALLDOS is not set
  728. # CONFIG_NCPFS_NLS is not set
  729. # CONFIG_NCPFS_EXTRAS is not set
  730. # CONFIG_ZISOFS_FS is not set
  731. #
  732. # Partition Types
  733. #
  734. # CONFIG_PARTITION_ADVANCED is not set
  735. CONFIG_MSDOS_PARTITION=y
  736. # CONFIG_SMB_NLS is not set
  737. CONFIG_NLS=y
  738. #
  739. # Native Language Support
  740. #
  741. CONFIG_NLS_DEFAULT="iso8859-1"
  742. # CONFIG_NLS_CODEPAGE_437 is not set
  743. # CONFIG_NLS_CODEPAGE_737 is not set
  744. # CONFIG_NLS_CODEPAGE_775 is not set
  745. # CONFIG_NLS_CODEPAGE_850 is not set
  746. # CONFIG_NLS_CODEPAGE_852 is not set
  747. # CONFIG_NLS_CODEPAGE_855 is not set
  748. # CONFIG_NLS_CODEPAGE_857 is not set
  749. # CONFIG_NLS_CODEPAGE_860 is not set
  750. # CONFIG_NLS_CODEPAGE_861 is not set
  751. # CONFIG_NLS_CODEPAGE_862 is not set
  752. # CONFIG_NLS_CODEPAGE_863 is not set
  753. # CONFIG_NLS_CODEPAGE_864 is not set
  754. # CONFIG_NLS_CODEPAGE_865 is not set
  755. # CONFIG_NLS_CODEPAGE_866 is not set
  756. # CONFIG_NLS_CODEPAGE_869 is not set
  757. # CONFIG_NLS_CODEPAGE_936 is not set
  758. # CONFIG_NLS_CODEPAGE_950 is not set
  759. # CONFIG_NLS_CODEPAGE_932 is not set
  760. # CONFIG_NLS_CODEPAGE_949 is not set
  761. # CONFIG_NLS_CODEPAGE_874 is not set
  762. # CONFIG_NLS_ISO8859_8 is not set
  763. # CONFIG_NLS_CODEPAGE_1250 is not set
  764. # CONFIG_NLS_CODEPAGE_1251 is not set
  765. # CONFIG_NLS_ISO8859_1 is not set
  766. # CONFIG_NLS_ISO8859_2 is not set
  767. # CONFIG_NLS_ISO8859_3 is not set
  768. # CONFIG_NLS_ISO8859_4 is not set
  769. # CONFIG_NLS_ISO8859_5 is not set
  770. # CONFIG_NLS_ISO8859_6 is not set
  771. # CONFIG_NLS_ISO8859_7 is not set
  772. # CONFIG_NLS_ISO8859_9 is not set
  773. # CONFIG_NLS_ISO8859_13 is not set
  774. # CONFIG_NLS_ISO8859_14 is not set
  775. # CONFIG_NLS_ISO8859_15 is not set
  776. # CONFIG_NLS_KOI8_R is not set
  777. # CONFIG_NLS_KOI8_U is not set
  778. # CONFIG_NLS_UTF8 is not set
  779. #
  780. # Console drivers
  781. #
  782. # CONFIG_VGA_CONSOLE is not set
  783. # CONFIG_VIDEO_SELECT is not set
  784. # CONFIG_MDA_CONSOLE is not set
  785. #
  786. # Frame-buffer support
  787. #
  788. # CONFIG_FB is not set
  789. #
  790. # Sound
  791. #
  792. # CONFIG_SOUND is not set
  793. #
  794. # USB support
  795. #
  796. # CONFIG_USB is not set
  797. #
  798. # Support for USB gadgets
  799. #
  800. # CONFIG_USB_GADGET is not set
  801. #
  802. # Bluetooth support
  803. #
  804. # CONFIG_BLUEZ is not set
  805. #
  806. # Kernel hacking
  807. #
  808. # CONFIG_DEBUG_KERNEL is not set
  809. CONFIG_LOG_BUF_SHIFT=0
  810. #
  811. # Cryptographic options
  812. #
  813. # CONFIG_CRYPTO is not set
  814. #
  815. # Library routines
  816. #
  817. CONFIG_OPTIMIZE_FOR_SIZE=y
  818. CONFIG_CRC32=y
  819. CONFIG_ZLIB_INFLATE=y
  820. CONFIG_ZLIB_DEFLATE=y
  821. # CONFIG_FW_LOADER is not set