wrppmc_defconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.20
  4. # Tue Feb 20 21:47:42 2007
  5. #
  6. CONFIG_MIPS=y
  7. #
  8. # Machine selection
  9. #
  10. CONFIG_ZONE_DMA=y
  11. # CONFIG_MIPS_MTX1 is not set
  12. # CONFIG_MIPS_BOSPORUS is not set
  13. # CONFIG_MIPS_PB1000 is not set
  14. # CONFIG_MIPS_PB1100 is not set
  15. # CONFIG_MIPS_PB1500 is not set
  16. # CONFIG_MIPS_PB1550 is not set
  17. # CONFIG_MIPS_PB1200 is not set
  18. # CONFIG_MIPS_DB1000 is not set
  19. # CONFIG_MIPS_DB1100 is not set
  20. # CONFIG_MIPS_DB1500 is not set
  21. # CONFIG_MIPS_DB1550 is not set
  22. # CONFIG_MIPS_DB1200 is not set
  23. # CONFIG_MIPS_MIRAGE is not set
  24. # CONFIG_BASLER_EXCITE is not set
  25. # CONFIG_MIPS_COBALT is not set
  26. # CONFIG_MACH_DECSTATION is not set
  27. # CONFIG_MACH_JAZZ is not set
  28. # CONFIG_MIPS_ATLAS is not set
  29. # CONFIG_MIPS_MALTA is not set
  30. # CONFIG_MIPS_SEAD is not set
  31. CONFIG_WR_PPMC=y
  32. # CONFIG_MIPS_SIM is not set
  33. # CONFIG_MOMENCO_JAGUAR_ATX is not set
  34. # CONFIG_MIPS_XXS1500 is not set
  35. # CONFIG_PNX8550_JBS is not set
  36. # CONFIG_PNX8550_STB810 is not set
  37. # CONFIG_MACH_VR41XX is not set
  38. # CONFIG_PMC_YOSEMITE is not set
  39. # CONFIG_MARKEINS is not set
  40. # CONFIG_SGI_IP22 is not set
  41. # CONFIG_SGI_IP27 is not set
  42. # CONFIG_SGI_IP32 is not set
  43. # CONFIG_SIBYTE_BIGSUR is not set
  44. # CONFIG_SIBYTE_SWARM is not set
  45. # CONFIG_SIBYTE_SENTOSA is not set
  46. # CONFIG_SIBYTE_RHONE is not set
  47. # CONFIG_SIBYTE_CARMEL is not set
  48. # CONFIG_SIBYTE_LITTLESUR is not set
  49. # CONFIG_SIBYTE_CRHINE is not set
  50. # CONFIG_SIBYTE_CRHONE is not set
  51. # CONFIG_SNI_RM is not set
  52. # CONFIG_TOSHIBA_JMR3927 is not set
  53. # CONFIG_TOSHIBA_RBTX4927 is not set
  54. # CONFIG_TOSHIBA_RBTX4938 is not set
  55. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  56. # CONFIG_ARCH_HAS_ILOG2_U32 is not set
  57. # CONFIG_ARCH_HAS_ILOG2_U64 is not set
  58. CONFIG_GENERIC_FIND_NEXT_BIT=y
  59. CONFIG_GENERIC_HWEIGHT=y
  60. CONFIG_GENERIC_CALIBRATE_DELAY=y
  61. CONFIG_GENERIC_TIME=y
  62. CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
  63. # CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ is not set
  64. CONFIG_DMA_NONCOHERENT=y
  65. CONFIG_DMA_NEED_PCI_MAP_STATE=y
  66. CONFIG_CPU_BIG_ENDIAN=y
  67. # CONFIG_CPU_LITTLE_ENDIAN is not set
  68. CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
  69. CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
  70. CONFIG_IRQ_CPU=y
  71. CONFIG_MIPS_GT64120=y
  72. CONFIG_SWAP_IO_SPACE=y
  73. CONFIG_BOOT_ELF32=y
  74. CONFIG_MIPS_L1_CACHE_SHIFT=5
  75. #
  76. # CPU selection
  77. #
  78. CONFIG_CPU_MIPS32_R1=y
  79. # CONFIG_CPU_MIPS32_R2 is not set
  80. # CONFIG_CPU_MIPS64_R1 is not set
  81. # CONFIG_CPU_MIPS64_R2 is not set
  82. # CONFIG_CPU_R3000 is not set
  83. # CONFIG_CPU_TX39XX is not set
  84. # CONFIG_CPU_VR41XX is not set
  85. # CONFIG_CPU_R4300 is not set
  86. # CONFIG_CPU_R4X00 is not set
  87. # CONFIG_CPU_TX49XX is not set
  88. # CONFIG_CPU_R5000 is not set
  89. # CONFIG_CPU_R5432 is not set
  90. # CONFIG_CPU_R6000 is not set
  91. # CONFIG_CPU_NEVADA is not set
  92. # CONFIG_CPU_R8000 is not set
  93. # CONFIG_CPU_R10000 is not set
  94. # CONFIG_CPU_RM7000 is not set
  95. # CONFIG_CPU_RM9000 is not set
  96. # CONFIG_CPU_SB1 is not set
  97. CONFIG_SYS_HAS_CPU_MIPS32_R1=y
  98. CONFIG_SYS_HAS_CPU_MIPS32_R2=y
  99. CONFIG_SYS_HAS_CPU_MIPS64_R1=y
  100. CONFIG_SYS_HAS_CPU_NEVADA=y
  101. CONFIG_SYS_HAS_CPU_RM7000=y
  102. CONFIG_CPU_MIPS32=y
  103. CONFIG_CPU_MIPSR1=y
  104. CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y
  105. CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y
  106. CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y
  107. #
  108. # Kernel type
  109. #
  110. CONFIG_32BIT=y
  111. # CONFIG_64BIT is not set
  112. CONFIG_PAGE_SIZE_4KB=y
  113. # CONFIG_PAGE_SIZE_8KB is not set
  114. # CONFIG_PAGE_SIZE_16KB is not set
  115. # CONFIG_PAGE_SIZE_64KB is not set
  116. CONFIG_CPU_HAS_PREFETCH=y
  117. CONFIG_MIPS_MT_DISABLED=y
  118. # CONFIG_MIPS_MT_SMP is not set
  119. # CONFIG_MIPS_MT_SMTC is not set
  120. # CONFIG_MIPS_VPE_LOADER is not set
  121. # CONFIG_64BIT_PHYS_ADDR is not set
  122. CONFIG_CPU_HAS_LLSC=y
  123. CONFIG_CPU_HAS_SYNC=y
  124. CONFIG_GENERIC_HARDIRQS=y
  125. CONFIG_GENERIC_IRQ_PROBE=y
  126. CONFIG_CPU_SUPPORTS_HIGHMEM=y
  127. CONFIG_ARCH_FLATMEM_ENABLE=y
  128. CONFIG_SELECT_MEMORY_MODEL=y
  129. CONFIG_FLATMEM_MANUAL=y
  130. # CONFIG_DISCONTIGMEM_MANUAL is not set
  131. # CONFIG_SPARSEMEM_MANUAL is not set
  132. CONFIG_FLATMEM=y
  133. CONFIG_FLAT_NODE_MEM_MAP=y
  134. # CONFIG_SPARSEMEM_STATIC is not set
  135. CONFIG_SPLIT_PTLOCK_CPUS=4
  136. # CONFIG_RESOURCES_64BIT is not set
  137. CONFIG_ZONE_DMA_FLAG=1
  138. # CONFIG_HZ_48 is not set
  139. # CONFIG_HZ_100 is not set
  140. # CONFIG_HZ_128 is not set
  141. # CONFIG_HZ_250 is not set
  142. # CONFIG_HZ_256 is not set
  143. CONFIG_HZ_1000=y
  144. # CONFIG_HZ_1024 is not set
  145. CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
  146. CONFIG_HZ=1000
  147. CONFIG_PREEMPT_NONE=y
  148. # CONFIG_PREEMPT_VOLUNTARY is not set
  149. # CONFIG_PREEMPT is not set
  150. # CONFIG_KEXEC is not set
  151. CONFIG_LOCKDEP_SUPPORT=y
  152. CONFIG_STACKTRACE_SUPPORT=y
  153. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  154. #
  155. # Code maturity level options
  156. #
  157. CONFIG_EXPERIMENTAL=y
  158. CONFIG_BROKEN_ON_SMP=y
  159. CONFIG_INIT_ENV_ARG_LIMIT=32
  160. #
  161. # General setup
  162. #
  163. CONFIG_LOCALVERSION=""
  164. CONFIG_LOCALVERSION_AUTO=y
  165. # CONFIG_SWAP is not set
  166. CONFIG_SYSVIPC=y
  167. # CONFIG_IPC_NS is not set
  168. CONFIG_SYSVIPC_SYSCTL=y
  169. # CONFIG_POSIX_MQUEUE is not set
  170. CONFIG_BSD_PROCESS_ACCT=y
  171. # CONFIG_BSD_PROCESS_ACCT_V3 is not set
  172. # CONFIG_TASKSTATS is not set
  173. # CONFIG_UTS_NS is not set
  174. # CONFIG_AUDIT is not set
  175. # CONFIG_IKCONFIG is not set
  176. CONFIG_SYSFS_DEPRECATED=y
  177. # CONFIG_RELAY is not set
  178. CONFIG_INITRAMFS_SOURCE=""
  179. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  180. CONFIG_SYSCTL=y
  181. CONFIG_EMBEDDED=y
  182. CONFIG_SYSCTL_SYSCALL=y
  183. CONFIG_KALLSYMS=y
  184. CONFIG_KALLSYMS_EXTRA_PASS=y
  185. CONFIG_HOTPLUG=y
  186. CONFIG_PRINTK=y
  187. CONFIG_BUG=y
  188. CONFIG_ELF_CORE=y
  189. CONFIG_BASE_FULL=y
  190. CONFIG_FUTEX=y
  191. # CONFIG_EPOLL is not set
  192. CONFIG_SHMEM=y
  193. CONFIG_SLAB=y
  194. CONFIG_VM_EVENT_COUNTERS=y
  195. CONFIG_RT_MUTEXES=y
  196. # CONFIG_TINY_SHMEM is not set
  197. CONFIG_BASE_SMALL=0
  198. # CONFIG_SLOB is not set
  199. #
  200. # Loadable module support
  201. #
  202. CONFIG_MODULES=y
  203. CONFIG_MODULE_UNLOAD=y
  204. # CONFIG_MODULE_FORCE_UNLOAD is not set
  205. CONFIG_MODVERSIONS=y
  206. CONFIG_MODULE_SRCVERSION_ALL=y
  207. # CONFIG_KMOD is not set
  208. #
  209. # Block layer
  210. #
  211. CONFIG_BLOCK=y
  212. # CONFIG_LBD is not set
  213. # CONFIG_BLK_DEV_IO_TRACE is not set
  214. # CONFIG_LSF is not set
  215. #
  216. # IO Schedulers
  217. #
  218. CONFIG_IOSCHED_NOOP=y
  219. CONFIG_IOSCHED_AS=y
  220. CONFIG_IOSCHED_DEADLINE=y
  221. CONFIG_IOSCHED_CFQ=y
  222. CONFIG_DEFAULT_AS=y
  223. # CONFIG_DEFAULT_DEADLINE is not set
  224. # CONFIG_DEFAULT_CFQ is not set
  225. # CONFIG_DEFAULT_NOOP is not set
  226. CONFIG_DEFAULT_IOSCHED="anticipatory"
  227. #
  228. # Bus options (PCI, PCMCIA, EISA, ISA, TC)
  229. #
  230. CONFIG_HW_HAS_PCI=y
  231. CONFIG_PCI=y
  232. CONFIG_MMU=y
  233. #
  234. # PCCARD (PCMCIA/CardBus) support
  235. #
  236. # CONFIG_PCCARD is not set
  237. #
  238. # PCI Hotplug Support
  239. #
  240. CONFIG_HOTPLUG_PCI=y
  241. # CONFIG_HOTPLUG_PCI_FAKE is not set
  242. # CONFIG_HOTPLUG_PCI_CPCI is not set
  243. # CONFIG_HOTPLUG_PCI_SHPC is not set
  244. #
  245. # Executable file formats
  246. #
  247. CONFIG_BINFMT_ELF=y
  248. CONFIG_BINFMT_MISC=y
  249. CONFIG_TRAD_SIGNALS=y
  250. #
  251. # Power management options
  252. #
  253. CONFIG_PM=y
  254. # CONFIG_PM_LEGACY is not set
  255. # CONFIG_PM_DEBUG is not set
  256. # CONFIG_PM_SYSFS_DEPRECATED is not set
  257. #
  258. # Networking
  259. #
  260. CONFIG_NET=y
  261. #
  262. # Networking options
  263. #
  264. # CONFIG_NETDEBUG is not set
  265. CONFIG_PACKET=y
  266. CONFIG_PACKET_MMAP=y
  267. CONFIG_UNIX=y
  268. CONFIG_XFRM=y
  269. # CONFIG_XFRM_USER is not set
  270. # CONFIG_XFRM_SUB_POLICY is not set
  271. CONFIG_XFRM_MIGRATE=y
  272. # CONFIG_NET_KEY is not set
  273. CONFIG_INET=y
  274. CONFIG_IP_MULTICAST=y
  275. # CONFIG_IP_ADVANCED_ROUTER is not set
  276. CONFIG_IP_FIB_HASH=y
  277. CONFIG_IP_PNP=y
  278. CONFIG_IP_PNP_DHCP=y
  279. CONFIG_IP_PNP_BOOTP=y
  280. CONFIG_IP_PNP_RARP=y
  281. # CONFIG_NET_IPIP is not set
  282. # CONFIG_NET_IPGRE is not set
  283. CONFIG_IP_MROUTE=y
  284. # CONFIG_IP_PIMSM_V1 is not set
  285. # CONFIG_IP_PIMSM_V2 is not set
  286. CONFIG_ARPD=y
  287. # CONFIG_SYN_COOKIES is not set
  288. # CONFIG_INET_AH is not set
  289. # CONFIG_INET_ESP is not set
  290. # CONFIG_INET_IPCOMP is not set
  291. # CONFIG_INET_XFRM_TUNNEL is not set
  292. # CONFIG_INET_TUNNEL is not set
  293. CONFIG_INET_XFRM_MODE_TRANSPORT=m
  294. CONFIG_INET_XFRM_MODE_TUNNEL=m
  295. CONFIG_INET_XFRM_MODE_BEET=m
  296. CONFIG_INET_DIAG=y
  297. CONFIG_INET_TCP_DIAG=y
  298. # CONFIG_TCP_CONG_ADVANCED is not set
  299. CONFIG_TCP_CONG_CUBIC=y
  300. CONFIG_DEFAULT_TCP_CONG="cubic"
  301. CONFIG_TCP_MD5SIG=y
  302. # CONFIG_IPV6 is not set
  303. # CONFIG_INET6_XFRM_TUNNEL is not set
  304. # CONFIG_INET6_TUNNEL is not set
  305. CONFIG_NETWORK_SECMARK=y
  306. # CONFIG_NETFILTER is not set
  307. #
  308. # DCCP Configuration (EXPERIMENTAL)
  309. #
  310. # CONFIG_IP_DCCP is not set
  311. #
  312. # SCTP Configuration (EXPERIMENTAL)
  313. #
  314. # CONFIG_IP_SCTP is not set
  315. #
  316. # TIPC Configuration (EXPERIMENTAL)
  317. #
  318. # CONFIG_TIPC is not set
  319. # CONFIG_ATM is not set
  320. # CONFIG_BRIDGE is not set
  321. # CONFIG_VLAN_8021Q is not set
  322. # CONFIG_DECNET is not set
  323. # CONFIG_LLC2 is not set
  324. # CONFIG_IPX is not set
  325. # CONFIG_ATALK is not set
  326. # CONFIG_X25 is not set
  327. # CONFIG_LAPB is not set
  328. # CONFIG_ECONET is not set
  329. # CONFIG_WAN_ROUTER is not set
  330. #
  331. # QoS and/or fair queueing
  332. #
  333. # CONFIG_NET_SCHED is not set
  334. #
  335. # Network testing
  336. #
  337. # CONFIG_NET_PKTGEN is not set
  338. # CONFIG_HAMRADIO is not set
  339. # CONFIG_IRDA is not set
  340. # CONFIG_BT is not set
  341. # CONFIG_IEEE80211 is not set
  342. #
  343. # Device Drivers
  344. #
  345. #
  346. # Generic Driver Options
  347. #
  348. CONFIG_STANDALONE=y
  349. CONFIG_PREVENT_FIRMWARE_BUILD=y
  350. # CONFIG_FW_LOADER is not set
  351. # CONFIG_SYS_HYPERVISOR is not set
  352. #
  353. # Connector - unified userspace <-> kernelspace linker
  354. #
  355. # CONFIG_CONNECTOR is not set
  356. #
  357. # Memory Technology Devices (MTD)
  358. #
  359. # CONFIG_MTD is not set
  360. #
  361. # Parallel port support
  362. #
  363. # CONFIG_PARPORT is not set
  364. #
  365. # Plug and Play support
  366. #
  367. # CONFIG_PNPACPI is not set
  368. #
  369. # Block devices
  370. #
  371. # CONFIG_BLK_CPQ_DA is not set
  372. # CONFIG_BLK_CPQ_CISS_DA is not set
  373. # CONFIG_BLK_DEV_DAC960 is not set
  374. # CONFIG_BLK_DEV_UMEM is not set
  375. # CONFIG_BLK_DEV_COW_COMMON is not set
  376. # CONFIG_BLK_DEV_LOOP is not set
  377. # CONFIG_BLK_DEV_NBD is not set
  378. # CONFIG_BLK_DEV_SX8 is not set
  379. CONFIG_BLK_DEV_RAM=y
  380. CONFIG_BLK_DEV_RAM_COUNT=16
  381. CONFIG_BLK_DEV_RAM_SIZE=4096
  382. CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
  383. CONFIG_BLK_DEV_INITRD=y
  384. # CONFIG_CDROM_PKTCDVD is not set
  385. # CONFIG_ATA_OVER_ETH is not set
  386. #
  387. # Misc devices
  388. #
  389. CONFIG_SGI_IOC4=m
  390. # CONFIG_TIFM_CORE is not set
  391. #
  392. # ATA/ATAPI/MFM/RLL support
  393. #
  394. # CONFIG_IDE is not set
  395. #
  396. # SCSI device support
  397. #
  398. # CONFIG_RAID_ATTRS is not set
  399. # CONFIG_SCSI is not set
  400. # CONFIG_SCSI_NETLINK is not set
  401. #
  402. # Serial ATA (prod) and Parallel ATA (experimental) drivers
  403. #
  404. # CONFIG_ATA is not set
  405. #
  406. # Multi-device support (RAID and LVM)
  407. #
  408. # CONFIG_MD is not set
  409. #
  410. # Fusion MPT device support
  411. #
  412. # CONFIG_FUSION is not set
  413. #
  414. # IEEE 1394 (FireWire) support
  415. #
  416. # CONFIG_IEEE1394 is not set
  417. #
  418. # I2O device support
  419. #
  420. # CONFIG_I2O is not set
  421. #
  422. # Network device support
  423. #
  424. CONFIG_NETDEVICES=y
  425. # CONFIG_DUMMY is not set
  426. # CONFIG_BONDING is not set
  427. # CONFIG_EQUALIZER is not set
  428. # CONFIG_TUN is not set
  429. #
  430. # ARCnet devices
  431. #
  432. # CONFIG_ARCNET is not set
  433. #
  434. # PHY device support
  435. #
  436. CONFIG_PHYLIB=y
  437. #
  438. # MII PHY device drivers
  439. #
  440. # CONFIG_MARVELL_PHY is not set
  441. # CONFIG_DAVICOM_PHY is not set
  442. # CONFIG_QSEMI_PHY is not set
  443. # CONFIG_LXT_PHY is not set
  444. # CONFIG_CICADA_PHY is not set
  445. CONFIG_VITESSE_PHY=m
  446. CONFIG_SMSC_PHY=m
  447. # CONFIG_BROADCOM_PHY is not set
  448. # CONFIG_FIXED_PHY is not set
  449. #
  450. # Ethernet (10 or 100Mbit)
  451. #
  452. CONFIG_NET_ETHERNET=y
  453. CONFIG_MII=y
  454. # CONFIG_HAPPYMEAL is not set
  455. # CONFIG_SUNGEM is not set
  456. # CONFIG_CASSINI is not set
  457. # CONFIG_NET_VENDOR_3COM is not set
  458. # CONFIG_DM9000 is not set
  459. #
  460. # Tulip family network device support
  461. #
  462. # CONFIG_NET_TULIP is not set
  463. # CONFIG_HP100 is not set
  464. CONFIG_NET_PCI=y
  465. # CONFIG_PCNET32 is not set
  466. # CONFIG_AMD8111_ETH is not set
  467. # CONFIG_ADAPTEC_STARFIRE is not set
  468. # CONFIG_B44 is not set
  469. # CONFIG_FORCEDETH is not set
  470. # CONFIG_DGRS is not set
  471. # CONFIG_EEPRO100 is not set
  472. CONFIG_E100=y
  473. # CONFIG_FEALNX is not set
  474. # CONFIG_NATSEMI is not set
  475. # CONFIG_NE2K_PCI is not set
  476. # CONFIG_8139CP is not set
  477. # CONFIG_8139TOO is not set
  478. # CONFIG_SIS900 is not set
  479. # CONFIG_EPIC100 is not set
  480. # CONFIG_SUNDANCE is not set
  481. # CONFIG_TLAN is not set
  482. # CONFIG_VIA_RHINE is not set
  483. # CONFIG_SC92031 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_NS83820 is not set
  491. # CONFIG_HAMACHI is not set
  492. # CONFIG_YELLOWFIN is not set
  493. # CONFIG_R8169 is not set
  494. # CONFIG_SIS190 is not set
  495. # CONFIG_SKGE is not set
  496. # CONFIG_SKY2 is not set
  497. # CONFIG_SK98LIN is not set
  498. # CONFIG_VIA_VELOCITY is not set
  499. # CONFIG_TIGON3 is not set
  500. # CONFIG_BNX2 is not set
  501. CONFIG_QLA3XXX=m
  502. # CONFIG_ATL1 is not set
  503. #
  504. # Ethernet (10000 Mbit)
  505. #
  506. # CONFIG_CHELSIO_T1 is not set
  507. CONFIG_CHELSIO_T3=m
  508. # CONFIG_IXGB is not set
  509. # CONFIG_S2IO is not set
  510. # CONFIG_MYRI10GE is not set
  511. CONFIG_NETXEN_NIC=m
  512. #
  513. # Token Ring devices
  514. #
  515. # CONFIG_TR is not set
  516. #
  517. # Wireless LAN (non-hamradio)
  518. #
  519. # CONFIG_NET_RADIO is not set
  520. #
  521. # Wan interfaces
  522. #
  523. # CONFIG_WAN is not set
  524. # CONFIG_FDDI is not set
  525. # CONFIG_HIPPI is not set
  526. # CONFIG_PPP is not set
  527. # CONFIG_SLIP is not set
  528. # CONFIG_SHAPER is not set
  529. # CONFIG_NETCONSOLE is not set
  530. # CONFIG_NETPOLL is not set
  531. # CONFIG_NET_POLL_CONTROLLER is not set
  532. #
  533. # ISDN subsystem
  534. #
  535. # CONFIG_ISDN is not set
  536. #
  537. # Telephony Support
  538. #
  539. # CONFIG_PHONE is not set
  540. #
  541. # Input device support
  542. #
  543. # CONFIG_INPUT is not set
  544. #
  545. # Hardware I/O ports
  546. #
  547. # CONFIG_SERIO is not set
  548. # CONFIG_GAMEPORT is not set
  549. #
  550. # Character devices
  551. #
  552. # CONFIG_VT is not set
  553. # CONFIG_SERIAL_NONSTANDARD is not set
  554. #
  555. # Serial drivers
  556. #
  557. CONFIG_SERIAL_8250=y
  558. CONFIG_SERIAL_8250_CONSOLE=y
  559. CONFIG_SERIAL_8250_PCI=y
  560. CONFIG_SERIAL_8250_NR_UARTS=1
  561. CONFIG_SERIAL_8250_RUNTIME_UARTS=1
  562. # CONFIG_SERIAL_8250_EXTENDED is not set
  563. #
  564. # Non-8250 serial port support
  565. #
  566. CONFIG_SERIAL_CORE=y
  567. CONFIG_SERIAL_CORE_CONSOLE=y
  568. # CONFIG_SERIAL_JSM is not set
  569. CONFIG_UNIX98_PTYS=y
  570. CONFIG_LEGACY_PTYS=y
  571. CONFIG_LEGACY_PTY_COUNT=256
  572. #
  573. # IPMI
  574. #
  575. # CONFIG_IPMI_HANDLER is not set
  576. #
  577. # Watchdog Cards
  578. #
  579. # CONFIG_WATCHDOG is not set
  580. # CONFIG_HW_RANDOM is not set
  581. CONFIG_RTC=y
  582. # CONFIG_DTLK is not set
  583. # CONFIG_R3964 is not set
  584. # CONFIG_APPLICOM is not set
  585. # CONFIG_DRM is not set
  586. # CONFIG_RAW_DRIVER is not set
  587. #
  588. # TPM devices
  589. #
  590. # CONFIG_TCG_TPM is not set
  591. #
  592. # I2C support
  593. #
  594. # CONFIG_I2C is not set
  595. #
  596. # SPI support
  597. #
  598. # CONFIG_SPI is not set
  599. # CONFIG_SPI_MASTER is not set
  600. #
  601. # Dallas's 1-wire bus
  602. #
  603. # CONFIG_W1 is not set
  604. #
  605. # Hardware Monitoring support
  606. #
  607. CONFIG_HWMON=y
  608. # CONFIG_HWMON_VID is not set
  609. # CONFIG_SENSORS_ABITUGURU is not set
  610. # CONFIG_SENSORS_F71805F is not set
  611. # CONFIG_SENSORS_PC87427 is not set
  612. # CONFIG_SENSORS_VT1211 is not set
  613. # CONFIG_HWMON_DEBUG_CHIP is not set
  614. #
  615. # Multimedia devices
  616. #
  617. # CONFIG_VIDEO_DEV is not set
  618. #
  619. # Digital Video Broadcasting Devices
  620. #
  621. # CONFIG_DVB is not set
  622. #
  623. # Graphics support
  624. #
  625. # CONFIG_FIRMWARE_EDID is not set
  626. # CONFIG_FB is not set
  627. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  628. #
  629. # Sound
  630. #
  631. # CONFIG_SOUND is not set
  632. #
  633. # USB support
  634. #
  635. CONFIG_USB_ARCH_HAS_HCD=y
  636. CONFIG_USB_ARCH_HAS_OHCI=y
  637. CONFIG_USB_ARCH_HAS_EHCI=y
  638. # CONFIG_USB is not set
  639. #
  640. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  641. #
  642. #
  643. # USB Gadget Support
  644. #
  645. # CONFIG_USB_GADGET is not set
  646. #
  647. # MMC/SD Card support
  648. #
  649. # CONFIG_MMC is not set
  650. #
  651. # LED devices
  652. #
  653. # CONFIG_NEW_LEDS is not set
  654. #
  655. # LED drivers
  656. #
  657. #
  658. # LED Triggers
  659. #
  660. #
  661. # InfiniBand support
  662. #
  663. # CONFIG_INFINIBAND is not set
  664. #
  665. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  666. #
  667. #
  668. # Real Time Clock
  669. #
  670. # CONFIG_RTC_CLASS is not set
  671. #
  672. # DMA Engine support
  673. #
  674. # CONFIG_DMA_ENGINE is not set
  675. #
  676. # DMA Clients
  677. #
  678. #
  679. # DMA Devices
  680. #
  681. #
  682. # Auxiliary Display support
  683. #
  684. #
  685. # Virtualization
  686. #
  687. #
  688. # File systems
  689. #
  690. # CONFIG_EXT2_FS is not set
  691. # CONFIG_EXT3_FS is not set
  692. # CONFIG_EXT4DEV_FS is not set
  693. # CONFIG_REISERFS_FS is not set
  694. # CONFIG_JFS_FS is not set
  695. CONFIG_FS_POSIX_ACL=y
  696. # CONFIG_XFS_FS is not set
  697. # CONFIG_GFS2_FS is not set
  698. # CONFIG_OCFS2_FS is not set
  699. # CONFIG_MINIX_FS is not set
  700. # CONFIG_ROMFS_FS is not set
  701. CONFIG_INOTIFY=y
  702. CONFIG_INOTIFY_USER=y
  703. # CONFIG_QUOTA is not set
  704. CONFIG_DNOTIFY=y
  705. # CONFIG_AUTOFS_FS is not set
  706. # CONFIG_AUTOFS4_FS is not set
  707. # CONFIG_FUSE_FS is not set
  708. CONFIG_GENERIC_ACL=y
  709. #
  710. # CD-ROM/DVD Filesystems
  711. #
  712. # CONFIG_ISO9660_FS is not set
  713. # CONFIG_UDF_FS is not set
  714. #
  715. # DOS/FAT/NT Filesystems
  716. #
  717. # CONFIG_MSDOS_FS is not set
  718. # CONFIG_VFAT_FS is not set
  719. # CONFIG_NTFS_FS is not set
  720. #
  721. # Pseudo filesystems
  722. #
  723. CONFIG_PROC_FS=y
  724. CONFIG_PROC_KCORE=y
  725. CONFIG_PROC_SYSCTL=y
  726. CONFIG_SYSFS=y
  727. CONFIG_TMPFS=y
  728. CONFIG_TMPFS_POSIX_ACL=y
  729. # CONFIG_HUGETLB_PAGE is not set
  730. CONFIG_RAMFS=y
  731. CONFIG_CONFIGFS_FS=m
  732. #
  733. # Miscellaneous filesystems
  734. #
  735. # CONFIG_ADFS_FS is not set
  736. # CONFIG_AFFS_FS is not set
  737. # CONFIG_HFS_FS is not set
  738. # CONFIG_HFSPLUS_FS is not set
  739. # CONFIG_BEFS_FS is not set
  740. # CONFIG_BFS_FS is not set
  741. # CONFIG_EFS_FS is not set
  742. # CONFIG_CRAMFS is not set
  743. # CONFIG_VXFS_FS is not set
  744. # CONFIG_HPFS_FS is not set
  745. # CONFIG_QNX4FS_FS is not set
  746. # CONFIG_SYSV_FS is not set
  747. # CONFIG_UFS_FS is not set
  748. #
  749. # Network File Systems
  750. #
  751. CONFIG_NFS_FS=y
  752. CONFIG_NFS_V3=y
  753. # CONFIG_NFS_V3_ACL is not set
  754. # CONFIG_NFS_V4 is not set
  755. # CONFIG_NFS_DIRECTIO is not set
  756. # CONFIG_NFSD is not set
  757. CONFIG_ROOT_NFS=y
  758. CONFIG_LOCKD=y
  759. CONFIG_LOCKD_V4=y
  760. CONFIG_NFS_COMMON=y
  761. CONFIG_SUNRPC=y
  762. # CONFIG_RPCSEC_GSS_KRB5 is not set
  763. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  764. # CONFIG_SMB_FS is not set
  765. # CONFIG_CIFS is not set
  766. # CONFIG_NCP_FS is not set
  767. # CONFIG_CODA_FS is not set
  768. # CONFIG_AFS_FS is not set
  769. # CONFIG_9P_FS is not set
  770. #
  771. # Partition Types
  772. #
  773. # CONFIG_PARTITION_ADVANCED is not set
  774. CONFIG_MSDOS_PARTITION=y
  775. #
  776. # Native Language Support
  777. #
  778. # CONFIG_NLS is not set
  779. #
  780. # Distributed Lock Manager
  781. #
  782. CONFIG_DLM=m
  783. CONFIG_DLM_TCP=y
  784. # CONFIG_DLM_SCTP is not set
  785. # CONFIG_DLM_DEBUG is not set
  786. #
  787. # Profiling support
  788. #
  789. # CONFIG_PROFILING is not set
  790. #
  791. # Kernel hacking
  792. #
  793. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  794. # CONFIG_PRINTK_TIME is not set
  795. CONFIG_ENABLE_MUST_CHECK=y
  796. # CONFIG_MAGIC_SYSRQ is not set
  797. # CONFIG_UNUSED_SYMBOLS is not set
  798. # CONFIG_DEBUG_FS is not set
  799. # CONFIG_HEADERS_CHECK is not set
  800. # CONFIG_DEBUG_KERNEL is not set
  801. CONFIG_LOG_BUF_SHIFT=14
  802. CONFIG_CROSSCOMPILE=y
  803. CONFIG_CMDLINE="console=ttyS0,115200n8"
  804. #
  805. # Security options
  806. #
  807. # CONFIG_KEYS is not set
  808. # CONFIG_SECURITY is not set
  809. #
  810. # Cryptographic options
  811. #
  812. CONFIG_CRYPTO=y
  813. CONFIG_CRYPTO_ALGAPI=y
  814. CONFIG_CRYPTO_BLKCIPHER=m
  815. CONFIG_CRYPTO_HASH=m
  816. CONFIG_CRYPTO_MANAGER=m
  817. CONFIG_CRYPTO_HMAC=m
  818. CONFIG_CRYPTO_XCBC=m
  819. CONFIG_CRYPTO_NULL=m
  820. CONFIG_CRYPTO_MD4=m
  821. CONFIG_CRYPTO_MD5=y
  822. CONFIG_CRYPTO_SHA1=m
  823. CONFIG_CRYPTO_SHA256=m
  824. CONFIG_CRYPTO_SHA512=m
  825. CONFIG_CRYPTO_WP512=m
  826. CONFIG_CRYPTO_TGR192=m
  827. CONFIG_CRYPTO_GF128MUL=m
  828. CONFIG_CRYPTO_ECB=m
  829. CONFIG_CRYPTO_CBC=m
  830. CONFIG_CRYPTO_PCBC=m
  831. CONFIG_CRYPTO_LRW=m
  832. CONFIG_CRYPTO_DES=m
  833. CONFIG_CRYPTO_FCRYPT=m
  834. CONFIG_CRYPTO_BLOWFISH=m
  835. CONFIG_CRYPTO_TWOFISH=m
  836. CONFIG_CRYPTO_TWOFISH_COMMON=m
  837. CONFIG_CRYPTO_SERPENT=m
  838. CONFIG_CRYPTO_AES=m
  839. CONFIG_CRYPTO_CAST5=m
  840. CONFIG_CRYPTO_CAST6=m
  841. CONFIG_CRYPTO_TEA=m
  842. CONFIG_CRYPTO_ARC4=m
  843. CONFIG_CRYPTO_KHAZAD=m
  844. CONFIG_CRYPTO_ANUBIS=m
  845. CONFIG_CRYPTO_DEFLATE=m
  846. CONFIG_CRYPTO_MICHAEL_MIC=m
  847. CONFIG_CRYPTO_CRC32C=m
  848. CONFIG_CRYPTO_CAMELLIA=m
  849. # CONFIG_CRYPTO_TEST is not set
  850. #
  851. # Hardware crypto devices
  852. #
  853. #
  854. # Library routines
  855. #
  856. CONFIG_BITREVERSE=y
  857. CONFIG_CRC_CCITT=y
  858. CONFIG_CRC16=y
  859. CONFIG_CRC32=y
  860. CONFIG_LIBCRC32C=y
  861. CONFIG_ZLIB_INFLATE=m
  862. CONFIG_ZLIB_DEFLATE=m
  863. CONFIG_PLIST=y
  864. CONFIG_HAS_IOMEM=y
  865. CONFIG_HAS_IOPORT=y