decstation_defconfig 18 KB

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