Commit 1ae11bd942d395e55c21a4004080ae5c8fefe687

Authored by larche
1 parent 6f96c947af
Exists in master and in 2 other branches fhd, fhd-demo

= add Fujitsu,MB85RS16N =

	SPI FRAM Driver
kernel/linux-imx6_3.14.28/arch/arm/boot/dts/imx6qdl-prime-oven.dtsi
... ... @@ -323,12 +323,20 @@
323 323 pinctrl-0 = <&pinctrl_ecspi1>;
324 324 status = "okay";
325 325  
  326 + /*
326 327 spidev@0 {
327 328 compatible = "spidev";
328 329 spi-max-frequency = <20000000>;
329 330 reg = <0>;
330 331 status = "okay";
331 332 };
  333 + */
  334 +
  335 + MB85RS16N@0 {
  336 + compatible = "Fujitsu,MB85RS16N";
  337 + reg = <0>;
  338 + spi-max-frequency = <5000000>;
  339 + };
332 340 };
333 341  
334 342 &fec {
... ...
kernel/linux-imx6_3.14.28/arch/arm/configs/imx6s_prime_oven_defconfig
1   -#
2   -# Automatically generated file; DO NOT EDIT.
3   -# Linux/arm 3.14.28 Kernel Configuration
4   -#
5   -CONFIG_ARM=y
6   -CONFIG_MIGHT_HAVE_PCI=y
7   -CONFIG_SYS_SUPPORTS_APM_EMULATION=y
8   -CONFIG_HAVE_PROC_CPU=y
9   -CONFIG_STACKTRACE_SUPPORT=y
10   -CONFIG_LOCKDEP_SUPPORT=y
11   -CONFIG_TRACE_IRQFLAGS_SUPPORT=y
12   -CONFIG_RWSEM_GENERIC_SPINLOCK=y
13   -CONFIG_ARCH_HAS_CPUFREQ=y
14   -CONFIG_GENERIC_HWEIGHT=y
15   -CONFIG_GENERIC_CALIBRATE_DELAY=y
16   -CONFIG_ZONE_DMA=y
17   -CONFIG_NEED_DMA_MAP_STATE=y
18   -CONFIG_VECTORS_BASE=0xffff0000
19   -CONFIG_ARM_PATCH_PHYS_VIRT=y
20   -CONFIG_GENERIC_BUG=y
21   -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22   -CONFIG_IRQ_WORK=y
23   -CONFIG_BUILDTIME_EXTABLE_SORT=y
24   -
25   -#
26   -# General setup
27   -#
28   -CONFIG_INIT_ENV_ARG_LIMIT=32
29   -CONFIG_CROSS_COMPILE=""
30   -# CONFIG_COMPILE_TEST is not set
31   -CONFIG_LOCALVERSION=""
32   -CONFIG_LOCALVERSION_AUTO=y
33   -CONFIG_HAVE_KERNEL_GZIP=y
34   -CONFIG_HAVE_KERNEL_LZMA=y
35   -CONFIG_HAVE_KERNEL_XZ=y
36   -CONFIG_HAVE_KERNEL_LZO=y
37   -CONFIG_HAVE_KERNEL_LZ4=y
38   -# CONFIG_KERNEL_GZIP is not set
39   -# CONFIG_KERNEL_LZMA is not set
40   -# CONFIG_KERNEL_XZ is not set
41 1 CONFIG_KERNEL_LZO=y
42   -# CONFIG_KERNEL_LZ4 is not set
43   -CONFIG_DEFAULT_HOSTNAME="(none)"
44   -CONFIG_SWAP=y
45 2 CONFIG_SYSVIPC=y
46   -CONFIG_SYSVIPC_SYSCTL=y
47   -# CONFIG_POSIX_MQUEUE is not set
48 3 CONFIG_FHANDLE=y
49   -# CONFIG_AUDIT is not set
50   -
51   -#
52   -# IRQ subsystem
53   -#
54   -CONFIG_GENERIC_IRQ_PROBE=y
55   -CONFIG_GENERIC_IRQ_SHOW=y
56   -CONFIG_HARDIRQS_SW_RESEND=y
57   -CONFIG_GENERIC_IRQ_CHIP=y
58   -CONFIG_IRQ_DOMAIN=y
59   -# CONFIG_IRQ_DOMAIN_DEBUG is not set
60   -CONFIG_IRQ_FORCED_THREADING=y
61   -CONFIG_SPARSE_IRQ=y
62   -CONFIG_KTIME_SCALAR=y
63   -CONFIG_GENERIC_CLOCKEVENTS=y
64   -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
65   -CONFIG_ARCH_HAS_TICK_BROADCAST=y
66   -CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
67   -
68   -#
69   -# Timers subsystem
70   -#
71   -CONFIG_TICK_ONESHOT=y
72   -CONFIG_NO_HZ_COMMON=y
73   -# CONFIG_HZ_PERIODIC is not set
74   -CONFIG_NO_HZ_IDLE=y
75   -# CONFIG_NO_HZ_FULL is not set
76 4 CONFIG_NO_HZ=y
77 5 CONFIG_HIGH_RES_TIMERS=y
78   -
79   -#
80   -# CPU/Task time and stats accounting
81   -#
82   -CONFIG_TICK_CPU_ACCOUNTING=y
83   -# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
84   -# CONFIG_IRQ_TIME_ACCOUNTING is not set
85   -# CONFIG_BSD_PROCESS_ACCT is not set
86   -# CONFIG_TASKSTATS is not set
87   -
88   -#
89   -# RCU Subsystem
90   -#
91   -CONFIG_TREE_PREEMPT_RCU=y
92   -CONFIG_PREEMPT_RCU=y
93   -CONFIG_RCU_STALL_COMMON=y
94   -# CONFIG_RCU_USER_QS is not set
95   -CONFIG_RCU_FANOUT=32
96   -CONFIG_RCU_FANOUT_LEAF=16
97   -# CONFIG_RCU_FANOUT_EXACT is not set
98   -# CONFIG_RCU_FAST_NO_HZ is not set
99   -# CONFIG_TREE_RCU_TRACE is not set
100   -# CONFIG_RCU_BOOST is not set
101   -# CONFIG_RCU_NOCB_CPU is not set
102 6 CONFIG_IKCONFIG=y
103 7 CONFIG_IKCONFIG_PROC=y
104 8 CONFIG_LOG_BUF_SHIFT=18
105   -CONFIG_GENERIC_SCHED_CLOCK=y
106 9 CONFIG_CGROUPS=y
107   -# CONFIG_CGROUP_DEBUG is not set
108   -# CONFIG_CGROUP_FREEZER is not set
109   -# CONFIG_CGROUP_DEVICE is not set
110   -# CONFIG_CPUSETS is not set
111   -# CONFIG_CGROUP_CPUACCT is not set
112   -# CONFIG_RESOURCE_COUNTERS is not set
113   -# CONFIG_CGROUP_PERF is not set
114 10 CONFIG_CGROUP_SCHED=y
115   -CONFIG_FAIR_GROUP_SCHED=y
116 11 CONFIG_CFS_BANDWIDTH=y
117   -# CONFIG_RT_GROUP_SCHED is not set
118   -# CONFIG_BLK_CGROUP is not set
119   -# CONFIG_CHECKPOINT_RESTORE is not set
120 12 CONFIG_NAMESPACES=y
121 13 # CONFIG_UTS_NS is not set
122 14 # CONFIG_IPC_NS is not set
123   -# CONFIG_USER_NS is not set
124 15 # CONFIG_PID_NS is not set
125   -CONFIG_NET_NS=y
126   -# CONFIG_SCHED_AUTOGROUP is not set
127   -# CONFIG_SYSFS_DEPRECATED is not set
128 16 CONFIG_RELAY=y
129 17 CONFIG_BLK_DEV_INITRD=y
130   -CONFIG_INITRAMFS_SOURCE=""
131   -CONFIG_RD_GZIP=y
132   -# CONFIG_RD_BZIP2 is not set
133   -# CONFIG_RD_LZMA is not set
134   -# CONFIG_RD_XZ is not set
135   -# CONFIG_RD_LZO is not set
136   -# CONFIG_RD_LZ4 is not set
137   -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
138   -CONFIG_SYSCTL=y
139   -CONFIG_ANON_INODES=y
140   -CONFIG_HAVE_UID16=y
141   -CONFIG_EXPERT=y
142   -CONFIG_UID16=y
143   -# CONFIG_SYSCTL_SYSCALL is not set
144   -CONFIG_KALLSYMS=y
145   -# CONFIG_KALLSYMS_ALL is not set
146   -CONFIG_PRINTK=y
147   -CONFIG_BUG=y
148   -CONFIG_ELF_CORE=y
149   -CONFIG_BASE_FULL=y
150   -CONFIG_FUTEX=y
151   -CONFIG_EPOLL=y
152   -CONFIG_SIGNALFD=y
153   -CONFIG_TIMERFD=y
154   -CONFIG_EVENTFD=y
155   -CONFIG_SHMEM=y
156   -CONFIG_AIO=y
157 18 CONFIG_EMBEDDED=y
158   -CONFIG_HAVE_PERF_EVENTS=y
159   -CONFIG_PERF_USE_VMALLOC=y
160   -
161   -#
162   -# Kernel Performance Events And Counters
163   -#
164 19 CONFIG_PERF_EVENTS=y
165   -# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
166   -CONFIG_VM_EVENT_COUNTERS=y
167 20 # CONFIG_SLUB_DEBUG is not set
168 21 # CONFIG_COMPAT_BRK is not set
169   -# CONFIG_SLAB is not set
170   -CONFIG_SLUB=y
171   -# CONFIG_SLOB is not set
172   -CONFIG_SLUB_CPU_PARTIAL=y
173   -# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
174   -# CONFIG_PROFILING is not set
175   -CONFIG_HAVE_OPROFILE=y
176   -# CONFIG_KPROBES is not set
177   -# CONFIG_JUMP_LABEL is not set
178   -# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
179   -CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
180   -CONFIG_ARCH_USE_BUILTIN_BSWAP=y
181   -CONFIG_HAVE_KPROBES=y
182   -CONFIG_HAVE_KRETPROBES=y
183   -CONFIG_HAVE_ARCH_TRACEHOOK=y
184   -CONFIG_HAVE_DMA_ATTRS=y
185   -CONFIG_HAVE_DMA_CONTIGUOUS=y
186   -CONFIG_GENERIC_SMP_IDLE_THREAD=y
187   -CONFIG_GENERIC_IDLE_POLL_SETUP=y
188   -CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
189   -CONFIG_HAVE_CLK=y
190   -CONFIG_HAVE_DMA_API_DEBUG=y
191   -CONFIG_HAVE_HW_BREAKPOINT=y
192   -CONFIG_HAVE_PERF_REGS=y
193   -CONFIG_HAVE_PERF_USER_STACK_DUMP=y
194   -CONFIG_HAVE_ARCH_JUMP_LABEL=y
195   -CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
196   -CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
197   -CONFIG_SECCOMP_FILTER=y
198   -CONFIG_HAVE_CC_STACKPROTECTOR=y
199   -# CONFIG_CC_STACKPROTECTOR is not set
200   -CONFIG_CC_STACKPROTECTOR_NONE=y
201   -# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
202   -# CONFIG_CC_STACKPROTECTOR_STRONG is not set
203   -CONFIG_HAVE_CONTEXT_TRACKING=y
204   -CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
205   -CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
206   -CONFIG_MODULES_USE_ELF_REL=y
207   -CONFIG_CLONE_BACKWARDS=y
208   -CONFIG_OLD_SIGSUSPEND3=y
209   -CONFIG_OLD_SIGACTION=y
210   -
211   -#
212   -# GCOV-based kernel profiling
213   -#
214   -# CONFIG_GCOV_KERNEL is not set
215   -CONFIG_HAVE_GENERIC_DMA_COHERENT=y
216   -CONFIG_RT_MUTEXES=y
217   -CONFIG_BASE_SMALL=0
218 22 CONFIG_MODULES=y
219 23 CONFIG_MODULE_FORCE_LOAD=y
220 24 CONFIG_MODULE_UNLOAD=y
221 25 CONFIG_MODULE_FORCE_UNLOAD=y
222 26 CONFIG_MODVERSIONS=y
223 27 CONFIG_MODULE_SRCVERSION_ALL=y
224   -# CONFIG_MODULE_SIG is not set
225   -CONFIG_STOP_MACHINE=y
226   -CONFIG_BLOCK=y
227   -CONFIG_LBDAF=y
228 28 # CONFIG_BLK_DEV_BSG is not set
229   -# CONFIG_BLK_DEV_BSGLIB is not set
230   -# CONFIG_BLK_DEV_INTEGRITY is not set
231   -# CONFIG_BLK_CMDLINE_PARSER is not set
232   -
233   -#
234   -# Partition Types
235   -#
236 29 CONFIG_PARTITION_ADVANCED=y
237   -# CONFIG_ACORN_PARTITION is not set
238   -# CONFIG_AIX_PARTITION is not set
239   -# CONFIG_OSF_PARTITION is not set
240   -# CONFIG_AMIGA_PARTITION is not set
241   -# CONFIG_ATARI_PARTITION is not set
242   -# CONFIG_MAC_PARTITION is not set
243   -CONFIG_MSDOS_PARTITION=y
244   -# CONFIG_BSD_DISKLABEL is not set
245   -# CONFIG_MINIX_SUBPARTITION is not set
246   -# CONFIG_SOLARIS_X86_PARTITION is not set
247   -# CONFIG_UNIXWARE_DISKLABEL is not set
248   -# CONFIG_LDM_PARTITION is not set
249   -# CONFIG_SGI_PARTITION is not set
250   -# CONFIG_ULTRIX_PARTITION is not set
251   -# CONFIG_SUN_PARTITION is not set
252   -# CONFIG_KARMA_PARTITION is not set
253   -CONFIG_EFI_PARTITION=y
254   -# CONFIG_SYSV68_PARTITION is not set
255   -# CONFIG_CMDLINE_PARTITION is not set
256   -
257   -#
258   -# IO Schedulers
259   -#
260   -CONFIG_IOSCHED_NOOP=y
261   -CONFIG_IOSCHED_DEADLINE=y
262   -CONFIG_IOSCHED_CFQ=y
263   -# CONFIG_DEFAULT_DEADLINE is not set
264   -CONFIG_DEFAULT_CFQ=y
265   -# CONFIG_DEFAULT_NOOP is not set
266   -CONFIG_DEFAULT_IOSCHED="cfq"
267   -CONFIG_UNINLINE_SPIN_UNLOCK=y
268   -CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
269   -CONFIG_MUTEX_SPIN_ON_OWNER=y
270   -CONFIG_FREEZER=y
271   -
272   -#
273   -# System Type
274   -#
275   -CONFIG_MMU=y
276   -CONFIG_ARCH_MULTIPLATFORM=y
277   -# CONFIG_ARCH_INTEGRATOR is not set
278   -# CONFIG_ARCH_REALVIEW is not set
279   -# CONFIG_ARCH_VERSATILE is not set
280   -# CONFIG_ARCH_AT91 is not set
281   -# CONFIG_ARCH_CLPS711X is not set
282   -# CONFIG_ARCH_GEMINI is not set
283   -# CONFIG_ARCH_EBSA110 is not set
284   -# CONFIG_ARCH_EP93XX is not set
285   -# CONFIG_ARCH_FOOTBRIDGE is not set
286   -# CONFIG_ARCH_NETX is not set
287   -# CONFIG_ARCH_IOP13XX is not set
288   -# CONFIG_ARCH_IOP32X is not set
289   -# CONFIG_ARCH_IOP33X is not set
290   -# CONFIG_ARCH_IXP4XX is not set
291   -# CONFIG_ARCH_DOVE is not set
292   -# CONFIG_ARCH_KIRKWOOD is not set
293   -# CONFIG_ARCH_MV78XX0 is not set
294   -# CONFIG_ARCH_ORION5X is not set
295   -# CONFIG_ARCH_MMP is not set
296   -# CONFIG_ARCH_KS8695 is not set
297   -# CONFIG_ARCH_W90X900 is not set
298   -# CONFIG_ARCH_LPC32XX is not set
299   -# CONFIG_ARCH_PXA is not set
300   -# CONFIG_ARCH_MSM_NODT is not set
301   -# CONFIG_ARCH_SHMOBILE_LEGACY is not set
302   -# CONFIG_ARCH_RPC is not set
303   -# CONFIG_ARCH_SA1100 is not set
304   -# CONFIG_ARCH_S3C24XX is not set
305   -# CONFIG_ARCH_S3C64XX is not set
306   -# CONFIG_ARCH_S5P64X0 is not set
307   -# CONFIG_ARCH_S5PC100 is not set
308   -# CONFIG_ARCH_S5PV210 is not set
309   -# CONFIG_ARCH_EXYNOS is not set
310   -# CONFIG_ARCH_DAVINCI is not set
311   -# CONFIG_ARCH_OMAP1 is not set
312   -
313   -#
314   -# Multiple platform selection
315   -#
316   -
317   -#
318   -# CPU Core family selection
319   -#
320   -# CONFIG_ARCH_MULTI_V6 is not set
321   -CONFIG_ARCH_MULTI_V7=y
322   -CONFIG_ARCH_MULTI_V6_V7=y
323   -# CONFIG_ARCH_MULTI_CPU_AUTO is not set
324   -# CONFIG_ARCH_MVEBU is not set
325   -# CONFIG_ARCH_BCM is not set
326   -# CONFIG_ARCH_BERLIN is not set
327   -# CONFIG_GPIO_PCA953X is not set
328   -# CONFIG_KEYBOARD_GPIO_POLLED is not set
329   -# CONFIG_ARCH_HIGHBANK is not set
330   -# CONFIG_ARCH_HI3xxx is not set
331   -# CONFIG_ARCH_KEYSTONE is not set
332   -# CONFIG_ARCH_MSM_DT is not set
333 30 CONFIG_ARCH_MXC=y
334   -
335   -#
336   -# Freescale i.MX support
337   -#
338   -# CONFIG_MXC_DEBUG_BOARD is not set
339   -CONFIG_HAVE_IMX_RNG=y
340   -CONFIG_HAVE_IMX_ANATOP=y
341   -CONFIG_HAVE_IMX_GPC=y
342   -CONFIG_HAVE_IMX_MMDC=y
343   -CONFIG_HAVE_IMX_SRC=y
344   -
345   -#
346   -# i.MX51 machines:
347   -#
348   -# CONFIG_MACH_IMX51_DT is not set
349   -# CONFIG_MACH_MX51_BABBAGE is not set
350   -# CONFIG_MACH_EUKREA_CPUIMX51SD is not set
351   -
352   -#
353   -# Device tree only
354   -#
355   -# CONFIG_SOC_IMX50 is not set
356   -# CONFIG_SOC_IMX53 is not set
357   -CONFIG_SOC_IMX6=y
358 31 CONFIG_SOC_IMX6Q=y
359 32 CONFIG_SOC_IMX6SL=y
360   -# CONFIG_SOC_IMX6SX is not set
361   -# CONFIG_SOC_VF610 is not set
362   -# CONFIG_ARCH_OMAP3 is not set
363   -# CONFIG_ARCH_OMAP4 is not set
364   -# CONFIG_SOC_OMAP5 is not set
365   -# CONFIG_SOC_AM33XX is not set
366   -# CONFIG_SOC_AM43XX is not set
367   -# CONFIG_SOC_DRA7XX is not set
368   -# CONFIG_ARCH_ROCKCHIP is not set
369   -# CONFIG_ARCH_SOCFPGA is not set
370   -# CONFIG_PLAT_SPEAR is not set
371   -# CONFIG_ARCH_STI is not set
372   -# CONFIG_ARCH_SHMOBILE_MULTI is not set
373   -# CONFIG_ARCH_SUNXI is not set
374   -# CONFIG_ARCH_SIRF is not set
375   -# CONFIG_ARCH_TEGRA is not set
376   -# CONFIG_ARCH_U8500 is not set
377   -# CONFIG_ARCH_VEXPRESS is not set
378   -# CONFIG_ARCH_VIRT is not set
379   -# CONFIG_ARCH_WM8850 is not set
380   -# CONFIG_ARCH_ZYNQ is not set
381   -
382   -#
383   -# Processor Type
384   -#
385   -CONFIG_CPU_V7=y
386   -CONFIG_CPU_32v6K=y
387   -CONFIG_CPU_32v7=y
388   -CONFIG_CPU_ABRT_EV7=y
389   -CONFIG_CPU_PABRT_V7=y
390   -CONFIG_CPU_CACHE_V7=y
391   -CONFIG_CPU_CACHE_VIPT=y
392   -CONFIG_CPU_COPY_V6=y
393   -CONFIG_CPU_TLB_V7=y
394   -CONFIG_CPU_HAS_ASID=y
395   -CONFIG_CPU_CP15=y
396   -CONFIG_CPU_CP15_MMU=y
397   -
398   -#
399   -# Processor Features
400   -#
401   -# CONFIG_ARM_LPAE is not set
402   -# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
403   -CONFIG_ARM_THUMB=y
404   -# CONFIG_ARM_THUMBEE is not set
405   -CONFIG_ARM_VIRT_EXT=y
406   -CONFIG_SWP_EMULATE=y
407   -# CONFIG_CPU_ICACHE_DISABLE is not set
408   -# CONFIG_CPU_DCACHE_DISABLE is not set
409   -# CONFIG_CPU_BPREDICT_DISABLE is not set
410   -CONFIG_KUSER_HELPERS=y
411   -CONFIG_OUTER_CACHE=y
412   -CONFIG_OUTER_CACHE_SYNC=y
413   -CONFIG_MIGHT_HAVE_CACHE_L2X0=y
414   -CONFIG_CACHE_L2X0=y
415   -CONFIG_CACHE_PL310=y
416   -CONFIG_ARM_L1_CACHE_SHIFT_6=y
417   -CONFIG_ARM_L1_CACHE_SHIFT=6
418   -CONFIG_ARM_DMA_MEM_BUFFERABLE=y
419   -CONFIG_ARM_NR_BANKS=8
420   -CONFIG_MULTI_IRQ_HANDLER=y
421   -# CONFIG_ARM_ERRATA_430973 is not set
422   -# CONFIG_PL310_ERRATA_588369 is not set
423   -# CONFIG_ARM_ERRATA_643719 is not set
424   -# CONFIG_ARM_ERRATA_720789 is not set
425   -# CONFIG_PL310_ERRATA_727915 is not set
426   -# CONFIG_PL310_ERRATA_753970 is not set
427   -CONFIG_ARM_ERRATA_754322=y
428   -# CONFIG_ARM_ERRATA_754327 is not set
429   -CONFIG_ARM_ERRATA_764369=y
430   -CONFIG_PL310_ERRATA_769419=y
431   -CONFIG_ARM_ERRATA_775420=y
432   -# CONFIG_ARM_ERRATA_798181 is not set
433   -# CONFIG_ARM_ERRATA_773022 is not set
434   -
435   -#
436   -# Bus support
437   -#
438   -# CONFIG_PCI is not set
439   -# CONFIG_PCI_SYSCALL is not set
440   -# CONFIG_PCCARD is not set
441   -
442   -#
443   -# Kernel Features
444   -#
445   -CONFIG_HAVE_SMP=y
446 33 CONFIG_SMP=y
447   -CONFIG_SMP_ON_UP=y
448   -CONFIG_ARM_CPU_TOPOLOGY=y
449   -# CONFIG_SCHED_MC is not set
450   -# CONFIG_SCHED_SMT is not set
451   -CONFIG_HAVE_ARM_SCU=y
452   -# CONFIG_HAVE_ARM_ARCH_TIMER is not set
453   -CONFIG_HAVE_ARM_TWD=y
454   -# CONFIG_MCPM is not set
455   -# CONFIG_BIG_LITTLE is not set
456   -# CONFIG_VMSPLIT_3G is not set
457 34 CONFIG_VMSPLIT_2G=y
458   -# CONFIG_VMSPLIT_1G is not set
459   -CONFIG_PAGE_OFFSET=0x80000000
460   -CONFIG_NR_CPUS=4
461   -CONFIG_HOTPLUG_CPU=y
462   -# CONFIG_ARM_PSCI is not set
463   -CONFIG_ARCH_NR_GPIO=0
464   -# CONFIG_PREEMPT_NONE is not set
465   -# CONFIG_PREEMPT_VOLUNTARY is not set
466 35 CONFIG_PREEMPT=y
467   -CONFIG_PREEMPT_COUNT=y
468   -CONFIG_HZ_FIXED=0
469   -# CONFIG_HZ_100 is not set
470   -# CONFIG_HZ_200 is not set
471   -# CONFIG_HZ_250 is not set
472   -# CONFIG_HZ_300 is not set
473   -# CONFIG_HZ_500 is not set
474 36 CONFIG_HZ_1000=y
475   -CONFIG_HZ=1000
476   -CONFIG_SCHED_HRTICK=y
477   -# CONFIG_THUMB2_KERNEL is not set
478 37 CONFIG_AEABI=y
479   -# CONFIG_OABI_COMPAT is not set
480   -# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
481   -# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
482   -CONFIG_HAVE_ARCH_PFN_VALID=y
483 38 CONFIG_HIGHMEM=y
484   -# CONFIG_HIGHPTE is not set
485   -CONFIG_HW_PERF_EVENTS=y
486   -CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
487   -CONFIG_FLATMEM=y
488   -CONFIG_FLAT_NODE_MEM_MAP=y
489   -CONFIG_HAVE_MEMBLOCK=y
490   -CONFIG_NO_BOOTMEM=y
491   -CONFIG_MEMORY_ISOLATION=y
492   -# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
493   -CONFIG_PAGEFLAGS_EXTENDED=y
494   -CONFIG_SPLIT_PTLOCK_CPUS=4
495   -CONFIG_COMPACTION=y
496   -CONFIG_MIGRATION=y
497   -# CONFIG_PHYS_ADDR_T_64BIT is not set
498   -CONFIG_ZONE_DMA_FLAG=1
499   -CONFIG_BOUNCE=y
500 39 CONFIG_KSM=y
501   -CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
502   -CONFIG_CROSS_MEMORY_ATTACH=y
503   -# CONFIG_CLEANCACHE is not set
504   -# CONFIG_FRONTSWAP is not set
505 40 CONFIG_CMA=y
506   -# CONFIG_CMA_DEBUG is not set
507   -# CONFIG_ZBUD is not set
508   -# CONFIG_ZSMALLOC is not set
509   -CONFIG_FORCE_MAX_ZONEORDER=14
510   -CONFIG_ALIGNMENT_TRAP=y
511   -# CONFIG_UACCESS_WITH_MEMCPY is not set
512 41 CONFIG_SECCOMP=y
513   -CONFIG_SWIOTLB=y
514   -CONFIG_IOMMU_HELPER=y
515   -# CONFIG_XEN is not set
516   -
517   -#
518   -# Boot options
519   -#
520   -CONFIG_USE_OF=y
521   -CONFIG_ATAGS=y
522   -# CONFIG_DEPRECATED_PARAM_STRUCT is not set
523   -CONFIG_ZBOOT_ROM_TEXT=0
524   -CONFIG_ZBOOT_ROM_BSS=0
525   -# CONFIG_ARM_APPENDED_DTB is not set
526 42 CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
527   -CONFIG_CMDLINE_FROM_BOOTLOADER=y
528   -# CONFIG_CMDLINE_EXTEND is not set
529   -# CONFIG_CMDLINE_FORCE is not set
530   -# CONFIG_KEXEC is not set
531   -# CONFIG_CRASH_DUMP is not set
532   -CONFIG_AUTO_ZRELADDR=y
533   -
534   -#
535   -# CPU Power Management
536   -#
537   -
538   -#
539   -# CPU Frequency scaling
540   -#
541 43 CONFIG_CPU_FREQ=y
542   -CONFIG_CPU_FREQ_GOV_COMMON=y
543   -CONFIG_CPU_FREQ_STAT=y
544   -# CONFIG_CPU_FREQ_STAT_DETAILS is not set
545   -# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
546   -# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
547   -# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
548   -# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
549   -# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
550 44 CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
551 45 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
552 46 CONFIG_CPU_FREQ_GOV_POWERSAVE=y
553 47 CONFIG_CPU_FREQ_GOV_USERSPACE=y
554 48 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
555   -CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
556 49 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
557   -# CONFIG_GENERIC_CPUFREQ_CPU0 is not set
558   -
559   -#
560   -# ARM CPU frequency scaling drivers
561   -#
562 50 CONFIG_ARM_IMX6Q_CPUFREQ=y
563   -# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
564   -
565   -#
566   -# CPU Idle
567   -#
568 51 CONFIG_CPU_IDLE=y
569   -# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set
570   -CONFIG_CPU_IDLE_GOV_LADDER=y
571   -CONFIG_CPU_IDLE_GOV_MENU=y
572   -
573   -#
574   -# ARM CPU Idle Drivers
575   -#
576   -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
577   -
578   -#
579   -# Floating point emulation
580   -#
581   -
582   -#
583   -# At least one emulation must be selected
584   -#
585 52 CONFIG_VFP=y
586   -CONFIG_VFPv3=y
587 53 CONFIG_NEON=y
588   -# CONFIG_KERNEL_MODE_NEON is not set
589   -
590   -#
591   -# Userspace binary formats
592   -#
593   -CONFIG_BINFMT_ELF=y
594   -CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
595   -CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
596   -CONFIG_BINFMT_SCRIPT=y
597   -# CONFIG_HAVE_AOUT is not set
598 54 CONFIG_BINFMT_MISC=y
599   -CONFIG_COREDUMP=y
600   -
601   -#
602   -# Power management options
603   -#
604   -CONFIG_SUSPEND=y
605   -CONFIG_SUSPEND_FREEZER=y
606   -CONFIG_PM_SLEEP=y
607   -CONFIG_PM_SLEEP_SMP=y
608   -# CONFIG_PM_AUTOSLEEP is not set
609   -# CONFIG_PM_WAKELOCKS is not set
610 55 CONFIG_PM_RUNTIME=y
611   -CONFIG_PM=y
612 56 CONFIG_PM_DEBUG=y
613   -# CONFIG_PM_ADVANCED_DEBUG is not set
614 57 CONFIG_PM_TEST_SUSPEND=y
615   -CONFIG_PM_SLEEP_DEBUG=y
616   -# CONFIG_APM_EMULATION is not set
617   -CONFIG_ARCH_HAS_OPP=y
618   -CONFIG_PM_OPP=y
619   -CONFIG_PM_CLK=y
620   -CONFIG_PM_GENERIC_DOMAINS=y
621   -# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
622   -CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
623   -CONFIG_PM_GENERIC_DOMAINS_RUNTIME=y
624   -CONFIG_PM_GENERIC_DOMAINS_OF=y
625   -CONFIG_CPU_PM=y
626   -CONFIG_ARCH_SUSPEND_POSSIBLE=y
627   -CONFIG_ARM_CPU_SUSPEND=y
628 58 CONFIG_NET=y
629   -
630   -#
631   -# Networking options
632   -#
633 59 CONFIG_PACKET=y
634   -# CONFIG_PACKET_DIAG is not set
635 60 CONFIG_UNIX=y
636   -# CONFIG_UNIX_DIAG is not set
637   -# CONFIG_XFRM_USER is not set
638   -# CONFIG_NET_KEY is not set
639 61 CONFIG_INET=y
640   -# CONFIG_IP_MULTICAST is not set
641   -# CONFIG_IP_ADVANCED_ROUTER is not set
642 62 CONFIG_IP_PNP=y
643 63 CONFIG_IP_PNP_DHCP=y
644   -# CONFIG_IP_PNP_BOOTP is not set
645   -# CONFIG_IP_PNP_RARP is not set
646   -# CONFIG_NET_IPIP is not set
647   -# CONFIG_NET_IPGRE_DEMUX is not set
648   -# CONFIG_NET_IP_TUNNEL is not set
649   -# CONFIG_SYN_COOKIES is not set
650   -# CONFIG_INET_AH is not set
651   -# CONFIG_INET_ESP is not set
652   -# CONFIG_INET_IPCOMP is not set
653   -# CONFIG_INET_XFRM_TUNNEL is not set
654   -# CONFIG_INET_TUNNEL is not set
655 64 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
656 65 # CONFIG_INET_XFRM_MODE_TUNNEL is not set
657 66 # CONFIG_INET_XFRM_MODE_BEET is not set
658 67 # CONFIG_INET_LRO is not set
659   -CONFIG_INET_DIAG=y
660   -CONFIG_INET_TCP_DIAG=y
661   -# CONFIG_INET_UDP_DIAG is not set
662   -# CONFIG_TCP_CONG_ADVANCED is not set
663   -CONFIG_TCP_CONG_CUBIC=y
664   -CONFIG_DEFAULT_TCP_CONG="cubic"
665   -# CONFIG_TCP_MD5SIG is not set
666 68 # CONFIG_IPV6 is not set
667   -# CONFIG_NETWORK_SECMARK is not set
668   -# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
669 69 CONFIG_NETFILTER=y
670   -# CONFIG_NETFILTER_DEBUG is not set
671   -CONFIG_NETFILTER_ADVANCED=y
672   -
673   -#
674   -# Core Netfilter Configuration
675   -#
676   -# CONFIG_NETFILTER_NETLINK_ACCT is not set
677   -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
678   -# CONFIG_NETFILTER_NETLINK_LOG is not set
679 70 CONFIG_NF_CONNTRACK=m
680   -# CONFIG_NF_CONNTRACK_MARK is not set
681 71 # CONFIG_NF_CONNTRACK_PROCFS is not set
682   -# CONFIG_NF_CONNTRACK_EVENTS is not set
683   -# CONFIG_NF_CONNTRACK_TIMEOUT is not set
684   -# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
685   -# CONFIG_NF_CT_PROTO_DCCP is not set
686   -# CONFIG_NF_CT_PROTO_SCTP is not set
687   -# CONFIG_NF_CT_PROTO_UDPLITE is not set
688   -# CONFIG_NF_CONNTRACK_AMANDA is not set
689   -# CONFIG_NF_CONNTRACK_FTP is not set
690   -# CONFIG_NF_CONNTRACK_H323 is not set
691   -# CONFIG_NF_CONNTRACK_IRC is not set
692   -# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
693   -# CONFIG_NF_CONNTRACK_SNMP is not set
694   -# CONFIG_NF_CONNTRACK_PPTP is not set
695   -# CONFIG_NF_CONNTRACK_SANE is not set
696   -# CONFIG_NF_CONNTRACK_SIP is not set
697   -# CONFIG_NF_CONNTRACK_TFTP is not set
698   -# CONFIG_NF_CT_NETLINK is not set
699   -# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
700   -CONFIG_NF_NAT=m
701   -CONFIG_NF_NAT_NEEDED=y
702   -# CONFIG_NF_NAT_AMANDA is not set
703   -# CONFIG_NF_NAT_FTP is not set
704   -# CONFIG_NF_NAT_IRC is not set
705   -# CONFIG_NF_NAT_SIP is not set
706   -# CONFIG_NF_NAT_TFTP is not set
707   -# CONFIG_NF_TABLES is not set
708   -CONFIG_NETFILTER_XTABLES=m
709   -
710   -#
711   -# Xtables combined modules
712   -#
713   -# CONFIG_NETFILTER_XT_MARK is not set
714   -# CONFIG_NETFILTER_XT_CONNMARK is not set
715   -
716   -#
717   -# Xtables targets
718   -#
719   -# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
720   -# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
721   -# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
722   -# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
723   -# CONFIG_NETFILTER_XT_TARGET_LED is not set
724   -# CONFIG_NETFILTER_XT_TARGET_LOG is not set
725   -# CONFIG_NETFILTER_XT_TARGET_MARK is not set
726   -CONFIG_NETFILTER_XT_TARGET_NETMAP=m
727   -# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
728   -# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
729   -# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
730   -CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
731   -# CONFIG_NETFILTER_XT_TARGET_TEE is not set
732   -# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
733   -
734   -#
735   -# Xtables matches
736   -#
737   -# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
738   -# CONFIG_NETFILTER_XT_MATCH_BPF is not set
739   -# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
740   -# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
741   -# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
742   -# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
743   -# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
744   -# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
745   -# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
746   -# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
747   -# CONFIG_NETFILTER_XT_MATCH_CPU is not set
748   -# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
749   -# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
750   -# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
751   -# CONFIG_NETFILTER_XT_MATCH_ECN is not set
752   -# CONFIG_NETFILTER_XT_MATCH_ESP is not set
753   -# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
754   -# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
755   -# CONFIG_NETFILTER_XT_MATCH_HL is not set
756   -# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
757   -# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
758   -# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
759   -# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
760   -# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
761   -# CONFIG_NETFILTER_XT_MATCH_MAC is not set
762   -# CONFIG_NETFILTER_XT_MATCH_MARK is not set
763   -# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
764   -# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
765   -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
766   -# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
767   -# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
768   -# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
769   -# CONFIG_NETFILTER_XT_MATCH_REALM is not set
770   -# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
771   -# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
772   -# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
773   -# CONFIG_NETFILTER_XT_MATCH_STATE is not set
774   -# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
775   -# CONFIG_NETFILTER_XT_MATCH_STRING is not set
776   -# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
777   -# CONFIG_NETFILTER_XT_MATCH_TIME is not set
778   -# CONFIG_NETFILTER_XT_MATCH_U32 is not set
779   -# CONFIG_IP_SET is not set
780   -# CONFIG_IP_VS is not set
781   -
782   -#
783   -# IP: Netfilter Configuration
784   -#
785   -CONFIG_NF_DEFRAG_IPV4=m
786 72 CONFIG_NF_CONNTRACK_IPV4=m
787 73 CONFIG_IP_NF_IPTABLES=m
788   -# CONFIG_IP_NF_MATCH_AH is not set
789   -# CONFIG_IP_NF_MATCH_ECN is not set
790   -# CONFIG_IP_NF_MATCH_TTL is not set
791 74 CONFIG_IP_NF_FILTER=m
792 75 CONFIG_IP_NF_TARGET_REJECT=m
793   -# CONFIG_IP_NF_TARGET_SYNPROXY is not set
794 76 CONFIG_IP_NF_TARGET_ULOG=m
795 77 CONFIG_NF_NAT_IPV4=m
796 78 CONFIG_IP_NF_TARGET_MASQUERADE=m
797 79 CONFIG_IP_NF_TARGET_NETMAP=m
798 80 CONFIG_IP_NF_TARGET_REDIRECT=m
799   -# CONFIG_NF_NAT_PPTP is not set
800   -# CONFIG_NF_NAT_H323 is not set
801   -# CONFIG_IP_NF_MANGLE is not set
802   -# CONFIG_IP_NF_RAW is not set
803   -# CONFIG_IP_NF_ARPTABLES is not set
804   -# CONFIG_IP_DCCP is not set
805   -# CONFIG_IP_SCTP is not set
806   -# CONFIG_RDS is not set
807   -# CONFIG_TIPC is not set
808   -# CONFIG_ATM is not set
809   -# CONFIG_L2TP is not set
810   -# CONFIG_BRIDGE is not set
811   -CONFIG_HAVE_NET_DSA=y
812 81 CONFIG_VLAN_8021Q=y
813   -# CONFIG_VLAN_8021Q_GVRP is not set
814   -# CONFIG_VLAN_8021Q_MVRP is not set
815   -# CONFIG_DECNET is not set
816   -CONFIG_LLC=y
817 82 CONFIG_LLC2=y
818   -# CONFIG_IPX is not set
819   -# CONFIG_ATALK is not set
820   -# CONFIG_X25 is not set
821   -# CONFIG_LAPB is not set
822   -# CONFIG_PHONET is not set
823   -# CONFIG_IEEE802154 is not set
824   -# CONFIG_NET_SCHED is not set
825   -# CONFIG_DCB is not set
826   -CONFIG_DNS_RESOLVER=y
827   -# CONFIG_BATMAN_ADV is not set
828   -# CONFIG_OPENVSWITCH is not set
829   -# CONFIG_VSOCKETS is not set
830   -# CONFIG_NETLINK_MMAP is not set
831   -# CONFIG_NETLINK_DIAG is not set
832   -# CONFIG_NET_MPLS_GSO is not set
833   -# CONFIG_HSR is not set
834   -CONFIG_RPS=y
835   -CONFIG_RFS_ACCEL=y
836   -CONFIG_XPS=y
837   -# CONFIG_CGROUP_NET_PRIO is not set
838   -# CONFIG_CGROUP_NET_CLASSID is not set
839   -CONFIG_NET_RX_BUSY_POLL=y
840   -CONFIG_BQL=y
841   -# CONFIG_BPF_JIT is not set
842   -CONFIG_NET_FLOW_LIMIT=y
843   -
844   -#
845   -# Network testing
846   -#
847   -# CONFIG_NET_PKTGEN is not set
848   -# CONFIG_HAMRADIO is not set
849   -# CONFIG_CAN is not set
850   -# CONFIG_IRDA is not set
851   -# CONFIG_BT is not set
852   -# CONFIG_AF_RXRPC is not set
853   -CONFIG_WIRELESS=y
854   -CONFIG_WIRELESS_EXT=y
855   -CONFIG_WEXT_CORE=y
856   -CONFIG_WEXT_PROC=y
857   -CONFIG_WEXT_SPY=y
858   -CONFIG_WEXT_PRIV=y
859 83 CONFIG_CFG80211=y
860   -# CONFIG_NL80211_TESTMODE is not set
861   -# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
862   -# CONFIG_CFG80211_REG_DEBUG is not set
863   -# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
864   -CONFIG_CFG80211_DEFAULT_PS=y
865 84 CONFIG_CFG80211_DEBUGFS=y
866   -# CONFIG_CFG80211_INTERNAL_REGDB is not set
867 85 CONFIG_CFG80211_WEXT=y
868   -CONFIG_LIB80211=y
869   -CONFIG_LIB80211_CRYPT_WEP=y
870   -CONFIG_LIB80211_CRYPT_CCMP=y
871   -CONFIG_LIB80211_CRYPT_TKIP=y
872   -# CONFIG_LIB80211_DEBUG is not set
873 86 CONFIG_MAC80211=y
874   -CONFIG_MAC80211_HAS_RC=y
875   -# CONFIG_MAC80211_RC_PID is not set
876   -CONFIG_MAC80211_RC_MINSTREL=y
877   -CONFIG_MAC80211_RC_MINSTREL_HT=y
878   -CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
879   -CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
880   -# CONFIG_MAC80211_MESH is not set
881 87 CONFIG_MAC80211_LEDS=y
882 88 CONFIG_MAC80211_DEBUGFS=y
883   -# CONFIG_MAC80211_MESSAGE_TRACING is not set
884   -# CONFIG_MAC80211_DEBUG_MENU is not set
885   -# CONFIG_WIMAX is not set
886 89 CONFIG_RFKILL=y
887   -CONFIG_RFKILL_LEDS=y
888   -# CONFIG_RFKILL_INPUT is not set
889   -# CONFIG_RFKILL_REGULATOR is not set
890 90 CONFIG_RFKILL_GPIO=y
891   -# CONFIG_NET_9P is not set
892   -# CONFIG_CAIF is not set
893   -# CONFIG_CEPH_LIB is not set
894   -# CONFIG_NFC is not set
895   -CONFIG_HAVE_BPF_JIT=y
896   -
897   -#
898   -# Device Drivers
899   -#
900   -
901   -#
902   -# Generic Driver Options
903   -#
904   -CONFIG_UEVENT_HELPER_PATH=""
905 91 CONFIG_DEVTMPFS=y
906 92 CONFIG_DEVTMPFS_MOUNT=y
907 93 # CONFIG_STANDALONE is not set
908   -CONFIG_PREVENT_FIRMWARE_BUILD=y
909   -CONFIG_FW_LOADER=y
910   -CONFIG_FIRMWARE_IN_KERNEL=y
911   -CONFIG_EXTRA_FIRMWARE=""
912 94 # CONFIG_FW_LOADER_USER_HELPER is not set
913   -# CONFIG_DEBUG_DRIVER is not set
914   -# CONFIG_DEBUG_DEVRES is not set
915   -# CONFIG_SYS_HYPERVISOR is not set
916   -# CONFIG_GENERIC_CPU_DEVICES is not set
917   -CONFIG_SOC_BUS=y
918   -CONFIG_REGMAP=y
919   -CONFIG_REGMAP_I2C=y
920   -CONFIG_REGMAP_SPI=y
921   -CONFIG_REGMAP_MMIO=y
922   -CONFIG_DMA_SHARED_BUFFER=y
923 95 CONFIG_DMA_CMA=y
924   -
925   -#
926   -# Default contiguous memory area size:
927   -#
928 96 CONFIG_CMA_SIZE_MBYTES=320
929   -CONFIG_CMA_SIZE_SEL_MBYTES=y
930   -# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
931   -# CONFIG_CMA_SIZE_SEL_MIN is not set
932   -# CONFIG_CMA_SIZE_SEL_MAX is not set
933   -CONFIG_CMA_ALIGNMENT=8
934   -CONFIG_CMA_AREAS=7
935   -
936   -#
937   -# Bus devices
938   -#
939   -# CONFIG_IMX_WEIM is not set
940   -# CONFIG_ARM_CCI is not set
941 97 CONFIG_CONNECTOR=y
942   -CONFIG_PROC_EVENTS=y
943 98 CONFIG_MTD=y
944   -# CONFIG_MTD_TESTS is not set
945   -# CONFIG_MTD_REDBOOT_PARTS is not set
946   -# CONFIG_MTD_CMDLINE_PARTS is not set
947   -# CONFIG_MTD_AFS_PARTS is not set
948 99 # CONFIG_MTD_OF_PARTS is not set
949   -# CONFIG_MTD_AR7_PARTS is not set
950   -
951   -#
952   -# User Modules And Translation Layers
953   -#
954   -CONFIG_MTD_BLKDEVS=y
955 100 CONFIG_MTD_BLOCK=y
956   -# CONFIG_FTL is not set
957   -# CONFIG_NFTL is not set
958   -# CONFIG_INFTL is not set
959   -# CONFIG_RFD_FTL is not set
960   -# CONFIG_SSFDC is not set
961   -# CONFIG_SM_FTL is not set
962   -# CONFIG_MTD_OOPS is not set
963   -# CONFIG_MTD_SWAP is not set
964   -
965   -#
966   -# RAM/ROM/Flash chip drivers
967   -#
968   -# CONFIG_MTD_CFI is not set
969   -# CONFIG_MTD_JEDECPROBE is not set
970   -CONFIG_MTD_MAP_BANK_WIDTH_1=y
971   -CONFIG_MTD_MAP_BANK_WIDTH_2=y
972   -CONFIG_MTD_MAP_BANK_WIDTH_4=y
973   -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
974   -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
975   -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
976   -CONFIG_MTD_CFI_I1=y
977   -CONFIG_MTD_CFI_I2=y
978   -# CONFIG_MTD_CFI_I4 is not set
979   -# CONFIG_MTD_CFI_I8 is not set
980   -# CONFIG_MTD_RAM is not set
981   -# CONFIG_MTD_ROM is not set
982   -# CONFIG_MTD_ABSENT is not set
983   -
984   -#
985   -# Mapping drivers for chip access
986   -#
987   -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
988   -# CONFIG_MTD_PLATRAM is not set
989   -
990   -#
991   -# Self-contained MTD device drivers
992   -#
993   -# CONFIG_MTD_DATAFLASH is not set
994 101 CONFIG_MTD_M25P80=y
995 102 CONFIG_MTD_SST25L=y
996   -# CONFIG_MTD_SLRAM is not set
997   -# CONFIG_MTD_PHRAM is not set
998   -# CONFIG_MTD_MTDRAM is not set
999   -# CONFIG_MTD_BLOCK2MTD is not set
1000   -
1001   -#
1002   -# Disk-On-Chip Device Drivers
1003   -#
1004   -# CONFIG_MTD_DOCG3 is not set
1005   -# CONFIG_MTD_NAND is not set
1006   -# CONFIG_MTD_ONENAND is not set
1007   -
1008   -#
1009   -# LPDDR flash memory drivers
1010   -#
1011   -# CONFIG_MTD_LPDDR is not set
1012 103 CONFIG_MTD_SPI_NOR=y
1013   -# CONFIG_SPI_FSL_QUADSPI is not set
1014   -# CONFIG_MTD_UBI is not set
1015   -CONFIG_DTC=y
1016   -CONFIG_OF=y
1017   -
1018   -#
1019   -# Device Tree and Open Firmware support
1020   -#
1021 104 CONFIG_PROC_DEVICETREE=y
1022   -# CONFIG_OF_SELFTEST is not set
1023   -CONFIG_OF_FLATTREE=y
1024   -CONFIG_OF_EARLY_FLATTREE=y
1025   -CONFIG_OF_ADDRESS=y
1026   -CONFIG_OF_IRQ=y
1027   -CONFIG_OF_NET=y
1028   -CONFIG_OF_MDIO=y
1029   -CONFIG_OF_MTD=y
1030   -CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
1031   -# CONFIG_PARPORT is not set
1032   -CONFIG_BLK_DEV=y
1033   -# CONFIG_BLK_DEV_NULL_BLK is not set
1034   -# CONFIG_BLK_DEV_COW_COMMON is not set
1035 105 CONFIG_BLK_DEV_LOOP=y
1036   -CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
1037   -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
1038   -# CONFIG_BLK_DEV_DRBD is not set
1039 106 CONFIG_BLK_DEV_NBD=y
1040 107 CONFIG_BLK_DEV_RAM=y
1041   -CONFIG_BLK_DEV_RAM_COUNT=16
1042 108 CONFIG_BLK_DEV_RAM_SIZE=131072
1043   -# CONFIG_BLK_DEV_XIP is not set
1044   -# CONFIG_CDROM_PKTCDVD is not set
1045   -# CONFIG_ATA_OVER_ETH is not set
1046   -# CONFIG_MG_DISK is not set
1047   -# CONFIG_BLK_DEV_RBD is not set
1048   -
1049   -#
1050   -# Misc devices
1051   -#
1052   -# CONFIG_SENSORS_LIS3LV02D is not set
1053   -# CONFIG_AD525X_DPOT is not set
1054   -# CONFIG_ATMEL_PWM is not set
1055   -# CONFIG_DUMMY_IRQ is not set
1056   -# CONFIG_LS_BRAILLE is not set
1057   -# CONFIG_ICS932S401 is not set
1058   -# CONFIG_ATMEL_SSC is not set
1059   -# CONFIG_ENCLOSURE_SERVICES is not set
1060   -# CONFIG_APDS9802ALS is not set
1061   -# CONFIG_ISL29003 is not set
1062   -# CONFIG_ISL29020 is not set
1063   -# CONFIG_SENSORS_TSL2550 is not set
1064   -# CONFIG_SENSORS_BH1780 is not set
1065   -# CONFIG_SENSORS_BH1770 is not set
1066   -# CONFIG_SENSORS_APDS990X is not set
1067   -# CONFIG_HMC6352 is not set
1068   -# CONFIG_DS1682 is not set
1069   -# CONFIG_TI_DAC7512 is not set
1070   -# CONFIG_BMP085_I2C is not set
1071   -# CONFIG_BMP085_SPI is not set
1072   -# CONFIG_USB_SWITCH_FSA9480 is not set
1073   -# CONFIG_LATTICE_ECP3_CONFIG is not set
1074   -CONFIG_SRAM=y
1075   -# CONFIG_C2PORT is not set
1076   -
1077   -#
1078   -# EEPROM support
1079   -#
1080 109 CONFIG_EEPROM_AT24=y
1081 110 CONFIG_EEPROM_AT25=y
1082   -# CONFIG_EEPROM_LEGACY is not set
1083   -# CONFIG_EEPROM_MAX6875 is not set
1084   -# CONFIG_EEPROM_93CX6 is not set
1085   -# CONFIG_EEPROM_93XX46 is not set
1086   -
1087   -#
1088   -# Texas Instruments shared transport line discipline
1089   -#
1090   -# CONFIG_TI_ST is not set
1091   -# CONFIG_SENSORS_LIS3_SPI is not set
1092   -# CONFIG_SENSORS_LIS3_I2C is not set
1093   -
1094   -#
1095   -# Altera FPGA firmware download module
1096   -#
1097   -# CONFIG_ALTERA_STAPL is not set
1098   -
1099   -#
1100   -# Intel MIC Host Driver
1101   -#
1102   -
1103   -#
1104   -# Intel MIC Card Driver
1105   -#
1106   -
1107   -#
1108   -# SCSI device support
1109   -#
1110   -CONFIG_SCSI_MOD=y
1111   -# CONFIG_RAID_ATTRS is not set
  111 +CONFIG_FRAM_MB85RS16N=y
1112 112 CONFIG_SCSI=y
1113   -CONFIG_SCSI_DMA=y
1114   -# CONFIG_SCSI_TGT is not set
1115   -# CONFIG_SCSI_NETLINK is not set
1116 113 # CONFIG_SCSI_PROC_FS is not set
1117   -
1118   -#
1119   -# SCSI support type (disk, tape, CD-ROM)
1120   -#
1121 114 CONFIG_BLK_DEV_SD=y
1122   -# CONFIG_CHR_DEV_ST is not set
1123   -# CONFIG_CHR_DEV_OSST is not set
1124   -# CONFIG_BLK_DEV_SR is not set
1125 115 CONFIG_CHR_DEV_SG=y
1126   -# CONFIG_CHR_DEV_SCH is not set
1127 116 CONFIG_SCSI_MULTI_LUN=y
1128 117 CONFIG_SCSI_CONSTANTS=y
1129 118 CONFIG_SCSI_LOGGING=y
1130 119 CONFIG_SCSI_SCAN_ASYNC=y
1131   -
1132   -#
1133   -# SCSI Transports
1134   -#
1135   -# CONFIG_SCSI_SPI_ATTRS is not set
1136   -# CONFIG_SCSI_FC_ATTRS is not set
1137   -# CONFIG_SCSI_ISCSI_ATTRS is not set
1138   -# CONFIG_SCSI_SAS_ATTRS is not set
1139   -# CONFIG_SCSI_SAS_LIBSAS is not set
1140   -# CONFIG_SCSI_SRP_ATTRS is not set
1141 120 # CONFIG_SCSI_LOWLEVEL is not set
1142   -# CONFIG_SCSI_DH is not set
1143   -# CONFIG_SCSI_OSD_INITIATOR is not set
1144   -# CONFIG_ATA is not set
1145   -# CONFIG_MD is not set
1146   -# CONFIG_TARGET_CORE is not set
1147 121 CONFIG_NETDEVICES=y
1148   -CONFIG_NET_CORE=y
1149   -# CONFIG_BONDING is not set
1150   -# CONFIG_DUMMY is not set
1151   -# CONFIG_EQUALIZER is not set
1152   -# CONFIG_NET_TEAM is not set
1153   -# CONFIG_MACVLAN is not set
1154   -# CONFIG_VXLAN is not set
1155   -# CONFIG_NETCONSOLE is not set
1156   -# CONFIG_NETPOLL is not set
1157   -# CONFIG_NET_POLL_CONTROLLER is not set
1158   -# CONFIG_TUN is not set
1159   -# CONFIG_VETH is not set
1160   -# CONFIG_NLMON is not set
1161   -
1162   -#
1163   -# CAIF transport drivers
1164   -#
1165   -
1166   -#
1167   -# Distributed Switch Architecture drivers
1168   -#
1169   -# CONFIG_NET_DSA_MV88E6XXX is not set
1170   -# CONFIG_NET_DSA_MV88E6060 is not set
1171   -# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
1172   -# CONFIG_NET_DSA_MV88E6131 is not set
1173   -# CONFIG_NET_DSA_MV88E6123_61_65 is not set
1174   -CONFIG_ETHERNET=y
1175 122 # CONFIG_NET_VENDOR_ARC is not set
1176 123 # CONFIG_NET_CADENCE is not set
1177 124 # CONFIG_NET_VENDOR_BROADCOM is not set
1178   -# CONFIG_NET_CALXEDA_XGMAC is not set
1179 125 # CONFIG_NET_VENDOR_CIRRUS is not set
1180   -# CONFIG_DM9000 is not set
1181   -# CONFIG_DNET is not set
1182 126 # CONFIG_NET_VENDOR_FARADAY is not set
1183   -CONFIG_NET_VENDOR_FREESCALE=y
1184   -CONFIG_FEC=y
1185 127 # CONFIG_NET_VENDOR_INTEL is not set
1186 128 # CONFIG_NET_VENDOR_MARVELL is not set
1187 129 # CONFIG_NET_VENDOR_MICREL is not set
1188 130 # CONFIG_NET_VENDOR_MICROCHIP is not set
1189 131 # CONFIG_NET_VENDOR_NATSEMI is not set
1190   -# CONFIG_ETHOC is not set
1191   -# CONFIG_SH_ETH is not set
1192 132 # CONFIG_NET_VENDOR_SEEQ is not set
1193 133 # CONFIG_NET_VENDOR_SMSC is not set
1194 134 # CONFIG_NET_VENDOR_STMICRO is not set
1195 135 # CONFIG_NET_VENDOR_VIA is not set
1196 136 # CONFIG_NET_VENDOR_WIZNET is not set
1197   -CONFIG_PHYLIB=y
1198   -
1199   -#
1200   -# MII PHY device drivers
1201   -#
1202 137 CONFIG_AT803X_PHY=y
1203   -# CONFIG_AMD_PHY is not set
1204   -# CONFIG_MARVELL_PHY is not set
1205   -# CONFIG_DAVICOM_PHY is not set
1206   -# CONFIG_QSEMI_PHY is not set
1207   -# CONFIG_LXT_PHY is not set
1208   -# CONFIG_CICADA_PHY is not set
1209   -# CONFIG_VITESSE_PHY is not set
1210   -# CONFIG_SMSC_PHY is not set
1211   -# CONFIG_BROADCOM_PHY is not set
1212   -# CONFIG_BCM87XX_PHY is not set
1213   -# CONFIG_ICPLUS_PHY is not set
1214   -# CONFIG_REALTEK_PHY is not set
1215   -# CONFIG_NATIONAL_PHY is not set
1216   -# CONFIG_STE10XP is not set
1217   -# CONFIG_LSI_ET1011C_PHY is not set
1218 138 CONFIG_MICREL_PHY=y
1219   -# CONFIG_FIXED_PHY is not set
1220   -# CONFIG_MDIO_BITBANG is not set
1221   -# CONFIG_MDIO_BUS_MUX_GPIO is not set
1222   -# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
1223   -# CONFIG_MICREL_KS8995MA is not set
1224   -# CONFIG_PPP is not set
1225   -# CONFIG_SLIP is not set
1226   -
1227   -#
1228   -# USB Network Adapters
1229   -#
1230   -# CONFIG_USB_CATC is not set
1231   -# CONFIG_USB_KAWETH is not set
1232   -# CONFIG_USB_PEGASUS is not set
1233   -# CONFIG_USB_RTL8150 is not set
1234   -# CONFIG_USB_RTL8152 is not set
1235   -# CONFIG_USB_USBNET is not set
1236   -# CONFIG_USB_HSO is not set
1237   -# CONFIG_USB_IPHETH is not set
1238   -CONFIG_WLAN=y
1239   -# CONFIG_LIBERTAS_THINFIRM is not set
1240   -# CONFIG_AT76C50X_USB is not set
1241   -# CONFIG_USB_ZD1201 is not set
1242   -# CONFIG_USB_NET_RNDIS_WLAN is not set
1243   -# CONFIG_RTL8187 is not set
1244   -# CONFIG_MAC80211_HWSIM is not set
1245   -# CONFIG_ATH_CARDS is not set
1246   -# CONFIG_B43 is not set
1247   -# CONFIG_B43LEGACY is not set
1248   -# CONFIG_BRCMSMAC is not set
1249   -# CONFIG_BRCMFMAC is not set
1250 139 CONFIG_HOSTAP=y
1251 140 CONFIG_HOSTAP_FIRMWARE=y
1252 141 CONFIG_HOSTAP_FIRMWARE_NVRAM=y
1253   -# CONFIG_LIBERTAS is not set
1254   -# CONFIG_P54_COMMON is not set
1255   -# CONFIG_RT2X00 is not set
1256 142 # CONFIG_RTL_CARDS is not set
1257   -# CONFIG_WL_TI is not set
1258   -# CONFIG_ZD1211RW is not set
1259   -# CONFIG_MWIFIEX is not set
1260   -# CONFIG_CW1200 is not set
1261   -
1262   -#
1263   -# Enable WiMAX (Networking options) to see the WiMAX drivers
1264   -#
1265   -# CONFIG_WAN is not set
1266   -# CONFIG_ISDN is not set
1267   -
1268   -#
1269   -# Input device support
1270   -#
1271   -CONFIG_INPUT=y
1272   -# CONFIG_INPUT_FF_MEMLESS is not set
1273 143 CONFIG_INPUT_POLLDEV=y
1274   -# CONFIG_INPUT_SPARSEKMAP is not set
1275   -CONFIG_INPUT_MATRIXKMAP=y
1276   -
1277   -#
1278   -# Userland interfaces
1279   -#
1280   -CONFIG_INPUT_MOUSEDEV=y
1281   -CONFIG_INPUT_MOUSEDEV_PSAUX=y
1282 144 CONFIG_INPUT_MOUSEDEV_SCREEN_X=1600
1283 145 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=900
1284   -# CONFIG_INPUT_JOYDEV is not set
1285 146 CONFIG_INPUT_EVDEV=y
1286   -# CONFIG_INPUT_EVBUG is not set
1287   -
1288   -#
1289   -# Input Device Drivers
1290   -#
1291   -CONFIG_INPUT_KEYBOARD=y
1292   -# CONFIG_KEYBOARD_ADP5588 is not set
1293   -# CONFIG_KEYBOARD_ADP5589 is not set
1294 147 # CONFIG_KEYBOARD_ATKBD is not set
1295   -# CONFIG_KEYBOARD_QT1070 is not set
1296   -# CONFIG_KEYBOARD_QT2160 is not set
1297   -# CONFIG_KEYBOARD_LKKBD is not set
1298 148 CONFIG_KEYBOARD_GPIO=y
1299   -# CONFIG_KEYBOARD_TCA6416 is not set
1300   -# CONFIG_KEYBOARD_TCA8418 is not set
1301   -# CONFIG_KEYBOARD_MATRIX is not set
1302   -# CONFIG_KEYBOARD_LM8323 is not set
1303   -# CONFIG_KEYBOARD_LM8333 is not set
1304   -# CONFIG_KEYBOARD_MAX7359 is not set
1305   -# CONFIG_KEYBOARD_MCS is not set
1306   -# CONFIG_KEYBOARD_MPR121 is not set
1307 149 CONFIG_KEYBOARD_IMX=y
1308   -# CONFIG_KEYBOARD_NEWTON is not set
1309   -# CONFIG_KEYBOARD_OPENCORES is not set
1310   -# CONFIG_KEYBOARD_SAMSUNG is not set
1311   -# CONFIG_KEYBOARD_STOWAWAY is not set
1312   -# CONFIG_KEYBOARD_SUNKBD is not set
1313   -# CONFIG_KEYBOARD_XTKBD is not set
1314   -# CONFIG_KEYBOARD_CWC_HOOKSWITCH is not set
1315   -CONFIG_INPUT_MOUSE=y
1316 150 # CONFIG_MOUSE_PS2 is not set
1317   -# CONFIG_MOUSE_SERIAL is not set
1318   -# CONFIG_MOUSE_APPLETOUCH is not set
1319   -# CONFIG_MOUSE_BCM5974 is not set
1320   -# CONFIG_MOUSE_CYAPA is not set
1321   -# CONFIG_MOUSE_VSXXXAA is not set
1322   -# CONFIG_MOUSE_GPIO is not set
1323   -# CONFIG_MOUSE_SYNAPTICS_I2C is not set
1324   -# CONFIG_MOUSE_SYNAPTICS_USB is not set
1325   -# CONFIG_INPUT_JOYSTICK is not set
1326   -# CONFIG_INPUT_TABLET is not set
1327 151 CONFIG_INPUT_TOUCHSCREEN=y
1328   -# CONFIG_TOUCHSCREEN_ADS7846 is not set
1329   -# CONFIG_TOUCHSCREEN_AD7877 is not set
1330   -# CONFIG_TOUCHSCREEN_AD7879 is not set
1331   -# CONFIG_TOUCHSCREEN_AR1020_I2C is not set
1332   -# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
1333   -# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
1334   -# CONFIG_TOUCHSCREEN_BU21013 is not set
1335   -# CONFIG_TOUCHSCREEN_CR_MULTI is not set
1336   -# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
1337   -# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
1338   -# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
1339   -# CONFIG_TOUCHSCREEN_DYNAPRO is not set
1340   -# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
1341   -# CONFIG_TOUCHSCREEN_EETI is not set
1342   -# CONFIG_TOUCHSCREEN_EGALAX is not set
1343   -# CONFIG_TOUCHSCREEN_ELAN is not set
1344   -# CONFIG_TOUCHSCREEN_FT5X06 is not set
1345   -# CONFIG_TOUCHSCREEN_FUJITSU is not set
1346   -# CONFIG_TOUCHSCREEN_GOODIX is not set
1347   -# CONFIG_TOUCHSCREEN_GSLX680 is not set
1348   -# CONFIG_TOUCHSCREEN_ILI210X is not set
1349   -# CONFIG_TOUCHSCREEN_GUNZE is not set
1350   -# CONFIG_TOUCHSCREEN_ELO is not set
1351   -# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
1352   -# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
1353   -# CONFIG_TOUCHSCREEN_MAX11801 is not set
1354   -# CONFIG_TOUCHSCREEN_MCS5000 is not set
1355   -# CONFIG_TOUCHSCREEN_MMS114 is not set
1356   -# CONFIG_TOUCHSCREEN_MTOUCH is not set
1357   -# CONFIG_TOUCHSCREEN_INEXIO is not set
1358   -# CONFIG_TOUCHSCREEN_MK712 is not set
1359   -# CONFIG_TOUCHSCREEN_PENMOUNT is not set
1360   -# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
1361   -# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
1362   -# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
1363   -# CONFIG_TOUCHSCREEN_PIXCIR is not set
1364   -# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
1365   -# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
1366   -# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
1367   -# CONFIG_TOUCHSCREEN_TSC2004 is not set
1368   -# CONFIG_TOUCHSCREEN_TSC2005 is not set
1369 152 CONFIG_TOUCHSCREEN_TSC2007=y
1370   -# CONFIG_TOUCHSCREEN_W90X900 is not set
1371   -# CONFIG_TOUCHSCREEN_ST1232 is not set
1372   -# CONFIG_TOUCHSCREEN_SUR40 is not set
1373   -# CONFIG_TOUCHSCREEN_TPS6507X is not set
1374   -# CONFIG_TOUCHSCREEN_ZFORCE is not set
1375 153 CONFIG_INPUT_MISC=y
1376   -# CONFIG_INPUT_AD714X is not set
1377   -# CONFIG_INPUT_BMA150 is not set
1378   -# CONFIG_INPUT_MMA8450 is not set
1379   -# CONFIG_INPUT_MPU3050 is not set
1380   -# CONFIG_INPUT_GP2A is not set
1381   -# CONFIG_INPUT_GPIO_BEEPER is not set
1382   -# CONFIG_INPUT_GPIO_TILT_POLLED is not set
1383   -# CONFIG_INPUT_ATI_REMOTE2 is not set
1384   -# CONFIG_INPUT_KEYSPAN_REMOTE is not set
1385   -# CONFIG_INPUT_KXTJ9 is not set
1386   -# CONFIG_INPUT_POWERMATE is not set
1387   -# CONFIG_INPUT_YEALINK is not set
1388   -# CONFIG_INPUT_CM109 is not set
1389   -# CONFIG_INPUT_UINPUT is not set
1390   -# CONFIG_INPUT_PCF8574 is not set
1391   -# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
1392 154 CONFIG_INPUT_GPIO_PRIME_ENCODER=y
1393   -# CONFIG_INPUT_ADXL34X is not set
1394   -# CONFIG_INPUT_IMS_PCU is not set
1395   -# CONFIG_INPUT_CMA3000 is not set
1396   -# CONFIG_INPUT_ISL29023 is not set
1397   -
1398   -#
1399   -# Hardware I/O ports
1400   -#
1401   -CONFIG_SERIO=y
1402 155 # CONFIG_SERIO_SERPORT is not set
1403 156 CONFIG_SERIO_LIBPS2=y
1404   -# CONFIG_SERIO_RAW is not set
1405   -# CONFIG_SERIO_ALTERA_PS2 is not set
1406   -# CONFIG_SERIO_PS2MULT is not set
1407   -# CONFIG_SERIO_ARC_PS2 is not set
1408   -# CONFIG_SERIO_APBPS2 is not set
1409   -# CONFIG_SERIO_OLPC_APSP is not set
1410   -# CONFIG_GAMEPORT is not set
1411   -
1412   -#
1413   -# Character devices
1414   -#
1415   -CONFIG_TTY=y
1416   -CONFIG_VT=y
1417   -CONFIG_CONSOLE_TRANSLATIONS=y
1418   -CONFIG_VT_CONSOLE=y
1419   -CONFIG_VT_CONSOLE_SLEEP=y
1420   -CONFIG_HW_CONSOLE=y
1421 157 CONFIG_VT_HW_CONSOLE_BINDING=y
1422   -CONFIG_UNIX98_PTYS=y
1423 158 CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
1424   -CONFIG_LEGACY_PTYS=y
1425   -CONFIG_LEGACY_PTY_COUNT=256
1426   -# CONFIG_SERIAL_NONSTANDARD is not set
1427   -# CONFIG_N_GSM is not set
1428   -# CONFIG_TRACE_SINK is not set
1429 159 # CONFIG_DEVKMEM is not set
1430   -
1431   -#
1432   -# Serial drivers
1433   -#
1434   -# CONFIG_SERIAL_8250 is not set
1435   -
1436   -#
1437   -# Non-8250 serial port support
1438   -#
1439   -# CONFIG_SERIAL_MAX3100 is not set
1440   -# CONFIG_SERIAL_MAX310X is not set
1441 160 CONFIG_SERIAL_IMX=y
1442 161 CONFIG_SERIAL_IMX_CONSOLE=y
1443   -# CONFIG_SERIAL_SH_SCI is not set
1444   -CONFIG_SERIAL_CORE=y
1445   -CONFIG_SERIAL_CORE_CONSOLE=y
1446   -# CONFIG_SERIAL_GPS_MAX7W is not set
1447   -# CONFIG_SERIAL_SC16IS7XX is not set
1448   -# CONFIG_SERIAL_SCCNXP is not set
1449   -# CONFIG_SERIAL_TIMBERDALE is not set
1450   -# CONFIG_SERIAL_ALTERA_JTAGUART is not set
1451   -# CONFIG_SERIAL_ALTERA_UART is not set
1452   -# CONFIG_SERIAL_IFX6X60 is not set
1453   -# CONFIG_SERIAL_XILINX_PS_UART is not set
1454   -# CONFIG_SERIAL_ARC is not set
1455 162 CONFIG_SERIAL_FSL_LPUART=y
1456 163 CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
1457   -# CONFIG_SERIAL_ST_ASC is not set
1458   -# CONFIG_TTY_PRINTK is not set
1459 164 CONFIG_FSL_OTP=y
1460   -# CONFIG_FSL_OTP_RW is not set
1461   -# CONFIG_HVC_DCC is not set
1462   -# CONFIG_IPMI_HANDLER is not set
1463   -CONFIG_HW_RANDOM=y
1464   -# CONFIG_HW_RANDOM_TIMERIOMEM is not set
1465   -# CONFIG_HW_RANDOM_ATMEL is not set
1466   -# CONFIG_HW_RANDOM_IMX_RNG is not set
1467   -# CONFIG_HW_RANDOM_EXYNOS is not set
1468   -# CONFIG_R3964 is not set
1469   -# CONFIG_RAW_DRIVER is not set
1470   -# CONFIG_MAGSTRIPE is not set
1471   -# CONFIG_TCG_TPM is not set
1472   -# CONFIG_SAS is not set
1473   -CONFIG_I2C=y
1474   -CONFIG_I2C_BOARDINFO=y
1475 165 # CONFIG_I2C_COMPAT is not set
1476 166 CONFIG_I2C_CHARDEV=y
1477 167 CONFIG_I2C_MUX=y
1478   -
1479   -#
1480   -# Multiplexer I2C Chip support
1481   -#
1482   -# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
1483 168 CONFIG_I2C_MUX_GPIO=y
1484   -# CONFIG_I2C_MUX_PCA9541 is not set
1485   -# CONFIG_I2C_MUX_PCA954x is not set
1486   -# CONFIG_I2C_MUX_PINCTRL is not set
1487 169 # CONFIG_I2C_HELPER_AUTO is not set
1488   -# CONFIG_I2C_SMBUS is not set
1489   -
1490   -#
1491   -# I2C Algorithms
1492   -#
1493   -CONFIG_I2C_ALGOBIT=y
1494 170 CONFIG_I2C_ALGOPCF=m
1495 171 CONFIG_I2C_ALGOPCA=m
1496   -
1497   -#
1498   -# I2C Hardware Bus support
1499   -#
1500   -
1501   -#
1502   -# I2C system bus drivers (mostly embedded / system-on-chip)
1503   -#
1504   -# CONFIG_I2C_CBUS_GPIO is not set
1505   -# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
1506   -# CONFIG_I2C_GPIO is not set
1507 172 CONFIG_I2C_IMX=y
1508   -# CONFIG_I2C_OCORES is not set
1509   -# CONFIG_I2C_PCA_PLATFORM is not set
1510   -# CONFIG_I2C_PXA_PCI is not set
1511   -# CONFIG_I2C_SIMTEC is not set
1512   -# CONFIG_I2C_XILINX is not set
1513   -
1514   -#
1515   -# External I2C/SMBus adapter drivers
1516   -#
1517   -# CONFIG_I2C_DIOLAN_U2C is not set
1518   -# CONFIG_I2C_PARPORT_LIGHT is not set
1519   -# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
1520   -# CONFIG_I2C_TAOS_EVM is not set
1521   -# CONFIG_I2C_TINY_USB is not set
1522   -
1523   -#
1524   -# Other I2C/SMBus bus drivers
1525   -#
1526   -# CONFIG_I2C_STUB is not set
1527   -# CONFIG_I2C_DEBUG_CORE is not set
1528   -# CONFIG_I2C_DEBUG_ALGO is not set
1529   -# CONFIG_I2C_DEBUG_BUS is not set
1530 173 CONFIG_SPI=y
1531   -# CONFIG_SPI_DEBUG is not set
1532   -CONFIG_SPI_MASTER=y
1533   -
1534   -#
1535   -# SPI Master Controller Drivers
1536   -#
1537   -# CONFIG_SPI_ALTERA is not set
1538   -CONFIG_SPI_BITBANG=y
1539   -# CONFIG_SPI_GPIO is not set
1540 174 CONFIG_SPI_IMX=y
1541   -# CONFIG_SPI_FSL_SPI is not set
1542   -# CONFIG_SPI_OC_TINY is not set
1543   -# CONFIG_SPI_PXA2XX_PCI is not set
1544   -# CONFIG_SPI_SC18IS602 is not set
1545   -# CONFIG_SPI_XCOMM is not set
1546   -# CONFIG_SPI_XILINX is not set
1547   -# CONFIG_SPI_DESIGNWARE is not set
1548   -
1549   -#
1550   -# SPI Protocol Masters
1551   -#
1552 175 CONFIG_SPI_SPIDEV=y
1553   -# CONFIG_SPI_TLE62X0 is not set
1554   -# CONFIG_HSI is not set
1555   -
1556   -#
1557   -# PPS support
1558   -#
1559   -CONFIG_PPS=y
1560   -# CONFIG_PPS_DEBUG is not set
1561   -
1562   -#
1563   -# PPS clients support
1564   -#
1565   -# CONFIG_PPS_CLIENT_KTIMER is not set
1566   -# CONFIG_PPS_CLIENT_LDISC is not set
1567   -# CONFIG_PPS_CLIENT_GPIO is not set
1568   -
1569   -#
1570   -# PPS generators support
1571   -#
1572   -
1573   -#
1574   -# PTP clock support
1575   -#
1576   -CONFIG_PTP_1588_CLOCK=y
1577   -
1578   -#
1579   -# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
1580   -#
1581   -CONFIG_PINCTRL=y
1582   -
1583   -#
1584   -# Pin controllers
1585   -#
1586   -CONFIG_PINMUX=y
1587   -CONFIG_PINCONF=y
1588   -# CONFIG_DEBUG_PINCTRL is not set
1589   -# CONFIG_PINCTRL_CAPRI is not set
1590   -CONFIG_PINCTRL_IMX=y
1591   -CONFIG_PINCTRL_IMX6Q=y
1592   -CONFIG_PINCTRL_IMX6SL=y
1593   -# CONFIG_PINCTRL_MSM8X74 is not set
1594   -# CONFIG_PINCTRL_SINGLE is not set
1595   -CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
1596   -CONFIG_ARCH_REQUIRE_GPIOLIB=y
1597   -CONFIG_GPIOLIB=y
1598   -CONFIG_GPIO_DEVRES=y
1599   -CONFIG_OF_GPIO=y
1600   -# CONFIG_DEBUG_GPIO is not set
1601 176 CONFIG_GPIO_SYSFS=y
1602   -CONFIG_GPIO_GENERIC=y
1603   -
1604   -#
1605   -# Memory mapped GPIO drivers:
1606   -#
1607   -# CONFIG_GPIO_GENERIC_PLATFORM is not set
1608   -# CONFIG_GPIO_EM is not set
1609   -CONFIG_GPIO_MXC=y
1610   -# CONFIG_GPIO_RCAR is not set
1611   -# CONFIG_GPIO_SCH311X is not set
1612   -# CONFIG_GPIO_TS5500 is not set
1613   -# CONFIG_GPIO_GRGPIO is not set
1614   -
1615   -#
1616   -# I2C GPIO expanders:
1617   -#
1618   -# CONFIG_GPIO_MAX7300 is not set
1619   -# CONFIG_GPIO_MAX732X is not set
1620   -# CONFIG_GPIO_PCF857X is not set
1621   -# CONFIG_GPIO_SX150X is not set
1622   -# CONFIG_GPIO_ADP5588 is not set
1623   -# CONFIG_GPIO_ADNP is not set
1624   -
1625   -#
1626   -# PCI GPIO expanders:
1627   -#
1628   -
1629   -#
1630   -# SPI GPIO expanders:
1631   -#
1632   -# CONFIG_GPIO_MAX7301 is not set
1633   -# CONFIG_GPIO_MCP23S08 is not set
1634   -# CONFIG_GPIO_MC33880 is not set
1635   -# CONFIG_GPIO_74X164 is not set
1636   -
1637   -#
1638   -# AC97 GPIO expanders:
1639   -#
1640   -
1641   -#
1642   -# LPC GPIO expanders:
1643   -#
1644   -
1645   -#
1646   -# MODULbus GPIO expanders:
1647   -#
1648   -# CONFIG_GPIO_BCM_KONA is not set
1649   -
1650   -#
1651   -# USB GPIO expanders:
1652   -#
1653   -# CONFIG_W1 is not set
1654 177 CONFIG_POWER_SUPPLY=y
1655   -# CONFIG_POWER_SUPPLY_DEBUG is not set
1656   -# CONFIG_PDA_POWER is not set
1657   -# CONFIG_GENERIC_ADC_BATTERY is not set
1658   -# CONFIG_TEST_POWER is not set
1659   -# CONFIG_BATTERY_DS2780 is not set
1660   -# CONFIG_BATTERY_DS2781 is not set
1661   -# CONFIG_BATTERY_DS2782 is not set
1662   -# CONFIG_BATTERY_SBS is not set
1663   -# CONFIG_BATTERY_BQ27x00 is not set
1664   -# CONFIG_BATTERY_MAX17040 is not set
1665   -# CONFIG_BATTERY_MAX17042 is not set
1666   -# CONFIG_CHARGER_ISP1704 is not set
1667   -# CONFIG_CHARGER_MAX8903 is not set
1668   -# CONFIG_CHARGER_LP8727 is not set
1669   -# CONFIG_CHARGER_GPIO is not set
1670   -# CONFIG_CHARGER_MANAGER is not set
1671   -# CONFIG_CHARGER_BQ2415X is not set
1672   -# CONFIG_CHARGER_BQ24190 is not set
1673   -# CONFIG_CHARGER_BQ24735 is not set
1674   -# CONFIG_CHARGER_SMB347 is not set
1675 178 CONFIG_IMX6_USB_CHARGER=y
1676   -# CONFIG_POWER_RESET is not set
1677   -# CONFIG_POWER_RESET_RESTART is not set
1678   -# CONFIG_POWER_AVS is not set
1679   -CONFIG_HWMON=y
1680   -# CONFIG_HWMON_VID is not set
1681   -# CONFIG_HWMON_DEBUG_CHIP is not set
1682   -
1683   -#
1684   -# Native drivers
1685   -#
1686   -# CONFIG_SENSORS_AD7314 is not set
1687   -# CONFIG_SENSORS_AD7414 is not set
1688   -# CONFIG_SENSORS_AD7418 is not set
1689   -# CONFIG_SENSORS_ADCXX is not set
1690   -# CONFIG_SENSORS_ADM1021 is not set
1691   -# CONFIG_SENSORS_ADM1025 is not set
1692   -# CONFIG_SENSORS_ADM1026 is not set
1693   -# CONFIG_SENSORS_ADM1029 is not set
1694   -# CONFIG_SENSORS_ADM1031 is not set
1695   -# CONFIG_SENSORS_ADM9240 is not set
1696   -# CONFIG_SENSORS_ADT7310 is not set
1697   -# CONFIG_SENSORS_ADT7410 is not set
1698   -# CONFIG_SENSORS_ADT7411 is not set
1699   -# CONFIG_SENSORS_ADT7462 is not set
1700   -# CONFIG_SENSORS_ADT7470 is not set
1701   -# CONFIG_SENSORS_ADT7475 is not set
1702   -# CONFIG_SENSORS_ASC7621 is not set
1703   -# CONFIG_SENSORS_ATXP1 is not set
1704   -# CONFIG_SENSORS_DS620 is not set
1705   -# CONFIG_SENSORS_DS1621 is not set
1706   -# CONFIG_SENSORS_F71805F is not set
1707   -# CONFIG_SENSORS_F71882FG is not set
1708   -# CONFIG_SENSORS_F75375S is not set
1709   -# CONFIG_SENSORS_G760A is not set
1710   -# CONFIG_SENSORS_G762 is not set
1711   -# CONFIG_SENSORS_GL518SM is not set
1712   -# CONFIG_SENSORS_GL520SM is not set
1713   -# CONFIG_SENSORS_GPIO_FAN is not set
1714   -# CONFIG_SENSORS_HIH6130 is not set
1715   -# CONFIG_SENSORS_HTU21 is not set
1716   -# CONFIG_SENSORS_IIO_HWMON is not set
1717   -# CONFIG_SENSORS_IT87 is not set
1718   -# CONFIG_SENSORS_JC42 is not set
1719   -# CONFIG_SENSORS_LINEAGE is not set
1720   -# CONFIG_SENSORS_LM63 is not set
1721   -# CONFIG_SENSORS_LM70 is not set
1722   -# CONFIG_SENSORS_LM73 is not set
1723   -# CONFIG_SENSORS_LM75 is not set
1724   -# CONFIG_SENSORS_LM77 is not set
1725   -# CONFIG_SENSORS_LM78 is not set
1726   -# CONFIG_SENSORS_LM80 is not set
1727   -# CONFIG_SENSORS_LM83 is not set
1728   -# CONFIG_SENSORS_LM85 is not set
1729   -# CONFIG_SENSORS_LM87 is not set
1730   -# CONFIG_SENSORS_LM90 is not set
1731   -# CONFIG_SENSORS_LM92 is not set
1732   -# CONFIG_SENSORS_LM93 is not set
1733   -# CONFIG_SENSORS_LTC4151 is not set
1734   -# CONFIG_SENSORS_LTC4215 is not set
1735   -# CONFIG_SENSORS_LTC4245 is not set
1736   -# CONFIG_SENSORS_LTC4261 is not set
1737   -# CONFIG_SENSORS_LM95234 is not set
1738   -# CONFIG_SENSORS_LM95241 is not set
1739   -# CONFIG_SENSORS_LM95245 is not set
1740   -# CONFIG_SENSORS_MAX1111 is not set
1741   -# CONFIG_SENSORS_MAX16065 is not set
1742   -# CONFIG_SENSORS_MAX1619 is not set
1743   -# CONFIG_SENSORS_MAX1668 is not set
1744   -# CONFIG_SENSORS_MAX17135 is not set
1745   -# CONFIG_SENSORS_MAX197 is not set
1746   -# CONFIG_SENSORS_MAX6639 is not set
1747   -# CONFIG_SENSORS_MAX6642 is not set
1748   -# CONFIG_SENSORS_MAX6650 is not set
1749   -# CONFIG_SENSORS_MAX6697 is not set
1750   -# CONFIG_SENSORS_MCP3021 is not set
1751   -# CONFIG_SENSORS_NCT6775 is not set
1752   -# CONFIG_SENSORS_NTC_THERMISTOR is not set
1753   -# CONFIG_SENSORS_PC87360 is not set
1754   -# CONFIG_SENSORS_PC87427 is not set
1755   -# CONFIG_SENSORS_PCF8591 is not set
1756   -# CONFIG_PMBUS is not set
1757   -# CONFIG_SENSORS_SHT15 is not set
1758   -# CONFIG_SENSORS_SHT21 is not set
1759   -# CONFIG_SENSORS_SMM665 is not set
1760   -# CONFIG_SENSORS_DME1737 is not set
1761   -# CONFIG_SENSORS_EMC1403 is not set
1762   -# CONFIG_SENSORS_EMC2103 is not set
1763   -# CONFIG_SENSORS_EMC6W201 is not set
1764   -# CONFIG_SENSORS_SMSC47M1 is not set
1765   -# CONFIG_SENSORS_SMSC47M192 is not set
1766   -# CONFIG_SENSORS_SMSC47B397 is not set
1767   -# CONFIG_SENSORS_SCH56XX_COMMON is not set
1768   -# CONFIG_SENSORS_SCH5627 is not set
1769   -# CONFIG_SENSORS_SCH5636 is not set
1770   -# CONFIG_SENSORS_ADS1000 is not set
1771   -# CONFIG_SENSORS_ADS1015 is not set
1772   -# CONFIG_SENSORS_ADS7828 is not set
1773   -# CONFIG_SENSORS_ADS7871 is not set
1774   -# CONFIG_SENSORS_AMC6821 is not set
1775   -# CONFIG_SENSORS_INA209 is not set
1776   -# CONFIG_SENSORS_INA2XX is not set
1777   -# CONFIG_SENSORS_THMC50 is not set
1778   -# CONFIG_SENSORS_TMP102 is not set
1779   -# CONFIG_SENSORS_TMP401 is not set
1780   -# CONFIG_SENSORS_TMP421 is not set
1781   -# CONFIG_SENSORS_VT1211 is not set
1782   -# CONFIG_SENSORS_W83781D is not set
1783   -# CONFIG_SENSORS_W83791D is not set
1784   -# CONFIG_SENSORS_W83792D is not set
1785   -# CONFIG_SENSORS_W83793 is not set
1786   -# CONFIG_SENSORS_W83795 is not set
1787   -# CONFIG_SENSORS_W83L785TS is not set
1788   -# CONFIG_SENSORS_W83L786NG is not set
1789   -# CONFIG_SENSORS_W83627HF is not set
1790   -# CONFIG_SENSORS_W83627EHF is not set
1791   -# CONFIG_SENSORS_MAG3110 is not set
1792 179 # CONFIG_MXC_MMA8451 is not set
1793 180 CONFIG_THERMAL=y
1794   -CONFIG_THERMAL_HWMON=y
1795   -CONFIG_THERMAL_OF=y
1796   -CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
1797   -# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
1798   -# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
1799   -# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
1800   -CONFIG_THERMAL_GOV_STEP_WISE=y
1801   -# CONFIG_THERMAL_GOV_USER_SPACE is not set
1802 181 CONFIG_CPU_THERMAL=y
1803   -# CONFIG_THERMAL_EMULATION is not set
1804 182 CONFIG_IMX_THERMAL=y
1805 183 CONFIG_DEVICE_THERMAL=y
1806   -
1807   -#
1808   -# Texas Instruments thermal drivers
1809   -#
1810 184 CONFIG_WATCHDOG=y
1811   -# CONFIG_WATCHDOG_CORE is not set
1812   -# CONFIG_WATCHDOG_NOWAYOUT is not set
1813   -
1814   -#
1815   -# Watchdog Device Drivers
1816   -#
1817   -# CONFIG_SOFT_WATCHDOG is not set
1818   -# CONFIG_GPIO_WATCHDOG is not set
1819   -# CONFIG_DW_WATCHDOG is not set
1820   -# CONFIG_MAX63XX_WATCHDOG is not set
1821 185 CONFIG_IMX2_WDT=y
1822   -# CONFIG_MEN_A21_WDT is not set
1823   -
1824   -#
1825   -# USB-based Watchdog Cards
1826   -#
1827   -# CONFIG_USBPCWATCHDOG is not set
1828   -CONFIG_SSB_POSSIBLE=y
1829   -
1830   -#
1831   -# Sonics Silicon Backplane
1832   -#
1833   -# CONFIG_SSB is not set
1834   -CONFIG_BCMA_POSSIBLE=y
1835   -
1836   -#
1837   -# Broadcom specific AMBA
1838   -#
1839   -# CONFIG_BCMA is not set
1840   -
1841   -#
1842   -# Multifunction device drivers
1843   -#
1844   -CONFIG_MFD_CORE=y
1845   -# CONFIG_MFD_AS3711 is not set
1846   -# CONFIG_MFD_AS3722 is not set
1847   -# CONFIG_PMIC_ADP5520 is not set
1848   -# CONFIG_MFD_AAT2870_CORE is not set
1849   -# CONFIG_MFD_CROS_EC is not set
1850   -# CONFIG_MFD_ASIC3 is not set
1851   -# CONFIG_PMIC_DA903X is not set
1852   -# CONFIG_MFD_DA9052_SPI is not set
1853   -# CONFIG_MFD_DA9052_I2C is not set
1854   -# CONFIG_MFD_DA9055 is not set
1855   -# CONFIG_MFD_DA9063 is not set
1856   -CONFIG_MFD_MXC_HDMI=y
1857   -# CONFIG_MFD_MXC_HDMI_ANDROID is not set
1858   -# CONFIG_MFD_MC13XXX_SPI is not set
1859   -# CONFIG_MFD_MC13XXX_I2C is not set
1860   -# CONFIG_HTC_EGPIO is not set
1861   -# CONFIG_HTC_PASIC3 is not set
1862   -# CONFIG_HTC_I2CPLD is not set
1863   -# CONFIG_MFD_KEMPLD is not set
1864   -# CONFIG_MFD_88PM800 is not set
1865   -# CONFIG_MFD_88PM805 is not set
1866   -# CONFIG_MFD_88PM860X is not set
1867   -# CONFIG_MFD_MAX17135 is not set
1868   -# CONFIG_MFD_MAX14577 is not set
1869   -# CONFIG_MFD_MAX77686 is not set
1870   -# CONFIG_MFD_MAX77693 is not set
1871   -# CONFIG_MFD_MAX77823 is not set
1872   -# CONFIG_MFD_MAX8907 is not set
1873   -# CONFIG_MFD_MAX8925 is not set
1874   -# CONFIG_MFD_MAX8997 is not set
1875   -# CONFIG_MFD_MAX8998 is not set
1876   -# CONFIG_EZX_PCAP is not set
1877   -# CONFIG_MFD_VIPERBOARD is not set
1878   -# CONFIG_MFD_RETU is not set
1879   -# CONFIG_MFD_PCF50633 is not set
1880   -# CONFIG_MFD_RC5T583 is not set
1881   -# CONFIG_MFD_SEC_CORE is not set
1882   -# CONFIG_MFD_SI476X_CORE is not set
1883   -# CONFIG_MFD_SM501 is not set
1884   -# CONFIG_MFD_SMSC is not set
1885   -# CONFIG_ABX500_CORE is not set
1886   -# CONFIG_MFD_STMPE is not set
1887   -CONFIG_MFD_SYSCON=y
1888   -# CONFIG_MFD_TI_AM335X_TSCADC is not set
1889   -# CONFIG_MFD_LP3943 is not set
1890   -# CONFIG_MFD_LP8788 is not set
1891   -# CONFIG_MFD_PALMAS is not set
1892   -# CONFIG_TPS6105X is not set
1893   -# CONFIG_TPS65010 is not set
1894   -# CONFIG_TPS6507X is not set
1895   -# CONFIG_MFD_TPS65090 is not set
1896   -# CONFIG_MFD_TPS65217 is not set
1897   -# CONFIG_MFD_TPS6586X is not set
1898   -# CONFIG_MFD_TPS65910 is not set
1899   -# CONFIG_MFD_TPS65912 is not set
1900   -# CONFIG_MFD_TPS65912_I2C is not set
1901   -# CONFIG_MFD_TPS65912_SPI is not set
1902   -# CONFIG_MFD_TPS80031 is not set
1903   -# CONFIG_TWL4030_CORE is not set
1904   -# CONFIG_TWL6040_CORE is not set
1905   -# CONFIG_MFD_WL1273_CORE is not set
1906   -# CONFIG_MFD_LM3533 is not set
1907   -# CONFIG_MFD_TC3589X is not set
1908   -# CONFIG_MFD_TMIO is not set
1909   -# CONFIG_MFD_T7L66XB is not set
1910   -# CONFIG_MFD_TC6387XB is not set
1911   -# CONFIG_MFD_TC6393XB is not set
1912   -# CONFIG_MFD_ARIZONA_I2C is not set
1913   -# CONFIG_MFD_ARIZONA_SPI is not set
1914   -# CONFIG_MFD_WM8400 is not set
1915   -# CONFIG_MFD_WM831X_I2C is not set
1916   -# CONFIG_MFD_WM831X_SPI is not set
1917   -# CONFIG_MFD_WM8350_I2C is not set
1918   -# CONFIG_MFD_WM8994 is not set
1919   -# CONFIG_VEXPRESS_CONFIG is not set
1920 186 CONFIG_REGULATOR=y
1921   -# CONFIG_REGULATOR_DEBUG is not set
1922 187 CONFIG_REGULATOR_FIXED_VOLTAGE=y
1923   -# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
1924   -# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
1925   -# CONFIG_REGULATOR_ACT8865 is not set
1926   -# CONFIG_REGULATOR_AD5398 is not set
1927 188 CONFIG_REGULATOR_ANATOP=y
1928   -# CONFIG_REGULATOR_DA9210 is not set
1929   -# CONFIG_REGULATOR_FAN53555 is not set
1930   -# CONFIG_REGULATOR_GPIO is not set
1931   -# CONFIG_REGULATOR_ISL6271A is not set
1932   -# CONFIG_REGULATOR_LP3971 is not set
1933   -# CONFIG_REGULATOR_LP3972 is not set
1934   -# CONFIG_REGULATOR_LP872X is not set
1935   -# CONFIG_REGULATOR_LP8755 is not set
1936   -# CONFIG_REGULATOR_MAX1586 is not set
1937   -# CONFIG_REGULATOR_MAX8649 is not set
1938   -# CONFIG_REGULATOR_MAX8660 is not set
1939   -# CONFIG_REGULATOR_MAX8952 is not set
1940   -# CONFIG_REGULATOR_MAX8973 is not set
1941 189 CONFIG_REGULATOR_PFUZE100=y
1942   -# CONFIG_REGULATOR_TPS51632 is not set
1943   -# CONFIG_REGULATOR_TPS62360 is not set
1944   -# CONFIG_REGULATOR_TPS65023 is not set
1945   -# CONFIG_REGULATOR_TPS6507X is not set
1946   -# CONFIG_REGULATOR_TPS6524X is not set
1947   -# CONFIG_MEDIA_SUPPORT is not set
1948   -
1949   -#
1950   -# Graphics support
1951   -#
1952 190 CONFIG_DRM=y
1953 191 CONFIG_DRM_VIVANTE=y
1954   -# CONFIG_DRM_EXYNOS is not set
1955   -# CONFIG_DRM_UDL is not set
1956   -# CONFIG_DRM_ARMADA is not set
1957   -# CONFIG_DRM_RCAR_DU is not set
1958   -# CONFIG_DRM_SHMOBILE is not set
1959   -# CONFIG_DRM_TILCDC is not set
1960   -# CONFIG_VGASTATE is not set
1961   -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
1962   -# CONFIG_DVI_TFP410 is not set
1963   -CONFIG_VIDEOMODE_HELPERS=y
1964   -CONFIG_HDMI=y
1965 192 CONFIG_FB=y
1966   -# CONFIG_FIRMWARE_EDID is not set
1967   -# CONFIG_FB_DDC is not set
1968   -# CONFIG_FB_BOOT_VESA_SUPPORT is not set
1969   -CONFIG_FB_CFB_FILLRECT=y
1970   -CONFIG_FB_CFB_COPYAREA=y
1971   -CONFIG_FB_CFB_IMAGEBLIT=y
1972   -# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1973   -# CONFIG_FB_SYS_FILLRECT is not set
1974   -# CONFIG_FB_SYS_COPYAREA is not set
1975   -# CONFIG_FB_SYS_IMAGEBLIT is not set
1976   -# CONFIG_FB_FOREIGN_ENDIAN is not set
1977   -# CONFIG_FB_SYS_FOPS is not set
1978   -# CONFIG_FB_SVGALIB is not set
1979   -# CONFIG_FB_MACMODES is not set
1980   -# CONFIG_FB_BACKLIGHT is not set
1981   -CONFIG_FB_MODE_HELPERS=y
1982   -# CONFIG_FB_TILEBLITTING is not set
1983   -
1984   -#
1985   -# Frame buffer hardware drivers
1986   -#
1987   -# CONFIG_FB_IMX is not set
1988   -# CONFIG_FB_UVESA is not set
1989   -# CONFIG_FB_OPENCORES is not set
1990   -# CONFIG_FB_S1D13XXX is not set
1991   -# CONFIG_FB_TMIO is not set
1992   -# CONFIG_FB_SMSCUFX is not set
1993   -# CONFIG_FB_UDL is not set
1994   -# CONFIG_FB_GOLDFISH is not set
1995   -# CONFIG_FB_VIRTUAL is not set
1996   -# CONFIG_FB_METRONOME is not set
1997   -# CONFIG_FB_BROADSHEET is not set
1998   -# CONFIG_FB_AUO_K190X is not set
1999 193 CONFIG_FB_MXS=y
2000   -# CONFIG_FB_SIMPLE is not set
2001   -# CONFIG_EXYNOS_VIDEO is not set
2002 194 CONFIG_BACKLIGHT_LCD_SUPPORT=y
2003 195 CONFIG_LCD_CLASS_DEVICE=y
2004   -# CONFIG_LCD_L4F00242T03 is not set
2005   -# CONFIG_LCD_LMS283GF05 is not set
2006   -# CONFIG_LCD_LTV350QV is not set
2007   -# CONFIG_LCD_ILI922X is not set
2008   -# CONFIG_LCD_ILI9320 is not set
2009   -# CONFIG_LCD_TDO24M is not set
2010   -# CONFIG_LCD_VGG2432A4 is not set
2011 196 CONFIG_LCD_PLATFORM=y
2012   -# CONFIG_LCD_S6E63M0 is not set
2013   -# CONFIG_LCD_LD9040 is not set
2014   -# CONFIG_LCD_AMS369FG06 is not set
2015   -# CONFIG_LCD_LMS501KF03 is not set
2016   -# CONFIG_LCD_HX8357 is not set
2017 197 CONFIG_BACKLIGHT_CLASS_DEVICE=y
2018   -CONFIG_BACKLIGHT_GENERIC=y
2019 198 CONFIG_BACKLIGHT_PWM=y
2020   -# CONFIG_BACKLIGHT_ADP8860 is not set
2021   -# CONFIG_BACKLIGHT_ADP8870 is not set
2022   -# CONFIG_BACKLIGHT_LM3630A is not set
2023   -# CONFIG_BACKLIGHT_LM3639 is not set
2024   -# CONFIG_BACKLIGHT_LP855X is not set
2025   -# CONFIG_BACKLIGHT_GPIO is not set
2026   -# CONFIG_BACKLIGHT_LV5207LP is not set
2027   -# CONFIG_BACKLIGHT_BD6107 is not set
2028   -CONFIG_FB_MXC=y
2029 199 CONFIG_FB_MXC_SYNC_PANEL=y
2030   -CONFIG_FB_MXC_LCDIF=y
2031   -# CONFIG_FB_MXC_TVOUT_ADV739X is not set
2032 200 CONFIG_FB_MXC_LDB=y
2033   -# CONFIG_FB_MXC_MIPI_DSI is not set
2034 201 CONFIG_FB_MXC_HDMI=y
2035   -CONFIG_FB_MXC_EDID=y
2036   -# CONFIG_FB_MXC_EINK_PANEL is not set
2037   -# CONFIG_FB_MXS_SII902X is not set
2038   -# CONFIG_FB_MXC_DCIC is not set
2039   -# CONFIG_HANNSTAR_CABC is not set
2040   -
2041   -#
2042   -# Console display driver support
2043   -#
2044   -CONFIG_DUMMY_CONSOLE=y
2045   -# CONFIG_FRAMEBUFFER_CONSOLE is not set
2046 202 CONFIG_LOGO=y
2047 203 # CONFIG_LOGO_LINUX_MONO is not set
2048 204 # CONFIG_LOGO_LINUX_VGA16 is not set
2049 205 # CONFIG_LOGO_LINUX_CLUT224 is not set
2050   -CONFIG_LOGO_FALINUX_CLUT224=y
2051   -# CONFIG_FB_SSD1307 is not set
2052 206 CONFIG_SOUND=y
2053   -# CONFIG_SOUND_OSS_CORE is not set
2054 207 CONFIG_SND=y
2055   -CONFIG_SND_TIMER=y
2056   -CONFIG_SND_PCM=y
2057   -CONFIG_SND_DMAENGINE_PCM=y
2058   -CONFIG_SND_COMPRESS_OFFLOAD=y
2059   -CONFIG_SND_JACK=y
2060   -# CONFIG_SND_SEQUENCER is not set
2061   -# CONFIG_SND_MIXER_OSS is not set
2062   -# CONFIG_SND_PCM_OSS is not set
2063   -# CONFIG_SND_HRTIMER is not set
2064   -# CONFIG_SND_DYNAMIC_MINORS is not set
2065   -CONFIG_SND_SUPPORT_OLD_API=y
2066   -CONFIG_SND_VERBOSE_PROCFS=y
2067   -# CONFIG_SND_VERBOSE_PRINTK is not set
2068   -# CONFIG_SND_DEBUG is not set
2069   -# CONFIG_SND_RAWMIDI_SEQ is not set
2070   -# CONFIG_SND_OPL3_LIB_SEQ is not set
2071   -# CONFIG_SND_OPL4_LIB_SEQ is not set
2072   -# CONFIG_SND_SBAWE_SEQ is not set
2073   -# CONFIG_SND_EMU10K1_SEQ is not set
2074   -CONFIG_SND_DRIVERS=y
2075   -# CONFIG_SND_DUMMY is not set
2076   -# CONFIG_SND_ALOOP is not set
2077   -# CONFIG_SND_MTPAV is not set
2078   -# CONFIG_SND_SERIAL_U16550 is not set
2079   -# CONFIG_SND_MPU401 is not set
2080   -CONFIG_SND_ARM=y
2081 208 # CONFIG_SND_SPI is not set
2082 209 # CONFIG_SND_USB is not set
2083 210 CONFIG_SND_SOC=y
2084   -CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
2085   -# CONFIG_SND_ATMEL_SOC is not set
2086   -# CONFIG_SND_DESIGNWARE_I2S is not set
2087   -
2088   -#
2089   -# SoC Audio for Freescale CPUs
2090   -#
2091   -
2092   -#
2093   -# Common SoC Audio options for Freescale CPUs:
2094   -#
2095   -# CONFIG_SND_SOC_FSL_ASRC is not set
2096   -CONFIG_SND_SOC_FSL_SAI=y
2097   -CONFIG_SND_SOC_FSL_SSI=y
2098   -# CONFIG_SND_SOC_FSL_SPDIF is not set
2099   -# CONFIG_SND_SOC_FSL_ESAI is not set
2100   -CONFIG_SND_SOC_IMX_PCM_DMA=y
2101   -CONFIG_SND_SOC_IMX_AUDMUX=y
2102 211 CONFIG_SND_IMX_SOC=y
2103   -
2104   -#
2105   -# SoC Audio support for Freescale i.MX boards:
2106   -#
2107   -# CONFIG_SND_SOC_IMX_CS42888 is not set
2108   -# CONFIG_SND_SOC_IMX_WM8960 is not set
2109   -# CONFIG_SND_SOC_IMX_WM8962 is not set
2110 212 CONFIG_SND_SOC_IMX_SGTL5000=y
2111   -# CONFIG_SND_SOC_IMX_MQS is not set
2112   -# CONFIG_SND_SOC_IMX_WM5102 is not set
2113   -# CONFIG_SND_SOC_IMX_SPDIF is not set
2114   -# CONFIG_SND_SOC_IMX_HDMI is not set
2115   -# CONFIG_SND_SOC_IMX_SI476X is not set
2116   -CONFIG_SND_SOC_I2C_AND_SPI=y
2117   -# CONFIG_SND_SOC_CS42XX8_I2C is not set
2118   -CONFIG_SND_SOC_SGTL5000=y
2119   -# CONFIG_SND_SIMPLE_CARD is not set
2120   -# CONFIG_SOUND_PRIME is not set
2121   -
2122   -#
2123   -# HID support
2124   -#
2125   -CONFIG_HID=y
2126   -# CONFIG_HID_BATTERY_STRENGTH is not set
2127 213 CONFIG_HIDRAW=y
2128 214 CONFIG_UHID=y
2129   -CONFIG_HID_GENERIC=y
2130   -
2131   -#
2132   -# Special HID drivers
2133   -#
2134   -# CONFIG_HID_A4TECH is not set
2135   -# CONFIG_HID_ACRUX is not set
2136   -# CONFIG_HID_APPLE is not set
2137   -# CONFIG_HID_APPLEIR is not set
2138   -# CONFIG_HID_AUREAL is not set
2139   -# CONFIG_HID_BELKIN is not set
2140   -# CONFIG_HID_CHERRY is not set
2141   -# CONFIG_HID_CHICONY is not set
2142   -# CONFIG_HID_PRODIKEYS is not set
2143   -# CONFIG_HID_CYPRESS is not set
2144   -# CONFIG_HID_DRAGONRISE is not set
2145   -# CONFIG_HID_EMS_FF is not set
2146   -# CONFIG_HID_ELECOM is not set
2147   -# CONFIG_HID_ELO is not set
2148   -# CONFIG_HID_EZKEY is not set
2149   -# CONFIG_HID_HOLTEK is not set
2150   -# CONFIG_HID_HUION is not set
2151   -# CONFIG_HID_KEYTOUCH is not set
2152   -# CONFIG_HID_KYE is not set
2153   -# CONFIG_HID_UCLOGIC is not set
2154   -# CONFIG_HID_WALTOP is not set
2155   -# CONFIG_HID_GYRATION is not set
2156   -# CONFIG_HID_ICADE is not set
2157   -# CONFIG_HID_TWINHAN is not set
2158   -# CONFIG_HID_KENSINGTON is not set
2159   -# CONFIG_HID_LCPOWER is not set
2160   -# CONFIG_HID_LENOVO_TPKBD is not set
2161   -# CONFIG_HID_LOGITECH is not set
2162   -# CONFIG_HID_MAGICMOUSE is not set
2163   -# CONFIG_HID_MICROSOFT is not set
2164   -# CONFIG_HID_MONTEREY is not set
2165 215 CONFIG_HID_MULTITOUCH=y
2166   -# CONFIG_HID_NTRIG is not set
2167   -# CONFIG_HID_ORTEK is not set
2168   -# CONFIG_HID_PANTHERLORD is not set
2169   -# CONFIG_HID_PETALYNX is not set
2170   -# CONFIG_HID_PICOLCD is not set
2171   -# CONFIG_HID_PRIMAX is not set
2172   -# CONFIG_HID_ROCCAT is not set
2173   -# CONFIG_HID_SAITEK is not set
2174   -# CONFIG_HID_SAMSUNG is not set
2175   -# CONFIG_HID_SONY is not set
2176   -# CONFIG_HID_SPEEDLINK is not set
2177   -# CONFIG_HID_STEELSERIES is not set
2178   -# CONFIG_HID_SUNPLUS is not set
2179   -# CONFIG_HID_GREENASIA is not set
2180   -# CONFIG_HID_SMARTJOYPLUS is not set
2181   -# CONFIG_HID_TIVO is not set
2182   -# CONFIG_HID_TOPSEED is not set
2183   -# CONFIG_HID_THINGM is not set
2184   -# CONFIG_HID_THRUSTMASTER is not set
2185   -# CONFIG_HID_WACOM is not set
2186   -# CONFIG_HID_WIIMOTE is not set
2187   -# CONFIG_HID_XINMO is not set
2188   -# CONFIG_HID_ZEROPLUS is not set
2189   -# CONFIG_HID_ZYDACRON is not set
2190   -# CONFIG_HID_SENSOR_HUB is not set
2191   -
2192   -#
2193   -# USB HID support
2194   -#
2195   -CONFIG_USB_HID=y
2196 216 CONFIG_HID_PID=y
2197 217 CONFIG_USB_HIDDEV=y
2198   -
2199   -#
2200   -# I2C HID support
2201   -#
2202   -# CONFIG_I2C_HID is not set
2203   -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
2204   -CONFIG_USB_SUPPORT=y
2205   -CONFIG_USB_COMMON=y
2206   -CONFIG_USB_ARCH_HAS_HCD=y
2207 218 CONFIG_USB=y
2208   -# CONFIG_USB_DEBUG is not set
2209 219 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
2210   -
2211   -#
2212   -# Miscellaneous USB options
2213   -#
2214   -CONFIG_USB_DEFAULT_PERSIST=y
2215   -# CONFIG_USB_DYNAMIC_MINORS is not set
2216   -# CONFIG_USB_OTG is not set
2217   -# CONFIG_USB_OTG_WHITELIST is not set
2218   -# CONFIG_USB_OTG_BLACKLIST_HUB is not set
2219   -# CONFIG_USB_OTG_FSM is not set
2220   -# CONFIG_USB_MON is not set
2221   -# CONFIG_USB_WUSB_CBAF is not set
2222   -
2223   -#
2224   -# USB Host Controller Drivers
2225   -#
2226   -# CONFIG_USB_C67X00_HCD is not set
2227   -# CONFIG_USB_XHCI_HCD is not set
2228 220 CONFIG_USB_EHCI_HCD=y
2229   -CONFIG_USB_EHCI_ROOT_HUB_TT=y
2230   -CONFIG_USB_EHCI_TT_NEWSCHED=y
2231   -# CONFIG_USB_EHCI_MXC is not set
2232   -# CONFIG_USB_EHCI_HCD_PLATFORM is not set
2233   -# CONFIG_USB_OXU210HP_HCD is not set
2234   -# CONFIG_USB_ISP116X_HCD is not set
2235   -# CONFIG_USB_ISP1760_HCD is not set
2236   -# CONFIG_USB_ISP1362_HCD is not set
2237   -# CONFIG_USB_FUSBH200_HCD is not set
2238   -# CONFIG_USB_FOTG210_HCD is not set
2239   -# CONFIG_USB_OHCI_HCD is not set
2240   -# CONFIG_USB_SL811_HCD is not set
2241   -# CONFIG_USB_R8A66597_HCD is not set
2242   -# CONFIG_USB_IMX21_HCD is not set
2243   -# CONFIG_USB_HCD_TEST_MODE is not set
2244   -
2245   -#
2246   -# USB Device Class drivers
2247   -#
2248 221 CONFIG_USB_ACM=y
2249   -# CONFIG_USB_PRINTER is not set
2250 222 CONFIG_USB_WDM=y
2251   -# CONFIG_USB_TMC is not set
2252   -
2253   -#
2254   -# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
2255   -#
2256   -
2257   -#
2258   -# also be needed; see USB_STORAGE Help for more info
2259   -#
2260 223 CONFIG_USB_STORAGE=y
2261   -# CONFIG_USB_STORAGE_DEBUG is not set
2262   -# CONFIG_USB_STORAGE_REALTEK is not set
2263   -# CONFIG_USB_STORAGE_DATAFAB is not set
2264   -# CONFIG_USB_STORAGE_FREECOM is not set
2265   -# CONFIG_USB_STORAGE_ISD200 is not set
2266   -# CONFIG_USB_STORAGE_USBAT is not set
2267   -# CONFIG_USB_STORAGE_SDDR09 is not set
2268   -# CONFIG_USB_STORAGE_SDDR55 is not set
2269   -# CONFIG_USB_STORAGE_JUMPSHOT is not set
2270   -# CONFIG_USB_STORAGE_ALAUDA is not set
2271   -# CONFIG_USB_STORAGE_ONETOUCH is not set
2272   -# CONFIG_USB_STORAGE_KARMA is not set
2273   -# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
2274   -# CONFIG_USB_STORAGE_ENE_UB6250 is not set
2275   -
2276   -#
2277   -# USB Imaging devices
2278   -#
2279   -# CONFIG_USB_MDC800 is not set
2280   -# CONFIG_USB_MICROTEK is not set
2281   -# CONFIG_USB_MUSB_HDRC is not set
2282   -# CONFIG_USB_DWC3 is not set
2283   -# CONFIG_USB_DWC2 is not set
2284 224 CONFIG_USB_CHIPIDEA=y
2285 225 CONFIG_USB_CHIPIDEA_HOST=y
2286   -# CONFIG_USB_CHIPIDEA_DEBUG is not set
2287   -
2288   -#
2289   -# USB port drivers
2290   -#
2291   -# CONFIG_USB_SERIAL is not set
2292   -
2293   -#
2294   -# USB Miscellaneous drivers
2295   -#
2296   -# CONFIG_USB_EMI62 is not set
2297   -# CONFIG_USB_EMI26 is not set
2298   -# CONFIG_USB_ADUTUX is not set
2299   -# CONFIG_USB_SEVSEG is not set
2300   -# CONFIG_USB_RIO500 is not set
2301   -# CONFIG_USB_LEGOTOWER is not set
2302   -# CONFIG_USB_LCD is not set
2303   -# CONFIG_USB_LED is not set
2304   -# CONFIG_USB_CYPRESS_CY7C63 is not set
2305   -# CONFIG_USB_CYTHERM is not set
2306   -# CONFIG_USB_IDMOUSE is not set
2307   -# CONFIG_USB_FTDI_ELAN is not set
2308   -# CONFIG_USB_APPLEDISPLAY is not set
2309   -# CONFIG_USB_SISUSBVGA is not set
2310   -# CONFIG_USB_LD is not set
2311   -# CONFIG_USB_TRANCEVIBRATOR is not set
2312   -# CONFIG_USB_IOWARRIOR is not set
2313   -# CONFIG_USB_TEST is not set
2314   -# CONFIG_USB_EHSET_TEST_FIXTURE is not set
2315   -# CONFIG_USB_ISIGHTFW is not set
2316   -# CONFIG_USB_YUREX is not set
2317   -# CONFIG_USB_EZUSB_FX2 is not set
2318   -# CONFIG_USB_HSIC_USB3503 is not set
2319   -
2320   -#
2321   -# USB Physical Layer drivers
2322   -#
2323   -CONFIG_USB_PHY=y
2324 226 CONFIG_NOP_USB_XCEIV=y
2325   -# CONFIG_AM335X_PHY_USB is not set
2326   -# CONFIG_SAMSUNG_USB2PHY is not set
2327   -# CONFIG_SAMSUNG_USB3PHY is not set
2328   -# CONFIG_USB_GPIO_VBUS is not set
2329   -# CONFIG_USB_ISP1301 is not set
2330 227 CONFIG_USB_MXS_PHY=y
2331   -# CONFIG_USB_RCAR_PHY is not set
2332   -# CONFIG_USB_ULPI is not set
2333   -# CONFIG_USB_GADGET is not set
2334 228 CONFIG_MMC=y
2335   -# CONFIG_MMC_DEBUG is not set
2336 229 CONFIG_MMC_UNSAFE_RESUME=y
2337   -# CONFIG_MMC_CLKGATE is not set
2338   -
2339   -#
2340   -# MMC/SD/SDIO Card Drivers
2341   -#
2342   -CONFIG_MMC_BLOCK=y
2343   -CONFIG_MMC_BLOCK_MINORS=8
2344   -CONFIG_MMC_BLOCK_BOUNCE=y
2345   -# CONFIG_SDIO_UART is not set
2346   -# CONFIG_MMC_TEST is not set
2347   -
2348   -#
2349   -# MMC/SD/SDIO Host Controller Drivers
2350   -#
2351 230 CONFIG_MMC_SDHCI=y
2352   -CONFIG_MMC_SDHCI_IO_ACCESSORS=y
2353 231 CONFIG_MMC_SDHCI_PLTFM=y
2354   -# CONFIG_MMC_SDHCI_OF_ARASAN is not set
2355 232 CONFIG_MMC_SDHCI_ESDHC_IMX=y
2356   -# CONFIG_MMC_SDHCI_PXAV3 is not set
2357   -# CONFIG_MMC_SDHCI_PXAV2 is not set
2358   -# CONFIG_MMC_MXC is not set
2359   -# CONFIG_MMC_DW is not set
2360   -# CONFIG_MMC_VUB300 is not set
2361   -# CONFIG_MMC_USHC is not set
2362   -# CONFIG_MEMSTICK is not set
2363   -
2364   -#
2365   -# MXC support drivers
2366   -#
2367 233 CONFIG_MXC_IPU=y
2368   -
2369   -#
2370   -# MXC Vivante GPU support
2371   -#
2372 234 CONFIG_MXC_GPU_VIV=y
2373   -CONFIG_MXC_IPU_V3=y
2374   -
2375   -#
2376   -# MXC VPU(Video Processing Unit) support
2377   -#
2378   -CONFIG_MXC_VPU=y
2379 235 CONFIG_MXC_VPU_DEBUG=y
2380   -# CONFIG_MX6_VPU_352M is not set
2381   -
2382   -#
2383   -# MXC HDMI CEC (Consumer Electronics Control) support
2384   -#
2385   -# CONFIG_MXC_HDMI_CEC is not set
2386   -
2387   -#
2388   -# MXC MIPI Support
2389   -#
2390 236 CONFIG_MXC_MIPI_CSI2=y
2391   -
2392   -#
2393   -# MXC Media Local Bus Driver
2394   -#
2395   -# CONFIG_MXC_MLB150 is not set
2396 237 CONFIG_NEW_LEDS=y
2397 238 CONFIG_LEDS_CLASS=y
2398   -
2399   -#
2400   -# LED drivers
2401   -#
2402   -# CONFIG_LEDS_LM3530 is not set
2403   -# CONFIG_LEDS_LM3642 is not set
2404   -# CONFIG_LEDS_PCA9532 is not set
2405 239 CONFIG_LEDS_GPIO=y
2406   -# CONFIG_LEDS_LP3944 is not set
2407   -# CONFIG_LEDS_LP5521 is not set
2408   -# CONFIG_LEDS_LP5523 is not set
2409   -# CONFIG_LEDS_LP5562 is not set
2410   -# CONFIG_LEDS_LP8501 is not set
2411   -# CONFIG_LEDS_PCA955X is not set
2412   -# CONFIG_LEDS_PCA963X is not set
2413   -# CONFIG_LEDS_PCA9685 is not set
2414   -# CONFIG_LEDS_DAC124S085 is not set
2415   -# CONFIG_LEDS_PWM is not set
2416   -# CONFIG_LEDS_REGULATOR is not set
2417   -# CONFIG_LEDS_BD2802 is not set
2418   -# CONFIG_LEDS_LT3593 is not set
2419   -# CONFIG_LEDS_TCA6507 is not set
2420   -# CONFIG_LEDS_LM355x is not set
2421   -# CONFIG_LEDS_OT200 is not set
2422   -# CONFIG_LEDS_BLINKM is not set
2423   -
2424   -#
2425   -# LED Triggers
2426   -#
2427   -CONFIG_LEDS_TRIGGERS=y
2428 240 CONFIG_LEDS_TRIGGER_TIMER=y
2429 241 CONFIG_LEDS_TRIGGER_ONESHOT=y
2430 242 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
2431 243 CONFIG_LEDS_TRIGGER_BACKLIGHT=y
2432 244 CONFIG_LEDS_TRIGGER_CPU=y
2433 245 CONFIG_LEDS_TRIGGER_GPIO=y
2434   -# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
2435   -
2436   -#
2437   -# iptables trigger is under Netfilter config (LED target)
2438   -#
2439   -# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
2440   -# CONFIG_LEDS_TRIGGER_CAMERA is not set
2441   -# CONFIG_ACCESSIBILITY is not set
2442   -# CONFIG_EDAC is not set
2443   -CONFIG_RTC_LIB=y
2444 246 CONFIG_RTC_CLASS=y
2445   -CONFIG_RTC_HCTOSYS=y
2446   -CONFIG_RTC_SYSTOHC=y
2447   -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
2448   -# CONFIG_RTC_DEBUG is not set
2449   -
2450   -#
2451   -# RTC interfaces
2452   -#
2453   -CONFIG_RTC_INTF_SYSFS=y
2454   -CONFIG_RTC_INTF_PROC=y
2455   -CONFIG_RTC_INTF_DEV=y
2456 247 CONFIG_RTC_INTF_DEV_UIE_EMUL=y
2457   -# CONFIG_RTC_DRV_TEST is not set
2458   -
2459   -#
2460   -# I2C RTC drivers
2461   -#
2462 248 CONFIG_RTC_DRV_DS1307=y
2463   -# CONFIG_RTC_DRV_DS1374 is not set
2464   -# CONFIG_RTC_DRV_DS1672 is not set
2465   -# CONFIG_RTC_DRV_DS3232 is not set
2466   -# CONFIG_RTC_DRV_HYM8563 is not set
2467   -# CONFIG_RTC_DRV_MAX6900 is not set
2468   -# CONFIG_RTC_DRV_RS5C372 is not set
2469   -# CONFIG_RTC_DRV_ISL1208 is not set
2470   -# CONFIG_RTC_DRV_ISL12022 is not set
2471   -# CONFIG_RTC_DRV_ISL12057 is not set
2472   -# CONFIG_RTC_DRV_X1205 is not set
2473   -# CONFIG_RTC_DRV_PCF2127 is not set
2474   -# CONFIG_RTC_DRV_PCF8523 is not set
2475   -# CONFIG_RTC_DRV_PCF8563 is not set
2476   -# CONFIG_RTC_DRV_PCF8583 is not set
2477   -# CONFIG_RTC_DRV_M41T80 is not set
2478   -# CONFIG_RTC_DRV_BQ32K is not set
2479   -# CONFIG_RTC_DRV_S35390A is not set
2480   -# CONFIG_RTC_DRV_FM3130 is not set
2481   -# CONFIG_RTC_DRV_RX8581 is not set
2482   -# CONFIG_RTC_DRV_RX8025 is not set
2483   -# CONFIG_RTC_DRV_EM3027 is not set
2484   -# CONFIG_RTC_DRV_RV3029C2 is not set
2485   -# CONFIG_RTC_DRV_RV4162 is not set
2486   -
2487   -#
2488   -# SPI RTC drivers
2489   -#
2490   -# CONFIG_RTC_DRV_M41T93 is not set
2491   -# CONFIG_RTC_DRV_M41T94 is not set
2492   -# CONFIG_RTC_DRV_DS1305 is not set
2493   -# CONFIG_RTC_DRV_DS1390 is not set
2494   -# CONFIG_RTC_DRV_MAX6902 is not set
2495   -# CONFIG_RTC_DRV_R9701 is not set
2496   -# CONFIG_RTC_DRV_RS5C348 is not set
2497   -# CONFIG_RTC_DRV_DS3234 is not set
2498   -# CONFIG_RTC_DRV_PCF2123 is not set
2499   -# CONFIG_RTC_DRV_RX4581 is not set
2500   -
2501   -#
2502   -# Platform RTC drivers
2503   -#
2504   -# CONFIG_RTC_DRV_CMOS is not set
2505   -# CONFIG_RTC_DRV_DS1286 is not set
2506   -# CONFIG_RTC_DRV_DS1511 is not set
2507   -# CONFIG_RTC_DRV_DS1553 is not set
2508   -# CONFIG_RTC_DRV_DS1742 is not set
2509   -# CONFIG_RTC_DRV_STK17TA8 is not set
2510   -# CONFIG_RTC_DRV_M48T86 is not set
2511   -# CONFIG_RTC_DRV_M48T35 is not set
2512   -# CONFIG_RTC_DRV_M48T59 is not set
2513   -# CONFIG_RTC_DRV_MSM6242 is not set
2514   -# CONFIG_RTC_DRV_BQ4802 is not set
2515   -# CONFIG_RTC_DRV_RP5C01 is not set
2516   -# CONFIG_RTC_DRV_V3020 is not set
2517   -# CONFIG_RTC_DRV_DS2404 is not set
2518   -
2519   -#
2520   -# on-CPU RTC drivers
2521   -#
2522   -# CONFIG_RTC_DRV_IMXDI is not set
2523   -# CONFIG_RTC_DRV_MXC is not set
2524   -# CONFIG_RTC_DRV_SNVS is not set
2525   -# CONFIG_RTC_DRV_MOXART is not set
2526   -
2527   -#
2528   -# HID Sensor RTC drivers
2529   -#
2530   -# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
2531 249 CONFIG_DMADEVICES=y
2532   -# CONFIG_DMADEVICES_DEBUG is not set
2533   -
2534   -#
2535   -# DMA Devices
2536   -#
2537   -# CONFIG_DW_DMAC_CORE is not set
2538   -# CONFIG_DW_DMAC is not set
2539 250 # CONFIG_MX3_IPU is not set
2540 251 CONFIG_MXC_PXP_V2=y
2541   -CONFIG_MXC_PXP_CLIENT_DEVICE=y
2542   -# CONFIG_TIMB_DMA is not set
2543 252 CONFIG_IMX_SDMA=y
2544   -# CONFIG_IMX_DMA is not set
2545   -# CONFIG_MXS_DMA is not set
2546   -CONFIG_DMA_ENGINE=y
2547   -CONFIG_DMA_OF=y
2548   -
2549   -#
2550   -# DMA Clients
2551   -#
2552   -# CONFIG_ASYNC_TX_DMA is not set
2553   -# CONFIG_DMATEST is not set
2554   -# CONFIG_AUXDISPLAY is not set
2555 253 CONFIG_UIO=y
2556   -# CONFIG_UIO_PDRV_GENIRQ is not set
2557   -# CONFIG_UIO_DMEM_GENIRQ is not set
2558   -# CONFIG_VIRT_DRIVERS is not set
2559   -
2560   -#
2561   -# Virtio drivers
2562   -#
2563   -# CONFIG_VIRTIO_MMIO is not set
2564   -
2565   -#
2566   -# Microsoft Hyper-V guest support
2567   -#
2568 254 CONFIG_STAGING=y
2569   -# CONFIG_DRM_ANX78XX is not set
2570   -# CONFIG_USBIP_CORE is not set
2571   -# CONFIG_W35UND is not set
2572   -# CONFIG_PRISM2_USB is not set
2573   -# CONFIG_ECHO is not set
2574   -# CONFIG_COMEDI is not set
2575   -# CONFIG_RTLLIB is not set
2576   -# CONFIG_R8712U is not set
2577   -# CONFIG_R8188EU is not set
2578   -# CONFIG_RTS5139 is not set
2579   -# CONFIG_TRANZPORT is not set
2580   -# CONFIG_LINE6_USB is not set
2581   -# CONFIG_VT6656 is not set
2582   -
2583   -#
2584   -# IIO staging drivers
2585   -#
2586   -
2587   -#
2588   -# Accelerometers
2589   -#
2590   -# CONFIG_ADIS16201 is not set
2591   -# CONFIG_ADIS16203 is not set
2592   -# CONFIG_ADIS16204 is not set
2593   -# CONFIG_ADIS16209 is not set
2594   -# CONFIG_ADIS16220 is not set
2595   -# CONFIG_ADIS16240 is not set
2596   -# CONFIG_LIS3L02DQ is not set
2597   -
2598   -#
2599   -# Analog to digital converters
2600   -#
2601   -# CONFIG_AD7291 is not set
2602   -# CONFIG_AD7606 is not set
2603   -# CONFIG_AD799X is not set
2604   -# CONFIG_AD7780 is not set
2605   -# CONFIG_AD7816 is not set
2606   -# CONFIG_AD7192 is not set
2607   -# CONFIG_AD7280 is not set
2608   -
2609   -#
2610   -# Analog digital bi-direction converters
2611   -#
2612   -# CONFIG_ADT7316 is not set
2613   -
2614   -#
2615   -# Capacitance to digital converters
2616   -#
2617   -# CONFIG_AD7150 is not set
2618   -# CONFIG_AD7152 is not set
2619   -# CONFIG_AD7746 is not set
2620   -
2621   -#
2622   -# Direct Digital Synthesis
2623   -#
2624   -# CONFIG_AD5930 is not set
2625   -# CONFIG_AD9832 is not set
2626   -# CONFIG_AD9834 is not set
2627   -# CONFIG_AD9850 is not set
2628   -# CONFIG_AD9852 is not set
2629   -# CONFIG_AD9910 is not set
2630   -# CONFIG_AD9951 is not set
2631   -
2632   -#
2633   -# Digital gyroscope sensors
2634   -#
2635   -# CONFIG_ADIS16060 is not set
2636   -
2637   -#
2638   -# Network Analyzer, Impedance Converters
2639   -#
2640   -# CONFIG_AD5933 is not set
2641   -
2642   -#
2643   -# Light sensors
2644   -#
2645   -# CONFIG_SENSORS_ISL29018 is not set
2646   -# CONFIG_SENSORS_ISL29028 is not set
2647   -# CONFIG_TSL2583 is not set
2648   -# CONFIG_TSL2x7x is not set
2649   -
2650   -#
2651   -# Magnetometer sensors
2652   -#
2653   -# CONFIG_SENSORS_HMC5843 is not set
2654   -
2655   -#
2656   -# Active energy metering IC
2657   -#
2658   -# CONFIG_ADE7753 is not set
2659   -# CONFIG_ADE7754 is not set
2660   -# CONFIG_ADE7758 is not set
2661   -# CONFIG_ADE7759 is not set
2662   -# CONFIG_ADE7854 is not set
2663   -
2664   -#
2665   -# Resolver to digital converters
2666   -#
2667   -# CONFIG_AD2S90 is not set
2668   -# CONFIG_AD2S1200 is not set
2669   -# CONFIG_AD2S1210 is not set
2670   -
2671   -#
2672   -# Triggers - standalone
2673   -#
2674   -# CONFIG_IIO_SIMPLE_DUMMY is not set
2675   -# CONFIG_USB_ENESTORAGE is not set
2676   -# CONFIG_BCM_WIMAX is not set
2677   -# CONFIG_FT1000 is not set
2678   -
2679   -#
2680   -# Speakup console speech
2681   -#
2682   -# CONFIG_SPEAKUP is not set
2683   -# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set
2684   -# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
2685   -# CONFIG_STAGING_MEDIA is not set
2686   -
2687   -#
2688   -# Android
2689   -#
2690   -# CONFIG_ANDROID is not set
2691   -# CONFIG_USB_WPAN_HCD is not set
2692   -# CONFIG_WIMAX_GDM72XX is not set
2693   -# CONFIG_LTE_GDM724X is not set
2694   -# CONFIG_CED1401 is not set
2695   -# CONFIG_DRM_IMX is not set
2696   -# CONFIG_DGRP is not set
2697   -# CONFIG_LUSTRE_FS is not set
2698   -# CONFIG_XILLYBUS is not set
2699   -# CONFIG_DGAP is not set
2700   -CONFIG_CLKDEV_LOOKUP=y
2701   -CONFIG_HAVE_CLK_PREPARE=y
2702   -CONFIG_COMMON_CLK=y
2703   -
2704   -#
2705   -# Common Clock Framework
2706   -#
2707   -# CONFIG_COMMON_CLK_SI5351 is not set
2708   -# CONFIG_COMMON_CLK_SI570 is not set
2709   -# CONFIG_COMMON_CLK_QCOM is not set
2710   -
2711   -#
2712   -# Hardware Spinlock drivers
2713   -#
2714   -CONFIG_CLKSRC_OF=y
2715   -CONFIG_CLKSRC_MMIO=y
2716   -# CONFIG_MAILBOX is not set
2717 255 # CONFIG_IOMMU_SUPPORT is not set
2718   -
2719   -#
2720   -# Remoteproc drivers
2721   -#
2722   -# CONFIG_STE_MODEM_RPROC is not set
2723   -
2724   -#
2725   -# Rpmsg drivers
2726   -#
2727   -# CONFIG_PM_DEVFREQ is not set
2728   -# CONFIG_EXTCON is not set
2729   -# CONFIG_MEMORY is not set
2730 256 CONFIG_IIO=y
2731   -# CONFIG_IIO_BUFFER is not set
2732   -# CONFIG_IIO_TRIGGER is not set
2733   -
2734   -#
2735   -# Accelerometers
2736   -#
2737   -# CONFIG_BMA180 is not set
2738   -# CONFIG_IIO_ST_ACCEL_3AXIS is not set
2739   -# CONFIG_KXSD9 is not set
2740   -
2741   -#
2742   -# Analog to digital converters
2743   -#
2744   -# CONFIG_AD7266 is not set
2745   -# CONFIG_AD7298 is not set
2746   -# CONFIG_AD7476 is not set
2747   -# CONFIG_AD7791 is not set
2748   -# CONFIG_AD7793 is not set
2749   -# CONFIG_AD7887 is not set
2750   -# CONFIG_AD7923 is not set
2751   -# CONFIG_EXYNOS_ADC is not set
2752   -# CONFIG_MAX1363 is not set
2753   -# CONFIG_MCP320X is not set
2754   -# CONFIG_MCP3422 is not set
2755   -# CONFIG_NAU7802 is not set
2756   -# CONFIG_TI_ADC081C is not set
2757   -# CONFIG_VF610_ADC is not set
2758   -
2759   -#
2760   -# Amplifiers
2761   -#
2762   -# CONFIG_AD8366 is not set
2763   -
2764   -#
2765   -# Hid Sensor IIO Common
2766   -#
2767   -
2768   -#
2769   -# Digital to analog converters
2770   -#
2771   -# CONFIG_AD5064 is not set
2772   -# CONFIG_AD5360 is not set
2773   -# CONFIG_AD5380 is not set
2774   -# CONFIG_AD5421 is not set
2775   -# CONFIG_AD5446 is not set
2776   -# CONFIG_AD5449 is not set
2777   -# CONFIG_AD5504 is not set
2778   -# CONFIG_AD5624R_SPI is not set
2779   -# CONFIG_AD5686 is not set
2780   -# CONFIG_AD5755 is not set
2781   -# CONFIG_AD5764 is not set
2782   -# CONFIG_AD5791 is not set
2783   -# CONFIG_AD7303 is not set
2784   -# CONFIG_MAX517 is not set
2785   -# CONFIG_MCP4725 is not set
2786   -
2787   -#
2788   -# Frequency Synthesizers DDS/PLL
2789   -#
2790   -
2791   -#
2792   -# Clock Generator/Distribution
2793   -#
2794   -# CONFIG_AD9523 is not set
2795   -
2796   -#
2797   -# Phase-Locked Loop (PLL) frequency synthesizers
2798   -#
2799   -# CONFIG_ADF4350 is not set
2800   -
2801   -#
2802   -# Digital gyroscope sensors
2803   -#
2804   -# CONFIG_ADIS16080 is not set
2805   -# CONFIG_ADIS16130 is not set
2806   -# CONFIG_ADIS16136 is not set
2807   -# CONFIG_ADIS16260 is not set
2808   -# CONFIG_ADXRS450 is not set
2809   -# CONFIG_IIO_ST_GYRO_3AXIS is not set
2810   -# CONFIG_ITG3200 is not set
2811   -
2812   -#
2813   -# Humidity sensors
2814   -#
2815   -# CONFIG_DHT11 is not set
2816   -
2817   -#
2818   -# Inertial measurement units
2819   -#
2820   -# CONFIG_ADIS16400 is not set
2821   -# CONFIG_ADIS16480 is not set
2822   -# CONFIG_INV_MPU6050_IIO is not set
2823   -
2824   -#
2825   -# Light sensors
2826   -#
2827   -# CONFIG_ADJD_S311 is not set
2828   -# CONFIG_APDS9300 is not set
2829   -# CONFIG_CM32181 is not set
2830   -# CONFIG_CM36651 is not set
2831   -# CONFIG_GP2AP020A00F is not set
2832   -# CONFIG_TCS3472 is not set
2833   -# CONFIG_SENSORS_TSL2563 is not set
2834   -# CONFIG_TSL4531 is not set
2835   -# CONFIG_VCNL4000 is not set
2836   -
2837   -#
2838   -# Magnetometer sensors
2839   -#
2840   -# CONFIG_AK8975 is not set
2841   -# CONFIG_MAG3110 is not set
2842   -# CONFIG_IIO_ST_MAGN_3AXIS is not set
2843   -
2844   -#
2845   -# Inclinometer sensors
2846   -#
2847   -
2848   -#
2849   -# Pressure sensors
2850   -#
2851   -# CONFIG_MPL3115 is not set
2852   -# CONFIG_IIO_ST_PRESS is not set
2853   -
2854   -#
2855   -# Temperature sensors
2856   -#
2857   -# CONFIG_TMP006 is not set
2858 257 CONFIG_PWM=y
2859   -CONFIG_PWM_SYSFS=y
2860 258 CONFIG_PWM_IMX=y
2861   -# CONFIG_PWM_PCA9685 is not set
2862   -CONFIG_IRQCHIP=y
2863   -CONFIG_ARM_GIC=y
2864   -# CONFIG_IPACK_BUS is not set
2865   -CONFIG_ARCH_HAS_RESET_CONTROLLER=y
2866   -CONFIG_RESET_CONTROLLER=y
2867   -CONFIG_RESET_GPIO=y
2868   -# CONFIG_FMC is not set
2869   -
2870   -#
2871   -# PHY Subsystem
2872   -#
2873   -# CONFIG_GENERIC_PHY is not set
2874   -# CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set
2875   -# CONFIG_PHY_EXYNOS_DP_VIDEO is not set
2876   -# CONFIG_POWERCAP is not set
2877   -# CONFIG_BATTERY_SAMSUNG is not set
2878   -
2879   -#
2880   -# File systems
2881   -#
2882   -CONFIG_DCACHE_WORD_ACCESS=y
2883 259 CONFIG_EXT2_FS=y
2884 260 CONFIG_EXT2_FS_XATTR=y
2885 261 CONFIG_EXT2_FS_POSIX_ACL=y
2886 262 CONFIG_EXT2_FS_SECURITY=y
2887   -# CONFIG_EXT2_FS_XIP is not set
2888 263 CONFIG_EXT3_FS=y
2889   -CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
2890   -CONFIG_EXT3_FS_XATTR=y
2891 264 CONFIG_EXT3_FS_POSIX_ACL=y
2892 265 CONFIG_EXT3_FS_SECURITY=y
2893 266 CONFIG_EXT4_FS=y
2894 267 CONFIG_EXT4_FS_POSIX_ACL=y
2895 268 CONFIG_EXT4_FS_SECURITY=y
2896   -# CONFIG_EXT4_DEBUG is not set
2897   -CONFIG_JBD=y
2898   -# CONFIG_JBD_DEBUG is not set
2899   -CONFIG_JBD2=y
2900   -# CONFIG_JBD2_DEBUG is not set
2901   -CONFIG_FS_MBCACHE=y
2902   -# CONFIG_REISERFS_FS is not set
2903   -# CONFIG_JFS_FS is not set
2904   -# CONFIG_XFS_FS is not set
2905   -# CONFIG_GFS2_FS is not set
2906   -# CONFIG_OCFS2_FS is not set
2907   -# CONFIG_BTRFS_FS is not set
2908   -# CONFIG_NILFS2_FS is not set
2909   -CONFIG_FS_POSIX_ACL=y
2910   -CONFIG_EXPORTFS=y
2911   -CONFIG_FILE_LOCKING=y
2912   -CONFIG_FSNOTIFY=y
2913   -CONFIG_DNOTIFY=y
2914   -CONFIG_INOTIFY_USER=y
2915   -# CONFIG_FANOTIFY is not set
2916   -# CONFIG_QUOTA is not set
2917   -# CONFIG_QUOTACTL is not set
2918 269 CONFIG_AUTOFS4_FS=y
2919 270 CONFIG_FUSE_FS=y
2920   -# CONFIG_CUSE is not set
2921 271 CONFIG_OVERLAYFS_FS=y
2922   -
2923   -#
2924   -# Caches
2925   -#
2926   -# CONFIG_FSCACHE is not set
2927   -
2928   -#
2929   -# CD-ROM/DVD Filesystems
2930   -#
2931   -# CONFIG_ISO9660_FS is not set
2932   -# CONFIG_UDF_FS is not set
2933   -
2934   -#
2935   -# DOS/FAT/NT Filesystems
2936   -#
2937   -CONFIG_FAT_FS=y
2938 272 CONFIG_MSDOS_FS=y
2939 273 CONFIG_VFAT_FS=y
2940   -CONFIG_FAT_DEFAULT_CODEPAGE=437
2941   -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
2942 274 CONFIG_NTFS_FS=y
2943   -# CONFIG_NTFS_DEBUG is not set
2944 275 CONFIG_NTFS_RW=y
2945   -
2946   -#
2947   -# Pseudo filesystems
2948   -#
2949   -CONFIG_PROC_FS=y
2950   -CONFIG_PROC_SYSCTL=y
2951   -CONFIG_PROC_PAGE_MONITOR=y
2952   -CONFIG_SYSFS=y
2953 276 CONFIG_TMPFS=y
2954 277 CONFIG_TMPFS_POSIX_ACL=y
2955   -CONFIG_TMPFS_XATTR=y
2956   -# CONFIG_HUGETLB_PAGE is not set
2957 278 CONFIG_CONFIGFS_FS=y
2958   -CONFIG_MISC_FILESYSTEMS=y
2959   -# CONFIG_ADFS_FS is not set
2960   -# CONFIG_AFFS_FS is not set
2961   -# CONFIG_ECRYPT_FS is not set
2962   -# CONFIG_HFS_FS is not set
2963   -# CONFIG_HFSPLUS_FS is not set
2964   -# CONFIG_BEFS_FS is not set
2965   -# CONFIG_BFS_FS is not set
2966   -# CONFIG_EFS_FS is not set
2967   -# CONFIG_JFFS2_FS is not set
2968   -# CONFIG_LOGFS is not set
2969   -# CONFIG_CRAMFS is not set
2970   -# CONFIG_SQUASHFS is not set
2971   -# CONFIG_VXFS_FS is not set
2972   -# CONFIG_MINIX_FS is not set
2973   -# CONFIG_OMFS_FS is not set
2974   -# CONFIG_HPFS_FS is not set
2975   -# CONFIG_QNX4FS_FS is not set
2976   -# CONFIG_QNX6FS_FS is not set
2977   -# CONFIG_ROMFS_FS is not set
2978   -# CONFIG_PSTORE is not set
2979   -# CONFIG_SYSV_FS is not set
2980   -# CONFIG_UFS_FS is not set
2981   -# CONFIG_F2FS_FS is not set
2982   -CONFIG_NETWORK_FILESYSTEMS=y
2983 279 CONFIG_NFS_FS=y
2984   -CONFIG_NFS_V2=y
2985   -CONFIG_NFS_V3=y
2986 280 CONFIG_NFS_V3_ACL=y
2987 281 CONFIG_NFS_V4=y
2988   -# CONFIG_NFS_SWAP is not set
2989 282 CONFIG_NFS_V4_1=y
2990   -# CONFIG_NFS_V4_2 is not set
2991   -CONFIG_PNFS_FILE_LAYOUT=y
2992   -CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
2993   -# CONFIG_NFS_V4_1_MIGRATION is not set
2994   -# CONFIG_ROOT_NFS is not set
2995   -# CONFIG_NFS_USE_LEGACY_DNS is not set
2996   -CONFIG_NFS_USE_KERNEL_DNS=y
2997   -# CONFIG_NFSD is not set
2998   -CONFIG_LOCKD=y
2999   -CONFIG_LOCKD_V4=y
3000   -CONFIG_NFS_ACL_SUPPORT=y
3001   -CONFIG_NFS_COMMON=y
3002   -CONFIG_SUNRPC=y
3003   -CONFIG_SUNRPC_GSS=y
3004   -CONFIG_SUNRPC_BACKCHANNEL=y
3005   -# CONFIG_SUNRPC_DEBUG is not set
3006   -# CONFIG_CEPH_FS is not set
3007   -# CONFIG_CIFS is not set
3008   -# CONFIG_NCP_FS is not set
3009   -# CONFIG_CODA_FS is not set
3010   -# CONFIG_AFS_FS is not set
3011   -CONFIG_NLS=y
3012 283 CONFIG_NLS_DEFAULT="cp437"
3013 284 CONFIG_NLS_CODEPAGE_437=y
3014   -# CONFIG_NLS_CODEPAGE_737 is not set
3015   -# CONFIG_NLS_CODEPAGE_775 is not set
3016   -# CONFIG_NLS_CODEPAGE_850 is not set
3017   -# CONFIG_NLS_CODEPAGE_852 is not set
3018   -# CONFIG_NLS_CODEPAGE_855 is not set
3019   -# CONFIG_NLS_CODEPAGE_857 is not set
3020   -# CONFIG_NLS_CODEPAGE_860 is not set
3021   -# CONFIG_NLS_CODEPAGE_861 is not set
3022   -# CONFIG_NLS_CODEPAGE_862 is not set
3023   -# CONFIG_NLS_CODEPAGE_863 is not set
3024   -# CONFIG_NLS_CODEPAGE_864 is not set
3025   -# CONFIG_NLS_CODEPAGE_865 is not set
3026   -# CONFIG_NLS_CODEPAGE_866 is not set
3027   -# CONFIG_NLS_CODEPAGE_869 is not set
3028   -# CONFIG_NLS_CODEPAGE_936 is not set
3029   -# CONFIG_NLS_CODEPAGE_950 is not set
3030 285 CONFIG_NLS_CODEPAGE_932=y
3031 286 CONFIG_NLS_CODEPAGE_949=y
3032   -# CONFIG_NLS_CODEPAGE_874 is not set
3033   -# CONFIG_NLS_ISO8859_8 is not set
3034   -# CONFIG_NLS_CODEPAGE_1250 is not set
3035   -# CONFIG_NLS_CODEPAGE_1251 is not set
3036 287 CONFIG_NLS_ASCII=y
3037 288 CONFIG_NLS_ISO8859_1=y
3038   -# CONFIG_NLS_ISO8859_2 is not set
3039   -# CONFIG_NLS_ISO8859_3 is not set
3040   -# CONFIG_NLS_ISO8859_4 is not set
3041   -# CONFIG_NLS_ISO8859_5 is not set
3042   -# CONFIG_NLS_ISO8859_6 is not set
3043   -# CONFIG_NLS_ISO8859_7 is not set
3044   -# CONFIG_NLS_ISO8859_9 is not set
3045   -# CONFIG_NLS_ISO8859_13 is not set
3046   -# CONFIG_NLS_ISO8859_14 is not set
3047 289 CONFIG_NLS_ISO8859_15=y
3048   -# CONFIG_NLS_KOI8_R is not set
3049   -# CONFIG_NLS_KOI8_U is not set
3050   -# CONFIG_NLS_MAC_ROMAN is not set
3051   -# CONFIG_NLS_MAC_CELTIC is not set
3052   -# CONFIG_NLS_MAC_CENTEURO is not set
3053   -# CONFIG_NLS_MAC_CROATIAN is not set
3054   -# CONFIG_NLS_MAC_CYRILLIC is not set
3055   -# CONFIG_NLS_MAC_GAELIC is not set
3056   -# CONFIG_NLS_MAC_GREEK is not set
3057   -# CONFIG_NLS_MAC_ICELAND is not set
3058   -# CONFIG_NLS_MAC_INUIT is not set
3059   -# CONFIG_NLS_MAC_ROMANIAN is not set
3060   -# CONFIG_NLS_MAC_TURKISH is not set
3061 290 CONFIG_NLS_UTF8=y
3062   -# CONFIG_DLM is not set
3063   -
3064   -#
3065   -# Kernel hacking
3066   -#
3067   -
3068   -#
3069   -# printk and dmesg options
3070   -#
3071   -# CONFIG_PRINTK_TIME is not set
3072   -CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
3073   -# CONFIG_BOOT_PRINTK_DELAY is not set
3074   -# CONFIG_DYNAMIC_DEBUG is not set
3075   -
3076   -#
3077   -# Compile-time checks and compiler options
3078   -#
3079   -# CONFIG_DEBUG_INFO is not set
3080   -CONFIG_ENABLE_WARN_DEPRECATED=y
3081   -CONFIG_ENABLE_MUST_CHECK=y
3082   -CONFIG_FRAME_WARN=1024
3083   -# CONFIG_STRIP_ASM_SYMS is not set
3084   -# CONFIG_READABLE_ASM is not set
3085   -# CONFIG_UNUSED_SYMBOLS is not set
3086 291 CONFIG_DEBUG_FS=y
3087   -# CONFIG_HEADERS_CHECK is not set
3088   -# CONFIG_DEBUG_SECTION_MISMATCH is not set
3089   -CONFIG_FRAME_POINTER=y
3090   -# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
3091 292 CONFIG_MAGIC_SYSRQ=y
3092   -CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
3093   -CONFIG_DEBUG_KERNEL=y
3094   -
3095   -#
3096   -# Memory Debugging
3097   -#
3098   -# CONFIG_DEBUG_PAGEALLOC is not set
3099   -# CONFIG_DEBUG_OBJECTS is not set
3100   -# CONFIG_SLUB_STATS is not set
3101   -CONFIG_HAVE_DEBUG_KMEMLEAK=y
3102   -# CONFIG_DEBUG_KMEMLEAK is not set
3103   -# CONFIG_DEBUG_STACK_USAGE is not set
3104   -# CONFIG_DEBUG_VM is not set
3105   -# CONFIG_DEBUG_MEMORY_INIT is not set
3106   -# CONFIG_DEBUG_PER_CPU_MAPS is not set
3107   -# CONFIG_DEBUG_HIGHMEM is not set
3108   -# CONFIG_DEBUG_SHIRQ is not set
3109   -
3110   -#
3111   -# Debug Lockups and Hangs
3112   -#
3113   -# CONFIG_LOCKUP_DETECTOR is not set
3114   -# CONFIG_DETECT_HUNG_TASK is not set
3115   -# CONFIG_PANIC_ON_OOPS is not set
3116   -CONFIG_PANIC_ON_OOPS_VALUE=0
3117   -CONFIG_PANIC_TIMEOUT=0
3118 293 # CONFIG_SCHED_DEBUG is not set
3119   -# CONFIG_SCHEDSTATS is not set
3120   -# CONFIG_TIMER_STATS is not set
3121   -CONFIG_DEBUG_PREEMPT=y
3122   -
3123   -#
3124   -# Lock Debugging (spinlocks, mutexes, etc...)
3125   -#
3126   -# CONFIG_DEBUG_RT_MUTEXES is not set
3127   -# CONFIG_RT_MUTEX_TESTER is not set
3128   -# CONFIG_DEBUG_SPINLOCK is not set
3129   -# CONFIG_DEBUG_MUTEXES is not set
3130   -# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
3131   -# CONFIG_DEBUG_LOCK_ALLOC is not set
3132   -# CONFIG_PROVE_LOCKING is not set
3133   -# CONFIG_LOCK_STAT is not set
3134   -# CONFIG_DEBUG_ATOMIC_SLEEP is not set
3135   -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
3136   -# CONFIG_DEBUG_KOBJECT is not set
3137 294 # CONFIG_DEBUG_BUGVERBOSE is not set
3138   -# CONFIG_DEBUG_WRITECOUNT is not set
3139   -# CONFIG_DEBUG_LIST is not set
3140   -# CONFIG_DEBUG_SG is not set
3141   -# CONFIG_DEBUG_NOTIFIERS is not set
3142   -# CONFIG_DEBUG_CREDENTIALS is not set
3143   -
3144   -#
3145   -# RCU Debugging
3146   -#
3147   -# CONFIG_PROVE_RCU_DELAY is not set
3148   -# CONFIG_SPARSE_RCU_POINTER is not set
3149   -# CONFIG_RCU_TORTURE_TEST is not set
3150   -CONFIG_RCU_CPU_STALL_TIMEOUT=21
3151   -CONFIG_RCU_CPU_STALL_VERBOSE=y
3152   -# CONFIG_RCU_CPU_STALL_INFO is not set
3153   -# CONFIG_RCU_TRACE is not set
3154   -# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
3155   -# CONFIG_NOTIFIER_ERROR_INJECTION is not set
3156   -# CONFIG_FAULT_INJECTION is not set
3157   -CONFIG_HAVE_FUNCTION_TRACER=y
3158   -CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
3159   -CONFIG_HAVE_DYNAMIC_FTRACE=y
3160   -CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
3161   -CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
3162   -CONFIG_HAVE_C_RECORDMCOUNT=y
3163   -CONFIG_TRACING_SUPPORT=y
3164 295 # CONFIG_FTRACE is not set
3165   -
3166   -#
3167   -# Runtime Testing
3168   -#
3169   -# CONFIG_LKDTM is not set
3170   -# CONFIG_TEST_LIST_SORT is not set
3171   -# CONFIG_BACKTRACE_SELF_TEST is not set
3172   -# CONFIG_RBTREE_TEST is not set
3173   -# CONFIG_INTERVAL_TREE_TEST is not set
3174   -# CONFIG_PERCPU_TEST is not set
3175   -# CONFIG_ATOMIC64_SELFTEST is not set
3176   -# CONFIG_TEST_STRING_HELPERS is not set
3177   -# CONFIG_TEST_KSTRTOX is not set
3178   -# CONFIG_DMA_API_DEBUG is not set
3179   -# CONFIG_TEST_MODULE is not set
3180   -# CONFIG_TEST_USER_COPY is not set
3181   -# CONFIG_SAMPLES is not set
3182   -CONFIG_HAVE_ARCH_KGDB=y
3183   -# CONFIG_KGDB is not set
3184   -# CONFIG_ARM_PTDUMP is not set
3185   -# CONFIG_STRICT_DEVMEM is not set
3186 296 # CONFIG_ARM_UNWIND is not set
3187   -# CONFIG_DEBUG_USER is not set
3188   -# CONFIG_DEBUG_LL is not set
3189   -CONFIG_DEBUG_IMX_UART_PORT=1
3190   -CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
3191   -# CONFIG_DEBUG_UART_PL01X is not set
3192   -# CONFIG_DEBUG_UART_8250 is not set
3193   -CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
3194   -# CONFIG_PID_IN_CONTEXTIDR is not set
3195   -# CONFIG_DEBUG_SET_MODULE_RONX is not set
3196   -
3197   -#
3198   -# Security options
3199   -#
3200   -CONFIG_KEYS=y
3201   -# CONFIG_PERSISTENT_KEYRINGS is not set
3202   -# CONFIG_BIG_KEYS is not set
3203   -# CONFIG_ENCRYPTED_KEYS is not set
3204   -# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
3205   -# CONFIG_SECURITY_DMESG_RESTRICT is not set
3206   -# CONFIG_SECURITY is not set
3207 297 CONFIG_SECURITYFS=y
3208   -CONFIG_DEFAULT_SECURITY_DAC=y
3209   -CONFIG_DEFAULT_SECURITY=""
3210   -CONFIG_CRYPTO=y
3211   -
3212   -#
3213   -# Crypto core or helper
3214   -#
3215   -CONFIG_CRYPTO_ALGAPI=y
3216   -CONFIG_CRYPTO_ALGAPI2=y
3217   -CONFIG_CRYPTO_AEAD=y
3218   -CONFIG_CRYPTO_AEAD2=y
3219   -CONFIG_CRYPTO_BLKCIPHER=y
3220   -CONFIG_CRYPTO_BLKCIPHER2=y
3221   -CONFIG_CRYPTO_HASH=y
3222   -CONFIG_CRYPTO_HASH2=y
3223   -CONFIG_CRYPTO_RNG=y
3224   -CONFIG_CRYPTO_RNG2=y
3225   -CONFIG_CRYPTO_PCOMP2=y
3226   -CONFIG_CRYPTO_MANAGER=y
3227   -CONFIG_CRYPTO_MANAGER2=y
3228 298 CONFIG_CRYPTO_USER=y
3229   -CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
3230   -CONFIG_CRYPTO_GF128MUL=y
3231   -CONFIG_CRYPTO_NULL=y
3232   -# CONFIG_CRYPTO_PCRYPT is not set
3233   -CONFIG_CRYPTO_WORKQUEUE=y
3234   -# CONFIG_CRYPTO_CRYPTD is not set
3235   -CONFIG_CRYPTO_AUTHENC=y
3236   -# CONFIG_CRYPTO_TEST is not set
3237   -
3238   -#
3239   -# Authenticated Encryption with Associated Data
3240   -#
3241   -CONFIG_CRYPTO_CCM=y
3242 299 CONFIG_CRYPTO_GCM=y
3243   -CONFIG_CRYPTO_SEQIV=y
3244   -
3245   -#
3246   -# Block modes
3247   -#
3248 300 CONFIG_CRYPTO_CBC=y
3249   -CONFIG_CRYPTO_CTR=y
3250 301 CONFIG_CRYPTO_CTS=y
3251   -CONFIG_CRYPTO_ECB=y
3252 302 CONFIG_CRYPTO_LRW=y
3253   -# CONFIG_CRYPTO_PCBC is not set
3254 303 CONFIG_CRYPTO_XTS=y
3255   -
3256   -#
3257   -# Hash modes
3258   -#
3259   -# CONFIG_CRYPTO_CMAC is not set
3260   -# CONFIG_CRYPTO_HMAC is not set
3261   -# CONFIG_CRYPTO_XCBC is not set
3262   -# CONFIG_CRYPTO_VMAC is not set
3263   -
3264   -#
3265   -# Digest
3266   -#
3267   -CONFIG_CRYPTO_CRC32C=y
3268   -# CONFIG_CRYPTO_CRC32 is not set
3269   -CONFIG_CRYPTO_CRCT10DIF=y
3270   -CONFIG_CRYPTO_GHASH=y
3271 304 CONFIG_CRYPTO_MD4=y
3272 305 CONFIG_CRYPTO_MD5=y
3273   -CONFIG_CRYPTO_MICHAEL_MIC=y
3274 306 CONFIG_CRYPTO_RMD128=y
3275 307 CONFIG_CRYPTO_RMD160=y
3276 308 CONFIG_CRYPTO_RMD256=y
3277 309 CONFIG_CRYPTO_RMD320=y
3278 310 CONFIG_CRYPTO_SHA1=y
3279   -# CONFIG_CRYPTO_SHA1_ARM is not set
3280 311 CONFIG_CRYPTO_SHA256=y
3281 312 CONFIG_CRYPTO_SHA512=y
3282 313 CONFIG_CRYPTO_TGR192=y
3283 314 CONFIG_CRYPTO_WP512=y
3284   -
3285   -#
3286   -# Ciphers
3287   -#
3288   -CONFIG_CRYPTO_AES=y
3289   -# CONFIG_CRYPTO_AES_ARM is not set
3290   -# CONFIG_CRYPTO_ANUBIS is not set
3291   -CONFIG_CRYPTO_ARC4=y
3292 315 CONFIG_CRYPTO_BLOWFISH=y
3293   -CONFIG_CRYPTO_BLOWFISH_COMMON=y
3294 316 CONFIG_CRYPTO_CAMELLIA=y
3295   -# CONFIG_CRYPTO_CAST5 is not set
3296   -# CONFIG_CRYPTO_CAST6 is not set
3297 317 CONFIG_CRYPTO_DES=y
3298   -# CONFIG_CRYPTO_FCRYPT is not set
3299   -# CONFIG_CRYPTO_KHAZAD is not set
3300   -# CONFIG_CRYPTO_SALSA20 is not set
3301   -# CONFIG_CRYPTO_SEED is not set
3302   -# CONFIG_CRYPTO_SERPENT is not set
3303   -# CONFIG_CRYPTO_TEA is not set
3304 318 CONFIG_CRYPTO_TWOFISH=y
3305   -CONFIG_CRYPTO_TWOFISH_COMMON=y
3306   -
3307   -#
3308   -# Compression
3309   -#
3310   -# CONFIG_CRYPTO_DEFLATE is not set
3311   -# CONFIG_CRYPTO_ZLIB is not set
3312   -# CONFIG_CRYPTO_LZO is not set
3313   -# CONFIG_CRYPTO_LZ4 is not set
3314   -# CONFIG_CRYPTO_LZ4HC is not set
3315   -
3316   -#
3317   -# Random Number Generation
3318   -#
3319 319 # CONFIG_CRYPTO_ANSI_CPRNG is not set
3320   -# CONFIG_CRYPTO_USER_API_HASH is not set
3321   -# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
3322   -CONFIG_CRYPTO_HW=y
3323 320 CONFIG_CRYPTO_DEV_FSL_CAAM=y
3324   -CONFIG_CRYPTO_DEV_FSL_CAAM_JR=y
3325   -CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9
3326   -# CONFIG_CRYPTO_DEV_FSL_CAAM_INTC is not set
3327   -CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y
3328   -CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y
3329   -CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y
3330   -# CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_TEST is not set
3331 321 CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y
3332   -CONFIG_CRYPTO_DEV_FSL_CAAM_SM_SLOTSIZE=7
3333   -# CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST is not set
3334   -# CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO is not set
3335   -# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set
3336   -# CONFIG_CRYPTO_DEV_SAHARA is not set
3337   -# CONFIG_ASYMMETRIC_KEY_TYPE is not set
3338   -# CONFIG_BINARY_PRINTF is not set
3339   -
3340   -#
3341   -# Library routines
3342   -#
3343   -CONFIG_BITREVERSE=y
3344   -CONFIG_RATIONAL=y
3345   -CONFIG_GENERIC_STRNCPY_FROM_USER=y
3346   -CONFIG_GENERIC_STRNLEN_USER=y
3347   -CONFIG_GENERIC_NET_UTILS=y
3348   -CONFIG_GENERIC_PCI_IOMAP=y
3349   -CONFIG_GENERIC_IO=y
3350   -CONFIG_STMP_DEVICE=y
3351   -CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
3352 322 CONFIG_CRC_CCITT=y
3353   -CONFIG_CRC16=y
3354 323 CONFIG_CRC_T10DIF=y
3355 324 CONFIG_CRC_ITU_T=y
3356   -CONFIG_CRC32=y
3357   -# CONFIG_CRC32_SELFTEST is not set
3358   -CONFIG_CRC32_SLICEBY8=y
3359   -# CONFIG_CRC32_SLICEBY4 is not set
3360   -# CONFIG_CRC32_SARWATE is not set
3361   -# CONFIG_CRC32_BIT is not set
3362 325 CONFIG_CRC7=y
3363 326 CONFIG_LIBCRC32C=y
3364   -# CONFIG_CRC8 is not set
3365   -# CONFIG_RANDOM32_SELFTEST is not set
3366   -CONFIG_ZLIB_INFLATE=y
3367   -CONFIG_LZO_COMPRESS=y
3368   -CONFIG_LZO_DECOMPRESS=y
3369   -# CONFIG_XZ_DEC is not set
3370   -# CONFIG_XZ_DEC_BCJ is not set
3371   -CONFIG_DECOMPRESS_GZIP=y
3372   -CONFIG_GENERIC_ALLOCATOR=y
3373   -CONFIG_ASSOCIATIVE_ARRAY=y
3374   -CONFIG_HAS_IOMEM=y
3375   -CONFIG_HAS_IOPORT=y
3376   -CONFIG_HAS_DMA=y
3377   -CONFIG_CPU_RMAP=y
3378   -CONFIG_DQL=y
3379   -CONFIG_NLATTR=y
3380   -CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
3381   -CONFIG_AVERAGE=y
3382   -# CONFIG_CORDIC is not set
3383   -# CONFIG_DDR is not set
3384   -CONFIG_OID_REGISTRY=y
3385   -# CONFIG_VIRTUALIZATION is not set
... ...
kernel/linux-imx6_3.14.28/drivers/misc/eeprom/Kconfig
... ... @@ -38,6 +38,17 @@ config EEPROM_AT25
38 38 This driver can also be built as a module. If so, the module
39 39 will be called at25.
40 40  
  41 +config FRAM_MB85RS16N
  42 + tristate "SPI Fujitsu FRAM"
  43 + depends on SPI && SYSFS
  44 + help
  45 + Enable this driver to get read/write support to SPI FRAMs,
  46 + after you configure the board init code to know about each fram
  47 + on your target board.
  48 +
  49 + This driver can also be built as a module. If so, the module
  50 + will be called MB85RS16N.
  51 +
41 52 config EEPROM_LEGACY
42 53 tristate "Old I2C EEPROM reader"
43 54 depends on I2C && SYSFS
... ...
kernel/linux-imx6_3.14.28/drivers/misc/eeprom/Makefile
1 1 obj-$(CONFIG_EEPROM_AT24) += at24.o
2 2 obj-$(CONFIG_EEPROM_AT25) += at25.o
  3 +obj-$(CONFIG_FRAM_MB85RS16N) += fram_mb85rs16n.o
3 4 obj-$(CONFIG_EEPROM_LEGACY) += eeprom.o
4 5 obj-$(CONFIG_EEPROM_MAX6875) += max6875.o
5 6 obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
... ...
kernel/linux-imx6_3.14.28/drivers/misc/eeprom/fram_mb85rs16n.c
... ... @@ -0,0 +1,485 @@
  1 +/*
  2 + * mb85.c -- support SPI FRAMs, such as MB85RS16N models
  3 + *
  4 + * This program is free software; you can redistribute it and/or modify
  5 + * it under the terms of the GNU General Public License as published by
  6 + * the Free Software Foundation; either version 2 of the License, or
  7 + * (at your option) any later version.
  8 + */
  9 +
  10 +#include <linux/kernel.h>
  11 +#include <linux/init.h>
  12 +#include <linux/module.h>
  13 +#include <linux/slab.h>
  14 +#include <linux/delay.h>
  15 +#include <linux/device.h>
  16 +#include <linux/sched.h>
  17 +
  18 +#include <linux/spi/spi.h>
  19 +#include <linux/spi/eeprom.h>
  20 +#include <linux/of.h>
  21 +
  22 +struct mb85_data {
  23 + struct spi_device *spi;
  24 + struct memory_accessor mem;
  25 + struct mutex lock;
  26 + struct spi_eeprom chip;
  27 + struct bin_attribute bin;
  28 + unsigned addrlen;
  29 + int has_sernum;
  30 +};
  31 +
  32 +#define FM25_WREN 0x06 /* latch the write enable */
  33 +#define FM25_WRDI 0x04 /* reset the write enable */
  34 +#define FM25_RDSR 0x05 /* read status register */
  35 +#define FM25_WRSR 0x01 /* write status register */
  36 +#define FM25_READ 0x03 /* read byte(s) */
  37 +#define FM25_WRITE 0x02 /* write byte(s)/sector */
  38 +#define FM25_RDID 0x9f /* read device ID */
  39 +#define FM25_RDSN 0xc3 /* read S/N */
  40 +
  41 +#define FM25_SR_WEN 0x02 /* write enable (latched) */
  42 +#define FM25_SR_BP0 0x04 /* BP for software writeprotect */
  43 +#define FM25_SR_BP1 0x08
  44 +#define FM25_SR_WPEN 0x80 /* writeprotect enable */
  45 +
  46 +#define FM25_ID_LEN 4 /* ID lenght */
  47 +#define FM25_SN_LEN 8 /* serial number lenght */
  48 +
  49 +#define FM25_MAXADDRLEN 3 /* 24 bit addresses */
  50 +
  51 +#define io_limit PAGE_SIZE /* bytes */
  52 +
  53 +static ssize_t
  54 +mb85_data_read(
  55 + struct mb85_data *mb85,
  56 + char *buf,
  57 + unsigned offset,
  58 + size_t count
  59 +)
  60 +{
  61 + u8 command[FM25_MAXADDRLEN + 1];
  62 + u8 *cp;
  63 + ssize_t status;
  64 + struct spi_transfer t[2];
  65 + struct spi_message m;
  66 + u8 instr;
  67 +
  68 + if (unlikely(offset >= mb85->bin.size))
  69 + return 0;
  70 + if ((offset + count) > mb85->bin.size)
  71 + count = mb85->bin.size - offset;
  72 + if (unlikely(!count))
  73 + return count;
  74 +
  75 + cp = command;
  76 +
  77 + instr = FM25_READ;
  78 + *cp++ = instr;
  79 +
  80 + /* 8/16/24-bit address is written MSB first */
  81 + switch (mb85->addrlen) {
  82 + default: /* case 3 */
  83 + *cp++ = offset >> 16;
  84 + case 2:
  85 + *cp++ = offset >> 8;
  86 + case 1:
  87 + case 0: /* can't happen: for better codegen */
  88 + *cp++ = offset >> 0;
  89 + }
  90 +
  91 + spi_message_init(&m);
  92 + memset(t, 0, sizeof t);
  93 +
  94 + t[0].tx_buf = command;
  95 + t[0].len = mb85->addrlen + 1;
  96 + spi_message_add_tail(&t[0], &m);
  97 +
  98 + t[1].rx_buf = buf;
  99 + t[1].len = count;
  100 + spi_message_add_tail(&t[1], &m);
  101 +
  102 + mutex_lock(&mb85->lock);
  103 +
  104 + /* Read it all at once.
  105 + *
  106 + * REVISIT that's potentially a problem with large chips, if
  107 + * other devices on the bus need to be accessed regularly or
  108 + * this chip is clocked very slowly
  109 + */
  110 + status = spi_sync(mb85->spi, &m);
  111 + dev_dbg(&mb85->spi->dev,
  112 + "read %Zd bytes at %d --> %d\n",
  113 + count, offset, (int) status);
  114 +
  115 + mutex_unlock(&mb85->lock);
  116 + return status ? status : count;
  117 +}
  118 +
  119 +static ssize_t
  120 +mb85_id_read(struct mb85_data *mb85, char *buf)
  121 +{
  122 + u8 command = FM25_RDID;
  123 + ssize_t status;
  124 + struct spi_transfer t[2];
  125 + struct spi_message m;
  126 +
  127 + spi_message_init(&m);
  128 + memset(t, 0, sizeof t);
  129 +
  130 + t[0].tx_buf = &command;
  131 + t[0].len = 1;
  132 + spi_message_add_tail(&t[0], &m);
  133 +
  134 + t[1].rx_buf = buf;
  135 + t[1].len = FM25_ID_LEN;
  136 + spi_message_add_tail(&t[1], &m);
  137 +
  138 + mutex_lock(&mb85->lock);
  139 +
  140 + status = spi_sync(mb85->spi, &m);
  141 + dev_dbg(&mb85->spi->dev,
  142 + "read %Zd bytes of ID --> %d\n",
  143 + FM25_ID_LEN, (int) status);
  144 +
  145 + mutex_unlock(&mb85->lock);
  146 + return status ? status : FM25_ID_LEN;
  147 +}
  148 +
  149 +static ssize_t
  150 +mb85_sernum_read(struct mb85_data *mb85, char *buf)
  151 +{
  152 + u8 command = FM25_RDSN;
  153 + ssize_t status;
  154 + struct spi_transfer t[2];
  155 + struct spi_message m;
  156 +
  157 + spi_message_init(&m);
  158 + memset(t, 0, sizeof t);
  159 +
  160 + t[0].tx_buf = &command;
  161 + t[0].len = 1;
  162 + spi_message_add_tail(&t[0], &m);
  163 +
  164 + t[1].rx_buf = buf;
  165 + t[1].len = FM25_SN_LEN;
  166 + spi_message_add_tail(&t[1], &m);
  167 +
  168 + mutex_lock(&mb85->lock);
  169 +
  170 + status = spi_sync(mb85->spi, &m);
  171 + dev_dbg(&mb85->spi->dev,
  172 + "read %Zd bytes of serial number --> %d\n",
  173 + FM25_SN_LEN, (int) status);
  174 +
  175 + mutex_unlock(&mb85->lock);
  176 + return status ? status : FM25_SN_LEN;
  177 +}
  178 +
  179 +static ssize_t
  180 +sernum_show(struct device *dev, struct device_attribute *attr, char *buf)
  181 +{
  182 + char binbuf[FM25_SN_LEN];
  183 + struct mb85_data *mb85;
  184 + int i;
  185 + char *pbuf = buf;
  186 +
  187 + mb85 = dev_get_drvdata(dev);
  188 + mb85_sernum_read(mb85, binbuf);
  189 + for (i = 0; i < FM25_SN_LEN; i++)
  190 + pbuf += sprintf(pbuf, "%02x ", binbuf[i]);
  191 + sprintf(--pbuf, "\n");
  192 + return (3 * i);
  193 +}
  194 +static const DEVICE_ATTR_RO(sernum);
  195 +
  196 +static ssize_t
  197 +mb85_bin_read(struct file *filp, struct kobject *kobj,
  198 + struct bin_attribute *bin_attr,
  199 + char *buf, loff_t off, size_t count)
  200 +{
  201 + struct device *dev;
  202 + struct mb85_data *mb85;
  203 +
  204 + dev = container_of(kobj, struct device, kobj);
  205 + mb85 = dev_get_drvdata(dev);
  206 +
  207 + return mb85_data_read(mb85, buf, off, count);
  208 +}
  209 +
  210 +
  211 +static ssize_t
  212 +mb85_data_write(struct mb85_data *mb85, const char *buf, loff_t off,
  213 + size_t count)
  214 +{
  215 + ssize_t status = 0;
  216 + unsigned written = 0;
  217 + unsigned buf_size;
  218 + u8 *bounce;
  219 +
  220 + if (unlikely(off >= mb85->bin.size))
  221 + return -EFBIG;
  222 + if ((off + count) > mb85->bin.size)
  223 + count = mb85->bin.size - off;
  224 + if (unlikely(!count))
  225 + return count;
  226 +
  227 + /* Temp buffer starts with command and address */
  228 + buf_size = io_limit;
  229 + bounce = kmalloc(buf_size + mb85->addrlen + 1, GFP_KERNEL);
  230 + if (!bounce)
  231 + return -ENOMEM;
  232 +
  233 + /* For write, rollover is within the page ... so we write at
  234 + * most one page, then manually roll over to the next page.
  235 + */
  236 + mutex_lock(&mb85->lock);
  237 + do {
  238 + unsigned segment;
  239 + unsigned offset = (unsigned) off;
  240 + u8 *cp = bounce;
  241 + u8 instr;
  242 +
  243 + *cp = FM25_WREN;
  244 + status = spi_write(mb85->spi, cp, 1);
  245 + if (status < 0) {
  246 + dev_dbg(&mb85->spi->dev, "WREN --> %d\n",
  247 + (int) status);
  248 + break;
  249 + }
  250 +
  251 + instr = FM25_WRITE;
  252 + *cp++ = instr;
  253 +
  254 + /* 8/16/24-bit address is written MSB first */
  255 + switch (mb85->addrlen) {
  256 + default: /* case 3 */
  257 + *cp++ = offset >> 16;
  258 + case 2:
  259 + *cp++ = offset >> 8;
  260 + case 1:
  261 + case 0: /* can't happen: for better codegen */
  262 + *cp++ = offset >> 0;
  263 + }
  264 +
  265 + /* Write as much of a page as we can */
  266 + segment = buf_size - (offset % buf_size);
  267 + if (segment > count)
  268 + segment = count;
  269 + memcpy(cp, buf, segment);
  270 + status = spi_write(mb85->spi, bounce,
  271 + segment + mb85->addrlen + 1);
  272 + dev_dbg(&mb85->spi->dev,
  273 + "write %u bytes at %u --> %d\n",
  274 + segment, offset, (int) status);
  275 + if (status < 0)
  276 + break;
  277 +
  278 + /* REVISIT this should detect (or prevent) failed writes
  279 + * to readonly sections of the EEPROM...
  280 + */
  281 +
  282 + off += segment;
  283 + buf += segment;
  284 + count -= segment;
  285 + written += segment;
  286 +
  287 + } while (count > 0);
  288 +
  289 + mutex_unlock(&mb85->lock);
  290 +
  291 + kfree(bounce);
  292 + return written ? written : status;
  293 +}
  294 +
  295 +static ssize_t
  296 +mb85_bin_write(struct file *filp, struct kobject *kobj,
  297 + struct bin_attribute *bin_attr,
  298 + char *buf, loff_t off, size_t count)
  299 +{
  300 + struct device *dev;
  301 + struct mb85_data *mb85;
  302 +
  303 + dev = container_of(kobj, struct device, kobj);
  304 + mb85 = dev_get_drvdata(dev);
  305 +
  306 + return mb85_data_write(mb85, buf, off, count);
  307 +}
  308 +
  309 +/*-------------------------------------------------------------------------*/
  310 +
  311 +/* Let in-kernel code access the eeprom data. */
  312 +
  313 +static ssize_t mb85_mem_read(struct memory_accessor *mem, char *buf,
  314 + off_t offset, size_t count)
  315 +{
  316 + struct mb85_data *mb85 = container_of(mem, struct mb85_data, mem);
  317 +
  318 + return mb85_data_read(mb85, buf, offset, count);
  319 +}
  320 +
  321 +static ssize_t mb85_mem_write(struct memory_accessor *mem, const char *buf,
  322 + off_t offset, size_t count)
  323 +{
  324 + struct mb85_data *mb85 = container_of(mem, struct mb85_data, mem);
  325 +
  326 + return mb85_data_write(mb85, buf, offset, count);
  327 +}
  328 +
  329 +/*-------------------------------------------------------------------------*/
  330 +
  331 +static int mb85_np_to_chip(struct device *dev,
  332 + struct device_node *np,
  333 + struct spi_eeprom *chip)
  334 +{
  335 + memset(chip, 0, sizeof(*chip));
  336 + strncpy(chip->name, np->name, sizeof(chip->name));
  337 +
  338 + if (of_find_property(np, "read-only", NULL))
  339 + chip->flags |= EE_READONLY;
  340 + return 0;
  341 +}
  342 +
  343 +static int mb85_probe(struct spi_device *spi)
  344 +{
  345 + struct mb85_data *mb85 = NULL;
  346 + struct spi_eeprom chip;
  347 + struct device_node *np = spi->dev.of_node;
  348 + int err;
  349 + char id[FM25_ID_LEN];
  350 +
  351 + /* Chip description */
  352 + if (!spi->dev.platform_data) {
  353 + if (np) {
  354 + err = mb85_np_to_chip(&spi->dev, np, &chip);
  355 + if (err)
  356 + return err;
  357 + } else {
  358 + dev_err(&spi->dev, "Error: no chip description\n");
  359 + return -ENODEV;
  360 + }
  361 + } else
  362 + chip = *(struct spi_eeprom *)spi->dev.platform_data;
  363 +
  364 + mb85 = devm_kzalloc(&spi->dev, sizeof(*mb85), GFP_KERNEL);
  365 + if (!mb85)
  366 + return -ENOMEM;
  367 +
  368 + mutex_init(&mb85->lock);
  369 + mb85->chip = chip;
  370 + mb85->spi = spi_dev_get(spi);
  371 + spi_set_drvdata(spi, mb85);
  372 +
  373 + /* Get ID of chip */
  374 + mb85_id_read(mb85, id);
  375 + if (id[0] != 0x04) {
  376 + dev_err(&spi->dev, "Error: no FRAM (id %02x)\n", id[0]);
  377 + return -ENODEV;
  378 + }
  379 + /* set size found in ID */
  380 + switch (id[2]) {
  381 + case 0x1:
  382 + // MB85RS16N, for Prime
  383 + mb85->chip.byte_len = 2 * 1024;
  384 + break;
  385 + default:
  386 + dev_err(&spi->dev, "Error: unsupported size (id %02x)\n", id[2]);
  387 + return -ENODEV;
  388 + break;
  389 + }
  390 +
  391 + if (mb85->chip.byte_len > 64 * 1024) {
  392 + mb85->addrlen = 3;
  393 + mb85->chip.flags |= EE_ADDR3;
  394 + }
  395 + else {
  396 + mb85->addrlen = 2;
  397 + mb85->chip.flags |= EE_ADDR2;
  398 + }
  399 +
  400 + if (0)
  401 + mb85->has_sernum = 1;
  402 + else
  403 + mb85->has_sernum = 0;
  404 +
  405 + mb85->chip.page_size = PAGE_SIZE;
  406 +
  407 + /* Export the EEPROM bytes through sysfs, since that's convenient.
  408 + * And maybe to other kernel code; it might hold a board's Ethernet
  409 + * address, or board-specific calibration data generated on the
  410 + * manufacturing floor.
  411 + *
  412 + * Default to root-only access to the data; EEPROMs often hold data
  413 + * that's sensitive for read and/or write, like ethernet addresses,
  414 + * security codes, board-specific manufacturing calibrations, etc.
  415 + */
  416 + sysfs_bin_attr_init(&mb85->bin);
  417 + mb85->bin.attr.name = "fram";
  418 + mb85->bin.attr.mode = S_IRUGO;
  419 + mb85->bin.read = mb85_bin_read;
  420 + mb85->mem.read = mb85_mem_read;
  421 +
  422 + mb85->bin.size = mb85->chip.byte_len;
  423 + if (!(chip.flags & EE_READONLY)) {
  424 + mb85->bin.write = mb85_bin_write;
  425 + mb85->bin.attr.mode |= S_IWUSR | S_IWGRP;
  426 + mb85->mem.write = mb85_mem_write;
  427 + }
  428 +
  429 + err = sysfs_create_bin_file(&spi->dev.kobj, &mb85->bin);
  430 + if (err)
  431 + return err;
  432 +
  433 + /* Export the FM25 serial number */
  434 + if (mb85->has_sernum) {
  435 + err = device_create_file(&spi->dev, &dev_attr_sernum);
  436 + if (err)
  437 + return err;
  438 + }
  439 +
  440 + if (chip.setup)
  441 + chip.setup(&mb85->mem, chip.context);
  442 +
  443 + dev_info(&spi->dev, "%Zd %s %s fram%s\n",
  444 + (mb85->bin.size < 1024)
  445 + ? mb85->bin.size
  446 + : (mb85->bin.size / 1024),
  447 + (mb85->bin.size < 1024) ? "Byte" : "KByte",
  448 + mb85->chip.name,
  449 + (chip.flags & EE_READONLY) ? " (readonly)" : "");
  450 + return 0;
  451 +}
  452 +
  453 +static int mb85_remove(struct spi_device *spi)
  454 +{
  455 + struct mb85_data *mb85 = spi_get_drvdata(spi);
  456 +
  457 + sysfs_remove_bin_file(&spi->dev.kobj, &mb85->bin);
  458 + if (mb85->has_sernum)
  459 + device_remove_file(&spi->dev, &dev_attr_sernum);
  460 + return 0;
  461 +}
  462 +
  463 +/*-------------------------------------------------------------------------*/
  464 +
  465 +static const struct of_device_id mb85_of_match[] = {
  466 + { .compatible = "Fujitsu,MB85RS16N", },
  467 + { }
  468 +};
  469 +MODULE_DEVICE_TABLE(of, mb85_of_match);
  470 +
  471 +static struct spi_driver mb85_driver = {
  472 + .driver = {
  473 + .name = "MB85RS16N",
  474 + .of_match_table = mb85_of_match,
  475 + },
  476 + .probe = mb85_probe,
  477 + .remove = mb85_remove,
  478 +};
  479 +
  480 +module_spi_driver(mb85_driver);
  481 +
  482 +MODULE_DESCRIPTION("Driver for SPI MB85RS16N FRAMs");
  483 +MODULE_AUTHOR("larche");
  484 +MODULE_LICENSE("GPL");
  485 +MODULE_ALIAS("spi:fram");
... ...