ps3_defconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.19-rc6
  4. # Tue Nov 21 19:38:53 2006
  5. #
  6. CONFIG_PPC64=y
  7. CONFIG_64BIT=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_COMPAT=y
  19. CONFIG_SYSVIPC_COMPAT=y
  20. CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
  21. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  22. CONFIG_PPC_OF=y
  23. # CONFIG_PPC_UDBG_16550 is not set
  24. # CONFIG_GENERIC_TBSYNC is not set
  25. CONFIG_AUDIT_ARCH=y
  26. # CONFIG_DEFAULT_UIMAGE is not set
  27. #
  28. # Processor support
  29. #
  30. # CONFIG_POWER4_ONLY is not set
  31. CONFIG_POWER3=y
  32. CONFIG_POWER4=y
  33. CONFIG_PPC_FPU=y
  34. # CONFIG_PPC_DCR_NATIVE is not set
  35. # CONFIG_PPC_DCR_MMIO is not set
  36. # CONFIG_PPC_OF_PLATFORM_PCI is not set
  37. CONFIG_ALTIVEC=y
  38. CONFIG_PPC_STD_MMU=y
  39. CONFIG_VIRT_CPU_ACCOUNTING=y
  40. CONFIG_SMP=y
  41. CONFIG_NR_CPUS=2
  42. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  43. #
  44. # Code maturity level options
  45. #
  46. CONFIG_EXPERIMENTAL=y
  47. CONFIG_LOCK_KERNEL=y
  48. CONFIG_INIT_ENV_ARG_LIMIT=32
  49. #
  50. # General setup
  51. #
  52. CONFIG_LOCALVERSION=""
  53. CONFIG_LOCALVERSION_AUTO=y
  54. CONFIG_SWAP=y
  55. CONFIG_SYSVIPC=y
  56. # CONFIG_IPC_NS is not set
  57. # CONFIG_POSIX_MQUEUE is not set
  58. # CONFIG_BSD_PROCESS_ACCT is not set
  59. # CONFIG_TASKSTATS is not set
  60. # CONFIG_UTS_NS is not set
  61. # CONFIG_AUDIT is not set
  62. # CONFIG_IKCONFIG is not set
  63. # CONFIG_CPUSETS is not set
  64. # CONFIG_RELAY is not set
  65. CONFIG_INITRAMFS_SOURCE=""
  66. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  67. CONFIG_SYSCTL=y
  68. CONFIG_EMBEDDED=y
  69. # CONFIG_SYSCTL_SYSCALL is not set
  70. CONFIG_KALLSYMS=y
  71. CONFIG_KALLSYMS_ALL=y
  72. CONFIG_KALLSYMS_EXTRA_PASS=y
  73. CONFIG_HOTPLUG=y
  74. CONFIG_PRINTK=y
  75. CONFIG_BUG=y
  76. CONFIG_ELF_CORE=y
  77. CONFIG_BASE_FULL=y
  78. CONFIG_FUTEX=y
  79. CONFIG_EPOLL=y
  80. CONFIG_SHMEM=y
  81. CONFIG_SLAB=y
  82. CONFIG_VM_EVENT_COUNTERS=y
  83. CONFIG_RT_MUTEXES=y
  84. # CONFIG_TINY_SHMEM is not set
  85. CONFIG_BASE_SMALL=0
  86. # CONFIG_SLOB is not set
  87. #
  88. # Loadable module support
  89. #
  90. CONFIG_MODULES=y
  91. CONFIG_MODULE_UNLOAD=y
  92. # CONFIG_MODULE_FORCE_UNLOAD is not set
  93. # CONFIG_MODVERSIONS is not set
  94. # CONFIG_MODULE_SRCVERSION_ALL is not set
  95. CONFIG_KMOD=y
  96. CONFIG_STOP_MACHINE=y
  97. #
  98. # Block layer
  99. #
  100. CONFIG_BLOCK=y
  101. # CONFIG_BLK_DEV_IO_TRACE is not set
  102. #
  103. # IO Schedulers
  104. #
  105. CONFIG_IOSCHED_NOOP=y
  106. CONFIG_IOSCHED_AS=y
  107. CONFIG_IOSCHED_DEADLINE=y
  108. CONFIG_IOSCHED_CFQ=y
  109. CONFIG_DEFAULT_AS=y
  110. # CONFIG_DEFAULT_DEADLINE is not set
  111. # CONFIG_DEFAULT_CFQ is not set
  112. # CONFIG_DEFAULT_NOOP is not set
  113. CONFIG_DEFAULT_IOSCHED="anticipatory"
  114. #
  115. # Platform support
  116. #
  117. CONFIG_PPC_MULTIPLATFORM=y
  118. # CONFIG_EMBEDDED6xx is not set
  119. # CONFIG_APUS is not set
  120. # CONFIG_PPC_PSERIES is not set
  121. # CONFIG_PPC_ISERIES is not set
  122. # CONFIG_PPC_PMAC is not set
  123. # CONFIG_PPC_MAPLE is not set
  124. # CONFIG_PPC_PASEMI is not set
  125. CONFIG_PPC_CELL=y
  126. # CONFIG_PPC_CELL_NATIVE is not set
  127. # CONFIG_PPC_IBM_CELL_BLADE is not set
  128. CONFIG_PPC_PS3=y
  129. # CONFIG_U3_DART is not set
  130. # CONFIG_PPC_RTAS is not set
  131. # CONFIG_MMIO_NVRAM is not set
  132. # CONFIG_PPC_MPC106 is not set
  133. # CONFIG_PPC_970_NAP is not set
  134. # CONFIG_PPC_INDIRECT_IO is not set
  135. # CONFIG_GENERIC_IOMAP is not set
  136. # CONFIG_CPU_FREQ is not set
  137. # CONFIG_WANT_EARLY_SERIAL is not set
  138. # CONFIG_MPIC is not set
  139. #
  140. # Cell Broadband Engine options
  141. #
  142. CONFIG_SPU_FS=y
  143. CONFIG_SPU_BASE=y
  144. # CONFIG_CBE_RAS is not set
  145. #
  146. # PS3 Platform Options
  147. #
  148. CONFIG_PS3_HTAB_SIZE=20
  149. CONFIG_PS3_DYNAMIC_DMA=y
  150. CONFIG_PS3_USE_LPAR_ADDR=y
  151. #
  152. # Kernel options
  153. #
  154. # CONFIG_HZ_100 is not set
  155. CONFIG_HZ_250=y
  156. # CONFIG_HZ_1000 is not set
  157. CONFIG_HZ=250
  158. CONFIG_PREEMPT_NONE=y
  159. # CONFIG_PREEMPT_VOLUNTARY is not set
  160. # CONFIG_PREEMPT is not set
  161. # CONFIG_PREEMPT_BKL is not set
  162. CONFIG_BINFMT_ELF=y
  163. CONFIG_BINFMT_MISC=y
  164. CONFIG_FORCE_MAX_ZONEORDER=9
  165. # CONFIG_IOMMU_VMERGE is not set
  166. CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
  167. # CONFIG_KEXEC is not set
  168. # CONFIG_CRASH_DUMP is not set
  169. # CONFIG_IRQ_ALL_CPUS is not set
  170. # CONFIG_NUMA is not set
  171. CONFIG_ARCH_SELECT_MEMORY_MODEL=y
  172. CONFIG_ARCH_FLATMEM_ENABLE=y
  173. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  174. CONFIG_ARCH_SPARSEMEM_DEFAULT=y
  175. CONFIG_ARCH_POPULATES_NODE_MAP=y
  176. CONFIG_SELECT_MEMORY_MODEL=y
  177. # CONFIG_FLATMEM_MANUAL is not set
  178. # CONFIG_DISCONTIGMEM_MANUAL is not set
  179. CONFIG_SPARSEMEM_MANUAL=y
  180. CONFIG_SPARSEMEM=y
  181. CONFIG_HAVE_MEMORY_PRESENT=y
  182. # CONFIG_SPARSEMEM_STATIC is not set
  183. CONFIG_SPARSEMEM_EXTREME=y
  184. CONFIG_MEMORY_HOTPLUG=y
  185. CONFIG_MEMORY_HOTPLUG_SPARSE=y
  186. CONFIG_SPLIT_PTLOCK_CPUS=4
  187. CONFIG_RESOURCES_64BIT=y
  188. CONFIG_ARCH_MEMORY_PROBE=y
  189. CONFIG_PPC_64K_PAGES=y
  190. # CONFIG_SCHED_SMT is not set
  191. CONFIG_PROC_DEVICETREE=y
  192. CONFIG_CMDLINE_BOOL=y
  193. CONFIG_CMDLINE="root=/dev/nfs rw ip=dhcp"
  194. # CONFIG_PM is not set
  195. # CONFIG_SECCOMP is not set
  196. CONFIG_ISA_DMA_API=y
  197. #
  198. # Bus options
  199. #
  200. CONFIG_GENERIC_ISA_DMA=y
  201. # CONFIG_MPIC_WEIRD is not set
  202. # CONFIG_PPC_I8259 is not set
  203. # CONFIG_PCI is not set
  204. # CONFIG_PCI_DOMAINS is not set
  205. #
  206. # PCCARD (PCMCIA/CardBus) support
  207. #
  208. # CONFIG_PCCARD is not set
  209. #
  210. # PCI Hotplug Support
  211. #
  212. CONFIG_KERNEL_START=0xc000000000000000
  213. #
  214. # Networking
  215. #
  216. CONFIG_NET=y
  217. #
  218. # Networking options
  219. #
  220. # CONFIG_NETDEBUG is not set
  221. # CONFIG_PACKET is not set
  222. CONFIG_UNIX=y
  223. # CONFIG_NET_KEY is not set
  224. CONFIG_INET=y
  225. # CONFIG_IP_MULTICAST is not set
  226. # CONFIG_IP_ADVANCED_ROUTER is not set
  227. CONFIG_IP_FIB_HASH=y
  228. CONFIG_IP_PNP=y
  229. CONFIG_IP_PNP_DHCP=y
  230. # CONFIG_IP_PNP_BOOTP is not set
  231. # CONFIG_IP_PNP_RARP is not set
  232. # CONFIG_NET_IPIP is not set
  233. # CONFIG_NET_IPGRE is not set
  234. # CONFIG_ARPD is not set
  235. # CONFIG_SYN_COOKIES is not set
  236. # CONFIG_INET_AH is not set
  237. # CONFIG_INET_ESP is not set
  238. # CONFIG_INET_IPCOMP is not set
  239. # CONFIG_INET_XFRM_TUNNEL is not set
  240. # CONFIG_INET_TUNNEL is not set
  241. # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
  242. # CONFIG_INET_XFRM_MODE_TUNNEL is not set
  243. # CONFIG_INET_XFRM_MODE_BEET is not set
  244. # CONFIG_INET_DIAG is not set
  245. # CONFIG_TCP_CONG_ADVANCED is not set
  246. CONFIG_TCP_CONG_CUBIC=y
  247. CONFIG_DEFAULT_TCP_CONG="cubic"
  248. # CONFIG_IPV6 is not set
  249. # CONFIG_INET6_XFRM_TUNNEL is not set
  250. # CONFIG_INET6_TUNNEL is not set
  251. # CONFIG_NETWORK_SECMARK is not set
  252. # CONFIG_NETFILTER is not set
  253. #
  254. # DCCP Configuration (EXPERIMENTAL)
  255. #
  256. # CONFIG_IP_DCCP is not set
  257. #
  258. # SCTP Configuration (EXPERIMENTAL)
  259. #
  260. # CONFIG_IP_SCTP is not set
  261. #
  262. # TIPC Configuration (EXPERIMENTAL)
  263. #
  264. # CONFIG_TIPC is not set
  265. # CONFIG_ATM is not set
  266. # CONFIG_BRIDGE is not set
  267. # CONFIG_VLAN_8021Q is not set
  268. # CONFIG_DECNET is not set
  269. # CONFIG_LLC2 is not set
  270. # CONFIG_IPX is not set
  271. # CONFIG_ATALK is not set
  272. # CONFIG_X25 is not set
  273. # CONFIG_LAPB is not set
  274. # CONFIG_ECONET is not set
  275. # CONFIG_WAN_ROUTER is not set
  276. #
  277. # QoS and/or fair queueing
  278. #
  279. # CONFIG_NET_SCHED is not set
  280. #
  281. # Network testing
  282. #
  283. # CONFIG_NET_PKTGEN is not set
  284. # CONFIG_HAMRADIO is not set
  285. # CONFIG_IRDA is not set
  286. # CONFIG_BT is not set
  287. # CONFIG_IEEE80211 is not set
  288. #
  289. # Device Drivers
  290. #
  291. #
  292. # Generic Driver Options
  293. #
  294. CONFIG_STANDALONE=y
  295. CONFIG_PREVENT_FIRMWARE_BUILD=y
  296. # CONFIG_FW_LOADER is not set
  297. # CONFIG_DEBUG_DRIVER is not set
  298. # CONFIG_SYS_HYPERVISOR is not set
  299. #
  300. # Connector - unified userspace <-> kernelspace linker
  301. #
  302. # CONFIG_CONNECTOR is not set
  303. #
  304. # Memory Technology Devices (MTD)
  305. #
  306. # CONFIG_MTD is not set
  307. #
  308. # Parallel port support
  309. #
  310. # CONFIG_PARPORT is not set
  311. #
  312. # Plug and Play support
  313. #
  314. #
  315. # Block devices
  316. #
  317. # CONFIG_BLK_DEV_FD is not set
  318. # CONFIG_BLK_DEV_COW_COMMON is not set
  319. # CONFIG_BLK_DEV_LOOP is not set
  320. # CONFIG_BLK_DEV_NBD is not set
  321. # CONFIG_BLK_DEV_RAM is not set
  322. # CONFIG_BLK_DEV_INITRD is not set
  323. # CONFIG_CDROM_PKTCDVD is not set
  324. # CONFIG_ATA_OVER_ETH is not set
  325. #
  326. # Misc devices
  327. #
  328. # CONFIG_TIFM_CORE is not set
  329. #
  330. # ATA/ATAPI/MFM/RLL support
  331. #
  332. # CONFIG_IDE is not set
  333. #
  334. # SCSI device support
  335. #
  336. # CONFIG_RAID_ATTRS is not set
  337. CONFIG_SCSI=y
  338. # CONFIG_SCSI_NETLINK is not set
  339. CONFIG_SCSI_PROC_FS=y
  340. #
  341. # SCSI support type (disk, tape, CD-ROM)
  342. #
  343. # CONFIG_BLK_DEV_SD is not set
  344. # CONFIG_CHR_DEV_ST is not set
  345. # CONFIG_CHR_DEV_OSST is not set
  346. # CONFIG_BLK_DEV_SR is not set
  347. # CONFIG_CHR_DEV_SG is not set
  348. # CONFIG_CHR_DEV_SCH is not set
  349. #
  350. # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  351. #
  352. # CONFIG_SCSI_MULTI_LUN is not set
  353. # CONFIG_SCSI_CONSTANTS is not set
  354. # CONFIG_SCSI_LOGGING is not set
  355. #
  356. # SCSI Transports
  357. #
  358. # CONFIG_SCSI_SPI_ATTRS is not set
  359. # CONFIG_SCSI_FC_ATTRS is not set
  360. # CONFIG_SCSI_ISCSI_ATTRS is not set
  361. # CONFIG_SCSI_SAS_ATTRS is not set
  362. # CONFIG_SCSI_SAS_LIBSAS is not set
  363. #
  364. # SCSI low-level drivers
  365. #
  366. # CONFIG_ISCSI_TCP is not set
  367. # CONFIG_SCSI_DEBUG is not set
  368. #
  369. # Serial ATA (prod) and Parallel ATA (experimental) drivers
  370. #
  371. # CONFIG_ATA is not set
  372. #
  373. # Multi-device support (RAID and LVM)
  374. #
  375. # CONFIG_MD is not set
  376. #
  377. # Fusion MPT device support
  378. #
  379. # CONFIG_FUSION is not set
  380. #
  381. # IEEE 1394 (FireWire) support
  382. #
  383. #
  384. # I2O device support
  385. #
  386. #
  387. # Macintosh device drivers
  388. #
  389. # CONFIG_WINDFARM is not set
  390. #
  391. # Network device support
  392. #
  393. CONFIG_NETDEVICES=y
  394. # CONFIG_DUMMY is not set
  395. # CONFIG_BONDING is not set
  396. # CONFIG_EQUALIZER is not set
  397. # CONFIG_TUN is not set
  398. #
  399. # PHY device support
  400. #
  401. #
  402. # Ethernet (10 or 100Mbit)
  403. #
  404. # CONFIG_NET_ETHERNET is not set
  405. #
  406. # Ethernet (1000 Mbit)
  407. #
  408. #
  409. # Ethernet (10000 Mbit)
  410. #
  411. #
  412. # Token Ring devices
  413. #
  414. #
  415. # Wireless LAN (non-hamradio)
  416. #
  417. # CONFIG_NET_RADIO is not set
  418. #
  419. # Wan interfaces
  420. #
  421. # CONFIG_WAN is not set
  422. # CONFIG_PPP is not set
  423. # CONFIG_SLIP is not set
  424. # CONFIG_SHAPER is not set
  425. # CONFIG_NETCONSOLE is not set
  426. # CONFIG_NETPOLL is not set
  427. # CONFIG_NET_POLL_CONTROLLER is not set
  428. #
  429. # ISDN subsystem
  430. #
  431. # CONFIG_ISDN is not set
  432. #
  433. # Telephony Support
  434. #
  435. # CONFIG_PHONE is not set
  436. #
  437. # Input device support
  438. #
  439. CONFIG_INPUT=y
  440. # CONFIG_INPUT_FF_MEMLESS is not set
  441. #
  442. # Userland interfaces
  443. #
  444. # CONFIG_INPUT_MOUSEDEV is not set
  445. # CONFIG_INPUT_JOYDEV is not set
  446. # CONFIG_INPUT_TSDEV is not set
  447. CONFIG_INPUT_EVDEV=y
  448. # CONFIG_INPUT_EVBUG is not set
  449. #
  450. # Input Device Drivers
  451. #
  452. # CONFIG_INPUT_KEYBOARD is not set
  453. # CONFIG_INPUT_MOUSE is not set
  454. # CONFIG_INPUT_JOYSTICK is not set
  455. # CONFIG_INPUT_TOUCHSCREEN is not set
  456. # CONFIG_INPUT_MISC is not set
  457. #
  458. # Hardware I/O ports
  459. #
  460. # CONFIG_SERIO is not set
  461. # CONFIG_GAMEPORT is not set
  462. #
  463. # Character devices
  464. #
  465. CONFIG_VT=y
  466. CONFIG_VT_CONSOLE=y
  467. CONFIG_HW_CONSOLE=y
  468. # CONFIG_VT_HW_CONSOLE_BINDING is not set
  469. # CONFIG_SERIAL_NONSTANDARD is not set
  470. #
  471. # Serial drivers
  472. #
  473. # CONFIG_SERIAL_8250 is not set
  474. #
  475. # Non-8250 serial port support
  476. #
  477. CONFIG_UNIX98_PTYS=y
  478. # CONFIG_LEGACY_PTYS is not set
  479. #
  480. # IPMI
  481. #
  482. # CONFIG_IPMI_HANDLER is not set
  483. #
  484. # Watchdog Cards
  485. #
  486. # CONFIG_WATCHDOG is not set
  487. # CONFIG_HW_RANDOM is not set
  488. CONFIG_GEN_RTC=y
  489. # CONFIG_GEN_RTC_X is not set
  490. # CONFIG_DTLK is not set
  491. # CONFIG_R3964 is not set
  492. #
  493. # Ftape, the floppy tape device driver
  494. #
  495. # CONFIG_RAW_DRIVER is not set
  496. # CONFIG_HANGCHECK_TIMER is not set
  497. #
  498. # TPM devices
  499. #
  500. # CONFIG_TCG_TPM is not set
  501. #
  502. # I2C support
  503. #
  504. # CONFIG_I2C is not set
  505. #
  506. # SPI support
  507. #
  508. # CONFIG_SPI is not set
  509. # CONFIG_SPI_MASTER is not set
  510. #
  511. # Dallas's 1-wire bus
  512. #
  513. # CONFIG_W1 is not set
  514. #
  515. # Hardware Monitoring support
  516. #
  517. # CONFIG_HWMON is not set
  518. # CONFIG_HWMON_VID is not set
  519. #
  520. # Multimedia devices
  521. #
  522. # CONFIG_VIDEO_DEV is not set
  523. #
  524. # Digital Video Broadcasting Devices
  525. #
  526. # CONFIG_DVB is not set
  527. #
  528. # Graphics support
  529. #
  530. # CONFIG_FIRMWARE_EDID is not set
  531. # CONFIG_FB is not set
  532. #
  533. # Console display driver support
  534. #
  535. # CONFIG_VGA_CONSOLE is not set
  536. CONFIG_DUMMY_CONSOLE=y
  537. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  538. #
  539. # Sound
  540. #
  541. # CONFIG_SOUND is not set
  542. #
  543. # USB support
  544. #
  545. # CONFIG_USB_ARCH_HAS_HCD is not set
  546. # CONFIG_USB_ARCH_HAS_OHCI is not set
  547. # CONFIG_USB_ARCH_HAS_EHCI is not set
  548. #
  549. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  550. #
  551. #
  552. # USB Gadget Support
  553. #
  554. # CONFIG_USB_GADGET is not set
  555. #
  556. # MMC/SD Card support
  557. #
  558. # CONFIG_MMC is not set
  559. #
  560. # LED devices
  561. #
  562. # CONFIG_NEW_LEDS is not set
  563. #
  564. # LED drivers
  565. #
  566. #
  567. # LED Triggers
  568. #
  569. #
  570. # InfiniBand support
  571. #
  572. #
  573. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  574. #
  575. #
  576. # Real Time Clock
  577. #
  578. # CONFIG_RTC_CLASS is not set
  579. #
  580. # DMA Engine support
  581. #
  582. # CONFIG_DMA_ENGINE is not set
  583. #
  584. # DMA Clients
  585. #
  586. #
  587. # DMA Devices
  588. #
  589. #
  590. # File systems
  591. #
  592. # CONFIG_EXT2_FS is not set
  593. # CONFIG_EXT3_FS is not set
  594. # CONFIG_EXT4DEV_FS is not set
  595. # CONFIG_REISERFS_FS is not set
  596. # CONFIG_JFS_FS is not set
  597. # CONFIG_FS_POSIX_ACL is not set
  598. # CONFIG_XFS_FS is not set
  599. # CONFIG_GFS2_FS is not set
  600. # CONFIG_OCFS2_FS is not set
  601. # CONFIG_MINIX_FS is not set
  602. # CONFIG_ROMFS_FS is not set
  603. CONFIG_INOTIFY=y
  604. CONFIG_INOTIFY_USER=y
  605. # CONFIG_QUOTA is not set
  606. CONFIG_DNOTIFY=y
  607. # CONFIG_AUTOFS_FS is not set
  608. # CONFIG_AUTOFS4_FS is not set
  609. # CONFIG_FUSE_FS is not set
  610. #
  611. # CD-ROM/DVD Filesystems
  612. #
  613. # CONFIG_ISO9660_FS is not set
  614. # CONFIG_UDF_FS is not set
  615. #
  616. # DOS/FAT/NT Filesystems
  617. #
  618. # CONFIG_MSDOS_FS is not set
  619. # CONFIG_VFAT_FS is not set
  620. # CONFIG_NTFS_FS is not set
  621. #
  622. # Pseudo filesystems
  623. #
  624. CONFIG_PROC_FS=y
  625. CONFIG_PROC_KCORE=y
  626. CONFIG_PROC_SYSCTL=y
  627. CONFIG_SYSFS=y
  628. CONFIG_TMPFS=y
  629. # CONFIG_TMPFS_POSIX_ACL is not set
  630. # CONFIG_HUGETLBFS is not set
  631. # CONFIG_HUGETLB_PAGE is not set
  632. CONFIG_RAMFS=y
  633. # CONFIG_CONFIGFS_FS is not set
  634. #
  635. # Miscellaneous filesystems
  636. #
  637. # CONFIG_ADFS_FS is not set
  638. # CONFIG_AFFS_FS is not set
  639. # CONFIG_HFS_FS is not set
  640. # CONFIG_HFSPLUS_FS is not set
  641. # CONFIG_BEFS_FS is not set
  642. # CONFIG_BFS_FS is not set
  643. # CONFIG_EFS_FS is not set
  644. # CONFIG_CRAMFS is not set
  645. # CONFIG_VXFS_FS is not set
  646. # CONFIG_HPFS_FS is not set
  647. # CONFIG_QNX4FS_FS is not set
  648. # CONFIG_SYSV_FS is not set
  649. # CONFIG_UFS_FS is not set
  650. #
  651. # Network File Systems
  652. #
  653. CONFIG_NFS_FS=y
  654. CONFIG_NFS_V3=y
  655. # CONFIG_NFS_V3_ACL is not set
  656. # CONFIG_NFS_V4 is not set
  657. # CONFIG_NFS_DIRECTIO is not set
  658. # CONFIG_NFSD is not set
  659. CONFIG_ROOT_NFS=y
  660. CONFIG_LOCKD=y
  661. CONFIG_LOCKD_V4=y
  662. CONFIG_NFS_COMMON=y
  663. CONFIG_SUNRPC=y
  664. # CONFIG_RPCSEC_GSS_KRB5 is not set
  665. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  666. # CONFIG_SMB_FS is not set
  667. # CONFIG_CIFS is not set
  668. # CONFIG_NCP_FS is not set
  669. # CONFIG_CODA_FS is not set
  670. # CONFIG_AFS_FS is not set
  671. # CONFIG_9P_FS is not set
  672. #
  673. # Partition Types
  674. #
  675. # CONFIG_PARTITION_ADVANCED is not set
  676. CONFIG_MSDOS_PARTITION=y
  677. #
  678. # Native Language Support
  679. #
  680. # CONFIG_NLS is not set
  681. #
  682. # Library routines
  683. #
  684. # CONFIG_CRC_CCITT is not set
  685. # CONFIG_CRC16 is not set
  686. # CONFIG_CRC32 is not set
  687. # CONFIG_LIBCRC32C is not set
  688. CONFIG_PLIST=y
  689. #
  690. # Instrumentation Support
  691. #
  692. # CONFIG_PROFILING is not set
  693. # CONFIG_KPROBES is not set
  694. #
  695. # Kernel hacking
  696. #
  697. # CONFIG_PRINTK_TIME is not set
  698. CONFIG_ENABLE_MUST_CHECK=y
  699. # CONFIG_MAGIC_SYSRQ is not set
  700. # CONFIG_UNUSED_SYMBOLS is not set
  701. CONFIG_DEBUG_KERNEL=y
  702. CONFIG_LOG_BUF_SHIFT=17
  703. CONFIG_DETECT_SOFTLOCKUP=y
  704. # CONFIG_SCHEDSTATS is not set
  705. # CONFIG_DEBUG_SLAB is not set
  706. # CONFIG_DEBUG_RT_MUTEXES is not set
  707. # CONFIG_RT_MUTEX_TESTER is not set
  708. CONFIG_DEBUG_SPINLOCK=y
  709. # CONFIG_DEBUG_MUTEXES is not set
  710. # CONFIG_DEBUG_RWSEMS is not set
  711. CONFIG_DEBUG_SPINLOCK_SLEEP=y
  712. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  713. # CONFIG_DEBUG_KOBJECT is not set
  714. CONFIG_DEBUG_INFO=y
  715. # CONFIG_DEBUG_FS is not set
  716. # CONFIG_DEBUG_VM is not set
  717. CONFIG_DEBUG_LIST=y
  718. CONFIG_FORCED_INLINING=y
  719. # CONFIG_HEADERS_CHECK is not set
  720. # CONFIG_RCU_TORTURE_TEST is not set
  721. # CONFIG_DEBUG_STACKOVERFLOW is not set
  722. # CONFIG_DEBUG_STACK_USAGE is not set
  723. # CONFIG_DEBUGGER is not set
  724. CONFIG_IRQSTACKS=y
  725. # CONFIG_BOOTX_TEXT is not set
  726. CONFIG_PPC_EARLY_DEBUG=y
  727. # CONFIG_PPC_EARLY_DEBUG_LPAR is not set
  728. # CONFIG_PPC_EARLY_DEBUG_G5 is not set
  729. # CONFIG_PPC_EARLY_DEBUG_RTAS_PANEL is not set
  730. # CONFIG_PPC_EARLY_DEBUG_RTAS_CONSOLE is not set
  731. # CONFIG_PPC_EARLY_DEBUG_MAPLE is not set
  732. # CONFIG_PPC_EARLY_DEBUG_ISERIES is not set
  733. #
  734. # Security options
  735. #
  736. # CONFIG_KEYS is not set
  737. # CONFIG_SECURITY is not set
  738. #
  739. # Cryptographic options
  740. #
  741. # CONFIG_CRYPTO is not set