taishan_defconfig 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.20
  4. # Mon Feb 12 11:11:58 2007
  5. #
  6. CONFIG_MMU=y
  7. CONFIG_GENERIC_HARDIRQS=y
  8. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  9. CONFIG_ARCH_HAS_ILOG2_U32=y
  10. # CONFIG_ARCH_HAS_ILOG2_U64 is not set
  11. CONFIG_GENERIC_HWEIGHT=y
  12. CONFIG_GENERIC_CALIBRATE_DELAY=y
  13. CONFIG_PPC=y
  14. CONFIG_PPC32=y
  15. CONFIG_GENERIC_NVRAM=y
  16. CONFIG_GENERIC_FIND_NEXT_BIT=y
  17. CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
  18. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  19. CONFIG_GENERIC_BUG=y
  20. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  21. #
  22. # Code maturity level options
  23. #
  24. CONFIG_EXPERIMENTAL=y
  25. CONFIG_BROKEN_ON_SMP=y
  26. CONFIG_INIT_ENV_ARG_LIMIT=32
  27. #
  28. # General setup
  29. #
  30. CONFIG_LOCALVERSION=""
  31. CONFIG_LOCALVERSION_AUTO=y
  32. CONFIG_SWAP=y
  33. CONFIG_SYSVIPC=y
  34. # CONFIG_IPC_NS is not set
  35. # CONFIG_POSIX_MQUEUE is not set
  36. # CONFIG_BSD_PROCESS_ACCT is not set
  37. # CONFIG_TASKSTATS is not set
  38. # CONFIG_UTS_NS is not set
  39. # CONFIG_AUDIT is not set
  40. # CONFIG_IKCONFIG is not set
  41. CONFIG_SYSFS_DEPRECATED=y
  42. # CONFIG_RELAY is not set
  43. CONFIG_INITRAMFS_SOURCE=""
  44. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  45. CONFIG_SYSCTL=y
  46. CONFIG_EMBEDDED=y
  47. CONFIG_SYSCTL_SYSCALL=y
  48. CONFIG_KALLSYMS=y
  49. # CONFIG_KALLSYMS_ALL is not set
  50. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  51. # CONFIG_HOTPLUG is not set
  52. CONFIG_PRINTK=y
  53. CONFIG_BUG=y
  54. CONFIG_ELF_CORE=y
  55. CONFIG_BASE_FULL=y
  56. CONFIG_FUTEX=y
  57. CONFIG_EPOLL=y
  58. CONFIG_SHMEM=y
  59. CONFIG_SLAB=y
  60. CONFIG_VM_EVENT_COUNTERS=y
  61. CONFIG_RT_MUTEXES=y
  62. # CONFIG_TINY_SHMEM is not set
  63. CONFIG_BASE_SMALL=0
  64. # CONFIG_SLOB is not set
  65. #
  66. # Loadable module support
  67. #
  68. CONFIG_MODULES=y
  69. CONFIG_MODULE_UNLOAD=y
  70. # CONFIG_MODULE_FORCE_UNLOAD is not set
  71. # CONFIG_MODVERSIONS is not set
  72. # CONFIG_MODULE_SRCVERSION_ALL is not set
  73. CONFIG_KMOD=y
  74. #
  75. # Block layer
  76. #
  77. CONFIG_BLOCK=y
  78. # CONFIG_LBD is not set
  79. # CONFIG_BLK_DEV_IO_TRACE is not set
  80. # CONFIG_LSF is not set
  81. #
  82. # IO Schedulers
  83. #
  84. CONFIG_IOSCHED_NOOP=y
  85. CONFIG_IOSCHED_AS=y
  86. CONFIG_IOSCHED_DEADLINE=y
  87. CONFIG_IOSCHED_CFQ=y
  88. CONFIG_DEFAULT_AS=y
  89. # CONFIG_DEFAULT_DEADLINE is not set
  90. # CONFIG_DEFAULT_CFQ is not set
  91. # CONFIG_DEFAULT_NOOP is not set
  92. CONFIG_DEFAULT_IOSCHED="anticipatory"
  93. #
  94. # Processor
  95. #
  96. # CONFIG_6xx is not set
  97. # CONFIG_40x is not set
  98. CONFIG_44x=y
  99. # CONFIG_8xx is not set
  100. # CONFIG_E200 is not set
  101. # CONFIG_E500 is not set
  102. CONFIG_PPC_DCR_NATIVE=y
  103. CONFIG_PPC_DCR=y
  104. CONFIG_BOOKE=y
  105. CONFIG_PTE_64BIT=y
  106. CONFIG_PHYS_64BIT=y
  107. # CONFIG_MATH_EMULATION is not set
  108. # CONFIG_KEXEC is not set
  109. # CONFIG_CPU_FREQ is not set
  110. CONFIG_4xx=y
  111. CONFIG_WANT_EARLY_SERIAL=y
  112. #
  113. # IBM 4xx options
  114. #
  115. # CONFIG_BAMBOO is not set
  116. # CONFIG_EBONY is not set
  117. # CONFIG_LUAN is not set
  118. # CONFIG_YUCCA is not set
  119. # CONFIG_OCOTEA is not set
  120. CONFIG_TAISHAN=y
  121. CONFIG_440GX=y
  122. CONFIG_440A=y
  123. CONFIG_IBM_OCP=y
  124. CONFIG_IBM_EMAC4=y
  125. CONFIG_PPC4xx_DMA=y
  126. CONFIG_PPC4xx_EDMA=y
  127. CONFIG_PPC_GEN550=y
  128. CONFIG_NOT_COHERENT_CACHE=y
  129. #
  130. # Platform options
  131. #
  132. # CONFIG_PC_KEYBOARD is not set
  133. # CONFIG_HIGHMEM is not set
  134. CONFIG_ARCH_POPULATES_NODE_MAP=y
  135. # CONFIG_HZ_100 is not set
  136. CONFIG_HZ_250=y
  137. # CONFIG_HZ_300 is not set
  138. # CONFIG_HZ_1000 is not set
  139. CONFIG_HZ=250
  140. CONFIG_PREEMPT_NONE=y
  141. # CONFIG_PREEMPT_VOLUNTARY is not set
  142. # CONFIG_PREEMPT is not set
  143. CONFIG_SELECT_MEMORY_MODEL=y
  144. CONFIG_FLATMEM_MANUAL=y
  145. # CONFIG_DISCONTIGMEM_MANUAL is not set
  146. # CONFIG_SPARSEMEM_MANUAL is not set
  147. CONFIG_FLATMEM=y
  148. CONFIG_FLAT_NODE_MEM_MAP=y
  149. # CONFIG_SPARSEMEM_STATIC is not set
  150. CONFIG_SPLIT_PTLOCK_CPUS=4
  151. CONFIG_RESOURCES_64BIT=y
  152. CONFIG_ZONE_DMA_FLAG=1
  153. CONFIG_BINFMT_ELF=y
  154. # CONFIG_BINFMT_MISC is not set
  155. CONFIG_CMDLINE_BOOL=y
  156. CONFIG_CMDLINE="ip=on console=ttyS0,115200"
  157. CONFIG_SECCOMP=y
  158. CONFIG_ISA_DMA_API=y
  159. #
  160. # Bus options
  161. #
  162. CONFIG_ZONE_DMA=y
  163. # CONFIG_PPC_I8259 is not set
  164. CONFIG_PPC_INDIRECT_PCI=y
  165. CONFIG_PCI=y
  166. CONFIG_PCI_DOMAINS=y
  167. # CONFIG_PCI_DEBUG is not set
  168. #
  169. # PCCARD (PCMCIA/CardBus) support
  170. #
  171. #
  172. # Advanced setup
  173. #
  174. # CONFIG_ADVANCED_OPTIONS is not set
  175. #
  176. # Default settings for advanced configuration options are used
  177. #
  178. CONFIG_HIGHMEM_START=0xfe000000
  179. CONFIG_LOWMEM_SIZE=0x30000000
  180. CONFIG_KERNEL_START=0xc0000000
  181. CONFIG_TASK_SIZE=0x80000000
  182. CONFIG_CONSISTENT_START=0xff100000
  183. CONFIG_CONSISTENT_SIZE=0x00200000
  184. CONFIG_BOOT_LOAD=0x01000000
  185. #
  186. # Networking
  187. #
  188. CONFIG_NET=y
  189. #
  190. # Networking options
  191. #
  192. # CONFIG_NETDEBUG is not set
  193. CONFIG_PACKET=y
  194. # CONFIG_PACKET_MMAP is not set
  195. CONFIG_UNIX=y
  196. CONFIG_XFRM=y
  197. # CONFIG_XFRM_USER is not set
  198. # CONFIG_XFRM_SUB_POLICY is not set
  199. # CONFIG_XFRM_MIGRATE is not set
  200. # CONFIG_NET_KEY is not set
  201. CONFIG_INET=y
  202. # CONFIG_IP_MULTICAST is not set
  203. CONFIG_IP_ADVANCED_ROUTER=y
  204. CONFIG_ASK_IP_FIB_HASH=y
  205. # CONFIG_IP_FIB_TRIE is not set
  206. CONFIG_IP_FIB_HASH=y
  207. # CONFIG_IP_MULTIPLE_TABLES is not set
  208. # CONFIG_IP_ROUTE_MULTIPATH is not set
  209. # CONFIG_IP_ROUTE_VERBOSE is not set
  210. CONFIG_IP_PNP=y
  211. # CONFIG_IP_PNP_DHCP is not set
  212. CONFIG_IP_PNP_BOOTP=y
  213. # CONFIG_IP_PNP_RARP is not set
  214. # CONFIG_NET_IPIP is not set
  215. # CONFIG_NET_IPGRE is not set
  216. # CONFIG_ARPD is not set
  217. # CONFIG_SYN_COOKIES is not set
  218. # CONFIG_INET_AH is not set
  219. # CONFIG_INET_ESP is not set
  220. # CONFIG_INET_IPCOMP is not set
  221. # CONFIG_INET_XFRM_TUNNEL is not set
  222. # CONFIG_INET_TUNNEL is not set
  223. CONFIG_INET_XFRM_MODE_TRANSPORT=y
  224. CONFIG_INET_XFRM_MODE_TUNNEL=y
  225. CONFIG_INET_XFRM_MODE_BEET=y
  226. CONFIG_INET_DIAG=y
  227. CONFIG_INET_TCP_DIAG=y
  228. # CONFIG_TCP_CONG_ADVANCED is not set
  229. CONFIG_TCP_CONG_CUBIC=y
  230. CONFIG_DEFAULT_TCP_CONG="cubic"
  231. # CONFIG_TCP_MD5SIG is not set
  232. # CONFIG_IPV6 is not set
  233. # CONFIG_INET6_XFRM_TUNNEL is not set
  234. # CONFIG_INET6_TUNNEL is not set
  235. # CONFIG_NETWORK_SECMARK is not set
  236. # CONFIG_NETFILTER is not set
  237. #
  238. # DCCP Configuration (EXPERIMENTAL)
  239. #
  240. # CONFIG_IP_DCCP is not set
  241. #
  242. # SCTP Configuration (EXPERIMENTAL)
  243. #
  244. # CONFIG_IP_SCTP is not set
  245. #
  246. # TIPC Configuration (EXPERIMENTAL)
  247. #
  248. # CONFIG_TIPC is not set
  249. # CONFIG_ATM is not set
  250. CONFIG_BRIDGE=y
  251. # CONFIG_VLAN_8021Q is not set
  252. # CONFIG_DECNET is not set
  253. CONFIG_LLC=y
  254. # CONFIG_LLC2 is not set
  255. # CONFIG_IPX is not set
  256. # CONFIG_ATALK is not set
  257. # CONFIG_X25 is not set
  258. # CONFIG_LAPB is not set
  259. # CONFIG_ECONET is not set
  260. # CONFIG_WAN_ROUTER is not set
  261. #
  262. # QoS and/or fair queueing
  263. #
  264. # CONFIG_NET_SCHED is not set
  265. #
  266. # Network testing
  267. #
  268. # CONFIG_NET_PKTGEN is not set
  269. # CONFIG_HAMRADIO is not set
  270. # CONFIG_IRDA is not set
  271. # CONFIG_BT is not set
  272. # CONFIG_IEEE80211 is not set
  273. #
  274. # Device Drivers
  275. #
  276. #
  277. # Generic Driver Options
  278. #
  279. # CONFIG_STANDALONE is not set
  280. CONFIG_PREVENT_FIRMWARE_BUILD=y
  281. # CONFIG_DEBUG_DRIVER is not set
  282. # CONFIG_DEBUG_DEVRES is not set
  283. # CONFIG_SYS_HYPERVISOR is not set
  284. #
  285. # Connector - unified userspace <-> kernelspace linker
  286. #
  287. # CONFIG_CONNECTOR is not set
  288. #
  289. # Memory Technology Devices (MTD)
  290. #
  291. CONFIG_MTD=y
  292. # CONFIG_MTD_DEBUG is not set
  293. CONFIG_MTD_CONCAT=y
  294. CONFIG_MTD_PARTITIONS=y
  295. # CONFIG_MTD_REDBOOT_PARTS is not set
  296. CONFIG_MTD_CMDLINE_PARTS=y
  297. #
  298. # User Modules And Translation Layers
  299. #
  300. CONFIG_MTD_CHAR=y
  301. CONFIG_MTD_BLKDEVS=y
  302. CONFIG_MTD_BLOCK=y
  303. # CONFIG_FTL is not set
  304. # CONFIG_NFTL is not set
  305. # CONFIG_INFTL is not set
  306. # CONFIG_RFD_FTL is not set
  307. # CONFIG_SSFDC is not set
  308. #
  309. # RAM/ROM/Flash chip drivers
  310. #
  311. CONFIG_MTD_CFI=y
  312. CONFIG_MTD_JEDECPROBE=y
  313. CONFIG_MTD_GEN_PROBE=y
  314. CONFIG_MTD_CFI_ADV_OPTIONS=y
  315. CONFIG_MTD_CFI_NOSWAP=y
  316. # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
  317. # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
  318. # CONFIG_MTD_CFI_GEOMETRY is not set
  319. CONFIG_MTD_MAP_BANK_WIDTH_1=y
  320. CONFIG_MTD_MAP_BANK_WIDTH_2=y
  321. CONFIG_MTD_MAP_BANK_WIDTH_4=y
  322. # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
  323. # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
  324. # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
  325. CONFIG_MTD_CFI_I1=y
  326. CONFIG_MTD_CFI_I2=y
  327. # CONFIG_MTD_CFI_I4 is not set
  328. # CONFIG_MTD_CFI_I8 is not set
  329. # CONFIG_MTD_OTP is not set
  330. # CONFIG_MTD_CFI_INTELEXT is not set
  331. CONFIG_MTD_CFI_AMDSTD=y
  332. # CONFIG_MTD_CFI_STAA is not set
  333. CONFIG_MTD_CFI_UTIL=y
  334. # CONFIG_MTD_RAM is not set
  335. # CONFIG_MTD_ROM is not set
  336. # CONFIG_MTD_ABSENT is not set
  337. # CONFIG_MTD_OBSOLETE_CHIPS is not set
  338. #
  339. # Mapping drivers for chip access
  340. #
  341. CONFIG_MTD_COMPLEX_MAPPINGS=y
  342. CONFIG_MTD_PHYSMAP=y
  343. CONFIG_MTD_PHYSMAP_START=0x8000000
  344. CONFIG_MTD_PHYSMAP_LEN=0x0
  345. CONFIG_MTD_PHYSMAP_BANKWIDTH=2
  346. # CONFIG_MTD_PCI is not set
  347. # CONFIG_MTD_PLATRAM is not set
  348. #
  349. # Self-contained MTD device drivers
  350. #
  351. # CONFIG_MTD_PMC551 is not set
  352. # CONFIG_MTD_SLRAM is not set
  353. # CONFIG_MTD_PHRAM is not set
  354. # CONFIG_MTD_MTDRAM is not set
  355. # CONFIG_MTD_BLOCK2MTD is not set
  356. #
  357. # Disk-On-Chip Device Drivers
  358. #
  359. # CONFIG_MTD_DOC2000 is not set
  360. # CONFIG_MTD_DOC2001 is not set
  361. # CONFIG_MTD_DOC2001PLUS is not set
  362. #
  363. # NAND Flash Device Drivers
  364. #
  365. # CONFIG_MTD_NAND is not set
  366. # CONFIG_MTD_NAND_CAFE is not set
  367. #
  368. # OneNAND Flash Device Drivers
  369. #
  370. # CONFIG_MTD_ONENAND is not set
  371. #
  372. # Parallel port support
  373. #
  374. # CONFIG_PARPORT is not set
  375. #
  376. # Plug and Play support
  377. #
  378. #
  379. # Block devices
  380. #
  381. # CONFIG_BLK_DEV_FD is not set
  382. # CONFIG_BLK_CPQ_DA is not set
  383. # CONFIG_BLK_CPQ_CISS_DA is not set
  384. # CONFIG_BLK_DEV_DAC960 is not set
  385. # CONFIG_BLK_DEV_UMEM is not set
  386. # CONFIG_BLK_DEV_COW_COMMON is not set
  387. # CONFIG_BLK_DEV_LOOP is not set
  388. # CONFIG_BLK_DEV_NBD is not set
  389. # CONFIG_BLK_DEV_SX8 is not set
  390. CONFIG_BLK_DEV_RAM=y
  391. CONFIG_BLK_DEV_RAM_COUNT=16
  392. CONFIG_BLK_DEV_RAM_SIZE=65536
  393. CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
  394. CONFIG_BLK_DEV_INITRD=y
  395. # CONFIG_CDROM_PKTCDVD is not set
  396. # CONFIG_ATA_OVER_ETH is not set
  397. #
  398. # Misc devices
  399. #
  400. # CONFIG_SGI_IOC4 is not set
  401. # CONFIG_TIFM_CORE is not set
  402. #
  403. # ATA/ATAPI/MFM/RLL support
  404. #
  405. # CONFIG_IDE is not set
  406. #
  407. # SCSI device support
  408. #
  409. # CONFIG_RAID_ATTRS is not set
  410. # CONFIG_SCSI is not set
  411. # CONFIG_SCSI_NETLINK is not set
  412. #
  413. # Serial ATA (prod) and Parallel ATA (experimental) drivers
  414. #
  415. # CONFIG_ATA is not set
  416. #
  417. # Multi-device support (RAID and LVM)
  418. #
  419. # CONFIG_MD is not set
  420. #
  421. # Fusion MPT device support
  422. #
  423. # CONFIG_FUSION is not set
  424. #
  425. # IEEE 1394 (FireWire) support
  426. #
  427. # CONFIG_IEEE1394 is not set
  428. #
  429. # I2O device support
  430. #
  431. # CONFIG_I2O is not set
  432. #
  433. # Macintosh device drivers
  434. #
  435. # CONFIG_MAC_EMUMOUSEBTN is not set
  436. # CONFIG_WINDFARM is not set
  437. #
  438. # Network device support
  439. #
  440. CONFIG_NETDEVICES=y
  441. # CONFIG_DUMMY is not set
  442. # CONFIG_BONDING is not set
  443. # CONFIG_EQUALIZER is not set
  444. # CONFIG_TUN is not set
  445. #
  446. # ARCnet devices
  447. #
  448. # CONFIG_ARCNET is not set
  449. #
  450. # PHY device support
  451. #
  452. # CONFIG_PHYLIB is not set
  453. #
  454. # Ethernet (10 or 100Mbit)
  455. #
  456. CONFIG_NET_ETHERNET=y
  457. CONFIG_MII=y
  458. # CONFIG_HAPPYMEAL is not set
  459. # CONFIG_SUNGEM is not set
  460. # CONFIG_CASSINI is not set
  461. # CONFIG_NET_VENDOR_3COM is not set
  462. #
  463. # Tulip family network device support
  464. #
  465. # CONFIG_NET_TULIP is not set
  466. # CONFIG_HP100 is not set
  467. CONFIG_IBM_EMAC=y
  468. CONFIG_IBM_EMAC_RXB=128
  469. CONFIG_IBM_EMAC_TXB=128
  470. CONFIG_IBM_EMAC_POLL_WEIGHT=32
  471. CONFIG_IBM_EMAC_RX_COPY_THRESHOLD=256
  472. CONFIG_IBM_EMAC_RX_SKB_HEADROOM=0
  473. CONFIG_IBM_EMAC_PHY_RX_CLK_FIX=y
  474. # CONFIG_IBM_EMAC_DEBUG is not set
  475. CONFIG_IBM_EMAC_ZMII=y
  476. CONFIG_IBM_EMAC_RGMII=y
  477. CONFIG_IBM_EMAC_TAH=y
  478. CONFIG_NET_PCI=y
  479. # CONFIG_PCNET32 is not set
  480. # CONFIG_AMD8111_ETH is not set
  481. # CONFIG_ADAPTEC_STARFIRE is not set
  482. # CONFIG_B44 is not set
  483. # CONFIG_FORCEDETH is not set
  484. # CONFIG_DGRS is not set
  485. # CONFIG_EEPRO100 is not set
  486. CONFIG_E100=y
  487. # CONFIG_FEALNX is not set
  488. # CONFIG_NATSEMI is not set
  489. # CONFIG_NE2K_PCI is not set
  490. # CONFIG_8139CP is not set
  491. # CONFIG_8139TOO is not set
  492. # CONFIG_SIS900 is not set
  493. # CONFIG_EPIC100 is not set
  494. # CONFIG_SUNDANCE is not set
  495. # CONFIG_TLAN is not set
  496. # CONFIG_VIA_RHINE is not set
  497. # CONFIG_SC92031 is not set
  498. #
  499. # Ethernet (1000 Mbit)
  500. #
  501. # CONFIG_ACENIC is not set
  502. # CONFIG_DL2K is not set
  503. # CONFIG_E1000 is not set
  504. # CONFIG_NS83820 is not set
  505. # CONFIG_HAMACHI is not set
  506. # CONFIG_YELLOWFIN is not set
  507. # CONFIG_R8169 is not set
  508. # CONFIG_SIS190 is not set
  509. # CONFIG_SKGE is not set
  510. # CONFIG_SKY2 is not set
  511. # CONFIG_SK98LIN is not set
  512. # CONFIG_VIA_VELOCITY is not set
  513. # CONFIG_TIGON3 is not set
  514. # CONFIG_BNX2 is not set
  515. # CONFIG_QLA3XXX is not set
  516. # CONFIG_ATL1 is not set
  517. #
  518. # Ethernet (10000 Mbit)
  519. #
  520. # CONFIG_CHELSIO_T1 is not set
  521. # CONFIG_CHELSIO_T3 is not set
  522. # CONFIG_IXGB is not set
  523. # CONFIG_S2IO is not set
  524. # CONFIG_MYRI10GE is not set
  525. # CONFIG_NETXEN_NIC is not set
  526. #
  527. # Token Ring devices
  528. #
  529. # CONFIG_TR is not set
  530. #
  531. # Wireless LAN (non-hamradio)
  532. #
  533. # CONFIG_NET_RADIO is not set
  534. #
  535. # Wan interfaces
  536. #
  537. # CONFIG_WAN is not set
  538. # CONFIG_FDDI is not set
  539. # CONFIG_HIPPI is not set
  540. CONFIG_PPP=y
  541. # CONFIG_PPP_MULTILINK is not set
  542. # CONFIG_PPP_FILTER is not set
  543. # CONFIG_PPP_ASYNC is not set
  544. # CONFIG_PPP_SYNC_TTY is not set
  545. # CONFIG_PPP_DEFLATE is not set
  546. # CONFIG_PPP_BSDCOMP is not set
  547. # CONFIG_PPP_MPPE is not set
  548. CONFIG_PPPOE=y
  549. # CONFIG_SLIP is not set
  550. CONFIG_SLHC=y
  551. # CONFIG_SHAPER is not set
  552. # CONFIG_NETCONSOLE is not set
  553. # CONFIG_NETPOLL is not set
  554. # CONFIG_NET_POLL_CONTROLLER is not set
  555. #
  556. # ISDN subsystem
  557. #
  558. # CONFIG_ISDN is not set
  559. #
  560. # Telephony Support
  561. #
  562. # CONFIG_PHONE is not set
  563. #
  564. # Input device support
  565. #
  566. # CONFIG_INPUT is not set
  567. #
  568. # Hardware I/O ports
  569. #
  570. CONFIG_SERIO=y
  571. # CONFIG_SERIO_I8042 is not set
  572. # CONFIG_SERIO_SERPORT is not set
  573. # CONFIG_SERIO_PCIPS2 is not set
  574. # CONFIG_SERIO_LIBPS2 is not set
  575. # CONFIG_SERIO_RAW is not set
  576. # CONFIG_GAMEPORT is not set
  577. #
  578. # Character devices
  579. #
  580. # CONFIG_VT is not set
  581. # CONFIG_SERIAL_NONSTANDARD is not set
  582. #
  583. # Serial drivers
  584. #
  585. CONFIG_SERIAL_8250=y
  586. CONFIG_SERIAL_8250_CONSOLE=y
  587. CONFIG_SERIAL_8250_PCI=y
  588. CONFIG_SERIAL_8250_NR_UARTS=4
  589. CONFIG_SERIAL_8250_RUNTIME_UARTS=4
  590. CONFIG_SERIAL_8250_EXTENDED=y
  591. # CONFIG_SERIAL_8250_MANY_PORTS is not set
  592. CONFIG_SERIAL_8250_SHARE_IRQ=y
  593. # CONFIG_SERIAL_8250_DETECT_IRQ is not set
  594. # CONFIG_SERIAL_8250_RSA is not set
  595. #
  596. # Non-8250 serial port support
  597. #
  598. # CONFIG_SERIAL_UARTLITE is not set
  599. CONFIG_SERIAL_CORE=y
  600. CONFIG_SERIAL_CORE_CONSOLE=y
  601. # CONFIG_SERIAL_JSM is not set
  602. CONFIG_UNIX98_PTYS=y
  603. CONFIG_LEGACY_PTYS=y
  604. CONFIG_LEGACY_PTY_COUNT=256
  605. #
  606. # IPMI
  607. #
  608. # CONFIG_IPMI_HANDLER is not set
  609. #
  610. # Watchdog Cards
  611. #
  612. # CONFIG_WATCHDOG is not set
  613. CONFIG_HW_RANDOM=m
  614. # CONFIG_NVRAM is not set
  615. # CONFIG_GEN_RTC is not set
  616. # CONFIG_DTLK is not set
  617. # CONFIG_R3964 is not set
  618. # CONFIG_APPLICOM is not set
  619. # CONFIG_AGP is not set
  620. # CONFIG_DRM is not set
  621. # CONFIG_RAW_DRIVER is not set
  622. #
  623. # TPM devices
  624. #
  625. # CONFIG_TCG_TPM is not set
  626. #
  627. # I2C support
  628. #
  629. CONFIG_I2C=y
  630. CONFIG_I2C_CHARDEV=y
  631. #
  632. # I2C Algorithms
  633. #
  634. # CONFIG_I2C_ALGOBIT is not set
  635. # CONFIG_I2C_ALGOPCF is not set
  636. # CONFIG_I2C_ALGOPCA is not set
  637. #
  638. # I2C Hardware Bus support
  639. #
  640. # CONFIG_I2C_ALI1535 is not set
  641. # CONFIG_I2C_ALI1563 is not set
  642. # CONFIG_I2C_ALI15X3 is not set
  643. # CONFIG_I2C_AMD756 is not set
  644. # CONFIG_I2C_AMD8111 is not set
  645. # CONFIG_I2C_I801 is not set
  646. # CONFIG_I2C_I810 is not set
  647. # CONFIG_I2C_PIIX4 is not set
  648. CONFIG_I2C_IBM_IIC=y
  649. # CONFIG_I2C_MPC is not set
  650. # CONFIG_I2C_NFORCE2 is not set
  651. # CONFIG_I2C_OCORES is not set
  652. # CONFIG_I2C_PARPORT_LIGHT is not set
  653. # CONFIG_I2C_PROSAVAGE is not set
  654. # CONFIG_I2C_SAVAGE4 is not set
  655. # CONFIG_I2C_SIS5595 is not set
  656. # CONFIG_I2C_SIS630 is not set
  657. # CONFIG_I2C_SIS96X is not set
  658. # CONFIG_I2C_STUB is not set
  659. # CONFIG_I2C_VIA is not set
  660. # CONFIG_I2C_VIAPRO is not set
  661. # CONFIG_I2C_VOODOO3 is not set
  662. # CONFIG_I2C_PCA_ISA is not set
  663. #
  664. # Miscellaneous I2C Chip support
  665. #
  666. # CONFIG_SENSORS_DS1337 is not set
  667. # CONFIG_SENSORS_DS1374 is not set
  668. CONFIG_SENSORS_EEPROM=y
  669. # CONFIG_SENSORS_PCF8574 is not set
  670. # CONFIG_SENSORS_PCA9539 is not set
  671. # CONFIG_SENSORS_PCF8591 is not set
  672. # CONFIG_SENSORS_M41T00 is not set
  673. # CONFIG_SENSORS_MAX6875 is not set
  674. # CONFIG_I2C_DEBUG_CORE is not set
  675. # CONFIG_I2C_DEBUG_ALGO is not set
  676. # CONFIG_I2C_DEBUG_BUS is not set
  677. # CONFIG_I2C_DEBUG_CHIP is not set
  678. #
  679. # SPI support
  680. #
  681. # CONFIG_SPI is not set
  682. # CONFIG_SPI_MASTER is not set
  683. #
  684. # Dallas's 1-wire bus
  685. #
  686. # CONFIG_W1 is not set
  687. #
  688. # Hardware Monitoring support
  689. #
  690. CONFIG_HWMON=y
  691. # CONFIG_HWMON_VID is not set
  692. # CONFIG_SENSORS_ABITUGURU is not set
  693. # CONFIG_SENSORS_ADM1021 is not set
  694. # CONFIG_SENSORS_ADM1025 is not set
  695. # CONFIG_SENSORS_ADM1026 is not set
  696. # CONFIG_SENSORS_ADM1031 is not set
  697. # CONFIG_SENSORS_ADM9240 is not set
  698. # CONFIG_SENSORS_ASB100 is not set
  699. # CONFIG_SENSORS_ATXP1 is not set
  700. # CONFIG_SENSORS_DS1621 is not set
  701. # CONFIG_SENSORS_F71805F is not set
  702. # CONFIG_SENSORS_FSCHER is not set
  703. # CONFIG_SENSORS_FSCPOS is not set
  704. # CONFIG_SENSORS_GL518SM is not set
  705. # CONFIG_SENSORS_GL520SM is not set
  706. # CONFIG_SENSORS_IT87 is not set
  707. # CONFIG_SENSORS_LM63 is not set
  708. # CONFIG_SENSORS_LM75 is not set
  709. # CONFIG_SENSORS_LM77 is not set
  710. # CONFIG_SENSORS_LM78 is not set
  711. # CONFIG_SENSORS_LM80 is not set
  712. # CONFIG_SENSORS_LM83 is not set
  713. # CONFIG_SENSORS_LM85 is not set
  714. # CONFIG_SENSORS_LM87 is not set
  715. # CONFIG_SENSORS_LM90 is not set
  716. # CONFIG_SENSORS_LM92 is not set
  717. # CONFIG_SENSORS_MAX1619 is not set
  718. # CONFIG_SENSORS_PC87360 is not set
  719. # CONFIG_SENSORS_PC87427 is not set
  720. # CONFIG_SENSORS_SIS5595 is not set
  721. # CONFIG_SENSORS_SMSC47M1 is not set
  722. # CONFIG_SENSORS_SMSC47M192 is not set
  723. # CONFIG_SENSORS_SMSC47B397 is not set
  724. # CONFIG_SENSORS_VIA686A is not set
  725. # CONFIG_SENSORS_VT1211 is not set
  726. # CONFIG_SENSORS_VT8231 is not set
  727. # CONFIG_SENSORS_W83781D is not set
  728. # CONFIG_SENSORS_W83791D is not set
  729. # CONFIG_SENSORS_W83792D is not set
  730. # CONFIG_SENSORS_W83793 is not set
  731. # CONFIG_SENSORS_W83L785TS is not set
  732. # CONFIG_SENSORS_W83627HF is not set
  733. # CONFIG_SENSORS_W83627EHF is not set
  734. # CONFIG_HWMON_DEBUG_CHIP is not set
  735. #
  736. # Multimedia devices
  737. #
  738. # CONFIG_VIDEO_DEV is not set
  739. #
  740. # Digital Video Broadcasting Devices
  741. #
  742. # CONFIG_DVB is not set
  743. #
  744. # Graphics support
  745. #
  746. CONFIG_FIRMWARE_EDID=y
  747. # CONFIG_FB is not set
  748. # CONFIG_FB_IBM_GXT4500 is not set
  749. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  750. #
  751. # Sound
  752. #
  753. # CONFIG_SOUND is not set
  754. #
  755. # USB support
  756. #
  757. CONFIG_USB_ARCH_HAS_HCD=y
  758. CONFIG_USB_ARCH_HAS_OHCI=y
  759. CONFIG_USB_ARCH_HAS_EHCI=y
  760. # CONFIG_USB is not set
  761. #
  762. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  763. #
  764. #
  765. # USB Gadget Support
  766. #
  767. # CONFIG_USB_GADGET is not set
  768. #
  769. # MMC/SD Card support
  770. #
  771. # CONFIG_MMC is not set
  772. #
  773. # LED devices
  774. #
  775. # CONFIG_NEW_LEDS is not set
  776. #
  777. # LED drivers
  778. #
  779. #
  780. # LED Triggers
  781. #
  782. #
  783. # InfiniBand support
  784. #
  785. # CONFIG_INFINIBAND is not set
  786. #
  787. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  788. #
  789. #
  790. # Real Time Clock
  791. #
  792. # CONFIG_RTC_CLASS is not set
  793. #
  794. # DMA Engine support
  795. #
  796. # CONFIG_DMA_ENGINE is not set
  797. #
  798. # DMA Clients
  799. #
  800. #
  801. # DMA Devices
  802. #
  803. #
  804. # Auxiliary Display support
  805. #
  806. #
  807. # Virtualization
  808. #
  809. #
  810. # File systems
  811. #
  812. CONFIG_EXT2_FS=y
  813. CONFIG_EXT2_FS_XATTR=y
  814. CONFIG_EXT2_FS_POSIX_ACL=y
  815. CONFIG_EXT2_FS_SECURITY=y
  816. CONFIG_EXT2_FS_XIP=y
  817. CONFIG_FS_XIP=y
  818. CONFIG_EXT3_FS=y
  819. CONFIG_EXT3_FS_XATTR=y
  820. CONFIG_EXT3_FS_POSIX_ACL=y
  821. CONFIG_EXT3_FS_SECURITY=y
  822. # CONFIG_EXT4DEV_FS is not set
  823. CONFIG_JBD=y
  824. CONFIG_JBD_DEBUG=y
  825. CONFIG_FS_MBCACHE=y
  826. # CONFIG_REISERFS_FS is not set
  827. # CONFIG_JFS_FS is not set
  828. CONFIG_FS_POSIX_ACL=y
  829. # CONFIG_XFS_FS is not set
  830. # CONFIG_GFS2_FS is not set
  831. # CONFIG_OCFS2_FS is not set
  832. # CONFIG_MINIX_FS is not set
  833. # CONFIG_ROMFS_FS is not set
  834. CONFIG_INOTIFY=y
  835. CONFIG_INOTIFY_USER=y
  836. # CONFIG_QUOTA is not set
  837. CONFIG_DNOTIFY=y
  838. # CONFIG_AUTOFS_FS is not set
  839. # CONFIG_AUTOFS4_FS is not set
  840. # CONFIG_FUSE_FS is not set
  841. #
  842. # CD-ROM/DVD Filesystems
  843. #
  844. # CONFIG_ISO9660_FS is not set
  845. # CONFIG_UDF_FS is not set
  846. #
  847. # DOS/FAT/NT Filesystems
  848. #
  849. # CONFIG_MSDOS_FS is not set
  850. # CONFIG_VFAT_FS is not set
  851. # CONFIG_NTFS_FS is not set
  852. #
  853. # Pseudo filesystems
  854. #
  855. CONFIG_PROC_FS=y
  856. CONFIG_PROC_KCORE=y
  857. CONFIG_PROC_SYSCTL=y
  858. CONFIG_SYSFS=y
  859. CONFIG_TMPFS=y
  860. # CONFIG_TMPFS_POSIX_ACL is not set
  861. # CONFIG_HUGETLB_PAGE is not set
  862. CONFIG_RAMFS=y
  863. # CONFIG_CONFIGFS_FS is not set
  864. #
  865. # Miscellaneous filesystems
  866. #
  867. # CONFIG_ADFS_FS is not set
  868. # CONFIG_AFFS_FS is not set
  869. # CONFIG_HFS_FS is not set
  870. # CONFIG_HFSPLUS_FS is not set
  871. # CONFIG_BEFS_FS is not set
  872. # CONFIG_BFS_FS is not set
  873. # CONFIG_EFS_FS is not set
  874. CONFIG_JFFS2_FS=y
  875. CONFIG_JFFS2_FS_DEBUG=0
  876. CONFIG_JFFS2_FS_WRITEBUFFER=y
  877. CONFIG_JFFS2_SUMMARY=y
  878. # CONFIG_JFFS2_FS_XATTR is not set
  879. # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
  880. CONFIG_JFFS2_ZLIB=y
  881. CONFIG_JFFS2_RTIME=y
  882. # CONFIG_JFFS2_RUBIN is not set
  883. # CONFIG_CRAMFS is not set
  884. # CONFIG_VXFS_FS is not set
  885. # CONFIG_HPFS_FS is not set
  886. # CONFIG_QNX4FS_FS is not set
  887. # CONFIG_SYSV_FS is not set
  888. # CONFIG_UFS_FS is not set
  889. #
  890. # Network File Systems
  891. #
  892. CONFIG_NFS_FS=y
  893. # CONFIG_NFS_V3 is not set
  894. # CONFIG_NFS_V4 is not set
  895. # CONFIG_NFS_DIRECTIO is not set
  896. # CONFIG_NFSD is not set
  897. CONFIG_ROOT_NFS=y
  898. CONFIG_LOCKD=y
  899. CONFIG_NFS_COMMON=y
  900. CONFIG_SUNRPC=y
  901. # CONFIG_RPCSEC_GSS_KRB5 is not set
  902. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  903. # CONFIG_SMB_FS is not set
  904. # CONFIG_CIFS is not set
  905. # CONFIG_NCP_FS is not set
  906. # CONFIG_CODA_FS is not set
  907. # CONFIG_AFS_FS is not set
  908. # CONFIG_9P_FS is not set
  909. #
  910. # Partition Types
  911. #
  912. # CONFIG_PARTITION_ADVANCED is not set
  913. CONFIG_MSDOS_PARTITION=y
  914. #
  915. # Native Language Support
  916. #
  917. # CONFIG_NLS is not set
  918. #
  919. # Distributed Lock Manager
  920. #
  921. # CONFIG_DLM is not set
  922. #
  923. # Library routines
  924. #
  925. CONFIG_BITREVERSE=y
  926. # CONFIG_CRC_CCITT is not set
  927. # CONFIG_CRC16 is not set
  928. CONFIG_CRC32=y
  929. # CONFIG_LIBCRC32C is not set
  930. CONFIG_ZLIB_INFLATE=y
  931. CONFIG_ZLIB_DEFLATE=y
  932. CONFIG_PLIST=y
  933. CONFIG_HAS_IOMEM=y
  934. CONFIG_HAS_IOPORT=y
  935. # CONFIG_PROFILING is not set
  936. #
  937. # Kernel hacking
  938. #
  939. # CONFIG_PRINTK_TIME is not set
  940. CONFIG_ENABLE_MUST_CHECK=y
  941. # CONFIG_MAGIC_SYSRQ is not set
  942. # CONFIG_UNUSED_SYMBOLS is not set
  943. CONFIG_DEBUG_FS=y
  944. # CONFIG_HEADERS_CHECK is not set
  945. CONFIG_DEBUG_KERNEL=y
  946. CONFIG_LOG_BUF_SHIFT=14
  947. CONFIG_DETECT_SOFTLOCKUP=y
  948. # CONFIG_SCHEDSTATS is not set
  949. # CONFIG_DEBUG_SLAB is not set
  950. # CONFIG_DEBUG_RT_MUTEXES is not set
  951. # CONFIG_RT_MUTEX_TESTER is not set
  952. # CONFIG_DEBUG_SPINLOCK is not set
  953. CONFIG_DEBUG_MUTEXES=y
  954. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  955. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  956. # CONFIG_DEBUG_KOBJECT is not set
  957. # CONFIG_DEBUG_BUGVERBOSE is not set
  958. CONFIG_DEBUG_INFO=y
  959. # CONFIG_DEBUG_VM is not set
  960. # CONFIG_DEBUG_LIST is not set
  961. CONFIG_FORCED_INLINING=y
  962. # CONFIG_RCU_TORTURE_TEST is not set
  963. # CONFIG_KGDB is not set
  964. # CONFIG_XMON is not set
  965. CONFIG_BDI_SWITCH=y
  966. # CONFIG_SERIAL_TEXT_DEBUG is not set
  967. CONFIG_PPC_OCP=y
  968. #
  969. # Security options
  970. #
  971. # CONFIG_KEYS is not set
  972. # CONFIG_SECURITY is not set
  973. #
  974. # Cryptographic options
  975. #
  976. # CONFIG_CRYPTO is not set