ibmchrp_defconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875
  1. #
  2. # Automatically generated make config: don't edit
  3. #
  4. CONFIG_MMU=y
  5. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  6. CONFIG_HAVE_DEC_LOCK=y
  7. CONFIG_PPC=y
  8. CONFIG_PPC32=y
  9. CONFIG_GENERIC_NVRAM=y
  10. #
  11. # Code maturity level options
  12. #
  13. CONFIG_EXPERIMENTAL=y
  14. CONFIG_CLEAN_COMPILE=y
  15. # CONFIG_STANDALONE is not set
  16. CONFIG_BROKEN_ON_SMP=y
  17. #
  18. # General setup
  19. #
  20. CONFIG_SWAP=y
  21. CONFIG_SYSVIPC=y
  22. CONFIG_POSIX_MQUEUE=y
  23. # CONFIG_BSD_PROCESS_ACCT is not set
  24. CONFIG_SYSCTL=y
  25. # CONFIG_AUDIT is not set
  26. CONFIG_LOG_BUF_SHIFT=14
  27. # CONFIG_HOTPLUG is not set
  28. CONFIG_IKCONFIG=y
  29. CONFIG_IKCONFIG_PROC=y
  30. # CONFIG_EMBEDDED is not set
  31. CONFIG_KALLSYMS=y
  32. CONFIG_FUTEX=y
  33. CONFIG_EPOLL=y
  34. CONFIG_IOSCHED_NOOP=y
  35. CONFIG_IOSCHED_AS=y
  36. CONFIG_IOSCHED_DEADLINE=y
  37. CONFIG_IOSCHED_CFQ=y
  38. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  39. #
  40. # Loadable module support
  41. #
  42. CONFIG_MODULES=y
  43. CONFIG_MODULE_UNLOAD=y
  44. CONFIG_MODULE_FORCE_UNLOAD=y
  45. CONFIG_OBSOLETE_MODPARM=y
  46. # CONFIG_MODVERSIONS is not set
  47. CONFIG_KMOD=y
  48. #
  49. # Processor
  50. #
  51. CONFIG_6xx=y
  52. # CONFIG_40x is not set
  53. # CONFIG_44x is not set
  54. # CONFIG_POWER3 is not set
  55. # CONFIG_POWER4 is not set
  56. # CONFIG_8xx is not set
  57. # CONFIG_ALTIVEC is not set
  58. # CONFIG_TAU is not set
  59. # CONFIG_CPU_FREQ is not set
  60. # CONFIG_PPC601_SYNC_FIX is not set
  61. CONFIG_PPC_STD_MMU=y
  62. #
  63. # Platform options
  64. #
  65. CONFIG_PPC_MULTIPLATFORM=y
  66. # CONFIG_APUS is not set
  67. # CONFIG_WILLOW is not set
  68. # CONFIG_PCORE is not set
  69. # CONFIG_POWERPMC250 is not set
  70. # CONFIG_EV64260 is not set
  71. # CONFIG_SPRUCE is not set
  72. # CONFIG_LOPEC is not set
  73. # CONFIG_MCPN765 is not set
  74. # CONFIG_MVME5100 is not set
  75. # CONFIG_PPLUS is not set
  76. # CONFIG_PRPMC750 is not set
  77. # CONFIG_PRPMC800 is not set
  78. # CONFIG_SANDPOINT is not set
  79. # CONFIG_ADIR is not set
  80. # CONFIG_K2 is not set
  81. # CONFIG_PAL4 is not set
  82. # CONFIG_GEMINI is not set
  83. # CONFIG_EST8260 is not set
  84. # CONFIG_SBS8260 is not set
  85. # CONFIG_RPX6 is not set
  86. # CONFIG_TQM8260 is not set
  87. CONFIG_PPC_CHRP=y
  88. CONFIG_PPC_PMAC=y
  89. CONFIG_PPC_PREP=y
  90. CONFIG_PPC_OF=y
  91. CONFIG_PPCBUG_NVRAM=y
  92. # CONFIG_SMP is not set
  93. # CONFIG_PREEMPT is not set
  94. CONFIG_HIGHMEM=y
  95. CONFIG_KERNEL_ELF=y
  96. CONFIG_BINFMT_ELF=y
  97. CONFIG_BINFMT_MISC=y
  98. CONFIG_PROC_DEVICETREE=y
  99. CONFIG_PPC_RTAS=y
  100. # CONFIG_PREP_RESIDUAL is not set
  101. # CONFIG_CMDLINE_BOOL is not set
  102. #
  103. # Bus options
  104. #
  105. CONFIG_ISA=y
  106. CONFIG_GENERIC_ISA_DMA=y
  107. CONFIG_PCI=y
  108. CONFIG_PCI_DOMAINS=y
  109. CONFIG_PCI_LEGACY_PROC=y
  110. CONFIG_PCI_NAMES=y
  111. #
  112. # Advanced setup
  113. #
  114. # CONFIG_ADVANCED_OPTIONS is not set
  115. #
  116. # Default settings for advanced configuration options are used
  117. #
  118. CONFIG_HIGHMEM_START=0xfe000000
  119. CONFIG_LOWMEM_SIZE=0x30000000
  120. CONFIG_KERNEL_START=0xc0000000
  121. CONFIG_TASK_SIZE=0x80000000
  122. CONFIG_BOOT_LOAD=0x00800000
  123. #
  124. # Device Drivers
  125. #
  126. #
  127. # Generic Driver Options
  128. #
  129. #
  130. # Memory Technology Devices (MTD)
  131. #
  132. # CONFIG_MTD is not set
  133. #
  134. # Parallel port support
  135. #
  136. # CONFIG_PARPORT is not set
  137. #
  138. # Plug and Play support
  139. #
  140. # CONFIG_PNP is not set
  141. #
  142. # Block devices
  143. #
  144. CONFIG_BLK_DEV_FD=y
  145. # CONFIG_BLK_DEV_XD is not set
  146. # CONFIG_BLK_CPQ_DA is not set
  147. # CONFIG_BLK_CPQ_CISS_DA is not set
  148. # CONFIG_BLK_DEV_DAC960 is not set
  149. # CONFIG_BLK_DEV_UMEM is not set
  150. CONFIG_BLK_DEV_LOOP=y
  151. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  152. # CONFIG_BLK_DEV_NBD is not set
  153. # CONFIG_BLK_DEV_CARMEL is not set
  154. CONFIG_BLK_DEV_RAM=y
  155. CONFIG_BLK_DEV_RAM_SIZE=4096
  156. CONFIG_BLK_DEV_INITRD=y
  157. CONFIG_LBD=y
  158. #
  159. # ATA/ATAPI/MFM/RLL support
  160. #
  161. # CONFIG_IDE is not set
  162. #
  163. # SCSI device support
  164. #
  165. CONFIG_SCSI=y
  166. CONFIG_SCSI_PROC_FS=y
  167. #
  168. # SCSI support type (disk, tape, CD-ROM)
  169. #
  170. CONFIG_BLK_DEV_SD=y
  171. CONFIG_CHR_DEV_ST=y
  172. # CONFIG_CHR_DEV_OSST is not set
  173. CONFIG_BLK_DEV_SR=y
  174. CONFIG_BLK_DEV_SR_VENDOR=y
  175. CONFIG_CHR_DEV_SG=y
  176. #
  177. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  178. #
  179. # CONFIG_SCSI_MULTI_LUN is not set
  180. # CONFIG_SCSI_REPORT_LUNS is not set
  181. CONFIG_SCSI_CONSTANTS=y
  182. # CONFIG_SCSI_LOGGING is not set
  183. #
  184. # SCSI Transport Attributes
  185. #
  186. CONFIG_SCSI_SPI_ATTRS=y
  187. # CONFIG_SCSI_FC_ATTRS is not set
  188. #
  189. # SCSI low-level drivers
  190. #
  191. # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
  192. # CONFIG_SCSI_7000FASST is not set
  193. # CONFIG_SCSI_ACARD is not set
  194. # CONFIG_SCSI_AHA152X is not set
  195. # CONFIG_SCSI_AHA1542 is not set
  196. # CONFIG_SCSI_AACRAID is not set
  197. # CONFIG_SCSI_AIC7XXX is not set
  198. # CONFIG_SCSI_AIC7XXX_OLD is not set
  199. # CONFIG_SCSI_AIC79XX is not set
  200. # CONFIG_SCSI_ADVANSYS is not set
  201. # CONFIG_SCSI_IN2000 is not set
  202. # CONFIG_SCSI_MEGARAID is not set
  203. # CONFIG_SCSI_SATA is not set
  204. # CONFIG_SCSI_BUSLOGIC is not set
  205. # CONFIG_SCSI_CPQFCTS is not set
  206. # CONFIG_SCSI_DMX3191D is not set
  207. # CONFIG_SCSI_DTC3280 is not set
  208. # CONFIG_SCSI_EATA is not set
  209. # CONFIG_SCSI_EATA_PIO is not set
  210. # CONFIG_SCSI_FUTURE_DOMAIN is not set
  211. # CONFIG_SCSI_GDTH is not set
  212. # CONFIG_SCSI_GENERIC_NCR5380 is not set
  213. # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
  214. # CONFIG_SCSI_IPS is not set
  215. # CONFIG_SCSI_INIA100 is not set
  216. # CONFIG_SCSI_NCR53C406A is not set
  217. CONFIG_SCSI_SYM53C8XX_2=y
  218. CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=0
  219. CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
  220. CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
  221. # CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set
  222. # CONFIG_SCSI_IPR is not set
  223. # CONFIG_SCSI_PAS16 is not set
  224. # CONFIG_SCSI_PSI240I is not set
  225. # CONFIG_SCSI_QLOGIC_FAS is not set
  226. # CONFIG_SCSI_QLOGIC_ISP is not set
  227. # CONFIG_SCSI_QLOGIC_FC is not set
  228. # CONFIG_SCSI_QLOGIC_1280 is not set
  229. CONFIG_SCSI_QLA2XXX=y
  230. # CONFIG_SCSI_QLA21XX is not set
  231. # CONFIG_SCSI_QLA22XX is not set
  232. # CONFIG_SCSI_QLA2300 is not set
  233. # CONFIG_SCSI_QLA2322 is not set
  234. # CONFIG_SCSI_QLA6312 is not set
  235. # CONFIG_SCSI_QLA6322 is not set
  236. # CONFIG_SCSI_SYM53C416 is not set
  237. # CONFIG_SCSI_DC395x is not set
  238. # CONFIG_SCSI_DC390T is not set
  239. # CONFIG_SCSI_T128 is not set
  240. # CONFIG_SCSI_U14_34F is not set
  241. # CONFIG_SCSI_NSP32 is not set
  242. # CONFIG_SCSI_DEBUG is not set
  243. # CONFIG_SCSI_MESH is not set
  244. # CONFIG_SCSI_MAC53C94 is not set
  245. #
  246. # Old CD-ROM drivers (not SCSI, not IDE)
  247. #
  248. # CONFIG_CD_NO_IDESCSI is not set
  249. #
  250. # Multi-device support (RAID and LVM)
  251. #
  252. # CONFIG_MD is not set
  253. #
  254. # Fusion MPT device support
  255. #
  256. # CONFIG_FUSION is not set
  257. #
  258. # IEEE 1394 (FireWire) support
  259. #
  260. # CONFIG_IEEE1394 is not set
  261. #
  262. # I2O device support
  263. #
  264. # CONFIG_I2O is not set
  265. #
  266. # Macintosh device drivers
  267. #
  268. # CONFIG_ADB is not set
  269. # CONFIG_ADB_CUDA is not set
  270. # CONFIG_ADB_PMU is not set
  271. # CONFIG_MAC_FLOPPY is not set
  272. # CONFIG_MAC_SERIAL is not set
  273. #
  274. # Networking support
  275. #
  276. CONFIG_NET=y
  277. #
  278. # Networking options
  279. #
  280. CONFIG_PACKET=y
  281. # CONFIG_PACKET_MMAP is not set
  282. # CONFIG_NETLINK_DEV is not set
  283. CONFIG_UNIX=y
  284. # CONFIG_NET_KEY is not set
  285. CONFIG_INET=y
  286. CONFIG_IP_MULTICAST=y
  287. # CONFIG_IP_ADVANCED_ROUTER is not set
  288. # CONFIG_IP_PNP is not set
  289. # CONFIG_NET_IPIP is not set
  290. # CONFIG_NET_IPGRE is not set
  291. # CONFIG_IP_MROUTE is not set
  292. # CONFIG_ARPD is not set
  293. CONFIG_SYN_COOKIES=y
  294. # CONFIG_INET_AH is not set
  295. # CONFIG_INET_ESP is not set
  296. # CONFIG_INET_IPCOMP is not set
  297. #
  298. # IP: Virtual Server Configuration
  299. #
  300. # CONFIG_IP_VS is not set
  301. # CONFIG_IPV6 is not set
  302. CONFIG_NETFILTER=y
  303. # CONFIG_NETFILTER_DEBUG is not set
  304. #
  305. # IP: Netfilter Configuration
  306. #
  307. CONFIG_IP_NF_CONNTRACK=m
  308. CONFIG_IP_NF_FTP=m
  309. CONFIG_IP_NF_IRC=m
  310. CONFIG_IP_NF_TFTP=m
  311. CONFIG_IP_NF_AMANDA=m
  312. # CONFIG_IP_NF_QUEUE is not set
  313. CONFIG_IP_NF_IPTABLES=m
  314. CONFIG_IP_NF_MATCH_LIMIT=m
  315. CONFIG_IP_NF_MATCH_IPRANGE=m
  316. CONFIG_IP_NF_MATCH_MAC=m
  317. # CONFIG_IP_NF_MATCH_PKTTYPE is not set
  318. CONFIG_IP_NF_MATCH_MARK=m
  319. CONFIG_IP_NF_MATCH_MULTIPORT=m
  320. CONFIG_IP_NF_MATCH_TOS=m
  321. CONFIG_IP_NF_MATCH_RECENT=m
  322. CONFIG_IP_NF_MATCH_ECN=m
  323. CONFIG_IP_NF_MATCH_DSCP=m
  324. CONFIG_IP_NF_MATCH_AH_ESP=m
  325. CONFIG_IP_NF_MATCH_LENGTH=m
  326. CONFIG_IP_NF_MATCH_TTL=m
  327. CONFIG_IP_NF_MATCH_TCPMSS=m
  328. CONFIG_IP_NF_MATCH_HELPER=m
  329. CONFIG_IP_NF_MATCH_STATE=m
  330. CONFIG_IP_NF_MATCH_CONNTRACK=m
  331. CONFIG_IP_NF_MATCH_OWNER=m
  332. CONFIG_IP_NF_FILTER=m
  333. CONFIG_IP_NF_TARGET_REJECT=m
  334. CONFIG_IP_NF_NAT=m
  335. CONFIG_IP_NF_NAT_NEEDED=y
  336. CONFIG_IP_NF_TARGET_MASQUERADE=m
  337. CONFIG_IP_NF_TARGET_REDIRECT=m
  338. CONFIG_IP_NF_TARGET_NETMAP=m
  339. CONFIG_IP_NF_TARGET_SAME=m
  340. CONFIG_IP_NF_NAT_SNMP_BASIC=m
  341. CONFIG_IP_NF_NAT_IRC=m
  342. CONFIG_IP_NF_NAT_FTP=m
  343. CONFIG_IP_NF_NAT_TFTP=m
  344. CONFIG_IP_NF_NAT_AMANDA=m
  345. # CONFIG_IP_NF_MANGLE is not set
  346. # CONFIG_IP_NF_TARGET_LOG is not set
  347. CONFIG_IP_NF_TARGET_ULOG=m
  348. CONFIG_IP_NF_TARGET_TCPMSS=m
  349. CONFIG_IP_NF_ARPTABLES=m
  350. CONFIG_IP_NF_ARPFILTER=m
  351. CONFIG_IP_NF_ARP_MANGLE=m
  352. CONFIG_IP_NF_COMPAT_IPCHAINS=m
  353. # CONFIG_IP_NF_COMPAT_IPFWADM is not set
  354. CONFIG_IP_NF_TARGET_NOTRACK=m
  355. CONFIG_IP_NF_RAW=m
  356. #
  357. # SCTP Configuration (EXPERIMENTAL)
  358. #
  359. # CONFIG_IP_SCTP is not set
  360. # CONFIG_ATM is not set
  361. # CONFIG_BRIDGE is not set
  362. # CONFIG_VLAN_8021Q is not set
  363. # CONFIG_DECNET is not set
  364. # CONFIG_LLC2 is not set
  365. # CONFIG_IPX is not set
  366. # CONFIG_ATALK is not set
  367. # CONFIG_X25 is not set
  368. # CONFIG_LAPB is not set
  369. # CONFIG_NET_DIVERT is not set
  370. # CONFIG_ECONET is not set
  371. # CONFIG_WAN_ROUTER is not set
  372. # CONFIG_NET_HW_FLOWCONTROL is not set
  373. #
  374. # QoS and/or fair queueing
  375. #
  376. # CONFIG_NET_SCHED is not set
  377. #
  378. # Network testing
  379. #
  380. # CONFIG_NET_PKTGEN is not set
  381. # CONFIG_NETPOLL is not set
  382. # CONFIG_NET_POLL_CONTROLLER is not set
  383. # CONFIG_HAMRADIO is not set
  384. # CONFIG_IRDA is not set
  385. # CONFIG_BT is not set
  386. CONFIG_NETDEVICES=y
  387. # CONFIG_DUMMY is not set
  388. # CONFIG_BONDING is not set
  389. # CONFIG_EQUALIZER is not set
  390. # CONFIG_TUN is not set
  391. #
  392. # ARCnet devices
  393. #
  394. # CONFIG_ARCNET is not set
  395. #
  396. # Ethernet (10 or 100Mbit)
  397. #
  398. CONFIG_NET_ETHERNET=y
  399. CONFIG_MII=y
  400. # CONFIG_MACE is not set
  401. # CONFIG_BMAC is not set
  402. # CONFIG_OAKNET is not set
  403. # CONFIG_HAPPYMEAL is not set
  404. # CONFIG_SUNGEM is not set
  405. # CONFIG_NET_VENDOR_3COM is not set
  406. # CONFIG_LANCE is not set
  407. # CONFIG_NET_VENDOR_SMC is not set
  408. # CONFIG_NET_VENDOR_RACAL is not set
  409. #
  410. # Tulip family network device support
  411. #
  412. # CONFIG_NET_TULIP is not set
  413. # CONFIG_AT1700 is not set
  414. # CONFIG_DEPCA is not set
  415. # CONFIG_HP100 is not set
  416. # CONFIG_NET_ISA is not set
  417. CONFIG_NET_PCI=y
  418. CONFIG_PCNET32=y
  419. # CONFIG_AMD8111_ETH is not set
  420. # CONFIG_ADAPTEC_STARFIRE is not set
  421. # CONFIG_AC3200 is not set
  422. # CONFIG_APRICOT is not set
  423. # CONFIG_B44 is not set
  424. # CONFIG_FORCEDETH is not set
  425. # CONFIG_CS89x0 is not set
  426. # CONFIG_DGRS is not set
  427. # CONFIG_EEPRO100 is not set
  428. # CONFIG_E100 is not set
  429. # CONFIG_FEALNX is not set
  430. # CONFIG_NATSEMI is not set
  431. # CONFIG_NE2K_PCI is not set
  432. # CONFIG_8139CP is not set
  433. # CONFIG_8139TOO is not set
  434. # CONFIG_SIS900 is not set
  435. # CONFIG_EPIC100 is not set
  436. # CONFIG_SUNDANCE is not set
  437. # CONFIG_TLAN is not set
  438. # CONFIG_VIA_RHINE is not set
  439. # CONFIG_NET_POCKET is not set
  440. #
  441. # Ethernet (1000 Mbit)
  442. #
  443. # CONFIG_ACENIC is not set
  444. # CONFIG_DL2K is not set
  445. # CONFIG_E1000 is not set
  446. # CONFIG_NS83820 is not set
  447. # CONFIG_HAMACHI is not set
  448. # CONFIG_YELLOWFIN is not set
  449. # CONFIG_R8169 is not set
  450. # CONFIG_SK98LIN is not set
  451. # CONFIG_TIGON3 is not set
  452. #
  453. # Ethernet (10000 Mbit)
  454. #
  455. # CONFIG_IXGB is not set
  456. # CONFIG_S2IO is not set
  457. #
  458. # Token Ring devices
  459. #
  460. # CONFIG_TR is not set
  461. #
  462. # Wireless LAN (non-hamradio)
  463. #
  464. # CONFIG_NET_RADIO is not set
  465. #
  466. # Wan interfaces
  467. #
  468. # CONFIG_WAN is not set
  469. # CONFIG_FDDI is not set
  470. # CONFIG_HIPPI is not set
  471. # CONFIG_PPP is not set
  472. # CONFIG_SLIP is not set
  473. # CONFIG_NET_FC is not set
  474. # CONFIG_RCPCI is not set
  475. # CONFIG_SHAPER is not set
  476. # CONFIG_NETCONSOLE is not set
  477. #
  478. # ISDN subsystem
  479. #
  480. # CONFIG_ISDN is not set
  481. #
  482. # Telephony Support
  483. #
  484. # CONFIG_PHONE is not set
  485. #
  486. # Input device support
  487. #
  488. CONFIG_INPUT=y
  489. #
  490. # Userland interfaces
  491. #
  492. CONFIG_INPUT_MOUSEDEV=y
  493. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  494. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  495. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  496. # CONFIG_INPUT_JOYDEV is not set
  497. # CONFIG_INPUT_TSDEV is not set
  498. CONFIG_INPUT_EVDEV=y
  499. # CONFIG_INPUT_EVBUG is not set
  500. #
  501. # Input I/O drivers
  502. #
  503. # CONFIG_GAMEPORT is not set
  504. CONFIG_SOUND_GAMEPORT=y
  505. CONFIG_SERIO=y
  506. CONFIG_SERIO_I8042=y
  507. CONFIG_SERIO_SERPORT=y
  508. # CONFIG_SERIO_CT82C710 is not set
  509. # CONFIG_SERIO_PCIPS2 is not set
  510. #
  511. # Input Device Drivers
  512. #
  513. CONFIG_INPUT_KEYBOARD=y
  514. CONFIG_KEYBOARD_ATKBD=y
  515. # CONFIG_KEYBOARD_SUNKBD is not set
  516. # CONFIG_KEYBOARD_LKKBD is not set
  517. # CONFIG_KEYBOARD_XTKBD is not set
  518. # CONFIG_KEYBOARD_NEWTON is not set
  519. CONFIG_INPUT_MOUSE=y
  520. CONFIG_MOUSE_PS2=y
  521. # CONFIG_MOUSE_SERIAL is not set
  522. # CONFIG_MOUSE_INPORT is not set
  523. # CONFIG_MOUSE_LOGIBM is not set
  524. # CONFIG_MOUSE_PC110PAD is not set
  525. # CONFIG_MOUSE_VSXXXAA is not set
  526. # CONFIG_INPUT_JOYSTICK is not set
  527. # CONFIG_INPUT_TOUCHSCREEN is not set
  528. CONFIG_INPUT_MISC=y
  529. CONFIG_INPUT_UINPUT=y
  530. #
  531. # Character devices
  532. #
  533. CONFIG_VT=y
  534. CONFIG_VT_CONSOLE=y
  535. CONFIG_HW_CONSOLE=y
  536. # CONFIG_SERIAL_NONSTANDARD is not set
  537. #
  538. # Serial drivers
  539. #
  540. CONFIG_SERIAL_8250=y
  541. # CONFIG_SERIAL_8250_CONSOLE is not set
  542. CONFIG_SERIAL_8250_NR_UARTS=4
  543. # CONFIG_SERIAL_8250_EXTENDED is not set
  544. #
  545. # Non-8250 serial port support
  546. #
  547. CONFIG_SERIAL_CORE=y
  548. # CONFIG_SERIAL_PMACZILOG is not set
  549. CONFIG_UNIX98_PTYS=y
  550. CONFIG_LEGACY_PTYS=y
  551. CONFIG_LEGACY_PTY_COUNT=256
  552. # CONFIG_QIC02_TAPE is not set
  553. #
  554. # IPMI
  555. #
  556. # CONFIG_IPMI_HANDLER is not set
  557. #
  558. # Watchdog Cards
  559. #
  560. # CONFIG_WATCHDOG is not set
  561. CONFIG_NVRAM=y
  562. CONFIG_GEN_RTC=y
  563. # CONFIG_GEN_RTC_X is not set
  564. # CONFIG_DTLK is not set
  565. # CONFIG_R3964 is not set
  566. # CONFIG_APPLICOM is not set
  567. #
  568. # Ftape, the floppy tape device driver
  569. #
  570. # CONFIG_FTAPE is not set
  571. # CONFIG_AGP is not set
  572. # CONFIG_DRM is not set
  573. # CONFIG_RAW_DRIVER is not set
  574. #
  575. # I2C support
  576. #
  577. # CONFIG_I2C is not set
  578. #
  579. # Misc devices
  580. #
  581. #
  582. # Multimedia devices
  583. #
  584. # CONFIG_VIDEO_DEV is not set
  585. #
  586. # Digital Video Broadcasting Devices
  587. #
  588. # CONFIG_DVB is not set
  589. #
  590. # Graphics support
  591. #
  592. CONFIG_FB=y
  593. # CONFIG_FB_PM2 is not set
  594. # CONFIG_FB_CYBER2000 is not set
  595. CONFIG_FB_OF=y
  596. # CONFIG_FB_CONTROL is not set
  597. # CONFIG_FB_PLATINUM is not set
  598. # CONFIG_FB_VALKYRIE is not set
  599. # CONFIG_FB_CT65550 is not set
  600. # CONFIG_FB_IMSTT is not set
  601. # CONFIG_FB_S3TRIO is not set
  602. # CONFIG_FB_VGA16 is not set
  603. # CONFIG_FB_RIVA is not set
  604. CONFIG_FB_MATROX=y
  605. CONFIG_FB_MATROX_MILLENIUM=y
  606. CONFIG_FB_MATROX_MYSTIQUE=y
  607. # CONFIG_FB_MATROX_G450 is not set
  608. CONFIG_FB_MATROX_G100A=y
  609. CONFIG_FB_MATROX_G100=y
  610. # CONFIG_FB_MATROX_MULTIHEAD is not set
  611. # CONFIG_FB_RADEON_OLD is not set
  612. # CONFIG_FB_RADEON is not set
  613. # CONFIG_FB_ATY128 is not set
  614. # CONFIG_FB_ATY is not set
  615. # CONFIG_FB_SIS is not set
  616. # CONFIG_FB_NEOMAGIC is not set
  617. # CONFIG_FB_KYRO is not set
  618. CONFIG_FB_3DFX=y
  619. # CONFIG_FB_VOODOO1 is not set
  620. # CONFIG_FB_TRIDENT is not set
  621. # CONFIG_FB_VIRTUAL is not set
  622. #
  623. # Console display driver support
  624. #
  625. CONFIG_VGA_CONSOLE=y
  626. # CONFIG_MDA_CONSOLE is not set
  627. CONFIG_DUMMY_CONSOLE=y
  628. CONFIG_FRAMEBUFFER_CONSOLE=y
  629. CONFIG_PCI_CONSOLE=y
  630. # CONFIG_FONTS is not set
  631. CONFIG_FONT_8x8=y
  632. CONFIG_FONT_8x16=y
  633. #
  634. # Logo configuration
  635. #
  636. CONFIG_LOGO=y
  637. CONFIG_LOGO_LINUX_MONO=y
  638. CONFIG_LOGO_LINUX_VGA16=y
  639. CONFIG_LOGO_LINUX_CLUT224=y
  640. #
  641. # Sound
  642. #
  643. # CONFIG_SOUND is not set
  644. #
  645. # USB support
  646. #
  647. # CONFIG_USB is not set
  648. #
  649. # USB Gadget Support
  650. #
  651. # CONFIG_USB_GADGET is not set
  652. #
  653. # File systems
  654. #
  655. CONFIG_EXT2_FS=y
  656. # CONFIG_EXT2_FS_XATTR is not set
  657. # CONFIG_EXT3_FS is not set
  658. # CONFIG_JBD is not set
  659. # CONFIG_REISERFS_FS is not set
  660. # CONFIG_JFS_FS is not set
  661. # CONFIG_XFS_FS is not set
  662. # CONFIG_MINIX_FS is not set
  663. # CONFIG_ROMFS_FS is not set
  664. # CONFIG_QUOTA is not set
  665. # CONFIG_AUTOFS_FS is not set
  666. # CONFIG_AUTOFS4_FS is not set
  667. #
  668. # CD-ROM/DVD Filesystems
  669. #
  670. CONFIG_ISO9660_FS=y
  671. # CONFIG_JOLIET is not set
  672. # CONFIG_ZISOFS is not set
  673. # CONFIG_UDF_FS is not set
  674. #
  675. # DOS/FAT/NT Filesystems
  676. #
  677. CONFIG_FAT_FS=m
  678. CONFIG_MSDOS_FS=m
  679. CONFIG_VFAT_FS=m
  680. # CONFIG_NTFS_FS is not set
  681. #
  682. # Pseudo filesystems
  683. #
  684. CONFIG_PROC_FS=y
  685. CONFIG_PROC_KCORE=y
  686. CONFIG_SYSFS=y
  687. CONFIG_DEVFS_FS=y
  688. # CONFIG_DEVFS_MOUNT is not set
  689. # CONFIG_DEVFS_DEBUG is not set
  690. # CONFIG_DEVPTS_FS_XATTR is not set
  691. CONFIG_TMPFS=y
  692. # CONFIG_HUGETLB_PAGE is not set
  693. CONFIG_RAMFS=y
  694. #
  695. # Miscellaneous filesystems
  696. #
  697. # CONFIG_ADFS_FS is not set
  698. # CONFIG_AFFS_FS is not set
  699. # CONFIG_HFS_FS is not set
  700. # CONFIG_HFSPLUS_FS is not set
  701. # CONFIG_BEFS_FS is not set
  702. # CONFIG_BFS_FS is not set
  703. # CONFIG_EFS_FS is not set
  704. # CONFIG_CRAMFS is not set
  705. # CONFIG_VXFS_FS is not set
  706. # CONFIG_HPFS_FS is not set
  707. # CONFIG_QNX4FS_FS is not set
  708. # CONFIG_SYSV_FS is not set
  709. # CONFIG_UFS_FS is not set
  710. #
  711. # Network File Systems
  712. #
  713. # CONFIG_NFS_FS is not set
  714. # CONFIG_NFSD is not set
  715. # CONFIG_EXPORTFS is not set
  716. # CONFIG_SMB_FS is not set
  717. # CONFIG_CIFS is not set
  718. # CONFIG_NCP_FS is not set
  719. # CONFIG_CODA_FS is not set
  720. # CONFIG_AFS_FS is not set
  721. #
  722. # Partition Types
  723. #
  724. CONFIG_PARTITION_ADVANCED=y
  725. # CONFIG_ACORN_PARTITION is not set
  726. # CONFIG_OSF_PARTITION is not set
  727. # CONFIG_AMIGA_PARTITION is not set
  728. # CONFIG_ATARI_PARTITION is not set
  729. CONFIG_MAC_PARTITION=y
  730. CONFIG_MSDOS_PARTITION=y
  731. # CONFIG_BSD_DISKLABEL is not set
  732. # CONFIG_MINIX_SUBPARTITION is not set
  733. # CONFIG_SOLARIS_X86_PARTITION is not set
  734. # CONFIG_UNIXWARE_DISKLABEL is not set
  735. # CONFIG_LDM_PARTITION is not set
  736. # CONFIG_NEC98_PARTITION is not set
  737. # CONFIG_SGI_PARTITION is not set
  738. # CONFIG_ULTRIX_PARTITION is not set
  739. # CONFIG_SUN_PARTITION is not set
  740. # CONFIG_EFI_PARTITION is not set
  741. #
  742. # Native Language Support
  743. #
  744. CONFIG_NLS=y
  745. CONFIG_NLS_DEFAULT="iso8859-1"
  746. # CONFIG_NLS_CODEPAGE_437 is not set
  747. # CONFIG_NLS_CODEPAGE_737 is not set
  748. # CONFIG_NLS_CODEPAGE_775 is not set
  749. # CONFIG_NLS_CODEPAGE_850 is not set
  750. # CONFIG_NLS_CODEPAGE_852 is not set
  751. # CONFIG_NLS_CODEPAGE_855 is not set
  752. # CONFIG_NLS_CODEPAGE_857 is not set
  753. # CONFIG_NLS_CODEPAGE_860 is not set
  754. # CONFIG_NLS_CODEPAGE_861 is not set
  755. # CONFIG_NLS_CODEPAGE_862 is not set
  756. # CONFIG_NLS_CODEPAGE_863 is not set
  757. # CONFIG_NLS_CODEPAGE_864 is not set
  758. # CONFIG_NLS_CODEPAGE_865 is not set
  759. # CONFIG_NLS_CODEPAGE_866 is not set
  760. # CONFIG_NLS_CODEPAGE_869 is not set
  761. # CONFIG_NLS_CODEPAGE_936 is not set
  762. # CONFIG_NLS_CODEPAGE_950 is not set
  763. # CONFIG_NLS_CODEPAGE_932 is not set
  764. # CONFIG_NLS_CODEPAGE_949 is not set
  765. # CONFIG_NLS_CODEPAGE_874 is not set
  766. # CONFIG_NLS_ISO8859_8 is not set
  767. # CONFIG_NLS_CODEPAGE_1250 is not set
  768. # CONFIG_NLS_CODEPAGE_1251 is not set
  769. CONFIG_NLS_ISO8859_1=m
  770. # CONFIG_NLS_ISO8859_2 is not set
  771. # CONFIG_NLS_ISO8859_3 is not set
  772. # CONFIG_NLS_ISO8859_4 is not set
  773. # CONFIG_NLS_ISO8859_5 is not set
  774. # CONFIG_NLS_ISO8859_6 is not set
  775. # CONFIG_NLS_ISO8859_7 is not set
  776. # CONFIG_NLS_ISO8859_9 is not set
  777. # CONFIG_NLS_ISO8859_13 is not set
  778. # CONFIG_NLS_ISO8859_14 is not set
  779. # CONFIG_NLS_ISO8859_15 is not set
  780. # CONFIG_NLS_KOI8_R is not set
  781. # CONFIG_NLS_KOI8_U is not set
  782. # CONFIG_NLS_UTF8 is not set
  783. #
  784. # Library routines
  785. #
  786. CONFIG_CRC32=y
  787. # CONFIG_LIBCRC32C is not set
  788. #
  789. # Kernel hacking
  790. #
  791. # CONFIG_DEBUG_KERNEL is not set
  792. # CONFIG_BOOTX_TEXT is not set
  793. #
  794. # Security options
  795. #
  796. # CONFIG_SECURITY is not set
  797. #
  798. # Cryptographic options
  799. #
  800. # CONFIG_CRYPTO is not set