ixp2000_defconfig 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058
  1. #
  2. # Automatically generated make config: don't edit
  3. # Linux kernel version: 2.6.18-rc1
  4. # Sun Jul 9 15:28:50 2006
  5. #
  6. CONFIG_ARM=y
  7. CONFIG_MMU=y
  8. CONFIG_GENERIC_HARDIRQS=y
  9. CONFIG_HARDIRQS_SW_RESEND=y
  10. CONFIG_GENERIC_IRQ_PROBE=y
  11. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  12. CONFIG_GENERIC_HWEIGHT=y
  13. CONFIG_GENERIC_CALIBRATE_DELAY=y
  14. CONFIG_VECTORS_BASE=0xffff0000
  15. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  16. #
  17. # Code maturity level options
  18. #
  19. CONFIG_EXPERIMENTAL=y
  20. CONFIG_BROKEN_ON_SMP=y
  21. CONFIG_INIT_ENV_ARG_LIMIT=32
  22. #
  23. # General setup
  24. #
  25. CONFIG_LOCALVERSION=""
  26. CONFIG_LOCALVERSION_AUTO=y
  27. CONFIG_SWAP=y
  28. CONFIG_SYSVIPC=y
  29. # CONFIG_POSIX_MQUEUE is not set
  30. CONFIG_BSD_PROCESS_ACCT=y
  31. # CONFIG_BSD_PROCESS_ACCT_V3 is not set
  32. CONFIG_SYSCTL=y
  33. # CONFIG_AUDIT is not set
  34. # CONFIG_IKCONFIG is not set
  35. # CONFIG_RELAY is not set
  36. CONFIG_INITRAMFS_SOURCE=""
  37. CONFIG_UID16=y
  38. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  39. CONFIG_EMBEDDED=y
  40. CONFIG_KALLSYMS=y
  41. # CONFIG_KALLSYMS_ALL is not set
  42. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  43. # CONFIG_HOTPLUG is not set
  44. CONFIG_PRINTK=y
  45. CONFIG_BUG=y
  46. CONFIG_ELF_CORE=y
  47. CONFIG_BASE_FULL=y
  48. CONFIG_RT_MUTEXES=y
  49. CONFIG_FUTEX=y
  50. CONFIG_EPOLL=y
  51. CONFIG_SHMEM=y
  52. CONFIG_SLAB=y
  53. CONFIG_VM_EVENT_COUNTERS=y
  54. # CONFIG_TINY_SHMEM is not set
  55. CONFIG_BASE_SMALL=0
  56. # CONFIG_SLOB is not set
  57. #
  58. # Loadable module support
  59. #
  60. CONFIG_MODULES=y
  61. CONFIG_MODULE_UNLOAD=y
  62. # CONFIG_MODULE_FORCE_UNLOAD is not set
  63. # CONFIG_MODVERSIONS is not set
  64. # CONFIG_MODULE_SRCVERSION_ALL is not set
  65. CONFIG_KMOD=y
  66. #
  67. # Block layer
  68. #
  69. # CONFIG_BLK_DEV_IO_TRACE is not set
  70. #
  71. # IO Schedulers
  72. #
  73. CONFIG_IOSCHED_NOOP=y
  74. CONFIG_IOSCHED_AS=y
  75. CONFIG_IOSCHED_DEADLINE=y
  76. CONFIG_IOSCHED_CFQ=y
  77. CONFIG_DEFAULT_AS=y
  78. # CONFIG_DEFAULT_DEADLINE is not set
  79. # CONFIG_DEFAULT_CFQ is not set
  80. # CONFIG_DEFAULT_NOOP is not set
  81. CONFIG_DEFAULT_IOSCHED="anticipatory"
  82. #
  83. # System Type
  84. #
  85. # CONFIG_ARCH_AAEC2000 is not set
  86. # CONFIG_ARCH_INTEGRATOR is not set
  87. # CONFIG_ARCH_REALVIEW is not set
  88. # CONFIG_ARCH_VERSATILE is not set
  89. # CONFIG_ARCH_AT91 is not set
  90. # CONFIG_ARCH_CLPS7500 is not set
  91. # CONFIG_ARCH_CLPS711X is not set
  92. # CONFIG_ARCH_CO285 is not set
  93. # CONFIG_ARCH_EBSA110 is not set
  94. # CONFIG_ARCH_EP93XX is not set
  95. # CONFIG_ARCH_FOOTBRIDGE is not set
  96. # CONFIG_ARCH_NETX is not set
  97. # CONFIG_ARCH_H720X is not set
  98. # CONFIG_ARCH_IMX is not set
  99. # CONFIG_ARCH_IOP3XX is not set
  100. # CONFIG_ARCH_IXP4XX is not set
  101. CONFIG_ARCH_IXP2000=y
  102. # CONFIG_ARCH_IXP23XX is not set
  103. # CONFIG_ARCH_L7200 is not set
  104. # CONFIG_ARCH_PNX4008 is not set
  105. # CONFIG_ARCH_PXA is not set
  106. # CONFIG_ARCH_RPC is not set
  107. # CONFIG_ARCH_SA1100 is not set
  108. # CONFIG_ARCH_S3C2410 is not set
  109. # CONFIG_ARCH_SHARK is not set
  110. # CONFIG_ARCH_LH7A40X is not set
  111. # CONFIG_ARCH_OMAP is not set
  112. CONFIG_ARCH_SUPPORTS_BIG_ENDIAN=y
  113. #
  114. # Intel IXP2400/2800 Implementation Options
  115. #
  116. #
  117. # IXP2400/2800 Platforms
  118. #
  119. CONFIG_ARCH_ENP2611=y
  120. CONFIG_ARCH_IXDP2400=y
  121. CONFIG_ARCH_IXDP2800=y
  122. CONFIG_ARCH_IXDP2X00=y
  123. CONFIG_ARCH_IXDP2401=y
  124. CONFIG_ARCH_IXDP2801=y
  125. CONFIG_MACH_IXDP28X5=y
  126. CONFIG_ARCH_IXDP2X01=y
  127. # CONFIG_IXP2000_SUPPORT_BROKEN_PCI_IO is not set
  128. #
  129. # Processor Type
  130. #
  131. CONFIG_CPU_32=y
  132. CONFIG_CPU_XSCALE=y
  133. CONFIG_CPU_32v5=y
  134. CONFIG_CPU_ABRT_EV5T=y
  135. CONFIG_CPU_CACHE_VIVT=y
  136. CONFIG_CPU_TLB_V4WBI=y
  137. #
  138. # Processor Features
  139. #
  140. # CONFIG_ARM_THUMB is not set
  141. CONFIG_CPU_BIG_ENDIAN=y
  142. CONFIG_XSCALE_PMU=y
  143. #
  144. # Bus support
  145. #
  146. CONFIG_PCI=y
  147. # CONFIG_PCI_DEBUG is not set
  148. #
  149. # PCCARD (PCMCIA/CardBus) support
  150. #
  151. # CONFIG_PCCARD is not set
  152. #
  153. # Kernel Features
  154. #
  155. # CONFIG_PREEMPT is not set
  156. # CONFIG_NO_IDLE_HZ is not set
  157. CONFIG_HZ=100
  158. # CONFIG_AEABI is not set
  159. # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
  160. CONFIG_SELECT_MEMORY_MODEL=y
  161. CONFIG_FLATMEM_MANUAL=y
  162. # CONFIG_DISCONTIGMEM_MANUAL is not set
  163. # CONFIG_SPARSEMEM_MANUAL is not set
  164. CONFIG_FLATMEM=y
  165. CONFIG_FLAT_NODE_MEM_MAP=y
  166. # CONFIG_SPARSEMEM_STATIC is not set
  167. CONFIG_SPLIT_PTLOCK_CPUS=4096
  168. # CONFIG_RESOURCES_64BIT is not set
  169. CONFIG_ALIGNMENT_TRAP=y
  170. #
  171. # Boot options
  172. #
  173. CONFIG_ZBOOT_ROM_TEXT=0x0
  174. CONFIG_ZBOOT_ROM_BSS=0x0
  175. CONFIG_CMDLINE="console=ttyS0,57600 root=/dev/nfs ip=bootp mem=64M@0x0"
  176. # CONFIG_XIP_KERNEL is not set
  177. #
  178. # Floating point emulation
  179. #
  180. #
  181. # At least one emulation must be selected
  182. #
  183. CONFIG_FPE_NWFPE=y
  184. CONFIG_FPE_NWFPE_XP=y
  185. # CONFIG_FPE_FASTFPE is not set
  186. #
  187. # Userspace binary formats
  188. #
  189. CONFIG_BINFMT_ELF=y
  190. # CONFIG_BINFMT_AOUT is not set
  191. # CONFIG_BINFMT_MISC is not set
  192. # CONFIG_ARTHUR is not set
  193. #
  194. # Power management options
  195. #
  196. # CONFIG_PM is not set
  197. # CONFIG_APM is not set
  198. #
  199. # Networking
  200. #
  201. CONFIG_NET=y
  202. #
  203. # Networking options
  204. #
  205. # CONFIG_NETDEBUG is not set
  206. CONFIG_PACKET=y
  207. CONFIG_PACKET_MMAP=y
  208. CONFIG_UNIX=y
  209. CONFIG_XFRM=y
  210. # CONFIG_XFRM_USER is not set
  211. # CONFIG_NET_KEY is not set
  212. CONFIG_INET=y
  213. # CONFIG_IP_MULTICAST is not set
  214. # CONFIG_IP_ADVANCED_ROUTER is not set
  215. CONFIG_IP_FIB_HASH=y
  216. CONFIG_IP_PNP=y
  217. CONFIG_IP_PNP_DHCP=y
  218. CONFIG_IP_PNP_BOOTP=y
  219. # CONFIG_IP_PNP_RARP is not set
  220. # CONFIG_NET_IPIP is not set
  221. # CONFIG_NET_IPGRE is not set
  222. # CONFIG_ARPD is not set
  223. CONFIG_SYN_COOKIES=y
  224. # CONFIG_INET_AH is not set
  225. # CONFIG_INET_ESP is not set
  226. # CONFIG_INET_IPCOMP is not set
  227. # CONFIG_INET_XFRM_TUNNEL is not set
  228. # CONFIG_INET_TUNNEL is not set
  229. CONFIG_INET_XFRM_MODE_TRANSPORT=y
  230. CONFIG_INET_XFRM_MODE_TUNNEL=y
  231. CONFIG_INET_DIAG=y
  232. CONFIG_INET_TCP_DIAG=y
  233. # CONFIG_TCP_CONG_ADVANCED is not set
  234. CONFIG_TCP_CONG_BIC=y
  235. # CONFIG_IPV6 is not set
  236. # CONFIG_INET6_XFRM_TUNNEL is not set
  237. # CONFIG_INET6_TUNNEL is not set
  238. # CONFIG_NETWORK_SECMARK is not set
  239. # CONFIG_NETFILTER is not set
  240. #
  241. # DCCP Configuration (EXPERIMENTAL)
  242. #
  243. # CONFIG_IP_DCCP is not set
  244. #
  245. # SCTP Configuration (EXPERIMENTAL)
  246. #
  247. # CONFIG_IP_SCTP is not set
  248. #
  249. # TIPC Configuration (EXPERIMENTAL)
  250. #
  251. # CONFIG_TIPC is not set
  252. # CONFIG_ATM is not set
  253. # CONFIG_BRIDGE is not set
  254. # CONFIG_VLAN_8021Q is not set
  255. # CONFIG_DECNET is not set
  256. # CONFIG_LLC2 is not set
  257. # CONFIG_IPX is not set
  258. # CONFIG_ATALK is not set
  259. # CONFIG_X25 is not set
  260. # CONFIG_LAPB is not set
  261. # CONFIG_NET_DIVERT is not set
  262. # CONFIG_ECONET is not set
  263. # CONFIG_WAN_ROUTER is not set
  264. #
  265. # QoS and/or fair queueing
  266. #
  267. # CONFIG_NET_SCHED is not set
  268. #
  269. # Network testing
  270. #
  271. # CONFIG_NET_PKTGEN is not set
  272. # CONFIG_HAMRADIO is not set
  273. # CONFIG_IRDA is not set
  274. # CONFIG_BT is not set
  275. # CONFIG_IEEE80211 is not set
  276. #
  277. # Device Drivers
  278. #
  279. #
  280. # Generic Driver Options
  281. #
  282. CONFIG_STANDALONE=y
  283. # CONFIG_PREVENT_FIRMWARE_BUILD is not set
  284. # CONFIG_FW_LOADER is not set
  285. # CONFIG_DEBUG_DRIVER is not set
  286. # CONFIG_SYS_HYPERVISOR is not set
  287. #
  288. # Connector - unified userspace <-> kernelspace linker
  289. #
  290. # CONFIG_CONNECTOR is not set
  291. #
  292. # Memory Technology Devices (MTD)
  293. #
  294. CONFIG_MTD=y
  295. # CONFIG_MTD_DEBUG is not set
  296. # CONFIG_MTD_CONCAT is not set
  297. CONFIG_MTD_PARTITIONS=y
  298. CONFIG_MTD_REDBOOT_PARTS=y
  299. CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
  300. CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
  301. CONFIG_MTD_REDBOOT_PARTS_READONLY=y
  302. # CONFIG_MTD_CMDLINE_PARTS is not set
  303. # CONFIG_MTD_AFS_PARTS is not set
  304. #
  305. # User Modules And Translation Layers
  306. #
  307. CONFIG_MTD_CHAR=y
  308. CONFIG_MTD_BLOCK=y
  309. # CONFIG_FTL is not set
  310. # CONFIG_NFTL is not set
  311. # CONFIG_INFTL is not set
  312. # CONFIG_RFD_FTL is not set
  313. #
  314. # RAM/ROM/Flash chip drivers
  315. #
  316. CONFIG_MTD_CFI=y
  317. # CONFIG_MTD_JEDECPROBE is not set
  318. CONFIG_MTD_GEN_PROBE=y
  319. # CONFIG_MTD_CFI_ADV_OPTIONS is not set
  320. CONFIG_MTD_MAP_BANK_WIDTH_1=y
  321. CONFIG_MTD_MAP_BANK_WIDTH_2=y
  322. CONFIG_MTD_MAP_BANK_WIDTH_4=y
  323. # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
  324. # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
  325. # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
  326. CONFIG_MTD_CFI_I1=y
  327. CONFIG_MTD_CFI_I2=y
  328. # CONFIG_MTD_CFI_I4 is not set
  329. # CONFIG_MTD_CFI_I8 is not set
  330. CONFIG_MTD_CFI_INTELEXT=y
  331. # CONFIG_MTD_CFI_AMDSTD is not set
  332. # CONFIG_MTD_CFI_STAA is not set
  333. CONFIG_MTD_CFI_UTIL=y
  334. # CONFIG_MTD_RAM is not set
  335. # CONFIG_MTD_ROM is not set
  336. # CONFIG_MTD_ABSENT is not set
  337. # CONFIG_MTD_OBSOLETE_CHIPS is not set
  338. #
  339. # Mapping drivers for chip access
  340. #
  341. CONFIG_MTD_COMPLEX_MAPPINGS=y
  342. # CONFIG_MTD_PHYSMAP is not set
  343. # CONFIG_MTD_ARM_INTEGRATOR is not set
  344. CONFIG_MTD_IXP2000=y
  345. # CONFIG_MTD_PCI is not set
  346. # CONFIG_MTD_PLATRAM is not set
  347. #
  348. # Self-contained MTD device drivers
  349. #
  350. # CONFIG_MTD_PMC551 is not set
  351. # CONFIG_MTD_SLRAM is not set
  352. # CONFIG_MTD_PHRAM is not set
  353. # CONFIG_MTD_MTDRAM is not set
  354. # CONFIG_MTD_BLOCK2MTD is not set
  355. #
  356. # Disk-On-Chip Device Drivers
  357. #
  358. # CONFIG_MTD_DOC2000 is not set
  359. # CONFIG_MTD_DOC2001 is not set
  360. # CONFIG_MTD_DOC2001PLUS is not set
  361. #
  362. # NAND Flash Device Drivers
  363. #
  364. # CONFIG_MTD_NAND is not set
  365. #
  366. # OneNAND Flash Device Drivers
  367. #
  368. # CONFIG_MTD_ONENAND is not set
  369. #
  370. # Parallel port support
  371. #
  372. # CONFIG_PARPORT is not set
  373. #
  374. # Plug and Play support
  375. #
  376. #
  377. # Block devices
  378. #
  379. # CONFIG_BLK_CPQ_DA is not set
  380. # CONFIG_BLK_CPQ_CISS_DA is not set
  381. # CONFIG_BLK_DEV_DAC960 is not set
  382. # CONFIG_BLK_DEV_UMEM is not set
  383. # CONFIG_BLK_DEV_COW_COMMON is not set
  384. CONFIG_BLK_DEV_LOOP=y
  385. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  386. # CONFIG_BLK_DEV_NBD is not set
  387. # CONFIG_BLK_DEV_SX8 is not set
  388. CONFIG_BLK_DEV_RAM=y
  389. CONFIG_BLK_DEV_RAM_COUNT=16
  390. CONFIG_BLK_DEV_RAM_SIZE=8192
  391. CONFIG_BLK_DEV_INITRD=y
  392. # CONFIG_CDROM_PKTCDVD is not set
  393. # CONFIG_ATA_OVER_ETH is not set
  394. #
  395. # SCSI device support
  396. #
  397. # CONFIG_RAID_ATTRS is not set
  398. # CONFIG_SCSI is not set
  399. #
  400. # Multi-device support (RAID and LVM)
  401. #
  402. # CONFIG_MD is not set
  403. #
  404. # Fusion MPT device support
  405. #
  406. # CONFIG_FUSION is not set
  407. #
  408. # IEEE 1394 (FireWire) support
  409. #
  410. # CONFIG_IEEE1394 is not set
  411. #
  412. # I2O device support
  413. #
  414. # CONFIG_I2O is not set
  415. #
  416. # Network device support
  417. #
  418. CONFIG_NETDEVICES=y
  419. CONFIG_DUMMY=y
  420. # CONFIG_BONDING is not set
  421. # CONFIG_EQUALIZER is not set
  422. # CONFIG_TUN is not set
  423. #
  424. # ARCnet devices
  425. #
  426. # CONFIG_ARCNET is not set
  427. #
  428. # PHY device support
  429. #
  430. # CONFIG_PHYLIB is not set
  431. #
  432. # Ethernet (10 or 100Mbit)
  433. #
  434. CONFIG_NET_ETHERNET=y
  435. CONFIG_MII=y
  436. # CONFIG_HAPPYMEAL is not set
  437. # CONFIG_SUNGEM is not set
  438. # CONFIG_CASSINI is not set
  439. # CONFIG_NET_VENDOR_3COM is not set
  440. # CONFIG_SMC91X is not set
  441. # CONFIG_DM9000 is not set
  442. #
  443. # Tulip family network device support
  444. #
  445. # CONFIG_NET_TULIP is not set
  446. # CONFIG_HP100 is not set
  447. CONFIG_NET_PCI=y
  448. # CONFIG_PCNET32 is not set
  449. # CONFIG_AMD8111_ETH is not set
  450. # CONFIG_ADAPTEC_STARFIRE is not set
  451. # CONFIG_B44 is not set
  452. # CONFIG_FORCEDETH is not set
  453. CONFIG_CS89x0=y
  454. # CONFIG_DGRS is not set
  455. CONFIG_EEPRO100=y
  456. # CONFIG_E100 is not set
  457. # CONFIG_FEALNX is not set
  458. # CONFIG_NATSEMI is not set
  459. # CONFIG_NE2K_PCI is not set
  460. # CONFIG_8139CP is not set
  461. # CONFIG_8139TOO is not set
  462. # CONFIG_SIS900 is not set
  463. # CONFIG_EPIC100 is not set
  464. # CONFIG_SUNDANCE is not set
  465. # CONFIG_TLAN is not set
  466. # CONFIG_VIA_RHINE is not set
  467. #
  468. # Ethernet (1000 Mbit)
  469. #
  470. # CONFIG_ACENIC is not set
  471. # CONFIG_DL2K is not set
  472. # CONFIG_E1000 is not set
  473. CONFIG_ENP2611_MSF_NET=y
  474. # CONFIG_NS83820 is not set
  475. # CONFIG_HAMACHI is not set
  476. # CONFIG_YELLOWFIN is not set
  477. # CONFIG_R8169 is not set
  478. # CONFIG_SIS190 is not set
  479. # CONFIG_SKGE is not set
  480. # CONFIG_SKY2 is not set
  481. # CONFIG_SK98LIN is not set
  482. # CONFIG_VIA_VELOCITY is not set
  483. # CONFIG_TIGON3 is not set
  484. # CONFIG_BNX2 is not set
  485. #
  486. # Ethernet (10000 Mbit)
  487. #
  488. # CONFIG_CHELSIO_T1 is not set
  489. # CONFIG_IXGB is not set
  490. # CONFIG_S2IO is not set
  491. # CONFIG_MYRI10GE is not set
  492. #
  493. # Token Ring devices
  494. #
  495. # CONFIG_TR is not set
  496. #
  497. # Wireless LAN (non-hamradio)
  498. #
  499. # CONFIG_NET_RADIO is not set
  500. #
  501. # Wan interfaces
  502. #
  503. CONFIG_WAN=y
  504. # CONFIG_DSCC4 is not set
  505. # CONFIG_LANMEDIA is not set
  506. CONFIG_HDLC=y
  507. CONFIG_HDLC_RAW=y
  508. # CONFIG_HDLC_RAW_ETH is not set
  509. CONFIG_HDLC_CISCO=y
  510. CONFIG_HDLC_FR=y
  511. CONFIG_HDLC_PPP=y
  512. #
  513. # X.25/LAPB support is disabled
  514. #
  515. # CONFIG_PCI200SYN is not set
  516. # CONFIG_WANXL is not set
  517. # CONFIG_PC300 is not set
  518. # CONFIG_FARSYNC is not set
  519. CONFIG_DLCI=y
  520. CONFIG_DLCI_COUNT=24
  521. CONFIG_DLCI_MAX=8
  522. # CONFIG_FDDI is not set
  523. # CONFIG_HIPPI is not set
  524. # CONFIG_PPP is not set
  525. # CONFIG_SLIP is not set
  526. # CONFIG_SHAPER is not set
  527. # CONFIG_NETCONSOLE is not set
  528. # CONFIG_NETPOLL is not set
  529. # CONFIG_NET_POLL_CONTROLLER is not set
  530. #
  531. # ISDN subsystem
  532. #
  533. # CONFIG_ISDN is not set
  534. #
  535. # Input device support
  536. #
  537. CONFIG_INPUT=y
  538. #
  539. # Userland interfaces
  540. #
  541. CONFIG_INPUT_MOUSEDEV=y
  542. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  543. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  544. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  545. # CONFIG_INPUT_JOYDEV is not set
  546. # CONFIG_INPUT_TSDEV is not set
  547. # CONFIG_INPUT_EVDEV is not set
  548. # CONFIG_INPUT_EVBUG is not set
  549. #
  550. # Input Device Drivers
  551. #
  552. # CONFIG_INPUT_KEYBOARD is not set
  553. # CONFIG_INPUT_MOUSE is not set
  554. # CONFIG_INPUT_JOYSTICK is not set
  555. # CONFIG_INPUT_TOUCHSCREEN is not set
  556. # CONFIG_INPUT_MISC is not set
  557. #
  558. # Hardware I/O ports
  559. #
  560. # CONFIG_SERIO is not set
  561. # CONFIG_GAMEPORT is not set
  562. #
  563. # Character devices
  564. #
  565. # CONFIG_VT is not set
  566. # CONFIG_SERIAL_NONSTANDARD is not set
  567. #
  568. # Serial drivers
  569. #
  570. CONFIG_SERIAL_8250=y
  571. CONFIG_SERIAL_8250_CONSOLE=y
  572. CONFIG_SERIAL_8250_PCI=y
  573. CONFIG_SERIAL_8250_NR_UARTS=3
  574. CONFIG_SERIAL_8250_RUNTIME_UARTS=3
  575. # CONFIG_SERIAL_8250_EXTENDED is not set
  576. #
  577. # Non-8250 serial port support
  578. #
  579. CONFIG_SERIAL_CORE=y
  580. CONFIG_SERIAL_CORE_CONSOLE=y
  581. # CONFIG_SERIAL_JSM is not set
  582. CONFIG_UNIX98_PTYS=y
  583. CONFIG_LEGACY_PTYS=y
  584. CONFIG_LEGACY_PTY_COUNT=256
  585. #
  586. # IPMI
  587. #
  588. # CONFIG_IPMI_HANDLER is not set
  589. #
  590. # Watchdog Cards
  591. #
  592. CONFIG_WATCHDOG=y
  593. # CONFIG_WATCHDOG_NOWAYOUT is not set
  594. #
  595. # Watchdog Device Drivers
  596. #
  597. # CONFIG_SOFT_WATCHDOG is not set
  598. CONFIG_IXP2000_WATCHDOG=y
  599. #
  600. # PCI-based Watchdog Cards
  601. #
  602. # CONFIG_PCIPCWATCHDOG is not set
  603. # CONFIG_WDTPCI is not set
  604. # CONFIG_HW_RANDOM is not set
  605. # CONFIG_NVRAM is not set
  606. # CONFIG_DTLK is not set
  607. # CONFIG_R3964 is not set
  608. # CONFIG_APPLICOM is not set
  609. #
  610. # Ftape, the floppy tape device driver
  611. #
  612. # CONFIG_DRM is not set
  613. # CONFIG_RAW_DRIVER is not set
  614. #
  615. # TPM devices
  616. #
  617. # CONFIG_TCG_TPM is not set
  618. # CONFIG_TELCLOCK is not set
  619. #
  620. # I2C support
  621. #
  622. CONFIG_I2C=y
  623. CONFIG_I2C_CHARDEV=y
  624. #
  625. # I2C Algorithms
  626. #
  627. CONFIG_I2C_ALGOBIT=y
  628. # CONFIG_I2C_ALGOPCF is not set
  629. # CONFIG_I2C_ALGOPCA is not set
  630. #
  631. # I2C Hardware Bus support
  632. #
  633. # CONFIG_I2C_ALI1535 is not set
  634. # CONFIG_I2C_ALI1563 is not set
  635. # CONFIG_I2C_ALI15X3 is not set
  636. # CONFIG_I2C_AMD756 is not set
  637. # CONFIG_I2C_AMD8111 is not set
  638. # CONFIG_I2C_I801 is not set
  639. # CONFIG_I2C_I810 is not set
  640. # CONFIG_I2C_PIIX4 is not set
  641. CONFIG_I2C_IXP2000=y
  642. # CONFIG_I2C_NFORCE2 is not set
  643. # CONFIG_I2C_OCORES is not set
  644. # CONFIG_I2C_PARPORT_LIGHT is not set
  645. # CONFIG_I2C_PROSAVAGE is not set
  646. # CONFIG_I2C_SAVAGE4 is not set
  647. # CONFIG_I2C_SIS5595 is not set
  648. # CONFIG_I2C_SIS630 is not set
  649. # CONFIG_I2C_SIS96X is not set
  650. # CONFIG_I2C_STUB is not set
  651. # CONFIG_I2C_VIA is not set
  652. # CONFIG_I2C_VIAPRO is not set
  653. # CONFIG_I2C_VOODOO3 is not set
  654. # CONFIG_I2C_PCA_ISA is not set
  655. #
  656. # Miscellaneous I2C Chip support
  657. #
  658. # CONFIG_SENSORS_DS1337 is not set
  659. # CONFIG_SENSORS_DS1374 is not set
  660. CONFIG_SENSORS_EEPROM=y
  661. # CONFIG_SENSORS_PCF8574 is not set
  662. # CONFIG_SENSORS_PCA9539 is not set
  663. # CONFIG_SENSORS_PCF8591 is not set
  664. # CONFIG_SENSORS_MAX6875 is not set
  665. # CONFIG_I2C_DEBUG_CORE is not set
  666. # CONFIG_I2C_DEBUG_ALGO is not set
  667. # CONFIG_I2C_DEBUG_BUS is not set
  668. # CONFIG_I2C_DEBUG_CHIP is not set
  669. #
  670. # SPI support
  671. #
  672. # CONFIG_SPI is not set
  673. # CONFIG_SPI_MASTER is not set
  674. #
  675. # Dallas's 1-wire bus
  676. #
  677. #
  678. # Hardware Monitoring support
  679. #
  680. CONFIG_HWMON=y
  681. # CONFIG_HWMON_VID is not set
  682. # CONFIG_SENSORS_ABITUGURU is not set
  683. # CONFIG_SENSORS_ADM1021 is not set
  684. # CONFIG_SENSORS_ADM1025 is not set
  685. # CONFIG_SENSORS_ADM1026 is not set
  686. # CONFIG_SENSORS_ADM1031 is not set
  687. # CONFIG_SENSORS_ADM9240 is not set
  688. # CONFIG_SENSORS_ASB100 is not set
  689. # CONFIG_SENSORS_ATXP1 is not set
  690. # CONFIG_SENSORS_DS1621 is not set
  691. # CONFIG_SENSORS_F71805F is not set
  692. # CONFIG_SENSORS_FSCHER is not set
  693. # CONFIG_SENSORS_FSCPOS is not set
  694. # CONFIG_SENSORS_GL518SM is not set
  695. # CONFIG_SENSORS_GL520SM is not set
  696. # CONFIG_SENSORS_IT87 is not set
  697. # CONFIG_SENSORS_LM63 is not set
  698. # CONFIG_SENSORS_LM75 is not set
  699. # CONFIG_SENSORS_LM77 is not set
  700. # CONFIG_SENSORS_LM78 is not set
  701. # CONFIG_SENSORS_LM80 is not set
  702. # CONFIG_SENSORS_LM83 is not set
  703. # CONFIG_SENSORS_LM85 is not set
  704. # CONFIG_SENSORS_LM87 is not set
  705. # CONFIG_SENSORS_LM90 is not set
  706. # CONFIG_SENSORS_LM92 is not set
  707. # CONFIG_SENSORS_MAX1619 is not set
  708. # CONFIG_SENSORS_PC87360 is not set
  709. # CONFIG_SENSORS_SIS5595 is not set
  710. # CONFIG_SENSORS_SMSC47M1 is not set
  711. # CONFIG_SENSORS_SMSC47M192 is not set
  712. # CONFIG_SENSORS_SMSC47B397 is not set
  713. # CONFIG_SENSORS_VIA686A is not set
  714. # CONFIG_SENSORS_VT8231 is not set
  715. # CONFIG_SENSORS_W83781D is not set
  716. # CONFIG_SENSORS_W83791D is not set
  717. # CONFIG_SENSORS_W83792D is not set
  718. # CONFIG_SENSORS_W83L785TS is not set
  719. # CONFIG_SENSORS_W83627HF is not set
  720. # CONFIG_SENSORS_W83627EHF is not set
  721. # CONFIG_HWMON_DEBUG_CHIP is not set
  722. #
  723. # Misc devices
  724. #
  725. #
  726. # LED devices
  727. #
  728. # CONFIG_NEW_LEDS is not set
  729. #
  730. # LED drivers
  731. #
  732. #
  733. # LED Triggers
  734. #
  735. #
  736. # Multimedia devices
  737. #
  738. # CONFIG_VIDEO_DEV is not set
  739. CONFIG_VIDEO_V4L2=y
  740. #
  741. # Digital Video Broadcasting Devices
  742. #
  743. # CONFIG_DVB is not set
  744. #
  745. # Graphics support
  746. #
  747. # CONFIG_FIRMWARE_EDID is not set
  748. # CONFIG_FB is not set
  749. #
  750. # Sound
  751. #
  752. # CONFIG_SOUND is not set
  753. #
  754. # USB support
  755. #
  756. CONFIG_USB_ARCH_HAS_HCD=y
  757. CONFIG_USB_ARCH_HAS_OHCI=y
  758. CONFIG_USB_ARCH_HAS_EHCI=y
  759. # CONFIG_USB is not set
  760. #
  761. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  762. #
  763. #
  764. # USB Gadget Support
  765. #
  766. # CONFIG_USB_GADGET is not set
  767. #
  768. # MMC/SD Card support
  769. #
  770. # CONFIG_MMC is not set
  771. #
  772. # Real Time Clock
  773. #
  774. CONFIG_RTC_LIB=y
  775. # CONFIG_RTC_CLASS is not set
  776. #
  777. # File systems
  778. #
  779. CONFIG_EXT2_FS=y
  780. CONFIG_EXT2_FS_XATTR=y
  781. CONFIG_EXT2_FS_POSIX_ACL=y
  782. # CONFIG_EXT2_FS_SECURITY is not set
  783. # CONFIG_EXT2_FS_XIP is not set
  784. CONFIG_EXT3_FS=y
  785. CONFIG_EXT3_FS_XATTR=y
  786. CONFIG_EXT3_FS_POSIX_ACL=y
  787. # CONFIG_EXT3_FS_SECURITY is not set
  788. CONFIG_JBD=y
  789. # CONFIG_JBD_DEBUG is not set
  790. CONFIG_FS_MBCACHE=y
  791. # CONFIG_REISERFS_FS is not set
  792. # CONFIG_JFS_FS is not set
  793. CONFIG_FS_POSIX_ACL=y
  794. # CONFIG_XFS_FS is not set
  795. # CONFIG_OCFS2_FS is not set
  796. # CONFIG_MINIX_FS is not set
  797. # CONFIG_ROMFS_FS is not set
  798. CONFIG_INOTIFY=y
  799. CONFIG_INOTIFY_USER=y
  800. # CONFIG_QUOTA is not set
  801. CONFIG_DNOTIFY=y
  802. # CONFIG_AUTOFS_FS is not set
  803. # CONFIG_AUTOFS4_FS is not set
  804. # CONFIG_FUSE_FS is not set
  805. #
  806. # CD-ROM/DVD Filesystems
  807. #
  808. # CONFIG_ISO9660_FS is not set
  809. # CONFIG_UDF_FS is not set
  810. #
  811. # DOS/FAT/NT Filesystems
  812. #
  813. # CONFIG_MSDOS_FS is not set
  814. # CONFIG_VFAT_FS is not set
  815. # CONFIG_NTFS_FS is not set
  816. #
  817. # Pseudo filesystems
  818. #
  819. CONFIG_PROC_FS=y
  820. CONFIG_SYSFS=y
  821. CONFIG_TMPFS=y
  822. # CONFIG_HUGETLB_PAGE is not set
  823. CONFIG_RAMFS=y
  824. # CONFIG_CONFIGFS_FS is not set
  825. #
  826. # Miscellaneous filesystems
  827. #
  828. # CONFIG_ADFS_FS is not set
  829. # CONFIG_AFFS_FS is not set
  830. # CONFIG_HFS_FS is not set
  831. # CONFIG_HFSPLUS_FS is not set
  832. # CONFIG_BEFS_FS is not set
  833. # CONFIG_BFS_FS is not set
  834. # CONFIG_EFS_FS is not set
  835. # CONFIG_JFFS_FS is not set
  836. CONFIG_JFFS2_FS=y
  837. CONFIG_JFFS2_FS_DEBUG=0
  838. CONFIG_JFFS2_FS_WRITEBUFFER=y
  839. # CONFIG_JFFS2_SUMMARY is not set
  840. # CONFIG_JFFS2_FS_XATTR is not set
  841. # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
  842. CONFIG_JFFS2_ZLIB=y
  843. CONFIG_JFFS2_RTIME=y
  844. # CONFIG_JFFS2_RUBIN is not set
  845. # CONFIG_CRAMFS is not set
  846. # CONFIG_VXFS_FS is not set
  847. # CONFIG_HPFS_FS is not set
  848. # CONFIG_QNX4FS_FS is not set
  849. # CONFIG_SYSV_FS is not set
  850. # CONFIG_UFS_FS is not set
  851. #
  852. # Network File Systems
  853. #
  854. CONFIG_NFS_FS=y
  855. CONFIG_NFS_V3=y
  856. # CONFIG_NFS_V3_ACL is not set
  857. # CONFIG_NFS_V4 is not set
  858. # CONFIG_NFS_DIRECTIO is not set
  859. # CONFIG_NFSD is not set
  860. CONFIG_ROOT_NFS=y
  861. CONFIG_LOCKD=y
  862. CONFIG_LOCKD_V4=y
  863. CONFIG_NFS_COMMON=y
  864. CONFIG_SUNRPC=y
  865. # CONFIG_RPCSEC_GSS_KRB5 is not set
  866. # CONFIG_RPCSEC_GSS_SPKM3 is not set
  867. # CONFIG_SMB_FS is not set
  868. # CONFIG_CIFS is not set
  869. # CONFIG_CIFS_DEBUG2 is not set
  870. # CONFIG_NCP_FS is not set
  871. # CONFIG_CODA_FS is not set
  872. # CONFIG_AFS_FS is not set
  873. # CONFIG_9P_FS is not set
  874. #
  875. # Partition Types
  876. #
  877. CONFIG_PARTITION_ADVANCED=y
  878. # CONFIG_ACORN_PARTITION is not set
  879. # CONFIG_OSF_PARTITION is not set
  880. # CONFIG_AMIGA_PARTITION is not set
  881. # CONFIG_ATARI_PARTITION is not set
  882. # CONFIG_MAC_PARTITION is not set
  883. CONFIG_MSDOS_PARTITION=y
  884. # CONFIG_BSD_DISKLABEL is not set
  885. # CONFIG_MINIX_SUBPARTITION is not set
  886. # CONFIG_SOLARIS_X86_PARTITION is not set
  887. # CONFIG_UNIXWARE_DISKLABEL is not set
  888. # CONFIG_LDM_PARTITION is not set
  889. # CONFIG_SGI_PARTITION is not set
  890. # CONFIG_ULTRIX_PARTITION is not set
  891. # CONFIG_SUN_PARTITION is not set
  892. # CONFIG_KARMA_PARTITION is not set
  893. # CONFIG_EFI_PARTITION is not set
  894. #
  895. # Native Language Support
  896. #
  897. # CONFIG_NLS is not set
  898. #
  899. # Profiling support
  900. #
  901. # CONFIG_PROFILING is not set
  902. #
  903. # Kernel hacking
  904. #
  905. # CONFIG_PRINTK_TIME is not set
  906. CONFIG_MAGIC_SYSRQ=y
  907. # CONFIG_UNUSED_SYMBOLS is not set
  908. CONFIG_DEBUG_KERNEL=y
  909. CONFIG_LOG_BUF_SHIFT=14
  910. CONFIG_DETECT_SOFTLOCKUP=y
  911. # CONFIG_SCHEDSTATS is not set
  912. # CONFIG_DEBUG_SLAB is not set
  913. # CONFIG_DEBUG_RT_MUTEXES is not set
  914. # CONFIG_RT_MUTEX_TESTER is not set
  915. # CONFIG_DEBUG_SPINLOCK is not set
  916. CONFIG_DEBUG_MUTEXES=y
  917. # CONFIG_DEBUG_RWSEMS is not set
  918. # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
  919. # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  920. # CONFIG_DEBUG_KOBJECT is not set
  921. CONFIG_DEBUG_BUGVERBOSE=y
  922. # CONFIG_DEBUG_INFO is not set
  923. # CONFIG_DEBUG_FS is not set
  924. # CONFIG_DEBUG_VM is not set
  925. CONFIG_FRAME_POINTER=y
  926. # CONFIG_UNWIND_INFO is not set
  927. CONFIG_FORCED_INLINING=y
  928. # CONFIG_RCU_TORTURE_TEST is not set
  929. CONFIG_DEBUG_USER=y
  930. # CONFIG_DEBUG_WAITQ is not set
  931. CONFIG_DEBUG_ERRORS=y
  932. CONFIG_DEBUG_LL=y
  933. # CONFIG_DEBUG_ICEDCC is not set
  934. #
  935. # Security options
  936. #
  937. # CONFIG_KEYS is not set
  938. # CONFIG_SECURITY is not set
  939. #
  940. # Cryptographic options
  941. #
  942. # CONFIG_CRYPTO is not set
  943. #
  944. # Hardware crypto devices
  945. #
  946. #
  947. # Library routines
  948. #
  949. # CONFIG_CRC_CCITT is not set
  950. # CONFIG_CRC16 is not set
  951. CONFIG_CRC32=y
  952. # CONFIG_LIBCRC32C is not set
  953. CONFIG_ZLIB_INFLATE=y
  954. CONFIG_ZLIB_DEFLATE=y
  955. CONFIG_PLIST=y