shx3_defconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.22-rc4
  4. # Wed Jun 20 14:09:27 2007
  5. #
  6. CONFIG_SUPERH=y
  7. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  8. CONFIG_GENERIC_BUG=y
  9. CONFIG_GENERIC_FIND_NEXT_BIT=y
  10. CONFIG_GENERIC_HWEIGHT=y
  11. CONFIG_GENERIC_HARDIRQS=y
  12. CONFIG_GENERIC_IRQ_PROBE=y
  13. CONFIG_GENERIC_CALIBRATE_DELAY=y
  14. CONFIG_GENERIC_TIME=y
  15. CONFIG_GENERIC_CLOCKEVENTS=y
  16. CONFIG_STACKTRACE_SUPPORT=y
  17. CONFIG_LOCKDEP_SUPPORT=y
  18. # CONFIG_ARCH_HAS_ILOG2_U32 is not set
  19. # CONFIG_ARCH_HAS_ILOG2_U64 is not set
  20. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  21. #
  22. # Code maturity level options
  23. #
  24. CONFIG_EXPERIMENTAL=y
  25. CONFIG_BROKEN_ON_SMP=y
  26. CONFIG_LOCK_KERNEL=y
  27. CONFIG_INIT_ENV_ARG_LIMIT=32
  28. #
  29. # General setup
  30. #
  31. CONFIG_LOCALVERSION=""
  32. CONFIG_LOCALVERSION_AUTO=y
  33. CONFIG_SWAP=y
  34. CONFIG_SYSVIPC=y
  35. # CONFIG_IPC_NS is not set
  36. CONFIG_SYSVIPC_SYSCTL=y
  37. CONFIG_BSD_PROCESS_ACCT=y
  38. # CONFIG_BSD_PROCESS_ACCT_V3 is not set
  39. # CONFIG_UTS_NS is not set
  40. CONFIG_IKCONFIG=y
  41. CONFIG_IKCONFIG_PROC=y
  42. CONFIG_LOG_BUF_SHIFT=14
  43. # CONFIG_SYSFS_DEPRECATED is not set
  44. # CONFIG_RELAY is not set
  45. CONFIG_BLK_DEV_INITRD=y
  46. CONFIG_INITRAMFS_SOURCE=""
  47. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  48. CONFIG_SYSCTL=y
  49. CONFIG_EMBEDDED=y
  50. CONFIG_UID16=y
  51. CONFIG_SYSCTL_SYSCALL=y
  52. CONFIG_KALLSYMS=y
  53. CONFIG_KALLSYMS_ALL=y
  54. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  55. CONFIG_HOTPLUG=y
  56. CONFIG_PRINTK=y
  57. CONFIG_BUG=y
  58. CONFIG_ELF_CORE=y
  59. CONFIG_BASE_FULL=y
  60. CONFIG_FUTEX=y
  61. CONFIG_ANON_INODES=y
  62. CONFIG_EPOLL=y
  63. CONFIG_SIGNALFD=y
  64. CONFIG_TIMERFD=y
  65. CONFIG_EVENTFD=y
  66. CONFIG_SHMEM=y
  67. CONFIG_VM_EVENT_COUNTERS=y
  68. CONFIG_SLAB=y
  69. # CONFIG_SLUB is not set
  70. # CONFIG_SLOB is not set
  71. CONFIG_RT_MUTEXES=y
  72. # CONFIG_TINY_SHMEM is not set
  73. CONFIG_BASE_SMALL=0
  74. #
  75. # Loadable module support
  76. #
  77. CONFIG_MODULES=y
  78. CONFIG_MODULE_UNLOAD=y
  79. # CONFIG_MODULE_FORCE_UNLOAD is not set
  80. # CONFIG_MODVERSIONS is not set
  81. # CONFIG_MODULE_SRCVERSION_ALL is not set
  82. CONFIG_KMOD=y
  83. #
  84. # Block layer
  85. #
  86. CONFIG_BLOCK=y
  87. # CONFIG_LBD is not set
  88. # CONFIG_BLK_DEV_IO_TRACE is not set
  89. # CONFIG_LSF is not set
  90. #
  91. # IO Schedulers
  92. #
  93. CONFIG_IOSCHED_NOOP=y
  94. # CONFIG_IOSCHED_AS is not set
  95. # CONFIG_IOSCHED_DEADLINE is not set
  96. # CONFIG_IOSCHED_CFQ is not set
  97. # CONFIG_DEFAULT_AS is not set
  98. # CONFIG_DEFAULT_DEADLINE is not set
  99. # CONFIG_DEFAULT_CFQ is not set
  100. CONFIG_DEFAULT_NOOP=y
  101. CONFIG_DEFAULT_IOSCHED="noop"
  102. #
  103. # System type
  104. #
  105. CONFIG_CPU_SH4=y
  106. CONFIG_CPU_SH4A=y
  107. CONFIG_CPU_SHX3=y
  108. # CONFIG_CPU_SUBTYPE_SH7619 is not set
  109. # CONFIG_CPU_SUBTYPE_SH7206 is not set
  110. # CONFIG_CPU_SUBTYPE_SH7300 is not set
  111. # CONFIG_CPU_SUBTYPE_SH7705 is not set
  112. # CONFIG_CPU_SUBTYPE_SH7706 is not set
  113. # CONFIG_CPU_SUBTYPE_SH7707 is not set
  114. # CONFIG_CPU_SUBTYPE_SH7708 is not set
  115. # CONFIG_CPU_SUBTYPE_SH7709 is not set
  116. # CONFIG_CPU_SUBTYPE_SH7710 is not set
  117. # CONFIG_CPU_SUBTYPE_SH7712 is not set
  118. # CONFIG_CPU_SUBTYPE_SH7750 is not set
  119. # CONFIG_CPU_SUBTYPE_SH7091 is not set
  120. # CONFIG_CPU_SUBTYPE_SH7750R is not set
  121. # CONFIG_CPU_SUBTYPE_SH7750S is not set
  122. # CONFIG_CPU_SUBTYPE_SH7751 is not set
  123. # CONFIG_CPU_SUBTYPE_SH7751R is not set
  124. # CONFIG_CPU_SUBTYPE_SH7760 is not set
  125. # CONFIG_CPU_SUBTYPE_SH4_202 is not set
  126. # CONFIG_CPU_SUBTYPE_ST40STB1 is not set
  127. # CONFIG_CPU_SUBTYPE_ST40GX1 is not set
  128. # CONFIG_CPU_SUBTYPE_SH7770 is not set
  129. # CONFIG_CPU_SUBTYPE_SH7780 is not set
  130. # CONFIG_CPU_SUBTYPE_SH7785 is not set
  131. CONFIG_CPU_SUBTYPE_SHX3=y
  132. # CONFIG_CPU_SUBTYPE_SH73180 is not set
  133. # CONFIG_CPU_SUBTYPE_SH7343 is not set
  134. # CONFIG_CPU_SUBTYPE_SH7722 is not set
  135. #
  136. # Memory management options
  137. #
  138. CONFIG_QUICKLIST=y
  139. CONFIG_MMU=y
  140. CONFIG_PAGE_OFFSET=0x80000000
  141. CONFIG_MEMORY_START=0x0c000000
  142. CONFIG_MEMORY_SIZE=0x04000000
  143. CONFIG_VSYSCALL=y
  144. CONFIG_ARCH_FLATMEM_ENABLE=y
  145. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  146. CONFIG_ARCH_SPARSEMEM_DEFAULT=y
  147. CONFIG_MAX_ACTIVE_REGIONS=1
  148. CONFIG_ARCH_POPULATES_NODE_MAP=y
  149. CONFIG_ARCH_SELECT_MEMORY_MODEL=y
  150. CONFIG_PAGE_SIZE_4KB=y
  151. # CONFIG_PAGE_SIZE_8KB is not set
  152. # CONFIG_PAGE_SIZE_64KB is not set
  153. CONFIG_HUGETLB_PAGE_SIZE_64K=y
  154. # CONFIG_HUGETLB_PAGE_SIZE_256K is not set
  155. # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
  156. # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set
  157. # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set
  158. CONFIG_SELECT_MEMORY_MODEL=y
  159. CONFIG_FLATMEM_MANUAL=y
  160. # CONFIG_DISCONTIGMEM_MANUAL is not set
  161. # CONFIG_SPARSEMEM_MANUAL is not set
  162. CONFIG_FLATMEM=y
  163. CONFIG_FLAT_NODE_MEM_MAP=y
  164. CONFIG_SPARSEMEM_STATIC=y
  165. CONFIG_SPLIT_PTLOCK_CPUS=4
  166. # CONFIG_RESOURCES_64BIT is not set
  167. CONFIG_ZONE_DMA_FLAG=0
  168. CONFIG_NR_QUICK=2
  169. #
  170. # Cache configuration
  171. #
  172. # CONFIG_SH_DIRECT_MAPPED is not set
  173. # CONFIG_SH_WRITETHROUGH is not set
  174. #
  175. # Processor features
  176. #
  177. CONFIG_CPU_LITTLE_ENDIAN=y
  178. # CONFIG_CPU_BIG_ENDIAN is not set
  179. # CONFIG_SH_FPU is not set
  180. # CONFIG_SH_FPU_EMU is not set
  181. CONFIG_SH_DSP=y
  182. CONFIG_SH_STORE_QUEUES=y
  183. CONFIG_CPU_HAS_INTEVT=y
  184. CONFIG_CPU_HAS_INTC2_IRQ=y
  185. CONFIG_CPU_HAS_SR_RB=y
  186. #
  187. # Board support
  188. #
  189. #
  190. # Timer and clock configuration
  191. #
  192. CONFIG_SH_TMU=y
  193. CONFIG_SH_TIMER_IRQ=16
  194. CONFIG_SH_PCLK_FREQ=50000000
  195. CONFIG_TICK_ONESHOT=y
  196. CONFIG_NO_HZ=y
  197. CONFIG_HIGH_RES_TIMERS=y
  198. #
  199. # CPU Frequency scaling
  200. #
  201. # CONFIG_CPU_FREQ is not set
  202. #
  203. # DMA support
  204. #
  205. # CONFIG_SH_DMA is not set
  206. #
  207. # Companion Chips
  208. #
  209. #
  210. # Additional SuperH Device Drivers
  211. #
  212. CONFIG_HEARTBEAT=y
  213. # CONFIG_PUSH_SWITCH is not set
  214. #
  215. # Kernel features
  216. #
  217. # CONFIG_HZ_100 is not set
  218. CONFIG_HZ_250=y
  219. # CONFIG_HZ_300 is not set
  220. # CONFIG_HZ_1000 is not set
  221. CONFIG_HZ=250
  222. CONFIG_KEXEC=y
  223. # CONFIG_CRASH_DUMP is not set
  224. # CONFIG_PREEMPT_NONE is not set
  225. # CONFIG_PREEMPT_VOLUNTARY is not set
  226. CONFIG_PREEMPT=y
  227. CONFIG_PREEMPT_BKL=y
  228. #
  229. # Boot options
  230. #
  231. CONFIG_ZERO_PAGE_OFFSET=0x00001000
  232. CONFIG_BOOT_LINK_OFFSET=0x00800000
  233. # CONFIG_UBC_WAKEUP is not set
  234. CONFIG_CMDLINE_BOOL=y
  235. CONFIG_CMDLINE="console=ttySC0,115200 ip=192.168.1.2:::255.255.255.0 root=/dev/nfs nfsroot=192.168.1.1:/exports/devel/rfs/mobiler noaliencache earlyprintk=bios ignore_loglevel"
  236. #
  237. # Bus options
  238. #
  239. # CONFIG_ARCH_SUPPORTS_MSI is not set
  240. #
  241. # PCCARD (PCMCIA/CardBus) support
  242. #
  243. # CONFIG_PCCARD is not set
  244. #
  245. # Executable file formats
  246. #
  247. CONFIG_BINFMT_ELF=y
  248. # CONFIG_BINFMT_MISC is not set
  249. #
  250. # Networking
  251. #
  252. # CONFIG_NET is not set
  253. #
  254. # Device Drivers
  255. #
  256. #
  257. # Generic Driver Options
  258. #
  259. CONFIG_STANDALONE=y
  260. CONFIG_PREVENT_FIRMWARE_BUILD=y
  261. # CONFIG_FW_LOADER is not set
  262. # CONFIG_DEBUG_DRIVER is not set
  263. # CONFIG_DEBUG_DEVRES is not set
  264. # CONFIG_SYS_HYPERVISOR is not set
  265. #
  266. # Connector - unified userspace <-> kernelspace linker
  267. #
  268. # CONFIG_MTD is not set
  269. #
  270. # Parallel port support
  271. #
  272. # CONFIG_PARPORT is not set
  273. #
  274. # Plug and Play support
  275. #
  276. # CONFIG_PNPACPI is not set
  277. #
  278. # Block devices
  279. #
  280. # CONFIG_BLK_DEV_COW_COMMON is not set
  281. # CONFIG_BLK_DEV_LOOP is not set
  282. CONFIG_BLK_DEV_RAM=y
  283. CONFIG_BLK_DEV_RAM_COUNT=16
  284. CONFIG_BLK_DEV_RAM_SIZE=4096
  285. CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
  286. # CONFIG_CDROM_PKTCDVD is not set
  287. #
  288. # Misc devices
  289. #
  290. # CONFIG_BLINK is not set
  291. # CONFIG_IDE is not set
  292. #
  293. # SCSI device support
  294. #
  295. # CONFIG_RAID_ATTRS is not set
  296. CONFIG_SCSI=y
  297. # CONFIG_SCSI_TGT is not set
  298. # CONFIG_SCSI_NETLINK is not set
  299. CONFIG_SCSI_PROC_FS=y
  300. #
  301. # SCSI support type (disk, tape, CD-ROM)
  302. #
  303. CONFIG_BLK_DEV_SD=y
  304. # CONFIG_CHR_DEV_ST is not set
  305. # CONFIG_CHR_DEV_OSST is not set
  306. # CONFIG_BLK_DEV_SR is not set
  307. # CONFIG_CHR_DEV_SG is not set
  308. # CONFIG_CHR_DEV_SCH is not set
  309. #
  310. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  311. #
  312. # CONFIG_SCSI_MULTI_LUN is not set
  313. # CONFIG_SCSI_CONSTANTS is not set
  314. # CONFIG_SCSI_LOGGING is not set
  315. # CONFIG_SCSI_SCAN_ASYNC is not set
  316. CONFIG_SCSI_WAIT_SCAN=m
  317. #
  318. # SCSI Transports
  319. #
  320. # CONFIG_SCSI_SPI_ATTRS is not set
  321. # CONFIG_SCSI_FC_ATTRS is not set
  322. # CONFIG_SCSI_SAS_ATTRS is not set
  323. # CONFIG_SCSI_SAS_LIBSAS is not set
  324. #
  325. # SCSI low-level drivers
  326. #
  327. # CONFIG_SCSI_DEBUG is not set
  328. CONFIG_ATA=y
  329. # CONFIG_ATA_NONSTANDARD is not set
  330. CONFIG_PATA_PLATFORM=y
  331. #
  332. # Multi-device support (RAID and LVM)
  333. #
  334. # CONFIG_MD is not set
  335. #
  336. # ISDN subsystem
  337. #
  338. #
  339. # Telephony Support
  340. #
  341. # CONFIG_PHONE is not set
  342. #
  343. # Input device support
  344. #
  345. CONFIG_INPUT=y
  346. # CONFIG_INPUT_FF_MEMLESS is not set
  347. #
  348. # Userland interfaces
  349. #
  350. CONFIG_INPUT_MOUSEDEV=y
  351. # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
  352. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  353. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  354. # CONFIG_INPUT_JOYDEV is not set
  355. # CONFIG_INPUT_TSDEV is not set
  356. # CONFIG_INPUT_EVDEV is not set
  357. # CONFIG_INPUT_EVBUG is not set
  358. #
  359. # Input Device Drivers
  360. #
  361. CONFIG_INPUT_KEYBOARD=y
  362. CONFIG_KEYBOARD_ATKBD=y
  363. # CONFIG_KEYBOARD_SUNKBD is not set
  364. # CONFIG_KEYBOARD_LKKBD is not set
  365. # CONFIG_KEYBOARD_XTKBD is not set
  366. # CONFIG_KEYBOARD_NEWTON is not set
  367. # CONFIG_KEYBOARD_STOWAWAY is not set
  368. # CONFIG_INPUT_MOUSE is not set
  369. # CONFIG_INPUT_JOYSTICK is not set
  370. # CONFIG_INPUT_TABLET is not set
  371. # CONFIG_INPUT_TOUCHSCREEN is not set
  372. # CONFIG_INPUT_MISC is not set
  373. #
  374. # Hardware I/O ports
  375. #
  376. CONFIG_SERIO=y
  377. # CONFIG_SERIO_I8042 is not set
  378. # CONFIG_SERIO_SERPORT is not set
  379. CONFIG_SERIO_LIBPS2=y
  380. # CONFIG_SERIO_RAW is not set
  381. # CONFIG_GAMEPORT is not set
  382. #
  383. # Character devices
  384. #
  385. # CONFIG_VT is not set
  386. # CONFIG_SERIAL_NONSTANDARD is not set
  387. #
  388. # Serial drivers
  389. #
  390. # CONFIG_SERIAL_8250 is not set
  391. #
  392. # Non-8250 serial port support
  393. #
  394. CONFIG_SERIAL_SH_SCI=y
  395. CONFIG_SERIAL_SH_SCI_NR_UARTS=2
  396. CONFIG_SERIAL_SH_SCI_CONSOLE=y
  397. CONFIG_SERIAL_CORE=y
  398. CONFIG_SERIAL_CORE_CONSOLE=y
  399. CONFIG_UNIX98_PTYS=y
  400. CONFIG_LEGACY_PTYS=y
  401. CONFIG_LEGACY_PTY_COUNT=256
  402. #
  403. # IPMI
  404. #
  405. # CONFIG_IPMI_HANDLER is not set
  406. # CONFIG_WATCHDOG is not set
  407. CONFIG_HW_RANDOM=y
  408. # CONFIG_R3964 is not set
  409. # CONFIG_RAW_DRIVER is not set
  410. #
  411. # TPM devices
  412. #
  413. # CONFIG_TCG_TPM is not set
  414. # CONFIG_I2C is not set
  415. #
  416. # SPI support
  417. #
  418. # CONFIG_SPI is not set
  419. # CONFIG_SPI_MASTER is not set
  420. #
  421. # Dallas's 1-wire bus
  422. #
  423. # CONFIG_W1 is not set
  424. # CONFIG_HWMON is not set
  425. #
  426. # Multifunction device drivers
  427. #
  428. # CONFIG_MFD_SM501 is not set
  429. #
  430. # Multimedia devices
  431. #
  432. # CONFIG_VIDEO_DEV is not set
  433. # CONFIG_DAB is not set
  434. #
  435. # Graphics support
  436. #
  437. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  438. #
  439. # Display device support
  440. #
  441. # CONFIG_DISPLAY_SUPPORT is not set
  442. # CONFIG_VGASTATE is not set
  443. # CONFIG_FB is not set
  444. #
  445. # Sound
  446. #
  447. # CONFIG_SOUND is not set
  448. #
  449. # HID Devices
  450. #
  451. # CONFIG_HID is not set
  452. #
  453. # USB support
  454. #
  455. # CONFIG_USB_ARCH_HAS_HCD is not set
  456. # CONFIG_USB_ARCH_HAS_OHCI is not set
  457. # CONFIG_USB_ARCH_HAS_EHCI is not set
  458. #
  459. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  460. #
  461. #
  462. # USB Gadget Support
  463. #
  464. # CONFIG_USB_GADGET is not set
  465. # CONFIG_MMC is not set
  466. #
  467. # LED devices
  468. #
  469. # CONFIG_NEW_LEDS is not set
  470. #
  471. # LED drivers
  472. #
  473. #
  474. # LED Triggers
  475. #
  476. #
  477. # InfiniBand support
  478. #
  479. #
  480. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  481. #
  482. #
  483. # Real Time Clock
  484. #
  485. CONFIG_RTC_LIB=y
  486. CONFIG_RTC_CLASS=y
  487. CONFIG_RTC_HCTOSYS=y
  488. CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
  489. # CONFIG_RTC_DEBUG is not set
  490. #
  491. # RTC interfaces
  492. #
  493. CONFIG_RTC_INTF_SYSFS=y
  494. CONFIG_RTC_INTF_PROC=y
  495. CONFIG_RTC_INTF_DEV=y
  496. # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
  497. # CONFIG_RTC_DRV_TEST is not set
  498. #
  499. # I2C RTC drivers
  500. #
  501. #
  502. # SPI RTC drivers
  503. #
  504. #
  505. # Platform RTC drivers
  506. #
  507. # CONFIG_RTC_DRV_DS1553 is not set
  508. # CONFIG_RTC_DRV_DS1742 is not set
  509. # CONFIG_RTC_DRV_M48T86 is not set
  510. # CONFIG_RTC_DRV_V3020 is not set
  511. #
  512. # on-CPU RTC drivers
  513. #
  514. CONFIG_RTC_DRV_SH=y
  515. #
  516. # DMA Engine support
  517. #
  518. # CONFIG_DMA_ENGINE is not set
  519. #
  520. # DMA Clients
  521. #
  522. #
  523. # DMA Devices
  524. #
  525. #
  526. # File systems
  527. #
  528. CONFIG_EXT2_FS=y
  529. # CONFIG_EXT2_FS_XATTR is not set
  530. # CONFIG_EXT2_FS_XIP is not set
  531. CONFIG_EXT3_FS=y
  532. CONFIG_EXT3_FS_XATTR=y
  533. # CONFIG_EXT3_FS_POSIX_ACL is not set
  534. # CONFIG_EXT3_FS_SECURITY is not set
  535. # CONFIG_EXT4DEV_FS is not set
  536. CONFIG_JBD=y
  537. # CONFIG_JBD_DEBUG is not set
  538. CONFIG_FS_MBCACHE=y
  539. # CONFIG_REISERFS_FS is not set
  540. # CONFIG_JFS_FS is not set
  541. # CONFIG_FS_POSIX_ACL is not set
  542. # CONFIG_XFS_FS is not set
  543. # CONFIG_GFS2_FS is not set
  544. # CONFIG_MINIX_FS is not set
  545. # CONFIG_ROMFS_FS is not set
  546. CONFIG_INOTIFY=y
  547. CONFIG_INOTIFY_USER=y
  548. # CONFIG_QUOTA is not set
  549. CONFIG_DNOTIFY=y
  550. # CONFIG_AUTOFS_FS is not set
  551. # CONFIG_AUTOFS4_FS is not set
  552. # CONFIG_FUSE_FS is not set
  553. #
  554. # CD-ROM/DVD Filesystems
  555. #
  556. # CONFIG_ISO9660_FS is not set
  557. # CONFIG_UDF_FS is not set
  558. #
  559. # DOS/FAT/NT Filesystems
  560. #
  561. # CONFIG_MSDOS_FS is not set
  562. # CONFIG_VFAT_FS is not set
  563. # CONFIG_NTFS_FS is not set
  564. #
  565. # Pseudo filesystems
  566. #
  567. CONFIG_PROC_FS=y
  568. CONFIG_PROC_KCORE=y
  569. CONFIG_PROC_SYSCTL=y
  570. CONFIG_SYSFS=y
  571. CONFIG_TMPFS=y
  572. # CONFIG_TMPFS_POSIX_ACL is not set
  573. CONFIG_HUGETLBFS=y
  574. CONFIG_HUGETLB_PAGE=y
  575. CONFIG_RAMFS=y
  576. # CONFIG_CONFIGFS_FS is not set
  577. #
  578. # Miscellaneous filesystems
  579. #
  580. # CONFIG_ADFS_FS is not set
  581. # CONFIG_AFFS_FS is not set
  582. # CONFIG_HFS_FS is not set
  583. # CONFIG_HFSPLUS_FS is not set
  584. # CONFIG_BEFS_FS is not set
  585. # CONFIG_BFS_FS is not set
  586. # CONFIG_EFS_FS is not set
  587. # CONFIG_CRAMFS is not set
  588. # CONFIG_VXFS_FS is not set
  589. # CONFIG_HPFS_FS is not set
  590. # CONFIG_QNX4FS_FS is not set
  591. # CONFIG_SYSV_FS is not set
  592. # CONFIG_UFS_FS is not set
  593. #
  594. # Partition Types
  595. #
  596. # CONFIG_PARTITION_ADVANCED is not set
  597. CONFIG_MSDOS_PARTITION=y
  598. #
  599. # Native Language Support
  600. #
  601. # CONFIG_NLS is not set
  602. #
  603. # Profiling support
  604. #
  605. CONFIG_PROFILING=y
  606. # CONFIG_OPROFILE is not set
  607. #
  608. # Kernel hacking
  609. #
  610. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  611. CONFIG_PRINTK_TIME=y
  612. # CONFIG_ENABLE_MUST_CHECK is not set
  613. CONFIG_MAGIC_SYSRQ=y
  614. # CONFIG_UNUSED_SYMBOLS is not set
  615. CONFIG_DEBUG_FS=y
  616. # CONFIG_HEADERS_CHECK is not set
  617. CONFIG_DEBUG_KERNEL=y
  618. # CONFIG_DEBUG_SHIRQ is not set
  619. CONFIG_DETECT_SOFTLOCKUP=y
  620. # CONFIG_SCHEDSTATS is not set
  621. # CONFIG_TIMER_STATS is not set
  622. CONFIG_DEBUG_SLAB=y
  623. CONFIG_DEBUG_SLAB_LEAK=y
  624. CONFIG_DEBUG_PREEMPT=y
  625. # CONFIG_DEBUG_RT_MUTEXES is not set
  626. # CONFIG_RT_MUTEX_TESTER is not set
  627. CONFIG_DEBUG_SPINLOCK=y
  628. CONFIG_DEBUG_MUTEXES=y
  629. CONFIG_DEBUG_LOCK_ALLOC=y
  630. # CONFIG_PROVE_LOCKING is not set
  631. CONFIG_LOCKDEP=y
  632. CONFIG_DEBUG_LOCKDEP=y
  633. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  634. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  635. CONFIG_STACKTRACE=y
  636. # CONFIG_DEBUG_KOBJECT is not set
  637. CONFIG_DEBUG_BUGVERBOSE=y
  638. # CONFIG_DEBUG_INFO is not set
  639. CONFIG_DEBUG_VM=y
  640. # CONFIG_DEBUG_LIST is not set
  641. CONFIG_FRAME_POINTER=y
  642. CONFIG_FORCED_INLINING=y
  643. # CONFIG_RCU_TORTURE_TEST is not set
  644. # CONFIG_FAULT_INJECTION is not set
  645. CONFIG_SH_STANDARD_BIOS=y
  646. # CONFIG_EARLY_SCIF_CONSOLE is not set
  647. CONFIG_EARLY_PRINTK=y
  648. # CONFIG_DEBUG_BOOTMEM is not set
  649. CONFIG_DEBUG_STACKOVERFLOW=y
  650. CONFIG_DEBUG_STACK_USAGE=y
  651. # CONFIG_4KSTACKS is not set
  652. # CONFIG_SH_KGDB is not set
  653. #
  654. # Security options
  655. #
  656. # CONFIG_KEYS is not set
  657. # CONFIG_SECURITY is not set
  658. #
  659. # Cryptographic options
  660. #
  661. # CONFIG_CRYPTO is not set
  662. #
  663. # Library routines
  664. #
  665. CONFIG_BITREVERSE=y
  666. # CONFIG_CRC_CCITT is not set
  667. # CONFIG_CRC16 is not set
  668. # CONFIG_CRC_ITU_T is not set
  669. CONFIG_CRC32=y
  670. # CONFIG_LIBCRC32C is not set
  671. CONFIG_PLIST=y
  672. CONFIG_HAS_IOMEM=y
  673. CONFIG_HAS_IOPORT=y
  674. CONFIG_HAS_DMA=y