config.release 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. #
  2. # Automatically generated make config: don't edit
  3. #
  4. CONFIG_USERMODE=y
  5. # CONFIG_ISA is not set
  6. # CONFIG_SBUS is not set
  7. # CONFIG_PCI is not set
  8. CONFIG_UID16=y
  9. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  10. #
  11. # Code maturity level options
  12. #
  13. CONFIG_EXPERIMENTAL=y
  14. #
  15. # General Setup
  16. #
  17. CONFIG_STDIO_CONSOLE=y
  18. CONFIG_NET=y
  19. CONFIG_SYSVIPC=y
  20. CONFIG_BSD_PROCESS_ACCT=y
  21. CONFIG_SYSCTL=y
  22. CONFIG_BINFMT_AOUT=y
  23. CONFIG_BINFMT_ELF=y
  24. CONFIG_BINFMT_MISC=y
  25. CONFIG_UNIX98_PTYS=y
  26. CONFIG_UNIX98_PTY_COUNT=256
  27. CONFIG_SSL=y
  28. CONFIG_HOSTFS=y
  29. CONFIG_MCONSOLE=y
  30. CONFIG_MAGIC_SYSRQ=y
  31. # CONFIG_HOST_2G_2G is not set
  32. # CONFIG_UML_SMP is not set
  33. # CONFIG_SMP is not set
  34. CONFIG_CON_ZERO_CHAN="fd:0,fd:1"
  35. CONFIG_CON_CHAN="xterm"
  36. CONFIG_SSL_CHAN="pty"
  37. CONFIG_NEST_LEVEL=0
  38. CONFIG_KERNEL_HALF_GIGS=1
  39. #
  40. # Loadable module support
  41. #
  42. CONFIG_MODULES=y
  43. CONFIG_KMOD=y
  44. #
  45. # Devices
  46. #
  47. CONFIG_BLK_DEV_UBD=y
  48. # CONFIG_BLK_DEV_UBD_SYNC is not set
  49. CONFIG_BLK_DEV_LOOP=y
  50. CONFIG_BLK_DEV_NBD=y
  51. CONFIG_BLK_DEV_RAM=y
  52. CONFIG_BLK_DEV_RAM_SIZE=4096
  53. CONFIG_BLK_DEV_INITRD=y
  54. # CONFIG_MMAPPER is not set
  55. CONFIG_UML_SOUND=y
  56. CONFIG_SOUND=y
  57. CONFIG_HOSTAUDIO=y
  58. # CONFIG_UML_WATCHDOG is not set
  59. # CONFIG_TTY_LOG is not set
  60. CONFIG_FD_CHAN=y
  61. # CONFIG_NULL_CHAN is not set
  62. CONFIG_PORT_CHAN=y
  63. CONFIG_PTY_CHAN=y
  64. CONFIG_TTY_CHAN=y
  65. CONFIG_XTERM_CHAN=y
  66. #
  67. # Networking options
  68. #
  69. CONFIG_PACKET=y
  70. CONFIG_PACKET_MMAP=y
  71. # CONFIG_NETLINK_DEV is not set
  72. # CONFIG_NETFILTER is not set
  73. # CONFIG_FILTER is not set
  74. CONFIG_UNIX=y
  75. CONFIG_INET=y
  76. # CONFIG_IP_MULTICAST is not set
  77. # CONFIG_IP_ADVANCED_ROUTER is not set
  78. # CONFIG_IP_PNP is not set
  79. # CONFIG_NET_IPIP is not set
  80. # CONFIG_NET_IPGRE is not set
  81. # CONFIG_ARPD is not set
  82. # CONFIG_INET_ECN is not set
  83. # CONFIG_SYN_COOKIES is not set
  84. # CONFIG_IPV6 is not set
  85. # CONFIG_KHTTPD is not set
  86. # CONFIG_ATM is not set
  87. # CONFIG_VLAN_8021Q is not set
  88. #
  89. #
  90. #
  91. # CONFIG_IPX is not set
  92. # CONFIG_ATALK is not set
  93. # CONFIG_DECNET is not set
  94. # CONFIG_BRIDGE is not set
  95. # CONFIG_X25 is not set
  96. # CONFIG_LAPB is not set
  97. # CONFIG_LLC is not set
  98. # CONFIG_NET_DIVERT is not set
  99. # CONFIG_ECONET is not set
  100. # CONFIG_WAN_ROUTER is not set
  101. # CONFIG_NET_HW_FLOWCONTROL is not set
  102. #
  103. # QoS and/or fair queueing
  104. #
  105. # CONFIG_NET_SCHED is not set
  106. #
  107. # Network device support
  108. #
  109. CONFIG_UML_NET=y
  110. CONFIG_UML_NET_ETHERTAP=y
  111. CONFIG_UML_NET_TUNTAP=y
  112. CONFIG_UML_NET_SLIP=y
  113. CONFIG_UML_NET_DAEMON=y
  114. CONFIG_UML_NET_MCAST=y
  115. CONFIG_NETDEVICES=y
  116. #
  117. # ARCnet devices
  118. #
  119. # CONFIG_ARCNET is not set
  120. CONFIG_DUMMY=y
  121. CONFIG_BONDING=m
  122. CONFIG_EQUALIZER=m
  123. CONFIG_TUN=y
  124. # CONFIG_ETHERTAP is not set
  125. #
  126. # Ethernet (10 or 100Mbit)
  127. #
  128. # CONFIG_NET_ETHERNET is not set
  129. #
  130. # Ethernet (1000 Mbit)
  131. #
  132. # CONFIG_ACENIC is not set
  133. # CONFIG_DL2K is not set
  134. # CONFIG_MYRI_SBUS is not set
  135. # CONFIG_NS83820 is not set
  136. # CONFIG_HAMACHI is not set
  137. # CONFIG_YELLOWFIN is not set
  138. # CONFIG_SK98LIN is not set
  139. # CONFIG_FDDI is not set
  140. # CONFIG_HIPPI is not set
  141. CONFIG_PLIP=m
  142. CONFIG_PPP=m
  143. CONFIG_PPP_MULTILINK=y
  144. # CONFIG_PPP_FILTER is not set
  145. # CONFIG_PPP_ASYNC is not set
  146. CONFIG_PPP_SYNC_TTY=m
  147. CONFIG_PPP_DEFLATE=m
  148. CONFIG_PPP_BSDCOMP=m
  149. CONFIG_PPPOE=m
  150. CONFIG_SLIP=m
  151. CONFIG_SLIP_COMPRESSED=y
  152. CONFIG_SLIP_SMART=y
  153. # CONFIG_SLIP_MODE_SLIP6 is not set
  154. #
  155. # Wireless LAN (non-hamradio)
  156. #
  157. # CONFIG_NET_RADIO is not set
  158. #
  159. # Token Ring devices
  160. #
  161. # CONFIG_TR is not set
  162. # CONFIG_NET_FC is not set
  163. # CONFIG_RCPCI is not set
  164. CONFIG_SHAPER=m
  165. #
  166. # Wan interfaces
  167. #
  168. # CONFIG_WAN is not set
  169. #
  170. # File systems
  171. #
  172. CONFIG_QUOTA=y
  173. CONFIG_AUTOFS_FS=m
  174. CONFIG_AUTOFS4_FS=m
  175. CONFIG_REISERFS_FS=m
  176. # CONFIG_REISERFS_CHECK is not set
  177. # CONFIG_REISERFS_PROC_INFO is not set
  178. CONFIG_ADFS_FS=m
  179. # CONFIG_ADFS_FS_RW is not set
  180. CONFIG_AFFS_FS=m
  181. CONFIG_HFS_FS=m
  182. CONFIG_BFS_FS=m
  183. CONFIG_EXT3_FS=y
  184. CONFIG_JBD=y
  185. # CONFIG_JBD_DEBUG is not set
  186. CONFIG_FAT_FS=y
  187. CONFIG_MSDOS_FS=y
  188. CONFIG_UMSDOS_FS=y
  189. CONFIG_VFAT_FS=y
  190. CONFIG_EFS_FS=m
  191. # CONFIG_JFFS_FS is not set
  192. # CONFIG_JFFS2_FS is not set
  193. CONFIG_CRAMFS=m
  194. CONFIG_TMPFS=y
  195. CONFIG_RAMFS=m
  196. CONFIG_ISO9660_FS=y
  197. # CONFIG_JOLIET is not set
  198. # CONFIG_ZISOFS is not set
  199. CONFIG_MINIX_FS=m
  200. CONFIG_VXFS_FS=m
  201. # CONFIG_NTFS_FS is not set
  202. # CONFIG_NTFS_RW is not set
  203. CONFIG_HPFS_FS=m
  204. CONFIG_PROC_FS=y
  205. CONFIG_DEVFS_FS=y
  206. CONFIG_DEVFS_MOUNT=y
  207. # CONFIG_DEVFS_DEBUG is not set
  208. CONFIG_DEVPTS_FS=y
  209. CONFIG_QNX4FS_FS=m
  210. # CONFIG_QNX4FS_RW is not set
  211. CONFIG_ROMFS_FS=m
  212. CONFIG_EXT2_FS=y
  213. CONFIG_SYSV_FS=m
  214. CONFIG_UDF_FS=m
  215. CONFIG_UFS_FS=m
  216. # CONFIG_UFS_FS_WRITE is not set
  217. #
  218. # Network File Systems
  219. #
  220. # CONFIG_CODA_FS is not set
  221. # CONFIG_INTERMEZZO_FS is not set
  222. CONFIG_NFS_FS=y
  223. CONFIG_NFS_V3=y
  224. # CONFIG_ROOT_NFS is not set
  225. CONFIG_NFSD=y
  226. CONFIG_NFSD_V3=y
  227. CONFIG_SUNRPC=y
  228. CONFIG_LOCKD=y
  229. CONFIG_LOCKD_V4=y
  230. # CONFIG_SMB_FS is not set
  231. # CONFIG_NCP_FS is not set
  232. # CONFIG_NCPFS_PACKET_SIGNING is not set
  233. # CONFIG_NCPFS_IOCTL_LOCKING is not set
  234. # CONFIG_NCPFS_STRONG is not set
  235. # CONFIG_NCPFS_NFS_NS is not set
  236. # CONFIG_NCPFS_OS2_NS is not set
  237. # CONFIG_NCPFS_SMALLDOS is not set
  238. # CONFIG_NCPFS_NLS is not set
  239. # CONFIG_NCPFS_EXTRAS is not set
  240. # CONFIG_ZISOFS_FS is not set
  241. CONFIG_ZLIB_FS_INFLATE=m
  242. #
  243. # Partition Types
  244. #
  245. # CONFIG_PARTITION_ADVANCED is not set
  246. CONFIG_MSDOS_PARTITION=y
  247. # CONFIG_SMB_NLS is not set
  248. CONFIG_NLS=y
  249. #
  250. # Native Language Support
  251. #
  252. CONFIG_NLS_DEFAULT="iso8859-1"
  253. # CONFIG_NLS_CODEPAGE_437 is not set
  254. # CONFIG_NLS_CODEPAGE_737 is not set
  255. # CONFIG_NLS_CODEPAGE_775 is not set
  256. # CONFIG_NLS_CODEPAGE_850 is not set
  257. # CONFIG_NLS_CODEPAGE_852 is not set
  258. # CONFIG_NLS_CODEPAGE_855 is not set
  259. # CONFIG_NLS_CODEPAGE_857 is not set
  260. # CONFIG_NLS_CODEPAGE_860 is not set
  261. # CONFIG_NLS_CODEPAGE_861 is not set
  262. # CONFIG_NLS_CODEPAGE_862 is not set
  263. # CONFIG_NLS_CODEPAGE_863 is not set
  264. # CONFIG_NLS_CODEPAGE_864 is not set
  265. # CONFIG_NLS_CODEPAGE_865 is not set
  266. # CONFIG_NLS_CODEPAGE_866 is not set
  267. # CONFIG_NLS_CODEPAGE_869 is not set
  268. # CONFIG_NLS_CODEPAGE_936 is not set
  269. # CONFIG_NLS_CODEPAGE_950 is not set
  270. # CONFIG_NLS_CODEPAGE_932 is not set
  271. # CONFIG_NLS_CODEPAGE_949 is not set
  272. # CONFIG_NLS_CODEPAGE_874 is not set
  273. # CONFIG_NLS_ISO8859_8 is not set
  274. # CONFIG_NLS_CODEPAGE_1250 is not set
  275. # CONFIG_NLS_CODEPAGE_1251 is not set
  276. # CONFIG_NLS_ISO8859_1 is not set
  277. # CONFIG_NLS_ISO8859_2 is not set
  278. # CONFIG_NLS_ISO8859_3 is not set
  279. # CONFIG_NLS_ISO8859_4 is not set
  280. # CONFIG_NLS_ISO8859_5 is not set
  281. # CONFIG_NLS_ISO8859_6 is not set
  282. # CONFIG_NLS_ISO8859_7 is not set
  283. # CONFIG_NLS_ISO8859_9 is not set
  284. # CONFIG_NLS_ISO8859_13 is not set
  285. # CONFIG_NLS_ISO8859_14 is not set
  286. # CONFIG_NLS_ISO8859_15 is not set
  287. # CONFIG_NLS_KOI8_R is not set
  288. # CONFIG_NLS_KOI8_U is not set
  289. # CONFIG_NLS_UTF8 is not set
  290. #
  291. # Multi-device support (RAID and LVM)
  292. #
  293. # CONFIG_MD is not set
  294. # CONFIG_BLK_DEV_MD is not set
  295. # CONFIG_MD_LINEAR is not set
  296. # CONFIG_MD_RAID0 is not set
  297. # CONFIG_MD_RAID1 is not set
  298. # CONFIG_MD_RAID5 is not set
  299. # CONFIG_MD_MULTIPATH is not set
  300. # CONFIG_BLK_DEV_LVM is not set
  301. #
  302. # Memory Technology Devices (MTD)
  303. #
  304. # CONFIG_MTD is not set
  305. #
  306. # Kernel hacking
  307. #
  308. # CONFIG_DEBUG_SLAB is not set
  309. # CONFIG_DEBUG_INFO is not set
  310. # CONFIG_PT_PROXY is not set
  311. # CONFIG_GPROF is not set
  312. # CONFIG_GCOV is not set