mpc8272_ads_defconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.17-rc5
  4. # Fri Jul 14 20:36:35 2006
  5. #
  6. # CONFIG_PPC64 is not set
  7. CONFIG_PPC32=y
  8. CONFIG_PPC_MERGE=y
  9. CONFIG_MMU=y
  10. CONFIG_GENERIC_HARDIRQS=y
  11. CONFIG_IRQ_PER_CPU=y
  12. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  13. CONFIG_GENERIC_HWEIGHT=y
  14. CONFIG_GENERIC_CALIBRATE_DELAY=y
  15. CONFIG_GENERIC_FIND_NEXT_BIT=y
  16. CONFIG_PPC=y
  17. CONFIG_EARLY_PRINTK=y
  18. CONFIG_GENERIC_NVRAM=y
  19. CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
  20. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  21. CONFIG_PPC_OF=y
  22. # CONFIG_PPC_UDBG_16550 is not set
  23. # CONFIG_GENERIC_TBSYNC is not set
  24. # CONFIG_DEFAULT_UIMAGE is not set
  25. #
  26. # Processor support
  27. #
  28. # CONFIG_CLASSIC32 is not set
  29. # CONFIG_PPC_52xx is not set
  30. CONFIG_PPC_82xx=y
  31. # CONFIG_PPC_83xx is not set
  32. # CONFIG_PPC_85xx is not set
  33. # CONFIG_40x is not set
  34. # CONFIG_44x is not set
  35. # CONFIG_8xx is not set
  36. # CONFIG_E200 is not set
  37. CONFIG_6xx=y
  38. CONFIG_PPC_FPU=y
  39. CONFIG_PPC_STD_MMU=y
  40. CONFIG_PPC_STD_MMU_32=y
  41. # CONFIG_SMP is not set
  42. #
  43. # Code maturity level options
  44. #
  45. # CONFIG_EXPERIMENTAL is not set
  46. CONFIG_BROKEN_ON_SMP=y
  47. CONFIG_INIT_ENV_ARG_LIMIT=32
  48. #
  49. # General setup
  50. #
  51. CONFIG_LOCALVERSION="powerpc8272"
  52. CONFIG_LOCALVERSION_AUTO=y
  53. CONFIG_SWAP=y
  54. CONFIG_SYSVIPC=y
  55. # CONFIG_BSD_PROCESS_ACCT is not set
  56. CONFIG_SYSCTL=y
  57. # CONFIG_AUDIT is not set
  58. CONFIG_IKCONFIG=y
  59. CONFIG_IKCONFIG_PROC=y
  60. # CONFIG_RELAY is not set
  61. CONFIG_INITRAMFS_SOURCE=""
  62. CONFIG_EMBEDDED=y
  63. CONFIG_KALLSYMS=y
  64. CONFIG_KALLSYMS_ALL=y
  65. CONFIG_KALLSYMS_EXTRA_PASS=y
  66. CONFIG_HOTPLUG=y
  67. CONFIG_PRINTK=y
  68. CONFIG_BUG=y
  69. CONFIG_ELF_CORE=y
  70. CONFIG_BASE_FULL=y
  71. CONFIG_FUTEX=y
  72. CONFIG_EPOLL=y
  73. CONFIG_SHMEM=y
  74. CONFIG_SLAB=y
  75. # CONFIG_TINY_SHMEM is not set
  76. CONFIG_BASE_SMALL=0
  77. # CONFIG_SLOB is not set
  78. #
  79. # Loadable module support
  80. #
  81. # CONFIG_MODULES is not set
  82. #
  83. # Block layer
  84. #
  85. # CONFIG_LBD is not set
  86. # CONFIG_BLK_DEV_IO_TRACE is not set
  87. # CONFIG_LSF is not set
  88. #
  89. # IO Schedulers
  90. #
  91. CONFIG_IOSCHED_NOOP=y
  92. CONFIG_IOSCHED_AS=y
  93. CONFIG_IOSCHED_DEADLINE=y
  94. CONFIG_IOSCHED_CFQ=y
  95. CONFIG_DEFAULT_AS=y
  96. # CONFIG_DEFAULT_DEADLINE is not set
  97. # CONFIG_DEFAULT_CFQ is not set
  98. # CONFIG_DEFAULT_NOOP is not set
  99. CONFIG_DEFAULT_IOSCHED="anticipatory"
  100. CONFIG_PQ2ADS=y
  101. CONFIG_8260=y
  102. CONFIG_8272=y
  103. CONFIG_CPM2=y
  104. # CONFIG_WANT_EARLY_SERIAL is not set
  105. CONFIG_EMBEDDEDBOOT=y
  106. #
  107. # Platform support
  108. #
  109. CONFIG_ADS8272=y
  110. #
  111. # Kernel options
  112. #
  113. # CONFIG_HIGHMEM is not set
  114. # CONFIG_HZ_100 is not set
  115. CONFIG_HZ_250=y
  116. # CONFIG_HZ_1000 is not set
  117. CONFIG_HZ=250
  118. CONFIG_PREEMPT_NONE=y
  119. # CONFIG_PREEMPT_VOLUNTARY is not set
  120. # CONFIG_PREEMPT is not set
  121. CONFIG_BINFMT_ELF=y
  122. CONFIG_BINFMT_MISC=y
  123. # CONFIG_PC_KEYBOARD is not set
  124. CONFIG_ARCH_FLATMEM_ENABLE=y
  125. CONFIG_FLATMEM=y
  126. CONFIG_FLAT_NODE_MEM_MAP=y
  127. # CONFIG_SPARSEMEM_STATIC is not set
  128. CONFIG_SPLIT_PTLOCK_CPUS=4
  129. CONFIG_PROC_DEVICETREE=y
  130. # CONFIG_CMDLINE_BOOL is not set
  131. # CONFIG_PM is not set
  132. # CONFIG_SOFTWARE_SUSPEND is not set
  133. CONFIG_SECCOMP=y
  134. CONFIG_ISA_DMA_API=y
  135. #
  136. # Bus options
  137. #
  138. # CONFIG_PPC_I8259 is not set
  139. CONFIG_FSL_SOC=y
  140. # CONFIG_PCI is not set
  141. # CONFIG_PCI_DOMAINS is not set
  142. #
  143. # PCCARD (PCMCIA/CardBus) support
  144. #
  145. # CONFIG_PCCARD is not set
  146. #
  147. # PCI Hotplug Support
  148. #
  149. #
  150. # Advanced setup
  151. #
  152. # CONFIG_ADVANCED_OPTIONS is not set
  153. #
  154. # Default settings for advanced configuration options are used
  155. #
  156. CONFIG_HIGHMEM_START=0xfe000000
  157. CONFIG_LOWMEM_SIZE=0x30000000
  158. CONFIG_KERNEL_START=0xc0000000
  159. CONFIG_TASK_SIZE=0x80000000
  160. CONFIG_BOOT_LOAD=0x00400000
  161. #
  162. # Networking
  163. #
  164. CONFIG_NET=y
  165. #
  166. # Networking options
  167. #
  168. # CONFIG_NETDEBUG is not set
  169. CONFIG_PACKET=y
  170. # CONFIG_PACKET_MMAP is not set
  171. CONFIG_UNIX=y
  172. # CONFIG_NET_KEY is not set
  173. CONFIG_INET=y
  174. CONFIG_IP_MULTICAST=y
  175. # CONFIG_IP_ADVANCED_ROUTER is not set
  176. CONFIG_IP_FIB_HASH=y
  177. CONFIG_IP_PNP=y
  178. CONFIG_IP_PNP_DHCP=y
  179. CONFIG_IP_PNP_BOOTP=y
  180. # CONFIG_IP_PNP_RARP is not set
  181. # CONFIG_NET_IPIP is not set
  182. # CONFIG_NET_IPGRE is not set
  183. # CONFIG_IP_MROUTE is not set
  184. CONFIG_SYN_COOKIES=y
  185. # CONFIG_INET_AH is not set
  186. # CONFIG_INET_ESP is not set
  187. # CONFIG_INET_IPCOMP is not set
  188. # CONFIG_INET_XFRM_TUNNEL is not set
  189. # CONFIG_INET_TUNNEL is not set
  190. CONFIG_INET_DIAG=y
  191. CONFIG_INET_TCP_DIAG=y
  192. # CONFIG_TCP_CONG_ADVANCED is not set
  193. CONFIG_TCP_CONG_BIC=y
  194. #
  195. # IP: Virtual Server Configuration
  196. #
  197. # CONFIG_IP_VS is not set
  198. CONFIG_IPV6=y
  199. # CONFIG_IPV6_PRIVACY is not set
  200. # CONFIG_IPV6_ROUTER_PREF is not set
  201. # CONFIG_INET6_AH is not set
  202. # CONFIG_INET6_ESP is not set
  203. # CONFIG_INET6_IPCOMP is not set
  204. # CONFIG_INET6_XFRM_TUNNEL is not set
  205. # CONFIG_INET6_TUNNEL is not set
  206. # CONFIG_IPV6_TUNNEL is not set
  207. CONFIG_NETFILTER=y
  208. # CONFIG_NETFILTER_DEBUG is not set
  209. #
  210. # Core Netfilter Configuration
  211. #
  212. # CONFIG_NETFILTER_NETLINK is not set
  213. # CONFIG_NETFILTER_XTABLES is not set
  214. #
  215. # IP: Netfilter Configuration
  216. #
  217. # CONFIG_IP_NF_CONNTRACK is not set
  218. # CONFIG_IP_NF_QUEUE is not set
  219. # CONFIG_BRIDGE is not set
  220. # CONFIG_VLAN_8021Q is not set
  221. # CONFIG_DECNET is not set
  222. # CONFIG_LLC2 is not set
  223. # CONFIG_IPX is not set
  224. # CONFIG_ATALK is not set
  225. #
  226. # QoS and/or fair queueing
  227. #
  228. # CONFIG_NET_SCHED is not set
  229. #
  230. # Network testing
  231. #
  232. # CONFIG_NET_PKTGEN is not set
  233. # CONFIG_HAMRADIO is not set
  234. # CONFIG_IRDA is not set
  235. # CONFIG_BT is not set
  236. # CONFIG_IEEE80211 is not set
  237. #
  238. # Device Drivers
  239. #
  240. #
  241. # Generic Driver Options
  242. #
  243. CONFIG_STANDALONE=y
  244. CONFIG_PREVENT_FIRMWARE_BUILD=y
  245. # CONFIG_FW_LOADER is not set
  246. # CONFIG_DEBUG_DRIVER is not set
  247. #
  248. # Connector - unified userspace <-> kernelspace linker
  249. #
  250. # CONFIG_CONNECTOR is not set
  251. #
  252. # Memory Technology Devices (MTD)
  253. #
  254. # CONFIG_MTD is not set
  255. #
  256. # Parallel port support
  257. #
  258. # CONFIG_PARPORT is not set
  259. #
  260. # Plug and Play support
  261. #
  262. #
  263. # Block devices
  264. #
  265. # CONFIG_BLK_DEV_FD is not set
  266. # CONFIG_BLK_DEV_COW_COMMON is not set
  267. CONFIG_BLK_DEV_LOOP=y
  268. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  269. # CONFIG_BLK_DEV_NBD is not set
  270. # CONFIG_BLK_DEV_RAM is not set
  271. # CONFIG_BLK_DEV_INITRD is not set
  272. # CONFIG_CDROM_PKTCDVD is not set
  273. # CONFIG_ATA_OVER_ETH is not set
  274. #
  275. # ATA/ATAPI/MFM/RLL support
  276. #
  277. CONFIG_IDE=y
  278. CONFIG_BLK_DEV_IDE=y
  279. #
  280. # Please see Documentation/ide.txt for help/info on IDE drives
  281. #
  282. # CONFIG_BLK_DEV_IDE_SATA is not set
  283. CONFIG_BLK_DEV_IDEDISK=y
  284. # CONFIG_IDEDISK_MULTI_MODE is not set
  285. # CONFIG_BLK_DEV_IDECD is not set
  286. # CONFIG_BLK_DEV_IDEFLOPPY is not set
  287. # CONFIG_IDE_TASK_IOCTL is not set
  288. #
  289. # IDE chipset support/bugfixes
  290. #
  291. # CONFIG_IDE_GENERIC is not set
  292. # CONFIG_IDE_ARM is not set
  293. # CONFIG_BLK_DEV_IDEDMA is not set
  294. # CONFIG_IDEDMA_AUTO is not set
  295. # CONFIG_BLK_DEV_HD is not set
  296. #
  297. # SCSI device support
  298. #
  299. # CONFIG_RAID_ATTRS is not set
  300. # CONFIG_SCSI is not set
  301. #
  302. # Multi-device support (RAID and LVM)
  303. #
  304. # CONFIG_MD is not set
  305. #
  306. # Fusion MPT device support
  307. #
  308. # CONFIG_FUSION is not set
  309. #
  310. # IEEE 1394 (FireWire) support
  311. #
  312. #
  313. # I2O device support
  314. #
  315. #
  316. # Macintosh device drivers
  317. #
  318. # CONFIG_WINDFARM is not set
  319. #
  320. # Network device support
  321. #
  322. CONFIG_NETDEVICES=y
  323. # CONFIG_DUMMY is not set
  324. # CONFIG_BONDING is not set
  325. # CONFIG_EQUALIZER is not set
  326. CONFIG_TUN=y
  327. #
  328. # PHY device support
  329. #
  330. CONFIG_PHYLIB=y
  331. #
  332. # MII PHY device drivers
  333. #
  334. # CONFIG_MARVELL_PHY is not set
  335. CONFIG_DAVICOM_PHY=y
  336. # CONFIG_QSEMI_PHY is not set
  337. # CONFIG_LXT_PHY is not set
  338. # CONFIG_CICADA_PHY is not set
  339. # CONFIG_FIXED_PHY is not set
  340. #
  341. # Ethernet (10 or 100Mbit)
  342. #
  343. CONFIG_NET_ETHERNET=y
  344. CONFIG_MII=y
  345. CONFIG_FS_ENET=y
  346. # CONFIG_FS_ENET_HAS_SCC is not set
  347. CONFIG_FS_ENET_HAS_FCC=y
  348. #
  349. # Ethernet (1000 Mbit)
  350. #
  351. #
  352. # Ethernet (10000 Mbit)
  353. #
  354. #
  355. # Token Ring devices
  356. #
  357. #
  358. # Wireless LAN (non-hamradio)
  359. #
  360. # CONFIG_NET_RADIO is not set
  361. #
  362. # Wan interfaces
  363. #
  364. # CONFIG_WAN is not set
  365. CONFIG_PPP=y
  366. # CONFIG_PPP_FILTER is not set
  367. CONFIG_PPP_ASYNC=y
  368. CONFIG_PPP_SYNC_TTY=y
  369. CONFIG_PPP_DEFLATE=y
  370. # CONFIG_PPP_BSDCOMP is not set
  371. # CONFIG_SLIP is not set
  372. # CONFIG_NETPOLL is not set
  373. # CONFIG_NET_POLL_CONTROLLER is not set
  374. #
  375. # ISDN subsystem
  376. #
  377. # CONFIG_ISDN is not set
  378. #
  379. # Telephony Support
  380. #
  381. # CONFIG_PHONE is not set
  382. #
  383. # Input device support
  384. #
  385. CONFIG_INPUT=y
  386. #
  387. # Userland interfaces
  388. #
  389. CONFIG_INPUT_MOUSEDEV=y
  390. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  391. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  392. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  393. # CONFIG_INPUT_JOYDEV is not set
  394. # CONFIG_INPUT_TSDEV is not set
  395. CONFIG_INPUT_EVDEV=y
  396. # CONFIG_INPUT_EVBUG is not set
  397. #
  398. # Input Device Drivers
  399. #
  400. CONFIG_INPUT_KEYBOARD=y
  401. CONFIG_KEYBOARD_ATKBD=y
  402. # CONFIG_KEYBOARD_SUNKBD is not set
  403. # CONFIG_KEYBOARD_LKKBD is not set
  404. # CONFIG_KEYBOARD_XTKBD is not set
  405. # CONFIG_KEYBOARD_NEWTON is not set
  406. CONFIG_INPUT_MOUSE=y
  407. CONFIG_MOUSE_PS2=y
  408. # CONFIG_MOUSE_SERIAL is not set
  409. # CONFIG_MOUSE_VSXXXAA is not set
  410. # CONFIG_INPUT_JOYSTICK is not set
  411. # CONFIG_INPUT_TOUCHSCREEN is not set
  412. # CONFIG_INPUT_MISC is not set
  413. #
  414. # Hardware I/O ports
  415. #
  416. CONFIG_SERIO=y
  417. # CONFIG_SERIO_I8042 is not set
  418. CONFIG_SERIO_SERPORT=y
  419. CONFIG_SERIO_LIBPS2=y
  420. # CONFIG_SERIO_RAW is not set
  421. # CONFIG_GAMEPORT is not set
  422. #
  423. # Character devices
  424. #
  425. # CONFIG_VT is not set
  426. # CONFIG_SERIAL_NONSTANDARD is not set
  427. #
  428. # Serial drivers
  429. #
  430. # CONFIG_SERIAL_8250 is not set
  431. #
  432. # Non-8250 serial port support
  433. #
  434. CONFIG_SERIAL_CORE=y
  435. CONFIG_SERIAL_CORE_CONSOLE=y
  436. CONFIG_SERIAL_CPM=y
  437. CONFIG_SERIAL_CPM_CONSOLE=y
  438. CONFIG_SERIAL_CPM_SCC1=y
  439. # CONFIG_SERIAL_CPM_SCC2 is not set
  440. # CONFIG_SERIAL_CPM_SCC3 is not set
  441. CONFIG_SERIAL_CPM_SCC4=y
  442. # CONFIG_SERIAL_CPM_SMC1 is not set
  443. # CONFIG_SERIAL_CPM_SMC2 is not set
  444. CONFIG_UNIX98_PTYS=y
  445. CONFIG_LEGACY_PTYS=y
  446. CONFIG_LEGACY_PTY_COUNT=256
  447. #
  448. # IPMI
  449. #
  450. # CONFIG_IPMI_HANDLER is not set
  451. #
  452. # Watchdog Cards
  453. #
  454. # CONFIG_WATCHDOG is not set
  455. # CONFIG_NVRAM is not set
  456. # CONFIG_GEN_RTC is not set
  457. # CONFIG_DTLK is not set
  458. # CONFIG_R3964 is not set
  459. #
  460. # Ftape, the floppy tape device driver
  461. #
  462. # CONFIG_AGP is not set
  463. # CONFIG_RAW_DRIVER is not set
  464. #
  465. # TPM devices
  466. #
  467. #
  468. # I2C support
  469. #
  470. # CONFIG_I2C is not set
  471. #
  472. # SPI support
  473. #
  474. # CONFIG_SPI is not set
  475. # CONFIG_SPI_MASTER is not set
  476. #
  477. # Dallas's 1-wire bus
  478. #
  479. # CONFIG_W1 is not set
  480. #
  481. # Hardware Monitoring support
  482. #
  483. # CONFIG_HWMON is not set
  484. # CONFIG_HWMON_VID is not set
  485. #
  486. # Misc devices
  487. #
  488. #
  489. # Multimedia devices
  490. #
  491. # CONFIG_VIDEO_DEV is not set
  492. CONFIG_VIDEO_V4L2=y
  493. #
  494. # Digital Video Broadcasting Devices
  495. #
  496. # CONFIG_DVB is not set
  497. #
  498. # Graphics support
  499. #
  500. # CONFIG_FB is not set
  501. #
  502. # Sound
  503. #
  504. # CONFIG_SOUND is not set
  505. #
  506. # USB support
  507. #
  508. # CONFIG_USB_ARCH_HAS_HCD is not set
  509. # CONFIG_USB_ARCH_HAS_OHCI is not set
  510. # CONFIG_USB_ARCH_HAS_EHCI is not set
  511. #
  512. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  513. #
  514. #
  515. # USB Gadget Support
  516. #
  517. CONFIG_USB_GADGET=y
  518. # CONFIG_USB_GADGET_DEBUG_FILES is not set
  519. # CONFIG_USB_GADGET_NET2280 is not set
  520. # CONFIG_USB_GADGET_PXA2XX is not set
  521. # CONFIG_USB_GADGET_GOKU is not set
  522. # CONFIG_USB_GADGET_LH7A40X is not set
  523. # CONFIG_USB_GADGET_OMAP is not set
  524. # CONFIG_USB_GADGET_AT91 is not set
  525. # CONFIG_USB_GADGET_DUMMY_HCD is not set
  526. # CONFIG_USB_GADGET_DUALSPEED is not set
  527. #
  528. # MMC/SD Card support
  529. #
  530. # CONFIG_MMC is not set
  531. #
  532. # LED devices
  533. #
  534. # CONFIG_NEW_LEDS is not set
  535. #
  536. # LED drivers
  537. #
  538. #
  539. # LED Triggers
  540. #
  541. #
  542. # InfiniBand support
  543. #
  544. #
  545. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  546. #
  547. #
  548. # Real Time Clock
  549. #
  550. #
  551. # File systems
  552. #
  553. CONFIG_EXT2_FS=y
  554. # CONFIG_EXT2_FS_XATTR is not set
  555. # CONFIG_EXT2_FS_XIP is not set
  556. CONFIG_EXT3_FS=y
  557. CONFIG_EXT3_FS_XATTR=y
  558. # CONFIG_EXT3_FS_POSIX_ACL is not set
  559. # CONFIG_EXT3_FS_SECURITY is not set
  560. CONFIG_JBD=y
  561. # CONFIG_JBD_DEBUG is not set
  562. CONFIG_FS_MBCACHE=y
  563. # CONFIG_REISERFS_FS is not set
  564. # CONFIG_JFS_FS is not set
  565. CONFIG_FS_POSIX_ACL=y
  566. CONFIG_XFS_FS=y
  567. # CONFIG_XFS_QUOTA is not set
  568. # CONFIG_XFS_SECURITY is not set
  569. # CONFIG_XFS_POSIX_ACL is not set
  570. # CONFIG_MINIX_FS is not set
  571. # CONFIG_ROMFS_FS is not set
  572. CONFIG_INOTIFY=y
  573. # CONFIG_QUOTA is not set
  574. CONFIG_DNOTIFY=y
  575. # CONFIG_AUTOFS_FS is not set
  576. CONFIG_AUTOFS4_FS=y
  577. # CONFIG_FUSE_FS is not set
  578. #
  579. # CD-ROM/DVD Filesystems
  580. #
  581. # CONFIG_ISO9660_FS is not set
  582. # CONFIG_UDF_FS is not set
  583. #
  584. # DOS/FAT/NT Filesystems
  585. #
  586. # CONFIG_MSDOS_FS is not set
  587. # CONFIG_VFAT_FS is not set
  588. # CONFIG_NTFS_FS is not set
  589. #
  590. # Pseudo filesystems
  591. #
  592. CONFIG_PROC_FS=y
  593. CONFIG_PROC_KCORE=y
  594. CONFIG_SYSFS=y
  595. CONFIG_TMPFS=y
  596. # CONFIG_HUGETLB_PAGE is not set
  597. CONFIG_RAMFS=y
  598. #
  599. # Miscellaneous filesystems
  600. #
  601. # CONFIG_HFSPLUS_FS is not set
  602. CONFIG_CRAMFS=y
  603. # CONFIG_VXFS_FS is not set
  604. # CONFIG_HPFS_FS is not set
  605. # CONFIG_QNX4FS_FS is not set
  606. # CONFIG_SYSV_FS is not set
  607. # CONFIG_UFS_FS is not set
  608. #
  609. # Network File Systems
  610. #
  611. CONFIG_NFS_FS=y
  612. CONFIG_NFS_V3=y
  613. CONFIG_NFS_V3_ACL=y
  614. # CONFIG_NFSD is not set
  615. CONFIG_ROOT_NFS=y
  616. CONFIG_LOCKD=y
  617. CONFIG_LOCKD_V4=y
  618. CONFIG_NFS_ACL_SUPPORT=y
  619. CONFIG_NFS_COMMON=y
  620. CONFIG_SUNRPC=y
  621. CONFIG_SMB_FS=y
  622. # CONFIG_SMB_NLS_DEFAULT is not set
  623. # CONFIG_CIFS is not set
  624. # CONFIG_NCP_FS is not set
  625. # CONFIG_CODA_FS is not set
  626. #
  627. # Partition Types
  628. #
  629. CONFIG_PARTITION_ADVANCED=y
  630. # CONFIG_ACORN_PARTITION is not set
  631. # CONFIG_OSF_PARTITION is not set
  632. # CONFIG_AMIGA_PARTITION is not set
  633. # CONFIG_ATARI_PARTITION is not set
  634. # CONFIG_MAC_PARTITION is not set
  635. CONFIG_MSDOS_PARTITION=y
  636. # CONFIG_BSD_DISKLABEL is not set
  637. # CONFIG_MINIX_SUBPARTITION is not set
  638. # CONFIG_SOLARIS_X86_PARTITION is not set
  639. # CONFIG_UNIXWARE_DISKLABEL is not set
  640. # CONFIG_LDM_PARTITION is not set
  641. # CONFIG_SGI_PARTITION is not set
  642. # CONFIG_ULTRIX_PARTITION is not set
  643. # CONFIG_SUN_PARTITION is not set
  644. # CONFIG_KARMA_PARTITION is not set
  645. # CONFIG_EFI_PARTITION is not set
  646. #
  647. # Native Language Support
  648. #
  649. CONFIG_NLS=y
  650. CONFIG_NLS_DEFAULT="iso8859-1"
  651. CONFIG_NLS_CODEPAGE_437=y
  652. # CONFIG_NLS_CODEPAGE_737 is not set
  653. # CONFIG_NLS_CODEPAGE_775 is not set
  654. # CONFIG_NLS_CODEPAGE_850 is not set
  655. # CONFIG_NLS_CODEPAGE_852 is not set
  656. # CONFIG_NLS_CODEPAGE_855 is not set
  657. # CONFIG_NLS_CODEPAGE_857 is not set
  658. # CONFIG_NLS_CODEPAGE_860 is not set
  659. # CONFIG_NLS_CODEPAGE_861 is not set
  660. # CONFIG_NLS_CODEPAGE_862 is not set
  661. # CONFIG_NLS_CODEPAGE_863 is not set
  662. # CONFIG_NLS_CODEPAGE_864 is not set
  663. # CONFIG_NLS_CODEPAGE_865 is not set
  664. # CONFIG_NLS_CODEPAGE_866 is not set
  665. # CONFIG_NLS_CODEPAGE_869 is not set
  666. # CONFIG_NLS_CODEPAGE_936 is not set
  667. # CONFIG_NLS_CODEPAGE_950 is not set
  668. # CONFIG_NLS_CODEPAGE_932 is not set
  669. # CONFIG_NLS_CODEPAGE_949 is not set
  670. # CONFIG_NLS_CODEPAGE_874 is not set
  671. # CONFIG_NLS_ISO8859_8 is not set
  672. # CONFIG_NLS_CODEPAGE_1250 is not set
  673. # CONFIG_NLS_CODEPAGE_1251 is not set
  674. CONFIG_NLS_ASCII=y
  675. CONFIG_NLS_ISO8859_1=y
  676. # CONFIG_NLS_ISO8859_2 is not set
  677. # CONFIG_NLS_ISO8859_3 is not set
  678. # CONFIG_NLS_ISO8859_4 is not set
  679. # CONFIG_NLS_ISO8859_5 is not set
  680. # CONFIG_NLS_ISO8859_6 is not set
  681. # CONFIG_NLS_ISO8859_7 is not set
  682. # CONFIG_NLS_ISO8859_9 is not set
  683. # CONFIG_NLS_ISO8859_13 is not set
  684. # CONFIG_NLS_ISO8859_14 is not set
  685. # CONFIG_NLS_ISO8859_15 is not set
  686. # CONFIG_NLS_KOI8_R is not set
  687. # CONFIG_NLS_KOI8_U is not set
  688. CONFIG_NLS_UTF8=y
  689. #
  690. # Library routines
  691. #
  692. CONFIG_CRC_CCITT=y
  693. # CONFIG_CRC16 is not set
  694. CONFIG_CRC32=y
  695. # CONFIG_LIBCRC32C is not set
  696. CONFIG_ZLIB_INFLATE=y
  697. CONFIG_ZLIB_DEFLATE=y
  698. #
  699. # Kernel hacking
  700. #
  701. # CONFIG_PRINTK_TIME is not set
  702. # CONFIG_MAGIC_SYSRQ is not set
  703. CONFIG_DEBUG_KERNEL=y
  704. CONFIG_LOG_BUF_SHIFT=14
  705. CONFIG_DETECT_SOFTLOCKUP=y
  706. # CONFIG_SCHEDSTATS is not set
  707. # CONFIG_DEBUG_SLAB is not set
  708. # CONFIG_DEBUG_MUTEXES is not set
  709. # CONFIG_DEBUG_SPINLOCK is not set
  710. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  711. # CONFIG_DEBUG_KOBJECT is not set
  712. CONFIG_DEBUG_INFO=y
  713. # CONFIG_DEBUG_FS is not set
  714. # CONFIG_DEBUG_VM is not set
  715. # CONFIG_UNWIND_INFO is not set
  716. CONFIG_FORCED_INLINING=y
  717. # CONFIG_RCU_TORTURE_TEST is not set
  718. # CONFIG_DEBUGGER is not set
  719. # CONFIG_KGDB_CONSOLE is not set
  720. CONFIG_BDI_SWITCH=y
  721. # CONFIG_BOOTX_TEXT is not set
  722. # CONFIG_PPC_EARLY_DEBUG is not set
  723. #
  724. # Security options
  725. #
  726. # CONFIG_KEYS is not set
  727. # CONFIG_SECURITY is not set
  728. #
  729. # Cryptographic options
  730. #
  731. CONFIG_CRYPTO=y
  732. # CONFIG_CRYPTO_HMAC is not set
  733. # CONFIG_CRYPTO_NULL is not set
  734. # CONFIG_CRYPTO_MD4 is not set
  735. CONFIG_CRYPTO_MD5=y
  736. # CONFIG_CRYPTO_SHA1 is not set
  737. # CONFIG_CRYPTO_SHA256 is not set
  738. # CONFIG_CRYPTO_SHA512 is not set
  739. # CONFIG_CRYPTO_WP512 is not set
  740. # CONFIG_CRYPTO_TGR192 is not set
  741. CONFIG_CRYPTO_DES=y
  742. # CONFIG_CRYPTO_BLOWFISH is not set
  743. # CONFIG_CRYPTO_TWOFISH is not set
  744. # CONFIG_CRYPTO_SERPENT is not set
  745. # CONFIG_CRYPTO_AES is not set
  746. # CONFIG_CRYPTO_CAST5 is not set
  747. # CONFIG_CRYPTO_CAST6 is not set
  748. # CONFIG_CRYPTO_TEA is not set
  749. # CONFIG_CRYPTO_ARC4 is not set
  750. # CONFIG_CRYPTO_KHAZAD is not set
  751. # CONFIG_CRYPTO_ANUBIS is not set
  752. # CONFIG_CRYPTO_DEFLATE is not set
  753. # CONFIG_CRYPTO_MICHAEL_MIC is not set
  754. # CONFIG_CRYPTO_CRC32C is not set
  755. # CONFIG_CRYPTO_TEST is not set
  756. #
  757. # Hardware crypto devices
  758. #