Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.88 KB | None | 0 0
  1.  
  2. arch/x86/xen/enlighten.c:1278: warning: 'init_hvm_pv_info' defined but not used
  3.  
  4. WARNING: arch/x86/built-in.o(.text+0x305): Section mismatch in reference from the function xen_hvm_init_shared_info() to the function .init.text:extend_brk()
  5. The function xen_hvm_init_shared_info() references
  6. the function __init extend_brk().
  7. This is often because xen_hvm_init_shared_info lacks a __init
  8. annotation or the annotation of extend_brk is wrong.
  9.  
  10. WARNING: arch/x86/built-in.o(.text+0x2233): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  11. The function xen_build_mfn_list_list() references
  12. the function __init extend_brk().
  13. This is often because xen_build_mfn_list_list lacks a __init
  14. annotation or the annotation of extend_brk is wrong.
  15.  
  16. WARNING: arch/x86/built-in.o(.text+0x2278): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  17. The function xen_build_mfn_list_list() references
  18. the function __init extend_brk().
  19. This is often because xen_build_mfn_list_list lacks a __init
  20. annotation or the annotation of extend_brk is wrong.
  21.  
  22. WARNING: arch/x86/built-in.o(.text+0x2291): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  23. The function xen_build_mfn_list_list() references
  24. the function __init extend_brk().
  25. This is often because xen_build_mfn_list_list lacks a __init
  26. annotation or the annotation of extend_brk is wrong.
  27.  
  28. WARNING: arch/x86/built-in.o(.text+0x22c0): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  29. The function xen_build_mfn_list_list() references
  30. the function __init extend_brk().
  31. This is often because xen_build_mfn_list_list lacks a __init
  32. annotation or the annotation of extend_brk is wrong.
  33.  
  34. drivers/xen/events.c:387: warning: 'find_unbound_pirq' defined but not used
  35.  
  36. WARNING: drivers/xen/built-in.o(.data+0x0): Section mismatch in reference from the variable cpu_evtchn_mask_p to the variable .init.data:init_evtchn_mask
  37. The variable cpu_evtchn_mask_p references
  38. the variable __initdata init_evtchn_mask
  39. If the reference is valid then annotate the
  40. variable with __init* or __refdata (see linux/init.h) or name the variable:
  41. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
  42.  
  43. LD drivers/tty/vt/built-in.o
  44. LD drivers/tty/built-in.o
  45. LD drivers/built-in.o
  46. WARNING: drivers/built-in.o(.data+0x2cc0): Section mismatch in reference from the variable cpu_evtchn_mask_p to the variable .init.data:init_evtchn_mask
  47. The variable cpu_evtchn_mask_p references
  48. the variable __initdata init_evtchn_mask
  49. If the reference is valid then annotate the
  50. variable with __init* or __refdata (see linux/init.h) or name the variable:
  51. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
  52.  
  53. LD vmlinux.o
  54. MODPOST vmlinux.o
  55. WARNING: vmlinux.o(.text+0x16c5): Section mismatch in reference from the function xen_hvm_init_shared_info() to the function .init.text:extend_brk()
  56. The function xen_hvm_init_shared_info() references
  57. the function __init extend_brk().
  58. This is often because xen_hvm_init_shared_info lacks a __init
  59. annotation or the annotation of extend_brk is wrong.
  60.  
  61. WARNING: vmlinux.o(.text+0x35f3): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  62. The function xen_build_mfn_list_list() references
  63. the function __init extend_brk().
  64. This is often because xen_build_mfn_list_list lacks a __init
  65. annotation or the annotation of extend_brk is wrong.
  66.  
  67. WARNING: vmlinux.o(.text+0x3638): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  68. The function xen_build_mfn_list_list() references
  69. the function __init extend_brk().
  70. This is often because xen_build_mfn_list_list lacks a __init
  71. annotation or the annotation of extend_brk is wrong.
  72.  
  73. WARNING: vmlinux.o(.text+0x3651): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  74. The function xen_build_mfn_list_list() references
  75. the function __init extend_brk().
  76. This is often because xen_build_mfn_list_list lacks a __init
  77. annotation or the annotation of extend_brk is wrong.
  78.  
  79. WARNING: vmlinux.o(.text+0x3680): Section mismatch in reference from the function xen_build_mfn_list_list() to the function .init.text:extend_brk()
  80. The function xen_build_mfn_list_list() references
  81. the function __init extend_brk().
  82. This is often because xen_build_mfn_list_list lacks a __init
  83. annotation or the annotation of extend_brk is wrong.
  84.  
  85. WARNING: vmlinux.o(.data+0x117a0): Section mismatch in reference from the variable cpu_evtchn_mask_p to the variable .init.data:init_evtchn_mask
  86. The variable cpu_evtchn_mask_p references
  87. the variable __initdata init_evtchn_mask
  88. If the reference is valid then annotate the
  89. variable with __init* or __refdata (see linux/init.h) or name the variable:
  90. *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,
  91.  
  92. GEN .version
  93. CHK include/generated/compile.h
  94. UPD include/generated/compile.h
  95. CC init/version.o
  96. LD init/built-in.o
  97. LD .tmp_vmlinux1
  98. arch/x86/built-in.o: In function `xen_hvm_post_suspend':
  99. (.text+0x411b): undefined reference to `xen_unplug_emulated_devices'
  100. make: *** [.tmp_vmlinux1] Error 1
  101.  
  102.  
  103.  
  104.  
  105. #
  106. # Automatically generated make config: don't edit
  107. # Linux/i386 2.6.37-gentoo Kernel Configuration
  108. # Sun Jan 30 15:55:06 2011
  109. #
  110. # CONFIG_64BIT is not set
  111. CONFIG_X86_32=y
  112. # CONFIG_X86_64 is not set
  113. CONFIG_X86=y
  114. CONFIG_INSTRUCTION_DECODER=y
  115. CONFIG_OUTPUT_FORMAT="elf32-i386"
  116. CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
  117. CONFIG_GENERIC_CMOS_UPDATE=y
  118. CONFIG_CLOCKSOURCE_WATCHDOG=y
  119. CONFIG_GENERIC_CLOCKEVENTS=y
  120. CONFIG_LOCKDEP_SUPPORT=y
  121. CONFIG_STACKTRACE_SUPPORT=y
  122. CONFIG_HAVE_LATENCYTOP_SUPPORT=y
  123. CONFIG_MMU=y
  124. CONFIG_ZONE_DMA=y
  125. # CONFIG_NEED_DMA_MAP_STATE is not set
  126. CONFIG_NEED_SG_DMA_LENGTH=y
  127. CONFIG_GENERIC_ISA_DMA=y
  128. CONFIG_GENERIC_IOMAP=y
  129. CONFIG_GENERIC_BUG=y
  130. CONFIG_GENERIC_HWEIGHT=y
  131. CONFIG_ARCH_MAY_HAVE_PC_FDC=y
  132. # CONFIG_RWSEM_GENERIC_SPINLOCK is not set
  133. CONFIG_RWSEM_XCHGADD_ALGORITHM=y
  134. CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
  135. CONFIG_GENERIC_CALIBRATE_DELAY=y
  136. # CONFIG_GENERIC_TIME_VSYSCALL is not set
  137. CONFIG_ARCH_HAS_CPU_RELAX=y
  138. CONFIG_ARCH_HAS_DEFAULT_IDLE=y
  139. CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
  140. CONFIG_HAVE_SETUP_PER_CPU_AREA=y
  141. CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
  142. CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
  143. # CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
  144. CONFIG_ARCH_HIBERNATION_POSSIBLE=y
  145. CONFIG_ARCH_SUSPEND_POSSIBLE=y
  146. # CONFIG_ZONE_DMA32 is not set
  147. CONFIG_ARCH_POPULATES_NODE_MAP=y
  148. # CONFIG_AUDIT_ARCH is not set
  149. CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
  150. CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
  151. CONFIG_X86_32_LAZY_GS=y
  152. CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx"
  153. CONFIG_KTIME_SCALAR=y
  154. CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  155. CONFIG_CONSTRUCTORS=y
  156. CONFIG_HAVE_IRQ_WORK=y
  157. CONFIG_IRQ_WORK=y
  158.  
  159. #
  160. # General setup
  161. #
  162. CONFIG_EXPERIMENTAL=y
  163. CONFIG_BROKEN_ON_SMP=y
  164. CONFIG_INIT_ENV_ARG_LIMIT=32
  165. CONFIG_CROSS_COMPILE=""
  166. CONFIG_LOCALVERSION=""
  167. # CONFIG_LOCALVERSION_AUTO is not set
  168. CONFIG_HAVE_KERNEL_GZIP=y
  169. CONFIG_HAVE_KERNEL_BZIP2=y
  170. CONFIG_HAVE_KERNEL_LZMA=y
  171. CONFIG_HAVE_KERNEL_LZO=y
  172. # CONFIG_KERNEL_GZIP is not set
  173. CONFIG_KERNEL_BZIP2=y
  174. # CONFIG_KERNEL_LZMA is not set
  175. # CONFIG_KERNEL_LZO is not set
  176. CONFIG_SWAP=y
  177. CONFIG_SYSVIPC=y
  178. CONFIG_SYSVIPC_SYSCTL=y
  179. CONFIG_POSIX_MQUEUE=y
  180. CONFIG_POSIX_MQUEUE_SYSCTL=y
  181. CONFIG_BSD_PROCESS_ACCT=y
  182. CONFIG_BSD_PROCESS_ACCT_V3=y
  183. # CONFIG_TASKSTATS is not set
  184. # CONFIG_AUDIT is not set
  185. CONFIG_HAVE_GENERIC_HARDIRQS=y
  186.  
  187. #
  188. # IRQ subsystem
  189. #
  190. CONFIG_GENERIC_HARDIRQS=y
  191. CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
  192. # CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
  193. CONFIG_HAVE_SPARSE_IRQ=y
  194. CONFIG_GENERIC_IRQ_PROBE=y
  195. # CONFIG_GENERIC_PENDING_IRQ is not set
  196. # CONFIG_AUTO_IRQ_AFFINITY is not set
  197. # CONFIG_IRQ_PER_CPU is not set
  198. # CONFIG_HARDIRQS_SW_RESEND is not set
  199. # CONFIG_SPARSE_IRQ is not set
  200.  
  201. #
  202. # RCU Subsystem
  203. #
  204. CONFIG_TINY_RCU=y
  205. # CONFIG_PREEMPT_RCU is not set
  206. # CONFIG_TREE_RCU_TRACE is not set
  207. # CONFIG_IKCONFIG is not set
  208. CONFIG_LOG_BUF_SHIFT=14
  209. CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
  210. # CONFIG_CGROUPS is not set
  211. CONFIG_NAMESPACES=y
  212. # CONFIG_UTS_NS is not set
  213. # CONFIG_IPC_NS is not set
  214. # CONFIG_USER_NS is not set
  215. # CONFIG_PID_NS is not set
  216. # CONFIG_NET_NS is not set
  217. # CONFIG_SYSFS_DEPRECATED is not set
  218. # CONFIG_RELAY is not set
  219. # CONFIG_BLK_DEV_INITRD is not set
  220. # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  221. CONFIG_SYSCTL=y
  222. CONFIG_ANON_INODES=y
  223. CONFIG_EMBEDDED=y
  224. CONFIG_UID16=y
  225. CONFIG_SYSCTL_SYSCALL=y
  226. CONFIG_KALLSYMS=y
  227. CONFIG_KALLSYMS_EXTRA_PASS=y
  228. CONFIG_HOTPLUG=y
  229. CONFIG_PRINTK=y
  230. CONFIG_BUG=y
  231. CONFIG_ELF_CORE=y
  232. # CONFIG_PCSPKR_PLATFORM is not set
  233. CONFIG_BASE_FULL=y
  234. CONFIG_FUTEX=y
  235. CONFIG_EPOLL=y
  236. CONFIG_SIGNALFD=y
  237. CONFIG_TIMERFD=y
  238. CONFIG_EVENTFD=y
  239. CONFIG_SHMEM=y
  240. CONFIG_AIO=y
  241. CONFIG_HAVE_PERF_EVENTS=y
  242.  
  243. #
  244. # Kernel Performance Events And Counters
  245. #
  246. CONFIG_PERF_EVENTS=y
  247. # CONFIG_PERF_COUNTERS is not set
  248. # CONFIG_VM_EVENT_COUNTERS is not set
  249. # CONFIG_PCI_QUIRKS is not set
  250. # CONFIG_COMPAT_BRK is not set
  251. CONFIG_SLAB=y
  252. # CONFIG_SLUB is not set
  253. # CONFIG_SLOB is not set
  254. # CONFIG_PROFILING is not set
  255. CONFIG_HAVE_OPROFILE=y
  256. # CONFIG_JUMP_LABEL is not set
  257. CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
  258. CONFIG_HAVE_IOREMAP_PROT=y
  259. CONFIG_HAVE_KPROBES=y
  260. CONFIG_HAVE_KRETPROBES=y
  261. CONFIG_HAVE_OPTPROBES=y
  262. CONFIG_HAVE_ARCH_TRACEHOOK=y
  263. CONFIG_HAVE_DMA_ATTRS=y
  264. CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
  265. CONFIG_HAVE_DMA_API_DEBUG=y
  266. CONFIG_HAVE_HW_BREAKPOINT=y
  267. CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
  268. CONFIG_HAVE_USER_RETURN_NOTIFIER=y
  269. CONFIG_HAVE_PERF_EVENTS_NMI=y
  270. CONFIG_HAVE_ARCH_JUMP_LABEL=y
  271.  
  272. #
  273. # GCOV-based kernel profiling
  274. #
  275. CONFIG_HAVE_GENERIC_DMA_COHERENT=y
  276. CONFIG_SLABINFO=y
  277. CONFIG_RT_MUTEXES=y
  278. CONFIG_BASE_SMALL=0
  279. # CONFIG_MODULES is not set
  280. CONFIG_BLOCK=y
  281. # CONFIG_LBDAF is not set
  282. # CONFIG_BLK_DEV_BSG is not set
  283. # CONFIG_BLK_DEV_INTEGRITY is not set
  284.  
  285. #
  286. # IO Schedulers
  287. #
  288. CONFIG_IOSCHED_NOOP=y
  289. # CONFIG_IOSCHED_DEADLINE is not set
  290. CONFIG_IOSCHED_CFQ=y
  291. CONFIG_DEFAULT_CFQ=y
  292. # CONFIG_DEFAULT_NOOP is not set
  293. CONFIG_DEFAULT_IOSCHED="cfq"
  294. # CONFIG_INLINE_SPIN_TRYLOCK is not set
  295. # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
  296. # CONFIG_INLINE_SPIN_LOCK is not set
  297. # CONFIG_INLINE_SPIN_LOCK_BH is not set
  298. # CONFIG_INLINE_SPIN_LOCK_IRQ is not set
  299. # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
  300. CONFIG_INLINE_SPIN_UNLOCK=y
  301. # CONFIG_INLINE_SPIN_UNLOCK_BH is not set
  302. CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
  303. # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
  304. # CONFIG_INLINE_READ_TRYLOCK is not set
  305. # CONFIG_INLINE_READ_LOCK is not set
  306. # CONFIG_INLINE_READ_LOCK_BH is not set
  307. # CONFIG_INLINE_READ_LOCK_IRQ is not set
  308. # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
  309. CONFIG_INLINE_READ_UNLOCK=y
  310. # CONFIG_INLINE_READ_UNLOCK_BH is not set
  311. CONFIG_INLINE_READ_UNLOCK_IRQ=y
  312. # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
  313. # CONFIG_INLINE_WRITE_TRYLOCK is not set
  314. # CONFIG_INLINE_WRITE_LOCK is not set
  315. # CONFIG_INLINE_WRITE_LOCK_BH is not set
  316. # CONFIG_INLINE_WRITE_LOCK_IRQ is not set
  317. # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
  318. CONFIG_INLINE_WRITE_UNLOCK=y
  319. # CONFIG_INLINE_WRITE_UNLOCK_BH is not set
  320. CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
  321. # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
  322. # CONFIG_MUTEX_SPIN_ON_OWNER is not set
  323. CONFIG_FREEZER=y
  324.  
  325. #
  326. # Processor type and features
  327. #
  328. CONFIG_TICK_ONESHOT=y
  329. CONFIG_NO_HZ=y
  330. # CONFIG_HIGH_RES_TIMERS is not set
  331. CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
  332. # CONFIG_SMP is not set
  333. # CONFIG_X86_EXTENDED_PLATFORM is not set
  334. CONFIG_SCHED_OMIT_FRAME_POINTER=y
  335. CONFIG_PARAVIRT_GUEST=y
  336. CONFIG_XEN=y
  337. # CONFIG_XEN_PRIVILEGED_GUEST is not set
  338. CONFIG_XEN_MAX_DOMAIN_MEMORY=128
  339. CONFIG_XEN_SAVE_RESTORE=y
  340. # CONFIG_KVM_CLOCK is not set
  341. # CONFIG_KVM_GUEST is not set
  342. # CONFIG_LGUEST_GUEST is not set
  343. CONFIG_PARAVIRT=y
  344. CONFIG_PARAVIRT_CLOCK=y
  345. CONFIG_NO_BOOTMEM=y
  346. # CONFIG_MEMTEST is not set
  347. # CONFIG_M386 is not set
  348. # CONFIG_M486 is not set
  349. # CONFIG_M586 is not set
  350. # CONFIG_M586TSC is not set
  351. # CONFIG_M586MMX is not set
  352. # CONFIG_M686 is not set
  353. # CONFIG_MPENTIUMII is not set
  354. # CONFIG_MPENTIUMIII is not set
  355. CONFIG_MPENTIUMM=y
  356. # CONFIG_MPENTIUM4 is not set
  357. # CONFIG_MK6 is not set
  358. # CONFIG_MK7 is not set
  359. # CONFIG_MK8 is not set
  360. # CONFIG_MCRUSOE is not set
  361. # CONFIG_MEFFICEON is not set
  362. # CONFIG_MWINCHIPC6 is not set
  363. # CONFIG_MWINCHIP3D is not set
  364. # CONFIG_MGEODEGX1 is not set
  365. # CONFIG_MGEODE_LX is not set
  366. # CONFIG_MCYRIXIII is not set
  367. # CONFIG_MVIAC3_2 is not set
  368. # CONFIG_MVIAC7 is not set
  369. # CONFIG_MCORE2 is not set
  370. # CONFIG_MATOM is not set
  371. CONFIG_X86_GENERIC=y
  372. CONFIG_X86_CPU=y
  373. CONFIG_X86_INTERNODE_CACHE_SHIFT=6
  374. CONFIG_X86_CMPXCHG=y
  375. CONFIG_X86_L1_CACHE_SHIFT=6
  376. CONFIG_X86_XADD=y
  377. CONFIG_X86_WP_WORKS_OK=y
  378. CONFIG_X86_INVLPG=y
  379. CONFIG_X86_BSWAP=y
  380. CONFIG_X86_POPAD_OK=y
  381. CONFIG_X86_INTEL_USERCOPY=y
  382. CONFIG_X86_USE_PPRO_CHECKSUM=y
  383. CONFIG_X86_TSC=y
  384. CONFIG_X86_CMPXCHG64=y
  385. CONFIG_X86_CMOV=y
  386. CONFIG_X86_MINIMUM_CPU_FAMILY=5
  387. CONFIG_X86_DEBUGCTLMSR=y
  388. CONFIG_PROCESSOR_SELECT=y
  389. CONFIG_CPU_SUP_INTEL=y
  390. # CONFIG_CPU_SUP_CYRIX_32 is not set
  391. CONFIG_CPU_SUP_AMD=y
  392. # CONFIG_CPU_SUP_CENTAUR is not set
  393. # CONFIG_CPU_SUP_TRANSMETA_32 is not set
  394. # CONFIG_CPU_SUP_UMC_32 is not set
  395. # CONFIG_HPET_TIMER is not set
  396. # CONFIG_DMI is not set
  397. CONFIG_SWIOTLB=y
  398. CONFIG_IOMMU_HELPER=y
  399. # CONFIG_IOMMU_API is not set
  400. CONFIG_NR_CPUS=1
  401. # CONFIG_IRQ_TIME_ACCOUNTING is not set
  402. CONFIG_PREEMPT_NONE=y
  403. # CONFIG_PREEMPT_VOLUNTARY is not set
  404. # CONFIG_PREEMPT is not set
  405. # CONFIG_X86_UP_APIC is not set
  406. # CONFIG_X86_MCE is not set
  407. # CONFIG_VM86 is not set
  408. # CONFIG_TOSHIBA is not set
  409. # CONFIG_I8K is not set
  410. # CONFIG_X86_REBOOTFIXUPS is not set
  411. # CONFIG_MICROCODE is not set
  412. # CONFIG_X86_MSR is not set
  413. # CONFIG_X86_CPUID is not set
  414. # CONFIG_NOHIGHMEM is not set
  415. # CONFIG_HIGHMEM4G is not set
  416. CONFIG_HIGHMEM64G=y
  417. CONFIG_VMSPLIT_3G=y
  418. # CONFIG_VMSPLIT_2G is not set
  419. # CONFIG_VMSPLIT_1G is not set
  420. CONFIG_PAGE_OFFSET=0xC0000000
  421. CONFIG_HIGHMEM=y
  422. CONFIG_X86_PAE=y
  423. CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
  424. CONFIG_ARCH_DMA_ADDR_T_64BIT=y
  425. CONFIG_ARCH_FLATMEM_ENABLE=y
  426. CONFIG_ARCH_SPARSEMEM_ENABLE=y
  427. CONFIG_ARCH_SELECT_MEMORY_MODEL=y
  428. CONFIG_ILLEGAL_POINTER_VALUE=0
  429. CONFIG_SELECT_MEMORY_MODEL=y
  430. CONFIG_FLATMEM_MANUAL=y
  431. # CONFIG_SPARSEMEM_MANUAL is not set
  432. CONFIG_FLATMEM=y
  433. CONFIG_FLAT_NODE_MEM_MAP=y
  434. CONFIG_SPARSEMEM_STATIC=y
  435. CONFIG_HAVE_MEMBLOCK=y
  436. CONFIG_PAGEFLAGS_EXTENDED=y
  437. CONFIG_SPLIT_PTLOCK_CPUS=4
  438. CONFIG_PHYS_ADDR_T_64BIT=y
  439. CONFIG_ZONE_DMA_FLAG=1
  440. CONFIG_BOUNCE=y
  441. CONFIG_VIRT_TO_BUS=y
  442. # CONFIG_KSM is not set
  443. CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
  444. CONFIG_NEED_PER_CPU_KM=y
  445. # CONFIG_HIGHPTE is not set
  446. # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
  447. CONFIG_X86_RESERVE_LOW=64
  448. # CONFIG_MATH_EMULATION is not set
  449. CONFIG_MTRR=y
  450. CONFIG_MTRR_SANITIZER=y
  451. CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
  452. CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
  453. CONFIG_X86_PAT=y
  454. CONFIG_ARCH_USES_PG_UNCACHED=y
  455. # CONFIG_EFI is not set
  456. CONFIG_SECCOMP=y
  457. # CONFIG_CC_STACKPROTECTOR is not set
  458. CONFIG_HZ_100=y
  459. # CONFIG_HZ_250 is not set
  460. # CONFIG_HZ_300 is not set
  461. # CONFIG_HZ_1000 is not set
  462. CONFIG_HZ=100
  463. # CONFIG_SCHED_HRTICK is not set
  464. # CONFIG_KEXEC is not set
  465. # CONFIG_CRASH_DUMP is not set
  466. CONFIG_PHYSICAL_START=0x1000000
  467. # CONFIG_RELOCATABLE is not set
  468. CONFIG_PHYSICAL_ALIGN=0x1000000
  469. # CONFIG_COMPAT_VDSO is not set
  470. # CONFIG_CMDLINE_BOOL is not set
  471. CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
  472.  
  473. #
  474. # Power management and ACPI options
  475. #
  476. CONFIG_PM=y
  477. # CONFIG_PM_DEBUG is not set
  478. CONFIG_PM_SLEEP=y
  479. CONFIG_SUSPEND_NVS=y
  480. CONFIG_SUSPEND=y
  481. CONFIG_SUSPEND_FREEZER=y
  482. CONFIG_HIBERNATION=y
  483. CONFIG_PM_STD_PARTITION=""
  484. CONFIG_PM_RUNTIME=y
  485. CONFIG_PM_OPS=y
  486. CONFIG_ACPI=y
  487. CONFIG_ACPI_SLEEP=y
  488. # CONFIG_ACPI_PROCFS is not set
  489. # CONFIG_ACPI_PROCFS_POWER is not set
  490. # CONFIG_ACPI_EC_DEBUGFS is not set
  491. # CONFIG_ACPI_PROC_EVENT is not set
  492. # CONFIG_ACPI_AC is not set
  493. # CONFIG_ACPI_BATTERY is not set
  494. # CONFIG_ACPI_BUTTON is not set
  495. # CONFIG_ACPI_FAN is not set
  496. # CONFIG_ACPI_DOCK is not set
  497. CONFIG_ACPI_PROCESSOR=y
  498. CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
  499. CONFIG_ACPI_THERMAL=y
  500. # CONFIG_ACPI_CUSTOM_DSDT is not set
  501. CONFIG_ACPI_BLACKLIST_YEAR=0
  502. # CONFIG_ACPI_DEBUG is not set
  503. # CONFIG_ACPI_PCI_SLOT is not set
  504. CONFIG_X86_PM_TIMER=y
  505. # CONFIG_ACPI_CONTAINER is not set
  506. # CONFIG_ACPI_SBS is not set
  507. # CONFIG_ACPI_HED is not set
  508. # CONFIG_ACPI_APEI is not set
  509. # CONFIG_SFI is not set
  510. # CONFIG_APM is not set
  511.  
  512. #
  513. # CPU Frequency scaling
  514. #
  515. # CONFIG_CPU_FREQ is not set
  516. CONFIG_CPU_IDLE=y
  517. CONFIG_CPU_IDLE_GOV_LADDER=y
  518. CONFIG_CPU_IDLE_GOV_MENU=y
  519. CONFIG_INTEL_IDLE=y
  520.  
  521. #
  522. # Bus options (PCI etc.)
  523. #
  524. CONFIG_PCI=y
  525. # CONFIG_PCI_GOBIOS is not set
  526. # CONFIG_PCI_GOMMCONFIG is not set
  527. # CONFIG_PCI_GODIRECT is not set
  528. CONFIG_PCI_GOANY=y
  529. CONFIG_PCI_BIOS=y
  530. CONFIG_PCI_DIRECT=y
  531. CONFIG_PCI_MMCONFIG=y
  532. CONFIG_PCI_XEN=y
  533. CONFIG_PCI_DOMAINS=y
  534. # CONFIG_PCI_CNB20LE_QUIRK is not set
  535. # CONFIG_PCIEPORTBUS is not set
  536. # CONFIG_ARCH_SUPPORTS_MSI is not set
  537. # CONFIG_PCI_STUB is not set
  538. CONFIG_XEN_PCIDEV_FRONTEND=y
  539. # CONFIG_PCI_IOV is not set
  540. CONFIG_PCI_IOAPIC=y
  541. CONFIG_ISA_DMA_API=y
  542. # CONFIG_ISA is not set
  543. # CONFIG_MCA is not set
  544. # CONFIG_SCx200 is not set
  545. # CONFIG_OLPC is not set
  546. CONFIG_AMD_NB=y
  547. # CONFIG_PCCARD is not set
  548. # CONFIG_HOTPLUG_PCI is not set
  549.  
  550. #
  551. # Executable file formats / Emulations
  552. #
  553. CONFIG_BINFMT_ELF=y
  554. # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
  555. CONFIG_HAVE_AOUT=y
  556. # CONFIG_BINFMT_AOUT is not set
  557. # CONFIG_BINFMT_MISC is not set
  558. CONFIG_HAVE_ATOMIC_IOMAP=y
  559. CONFIG_HAVE_TEXT_POKE_SMP=y
  560. CONFIG_NET=y
  561.  
  562. #
  563. # Networking options
  564. #
  565. CONFIG_PACKET=y
  566. CONFIG_UNIX=y
  567. # CONFIG_NET_KEY is not set
  568. CONFIG_INET=y
  569. # CONFIG_IP_MULTICAST is not set
  570. # CONFIG_IP_ADVANCED_ROUTER is not set
  571. CONFIG_IP_FIB_HASH=y
  572. CONFIG_IP_PNP=y
  573. # CONFIG_IP_PNP_DHCP is not set
  574. # CONFIG_IP_PNP_BOOTP is not set
  575. # CONFIG_IP_PNP_RARP is not set
  576. # CONFIG_NET_IPIP is not set
  577. # CONFIG_NET_IPGRE_DEMUX is not set
  578. # CONFIG_ARPD is not set
  579. # CONFIG_SYN_COOKIES is not set
  580. # CONFIG_INET_AH is not set
  581. # CONFIG_INET_ESP is not set
  582. # CONFIG_INET_IPCOMP is not set
  583. # CONFIG_INET_XFRM_TUNNEL is not set
  584. # CONFIG_INET_TUNNEL is not set
  585. # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
  586. # CONFIG_INET_XFRM_MODE_TUNNEL is not set
  587. # CONFIG_INET_XFRM_MODE_BEET is not set
  588. # CONFIG_INET_LRO is not set
  589. # CONFIG_INET_DIAG is not set
  590. # CONFIG_TCP_CONG_ADVANCED is not set
  591. CONFIG_TCP_CONG_CUBIC=y
  592. CONFIG_DEFAULT_TCP_CONG="cubic"
  593. # CONFIG_TCP_MD5SIG is not set
  594. # CONFIG_IPV6 is not set
  595. # CONFIG_NETWORK_SECMARK is not set
  596. # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
  597. # CONFIG_NETFILTER is not set
  598. # CONFIG_IP_DCCP is not set
  599. # CONFIG_IP_SCTP is not set
  600. # CONFIG_RDS is not set
  601. # CONFIG_TIPC is not set
  602. # CONFIG_ATM is not set
  603. # CONFIG_L2TP is not set
  604. # CONFIG_BRIDGE is not set
  605. # CONFIG_NET_DSA is not set
  606. # CONFIG_VLAN_8021Q is not set
  607. # CONFIG_DECNET is not set
  608. # CONFIG_LLC2 is not set
  609. # CONFIG_IPX is not set
  610. # CONFIG_ATALK is not set
  611. # CONFIG_X25 is not set
  612. # CONFIG_LAPB is not set
  613. # CONFIG_ECONET is not set
  614. # CONFIG_WAN_ROUTER is not set
  615. # CONFIG_PHONET is not set
  616. # CONFIG_IEEE802154 is not set
  617. # CONFIG_NET_SCHED is not set
  618. # CONFIG_DCB is not set
  619. CONFIG_DNS_RESOLVER=y
  620.  
  621. #
  622. # Network testing
  623. #
  624. # CONFIG_NET_PKTGEN is not set
  625. # CONFIG_HAMRADIO is not set
  626. # CONFIG_CAN is not set
  627. # CONFIG_IRDA is not set
  628. # CONFIG_BT is not set
  629. # CONFIG_AF_RXRPC is not set
  630. # CONFIG_WIRELESS is not set
  631. # CONFIG_WIMAX is not set
  632. # CONFIG_RFKILL is not set
  633. # CONFIG_NET_9P is not set
  634. # CONFIG_CAIF is not set
  635. # CONFIG_CEPH_LIB is not set
  636.  
  637. #
  638. # Device Drivers
  639. #
  640.  
  641. #
  642. # Generic Driver Options
  643. #
  644. CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
  645. CONFIG_DEVTMPFS=y
  646. CONFIG_DEVTMPFS_MOUNT=y
  647. CONFIG_STANDALONE=y
  648. CONFIG_PREVENT_FIRMWARE_BUILD=y
  649. CONFIG_FW_LOADER=y
  650. CONFIG_FIRMWARE_IN_KERNEL=y
  651. CONFIG_EXTRA_FIRMWARE=""
  652. CONFIG_SYS_HYPERVISOR=y
  653. # CONFIG_CONNECTOR is not set
  654. # CONFIG_MTD is not set
  655. # CONFIG_PARPORT is not set
  656. CONFIG_PNP=y
  657. CONFIG_PNP_DEBUG_MESSAGES=y
  658.  
  659. #
  660. # Protocols
  661. #
  662. CONFIG_PNPACPI=y
  663. # CONFIG_BLK_DEV is not set
  664. # CONFIG_MISC_DEVICES is not set
  665. CONFIG_HAVE_IDE=y
  666. # CONFIG_IDE is not set
  667.  
  668. #
  669. # SCSI device support
  670. #
  671. CONFIG_SCSI_MOD=y
  672. # CONFIG_RAID_ATTRS is not set
  673. # CONFIG_SCSI is not set
  674. # CONFIG_SCSI_DMA is not set
  675. # CONFIG_SCSI_NETLINK is not set
  676. # CONFIG_ATA is not set
  677. # CONFIG_MD is not set
  678. # CONFIG_FUSION is not set
  679.  
  680. #
  681. # IEEE 1394 (FireWire) support
  682. #
  683. # CONFIG_FIREWIRE is not set
  684. # CONFIG_FIREWIRE_NOSY is not set
  685. # CONFIG_I2O is not set
  686. # CONFIG_MACINTOSH_DRIVERS is not set
  687. CONFIG_NETDEVICES=y
  688. # CONFIG_DUMMY is not set
  689. # CONFIG_BONDING is not set
  690. # CONFIG_MACVLAN is not set
  691. # CONFIG_EQUALIZER is not set
  692. # CONFIG_TUN is not set
  693. # CONFIG_VETH is not set
  694. # CONFIG_NET_SB1000 is not set
  695. # CONFIG_ARCNET is not set
  696. # CONFIG_MII is not set
  697. # CONFIG_PHYLIB is not set
  698. # CONFIG_NET_ETHERNET is not set
  699. # CONFIG_NETDEV_1000 is not set
  700. # CONFIG_NETDEV_10000 is not set
  701. # CONFIG_TR is not set
  702. # CONFIG_WLAN is not set
  703.  
  704. #
  705. # Enable WiMAX (Networking options) to see the WiMAX drivers
  706. #
  707. # CONFIG_WAN is not set
  708.  
  709. #
  710. # CAIF transport drivers
  711. #
  712. CONFIG_XEN_NETDEV_FRONTEND=y
  713. # CONFIG_FDDI is not set
  714. # CONFIG_HIPPI is not set
  715. # CONFIG_PPP is not set
  716. # CONFIG_SLIP is not set
  717. # CONFIG_NETCONSOLE is not set
  718. # CONFIG_NETPOLL is not set
  719. # CONFIG_NET_POLL_CONTROLLER is not set
  720. # CONFIG_VMXNET3 is not set
  721. # CONFIG_ISDN is not set
  722. # CONFIG_PHONE is not set
  723.  
  724. #
  725. # Input device support
  726. #
  727. CONFIG_INPUT=y
  728. # CONFIG_INPUT_FF_MEMLESS is not set
  729. # CONFIG_INPUT_POLLDEV is not set
  730. # CONFIG_INPUT_SPARSEKMAP is not set
  731.  
  732. #
  733. # Userland interfaces
  734. #
  735. # CONFIG_INPUT_MOUSEDEV is not set
  736. # CONFIG_INPUT_JOYDEV is not set
  737. # CONFIG_INPUT_EVDEV is not set
  738. # CONFIG_INPUT_EVBUG is not set
  739.  
  740. #
  741. # Input Device Drivers
  742. #
  743. # CONFIG_INPUT_KEYBOARD is not set
  744. # CONFIG_INPUT_MOUSE is not set
  745. # CONFIG_INPUT_JOYSTICK is not set
  746. # CONFIG_INPUT_TABLET is not set
  747. # CONFIG_INPUT_TOUCHSCREEN is not set
  748. # CONFIG_INPUT_MISC is not set
  749.  
  750. #
  751. # Hardware I/O ports
  752. #
  753. # CONFIG_SERIO is not set
  754. # CONFIG_GAMEPORT is not set
  755.  
  756. #
  757. # Character devices
  758. #
  759. CONFIG_VT=y
  760. CONFIG_CONSOLE_TRANSLATIONS=y
  761. CONFIG_VT_CONSOLE=y
  762. CONFIG_HW_CONSOLE=y
  763. # CONFIG_VT_HW_CONSOLE_BINDING is not set
  764. # CONFIG_DEVKMEM is not set
  765. # CONFIG_SERIAL_NONSTANDARD is not set
  766. # CONFIG_N_GSM is not set
  767. # CONFIG_NOZOMI is not set
  768.  
  769. #
  770. # Serial drivers
  771. #
  772. # CONFIG_SERIAL_8250 is not set
  773. CONFIG_FIX_EARLYCON_MEM=y
  774.  
  775. #
  776. # Non-8250 serial port support
  777. #
  778. # CONFIG_SERIAL_MFD_HSU is not set
  779. # CONFIG_SERIAL_JSM is not set
  780. # CONFIG_SERIAL_TIMBERDALE is not set
  781. # CONFIG_SERIAL_ALTERA_JTAGUART is not set
  782. # CONFIG_SERIAL_ALTERA_UART is not set
  783. CONFIG_UNIX98_PTYS=y
  784. # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
  785. # CONFIG_LEGACY_PTYS is not set
  786. # CONFIG_TTY_PRINTK is not set
  787. CONFIG_HVC_DRIVER=y
  788. CONFIG_HVC_IRQ=y
  789. CONFIG_HVC_XEN=y
  790. # CONFIG_IPMI_HANDLER is not set
  791. # CONFIG_HW_RANDOM is not set
  792. # CONFIG_NVRAM is not set
  793. # CONFIG_RTC is not set
  794. # CONFIG_GEN_RTC is not set
  795. # CONFIG_R3964 is not set
  796. # CONFIG_APPLICOM is not set
  797. # CONFIG_SONYPI is not set
  798. # CONFIG_MWAVE is not set
  799. # CONFIG_PC8736x_GPIO is not set
  800. # CONFIG_NSC_GPIO is not set
  801. # CONFIG_CS5535_GPIO is not set
  802. # CONFIG_RAW_DRIVER is not set
  803. # CONFIG_HPET is not set
  804. # CONFIG_HANGCHECK_TIMER is not set
  805. # CONFIG_TCG_TPM is not set
  806. # CONFIG_TELCLOCK is not set
  807. CONFIG_DEVPORT=y
  808. # CONFIG_RAMOOPS is not set
  809. # CONFIG_I2C is not set
  810. # CONFIG_SPI is not set
  811.  
  812. #
  813. # PPS support
  814. #
  815. # CONFIG_PPS is not set
  816. CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
  817. # CONFIG_GPIOLIB is not set
  818. # CONFIG_W1 is not set
  819. # CONFIG_POWER_SUPPLY is not set
  820. # CONFIG_HWMON is not set
  821. CONFIG_THERMAL=y
  822. # CONFIG_WATCHDOG is not set
  823. CONFIG_SSB_POSSIBLE=y
  824.  
  825. #
  826. # Sonics Silicon Backplane
  827. #
  828. # CONFIG_SSB is not set
  829. # CONFIG_MFD_SUPPORT is not set
  830. # CONFIG_REGULATOR is not set
  831. # CONFIG_MEDIA_SUPPORT is not set
  832.  
  833. #
  834. # Graphics support
  835. #
  836. # CONFIG_AGP is not set
  837. CONFIG_VGA_ARB=y
  838. CONFIG_VGA_ARB_MAX_GPUS=16
  839. # CONFIG_VGA_SWITCHEROO is not set
  840. # CONFIG_DRM is not set
  841. # CONFIG_STUB_POULSBO is not set
  842. # CONFIG_VGASTATE is not set
  843. # CONFIG_VIDEO_OUTPUT_CONTROL is not set
  844. # CONFIG_FB is not set
  845. # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
  846.  
  847. #
  848. # Display device support
  849. #
  850. # CONFIG_DISPLAY_SUPPORT is not set
  851.  
  852. #
  853. # Console display driver support
  854. #
  855. CONFIG_VGA_CONSOLE=y
  856. # CONFIG_VGACON_SOFT_SCROLLBACK is not set
  857. CONFIG_DUMMY_CONSOLE=y
  858. # CONFIG_SOUND is not set
  859. # CONFIG_HID_SUPPORT is not set
  860. # CONFIG_USB_SUPPORT is not set
  861. # CONFIG_UWB is not set
  862. # CONFIG_MMC is not set
  863. # CONFIG_MEMSTICK is not set
  864. # CONFIG_NEW_LEDS is not set
  865. # CONFIG_ACCESSIBILITY is not set
  866. # CONFIG_INFINIBAND is not set
  867. # CONFIG_EDAC is not set
  868. # CONFIG_RTC_CLASS is not set
  869. # CONFIG_DMADEVICES is not set
  870. # CONFIG_AUXDISPLAY is not set
  871. # CONFIG_UIO is not set
  872.  
  873. #
  874. # Xen driver support
  875. #
  876. CONFIG_XEN_BALLOON=y
  877. CONFIG_XEN_SCRUB_PAGES=y
  878. CONFIG_XEN_DEV_EVTCHN=y
  879. CONFIG_XENFS=y
  880. CONFIG_XEN_COMPAT_XENFS=y
  881. CONFIG_XEN_SYS_HYPERVISOR=y
  882. CONFIG_SWIOTLB_XEN=y
  883. # CONFIG_STAGING is not set
  884. # CONFIG_X86_PLATFORM_DEVICES is not set
  885.  
  886. #
  887. # Firmware Drivers
  888. #
  889. # CONFIG_EDD is not set
  890. # CONFIG_FIRMWARE_MEMMAP is not set
  891. # CONFIG_DELL_RBU is not set
  892. # CONFIG_DCDBAS is not set
  893. # CONFIG_ISCSI_IBFT_FIND is not set
  894.  
  895. #
  896. # File systems
  897. #
  898. # CONFIG_EXT2_FS is not set
  899. # CONFIG_EXT3_FS is not set
  900. # CONFIG_EXT4_FS is not set
  901. # CONFIG_REISERFS_FS is not set
  902. # CONFIG_JFS_FS is not set
  903. CONFIG_FS_POSIX_ACL=y
  904. # CONFIG_XFS_FS is not set
  905. # CONFIG_OCFS2_FS is not set
  906. # CONFIG_BTRFS_FS is not set
  907. # CONFIG_NILFS2_FS is not set
  908. CONFIG_FILE_LOCKING=y
  909. CONFIG_FSNOTIFY=y
  910. # CONFIG_DNOTIFY is not set
  911. CONFIG_INOTIFY_USER=y
  912. # CONFIG_FANOTIFY is not set
  913. # CONFIG_QUOTA is not set
  914. # CONFIG_QUOTACTL is not set
  915. CONFIG_AUTOFS4_FS=y
  916. # CONFIG_FUSE_FS is not set
  917.  
  918. #
  919. # Caches
  920. #
  921. # CONFIG_FSCACHE is not set
  922.  
  923. #
  924. # CD-ROM/DVD Filesystems
  925. #
  926. # CONFIG_ISO9660_FS is not set
  927. # CONFIG_UDF_FS is not set
  928.  
  929. #
  930. # DOS/FAT/NT Filesystems
  931. #
  932. # CONFIG_MSDOS_FS is not set
  933. # CONFIG_VFAT_FS is not set
  934. # CONFIG_NTFS_FS is not set
  935.  
  936. #
  937. # Pseudo filesystems
  938. #
  939. CONFIG_PROC_FS=y
  940. CONFIG_PROC_KCORE=y
  941. CONFIG_PROC_SYSCTL=y
  942. CONFIG_PROC_PAGE_MONITOR=y
  943. CONFIG_SYSFS=y
  944. CONFIG_TMPFS=y
  945. # CONFIG_TMPFS_POSIX_ACL is not set
  946. # CONFIG_HUGETLBFS is not set
  947. # CONFIG_HUGETLB_PAGE is not set
  948. # CONFIG_CONFIGFS_FS is not set
  949. # CONFIG_MISC_FILESYSTEMS is not set
  950. CONFIG_NETWORK_FILESYSTEMS=y
  951. CONFIG_NFS_FS=y
  952. CONFIG_NFS_V3=y
  953. CONFIG_NFS_V3_ACL=y
  954. CONFIG_NFS_V4=y
  955. CONFIG_NFS_V4_1=y
  956. CONFIG_PNFS_FILE_LAYOUT=y
  957. CONFIG_ROOT_NFS=y
  958. # CONFIG_NFS_USE_LEGACY_DNS is not set
  959. CONFIG_NFS_USE_KERNEL_DNS=y
  960. # CONFIG_NFS_USE_NEW_IDMAPPER is not set
  961. # CONFIG_NFSD is not set
  962. CONFIG_LOCKD=y
  963. CONFIG_LOCKD_V4=y
  964. CONFIG_NFS_ACL_SUPPORT=y
  965. CONFIG_NFS_COMMON=y
  966. CONFIG_SUNRPC=y
  967. CONFIG_SUNRPC_GSS=y
  968. # CONFIG_CEPH_FS is not set
  969. # CONFIG_CIFS is not set
  970. # CONFIG_NCP_FS is not set
  971. # CONFIG_CODA_FS is not set
  972. # CONFIG_AFS_FS is not set
  973.  
  974. #
  975. # Partition Types
  976. #
  977. # CONFIG_PARTITION_ADVANCED is not set
  978. CONFIG_MSDOS_PARTITION=y
  979. CONFIG_NLS=y
  980. CONFIG_NLS_DEFAULT="iso8859-1"
  981. # CONFIG_NLS_CODEPAGE_437 is not set
  982. # CONFIG_NLS_CODEPAGE_737 is not set
  983. # CONFIG_NLS_CODEPAGE_775 is not set
  984. # CONFIG_NLS_CODEPAGE_850 is not set
  985. # CONFIG_NLS_CODEPAGE_852 is not set
  986. # CONFIG_NLS_CODEPAGE_855 is not set
  987. # CONFIG_NLS_CODEPAGE_857 is not set
  988. # CONFIG_NLS_CODEPAGE_860 is not set
  989. # CONFIG_NLS_CODEPAGE_861 is not set
  990. # CONFIG_NLS_CODEPAGE_862 is not set
  991. # CONFIG_NLS_CODEPAGE_863 is not set
  992. # CONFIG_NLS_CODEPAGE_864 is not set
  993. # CONFIG_NLS_CODEPAGE_865 is not set
  994. # CONFIG_NLS_CODEPAGE_866 is not set
  995. # CONFIG_NLS_CODEPAGE_869 is not set
  996. # CONFIG_NLS_CODEPAGE_936 is not set
  997. # CONFIG_NLS_CODEPAGE_950 is not set
  998. # CONFIG_NLS_CODEPAGE_932 is not set
  999. # CONFIG_NLS_CODEPAGE_949 is not set
  1000. # CONFIG_NLS_CODEPAGE_874 is not set
  1001. # CONFIG_NLS_ISO8859_8 is not set
  1002. # CONFIG_NLS_CODEPAGE_1250 is not set
  1003. # CONFIG_NLS_CODEPAGE_1251 is not set
  1004. # CONFIG_NLS_ASCII is not set
  1005. CONFIG_NLS_ISO8859_1=y
  1006. # CONFIG_NLS_ISO8859_2 is not set
  1007. # CONFIG_NLS_ISO8859_3 is not set
  1008. # CONFIG_NLS_ISO8859_4 is not set
  1009. # CONFIG_NLS_ISO8859_5 is not set
  1010. # CONFIG_NLS_ISO8859_6 is not set
  1011. # CONFIG_NLS_ISO8859_7 is not set
  1012. # CONFIG_NLS_ISO8859_9 is not set
  1013. # CONFIG_NLS_ISO8859_13 is not set
  1014. # CONFIG_NLS_ISO8859_14 is not set
  1015. # CONFIG_NLS_ISO8859_15 is not set
  1016. # CONFIG_NLS_KOI8_R is not set
  1017. # CONFIG_NLS_KOI8_U is not set
  1018. CONFIG_NLS_UTF8=y
  1019. # CONFIG_DLM is not set
  1020.  
  1021. #
  1022. # Kernel hacking
  1023. #
  1024. CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  1025. # CONFIG_PRINTK_TIME is not set
  1026. # CONFIG_ENABLE_WARN_DEPRECATED is not set
  1027. # CONFIG_ENABLE_MUST_CHECK is not set
  1028. CONFIG_FRAME_WARN=1024
  1029. # CONFIG_MAGIC_SYSRQ is not set
  1030. # CONFIG_STRIP_ASM_SYMS is not set
  1031. # CONFIG_UNUSED_SYMBOLS is not set
  1032. # CONFIG_DEBUG_FS is not set
  1033. # CONFIG_HEADERS_CHECK is not set
  1034. # CONFIG_DEBUG_KERNEL is not set
  1035. # CONFIG_HARDLOCKUP_DETECTOR is not set
  1036. CONFIG_BKL=y
  1037. # CONFIG_SPARSE_RCU_POINTER is not set
  1038. CONFIG_DEBUG_BUGVERBOSE=y
  1039. # CONFIG_DEBUG_MEMORY_INIT is not set
  1040. CONFIG_ARCH_WANT_FRAME_POINTERS=y
  1041. # CONFIG_FRAME_POINTER is not set
  1042. # CONFIG_SYSCTL_SYSCALL_CHECK is not set
  1043. CONFIG_USER_STACKTRACE_SUPPORT=y
  1044. CONFIG_HAVE_FUNCTION_TRACER=y
  1045. CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
  1046. CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
  1047. CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
  1048. CONFIG_HAVE_DYNAMIC_FTRACE=y
  1049. CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  1050. CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  1051. CONFIG_HAVE_C_RECORDMCOUNT=y
  1052. CONFIG_TRACING_SUPPORT=y
  1053. # CONFIG_FTRACE is not set
  1054. # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
  1055. # CONFIG_DMA_API_DEBUG is not set
  1056. # CONFIG_ATOMIC64_SELFTEST is not set
  1057. # CONFIG_SAMPLES is not set
  1058. CONFIG_HAVE_ARCH_KGDB=y
  1059. CONFIG_HAVE_ARCH_KMEMCHECK=y
  1060. # CONFIG_STRICT_DEVMEM is not set
  1061. CONFIG_X86_VERBOSE_BOOTUP=y
  1062. # CONFIG_EARLY_PRINTK is not set
  1063. # CONFIG_DOUBLEFAULT is not set
  1064. # CONFIG_IOMMU_STRESS is not set
  1065. CONFIG_HAVE_MMIOTRACE_SUPPORT=y
  1066. CONFIG_IO_DELAY_TYPE_0X80=0
  1067. CONFIG_IO_DELAY_TYPE_0XED=1
  1068. CONFIG_IO_DELAY_TYPE_UDELAY=2
  1069. CONFIG_IO_DELAY_TYPE_NONE=3
  1070. CONFIG_IO_DELAY_0X80=y
  1071. # CONFIG_IO_DELAY_0XED is not set
  1072. # CONFIG_IO_DELAY_UDELAY is not set
  1073. # CONFIG_IO_DELAY_NONE is not set
  1074. CONFIG_DEFAULT_IO_DELAY_TYPE=0
  1075. # CONFIG_OPTIMIZE_INLINING is not set
  1076.  
  1077. #
  1078. # Security options
  1079. #
  1080. CONFIG_KEYS=y
  1081. # CONFIG_KEYS_DEBUG_PROC_KEYS is not set
  1082. # CONFIG_SECURITY_DMESG_RESTRICT is not set
  1083. # CONFIG_SECURITY is not set
  1084. # CONFIG_SECURITYFS is not set
  1085. CONFIG_DEFAULT_SECURITY_DAC=y
  1086. CONFIG_DEFAULT_SECURITY=""
  1087. # CONFIG_CRYPTO is not set
  1088. CONFIG_HAVE_KVM=y
  1089. # CONFIG_VIRTUALIZATION is not set
  1090. # CONFIG_BINARY_PRINTF is not set
  1091.  
  1092. #
  1093. # Library routines
  1094. #
  1095. CONFIG_GENERIC_FIND_FIRST_BIT=y
  1096. CONFIG_GENERIC_FIND_NEXT_BIT=y
  1097. CONFIG_GENERIC_FIND_LAST_BIT=y
  1098. # CONFIG_CRC_CCITT is not set
  1099. # CONFIG_CRC16 is not set
  1100. # CONFIG_CRC_T10DIF is not set
  1101. # CONFIG_CRC_ITU_T is not set
  1102. # CONFIG_CRC32 is not set
  1103. # CONFIG_CRC7 is not set
  1104. # CONFIG_LIBCRC32C is not set
  1105. CONFIG_LZO_COMPRESS=y
  1106. CONFIG_LZO_DECOMPRESS=y
  1107. CONFIG_HAS_IOMEM=y
  1108. CONFIG_HAS_IOPORT=y
  1109. CONFIG_HAS_DMA=y
  1110. CONFIG_NLATTR=y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement