rainier_defconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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. #
  8. # Code maturity level options
  9. #
  10. CONFIG_EXPERIMENTAL=y
  11. #
  12. # General setup
  13. #
  14. # CONFIG_SWAP is not set
  15. CONFIG_SYSVIPC=y
  16. # CONFIG_BSD_PROCESS_ACCT is not set
  17. CONFIG_SYSCTL=y
  18. CONFIG_LOG_BUF_SHIFT=14
  19. CONFIG_EMBEDDED=y
  20. CONFIG_FUTEX=y
  21. # CONFIG_EPOLL is not set
  22. #
  23. # Loadable module support
  24. #
  25. CONFIG_MODULES=y
  26. # CONFIG_MODULE_UNLOAD is not set
  27. CONFIG_OBSOLETE_MODPARM=y
  28. CONFIG_MODVERSIONS=y
  29. CONFIG_KMOD=y
  30. #
  31. # Platform support
  32. #
  33. CONFIG_PPC=y
  34. CONFIG_PPC32=y
  35. # CONFIG_6xx is not set
  36. CONFIG_40x=y
  37. # CONFIG_POWER3 is not set
  38. # CONFIG_8xx is not set
  39. CONFIG_4xx=y
  40. #
  41. # IBM 4xx options
  42. #
  43. # CONFIG_ASH is not set
  44. # CONFIG_BEECH is not set
  45. # CONFIG_CEDAR is not set
  46. # CONFIG_CPCI405 is not set
  47. # CONFIG_EP405 is not set
  48. # CONFIG_OAK is not set
  49. # CONFIG_REDWOOD_4 is not set
  50. # CONFIG_REDWOOD_5 is not set
  51. # CONFIG_REDWOOD_6 is not set
  52. # CONFIG_SYCAMORE is not set
  53. # CONFIG_TIVO is not set
  54. CONFIG_WALNUT=y
  55. CONFIG_IBM405_ERR77=y
  56. CONFIG_IBM405_ERR51=y
  57. CONFIG_IBM_OCP=y
  58. CONFIG_BIOS_FIXUP=y
  59. CONFIG_405GP=y
  60. CONFIG_IBM_OPENBIOS=y
  61. CONFIG_405_DMA=y
  62. # CONFIG_PM is not set
  63. CONFIG_UART0_TTYS0=y
  64. # CONFIG_UART0_TTYS1 is not set
  65. CONFIG_NOT_COHERENT_CACHE=y
  66. # CONFIG_SMP is not set
  67. # CONFIG_PREEMPT is not set
  68. # CONFIG_MATH_EMULATION is not set
  69. # CONFIG_CPU_FREQ is not set
  70. #
  71. # General setup
  72. #
  73. # CONFIG_HIGHMEM is not set
  74. CONFIG_PCI=y
  75. CONFIG_PCI_DOMAINS=y
  76. # CONFIG_PC_KEYBOARD is not set
  77. CONFIG_KCORE_ELF=y
  78. CONFIG_BINFMT_ELF=y
  79. CONFIG_KERNEL_ELF=y
  80. # CONFIG_BINFMT_MISC is not set
  81. # CONFIG_PCI_LEGACY_PROC is not set
  82. CONFIG_PCI_NAMES=y
  83. # CONFIG_HOTPLUG is not set
  84. #
  85. # Parallel port support
  86. #
  87. # CONFIG_PARPORT is not set
  88. # CONFIG_CMDLINE_BOOL is not set
  89. #
  90. # Advanced setup
  91. #
  92. # CONFIG_ADVANCED_OPTIONS is not set
  93. #
  94. # Default settings for advanced configuration options are used
  95. #
  96. CONFIG_HIGHMEM_START=0xfe000000
  97. CONFIG_LOWMEM_SIZE=0x30000000
  98. CONFIG_KERNEL_START=0xc0000000
  99. CONFIG_TASK_SIZE=0x80000000
  100. CONFIG_BOOT_LOAD=0x00400000
  101. #
  102. # Memory Technology Devices (MTD)
  103. #
  104. # CONFIG_MTD is not set
  105. #
  106. # Plug and Play support
  107. #
  108. # CONFIG_PNP is not set
  109. #
  110. # Block devices
  111. #
  112. # CONFIG_BLK_DEV_FD is not set
  113. # CONFIG_BLK_CPQ_DA is not set
  114. # CONFIG_BLK_CPQ_CISS_DA is not set
  115. # CONFIG_BLK_DEV_DAC960 is not set
  116. # CONFIG_BLK_DEV_UMEM is not set
  117. CONFIG_BLK_DEV_LOOP=y
  118. CONFIG_BLK_DEV_NBD=y
  119. CONFIG_BLK_DEV_RAM=y
  120. CONFIG_BLK_DEV_RAM_SIZE=4096
  121. CONFIG_BLK_DEV_INITRD=y
  122. #
  123. # Multi-device support (RAID and LVM)
  124. #
  125. # CONFIG_MD is not set
  126. #
  127. # ATA/IDE/MFM/RLL support
  128. #
  129. # CONFIG_IDE is not set
  130. #
  131. # SCSI support
  132. #
  133. # CONFIG_SCSI is not set
  134. #
  135. # Fusion MPT device support
  136. #
  137. #
  138. # IEEE 1394 (FireWire) support (EXPERIMENTAL)
  139. #
  140. # CONFIG_IEEE1394 is not set
  141. #
  142. # I2O device support
  143. #
  144. # CONFIG_I2O is not set
  145. #
  146. # Networking support
  147. #
  148. CONFIG_NET=y
  149. #
  150. # Networking options
  151. #
  152. CONFIG_PACKET=y
  153. # CONFIG_PACKET_MMAP is not set
  154. # CONFIG_NETLINK_DEV is not set
  155. # CONFIG_NETFILTER is not set
  156. CONFIG_UNIX=y
  157. # CONFIG_NET_KEY is not set
  158. CONFIG_INET=y
  159. CONFIG_IP_MULTICAST=y
  160. # CONFIG_IP_ADVANCED_ROUTER is not set
  161. CONFIG_IP_PNP=y
  162. # CONFIG_IP_PNP_DHCP is not set
  163. CONFIG_IP_PNP_BOOTP=y
  164. CONFIG_IP_PNP_RARP=y
  165. # CONFIG_NET_IPIP is not set
  166. # CONFIG_NET_IPGRE is not set
  167. # CONFIG_IP_MROUTE is not set
  168. # CONFIG_ARPD is not set
  169. # CONFIG_INET_ECN is not set
  170. CONFIG_SYN_COOKIES=y
  171. # CONFIG_INET_AH is not set
  172. # CONFIG_INET_ESP is not set
  173. # CONFIG_INET_IPCOMP is not set
  174. # CONFIG_IPV6 is not set
  175. # CONFIG_XFRM_USER is not set
  176. #
  177. # SCTP Configuration (EXPERIMENTAL)
  178. #
  179. CONFIG_IPV6_SCTP__=y
  180. # CONFIG_IP_SCTP is not set
  181. # CONFIG_ATM is not set
  182. # CONFIG_VLAN_8021Q is not set
  183. # CONFIG_LLC is not set
  184. # CONFIG_DECNET is not set
  185. # CONFIG_BRIDGE is not set
  186. # CONFIG_X25 is not set
  187. # CONFIG_LAPB is not set
  188. # CONFIG_NET_DIVERT is not set
  189. # CONFIG_ECONET is not set
  190. # CONFIG_WAN_ROUTER is not set
  191. # CONFIG_NET_HW_FLOWCONTROL is not set
  192. #
  193. # QoS and/or fair queueing
  194. #
  195. # CONFIG_NET_SCHED is not set
  196. #
  197. # Network testing
  198. #
  199. # CONFIG_NET_PKTGEN is not set
  200. CONFIG_NETDEVICES=y
  201. #
  202. # ARCnet devices
  203. #
  204. # CONFIG_ARCNET is not set
  205. # CONFIG_DUMMY is not set
  206. # CONFIG_BONDING is not set
  207. # CONFIG_EQUALIZER is not set
  208. # CONFIG_TUN is not set
  209. # CONFIG_ETHERTAP is not set
  210. #
  211. # Ethernet (10 or 100Mbit)
  212. #
  213. CONFIG_NET_ETHERNET=y
  214. CONFIG_MII=y
  215. # CONFIG_OAKNET is not set
  216. # CONFIG_HAPPYMEAL is not set
  217. # CONFIG_SUNGEM is not set
  218. # CONFIG_NET_VENDOR_3COM is not set
  219. #
  220. # Tulip family network device support
  221. #
  222. # CONFIG_NET_TULIP is not set
  223. # CONFIG_HP100 is not set
  224. CONFIG_NET_PCI=y
  225. CONFIG_PCNET32=y
  226. # CONFIG_AMD8111_ETH is not set
  227. # CONFIG_ADAPTEC_STARFIRE is not set
  228. # CONFIG_B44 is not set
  229. # CONFIG_DGRS is not set
  230. CONFIG_EEPRO100=y
  231. # CONFIG_EEPRO100_PIO is not set
  232. # CONFIG_E100 is not set
  233. # CONFIG_FEALNX is not set
  234. # CONFIG_NATSEMI is not set
  235. # CONFIG_NE2K_PCI is not set
  236. # CONFIG_8139CP is not set
  237. # CONFIG_8139TOO is not set
  238. # CONFIG_SIS900 is not set
  239. # CONFIG_EPIC100 is not set
  240. # CONFIG_SUNDANCE is not set
  241. # CONFIG_TLAN is not set
  242. # CONFIG_VIA_RHINE is not set
  243. #
  244. # Ethernet (1000 Mbit)
  245. #
  246. # CONFIG_ACENIC is not set
  247. # CONFIG_DL2K is not set
  248. # CONFIG_E1000 is not set
  249. # CONFIG_NS83820 is not set
  250. # CONFIG_HAMACHI is not set
  251. # CONFIG_YELLOWFIN is not set
  252. # CONFIG_R8169 is not set
  253. # CONFIG_SK98LIN is not set
  254. # CONFIG_TIGON3 is not set
  255. #
  256. # Ethernet (10000 Mbit)
  257. #
  258. # CONFIG_IXGB is not set
  259. # CONFIG_FDDI is not set
  260. # CONFIG_HIPPI is not set
  261. CONFIG_PPP=y
  262. # CONFIG_PPP_MULTILINK is not set
  263. # CONFIG_PPP_FILTER is not set
  264. # CONFIG_PPP_ASYNC is not set
  265. # CONFIG_PPP_SYNC_TTY is not set
  266. # CONFIG_PPP_DEFLATE is not set
  267. # CONFIG_PPP_BSDCOMP is not set
  268. # CONFIG_PPPOE is not set
  269. # CONFIG_SLIP is not set
  270. #
  271. # Wireless LAN (non-hamradio)
  272. #
  273. # CONFIG_NET_RADIO is not set
  274. #
  275. # Token Ring devices (depends on LLC=y)
  276. #
  277. # CONFIG_RCPCI is not set
  278. # CONFIG_SHAPER is not set
  279. #
  280. # Wan interfaces
  281. #
  282. # CONFIG_WAN is not set
  283. #
  284. # Amateur Radio support
  285. #
  286. # CONFIG_HAMRADIO is not set
  287. #
  288. # IrDA (infrared) support
  289. #
  290. # CONFIG_IRDA is not set
  291. #
  292. # ISDN subsystem
  293. #
  294. # CONFIG_ISDN_BOOL is not set
  295. #
  296. # Graphics support
  297. #
  298. # CONFIG_FB is not set
  299. #
  300. # Old CD-ROM drivers (not SCSI, not IDE)
  301. #
  302. # CONFIG_CD_NO_IDESCSI is not set
  303. #
  304. # Input device support
  305. #
  306. # CONFIG_INPUT is not set
  307. #
  308. # Userland interfaces
  309. #
  310. #
  311. # Input I/O drivers
  312. #
  313. # CONFIG_GAMEPORT is not set
  314. CONFIG_SOUND_GAMEPORT=y
  315. CONFIG_SERIO=y
  316. CONFIG_SERIO_I8042=y
  317. CONFIG_SERIO_SERPORT=y
  318. # CONFIG_SERIO_CT82C710 is not set
  319. #
  320. # Input Device Drivers
  321. #
  322. #
  323. # Macintosh device drivers
  324. #
  325. #
  326. # Character devices
  327. #
  328. # CONFIG_SERIAL_NONSTANDARD is not set
  329. #
  330. # Serial drivers
  331. #
  332. # CONFIG_SERIAL_8250 is not set
  333. #
  334. # Non-8250 serial port support
  335. #
  336. CONFIG_UNIX98_PTYS=y
  337. CONFIG_UNIX98_PTY_COUNT=256
  338. #
  339. # I2C support
  340. #
  341. CONFIG_I2C=y
  342. # CONFIG_I2C_ALGOBIT is not set
  343. # CONFIG_I2C_ALGOPCF is not set
  344. # CONFIG_I2C_IBM_OCP_ALGO is not set
  345. CONFIG_I2C_CHARDEV=y
  346. #
  347. # I2C Hardware Sensors Mainboard support
  348. #
  349. # CONFIG_I2C_ALI15X3 is not set
  350. # CONFIG_I2C_AMD756 is not set
  351. # CONFIG_I2C_AMD8111 is not set
  352. # CONFIG_I2C_I801 is not set
  353. # CONFIG_I2C_PIIX4 is not set
  354. # CONFIG_I2C_SIS96X is not set
  355. # CONFIG_I2C_VIAPRO is not set
  356. #
  357. # I2C Hardware Sensors Chip support
  358. #
  359. # CONFIG_SENSORS_ADM1021 is not set
  360. # CONFIG_SENSORS_IT87 is not set
  361. # CONFIG_SENSORS_LM75 is not set
  362. # CONFIG_SENSORS_LM85 is not set
  363. # CONFIG_SENSORS_VIA686A is not set
  364. # CONFIG_SENSORS_W83781D is not set
  365. # CONFIG_I2C_SENSOR is not set
  366. #
  367. # Mice
  368. #
  369. CONFIG_BUSMOUSE=y
  370. # CONFIG_QIC02_TAPE is not set
  371. #
  372. # IPMI
  373. #
  374. # CONFIG_IPMI_HANDLER is not set
  375. #
  376. # Watchdog Cards
  377. #
  378. CONFIG_WATCHDOG=y
  379. # CONFIG_WATCHDOG_NOWAYOUT is not set
  380. # CONFIG_SOFT_WATCHDOG is not set
  381. # CONFIG_WDT is not set
  382. # CONFIG_WDTPCI is not set
  383. # CONFIG_PCWATCHDOG is not set
  384. # CONFIG_ACQUIRE_WDT is not set
  385. # CONFIG_ADVANTECH_WDT is not set
  386. # CONFIG_EUROTECH_WDT is not set
  387. # CONFIG_IB700_WDT is not set
  388. # CONFIG_MIXCOMWD is not set
  389. # CONFIG_SCx200_WDT is not set
  390. # CONFIG_60XX_WDT is not set
  391. # CONFIG_W83877F_WDT is not set
  392. # CONFIG_MACHZ_WDT is not set
  393. # CONFIG_SC520_WDT is not set
  394. # CONFIG_AMD7XX_TCO is not set
  395. # CONFIG_ALIM7101_WDT is not set
  396. # CONFIG_SC1200_WDT is not set
  397. # CONFIG_WAFER_WDT is not set
  398. # CONFIG_CPU5_WDT is not set
  399. # CONFIG_NVRAM is not set
  400. CONFIG_GEN_RTC=y
  401. # CONFIG_GEN_RTC_X is not set
  402. # CONFIG_DTLK is not set
  403. # CONFIG_R3964 is not set
  404. # CONFIG_APPLICOM is not set
  405. #
  406. # Ftape, the floppy tape device driver
  407. #
  408. # CONFIG_FTAPE is not set
  409. # CONFIG_AGP is not set
  410. # CONFIG_DRM is not set
  411. # CONFIG_RAW_DRIVER is not set
  412. # CONFIG_HANGCHECK_TIMER is not set
  413. #
  414. # Multimedia devices
  415. #
  416. # CONFIG_VIDEO_DEV is not set
  417. #
  418. # Digital Video Broadcasting Devices
  419. #
  420. # CONFIG_DVB is not set
  421. #
  422. # File systems
  423. #
  424. CONFIG_EXT2_FS=y
  425. # CONFIG_EXT2_FS_XATTR is not set
  426. # CONFIG_EXT3_FS is not set
  427. # CONFIG_JBD is not set
  428. # CONFIG_REISERFS_FS is not set
  429. # CONFIG_JFS_FS is not set
  430. # CONFIG_XFS_FS is not set
  431. # CONFIG_MINIX_FS is not set
  432. # CONFIG_ROMFS_FS is not set
  433. # CONFIG_QUOTA is not set
  434. CONFIG_AUTOFS_FS=y
  435. # CONFIG_AUTOFS4_FS is not set
  436. #
  437. # CD-ROM/DVD Filesystems
  438. #
  439. CONFIG_ISO9660_FS=y
  440. # CONFIG_JOLIET is not set
  441. # CONFIG_ZISOFS is not set
  442. # CONFIG_UDF_FS is not set
  443. #
  444. # DOS/FAT/NT Filesystems
  445. #
  446. # CONFIG_FAT_FS is not set
  447. # CONFIG_NTFS_FS is not set
  448. #
  449. # Pseudo filesystems
  450. #
  451. CONFIG_PROC_FS=y
  452. # CONFIG_DEVFS_FS is not set
  453. CONFIG_DEVPTS_FS=y
  454. # CONFIG_DEVPTS_FS_XATTR is not set
  455. CONFIG_TMPFS=y
  456. CONFIG_RAMFS=y
  457. #
  458. # Miscellaneous filesystems
  459. #
  460. # CONFIG_ADFS_FS is not set
  461. # CONFIG_AFFS_FS is not set
  462. # CONFIG_HFS_FS is not set
  463. # CONFIG_BEFS_FS is not set
  464. # CONFIG_BFS_FS is not set
  465. # CONFIG_EFS_FS is not set
  466. # CONFIG_CRAMFS is not set
  467. # CONFIG_VXFS_FS is not set
  468. # CONFIG_HPFS_FS is not set
  469. # CONFIG_QNX4FS_FS is not set
  470. # CONFIG_SYSV_FS is not set
  471. # CONFIG_UFS_FS is not set
  472. #
  473. # Network File Systems
  474. #
  475. CONFIG_NFS_FS=y
  476. # CONFIG_NFS_V3 is not set
  477. # CONFIG_NFS_V4 is not set
  478. CONFIG_NFSD=y
  479. # CONFIG_NFSD_V3 is not set
  480. # CONFIG_NFSD_TCP is not set
  481. CONFIG_ROOT_NFS=y
  482. CONFIG_LOCKD=y
  483. CONFIG_EXPORTFS=y
  484. CONFIG_SUNRPC=y
  485. # CONFIG_SUNRPC_GSS is not set
  486. # CONFIG_SMB_FS is not set
  487. # CONFIG_CIFS is not set
  488. # CONFIG_NCP_FS is not set
  489. # CONFIG_CODA_FS is not set
  490. # CONFIG_INTERMEZZO_FS is not set
  491. # CONFIG_AFS_FS is not set
  492. #
  493. # Partition Types
  494. #
  495. # CONFIG_PARTITION_ADVANCED is not set
  496. CONFIG_MSDOS_PARTITION=y
  497. #
  498. # Sound
  499. #
  500. # CONFIG_SOUND is not set
  501. #
  502. # IBM 40x options
  503. #
  504. #
  505. # USB support
  506. #
  507. # CONFIG_USB is not set
  508. # CONFIG_USB_GADGET is not set
  509. #
  510. # Bluetooth support
  511. #
  512. # CONFIG_BT is not set
  513. #
  514. # Library routines
  515. #
  516. # CONFIG_CRC32 is not set
  517. #
  518. # Kernel hacking
  519. #
  520. # CONFIG_DEBUG_KERNEL is not set
  521. # CONFIG_KALLSYMS is not set
  522. # CONFIG_SERIAL_TEXT_DEBUG is not set
  523. CONFIG_OCP=y
  524. #
  525. # Security options
  526. #
  527. # CONFIG_SECURITY is not set
  528. #
  529. # Cryptographic options
  530. #
  531. # CONFIG_CRYPTO is not set