mx1ads_defconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.12-rc1-bk2
  4. # Sun Mar 27 02:15:46 2005
  5. #
  6. CONFIG_ARM=y
  7. CONFIG_MMU=y
  8. CONFIG_UID16=y
  9. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  10. CONFIG_GENERIC_CALIBRATE_DELAY=y
  11. CONFIG_GENERIC_IOMAP=y
  12. #
  13. # Code maturity level options
  14. #
  15. CONFIG_EXPERIMENTAL=y
  16. CONFIG_CLEAN_COMPILE=y
  17. CONFIG_BROKEN_ON_SMP=y
  18. CONFIG_LOCK_KERNEL=y
  19. #
  20. # General setup
  21. #
  22. CONFIG_LOCALVERSION=""
  23. CONFIG_SWAP=y
  24. CONFIG_SYSVIPC=y
  25. # CONFIG_POSIX_MQUEUE is not set
  26. # CONFIG_BSD_PROCESS_ACCT is not set
  27. # CONFIG_SYSCTL is not set
  28. # CONFIG_AUDIT is not set
  29. # CONFIG_HOTPLUG is not set
  30. CONFIG_KOBJECT_UEVENT=y
  31. # CONFIG_IKCONFIG is not set
  32. CONFIG_EMBEDDED=y
  33. # CONFIG_KALLSYMS is not set
  34. CONFIG_BASE_FULL=y
  35. CONFIG_FUTEX=y
  36. CONFIG_EPOLL=y
  37. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  38. CONFIG_SHMEM=y
  39. CONFIG_CC_ALIGN_FUNCTIONS=0
  40. CONFIG_CC_ALIGN_LABELS=0
  41. CONFIG_CC_ALIGN_LOOPS=0
  42. CONFIG_CC_ALIGN_JUMPS=0
  43. # CONFIG_TINY_SHMEM is not set
  44. CONFIG_BASE_SMALL=0
  45. #
  46. # Loadable module support
  47. #
  48. CONFIG_MODULES=y
  49. CONFIG_MODULE_UNLOAD=y
  50. # CONFIG_MODULE_FORCE_UNLOAD is not set
  51. CONFIG_OBSOLETE_MODPARM=y
  52. # CONFIG_MODVERSIONS is not set
  53. # CONFIG_MODULE_SRCVERSION_ALL is not set
  54. CONFIG_KMOD=y
  55. #
  56. # System Type
  57. #
  58. # CONFIG_ARCH_CLPS7500 is not set
  59. # CONFIG_ARCH_CLPS711X is not set
  60. # CONFIG_ARCH_CO285 is not set
  61. # CONFIG_ARCH_EBSA110 is not set
  62. # CONFIG_ARCH_FOOTBRIDGE is not set
  63. # CONFIG_ARCH_INTEGRATOR is not set
  64. # CONFIG_ARCH_IOP3XX is not set
  65. # CONFIG_ARCH_IXP4XX is not set
  66. # CONFIG_ARCH_IXP2000 is not set
  67. # CONFIG_ARCH_L7200 is not set
  68. # CONFIG_ARCH_PXA is not set
  69. # CONFIG_ARCH_RPC is not set
  70. # CONFIG_ARCH_SA1100 is not set
  71. # CONFIG_ARCH_S3C2410 is not set
  72. # CONFIG_ARCH_SHARK is not set
  73. # CONFIG_ARCH_LH7A40X is not set
  74. # CONFIG_ARCH_OMAP is not set
  75. # CONFIG_ARCH_VERSATILE is not set
  76. CONFIG_ARCH_IMX=y
  77. # CONFIG_ARCH_H720X is not set
  78. #
  79. # IMX Implementations
  80. #
  81. CONFIG_ARCH_MX1ADS=y
  82. #
  83. # Processor Type
  84. #
  85. CONFIG_CPU_32=y
  86. CONFIG_CPU_ARM920T=y
  87. CONFIG_CPU_32v4=y
  88. CONFIG_CPU_ABRT_EV4T=y
  89. CONFIG_CPU_CACHE_V4WT=y
  90. CONFIG_CPU_CACHE_VIVT=y
  91. CONFIG_CPU_COPY_V4WB=y
  92. CONFIG_CPU_TLB_V4WBI=y
  93. #
  94. # Processor Features
  95. #
  96. # CONFIG_ARM_THUMB is not set
  97. # CONFIG_CPU_ICACHE_DISABLE is not set
  98. # CONFIG_CPU_DCACHE_DISABLE is not set
  99. # CONFIG_CPU_DCACHE_WRITETHROUGH is not set
  100. #
  101. # Bus support
  102. #
  103. CONFIG_ISA=y
  104. #
  105. # PCCARD (PCMCIA/CardBus) support
  106. #
  107. # CONFIG_PCCARD is not set
  108. #
  109. # Kernel Features
  110. #
  111. CONFIG_PREEMPT=y
  112. # CONFIG_LEDS is not set
  113. CONFIG_ALIGNMENT_TRAP=y
  114. #
  115. # Boot options
  116. #
  117. CONFIG_ZBOOT_ROM_TEXT=0x0
  118. CONFIG_ZBOOT_ROM_BSS=0x0
  119. CONFIG_CMDLINE="console=ttySMX0,57600n8 ip=bootp root=/dev/nfs"
  120. # CONFIG_XIP_KERNEL is not set
  121. #
  122. # Floating point emulation
  123. #
  124. #
  125. # At least one emulation must be selected
  126. #
  127. CONFIG_FPE_NWFPE=y
  128. CONFIG_FPE_NWFPE_XP=y
  129. CONFIG_FPE_FASTFPE=y
  130. #
  131. # Userspace binary formats
  132. #
  133. CONFIG_BINFMT_ELF=y
  134. # CONFIG_BINFMT_AOUT is not set
  135. # CONFIG_BINFMT_MISC is not set
  136. # CONFIG_ARTHUR is not set
  137. #
  138. # Power management options
  139. #
  140. # CONFIG_PM is not set
  141. #
  142. # Device Drivers
  143. #
  144. #
  145. # Generic Driver Options
  146. #
  147. CONFIG_STANDALONE=y
  148. CONFIG_PREVENT_FIRMWARE_BUILD=y
  149. # CONFIG_FW_LOADER is not set
  150. # CONFIG_DEBUG_DRIVER is not set
  151. #
  152. # Memory Technology Devices (MTD)
  153. #
  154. CONFIG_MTD=y
  155. # CONFIG_MTD_DEBUG is not set
  156. # CONFIG_MTD_CONCAT is not set
  157. CONFIG_MTD_PARTITIONS=y
  158. # CONFIG_MTD_REDBOOT_PARTS is not set
  159. # CONFIG_MTD_CMDLINE_PARTS is not set
  160. # CONFIG_MTD_AFS_PARTS is not set
  161. #
  162. # User Modules And Translation Layers
  163. #
  164. CONFIG_MTD_CHAR=y
  165. CONFIG_MTD_BLOCK=y
  166. # CONFIG_FTL is not set
  167. # CONFIG_NFTL is not set
  168. # CONFIG_INFTL is not set
  169. #
  170. # RAM/ROM/Flash chip drivers
  171. #
  172. # CONFIG_MTD_CFI is not set
  173. # CONFIG_MTD_JEDECPROBE is not set
  174. CONFIG_MTD_MAP_BANK_WIDTH_1=y
  175. CONFIG_MTD_MAP_BANK_WIDTH_2=y
  176. CONFIG_MTD_MAP_BANK_WIDTH_4=y
  177. # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
  178. # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
  179. # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
  180. CONFIG_MTD_CFI_I1=y
  181. CONFIG_MTD_CFI_I2=y
  182. # CONFIG_MTD_CFI_I4 is not set
  183. # CONFIG_MTD_CFI_I8 is not set
  184. # CONFIG_MTD_RAM is not set
  185. CONFIG_MTD_ROM=y
  186. # CONFIG_MTD_ABSENT is not set
  187. #
  188. # Mapping drivers for chip access
  189. #
  190. # CONFIG_MTD_COMPLEX_MAPPINGS is not set
  191. #
  192. # Self-contained MTD device drivers
  193. #
  194. # CONFIG_MTD_SLRAM is not set
  195. # CONFIG_MTD_PHRAM is not set
  196. # CONFIG_MTD_MTDRAM is not set
  197. # CONFIG_MTD_BLKMTD is not set
  198. # CONFIG_MTD_BLOCK2MTD is not set
  199. #
  200. # Disk-On-Chip Device Drivers
  201. #
  202. # CONFIG_MTD_DOC2000 is not set
  203. # CONFIG_MTD_DOC2001 is not set
  204. # CONFIG_MTD_DOC2001PLUS is not set
  205. #
  206. # NAND Flash Device Drivers
  207. #
  208. # CONFIG_MTD_NAND is not set
  209. #
  210. # Parallel port support
  211. #
  212. # CONFIG_PARPORT is not set
  213. #
  214. # Plug and Play support
  215. #
  216. # CONFIG_PNP is not set
  217. #
  218. # Block devices
  219. #
  220. # CONFIG_BLK_DEV_FD is not set
  221. # CONFIG_BLK_DEV_XD is not set
  222. # CONFIG_BLK_DEV_COW_COMMON is not set
  223. CONFIG_BLK_DEV_LOOP=y
  224. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  225. # CONFIG_BLK_DEV_NBD is not set
  226. # CONFIG_BLK_DEV_RAM is not set
  227. CONFIG_BLK_DEV_RAM_COUNT=16
  228. CONFIG_INITRAMFS_SOURCE=""
  229. # CONFIG_CDROM_PKTCDVD is not set
  230. #
  231. # IO Schedulers
  232. #
  233. CONFIG_IOSCHED_NOOP=y
  234. # CONFIG_IOSCHED_AS is not set
  235. CONFIG_IOSCHED_DEADLINE=y
  236. CONFIG_IOSCHED_CFQ=y
  237. # CONFIG_ATA_OVER_ETH is not set
  238. #
  239. # SCSI device support
  240. #
  241. # CONFIG_SCSI is not set
  242. #
  243. # Multi-device support (RAID and LVM)
  244. #
  245. # CONFIG_MD is not set
  246. #
  247. # Fusion MPT device support
  248. #
  249. #
  250. # IEEE 1394 (FireWire) support
  251. #
  252. #
  253. # I2O device support
  254. #
  255. #
  256. # Networking support
  257. #
  258. CONFIG_NET=y
  259. #
  260. # Networking options
  261. #
  262. CONFIG_PACKET=m
  263. CONFIG_PACKET_MMAP=y
  264. # CONFIG_NETLINK_DEV is not set
  265. CONFIG_UNIX=y
  266. # CONFIG_NET_KEY is not set
  267. CONFIG_INET=y
  268. # CONFIG_IP_MULTICAST is not set
  269. # CONFIG_IP_ADVANCED_ROUTER is not set
  270. CONFIG_IP_PNP=y
  271. CONFIG_IP_PNP_DHCP=y
  272. CONFIG_IP_PNP_BOOTP=y
  273. # CONFIG_IP_PNP_RARP is not set
  274. # CONFIG_NET_IPIP is not set
  275. # CONFIG_NET_IPGRE is not set
  276. # CONFIG_ARPD is not set
  277. # CONFIG_SYN_COOKIES is not set
  278. # CONFIG_INET_AH is not set
  279. # CONFIG_INET_ESP is not set
  280. # CONFIG_INET_IPCOMP is not set
  281. # CONFIG_INET_TUNNEL is not set
  282. CONFIG_IP_TCPDIAG=y
  283. # CONFIG_IP_TCPDIAG_IPV6 is not set
  284. # CONFIG_IPV6 is not set
  285. # CONFIG_NETFILTER is not set
  286. #
  287. # SCTP Configuration (EXPERIMENTAL)
  288. #
  289. # CONFIG_IP_SCTP is not set
  290. # CONFIG_ATM is not set
  291. # CONFIG_BRIDGE is not set
  292. # CONFIG_VLAN_8021Q is not set
  293. # CONFIG_DECNET is not set
  294. # CONFIG_LLC2 is not set
  295. # CONFIG_IPX is not set
  296. # CONFIG_ATALK is not set
  297. # CONFIG_X25 is not set
  298. # CONFIG_LAPB is not set
  299. # CONFIG_NET_DIVERT is not set
  300. # CONFIG_ECONET is not set
  301. # CONFIG_WAN_ROUTER is not set
  302. #
  303. # QoS and/or fair queueing
  304. #
  305. # CONFIG_NET_SCHED is not set
  306. # CONFIG_NET_CLS_ROUTE is not set
  307. #
  308. # Network testing
  309. #
  310. # CONFIG_NET_PKTGEN is not set
  311. # CONFIG_NETPOLL is not set
  312. # CONFIG_NET_POLL_CONTROLLER is not set
  313. # CONFIG_HAMRADIO is not set
  314. # CONFIG_IRDA is not set
  315. # CONFIG_BT is not set
  316. CONFIG_NETDEVICES=y
  317. # CONFIG_DUMMY is not set
  318. # CONFIG_BONDING is not set
  319. # CONFIG_EQUALIZER is not set
  320. # CONFIG_TUN is not set
  321. #
  322. # ARCnet devices
  323. #
  324. # CONFIG_ARCNET is not set
  325. #
  326. # Ethernet (10 or 100Mbit)
  327. #
  328. CONFIG_NET_ETHERNET=y
  329. CONFIG_MII=y
  330. # CONFIG_NET_VENDOR_3COM is not set
  331. # CONFIG_LANCE is not set
  332. # CONFIG_NET_VENDOR_SMC is not set
  333. # CONFIG_SMC91X is not set
  334. # CONFIG_NET_VENDOR_RACAL is not set
  335. # CONFIG_AT1700 is not set
  336. # CONFIG_DEPCA is not set
  337. # CONFIG_HP100 is not set
  338. # CONFIG_NET_ISA is not set
  339. # CONFIG_NET_PCI is not set
  340. # CONFIG_NET_POCKET is not set
  341. #
  342. # Ethernet (1000 Mbit)
  343. #
  344. #
  345. # Ethernet (10000 Mbit)
  346. #
  347. #
  348. # Token Ring devices
  349. #
  350. # CONFIG_TR is not set
  351. #
  352. # Wireless LAN (non-hamradio)
  353. #
  354. # CONFIG_NET_RADIO is not set
  355. #
  356. # Wan interfaces
  357. #
  358. # CONFIG_WAN is not set
  359. CONFIG_PPP=y
  360. # CONFIG_PPP_MULTILINK is not set
  361. CONFIG_PPP_FILTER=y
  362. CONFIG_PPP_ASYNC=y
  363. # CONFIG_PPP_SYNC_TTY is not set
  364. CONFIG_PPP_DEFLATE=y
  365. CONFIG_PPP_BSDCOMP=y
  366. # CONFIG_PPPOE is not set
  367. # CONFIG_SLIP is not set
  368. # CONFIG_SHAPER is not set
  369. # CONFIG_NETCONSOLE is not set
  370. #
  371. # ISDN subsystem
  372. #
  373. # CONFIG_ISDN is not set
  374. #
  375. # Input device support
  376. #
  377. # CONFIG_INPUT is not set
  378. #
  379. # Hardware I/O ports
  380. #
  381. # CONFIG_SERIO is not set
  382. # CONFIG_GAMEPORT is not set
  383. CONFIG_SOUND_GAMEPORT=y
  384. #
  385. # Character devices
  386. #
  387. # CONFIG_VT is not set
  388. # CONFIG_SERIAL_NONSTANDARD is not set
  389. #
  390. # Serial drivers
  391. #
  392. # CONFIG_SERIAL_8250 is not set
  393. #
  394. # Non-8250 serial port support
  395. #
  396. CONFIG_SERIAL_IMX=y
  397. CONFIG_SERIAL_IMX_CONSOLE=y
  398. CONFIG_SERIAL_CORE=y
  399. CONFIG_SERIAL_CORE_CONSOLE=y
  400. CONFIG_UNIX98_PTYS=y
  401. # CONFIG_LEGACY_PTYS is not set
  402. #
  403. # IPMI
  404. #
  405. # CONFIG_IPMI_HANDLER is not set
  406. #
  407. # Watchdog Cards
  408. #
  409. # CONFIG_WATCHDOG is not set
  410. # CONFIG_NVRAM is not set
  411. CONFIG_RTC=m
  412. # CONFIG_DTLK is not set
  413. # CONFIG_R3964 is not set
  414. #
  415. # Ftape, the floppy tape device driver
  416. #
  417. # CONFIG_DRM is not set
  418. # CONFIG_RAW_DRIVER is not set
  419. #
  420. # TPM devices
  421. #
  422. # CONFIG_TCG_TPM is not set
  423. #
  424. # I2C support
  425. #
  426. # CONFIG_I2C is not set
  427. #
  428. # Misc devices
  429. #
  430. #
  431. # Multimedia devices
  432. #
  433. # CONFIG_VIDEO_DEV is not set
  434. #
  435. # Digital Video Broadcasting Devices
  436. #
  437. # CONFIG_DVB is not set
  438. #
  439. # Graphics support
  440. #
  441. # CONFIG_FB is not set
  442. #
  443. # Sound
  444. #
  445. # CONFIG_SOUND is not set
  446. #
  447. # USB support
  448. #
  449. CONFIG_USB_ARCH_HAS_HCD=y
  450. # CONFIG_USB_ARCH_HAS_OHCI is not set
  451. # CONFIG_USB is not set
  452. #
  453. # USB Gadget Support
  454. #
  455. # CONFIG_USB_GADGET is not set
  456. #
  457. # MMC/SD Card support
  458. #
  459. # CONFIG_MMC is not set
  460. #
  461. # File systems
  462. #
  463. # CONFIG_EXT2_FS is not set
  464. # CONFIG_EXT3_FS is not set
  465. # CONFIG_JBD is not set
  466. # CONFIG_REISERFS_FS is not set
  467. # CONFIG_JFS_FS is not set
  468. #
  469. # XFS support
  470. #
  471. # CONFIG_XFS_FS is not set
  472. # CONFIG_MINIX_FS is not set
  473. # CONFIG_ROMFS_FS is not set
  474. # CONFIG_QUOTA is not set
  475. CONFIG_DNOTIFY=y
  476. # CONFIG_AUTOFS_FS is not set
  477. # CONFIG_AUTOFS4_FS is not set
  478. #
  479. # CD-ROM/DVD Filesystems
  480. #
  481. # CONFIG_ISO9660_FS is not set
  482. # CONFIG_UDF_FS is not set
  483. #
  484. # DOS/FAT/NT Filesystems
  485. #
  486. CONFIG_FAT_FS=y
  487. CONFIG_MSDOS_FS=y
  488. CONFIG_VFAT_FS=y
  489. CONFIG_FAT_DEFAULT_CODEPAGE=437
  490. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  491. # CONFIG_NTFS_FS is not set
  492. #
  493. # Pseudo filesystems
  494. #
  495. CONFIG_PROC_FS=y
  496. CONFIG_SYSFS=y
  497. CONFIG_DEVFS_FS=y
  498. CONFIG_DEVFS_MOUNT=y
  499. # CONFIG_DEVFS_DEBUG is not set
  500. # CONFIG_DEVPTS_FS_XATTR is not set
  501. CONFIG_TMPFS=y
  502. # CONFIG_TMPFS_XATTR is not set
  503. # CONFIG_HUGETLB_PAGE is not set
  504. CONFIG_RAMFS=y
  505. #
  506. # Miscellaneous filesystems
  507. #
  508. # CONFIG_ADFS_FS is not set
  509. # CONFIG_AFFS_FS is not set
  510. # CONFIG_HFS_FS is not set
  511. # CONFIG_HFSPLUS_FS is not set
  512. # CONFIG_BEFS_FS is not set
  513. # CONFIG_BFS_FS is not set
  514. # CONFIG_EFS_FS is not set
  515. # CONFIG_JFFS_FS is not set
  516. CONFIG_JFFS2_FS=y
  517. CONFIG_JFFS2_FS_DEBUG=0
  518. # CONFIG_JFFS2_FS_NAND is not set
  519. # CONFIG_JFFS2_FS_NOR_ECC is not set
  520. # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
  521. CONFIG_JFFS2_ZLIB=y
  522. CONFIG_JFFS2_RTIME=y
  523. # CONFIG_JFFS2_RUBIN is not set
  524. CONFIG_CRAMFS=y
  525. # CONFIG_VXFS_FS is not set
  526. # CONFIG_HPFS_FS is not set
  527. # CONFIG_QNX4FS_FS is not set
  528. # CONFIG_SYSV_FS is not set
  529. # CONFIG_UFS_FS is not set
  530. #
  531. # Network File Systems
  532. #
  533. CONFIG_NFS_FS=y
  534. CONFIG_NFS_V3=y
  535. # CONFIG_NFS_V4 is not set
  536. # CONFIG_NFS_DIRECTIO is not set
  537. # CONFIG_NFSD is not set
  538. CONFIG_ROOT_NFS=y
  539. CONFIG_LOCKD=y
  540. CONFIG_LOCKD_V4=y
  541. CONFIG_SUNRPC=y
  542. # CONFIG_RPCSEC_GSS_KRB5 is not set
  543. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  544. # CONFIG_SMB_FS is not set
  545. # CONFIG_CIFS is not set
  546. # CONFIG_NCP_FS is not set
  547. # CONFIG_CODA_FS is not set
  548. # CONFIG_AFS_FS is not set
  549. #
  550. # Partition Types
  551. #
  552. # CONFIG_PARTITION_ADVANCED is not set
  553. CONFIG_MSDOS_PARTITION=y
  554. #
  555. # Native Language Support
  556. #
  557. CONFIG_NLS=y
  558. CONFIG_NLS_DEFAULT="iso8859-1"
  559. # CONFIG_NLS_CODEPAGE_437 is not set
  560. # CONFIG_NLS_CODEPAGE_737 is not set
  561. # CONFIG_NLS_CODEPAGE_775 is not set
  562. # CONFIG_NLS_CODEPAGE_850 is not set
  563. # CONFIG_NLS_CODEPAGE_852 is not set
  564. # CONFIG_NLS_CODEPAGE_855 is not set
  565. # CONFIG_NLS_CODEPAGE_857 is not set
  566. # CONFIG_NLS_CODEPAGE_860 is not set
  567. # CONFIG_NLS_CODEPAGE_861 is not set
  568. # CONFIG_NLS_CODEPAGE_862 is not set
  569. # CONFIG_NLS_CODEPAGE_863 is not set
  570. # CONFIG_NLS_CODEPAGE_864 is not set
  571. # CONFIG_NLS_CODEPAGE_865 is not set
  572. # CONFIG_NLS_CODEPAGE_866 is not set
  573. # CONFIG_NLS_CODEPAGE_869 is not set
  574. # CONFIG_NLS_CODEPAGE_936 is not set
  575. # CONFIG_NLS_CODEPAGE_950 is not set
  576. # CONFIG_NLS_CODEPAGE_932 is not set
  577. # CONFIG_NLS_CODEPAGE_949 is not set
  578. # CONFIG_NLS_CODEPAGE_874 is not set
  579. # CONFIG_NLS_ISO8859_8 is not set
  580. # CONFIG_NLS_CODEPAGE_1250 is not set
  581. # CONFIG_NLS_CODEPAGE_1251 is not set
  582. # CONFIG_NLS_ASCII is not set
  583. # CONFIG_NLS_ISO8859_1 is not set
  584. # CONFIG_NLS_ISO8859_2 is not set
  585. # CONFIG_NLS_ISO8859_3 is not set
  586. # CONFIG_NLS_ISO8859_4 is not set
  587. # CONFIG_NLS_ISO8859_5 is not set
  588. # CONFIG_NLS_ISO8859_6 is not set
  589. # CONFIG_NLS_ISO8859_7 is not set
  590. # CONFIG_NLS_ISO8859_9 is not set
  591. # CONFIG_NLS_ISO8859_13 is not set
  592. # CONFIG_NLS_ISO8859_14 is not set
  593. # CONFIG_NLS_ISO8859_15 is not set
  594. # CONFIG_NLS_KOI8_R is not set
  595. # CONFIG_NLS_KOI8_U is not set
  596. # CONFIG_NLS_UTF8 is not set
  597. #
  598. # Profiling support
  599. #
  600. # CONFIG_PROFILING is not set
  601. #
  602. # Kernel hacking
  603. #
  604. # CONFIG_PRINTK_TIME is not set
  605. CONFIG_DEBUG_KERNEL=y
  606. CONFIG_MAGIC_SYSRQ=y
  607. CONFIG_LOG_BUF_SHIFT=14
  608. # CONFIG_SCHEDSTATS is not set
  609. # CONFIG_DEBUG_SLAB is not set
  610. CONFIG_DEBUG_PREEMPT=y
  611. # CONFIG_DEBUG_SPINLOCK is not set
  612. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  613. # CONFIG_DEBUG_KOBJECT is not set
  614. CONFIG_DEBUG_BUGVERBOSE=y
  615. CONFIG_DEBUG_INFO=y
  616. # CONFIG_DEBUG_FS is not set
  617. CONFIG_FRAME_POINTER=y
  618. CONFIG_DEBUG_USER=y
  619. CONFIG_DEBUG_ERRORS=y
  620. # CONFIG_DEBUG_LL is not set
  621. #
  622. # Security options
  623. #
  624. # CONFIG_KEYS is not set
  625. # CONFIG_SECURITY is not set
  626. #
  627. # Cryptographic options
  628. #
  629. CONFIG_CRYPTO=y
  630. # CONFIG_CRYPTO_HMAC is not set
  631. # CONFIG_CRYPTO_NULL is not set
  632. # CONFIG_CRYPTO_MD4 is not set
  633. # CONFIG_CRYPTO_MD5 is not set
  634. # CONFIG_CRYPTO_SHA1 is not set
  635. # CONFIG_CRYPTO_SHA256 is not set
  636. # CONFIG_CRYPTO_SHA512 is not set
  637. # CONFIG_CRYPTO_WP512 is not set
  638. # CONFIG_CRYPTO_TGR192 is not set
  639. # CONFIG_CRYPTO_DES is not set
  640. # CONFIG_CRYPTO_BLOWFISH is not set
  641. # CONFIG_CRYPTO_TWOFISH is not set
  642. # CONFIG_CRYPTO_SERPENT is not set
  643. # CONFIG_CRYPTO_AES is not set
  644. # CONFIG_CRYPTO_CAST5 is not set
  645. # CONFIG_CRYPTO_CAST6 is not set
  646. # CONFIG_CRYPTO_TEA is not set
  647. # CONFIG_CRYPTO_ARC4 is not set
  648. # CONFIG_CRYPTO_KHAZAD is not set
  649. # CONFIG_CRYPTO_ANUBIS is not set
  650. # CONFIG_CRYPTO_DEFLATE is not set
  651. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  652. # CONFIG_CRYPTO_CRC32C is not set
  653. # CONFIG_CRYPTO_TEST is not set
  654. #
  655. # Hardware crypto devices
  656. #
  657. #
  658. # Library routines
  659. #
  660. CONFIG_CRC_CCITT=y
  661. CONFIG_CRC32=y
  662. # CONFIG_LIBCRC32C is not set
  663. CONFIG_ZLIB_INFLATE=y
  664. CONFIG_ZLIB_DEFLATE=y