decstation_defconfig 18 KB

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