Advertisement
Guest User

Linux Kernel Configuration (2.6.37)

a guest
Nov 2nd, 2011
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.86 KB | None | 0 0
  1. # CONFIG_64BIT is not set
  2. CONFIG_X86_32=y
  3. # CONFIG_X86_64 is not set
  4. CONFIG_X86=y
  5. CONFIG_INSTRUCTION_DECODER=y
  6. CONFIG_OUTPUT_FORMAT="elf32-i386"
  7. CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
  8. CONFIG_GENERIC_CMOS_UPDATE=y
  9. CONFIG_CLOCKSOURCE_WATCHDOG=y
  10. CONFIG_GENERIC_CLOCKEVENTS=y
  11. CONFIG_LOCKDEP_SUPPORT=y
  12. CONFIG_STACKTRACE_SUPPORT=y
  13. CONFIG_HAVE_LATENCYTOP_SUPPORT=y
  14. CONFIG_MMU=y
  15. CONFIG_ZONE_DMA=y
  16. # CONFIG_NEED_DMA_MAP_STATE is not set
  17. CONFIG_NEED_SG_DMA_LENGTH=y
  18. CONFIG_GENERIC_ISA_DMA=y
  19. CONFIG_GENERIC_IOMAP=y
  20. CONFIG_GENERIC_BUG=y
  21. CONFIG_GENERIC_HWEIGHT=y
  22. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  23. CONFIG_RWSEM_GENERIC_SPINLOCK=y
  24. # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
  25. CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
  26. CONFIG_GENERIC_CALIBRATE_DELAY=y
  27. # CONFIG_GENERIC_TIME_VSYSCALL is not set
  28. CONFIG_ARCH_HAS_CPU_RELAX=y
  29. CONFIG_ARCH_HAS_DEFAULT_IDLE=y
  30. CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
  31. CONFIG_HAVE_SETUP_PER_CPU_AREA=y
  32. CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
  33. CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
  34. # CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
  35. CONFIG_ARCH_HIBERNATION_POSSIBLE=y
  36. CONFIG_ARCH_SUSPEND_POSSIBLE=y
  37. # CONFIG_ZONE_DMA32 is not set
  38. CONFIG_ARCH_POPULATES_NODE_MAP=y
  39. # CONFIG_AUDIT_ARCH is not set
  40. CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
  41. CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
  42. CONFIG_X86_32_LAZY_GS=y
  43. CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx"
  44. CONFIG_KTIME_SCALAR=y
  45. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  46. CONFIG_CONSTRUCTORS=y
  47. CONFIG_HAVE_IRQ_WORK=y
  48. CONFIG_IRQ_WORK=y
  49.  
  50. #
  51. # General setup
  52. #
  53. # CONFIG_EXPERIMENTAL is not set
  54. CONFIG_BROKEN_ON_SMP=y
  55. CONFIG_INIT_ENV_ARG_LIMIT=32
  56. CONFIG_CROSS_COMPILE=""
  57. CONFIG_LOCALVERSION=""
  58. CONFIG_LOCALVERSION_AUTO=y
  59. CONFIG_HAVE_KERNEL_GZIP=y
  60. CONFIG_HAVE_KERNEL_BZIP2=y
  61. CONFIG_HAVE_KERNEL_LZMA=y
  62. CONFIG_HAVE_KERNEL_LZO=y
  63. # CONFIG_KERNEL_GZIP is not set
  64. CONFIG_KERNEL_BZIP2=y
  65. # CONFIG_KERNEL_LZMA is not set
  66. # CONFIG_KERNEL_LZO is not set
  67. CONFIG_SWAP=y
  68. CONFIG_SYSVIPC=y
  69. CONFIG_SYSVIPC_SYSCTL=y
  70. # CONFIG_BSD_PROCESS_ACCT is not set
  71. # CONFIG_TASKSTATS is not set
  72. # CONFIG_AUDIT is not set
  73. CONFIG_HAVE_GENERIC_HARDIRQS=y
  74.  
  75. #
  76. # IRQ subsystem
  77. #
  78. CONFIG_GENERIC_HARDIRQS=y
  79. CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
  80. # CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
  81. CONFIG_HAVE_SPARSE_IRQ=y
  82. CONFIG_GENERIC_IRQ_PROBE=y
  83. # CONFIG_GENERIC_PENDING_IRQ is not set
  84. # CONFIG_AUTO_IRQ_AFFINITY is not set
  85. # CONFIG_IRQ_PER_CPU is not set
  86. # CONFIG_HARDIRQS_SW_RESEND is not set
  87. # CONFIG_SPARSE_IRQ is not set
  88.  
  89. #
  90. # RCU Subsystem
  91. #
  92. CONFIG_TINY_RCU=y
  93. # CONFIG_PREEMPT_RCU is not set
  94. # CONFIG_TREE_RCU_TRACE is not set
  95. CONFIG_IKCONFIG=y
  96. CONFIG_IKCONFIG_PROC=y
  97. CONFIG_LOG_BUF_SHIFT=17
  98. CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
  99. # CONFIG_CGROUPS is not set
  100. # CONFIG_NAMESPACES is not set
  101. # CONFIG_SYSFS_DEPRECATED is not set
  102. # CONFIG_RELAY is not set
  103. CONFIG_BLK_DEV_INITRD=y
  104. CONFIG_INITRAMFS_SOURCE=""
  105. CONFIG_RD_GZIP=y
  106. # CONFIG_RD_BZIP2 is not set
  107. # CONFIG_RD_LZMA is not set
  108. # CONFIG_RD_LZO is not set
  109. CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  110. CONFIG_SYSCTL=y
  111. CONFIG_ANON_INODES=y
  112. CONFIG_EMBEDDED=y
  113. CONFIG_UID16=y
  114. CONFIG_SYSCTL_SYSCALL=y
  115. CONFIG_KALLSYMS=y
  116. # CONFIG_KALLSYMS_EXTRA_PASS is not set
  117. CONFIG_HOTPLUG=y
  118. CONFIG_PRINTK=y
  119. CONFIG_BUG=y
  120. CONFIG_ELF_CORE=y
  121. CONFIG_PCSPKR_PLATFORM=y
  122. CONFIG_BASE_FULL=y
  123. CONFIG_FUTEX=y
  124. CONFIG_EPOLL=y
  125. CONFIG_SIGNALFD=y
  126. CONFIG_TIMERFD=y
  127. CONFIG_EVENTFD=y
  128. CONFIG_SHMEM=y
  129. CONFIG_AIO=y
  130. CONFIG_HAVE_PERF_EVENTS=y
  131.  
  132. #
  133. # Kernel Performance Events And Counters
  134. #
  135. CONFIG_PERF_EVENTS=y
  136. # CONFIG_PERF_COUNTERS is not set
  137. CONFIG_VM_EVENT_COUNTERS=y
  138. CONFIG_PCI_QUIRKS=y
  139. CONFIG_SLUB_DEBUG=y
  140. CONFIG_COMPAT_BRK=y
  141. # CONFIG_SLAB is not set
  142. CONFIG_SLUB=y
  143. # CONFIG_SLOB is not set
  144. # CONFIG_PROFILING is not set
  145. CONFIG_HAVE_OPROFILE=y
  146. # CONFIG_JUMP_LABEL is not set
  147. CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
  148. CONFIG_HAVE_IOREMAP_PROT=y
  149. CONFIG_HAVE_KPROBES=y
  150. CONFIG_HAVE_KRETPROBES=y
  151. CONFIG_HAVE_OPTPROBES=y
  152. CONFIG_HAVE_ARCH_TRACEHOOK=y
  153. CONFIG_HAVE_DMA_ATTRS=y
  154. CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
  155. CONFIG_HAVE_DMA_API_DEBUG=y
  156. CONFIG_HAVE_HW_BREAKPOINT=y
  157. CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
  158. CONFIG_HAVE_USER_RETURN_NOTIFIER=y
  159. CONFIG_HAVE_PERF_EVENTS_NMI=y
  160. CONFIG_HAVE_ARCH_JUMP_LABEL=y
  161.  
  162. #
  163. # GCOV-based kernel profiling
  164. #
  165. CONFIG_HAVE_GENERIC_DMA_COHERENT=y
  166. CONFIG_SLABINFO=y
  167. CONFIG_RT_MUTEXES=y
  168. CONFIG_BASE_SMALL=0
  169. # CONFIG_MODULES is not set
  170. CONFIG_BLOCK=y
  171. CONFIG_LBDAF=y
  172. CONFIG_BLK_DEV_BSG=y
  173. # CONFIG_BLK_DEV_INTEGRITY is not set
  174.  
  175. #
  176. # IO Schedulers
  177. #
  178. CONFIG_IOSCHED_NOOP=y
  179. CONFIG_IOSCHED_DEADLINE=y
  180. CONFIG_IOSCHED_CFQ=y
  181. # CONFIG_DEFAULT_DEADLINE is not set
  182. CONFIG_DEFAULT_CFQ=y
  183. # CONFIG_DEFAULT_NOOP is not set
  184. CONFIG_DEFAULT_IOSCHED="cfq"
  185. # CONFIG_INLINE_SPIN_TRYLOCK is not set
  186. # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
  187. # CONFIG_INLINE_SPIN_LOCK is not set
  188. # CONFIG_INLINE_SPIN_LOCK_BH is not set
  189. # CONFIG_INLINE_SPIN_LOCK_IRQ is not set
  190. # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
  191. CONFIG_INLINE_SPIN_UNLOCK=y
  192. # CONFIG_INLINE_SPIN_UNLOCK_BH is not set
  193. CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
  194. # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
  195. # CONFIG_INLINE_READ_TRYLOCK is not set
  196. # CONFIG_INLINE_READ_LOCK is not set
  197. # CONFIG_INLINE_READ_LOCK_BH is not set
  198. # CONFIG_INLINE_READ_LOCK_IRQ is not set
  199. # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
  200. CONFIG_INLINE_READ_UNLOCK=y
  201. # CONFIG_INLINE_READ_UNLOCK_BH is not set
  202. CONFIG_INLINE_READ_UNLOCK_IRQ=y
  203. # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
  204. # CONFIG_INLINE_WRITE_TRYLOCK is not set
  205. # CONFIG_INLINE_WRITE_LOCK is not set
  206. # CONFIG_INLINE_WRITE_LOCK_BH is not set
  207. # CONFIG_INLINE_WRITE_LOCK_IRQ is not set
  208. # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
  209. CONFIG_INLINE_WRITE_UNLOCK=y
  210. # CONFIG_INLINE_WRITE_UNLOCK_BH is not set
  211. CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
  212. # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
  213. # CONFIG_MUTEX_SPIN_ON_OWNER is not set
  214. CONFIG_FREEZER=y
  215.  
  216. #
  217. # Processor type and features
  218. #
  219. # CONFIG_NO_HZ is not set
  220. # CONFIG_HIGH_RES_TIMERS is not set
  221. CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
  222. # CONFIG_SMP is not set
  223. CONFIG_X86_EXTENDED_PLATFORM=y
  224. # CONFIG_X86_ELAN is not set
  225. # CONFIG_X86_RDC321X is not set
  226. CONFIG_SCHED_OMIT_FRAME_POINTER=y
  227. # CONFIG_PARAVIRT_GUEST is not set
  228. CONFIG_NO_BOOTMEM=y
  229. # CONFIG_MEMTEST is not set
  230. CONFIG_M386=y
  231. # CONFIG_M486 is not set
  232. # CONFIG_M586 is not set
  233. # CONFIG_M586TSC is not set
  234. # CONFIG_M586MMX is not set
  235. # CONFIG_M686 is not set
  236. # CONFIG_MPENTIUMII is not set
  237. # CONFIG_MPENTIUMIII is not set
  238. # CONFIG_MPENTIUMM is not set
  239. # CONFIG_MPENTIUM4 is not set
  240. # CONFIG_MK6 is not set
  241. # CONFIG_MK7 is not set
  242. # CONFIG_MK8 is not set
  243. # CONFIG_MCRUSOE is not set
  244. # CONFIG_MEFFICEON is not set
  245. # CONFIG_MWINCHIPC6 is not set
  246. # CONFIG_MWINCHIP3D is not set
  247. # CONFIG_MGEODEGX1 is not set
  248. # CONFIG_MGEODE_LX is not set
  249. # CONFIG_MCYRIXIII is not set
  250. # CONFIG_MVIAC3_2 is not set
  251. # CONFIG_MVIAC7 is not set
  252. # CONFIG_MCORE2 is not set
  253. # CONFIG_MATOM is not set
  254. CONFIG_X86_GENERIC=y
  255. CONFIG_X86_CPU=y
  256. CONFIG_X86_INTERNODE_CACHE_SHIFT=6
  257. # CONFIG_X86_CMPXCHG is not set
  258. CONFIG_X86_L1_CACHE_SHIFT=6
  259. # CONFIG_X86_PPRO_FENCE is not set
  260. CONFIG_X86_F00F_BUG=y
  261. CONFIG_X86_INVD_BUG=y
  262. CONFIG_X86_INTEL_USERCOPY=y
  263. CONFIG_X86_MINIMUM_CPU_FAMILY=3
  264. # CONFIG_PROCESSOR_SELECT is not set
  265. CONFIG_CPU_SUP_INTEL=y
  266. CONFIG_CPU_SUP_CYRIX_32=y
  267. CONFIG_CPU_SUP_AMD=y
  268. CONFIG_CPU_SUP_CENTAUR=y
  269. CONFIG_CPU_SUP_TRANSMETA_32=y
  270. CONFIG_CPU_SUP_UMC_32=y
  271. # CONFIG_HPET_TIMER is not set
  272. CONFIG_DMI=y
  273. # CONFIG_IOMMU_HELPER is not set
  274. # CONFIG_IOMMU_API is not set
  275. CONFIG_NR_CPUS=1
  276. # CONFIG_IRQ_TIME_ACCOUNTING is not set
  277. CONFIG_PREEMPT_NONE=y
  278. # CONFIG_PREEMPT_VOLUNTARY is not set
  279. # CONFIG_PREEMPT is not set
  280. # CONFIG_X86_UP_APIC is not set
  281. # CONFIG_X86_MCE is not set
  282. CONFIG_VM86=y
  283. # CONFIG_TOSHIBA is not set
  284. # CONFIG_I8K is not set
  285. # CONFIG_X86_REBOOTFIXUPS is not set
  286. # CONFIG_MICROCODE is not set
  287. # CONFIG_X86_MSR is not set
  288. # CONFIG_X86_CPUID is not set
  289. # CONFIG_NOHIGHMEM is not set
  290. CONFIG_HIGHMEM4G=y
  291. CONFIG_PAGE_OFFSET=0xC0000000
  292. CONFIG_HIGHMEM=y
  293. # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
  294. # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set
  295. CONFIG_ILLEGAL_POINTER_VALUE=0
  296. CONFIG_FLATMEM=y
  297. CONFIG_FLAT_NODE_MEM_MAP=y
  298. CONFIG_HAVE_MEMBLOCK=y
  299. CONFIG_PAGEFLAGS_EXTENDED=y
  300. CONFIG_SPLIT_PTLOCK_CPUS=4
  301. # CONFIG_PHYS_ADDR_T_64BIT is not set
  302. CONFIG_ZONE_DMA_FLAG=1
  303. CONFIG_BOUNCE=y
  304. CONFIG_VIRT_TO_BUS=y
  305. # CONFIG_KSM is not set
  306. CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
  307. CONFIG_NEED_PER_CPU_KM=y
  308. # CONFIG_HIGHPTE is not set
  309. # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
  310. CONFIG_X86_RESERVE_LOW=64
  311. # CONFIG_MATH_EMULATION is not set
  312. CONFIG_MTRR=y
  313. CONFIG_MTRR_SANITIZER=y
  314. CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
  315. CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
  316. CONFIG_X86_PAT=y
  317. CONFIG_ARCH_USES_PG_UNCACHED=y
  318. # CONFIG_EFI is not set
  319. CONFIG_SECCOMP=y
  320. # CONFIG_CC_STACKPROTECTOR is not set
  321. # CONFIG_HZ_100 is not set
  322. CONFIG_HZ_250=y
  323. # CONFIG_HZ_300 is not set
  324. # CONFIG_HZ_1000 is not set
  325. CONFIG_HZ=250
  326. # CONFIG_SCHED_HRTICK is not set
  327. # CONFIG_KEXEC is not set
  328. # CONFIG_CRASH_DUMP is not set
  329. CONFIG_PHYSICAL_START=0x1000000
  330. CONFIG_RELOCATABLE=y
  331. CONFIG_X86_NEED_RELOCS=y
  332. CONFIG_PHYSICAL_ALIGN=0x1000000
  333. CONFIG_COMPAT_VDSO=y
  334. # CONFIG_CMDLINE_BOOL is not set
  335. CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
  336.  
  337. #
  338. # Power management and ACPI options
  339. #
  340. CONFIG_PM=y
  341. # CONFIG_PM_DEBUG is not set
  342. CONFIG_PM_SLEEP=y
  343. CONFIG_SUSPEND_NVS=y
  344. CONFIG_SUSPEND=y
  345. CONFIG_SUSPEND_FREEZER=y
  346. # CONFIG_HIBERNATION is not set
  347. # CONFIG_PM_RUNTIME is not set
  348. CONFIG_PM_OPS=y
  349. CONFIG_ACPI=y
  350. CONFIG_ACPI_SLEEP=y
  351. # CONFIG_ACPI_PROCFS is not set
  352. # CONFIG_ACPI_PROCFS_POWER is not set
  353. # CONFIG_ACPI_EC_DEBUGFS is not set
  354. CONFIG_ACPI_PROC_EVENT=y
  355. CONFIG_ACPI_AC=y
  356. CONFIG_ACPI_BATTERY=y
  357. CONFIG_ACPI_BUTTON=y
  358. CONFIG_ACPI_FAN=y
  359. CONFIG_ACPI_PROCESSOR=y
  360. CONFIG_ACPI_THERMAL=y
  361. # CONFIG_ACPI_CUSTOM_DSDT is not set
  362. CONFIG_ACPI_BLACKLIST_YEAR=0
  363. # CONFIG_ACPI_DEBUG is not set
  364. # CONFIG_ACPI_PCI_SLOT is not set
  365. CONFIG_X86_PM_TIMER=y
  366. # CONFIG_ACPI_SBS is not set
  367. # CONFIG_ACPI_HED is not set
  368. # CONFIG_ACPI_APEI is not set
  369. # CONFIG_SFI is not set
  370. # CONFIG_APM is not set
  371.  
  372. #
  373. # CPU Frequency scaling
  374. #
  375. # CONFIG_CPU_FREQ is not set
  376. CONFIG_CPU_IDLE=y
  377. CONFIG_CPU_IDLE_GOV_LADDER=y
  378. # CONFIG_INTEL_IDLE is not set
  379.  
  380. #
  381. # Bus options (PCI etc.)
  382. #
  383. CONFIG_PCI=y
  384. # CONFIG_PCI_GOBIOS is not set
  385. # CONFIG_PCI_GOMMCONFIG is not set
  386. # CONFIG_PCI_GODIRECT is not set
  387. CONFIG_PCI_GOANY=y
  388. CONFIG_PCI_BIOS=y
  389. CONFIG_PCI_DIRECT=y
  390. CONFIG_PCI_MMCONFIG=y
  391. CONFIG_PCI_DOMAINS=y
  392. # CONFIG_PCI_CNB20LE_QUIRK is not set
  393. # CONFIG_PCIEPORTBUS is not set
  394. # CONFIG_ARCH_SUPPORTS_MSI is not set
  395. # CONFIG_PCI_STUB is not set
  396. # CONFIG_PCI_IOV is not set
  397. CONFIG_PCI_IOAPIC=y
  398. CONFIG_ISA_DMA_API=y
  399. CONFIG_ISA=y
  400. # CONFIG_EISA is not set
  401. # CONFIG_MCA is not set
  402. # CONFIG_SCx200 is not set
  403. # CONFIG_OLPC is not set
  404. # CONFIG_OLPC_OPENFIRMWARE is not set
  405. CONFIG_AMD_NB=y
  406. # CONFIG_PCCARD is not set
  407. # CONFIG_HOTPLUG_PCI is not set
  408.  
  409. #
  410. # Executable file formats / Emulations
  411. #
  412. CONFIG_BINFMT_ELF=y
  413. CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
  414. CONFIG_HAVE_AOUT=y
  415. # CONFIG_BINFMT_AOUT is not set
  416. # CONFIG_BINFMT_MISC is not set
  417. CONFIG_HAVE_ATOMIC_IOMAP=y
  418. CONFIG_HAVE_TEXT_POKE_SMP=y
  419. CONFIG_NET=y
  420.  
  421. #
  422. # Networking options
  423. #
  424. CONFIG_PACKET=y
  425. CONFIG_UNIX=y
  426. CONFIG_XFRM=y
  427. # CONFIG_XFRM_USER is not set
  428. CONFIG_NET_KEY=y
  429. CONFIG_INET=y
  430. # CONFIG_IP_MULTICAST is not set
  431. # CONFIG_IP_ADVANCED_ROUTER is not set
  432. CONFIG_IP_FIB_HASH=y
  433. # CONFIG_IP_PNP is not set
  434. # CONFIG_NET_IPIP is not set
  435. # CONFIG_NET_IPGRE_DEMUX is not set
  436. # CONFIG_ARPD is not set
  437. # CONFIG_SYN_COOKIES is not set
  438. # CONFIG_INET_AH is not set
  439. # CONFIG_INET_ESP is not set
  440. # CONFIG_INET_IPCOMP is not set
  441. # CONFIG_INET_XFRM_TUNNEL is not set
  442. CONFIG_INET_TUNNEL=y
  443. CONFIG_INET_XFRM_MODE_TRANSPORT=y
  444. CONFIG_INET_XFRM_MODE_TUNNEL=y
  445. CONFIG_INET_XFRM_MODE_BEET=y
  446. CONFIG_INET_LRO=y
  447. CONFIG_INET_DIAG=y
  448. CONFIG_INET_TCP_DIAG=y
  449. # CONFIG_TCP_CONG_ADVANCED is not set
  450. CONFIG_TCP_CONG_CUBIC=y
  451. CONFIG_DEFAULT_TCP_CONG="cubic"
  452. CONFIG_IPV6=y
  453. # CONFIG_IPV6_PRIVACY is not set
  454. # CONFIG_IPV6_ROUTER_PREF is not set
  455. # CONFIG_INET6_AH is not set
  456. # CONFIG_INET6_ESP is not set
  457. # CONFIG_INET6_IPCOMP is not set
  458. # CONFIG_INET6_XFRM_TUNNEL is not set
  459. # CONFIG_INET6_TUNNEL is not set
  460. CONFIG_INET6_XFRM_MODE_TRANSPORT=y
  461. CONFIG_INET6_XFRM_MODE_TUNNEL=y
  462. CONFIG_INET6_XFRM_MODE_BEET=y
  463. CONFIG_IPV6_SIT=y
  464. CONFIG_IPV6_NDISC_NODETYPE=y
  465. # CONFIG_IPV6_TUNNEL is not set
  466. # CONFIG_NETWORK_SECMARK is not set
  467. # CONFIG_NETFILTER is not set
  468. # CONFIG_ATM is not set
  469. # CONFIG_L2TP is not set
  470. # CONFIG_BRIDGE is not set
  471. # CONFIG_VLAN_8021Q is not set
  472. # CONFIG_DECNET is not set
  473. # CONFIG_LLC2 is not set
  474. # CONFIG_IPX is not set
  475. # CONFIG_ATALK is not set
  476. # CONFIG_PHONET is not set
  477. # CONFIG_NET_SCHED is not set
  478. # CONFIG_DCB is not set
  479.  
  480. #
  481. # Network testing
  482. #
  483. # CONFIG_NET_PKTGEN is not set
  484. # CONFIG_HAMRADIO is not set
  485. # CONFIG_CAN is not set
  486. # CONFIG_IRDA is not set
  487. # CONFIG_BT is not set
  488. CONFIG_WIRELESS=y
  489. CONFIG_WIRELESS_EXT=y
  490. CONFIG_WEXT_CORE=y
  491. CONFIG_WEXT_PROC=y
  492. CONFIG_WEXT_SPY=y
  493. CONFIG_WEXT_PRIV=y
  494. CONFIG_CFG80211=y
  495. # CONFIG_NL80211_TESTMODE is not set
  496. # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
  497. # CONFIG_CFG80211_REG_DEBUG is not set
  498. CONFIG_CFG80211_DEFAULT_PS=y
  499. # CONFIG_CFG80211_INTERNAL_REGDB is not set
  500. CONFIG_CFG80211_WEXT=y
  501. CONFIG_WIRELESS_EXT_SYSFS=y
  502. CONFIG_LIB80211=y
  503. CONFIG_LIB80211_CRYPT_WEP=y
  504. CONFIG_LIB80211_CRYPT_CCMP=y
  505. CONFIG_LIB80211_CRYPT_TKIP=y
  506. # CONFIG_LIB80211_DEBUG is not set
  507. CONFIG_MAC80211=y
  508. CONFIG_MAC80211_HAS_RC=y
  509. # CONFIG_MAC80211_RC_PID is not set
  510. CONFIG_MAC80211_RC_MINSTREL=y
  511. CONFIG_MAC80211_RC_MINSTREL_HT=y
  512. CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
  513. CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
  514. CONFIG_MAC80211_LEDS=y
  515. # CONFIG_MAC80211_DEBUG_MENU is not set
  516. # CONFIG_WIMAX is not set
  517. # CONFIG_RFKILL is not set
  518. # CONFIG_CAIF is not set
  519.  
  520. #
  521. # Device Drivers
  522. #
  523.  
  524. #
  525. # Generic Driver Options
  526. #
  527. CONFIG_UEVENT_HELPER_PATH=""
  528. # CONFIG_DEVTMPFS is not set
  529. CONFIG_STANDALONE=y
  530. CONFIG_PREVENT_FIRMWARE_BUILD=y
  531. CONFIG_FW_LOADER=y
  532. CONFIG_FIRMWARE_IN_KERNEL=y
  533. CONFIG_EXTRA_FIRMWARE=""
  534. # CONFIG_SYS_HYPERVISOR is not set
  535. # CONFIG_CONNECTOR is not set
  536. # CONFIG_MTD is not set
  537. # CONFIG_PARPORT is not set
  538. CONFIG_PNP=y
  539. CONFIG_PNP_DEBUG_MESSAGES=y
  540.  
  541. #
  542. # Protocols
  543. #
  544. # CONFIG_ISAPNP is not set
  545. CONFIG_PNPACPI=y
  546. CONFIG_BLK_DEV=y
  547. # CONFIG_BLK_DEV_FD is not set
  548. # CONFIG_BLK_DEV_XD is not set
  549. # CONFIG_BLK_CPQ_DA is not set
  550. # CONFIG_BLK_CPQ_CISS_DA is not set
  551. # CONFIG_BLK_DEV_DAC960 is not set
  552. # CONFIG_BLK_DEV_COW_COMMON is not set
  553. CONFIG_BLK_DEV_LOOP=y
  554. # CONFIG_BLK_DEV_CRYPTOLOOP is not set
  555.  
  556. #
  557. # DRBD disabled because PROC_FS, INET or CONNECTOR not selected
  558. #
  559. # CONFIG_BLK_DEV_NBD is not set
  560. # CONFIG_BLK_DEV_SX8 is not set
  561. # CONFIG_BLK_DEV_UB is not set
  562. CONFIG_BLK_DEV_RAM=y
  563. CONFIG_BLK_DEV_RAM_COUNT=4
  564. CONFIG_BLK_DEV_RAM_SIZE=8192
  565. # CONFIG_BLK_DEV_XIP is not set
  566. # CONFIG_CDROM_PKTCDVD is not set
  567. # CONFIG_ATA_OVER_ETH is not set
  568. # CONFIG_BLK_DEV_HD is not set
  569. CONFIG_MISC_DEVICES=y
  570. # CONFIG_PHANTOM is not set
  571. # CONFIG_SGI_IOC4 is not set
  572. # CONFIG_ENCLOSURE_SERVICES is not set
  573. CONFIG_CS5535_MFGPT=y
  574. CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
  575. CONFIG_CS5535_CLOCK_EVENT_SRC=y
  576. # CONFIG_HP_ILO is not set
  577. # CONFIG_VMWARE_BALLOON is not set
  578. # CONFIG_PCH_PHUB is not set
  579.  
  580. #
  581. # EEPROM support
  582. #
  583. # CONFIG_EEPROM_93CX6 is not set
  584. # CONFIG_CB710_CORE is not set
  585.  
  586. #
  587. # Texas Instruments shared transport line discipline
  588. #
  589. CONFIG_HAVE_IDE=y
  590. # CONFIG_IDE is not set
  591.  
  592. #
  593. # SCSI device support
  594. #
  595. CONFIG_SCSI_MOD=y
  596. # CONFIG_RAID_ATTRS is not set
  597. CONFIG_SCSI=y
  598. CONFIG_SCSI_DMA=y
  599. # CONFIG_SCSI_NETLINK is not set
  600. # CONFIG_SCSI_PROC_FS is not set
  601.  
  602. #
  603. # SCSI support type (disk, tape, CD-ROM)
  604. #
  605. CONFIG_BLK_DEV_SD=y
  606. # CONFIG_CHR_DEV_ST is not set
  607. # CONFIG_CHR_DEV_OSST is not set
  608. # CONFIG_BLK_DEV_SR is not set
  609. # CONFIG_CHR_DEV_SG is not set
  610. # CONFIG_CHR_DEV_SCH is not set
  611. # CONFIG_SCSI_MULTI_LUN is not set
  612. # CONFIG_SCSI_CONSTANTS is not set
  613. # CONFIG_SCSI_LOGGING is not set
  614. # CONFIG_SCSI_SCAN_ASYNC is not set
  615.  
  616. #
  617. # SCSI Transports
  618. #
  619. # CONFIG_SCSI_SPI_ATTRS is not set
  620. # CONFIG_SCSI_FC_ATTRS is not set
  621. # CONFIG_SCSI_ISCSI_ATTRS is not set
  622. # CONFIG_SCSI_SAS_ATTRS is not set
  623. # CONFIG_SCSI_SAS_LIBSAS is not set
  624. # CONFIG_SCSI_SRP_ATTRS is not set
  625. # CONFIG_SCSI_LOWLEVEL is not set
  626. # CONFIG_SCSI_DH is not set
  627. # CONFIG_SCSI_OSD_INITIATOR is not set
  628. CONFIG_ATA=y
  629. # CONFIG_ATA_NONSTANDARD is not set
  630. CONFIG_ATA_VERBOSE_ERROR=y
  631. CONFIG_ATA_ACPI=y
  632. # CONFIG_SATA_PMP is not set
  633.  
  634. #
  635. # Controllers with non-SFF native interface
  636. #
  637. # CONFIG_SATA_AHCI is not set
  638. # CONFIG_SATA_AHCI_PLATFORM is not set
  639. # CONFIG_SATA_INIC162X is not set
  640. # CONFIG_SATA_SIL24 is not set
  641. CONFIG_ATA_SFF=y
  642.  
  643. #
  644. # SFF controllers with custom DMA interface
  645. #
  646. # CONFIG_PDC_ADMA is not set
  647. # CONFIG_SATA_QSTOR is not set
  648. CONFIG_ATA_BMDMA=y
  649.  
  650. #
  651. # SATA SFF controllers with BMDMA
  652. #
  653. # CONFIG_ATA_PIIX is not set
  654. # CONFIG_SATA_MV is not set
  655. # CONFIG_SATA_NV is not set
  656. # CONFIG_SATA_PROMISE is not set
  657. # CONFIG_SATA_SIL is not set
  658. # CONFIG_SATA_SIS is not set
  659. # CONFIG_SATA_SVW is not set
  660. # CONFIG_SATA_ULI is not set
  661. # CONFIG_SATA_VIA is not set
  662. # CONFIG_SATA_VITESSE is not set
  663.  
  664. #
  665. # PATA SFF controllers with BMDMA
  666. #
  667. # CONFIG_PATA_ALI is not set
  668. # CONFIG_PATA_AMD is not set
  669. # CONFIG_PATA_ARTOP is not set
  670. # CONFIG_PATA_ATIIXP is not set
  671. # CONFIG_PATA_ATP867X is not set
  672. # CONFIG_PATA_CMD64X is not set
  673. # CONFIG_PATA_CS5520 is not set
  674. # CONFIG_PATA_CS5530 is not set
  675. CONFIG_PATA_CS5536=y
  676. # CONFIG_PATA_EFAR is not set
  677. # CONFIG_PATA_HPT366 is not set
  678. # CONFIG_PATA_HPT37X is not set
  679. # CONFIG_PATA_HPT3X2N is not set
  680. # CONFIG_PATA_HPT3X3 is not set
  681. # CONFIG_PATA_IT821X is not set
  682. # CONFIG_PATA_JMICRON is not set
  683. # CONFIG_PATA_MARVELL is not set
  684. # CONFIG_PATA_NETCELL is not set
  685. # CONFIG_PATA_NINJA32 is not set
  686. # CONFIG_PATA_NS87415 is not set
  687. # CONFIG_PATA_OLDPIIX is not set
  688. # CONFIG_PATA_PDC2027X is not set
  689. # CONFIG_PATA_PDC_OLD is not set
  690. # CONFIG_PATA_RDC is not set
  691. # CONFIG_PATA_SC1200 is not set
  692. # CONFIG_PATA_SCH is not set
  693. # CONFIG_PATA_SERVERWORKS is not set
  694. # CONFIG_PATA_SIL680 is not set
  695. # CONFIG_PATA_SIS is not set
  696. # CONFIG_PATA_TRIFLEX is not set
  697. # CONFIG_PATA_VIA is not set
  698. # CONFIG_PATA_WINBOND is not set
  699.  
  700. #
  701. # PIO-only SFF controllers
  702. #
  703. # CONFIG_PATA_MPIIX is not set
  704. # CONFIG_PATA_NS87410 is not set
  705. # CONFIG_PATA_PLATFORM is not set
  706. # CONFIG_PATA_QDI is not set
  707. # CONFIG_PATA_RZ1000 is not set
  708.  
  709. #
  710. # Generic fallback / legacy drivers
  711. #
  712. # CONFIG_PATA_ACPI is not set
  713. CONFIG_ATA_GENERIC=y
  714. # CONFIG_MD is not set
  715. # CONFIG_FUSION is not set
  716.  
  717. #
  718. # IEEE 1394 (FireWire) support
  719. #
  720. # CONFIG_FIREWIRE is not set
  721. # CONFIG_FIREWIRE_NOSY is not set
  722. # CONFIG_I2O is not set
  723. # CONFIG_MACINTOSH_DRIVERS is not set
  724. CONFIG_NETDEVICES=y
  725. # CONFIG_DUMMY is not set
  726. # CONFIG_BONDING is not set
  727. # CONFIG_EQUALIZER is not set
  728. # CONFIG_TUN is not set
  729. # CONFIG_VETH is not set
  730. # CONFIG_NET_SB1000 is not set
  731. # CONFIG_ARCNET is not set
  732. CONFIG_MII=y
  733. # CONFIG_PHYLIB is not set
  734. CONFIG_NET_ETHERNET=y
  735. # CONFIG_HAPPYMEAL is not set
  736. # CONFIG_SUNGEM is not set
  737. # CONFIG_CASSINI is not set
  738. # CONFIG_NET_VENDOR_3COM is not set
  739. # CONFIG_LANCE is not set
  740. # CONFIG_NET_VENDOR_SMC is not set
  741. # CONFIG_ETHOC is not set
  742. # CONFIG_NET_VENDOR_RACAL is not set
  743. # CONFIG_DNET is not set
  744. # CONFIG_NET_TULIP is not set
  745. # CONFIG_DEPCA is not set
  746. # CONFIG_HP100 is not set
  747. # CONFIG_NET_ISA is not set
  748. # CONFIG_IBM_NEW_EMAC_ZMII is not set
  749. # CONFIG_IBM_NEW_EMAC_RGMII is not set
  750. # CONFIG_IBM_NEW_EMAC_TAH is not set
  751. # CONFIG_IBM_NEW_EMAC_EMAC4 is not set
  752. # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
  753. # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
  754. # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
  755. CONFIG_NET_PCI=y
  756. # CONFIG_PCNET32 is not set
  757. # CONFIG_AMD8111_ETH is not set
  758. # CONFIG_ADAPTEC_STARFIRE is not set
  759. # CONFIG_KSZ884X_PCI is not set
  760. # CONFIG_APRICOT is not set
  761. # CONFIG_B44 is not set
  762. # CONFIG_FORCEDETH is not set
  763. # CONFIG_CS89x0 is not set
  764. # CONFIG_E100 is not set
  765. # CONFIG_FEALNX is not set
  766. # CONFIG_NATSEMI is not set
  767. CONFIG_NE2K_PCI=y
  768. CONFIG_8139TOO=y
  769. CONFIG_8139TOO_PIO=y
  770. # CONFIG_8139TOO_TUNE_TWISTER is not set
  771. # CONFIG_8139TOO_8129 is not set
  772. # CONFIG_8139_OLD_RX_RESET is not set
  773. # CONFIG_R6040 is not set
  774. # CONFIG_SIS900 is not set
  775. # CONFIG_EPIC100 is not set
  776. # CONFIG_SMSC9420 is not set
  777. # CONFIG_SUNDANCE is not set
  778. # CONFIG_TLAN is not set
  779. # CONFIG_KS8851_MLL is not set
  780. CONFIG_VIA_RHINE=y
  781. # CONFIG_VIA_RHINE_MMIO is not set
  782. # CONFIG_ATL2 is not set
  783. CONFIG_NETDEV_1000=y
  784. # CONFIG_ACENIC is not set
  785. # CONFIG_DL2K is not set
  786. # CONFIG_E1000 is not set
  787. # CONFIG_E1000E is not set
  788. # CONFIG_IGB is not set
  789. # CONFIG_IGBVF is not set
  790. # CONFIG_NS83820 is not set
  791. # CONFIG_HAMACHI is not set
  792. # CONFIG_R8169 is not set
  793. # CONFIG_SIS190 is not set
  794. # CONFIG_SKGE is not set
  795. # CONFIG_SKY2 is not set
  796. # CONFIG_VIA_VELOCITY is not set
  797. # CONFIG_TIGON3 is not set
  798. # CONFIG_BNX2 is not set
  799. # CONFIG_CNIC is not set
  800. # CONFIG_QLA3XXX is not set
  801. # CONFIG_ATL1 is not set
  802. # CONFIG_JME is not set
  803. # CONFIG_STMMAC_ETH is not set
  804. # CONFIG_PCH_GBE is not set
  805. # CONFIG_NETDEV_10000 is not set
  806. # CONFIG_TR is not set
  807. CONFIG_WLAN=y
  808. # CONFIG_LIBERTAS_THINFIRM is not set
  809. # CONFIG_AIRO is not set
  810. # CONFIG_ATMEL is not set
  811. # CONFIG_AT76C50X_USB is not set
  812. # CONFIG_USB_ZD1201 is not set
  813. # CONFIG_RTL8187 is not set
  814. # CONFIG_MAC80211_HWSIM is not set
  815. CONFIG_ATH_COMMON=y
  816. # CONFIG_ATH_DEBUG is not set
  817. CONFIG_ATH5K=y
  818. # CONFIG_ATH5K_DEBUG is not set
  819. # CONFIG_ATH9K is not set
  820. # CONFIG_ATH9K_HTC is not set
  821. # CONFIG_AR9170_USB is not set
  822. # CONFIG_B43 is not set
  823. # CONFIG_B43LEGACY is not set
  824. CONFIG_HOSTAP=y
  825. # CONFIG_HOSTAP_FIRMWARE is not set
  826. CONFIG_HOSTAP_PLX=y
  827. CONFIG_HOSTAP_PCI=y
  828. # CONFIG_IPW2100 is not set
  829. # CONFIG_IPW2200 is not set
  830. # CONFIG_IWLWIFI is not set
  831. # CONFIG_LIBERTAS is not set
  832. # CONFIG_HERMES is not set
  833. # CONFIG_RT2X00 is not set
  834.  
  835. #
  836. # Enable WiMAX (Networking options) to see the WiMAX drivers
  837. #
  838.  
  839. #
  840. # USB Network Adapters
  841. #
  842. # CONFIG_USB_KAWETH is not set
  843. # CONFIG_USB_PEGASUS is not set
  844. # CONFIG_USB_USBNET is not set
  845. # CONFIG_USB_IPHETH is not set
  846. # CONFIG_WAN is not set
  847.  
  848. #
  849. # CAIF transport drivers
  850. #
  851. # CONFIG_FDDI is not set
  852. # CONFIG_PPP is not set
  853. # CONFIG_SLIP is not set
  854. # CONFIG_NET_FC is not set
  855. # CONFIG_NETCONSOLE is not set
  856. # CONFIG_NETPOLL is not set
  857. # CONFIG_NET_POLL_CONTROLLER is not set
  858. # CONFIG_VMXNET3 is not set
  859. # CONFIG_ISDN is not set
  860. # CONFIG_PHONE is not set
  861.  
  862. #
  863. # Input device support
  864. #
  865. CONFIG_INPUT=y
  866. # CONFIG_INPUT_FF_MEMLESS is not set
  867. # CONFIG_INPUT_POLLDEV is not set
  868. # CONFIG_INPUT_SPARSEKMAP is not set
  869.  
  870. #
  871. # Userland interfaces
  872. #
  873. CONFIG_INPUT_MOUSEDEV=y
  874. CONFIG_INPUT_MOUSEDEV_PSAUX=y
  875. CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
  876. CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  877. # CONFIG_INPUT_JOYDEV is not set
  878. # CONFIG_INPUT_EVDEV is not set
  879. # CONFIG_INPUT_EVBUG is not set
  880.  
  881. #
  882. # Input Device Drivers
  883. #
  884. CONFIG_INPUT_KEYBOARD=y
  885. CONFIG_KEYBOARD_ATKBD=y
  886. # CONFIG_KEYBOARD_LKKBD is not set
  887. # CONFIG_KEYBOARD_NEWTON is not set
  888. # CONFIG_KEYBOARD_OPENCORES is not set
  889. # CONFIG_KEYBOARD_STOWAWAY is not set
  890. # CONFIG_KEYBOARD_SUNKBD is not set
  891. # CONFIG_KEYBOARD_XTKBD is not set
  892. CONFIG_INPUT_MOUSE=y
  893. CONFIG_MOUSE_PS2=y
  894. CONFIG_MOUSE_PS2_ALPS=y
  895. CONFIG_MOUSE_PS2_LOGIPS2PP=y
  896. CONFIG_MOUSE_PS2_SYNAPTICS=y
  897. CONFIG_MOUSE_PS2_LIFEBOOK=y
  898. CONFIG_MOUSE_PS2_TRACKPOINT=y
  899. # CONFIG_MOUSE_PS2_ELANTECH is not set
  900. # CONFIG_MOUSE_PS2_SENTELIC is not set
  901. # CONFIG_MOUSE_PS2_TOUCHKIT is not set
  902. # CONFIG_MOUSE_SERIAL is not set
  903. # CONFIG_MOUSE_APPLETOUCH is not set
  904. # CONFIG_MOUSE_BCM5974 is not set
  905. # CONFIG_MOUSE_INPORT is not set
  906. # CONFIG_MOUSE_LOGIBM is not set
  907. # CONFIG_MOUSE_PC110PAD is not set
  908. # CONFIG_MOUSE_VSXXXAA is not set
  909. # CONFIG_INPUT_JOYSTICK is not set
  910. # CONFIG_INPUT_TABLET is not set
  911. # CONFIG_INPUT_TOUCHSCREEN is not set
  912. # CONFIG_INPUT_MISC is not set
  913.  
  914. #
  915. # Hardware I/O ports
  916. #
  917. CONFIG_SERIO=y
  918. CONFIG_SERIO_I8042=y
  919. CONFIG_SERIO_SERPORT=y
  920. # CONFIG_SERIO_CT82C710 is not set
  921. # CONFIG_SERIO_PCIPS2 is not set
  922. CONFIG_SERIO_LIBPS2=y
  923. CONFIG_SERIO_RAW=y
  924. # CONFIG_SERIO_ALTERA_PS2 is not set
  925. # CONFIG_SERIO_PS2MULT is not set
  926. # CONFIG_GAMEPORT is not set
  927.  
  928. #
  929. # Character devices
  930. #
  931. CONFIG_VT=y
  932. CONFIG_CONSOLE_TRANSLATIONS=y
  933. CONFIG_VT_CONSOLE=y
  934. CONFIG_HW_CONSOLE=y
  935. # CONFIG_VT_HW_CONSOLE_BINDING is not set
  936. CONFIG_DEVKMEM=y
  937. # CONFIG_SERIAL_NONSTANDARD is not set
  938.  
  939. #
  940. # Serial drivers
  941. #
  942. # CONFIG_SERIAL_8250 is not set
  943. CONFIG_FIX_EARLYCON_MEM=y
  944.  
  945. #
  946. # Non-8250 serial port support
  947. #
  948. # CONFIG_SERIAL_MFD_HSU is not set
  949. # CONFIG_SERIAL_JSM is not set
  950. # CONFIG_SERIAL_TIMBERDALE is not set
  951. # CONFIG_SERIAL_ALTERA_JTAGUART is not set
  952. # CONFIG_SERIAL_ALTERA_UART is not set
  953. CONFIG_UNIX98_PTYS=y
  954. # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
  955. CONFIG_LEGACY_PTYS=y
  956. CONFIG_LEGACY_PTY_COUNT=256
  957. # CONFIG_TTY_PRINTK is not set
  958. # CONFIG_IPMI_HANDLER is not set
  959. CONFIG_HW_RANDOM=y
  960. # CONFIG_HW_RANDOM_TIMERIOMEM is not set
  961. CONFIG_HW_RANDOM_INTEL=y
  962. CONFIG_HW_RANDOM_AMD=y
  963. CONFIG_HW_RANDOM_GEODE=y
  964. CONFIG_HW_RANDOM_VIA=y
  965. # CONFIG_NVRAM is not set
  966. # CONFIG_RTC is not set
  967. # CONFIG_GEN_RTC is not set
  968. # CONFIG_DTLK is not set
  969. # CONFIG_R3964 is not set
  970. # CONFIG_APPLICOM is not set
  971. # CONFIG_MWAVE is not set
  972. # CONFIG_PC8736x_GPIO is not set
  973. # CONFIG_NSC_GPIO is not set
  974. # CONFIG_CS5535_GPIO is not set
  975. # CONFIG_RAW_DRIVER is not set
  976. # CONFIG_HPET is not set
  977. # CONFIG_HANGCHECK_TIMER is not set
  978. CONFIG_DEVPORT=y
  979. # CONFIG_RAMOOPS is not set
  980. # CONFIG_I2C is not set
  981. # CONFIG_SPI is not set
  982.  
  983. #
  984. # PPS support
  985. #
  986. CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
  987. # CONFIG_GPIOLIB is not set
  988. # CONFIG_W1 is not set
  989. CONFIG_POWER_SUPPLY=y
  990. # CONFIG_POWER_SUPPLY_DEBUG is not set
  991. # CONFIG_PDA_POWER is not set
  992. # CONFIG_TEST_POWER is not set
  993. # CONFIG_HWMON is not set
  994. CONFIG_THERMAL=y
  995. # CONFIG_WATCHDOG is not set
  996. CONFIG_SSB_POSSIBLE=y
  997.  
  998. #
  999. # Sonics Silicon Backplane
  1000. #
  1001. # CONFIG_SSB is not set
  1002. # CONFIG_MFD_SUPPORT is not set
  1003. # CONFIG_REGULATOR is not set
  1004. # CONFIG_MEDIA_SUPPORT is not set
  1005.  
  1006. #
  1007. # Graphics support
  1008. #
  1009. # CONFIG_AGP is not set
  1010. CONFIG_VGA_ARB=y
  1011. CONFIG_VGA_ARB_MAX_GPUS=16
  1012. # CONFIG_VGA_SWITCHEROO is not set
  1013. # CONFIG_DRM is not set
  1014. # CONFIG_STUB_POULSBO is not set
  1015. # CONFIG_VGASTATE is not set
  1016. # CONFIG_VIDEO_OUTPUT_CONTROL is not set
  1017. # CONFIG_FB is not set
  1018. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  1019.  
  1020. #
  1021. # Display device support
  1022. #
  1023. # CONFIG_DISPLAY_SUPPORT is not set
  1024.  
  1025. #
  1026. # Console display driver support
  1027. #
  1028. CONFIG_VGA_CONSOLE=y
  1029. # CONFIG_VGACON_SOFT_SCROLLBACK is not set
  1030. # CONFIG_MDA_CONSOLE is not set
  1031. CONFIG_DUMMY_CONSOLE=y
  1032. # CONFIG_SOUND is not set
  1033. CONFIG_HID_SUPPORT=y
  1034. CONFIG_HID=y
  1035. # CONFIG_HIDRAW is not set
  1036.  
  1037. #
  1038. # USB Input Devices
  1039. #
  1040. CONFIG_USB_HID=y
  1041. # CONFIG_HID_PID is not set
  1042. CONFIG_USB_HIDDEV=y
  1043.  
  1044. #
  1045. # Special HID drivers
  1046. #
  1047. # CONFIG_HID_3M_PCT is not set
  1048. # CONFIG_HID_A4TECH is not set
  1049. # CONFIG_HID_ACRUX_FF is not set
  1050. # CONFIG_HID_APPLE is not set
  1051. # CONFIG_HID_BELKIN is not set
  1052. # CONFIG_HID_CANDO is not set
  1053. # CONFIG_HID_CHERRY is not set
  1054. # CONFIG_HID_CHICONY is not set
  1055. # CONFIG_HID_CYPRESS is not set
  1056. # CONFIG_HID_DRAGONRISE is not set
  1057. # CONFIG_HID_EGALAX is not set
  1058. # CONFIG_HID_EZKEY is not set
  1059. # CONFIG_HID_KYE is not set
  1060. # CONFIG_HID_UCLOGIC is not set
  1061. # CONFIG_HID_WALTOP is not set
  1062. # CONFIG_HID_GYRATION is not set
  1063. # CONFIG_HID_TWINHAN is not set
  1064. # CONFIG_HID_KENSINGTON is not set
  1065. # CONFIG_HID_LOGITECH is not set
  1066. # CONFIG_HID_MICROSOFT is not set
  1067. # CONFIG_HID_MOSART is not set
  1068. # CONFIG_HID_MONTEREY is not set
  1069. # CONFIG_HID_NTRIG is not set
  1070. # CONFIG_HID_ORTEK is not set
  1071. # CONFIG_HID_PANTHERLORD is not set
  1072. # CONFIG_HID_PETALYNX is not set
  1073. # CONFIG_HID_PICOLCD is not set
  1074. # CONFIG_HID_QUANTA is not set
  1075. # CONFIG_HID_ROCCAT is not set
  1076. # CONFIG_HID_ROCCAT_KONE is not set
  1077. # CONFIG_HID_ROCCAT_PYRA is not set
  1078. # CONFIG_HID_SAMSUNG is not set
  1079. # CONFIG_HID_SONY is not set
  1080. # CONFIG_HID_STANTUM is not set
  1081. # CONFIG_HID_SUNPLUS is not set
  1082. # CONFIG_HID_GREENASIA is not set
  1083. # CONFIG_HID_SMARTJOYPLUS is not set
  1084. # CONFIG_HID_TOPSEED is not set
  1085. # CONFIG_HID_THRUSTMASTER is not set
  1086. # CONFIG_HID_ZEROPLUS is not set
  1087. # CONFIG_HID_ZYDACRON is not set
  1088. CONFIG_USB_SUPPORT=y
  1089. CONFIG_USB_ARCH_HAS_HCD=y
  1090. CONFIG_USB_ARCH_HAS_OHCI=y
  1091. CONFIG_USB_ARCH_HAS_EHCI=y
  1092. CONFIG_USB=y
  1093. CONFIG_USB_DEBUG=y
  1094. # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
  1095.  
  1096. #
  1097. # Miscellaneous USB options
  1098. #
  1099. CONFIG_USB_DEVICEFS=y
  1100. CONFIG_USB_DEVICE_CLASS=y
  1101. # CONFIG_USB_DYNAMIC_MINORS is not set
  1102. # CONFIG_USB_OTG_WHITELIST is not set
  1103. # CONFIG_USB_OTG_BLACKLIST_HUB is not set
  1104. CONFIG_USB_MON=y
  1105. # CONFIG_USB_WUSB_CBAF is not set
  1106.  
  1107. #
  1108. # USB Host Controller Drivers
  1109. #
  1110. # CONFIG_USB_C67X00_HCD is not set
  1111. CONFIG_USB_EHCI_HCD=y
  1112. CONFIG_USB_EHCI_ROOT_HUB_TT=y
  1113. CONFIG_USB_EHCI_TT_NEWSCHED=y
  1114. # CONFIG_USB_OXU210HP_HCD is not set
  1115. # CONFIG_USB_ISP116X_HCD is not set
  1116. # CONFIG_USB_ISP1362_HCD is not set
  1117. CONFIG_USB_OHCI_HCD=y
  1118. # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
  1119. # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
  1120. CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  1121. CONFIG_USB_UHCI_HCD=y
  1122. # CONFIG_USB_SL811_HCD is not set
  1123. # CONFIG_USB_R8A66597_HCD is not set
  1124.  
  1125. #
  1126. # USB Device Class drivers
  1127. #
  1128. CONFIG_USB_ACM=y
  1129. # CONFIG_USB_PRINTER is not set
  1130. # CONFIG_USB_WDM is not set
  1131. # CONFIG_USB_TMC is not set
  1132.  
  1133. #
  1134. # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
  1135. #
  1136.  
  1137. #
  1138. # also be needed; see USB_STORAGE Help for more info
  1139. #
  1140. CONFIG_USB_STORAGE=y
  1141. # CONFIG_USB_STORAGE_DEBUG is not set
  1142. # CONFIG_USB_STORAGE_DATAFAB is not set
  1143. # CONFIG_USB_STORAGE_FREECOM is not set
  1144. # CONFIG_USB_STORAGE_ISD200 is not set
  1145. # CONFIG_USB_STORAGE_USBAT is not set
  1146. # CONFIG_USB_STORAGE_SDDR09 is not set
  1147. # CONFIG_USB_STORAGE_SDDR55 is not set
  1148. # CONFIG_USB_STORAGE_JUMPSHOT is not set
  1149. # CONFIG_USB_STORAGE_ALAUDA is not set
  1150. # CONFIG_USB_STORAGE_ONETOUCH is not set
  1151. # CONFIG_USB_STORAGE_KARMA is not set
  1152. # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
  1153. CONFIG_USB_UAS=y
  1154. # CONFIG_USB_LIBUSUAL is not set
  1155.  
  1156. #
  1157. # USB Imaging devices
  1158. #
  1159. # CONFIG_USB_MDC800 is not set
  1160. # CONFIG_USB_MICROTEK is not set
  1161.  
  1162. #
  1163. # USB port drivers
  1164. #
  1165. CONFIG_USB_SERIAL=y
  1166. # CONFIG_USB_SERIAL_CONSOLE is not set
  1167. # CONFIG_USB_EZUSB is not set
  1168. CONFIG_USB_SERIAL_GENERIC=y
  1169. # CONFIG_USB_SERIAL_AIRCABLE is not set
  1170. # CONFIG_USB_SERIAL_ARK3116 is not set
  1171. # CONFIG_USB_SERIAL_BELKIN is not set
  1172. CONFIG_USB_SERIAL_CH341=y
  1173. # CONFIG_USB_SERIAL_WHITEHEAT is not set
  1174. # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  1175. # CONFIG_USB_SERIAL_CP210X is not set
  1176. # CONFIG_USB_SERIAL_CYPRESS_M8 is not set
  1177. # CONFIG_USB_SERIAL_EMPEG is not set
  1178. CONFIG_USB_SERIAL_FTDI_SIO=y
  1179. # CONFIG_USB_SERIAL_FUNSOFT is not set
  1180. # CONFIG_USB_SERIAL_VISOR is not set
  1181. # CONFIG_USB_SERIAL_IPAQ is not set
  1182. # CONFIG_USB_SERIAL_IR is not set
  1183. # CONFIG_USB_SERIAL_EDGEPORT is not set
  1184. # CONFIG_USB_SERIAL_EDGEPORT_TI is not set
  1185. # CONFIG_USB_SERIAL_GARMIN is not set
  1186. # CONFIG_USB_SERIAL_IPW is not set
  1187. # CONFIG_USB_SERIAL_IUU is not set
  1188. # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  1189. # CONFIG_USB_SERIAL_KEYSPAN is not set
  1190. # CONFIG_USB_SERIAL_KLSI is not set
  1191. # CONFIG_USB_SERIAL_KOBIL_SCT is not set
  1192. # CONFIG_USB_SERIAL_MCT_U232 is not set
  1193. # CONFIG_USB_SERIAL_MOS7720 is not set
  1194. # CONFIG_USB_SERIAL_MOS7840 is not set
  1195. # CONFIG_USB_SERIAL_MOTOROLA is not set
  1196. # CONFIG_USB_SERIAL_NAVMAN is not set
  1197. # CONFIG_USB_SERIAL_PL2303 is not set
  1198. # CONFIG_USB_SERIAL_OTI6858 is not set
  1199. # CONFIG_USB_SERIAL_QCAUX is not set
  1200. # CONFIG_USB_SERIAL_QUALCOMM is not set
  1201. # CONFIG_USB_SERIAL_SPCP8X5 is not set
  1202. # CONFIG_USB_SERIAL_HP4X is not set
  1203. # CONFIG_USB_SERIAL_SAFE is not set
  1204. # CONFIG_USB_SERIAL_SAMBA is not set
  1205. # CONFIG_USB_SERIAL_SIEMENS_MPI is not set
  1206. # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
  1207. # CONFIG_USB_SERIAL_SYMBOL is not set
  1208. # CONFIG_USB_SERIAL_TI is not set
  1209. # CONFIG_USB_SERIAL_CYBERJACK is not set
  1210. # CONFIG_USB_SERIAL_XIRCOM is not set
  1211. # CONFIG_USB_SERIAL_OPTION is not set
  1212. # CONFIG_USB_SERIAL_OMNINET is not set
  1213. # CONFIG_USB_SERIAL_OPTICON is not set
  1214. # CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
  1215. # CONFIG_USB_SERIAL_ZIO is not set
  1216. # CONFIG_USB_SERIAL_SSU100 is not set
  1217. # CONFIG_USB_SERIAL_DEBUG is not set
  1218.  
  1219. #
  1220. # USB Miscellaneous drivers
  1221. #
  1222. # CONFIG_USB_EMI62 is not set
  1223. # CONFIG_USB_EMI26 is not set
  1224. # CONFIG_USB_ADUTUX is not set
  1225. # CONFIG_USB_SEVSEG is not set
  1226. # CONFIG_USB_RIO500 is not set
  1227. # CONFIG_USB_LEGOTOWER is not set
  1228. # CONFIG_USB_LCD is not set
  1229. # CONFIG_USB_LED is not set
  1230. # CONFIG_USB_CYPRESS_CY7C63 is not set
  1231. # CONFIG_USB_CYTHERM is not set
  1232. # CONFIG_USB_IDMOUSE is not set
  1233. # CONFIG_USB_FTDI_ELAN is not set
  1234. # CONFIG_USB_APPLEDISPLAY is not set
  1235. # CONFIG_USB_SISUSBVGA is not set
  1236. # CONFIG_USB_LD is not set
  1237. # CONFIG_USB_TRANCEVIBRATOR is not set
  1238. # CONFIG_USB_IOWARRIOR is not set
  1239. # CONFIG_USB_TEST is not set
  1240. # CONFIG_USB_ISIGHTFW is not set
  1241. # CONFIG_USB_YUREX is not set
  1242. # CONFIG_USB_GADGET is not set
  1243.  
  1244. #
  1245. # OTG and related infrastructure
  1246. #
  1247. # CONFIG_NOP_USB_XCEIV is not set
  1248. # CONFIG_MMC is not set
  1249. # CONFIG_MEMSTICK is not set
  1250. CONFIG_NEW_LEDS=y
  1251. CONFIG_LEDS_CLASS=y
  1252.  
  1253. #
  1254. # LED drivers
  1255. #
  1256. CONFIG_LEDS_ALIX2=y
  1257. # CONFIG_LEDS_CLEVO_MAIL is not set
  1258. # CONFIG_LEDS_INTEL_SS4200 is not set
  1259. CONFIG_LEDS_TRIGGERS=y
  1260.  
  1261. #
  1262. # LED Triggers
  1263. #
  1264. # CONFIG_LEDS_TRIGGER_TIMER is not set
  1265. # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
  1266. # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
  1267. # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
  1268.  
  1269. #
  1270. # iptables trigger is under Netfilter config (LED target)
  1271. #
  1272. # CONFIG_ACCESSIBILITY is not set
  1273. # CONFIG_INFINIBAND is not set
  1274. # CONFIG_EDAC is not set
  1275. # CONFIG_RTC_CLASS is not set
  1276. # CONFIG_DMADEVICES is not set
  1277. # CONFIG_AUXDISPLAY is not set
  1278. # CONFIG_UIO is not set
  1279. # CONFIG_STAGING is not set
  1280. CONFIG_X86_PLATFORM_DEVICES=y
  1281. # CONFIG_ASUS_LAPTOP is not set
  1282. # CONFIG_THINKPAD_ACPI is not set
  1283. # CONFIG_SENSORS_HDAPS is not set
  1284. # CONFIG_INTEL_MENLOW is not set
  1285. # CONFIG_ACPI_WMI is not set
  1286. # CONFIG_ACPI_ASUS is not set
  1287. # CONFIG_TOPSTAR_LAPTOP is not set
  1288. # CONFIG_TOSHIBA_BT_RFKILL is not set
  1289. # CONFIG_ACPI_CMPC is not set
  1290. # CONFIG_INTEL_IPS is not set
  1291. # CONFIG_IBM_RTL is not set
  1292.  
  1293. #
  1294. # Firmware Drivers
  1295. #
  1296. # CONFIG_EDD is not set
  1297. CONFIG_FIRMWARE_MEMMAP=y
  1298. # CONFIG_DELL_RBU is not set
  1299. # CONFIG_DCDBAS is not set
  1300. CONFIG_DMIID=y
  1301. # CONFIG_ISCSI_IBFT_FIND is not set
  1302.  
  1303. #
  1304. # File systems
  1305. #
  1306. CONFIG_EXT2_FS=y
  1307. # CONFIG_EXT2_FS_XATTR is not set
  1308. # CONFIG_EXT2_FS_XIP is not set
  1309. # CONFIG_EXT3_FS is not set
  1310. # CONFIG_EXT4_FS is not set
  1311. # CONFIG_REISERFS_FS is not set
  1312. # CONFIG_JFS_FS is not set
  1313. # CONFIG_FS_POSIX_ACL is not set
  1314. # CONFIG_XFS_FS is not set
  1315. # CONFIG_GFS2_FS is not set
  1316. # CONFIG_OCFS2_FS is not set
  1317. CONFIG_FILE_LOCKING=y
  1318. CONFIG_FSNOTIFY=y
  1319. CONFIG_DNOTIFY=y
  1320. CONFIG_INOTIFY_USER=y
  1321. # CONFIG_FANOTIFY is not set
  1322. # CONFIG_QUOTA is not set
  1323. # CONFIG_QUOTACTL is not set
  1324. # CONFIG_AUTOFS4_FS is not set
  1325. # CONFIG_FUSE_FS is not set
  1326.  
  1327. #
  1328. # Caches
  1329. #
  1330. # CONFIG_FSCACHE is not set
  1331.  
  1332. #
  1333. # CD-ROM/DVD Filesystems
  1334. #
  1335. # CONFIG_ISO9660_FS is not set
  1336. # CONFIG_UDF_FS is not set
  1337.  
  1338. #
  1339. # DOS/FAT/NT Filesystems
  1340. #
  1341. CONFIG_FAT_FS=y
  1342. CONFIG_MSDOS_FS=y
  1343. CONFIG_VFAT_FS=y
  1344. CONFIG_FAT_DEFAULT_CODEPAGE=437
  1345. CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  1346. # CONFIG_NTFS_FS is not set
  1347.  
  1348. #
  1349. # Pseudo filesystems
  1350. #
  1351. CONFIG_PROC_FS=y
  1352. # CONFIG_PROC_KCORE is not set
  1353. CONFIG_PROC_SYSCTL=y
  1354. CONFIG_PROC_PAGE_MONITOR=y
  1355. CONFIG_SYSFS=y
  1356. # CONFIG_TMPFS is not set
  1357. # CONFIG_HUGETLBFS is not set
  1358. # CONFIG_HUGETLB_PAGE is not set
  1359. # CONFIG_CONFIGFS_FS is not set
  1360. # CONFIG_MISC_FILESYSTEMS is not set
  1361. # CONFIG_NETWORK_FILESYSTEMS is not set
  1362.  
  1363. #
  1364. # Partition Types
  1365. #
  1366. CONFIG_PARTITION_ADVANCED=y
  1367. # CONFIG_ACORN_PARTITION is not set
  1368. # CONFIG_OSF_PARTITION is not set
  1369. # CONFIG_AMIGA_PARTITION is not set
  1370. # CONFIG_ATARI_PARTITION is not set
  1371. # CONFIG_MAC_PARTITION is not set
  1372. CONFIG_MSDOS_PARTITION=y
  1373. # CONFIG_BSD_DISKLABEL is not set
  1374. # CONFIG_MINIX_SUBPARTITION is not set
  1375. # CONFIG_SOLARIS_X86_PARTITION is not set
  1376. # CONFIG_UNIXWARE_DISKLABEL is not set
  1377. # CONFIG_LDM_PARTITION is not set
  1378. # CONFIG_SGI_PARTITION is not set
  1379. # CONFIG_ULTRIX_PARTITION is not set
  1380. # CONFIG_SUN_PARTITION is not set
  1381. # CONFIG_KARMA_PARTITION is not set
  1382. # CONFIG_EFI_PARTITION is not set
  1383. # CONFIG_SYSV68_PARTITION is not set
  1384. CONFIG_NLS=y
  1385. CONFIG_NLS_DEFAULT="iso8859-1"
  1386. # CONFIG_NLS_CODEPAGE_437 is not set
  1387. # CONFIG_NLS_CODEPAGE_737 is not set
  1388. # CONFIG_NLS_CODEPAGE_775 is not set
  1389. # CONFIG_NLS_CODEPAGE_850 is not set
  1390. # CONFIG_NLS_CODEPAGE_852 is not set
  1391. # CONFIG_NLS_CODEPAGE_855 is not set
  1392. # CONFIG_NLS_CODEPAGE_857 is not set
  1393. # CONFIG_NLS_CODEPAGE_860 is not set
  1394. # CONFIG_NLS_CODEPAGE_861 is not set
  1395. # CONFIG_NLS_CODEPAGE_862 is not set
  1396. # CONFIG_NLS_CODEPAGE_863 is not set
  1397. # CONFIG_NLS_CODEPAGE_864 is not set
  1398. # CONFIG_NLS_CODEPAGE_865 is not set
  1399. # CONFIG_NLS_CODEPAGE_866 is not set
  1400. # CONFIG_NLS_CODEPAGE_869 is not set
  1401. # CONFIG_NLS_CODEPAGE_936 is not set
  1402. # CONFIG_NLS_CODEPAGE_950 is not set
  1403. # CONFIG_NLS_CODEPAGE_932 is not set
  1404. # CONFIG_NLS_CODEPAGE_949 is not set
  1405. # CONFIG_NLS_CODEPAGE_874 is not set
  1406. # CONFIG_NLS_ISO8859_8 is not set
  1407. # CONFIG_NLS_CODEPAGE_1250 is not set
  1408. # CONFIG_NLS_CODEPAGE_1251 is not set
  1409. # CONFIG_NLS_ASCII is not set
  1410. # CONFIG_NLS_ISO8859_1 is not set
  1411. # CONFIG_NLS_ISO8859_2 is not set
  1412. # CONFIG_NLS_ISO8859_3 is not set
  1413. # CONFIG_NLS_ISO8859_4 is not set
  1414. # CONFIG_NLS_ISO8859_5 is not set
  1415. # CONFIG_NLS_ISO8859_6 is not set
  1416. # CONFIG_NLS_ISO8859_7 is not set
  1417. # CONFIG_NLS_ISO8859_9 is not set
  1418. # CONFIG_NLS_ISO8859_13 is not set
  1419. # CONFIG_NLS_ISO8859_14 is not set
  1420. # CONFIG_NLS_ISO8859_15 is not set
  1421. # CONFIG_NLS_KOI8_R is not set
  1422. # CONFIG_NLS_KOI8_U is not set
  1423. # CONFIG_NLS_UTF8 is not set
  1424.  
  1425. #
  1426. # Kernel hacking
  1427. #
  1428. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  1429. CONFIG_PRINTK_TIME=y
  1430. CONFIG_ENABLE_WARN_DEPRECATED=y
  1431. CONFIG_ENABLE_MUST_CHECK=y
  1432. CONFIG_FRAME_WARN=1024
  1433. # CONFIG_MAGIC_SYSRQ is not set
  1434. # CONFIG_STRIP_ASM_SYMS is not set
  1435. CONFIG_UNUSED_SYMBOLS=y
  1436. # CONFIG_DEBUG_FS is not set
  1437. # CONFIG_HEADERS_CHECK is not set
  1438. # CONFIG_DEBUG_KERNEL is not set
  1439. # CONFIG_HARDLOCKUP_DETECTOR is not set
  1440. # CONFIG_SLUB_DEBUG_ON is not set
  1441. # CONFIG_SLUB_STATS is not set
  1442. CONFIG_BKL=y
  1443. # CONFIG_SPARSE_RCU_POINTER is not set
  1444. CONFIG_DEBUG_BUGVERBOSE=y
  1445. # CONFIG_DEBUG_MEMORY_INIT is not set
  1446. CONFIG_ARCH_WANT_FRAME_POINTERS=y
  1447. CONFIG_FRAME_POINTER=y
  1448. # CONFIG_SYSCTL_SYSCALL_CHECK is not set
  1449. CONFIG_USER_STACKTRACE_SUPPORT=y
  1450. CONFIG_HAVE_FUNCTION_TRACER=y
  1451. CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
  1452. CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
  1453. CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
  1454. CONFIG_HAVE_DYNAMIC_FTRACE=y
  1455. CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  1456. CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  1457. CONFIG_HAVE_C_RECORDMCOUNT=y
  1458. CONFIG_TRACING_SUPPORT=y
  1459. # CONFIG_FTRACE is not set
  1460. # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
  1461. # CONFIG_DMA_API_DEBUG is not set
  1462. # CONFIG_ATOMIC64_SELFTEST is not set
  1463. # CONFIG_SAMPLES is not set
  1464. CONFIG_HAVE_ARCH_KGDB=y
  1465. CONFIG_HAVE_ARCH_KMEMCHECK=y
  1466. # CONFIG_STRICT_DEVMEM is not set
  1467. CONFIG_X86_VERBOSE_BOOTUP=y
  1468. CONFIG_EARLY_PRINTK=y
  1469. # CONFIG_EARLY_PRINTK_DBGP is not set
  1470. CONFIG_DOUBLEFAULT=y
  1471. # CONFIG_IOMMU_STRESS is not set
  1472. CONFIG_HAVE_MMIOTRACE_SUPPORT=y
  1473. CONFIG_IO_DELAY_TYPE_0X80=0
  1474. CONFIG_IO_DELAY_TYPE_0XED=1
  1475. CONFIG_IO_DELAY_TYPE_UDELAY=2
  1476. CONFIG_IO_DELAY_TYPE_NONE=3
  1477. CONFIG_IO_DELAY_0X80=y
  1478. # CONFIG_IO_DELAY_0XED is not set
  1479. # CONFIG_IO_DELAY_UDELAY is not set
  1480. # CONFIG_IO_DELAY_NONE is not set
  1481. CONFIG_DEFAULT_IO_DELAY_TYPE=0
  1482. # CONFIG_OPTIMIZE_INLINING is not set
  1483.  
  1484. #
  1485. # Security options
  1486. #
  1487. # CONFIG_KEYS is not set
  1488. # CONFIG_SECURITY_DMESG_RESTRICT is not set
  1489. # CONFIG_SECURITY is not set
  1490. # CONFIG_SECURITYFS is not set
  1491. CONFIG_DEFAULT_SECURITY_DAC=y
  1492. CONFIG_DEFAULT_SECURITY=""
  1493. CONFIG_CRYPTO=y
  1494.  
  1495. #
  1496. # Crypto core or helper
  1497. #
  1498. CONFIG_CRYPTO_ALGAPI=y
  1499. CONFIG_CRYPTO_ALGAPI2=y
  1500. CONFIG_CRYPTO_AEAD2=y
  1501. CONFIG_CRYPTO_BLKCIPHER=y
  1502. CONFIG_CRYPTO_BLKCIPHER2=y
  1503. CONFIG_CRYPTO_HASH=y
  1504. CONFIG_CRYPTO_HASH2=y
  1505. CONFIG_CRYPTO_RNG=y
  1506. CONFIG_CRYPTO_RNG2=y
  1507. CONFIG_CRYPTO_PCOMP2=y
  1508. CONFIG_CRYPTO_MANAGER=y
  1509. CONFIG_CRYPTO_MANAGER2=y
  1510. CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
  1511. # CONFIG_CRYPTO_NULL is not set
  1512. CONFIG_CRYPTO_WORKQUEUE=y
  1513. # CONFIG_CRYPTO_CRYPTD is not set
  1514. # CONFIG_CRYPTO_AUTHENC is not set
  1515.  
  1516. #
  1517. # Authenticated Encryption with Associated Data
  1518. #
  1519. # CONFIG_CRYPTO_CCM is not set
  1520. # CONFIG_CRYPTO_GCM is not set
  1521. # CONFIG_CRYPTO_SEQIV is not set
  1522.  
  1523. #
  1524. # Block modes
  1525. #
  1526. # CONFIG_CRYPTO_CBC is not set
  1527. # CONFIG_CRYPTO_CTR is not set
  1528. # CONFIG_CRYPTO_CTS is not set
  1529. CONFIG_CRYPTO_ECB=y
  1530. # CONFIG_CRYPTO_PCBC is not set
  1531.  
  1532. #
  1533. # Hash modes
  1534. #
  1535. # CONFIG_CRYPTO_HMAC is not set
  1536.  
  1537. #
  1538. # Digest
  1539. #
  1540. # CONFIG_CRYPTO_CRC32C is not set
  1541. # CONFIG_CRYPTO_CRC32C_INTEL is not set
  1542. # CONFIG_CRYPTO_GHASH is not set
  1543. # CONFIG_CRYPTO_MD4 is not set
  1544. CONFIG_CRYPTO_MD5=y
  1545. CONFIG_CRYPTO_MICHAEL_MIC=y
  1546. # CONFIG_CRYPTO_RMD128 is not set
  1547. # CONFIG_CRYPTO_RMD160 is not set
  1548. # CONFIG_CRYPTO_RMD256 is not set
  1549. # CONFIG_CRYPTO_RMD320 is not set
  1550. # CONFIG_CRYPTO_SHA1 is not set
  1551. # CONFIG_CRYPTO_SHA256 is not set
  1552. # CONFIG_CRYPTO_SHA512 is not set
  1553. # CONFIG_CRYPTO_TGR192 is not set
  1554. # CONFIG_CRYPTO_WP512 is not set
  1555.  
  1556. #
  1557. # Ciphers
  1558. #
  1559. CONFIG_CRYPTO_AES=y
  1560. # CONFIG_CRYPTO_AES_586 is not set
  1561. # CONFIG_CRYPTO_ANUBIS is not set
  1562. CONFIG_CRYPTO_ARC4=y
  1563. # CONFIG_CRYPTO_BLOWFISH is not set
  1564. # CONFIG_CRYPTO_CAMELLIA is not set
  1565. # CONFIG_CRYPTO_CAST5 is not set
  1566. # CONFIG_CRYPTO_CAST6 is not set
  1567. # CONFIG_CRYPTO_DES is not set
  1568. # CONFIG_CRYPTO_FCRYPT is not set
  1569. # CONFIG_CRYPTO_KHAZAD is not set
  1570. # CONFIG_CRYPTO_SEED is not set
  1571. # CONFIG_CRYPTO_SERPENT is not set
  1572. # CONFIG_CRYPTO_TEA is not set
  1573. # CONFIG_CRYPTO_TWOFISH is not set
  1574. # CONFIG_CRYPTO_TWOFISH_586 is not set
  1575.  
  1576. #
  1577. # Compression
  1578. #
  1579. # CONFIG_CRYPTO_DEFLATE is not set
  1580. # CONFIG_CRYPTO_ZLIB is not set
  1581. # CONFIG_CRYPTO_LZO is not set
  1582.  
  1583. #
  1584. # Random Number Generation
  1585. #
  1586. CONFIG_CRYPTO_ANSI_CPRNG=y
  1587. CONFIG_CRYPTO_HW=y
  1588. # CONFIG_CRYPTO_DEV_PADLOCK is not set
  1589. CONFIG_CRYPTO_DEV_GEODE=y
  1590. # CONFIG_CRYPTO_DEV_HIFN_795X is not set
  1591. CONFIG_HAVE_KVM=y
  1592. # CONFIG_VIRTUALIZATION is not set
  1593. # CONFIG_BINARY_PRINTF is not set
  1594.  
  1595. #
  1596. # Library routines
  1597. #
  1598. CONFIG_BITREVERSE=y
  1599. CONFIG_GENERIC_FIND_FIRST_BIT=y
  1600. CONFIG_GENERIC_FIND_NEXT_BIT=y
  1601. CONFIG_GENERIC_FIND_LAST_BIT=y
  1602. # CONFIG_CRC_CCITT is not set
  1603. # CONFIG_CRC16 is not set
  1604. # CONFIG_CRC_T10DIF is not set
  1605. # CONFIG_CRC_ITU_T is not set
  1606. CONFIG_CRC32=y
  1607. # CONFIG_CRC7 is not set
  1608. # CONFIG_LIBCRC32C is not set
  1609. CONFIG_ZLIB_INFLATE=y
  1610. CONFIG_DECOMPRESS_GZIP=y
  1611. CONFIG_HAS_IOMEM=y
  1612. CONFIG_HAS_IOPORT=y
  1613. CONFIG_HAS_DMA=y
  1614. CONFIG_NLATTR=y
  1615.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement