mpc8641_hpcn_defconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.18-rc6
  4. # Sun Sep 10 10:30:15 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=y
  23. CONFIG_GENERIC_TBSYNC=y
  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 is not set
  31. # CONFIG_PPC_83xx is not set
  32. # CONFIG_PPC_85xx is not set
  33. CONFIG_PPC_86xx=y
  34. # CONFIG_40x is not set
  35. # CONFIG_44x is not set
  36. # CONFIG_8xx is not set
  37. # CONFIG_E200 is not set
  38. CONFIG_6xx=y
  39. CONFIG_PPC_FPU=y
  40. CONFIG_ALTIVEC=y
  41. CONFIG_PPC_STD_MMU=y
  42. CONFIG_PPC_STD_MMU_32=y
  43. CONFIG_SMP=y
  44. CONFIG_NR_CPUS=2
  45. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  46. #
  47. # Code maturity level options
  48. #
  49. CONFIG_EXPERIMENTAL=y
  50. CONFIG_LOCK_KERNEL=y
  51. CONFIG_INIT_ENV_ARG_LIMIT=32
  52. #
  53. # General setup
  54. #
  55. CONFIG_LOCALVERSION=""
  56. # CONFIG_LOCALVERSION_AUTO is not set
  57. # CONFIG_SWAP is not set
  58. # CONFIG_SYSVIPC is not set
  59. # CONFIG_POSIX_MQUEUE is not set
  60. # CONFIG_BSD_PROCESS_ACCT is not set
  61. # CONFIG_TASKSTATS is not set
  62. CONFIG_SYSCTL=y
  63. # CONFIG_AUDIT is not set
  64. CONFIG_IKCONFIG=y
  65. CONFIG_IKCONFIG_PROC=y
  66. # CONFIG_CPUSETS is not set
  67. # CONFIG_RELAY is not set
  68. CONFIG_INITRAMFS_SOURCE=""
  69. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  70. CONFIG_EMBEDDED=y
  71. CONFIG_KALLSYMS=y
  72. # CONFIG_KALLSYMS_ALL is not set
  73. CONFIG_KALLSYMS_EXTRA_PASS=y
  74. CONFIG_HOTPLUG=y
  75. CONFIG_PRINTK=y
  76. CONFIG_BUG=y
  77. # CONFIG_ELF_CORE is not set
  78. CONFIG_BASE_FULL=y
  79. CONFIG_RT_MUTEXES=y
  80. CONFIG_FUTEX=y
  81. CONFIG_EPOLL=y
  82. CONFIG_SHMEM=y
  83. # CONFIG_SLAB is not set
  84. CONFIG_VM_EVENT_COUNTERS=y
  85. # CONFIG_TINY_SHMEM is not set
  86. CONFIG_BASE_SMALL=0
  87. CONFIG_SLOB=y
  88. #
  89. # Loadable module support
  90. #
  91. # CONFIG_MODULES is not set
  92. #
  93. # Block layer
  94. #
  95. # CONFIG_LBD is not set
  96. # CONFIG_BLK_DEV_IO_TRACE is not set
  97. # CONFIG_LSF is not set
  98. #
  99. # IO Schedulers
  100. #
  101. CONFIG_IOSCHED_NOOP=y
  102. # CONFIG_IOSCHED_AS is not set
  103. CONFIG_IOSCHED_DEADLINE=y
  104. # CONFIG_IOSCHED_CFQ is not set
  105. # CONFIG_DEFAULT_AS is not set
  106. CONFIG_DEFAULT_DEADLINE=y
  107. # CONFIG_DEFAULT_CFQ is not set
  108. # CONFIG_DEFAULT_NOOP is not set
  109. CONFIG_DEFAULT_IOSCHED="deadline"
  110. # CONFIG_WANT_EARLY_SERIAL is not set
  111. CONFIG_PPC_INDIRECT_PCI_BE=y
  112. CONFIG_MPIC=y
  113. #
  114. # Platform Support
  115. #
  116. CONFIG_MPC8641_HPCN=y
  117. CONFIG_MPC8641=y
  118. #
  119. # Kernel options
  120. #
  121. CONFIG_HIGHMEM=y
  122. # CONFIG_HZ_100 is not set
  123. # CONFIG_HZ_250 is not set
  124. CONFIG_HZ_1000=y
  125. CONFIG_HZ=1000
  126. CONFIG_PREEMPT_NONE=y
  127. # CONFIG_PREEMPT_VOLUNTARY is not set
  128. # CONFIG_PREEMPT is not set
  129. CONFIG_PREEMPT_BKL=y
  130. CONFIG_BINFMT_ELF=y
  131. # CONFIG_BINFMT_MISC is not set
  132. CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
  133. # CONFIG_IRQ_ALL_CPUS is not set
  134. CONFIG_ARCH_FLATMEM_ENABLE=y
  135. CONFIG_SELECT_MEMORY_MODEL=y
  136. CONFIG_FLATMEM_MANUAL=y
  137. # CONFIG_DISCONTIGMEM_MANUAL is not set
  138. # CONFIG_SPARSEMEM_MANUAL is not set
  139. CONFIG_FLATMEM=y
  140. CONFIG_FLAT_NODE_MEM_MAP=y
  141. # CONFIG_SPARSEMEM_STATIC is not set
  142. CONFIG_SPLIT_PTLOCK_CPUS=4
  143. # CONFIG_RESOURCES_64BIT is not set
  144. CONFIG_PROC_DEVICETREE=y
  145. # CONFIG_CMDLINE_BOOL is not set
  146. # CONFIG_PM is not set
  147. # CONFIG_SECCOMP is not set
  148. CONFIG_ISA_DMA_API=y
  149. #
  150. # Bus options
  151. #
  152. CONFIG_GENERIC_ISA_DMA=y
  153. # CONFIG_MPIC_WEIRD is not set
  154. CONFIG_PPC_I8259=y
  155. CONFIG_PPC_INDIRECT_PCI=y
  156. CONFIG_FSL_SOC=y
  157. CONFIG_PCI=y
  158. CONFIG_PCI_DOMAINS=y
  159. # CONFIG_PCIEPORTBUS is not set
  160. # CONFIG_PCI_DEBUG is not set
  161. #
  162. # PCCARD (PCMCIA/CardBus) support
  163. #
  164. # CONFIG_PCCARD is not set
  165. #
  166. # PCI Hotplug Support
  167. #
  168. # CONFIG_HOTPLUG_PCI is not set
  169. #
  170. # Advanced setup
  171. #
  172. # CONFIG_ADVANCED_OPTIONS is not set
  173. #
  174. # Default settings for advanced configuration options are used
  175. #
  176. CONFIG_HIGHMEM_START=0xfe000000
  177. CONFIG_LOWMEM_SIZE=0x30000000
  178. CONFIG_KERNEL_START=0xc0000000
  179. CONFIG_TASK_SIZE=0x80000000
  180. CONFIG_BOOT_LOAD=0x00800000
  181. #
  182. # Networking
  183. #
  184. CONFIG_NET=y
  185. #
  186. # Networking options
  187. #
  188. # CONFIG_NETDEBUG is not set
  189. CONFIG_PACKET=y
  190. # CONFIG_PACKET_MMAP is not set
  191. CONFIG_UNIX=y
  192. CONFIG_XFRM=y
  193. CONFIG_XFRM_USER=y
  194. # CONFIG_NET_KEY is not set
  195. CONFIG_INET=y
  196. # CONFIG_IP_MULTICAST is not set
  197. # CONFIG_IP_ADVANCED_ROUTER is not set
  198. CONFIG_IP_FIB_HASH=y
  199. CONFIG_IP_PNP=y
  200. CONFIG_IP_PNP_DHCP=y
  201. CONFIG_IP_PNP_BOOTP=y
  202. CONFIG_IP_PNP_RARP=y
  203. # CONFIG_NET_IPIP is not set
  204. # CONFIG_NET_IPGRE is not set
  205. # CONFIG_ARPD is not set
  206. # CONFIG_SYN_COOKIES is not set
  207. # CONFIG_INET_AH is not set
  208. # CONFIG_INET_ESP is not set
  209. # CONFIG_INET_IPCOMP is not set
  210. # CONFIG_INET_XFRM_TUNNEL is not set
  211. # CONFIG_INET_TUNNEL is not set
  212. CONFIG_INET_XFRM_MODE_TRANSPORT=y
  213. CONFIG_INET_XFRM_MODE_TUNNEL=y
  214. CONFIG_INET_DIAG=y
  215. CONFIG_INET_TCP_DIAG=y
  216. # CONFIG_TCP_CONG_ADVANCED is not set
  217. CONFIG_TCP_CONG_BIC=y
  218. CONFIG_IPV6=y
  219. # CONFIG_IPV6_PRIVACY is not set
  220. # CONFIG_IPV6_ROUTER_PREF is not set
  221. # CONFIG_INET6_AH is not set
  222. # CONFIG_INET6_ESP is not set
  223. # CONFIG_INET6_IPCOMP is not set
  224. # CONFIG_INET6_XFRM_TUNNEL is not set
  225. # CONFIG_INET6_TUNNEL is not set
  226. CONFIG_INET6_XFRM_MODE_TRANSPORT=y
  227. CONFIG_INET6_XFRM_MODE_TUNNEL=y
  228. # CONFIG_IPV6_TUNNEL is not set
  229. # CONFIG_NETWORK_SECMARK is not set
  230. # CONFIG_NETFILTER is not set
  231. #
  232. # DCCP Configuration (EXPERIMENTAL)
  233. #
  234. # CONFIG_IP_DCCP is not set
  235. #
  236. # SCTP Configuration (EXPERIMENTAL)
  237. #
  238. # CONFIG_IP_SCTP is not set
  239. #
  240. # TIPC Configuration (EXPERIMENTAL)
  241. #
  242. # CONFIG_TIPC is not set
  243. # CONFIG_ATM is not set
  244. # CONFIG_BRIDGE is not set
  245. # CONFIG_VLAN_8021Q is not set
  246. # CONFIG_DECNET is not set
  247. # CONFIG_LLC2 is not set
  248. # CONFIG_IPX is not set
  249. # CONFIG_ATALK is not set
  250. # CONFIG_X25 is not set
  251. # CONFIG_LAPB is not set
  252. # CONFIG_NET_DIVERT is not set
  253. # CONFIG_ECONET is not set
  254. # CONFIG_WAN_ROUTER is not set
  255. #
  256. # QoS and/or fair queueing
  257. #
  258. # CONFIG_NET_SCHED is not set
  259. #
  260. # Network testing
  261. #
  262. # CONFIG_NET_PKTGEN is not set
  263. # CONFIG_HAMRADIO is not set
  264. # CONFIG_IRDA is not set
  265. # CONFIG_BT is not set
  266. # CONFIG_IEEE80211 is not set
  267. #
  268. # Device Drivers
  269. #
  270. #
  271. # Generic Driver Options
  272. #
  273. CONFIG_STANDALONE=y
  274. CONFIG_PREVENT_FIRMWARE_BUILD=y
  275. CONFIG_FW_LOADER=y
  276. # CONFIG_DEBUG_DRIVER is not set
  277. # CONFIG_SYS_HYPERVISOR is not set
  278. #
  279. # Connector - unified userspace <-> kernelspace linker
  280. #
  281. # CONFIG_CONNECTOR is not set
  282. #
  283. # Memory Technology Devices (MTD)
  284. #
  285. # CONFIG_MTD is not set
  286. #
  287. # Parallel port support
  288. #
  289. # CONFIG_PARPORT is not set
  290. #
  291. # Plug and Play support
  292. #
  293. #
  294. # Block devices
  295. #
  296. # CONFIG_BLK_DEV_FD is not set
  297. # CONFIG_BLK_CPQ_DA is not set
  298. # CONFIG_BLK_CPQ_CISS_DA is not set
  299. # CONFIG_BLK_DEV_DAC960 is not set
  300. # CONFIG_BLK_DEV_UMEM is not set
  301. # CONFIG_BLK_DEV_COW_COMMON is not set
  302. CONFIG_BLK_DEV_LOOP=y
  303. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  304. # CONFIG_BLK_DEV_NBD is not set
  305. # CONFIG_BLK_DEV_SX8 is not set
  306. CONFIG_BLK_DEV_RAM=y
  307. CONFIG_BLK_DEV_RAM_COUNT=16
  308. CONFIG_BLK_DEV_RAM_SIZE=131072
  309. CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
  310. CONFIG_BLK_DEV_INITRD=y
  311. # CONFIG_CDROM_PKTCDVD is not set
  312. # CONFIG_ATA_OVER_ETH is not set
  313. #
  314. # ATA/ATAPI/MFM/RLL support
  315. #
  316. # CONFIG_IDE is not set
  317. #
  318. # SCSI device support
  319. #
  320. # CONFIG_RAID_ATTRS is not set
  321. # CONFIG_SCSI is not set
  322. #
  323. # Multi-device support (RAID and LVM)
  324. #
  325. # CONFIG_MD is not set
  326. #
  327. # Fusion MPT device support
  328. #
  329. # CONFIG_FUSION is not set
  330. #
  331. # IEEE 1394 (FireWire) support
  332. #
  333. # CONFIG_IEEE1394 is not set
  334. #
  335. # I2O device support
  336. #
  337. # CONFIG_I2O is not set
  338. #
  339. # Macintosh device drivers
  340. #
  341. # CONFIG_WINDFARM is not set
  342. #
  343. # Network device support
  344. #
  345. CONFIG_NETDEVICES=y
  346. CONFIG_DUMMY=y
  347. # CONFIG_BONDING is not set
  348. # CONFIG_EQUALIZER is not set
  349. # CONFIG_TUN is not set
  350. #
  351. # ARCnet devices
  352. #
  353. # CONFIG_ARCNET is not set
  354. #
  355. # PHY device support
  356. #
  357. CONFIG_PHYLIB=y
  358. #
  359. # MII PHY device drivers
  360. #
  361. # CONFIG_MARVELL_PHY is not set
  362. # CONFIG_DAVICOM_PHY is not set
  363. # CONFIG_QSEMI_PHY is not set
  364. # CONFIG_LXT_PHY is not set
  365. # CONFIG_CICADA_PHY is not set
  366. CONFIG_VITESSE_PHY=y
  367. # CONFIG_SMSC_PHY is not set
  368. # CONFIG_FIXED_PHY is not set
  369. #
  370. # Ethernet (10 or 100Mbit)
  371. #
  372. CONFIG_NET_ETHERNET=y
  373. CONFIG_MII=y
  374. # CONFIG_HAPPYMEAL is not set
  375. # CONFIG_SUNGEM is not set
  376. # CONFIG_CASSINI is not set
  377. # CONFIG_NET_VENDOR_3COM is not set
  378. #
  379. # Tulip family network device support
  380. #
  381. # CONFIG_NET_TULIP is not set
  382. # CONFIG_HP100 is not set
  383. # CONFIG_NET_PCI is not set
  384. #
  385. # Ethernet (1000 Mbit)
  386. #
  387. # CONFIG_ACENIC is not set
  388. # CONFIG_DL2K is not set
  389. # CONFIG_E1000 is not set
  390. # CONFIG_NS83820 is not set
  391. # CONFIG_HAMACHI is not set
  392. # CONFIG_YELLOWFIN is not set
  393. # CONFIG_R8169 is not set
  394. # CONFIG_SIS190 is not set
  395. # CONFIG_SKGE is not set
  396. # CONFIG_SKY2 is not set
  397. # CONFIG_SK98LIN is not set
  398. # CONFIG_TIGON3 is not set
  399. # CONFIG_BNX2 is not set
  400. CONFIG_GIANFAR=y
  401. # CONFIG_GFAR_NAPI is not set
  402. #
  403. # Ethernet (10000 Mbit)
  404. #
  405. # CONFIG_CHELSIO_T1 is not set
  406. # CONFIG_IXGB is not set
  407. # CONFIG_S2IO is not set
  408. # CONFIG_MYRI10GE is not set
  409. #
  410. # Token Ring devices
  411. #
  412. # CONFIG_TR is not set
  413. #
  414. # Wireless LAN (non-hamradio)
  415. #
  416. # CONFIG_NET_RADIO is not set
  417. #
  418. # Wan interfaces
  419. #
  420. # CONFIG_WAN is not set
  421. # CONFIG_FDDI is not set
  422. # CONFIG_HIPPI is not set
  423. # CONFIG_PPP is not set
  424. # CONFIG_SLIP is not set
  425. # CONFIG_SHAPER is not set
  426. # CONFIG_NETCONSOLE is not set
  427. # CONFIG_NETPOLL is not set
  428. # CONFIG_NET_POLL_CONTROLLER is not set
  429. #
  430. # ISDN subsystem
  431. #
  432. # CONFIG_ISDN is not set
  433. #
  434. # Telephony Support
  435. #
  436. # CONFIG_PHONE is not set
  437. #
  438. # Input device support
  439. #
  440. CONFIG_INPUT=y
  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 is not set
  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=y
  461. CONFIG_SERIO_I8042=y
  462. CONFIG_SERIO_SERPORT=y
  463. # CONFIG_SERIO_PCIPS2 is not set
  464. CONFIG_SERIO_LIBPS2=y
  465. # CONFIG_SERIO_RAW is not set
  466. # CONFIG_GAMEPORT is not set
  467. #
  468. # Character devices
  469. #
  470. CONFIG_VT=y
  471. CONFIG_VT_CONSOLE=y
  472. CONFIG_HW_CONSOLE=y
  473. # CONFIG_VT_HW_CONSOLE_BINDING is not set
  474. # CONFIG_SERIAL_NONSTANDARD is not set
  475. #
  476. # Serial drivers
  477. #
  478. CONFIG_SERIAL_8250=y
  479. CONFIG_SERIAL_8250_CONSOLE=y
  480. CONFIG_SERIAL_8250_PCI=y
  481. CONFIG_SERIAL_8250_NR_UARTS=2
  482. CONFIG_SERIAL_8250_RUNTIME_UARTS=2
  483. CONFIG_SERIAL_8250_EXTENDED=y
  484. CONFIG_SERIAL_8250_MANY_PORTS=y
  485. CONFIG_SERIAL_8250_SHARE_IRQ=y
  486. CONFIG_SERIAL_8250_DETECT_IRQ=y
  487. CONFIG_SERIAL_8250_RSA=y
  488. #
  489. # Non-8250 serial port support
  490. #
  491. CONFIG_SERIAL_CORE=y
  492. CONFIG_SERIAL_CORE_CONSOLE=y
  493. # CONFIG_SERIAL_JSM is not set
  494. CONFIG_UNIX98_PTYS=y
  495. # CONFIG_LEGACY_PTYS is not set
  496. #
  497. # IPMI
  498. #
  499. # CONFIG_IPMI_HANDLER is not set
  500. #
  501. # Watchdog Cards
  502. #
  503. # CONFIG_WATCHDOG is not set
  504. # CONFIG_HW_RANDOM is not set
  505. # CONFIG_NVRAM is not set
  506. # CONFIG_GEN_RTC is not set
  507. # CONFIG_DTLK is not set
  508. # CONFIG_R3964 is not set
  509. # CONFIG_APPLICOM is not set
  510. #
  511. # Ftape, the floppy tape device driver
  512. #
  513. # CONFIG_AGP is not set
  514. # CONFIG_DRM is not set
  515. # CONFIG_RAW_DRIVER is not set
  516. #
  517. # TPM devices
  518. #
  519. # CONFIG_TCG_TPM is not set
  520. # CONFIG_TELCLOCK is not set
  521. #
  522. # I2C support
  523. #
  524. CONFIG_I2C=y
  525. # CONFIG_I2C_CHARDEV is not set
  526. #
  527. # I2C Algorithms
  528. #
  529. # CONFIG_I2C_ALGOBIT is not set
  530. # CONFIG_I2C_ALGOPCF is not set
  531. # CONFIG_I2C_ALGOPCA is not set
  532. #
  533. # I2C Hardware Bus support
  534. #
  535. # CONFIG_I2C_ALI1535 is not set
  536. # CONFIG_I2C_ALI1563 is not set
  537. # CONFIG_I2C_ALI15X3 is not set
  538. # CONFIG_I2C_AMD756 is not set
  539. # CONFIG_I2C_AMD8111 is not set
  540. # CONFIG_I2C_I801 is not set
  541. # CONFIG_I2C_I810 is not set
  542. # CONFIG_I2C_PIIX4 is not set
  543. CONFIG_I2C_MPC=y
  544. # CONFIG_I2C_NFORCE2 is not set
  545. # CONFIG_I2C_OCORES is not set
  546. # CONFIG_I2C_PARPORT_LIGHT is not set
  547. # CONFIG_I2C_PROSAVAGE is not set
  548. # CONFIG_I2C_SAVAGE4 is not set
  549. # CONFIG_I2C_SIS5595 is not set
  550. # CONFIG_I2C_SIS630 is not set
  551. # CONFIG_I2C_SIS96X is not set
  552. # CONFIG_I2C_VIA is not set
  553. # CONFIG_I2C_VIAPRO is not set
  554. # CONFIG_I2C_VOODOO3 is not set
  555. # CONFIG_I2C_PCA_ISA is not set
  556. #
  557. # Miscellaneous I2C Chip support
  558. #
  559. # CONFIG_SENSORS_DS1337 is not set
  560. # CONFIG_SENSORS_DS1374 is not set
  561. CONFIG_SENSORS_EEPROM=y
  562. # CONFIG_SENSORS_PCF8574 is not set
  563. # CONFIG_SENSORS_PCA9539 is not set
  564. # CONFIG_SENSORS_PCF8591 is not set
  565. # CONFIG_SENSORS_M41T00 is not set
  566. # CONFIG_SENSORS_MAX6875 is not set
  567. # CONFIG_I2C_DEBUG_CORE is not set
  568. # CONFIG_I2C_DEBUG_ALGO is not set
  569. # CONFIG_I2C_DEBUG_BUS is not set
  570. # CONFIG_I2C_DEBUG_CHIP is not set
  571. #
  572. # SPI support
  573. #
  574. # CONFIG_SPI is not set
  575. # CONFIG_SPI_MASTER is not set
  576. #
  577. # Dallas's 1-wire bus
  578. #
  579. #
  580. # Hardware Monitoring support
  581. #
  582. # CONFIG_HWMON is not set
  583. # CONFIG_HWMON_VID is not set
  584. #
  585. # Misc devices
  586. #
  587. #
  588. # Multimedia devices
  589. #
  590. # CONFIG_VIDEO_DEV is not set
  591. CONFIG_VIDEO_V4L2=y
  592. #
  593. # Digital Video Broadcasting Devices
  594. #
  595. # CONFIG_DVB is not set
  596. #
  597. # Graphics support
  598. #
  599. CONFIG_FIRMWARE_EDID=y
  600. # CONFIG_FB is not set
  601. #
  602. # Console display driver support
  603. #
  604. CONFIG_VGA_CONSOLE=y
  605. # CONFIG_VGACON_SOFT_SCROLLBACK is not set
  606. CONFIG_DUMMY_CONSOLE=y
  607. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  608. #
  609. # Sound
  610. #
  611. # CONFIG_SOUND is not set
  612. #
  613. # USB support
  614. #
  615. CONFIG_USB_ARCH_HAS_HCD=y
  616. CONFIG_USB_ARCH_HAS_OHCI=y
  617. CONFIG_USB_ARCH_HAS_EHCI=y
  618. # CONFIG_USB is not set
  619. #
  620. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  621. #
  622. #
  623. # USB Gadget Support
  624. #
  625. # CONFIG_USB_GADGET is not set
  626. #
  627. # MMC/SD Card support
  628. #
  629. # CONFIG_MMC is not set
  630. #
  631. # LED devices
  632. #
  633. # CONFIG_NEW_LEDS is not set
  634. #
  635. # LED drivers
  636. #
  637. #
  638. # LED Triggers
  639. #
  640. #
  641. # InfiniBand support
  642. #
  643. # CONFIG_INFINIBAND is not set
  644. #
  645. # EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
  646. #
  647. #
  648. # Real Time Clock
  649. #
  650. # CONFIG_RTC_CLASS is not set
  651. #
  652. # DMA Engine support
  653. #
  654. # CONFIG_DMA_ENGINE is not set
  655. #
  656. # DMA Clients
  657. #
  658. #
  659. # DMA Devices
  660. #
  661. #
  662. # File systems
  663. #
  664. CONFIG_EXT2_FS=y
  665. # CONFIG_EXT2_FS_XATTR is not set
  666. # CONFIG_EXT2_FS_XIP is not set
  667. CONFIG_EXT3_FS=y
  668. CONFIG_EXT3_FS_XATTR=y
  669. # CONFIG_EXT3_FS_POSIX_ACL is not set
  670. # CONFIG_EXT3_FS_SECURITY is not set
  671. CONFIG_JBD=y
  672. # CONFIG_JBD_DEBUG is not set
  673. CONFIG_FS_MBCACHE=y
  674. # CONFIG_REISERFS_FS is not set
  675. # CONFIG_JFS_FS is not set
  676. # CONFIG_FS_POSIX_ACL is not set
  677. # CONFIG_XFS_FS is not set
  678. # CONFIG_OCFS2_FS is not set
  679. # CONFIG_MINIX_FS is not set
  680. # CONFIG_ROMFS_FS is not set
  681. # CONFIG_INOTIFY is not set
  682. # CONFIG_QUOTA is not set
  683. # CONFIG_DNOTIFY is not set
  684. # CONFIG_AUTOFS_FS is not set
  685. # CONFIG_AUTOFS4_FS is not set
  686. # CONFIG_FUSE_FS is not set
  687. #
  688. # CD-ROM/DVD Filesystems
  689. #
  690. # CONFIG_ISO9660_FS is not set
  691. # CONFIG_UDF_FS is not set
  692. #
  693. # DOS/FAT/NT Filesystems
  694. #
  695. # CONFIG_MSDOS_FS is not set
  696. # CONFIG_VFAT_FS is not set
  697. # CONFIG_NTFS_FS is not set
  698. #
  699. # Pseudo filesystems
  700. #
  701. CONFIG_PROC_FS=y
  702. CONFIG_PROC_KCORE=y
  703. CONFIG_SYSFS=y
  704. CONFIG_TMPFS=y
  705. # CONFIG_HUGETLB_PAGE is not set
  706. CONFIG_RAMFS=y
  707. # CONFIG_CONFIGFS_FS is not set
  708. #
  709. # Miscellaneous filesystems
  710. #
  711. # CONFIG_ADFS_FS is not set
  712. # CONFIG_AFFS_FS is not set
  713. # CONFIG_HFS_FS is not set
  714. # CONFIG_HFSPLUS_FS is not set
  715. # CONFIG_BEFS_FS is not set
  716. # CONFIG_BFS_FS is not set
  717. # CONFIG_EFS_FS is not set
  718. # CONFIG_CRAMFS is not set
  719. # CONFIG_VXFS_FS is not set
  720. # CONFIG_HPFS_FS is not set
  721. # CONFIG_QNX4FS_FS is not set
  722. # CONFIG_SYSV_FS is not set
  723. # CONFIG_UFS_FS is not set
  724. #
  725. # Network File Systems
  726. #
  727. CONFIG_NFS_FS=y
  728. CONFIG_NFS_V3=y
  729. # CONFIG_NFS_V3_ACL is not set
  730. # CONFIG_NFS_V4 is not set
  731. # CONFIG_NFS_DIRECTIO is not set
  732. CONFIG_NFSD=y
  733. # CONFIG_NFSD_V3 is not set
  734. CONFIG_NFSD_TCP=y
  735. CONFIG_ROOT_NFS=y
  736. CONFIG_LOCKD=y
  737. CONFIG_LOCKD_V4=y
  738. CONFIG_EXPORTFS=y
  739. CONFIG_NFS_COMMON=y
  740. CONFIG_SUNRPC=y
  741. # CONFIG_RPCSEC_GSS_KRB5 is not set
  742. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  743. # CONFIG_SMB_FS is not set
  744. # CONFIG_CIFS is not set
  745. # CONFIG_NCP_FS is not set
  746. # CONFIG_CODA_FS is not set
  747. # CONFIG_AFS_FS is not set
  748. # CONFIG_9P_FS is not set
  749. #
  750. # Partition Types
  751. #
  752. CONFIG_PARTITION_ADVANCED=y
  753. # CONFIG_ACORN_PARTITION is not set
  754. # CONFIG_OSF_PARTITION is not set
  755. # CONFIG_AMIGA_PARTITION is not set
  756. # CONFIG_ATARI_PARTITION is not set
  757. # CONFIG_MAC_PARTITION is not set
  758. CONFIG_MSDOS_PARTITION=y
  759. # CONFIG_BSD_DISKLABEL is not set
  760. # CONFIG_MINIX_SUBPARTITION is not set
  761. # CONFIG_SOLARIS_X86_PARTITION is not set
  762. # CONFIG_UNIXWARE_DISKLABEL is not set
  763. CONFIG_LDM_PARTITION=y
  764. # CONFIG_LDM_DEBUG is not set
  765. # CONFIG_SGI_PARTITION is not set
  766. # CONFIG_ULTRIX_PARTITION is not set
  767. # CONFIG_SUN_PARTITION is not set
  768. # CONFIG_KARMA_PARTITION is not set
  769. # CONFIG_EFI_PARTITION is not set
  770. #
  771. # Native Language Support
  772. #
  773. CONFIG_NLS=y
  774. CONFIG_NLS_DEFAULT="iso8859-1"
  775. # CONFIG_NLS_CODEPAGE_437 is not set
  776. # CONFIG_NLS_CODEPAGE_737 is not set
  777. # CONFIG_NLS_CODEPAGE_775 is not set
  778. # CONFIG_NLS_CODEPAGE_850 is not set
  779. # CONFIG_NLS_CODEPAGE_852 is not set
  780. # CONFIG_NLS_CODEPAGE_855 is not set
  781. # CONFIG_NLS_CODEPAGE_857 is not set
  782. # CONFIG_NLS_CODEPAGE_860 is not set
  783. # CONFIG_NLS_CODEPAGE_861 is not set
  784. # CONFIG_NLS_CODEPAGE_862 is not set
  785. # CONFIG_NLS_CODEPAGE_863 is not set
  786. # CONFIG_NLS_CODEPAGE_864 is not set
  787. # CONFIG_NLS_CODEPAGE_865 is not set
  788. # CONFIG_NLS_CODEPAGE_866 is not set
  789. # CONFIG_NLS_CODEPAGE_869 is not set
  790. # CONFIG_NLS_CODEPAGE_936 is not set
  791. # CONFIG_NLS_CODEPAGE_950 is not set
  792. # CONFIG_NLS_CODEPAGE_932 is not set
  793. # CONFIG_NLS_CODEPAGE_949 is not set
  794. # CONFIG_NLS_CODEPAGE_874 is not set
  795. # CONFIG_NLS_ISO8859_8 is not set
  796. # CONFIG_NLS_CODEPAGE_1250 is not set
  797. # CONFIG_NLS_CODEPAGE_1251 is not set
  798. # CONFIG_NLS_ASCII is not set
  799. # CONFIG_NLS_ISO8859_1 is not set
  800. # CONFIG_NLS_ISO8859_2 is not set
  801. # CONFIG_NLS_ISO8859_3 is not set
  802. # CONFIG_NLS_ISO8859_4 is not set
  803. # CONFIG_NLS_ISO8859_5 is not set
  804. # CONFIG_NLS_ISO8859_6 is not set
  805. # CONFIG_NLS_ISO8859_7 is not set
  806. # CONFIG_NLS_ISO8859_9 is not set
  807. # CONFIG_NLS_ISO8859_13 is not set
  808. # CONFIG_NLS_ISO8859_14 is not set
  809. # CONFIG_NLS_ISO8859_15 is not set
  810. # CONFIG_NLS_KOI8_R is not set
  811. # CONFIG_NLS_KOI8_U is not set
  812. # CONFIG_NLS_UTF8 is not set
  813. #
  814. # Library routines
  815. #
  816. # CONFIG_CRC_CCITT is not set
  817. # CONFIG_CRC16 is not set
  818. CONFIG_CRC32=y
  819. # CONFIG_LIBCRC32C is not set
  820. CONFIG_PLIST=y
  821. #
  822. # Instrumentation Support
  823. #
  824. # CONFIG_PROFILING is not set
  825. #
  826. # Kernel hacking
  827. #
  828. # CONFIG_PRINTK_TIME is not set
  829. # CONFIG_MAGIC_SYSRQ is not set
  830. # CONFIG_UNUSED_SYMBOLS is not set
  831. CONFIG_DEBUG_KERNEL=y
  832. CONFIG_LOG_BUF_SHIFT=14
  833. CONFIG_DETECT_SOFTLOCKUP=y
  834. # CONFIG_SCHEDSTATS is not set
  835. # CONFIG_DEBUG_RT_MUTEXES is not set
  836. # CONFIG_RT_MUTEX_TESTER is not set
  837. # CONFIG_DEBUG_SPINLOCK is not set
  838. # CONFIG_DEBUG_MUTEXES is not set
  839. # CONFIG_DEBUG_RWSEMS is not set
  840. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  841. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  842. # CONFIG_DEBUG_KOBJECT is not set
  843. # CONFIG_DEBUG_HIGHMEM is not set
  844. # CONFIG_DEBUG_INFO is not set
  845. # CONFIG_DEBUG_FS is not set
  846. # CONFIG_DEBUG_VM is not set
  847. # CONFIG_UNWIND_INFO is not set
  848. CONFIG_FORCED_INLINING=y
  849. # CONFIG_RCU_TORTURE_TEST is not set
  850. # CONFIG_DEBUGGER is not set
  851. # CONFIG_BDI_SWITCH is not set
  852. # CONFIG_BOOTX_TEXT is not set
  853. # CONFIG_PPC_EARLY_DEBUG is not set
  854. #
  855. # Security options
  856. #
  857. # CONFIG_KEYS is not set
  858. # CONFIG_SECURITY is not set
  859. #
  860. # Cryptographic options
  861. #
  862. # CONFIG_CRYPTO is not set
  863. #
  864. # Hardware crypto devices
  865. #