summaryrefslogtreecommitdiffstats
path: root/meta-zedboard
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-05-02 12:26:16 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-05-02 12:57:50 +1000
commita2c9390608141347505080820af55f2429a63e7e (patch)
tree8e0f3535cafd097abf31e1a06eb46f319c803777 /meta-zedboard
parentf79f67aa40ad5416743394bc95e8a9220f927c6a (diff)
downloadmeta-xilinx-a2c9390608141347505080820af55f2429a63e7e.tar.gz
Move RTC config in kernel config to fragments.
Zedboard has no RTC, ZC702 does. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'meta-zedboard')
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx.inc9
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig2433
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg75
3 files changed, 76 insertions, 2441 deletions
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
index 546e28b4..1d0dbc76 100644
--- a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
+++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
@@ -1,15 +1,8 @@
1# linux-xlnx specific modifications for zedboard 1# linux-xlnx specific modifications for zedboard
2 2
3#Consider providing a skeleton bsp setup?
4
5FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" 3FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:"
6SRC_URI_append_zedboard += "file://defconfig" 4SRC_URI_append_zedboard += "file://nortc.cfg"
7 5
8#SRC_URI_append_zedboard += "file://zedboard.dts"
9#KERNEL_DEVICETREE_zedboard = "${WORKDIR}/zynq-zed.dts"
10#KERNEL_DEVICETREE_zedboard = "${WORKDIR}/Avnet-Digilent-Avnet-Digilent-ZedBoard-14.4.dts"
11KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts" 6KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts"
12 7
13COMPATIBLE_MACHINE_zedboard = "zedboard" 8COMPATIBLE_MACHINE_zedboard = "zedboard"
14
15#KERNEL_IMAGETYPE = "zImage"
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig b/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig
deleted file mode 100644
index 25723880..00000000
--- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig
+++ /dev/null
@@ -1,2433 +0,0 @@
1# Automatically generated file; DO NOT EDIT.
2# Linux/arm 3.6.0 Kernel Configuration
3#
4CONFIG_ARM=y
5CONFIG_MIGHT_HAVE_PCI=y
6CONFIG_SYS_SUPPORTS_APM_EMULATION=y
7CONFIG_GENERIC_GPIO=y
8CONFIG_HAVE_PROC_CPU=y
9CONFIG_STACKTRACE_SUPPORT=y
10CONFIG_LOCKDEP_SUPPORT=y
11CONFIG_TRACE_IRQFLAGS_SUPPORT=y
12CONFIG_RWSEM_GENERIC_SPINLOCK=y
13CONFIG_ARCH_HAS_CPUFREQ=y
14CONFIG_GENERIC_HWEIGHT=y
15CONFIG_GENERIC_CALIBRATE_DELAY=y
16CONFIG_NEED_DMA_MAP_STATE=y
17CONFIG_VECTORS_BASE=0xffff0000
18CONFIG_ARM_PATCH_PHYS_VIRT=y
19CONFIG_GENERIC_BUG=y
20CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
21CONFIG_HAVE_IRQ_WORK=y
22CONFIG_IRQ_WORK=y
23
24#
25# General setup
26#
27CONFIG_EXPERIMENTAL=y
28CONFIG_INIT_ENV_ARG_LIMIT=32
29CONFIG_CROSS_COMPILE=""
30CONFIG_LOCALVERSION="-xilinx"
31CONFIG_LOCALVERSION_AUTO=y
32CONFIG_HAVE_KERNEL_GZIP=y
33CONFIG_HAVE_KERNEL_LZMA=y
34CONFIG_HAVE_KERNEL_XZ=y
35CONFIG_HAVE_KERNEL_LZO=y
36CONFIG_KERNEL_GZIP=y
37# CONFIG_KERNEL_LZMA is not set
38# CONFIG_KERNEL_XZ is not set
39# CONFIG_KERNEL_LZO is not set
40CONFIG_DEFAULT_HOSTNAME="(none)"
41CONFIG_SWAP=y
42CONFIG_SYSVIPC=y
43CONFIG_SYSVIPC_SYSCTL=y
44# CONFIG_POSIX_MQUEUE is not set
45# CONFIG_BSD_PROCESS_ACCT is not set
46# CONFIG_FHANDLE is not set
47# CONFIG_TASKSTATS is not set
48# CONFIG_AUDIT is not set
49CONFIG_HAVE_GENERIC_HARDIRQS=y
50
51#
52# IRQ subsystem
53#
54CONFIG_GENERIC_HARDIRQS=y
55CONFIG_GENERIC_IRQ_PROBE=y
56CONFIG_GENERIC_IRQ_SHOW=y
57CONFIG_HARDIRQS_SW_RESEND=y
58CONFIG_IRQ_DOMAIN=y
59CONFIG_IRQ_DOMAIN_DEBUG=y
60CONFIG_KTIME_SCALAR=y
61CONFIG_GENERIC_CLOCKEVENTS=y
62CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
63CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
64
65#
66# Timers subsystem
67#
68CONFIG_TICK_ONESHOT=y
69CONFIG_NO_HZ=y
70CONFIG_HIGH_RES_TIMERS=y
71
72#
73# RCU Subsystem
74#
75CONFIG_TREE_PREEMPT_RCU=y
76CONFIG_PREEMPT_RCU=y
77CONFIG_RCU_FANOUT=32
78CONFIG_RCU_FANOUT_LEAF=16
79# CONFIG_RCU_FANOUT_EXACT is not set
80# CONFIG_RCU_FAST_NO_HZ is not set
81# CONFIG_TREE_RCU_TRACE is not set
82# CONFIG_RCU_BOOST is not set
83CONFIG_IKCONFIG=y
84CONFIG_IKCONFIG_PROC=y
85CONFIG_LOG_BUF_SHIFT=14
86# CONFIG_CGROUPS is not set
87# CONFIG_CHECKPOINT_RESTORE is not set
88# CONFIG_NAMESPACES is not set
89# CONFIG_SCHED_AUTOGROUP is not set
90CONFIG_SYSFS_DEPRECATED=y
91CONFIG_SYSFS_DEPRECATED_V2=y
92# CONFIG_RELAY is not set
93CONFIG_BLK_DEV_INITRD=y
94CONFIG_INITRAMFS_SOURCE=""
95CONFIG_RD_GZIP=y
96# CONFIG_RD_BZIP2 is not set
97# CONFIG_RD_LZMA is not set
98# CONFIG_RD_XZ is not set
99# CONFIG_RD_LZO is not set
100CONFIG_CC_OPTIMIZE_FOR_SIZE=y
101CONFIG_SYSCTL=y
102CONFIG_ANON_INODES=y
103CONFIG_EXPERT=y
104CONFIG_UID16=y
105CONFIG_SYSCTL_SYSCALL=y
106CONFIG_KALLSYMS=y
107# CONFIG_KALLSYMS_ALL is not set
108CONFIG_HOTPLUG=y
109CONFIG_PRINTK=y
110CONFIG_BUG=y
111CONFIG_ELF_CORE=y
112CONFIG_BASE_FULL=y
113CONFIG_FUTEX=y
114CONFIG_EPOLL=y
115CONFIG_SIGNALFD=y
116CONFIG_TIMERFD=y
117CONFIG_EVENTFD=y
118CONFIG_SHMEM=y
119CONFIG_AIO=y
120CONFIG_EMBEDDED=y
121CONFIG_HAVE_PERF_EVENTS=y
122CONFIG_PERF_USE_VMALLOC=y
123
124#
125# Kernel Performance Events And Counters
126#
127CONFIG_PERF_EVENTS=y
128# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
129CONFIG_VM_EVENT_COUNTERS=y
130CONFIG_PCI_QUIRKS=y
131CONFIG_COMPAT_BRK=y
132CONFIG_SLAB=y
133# CONFIG_SLUB is not set
134# CONFIG_SLOB is not set
135# CONFIG_PROFILING is not set
136CONFIG_HAVE_OPROFILE=y
137# CONFIG_KPROBES is not set
138# CONFIG_JUMP_LABEL is not set
139CONFIG_HAVE_KPROBES=y
140CONFIG_HAVE_KRETPROBES=y
141CONFIG_HAVE_ARCH_TRACEHOOK=y
142CONFIG_HAVE_DMA_ATTRS=y
143CONFIG_HAVE_DMA_CONTIGUOUS=y
144CONFIG_USE_GENERIC_SMP_HELPERS=y
145CONFIG_GENERIC_SMP_IDLE_THREAD=y
146CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
147CONFIG_HAVE_CLK=y
148CONFIG_HAVE_DMA_API_DEBUG=y
149CONFIG_HAVE_HW_BREAKPOINT=y
150CONFIG_HAVE_ARCH_JUMP_LABEL=y
151CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
152
153#
154# GCOV-based kernel profiling
155#
156# CONFIG_GCOV_KERNEL is not set
157CONFIG_HAVE_GENERIC_DMA_COHERENT=y
158CONFIG_SLABINFO=y
159CONFIG_RT_MUTEXES=y
160CONFIG_BASE_SMALL=0
161CONFIG_MODULES=y
162# CONFIG_MODULE_FORCE_LOAD is not set
163CONFIG_MODULE_UNLOAD=y
164CONFIG_MODULE_FORCE_UNLOAD=y
165CONFIG_MODVERSIONS=y
166# CONFIG_MODULE_SRCVERSION_ALL is not set
167CONFIG_STOP_MACHINE=y
168CONFIG_BLOCK=y
169CONFIG_LBDAF=y
170# CONFIG_BLK_DEV_BSG is not set
171# CONFIG_BLK_DEV_BSGLIB is not set
172# CONFIG_BLK_DEV_INTEGRITY is not set
173
174#
175# Partition Types
176#
177# CONFIG_PARTITION_ADVANCED is not set
178CONFIG_MSDOS_PARTITION=y
179
180#
181# IO Schedulers
182#
183CONFIG_IOSCHED_NOOP=y
184CONFIG_IOSCHED_DEADLINE=y
185CONFIG_IOSCHED_CFQ=y
186# CONFIG_DEFAULT_DEADLINE is not set
187CONFIG_DEFAULT_CFQ=y
188# CONFIG_DEFAULT_NOOP is not set
189CONFIG_DEFAULT_IOSCHED="cfq"
190# CONFIG_INLINE_SPIN_TRYLOCK is not set
191# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
192# CONFIG_INLINE_SPIN_LOCK is not set
193# CONFIG_INLINE_SPIN_LOCK_BH is not set
194# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
195# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
196CONFIG_UNINLINE_SPIN_UNLOCK=y
197# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
198# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
199# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
200# CONFIG_INLINE_READ_TRYLOCK is not set
201# CONFIG_INLINE_READ_LOCK is not set
202# CONFIG_INLINE_READ_LOCK_BH is not set
203# CONFIG_INLINE_READ_LOCK_IRQ is not set
204# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
205# CONFIG_INLINE_READ_UNLOCK is not set
206# CONFIG_INLINE_READ_UNLOCK_BH is not set
207# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
208# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
209# CONFIG_INLINE_WRITE_TRYLOCK is not set
210# CONFIG_INLINE_WRITE_LOCK is not set
211# CONFIG_INLINE_WRITE_LOCK_BH is not set
212# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
213# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
214# CONFIG_INLINE_WRITE_UNLOCK is not set
215# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
216# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
217# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
218CONFIG_MUTEX_SPIN_ON_OWNER=y
219# CONFIG_FREEZER is not set
220
221#
222# System Type
223#
224CONFIG_MMU=y
225# CONFIG_ARCH_SOCFPGA is not set
226# CONFIG_ARCH_INTEGRATOR is not set
227# CONFIG_ARCH_REALVIEW is not set
228# CONFIG_ARCH_VERSATILE is not set
229# CONFIG_ARCH_VEXPRESS is not set
230# CONFIG_ARCH_AT91 is not set
231# CONFIG_ARCH_BCMRING is not set
232# CONFIG_ARCH_HIGHBANK is not set
233# CONFIG_ARCH_CLPS711X is not set
234# CONFIG_ARCH_CNS3XXX is not set
235# CONFIG_ARCH_GEMINI is not set
236# CONFIG_ARCH_PRIMA2 is not set
237# CONFIG_ARCH_EBSA110 is not set
238# CONFIG_ARCH_EP93XX is not set
239# CONFIG_ARCH_FOOTBRIDGE is not set
240# CONFIG_ARCH_MXC is not set
241# CONFIG_ARCH_MXS is not set
242# CONFIG_ARCH_NETX is not set
243# CONFIG_ARCH_H720X is not set
244# CONFIG_ARCH_IOP13XX is not set
245# CONFIG_ARCH_IOP32X is not set
246# CONFIG_ARCH_IOP33X is not set
247# CONFIG_ARCH_IXP4XX is not set
248# CONFIG_ARCH_MVEBU is not set
249# CONFIG_ARCH_DOVE is not set
250# CONFIG_ARCH_KIRKWOOD is not set
251# CONFIG_ARCH_LPC32XX is not set
252# CONFIG_ARCH_MV78XX0 is not set
253# CONFIG_ARCH_ORION5X is not set
254# CONFIG_ARCH_MMP is not set
255# CONFIG_ARCH_KS8695 is not set
256# CONFIG_ARCH_W90X900 is not set
257# CONFIG_ARCH_TEGRA is not set
258# CONFIG_ARCH_PICOXCELL is not set
259# CONFIG_ARCH_PNX4008 is not set
260# CONFIG_ARCH_PXA is not set
261# CONFIG_ARCH_MSM is not set
262# CONFIG_ARCH_SHMOBILE is not set
263# CONFIG_ARCH_RPC is not set
264# CONFIG_ARCH_SA1100 is not set
265# CONFIG_ARCH_S3C24XX is not set
266# CONFIG_ARCH_S3C64XX is not set
267# CONFIG_ARCH_S5P64X0 is not set
268# CONFIG_ARCH_S5PC100 is not set
269# CONFIG_ARCH_S5PV210 is not set
270# CONFIG_ARCH_EXYNOS is not set
271# CONFIG_ARCH_SHARK is not set
272# CONFIG_ARCH_U300 is not set
273# CONFIG_ARCH_U8500 is not set
274# CONFIG_ARCH_NOMADIK is not set
275# CONFIG_ARCH_DAVINCI is not set
276# CONFIG_ARCH_OMAP is not set
277# CONFIG_PLAT_SPEAR is not set
278# CONFIG_ARCH_VT8500 is not set
279CONFIG_ARCH_ZYNQ=y
280# CONFIG_GPIO_PCA953X is not set
281# CONFIG_KEYBOARD_GPIO_POLLED is not set
282
283#
284# Xilinx Specific Options
285#
286CONFIG_ZYNQ_EARLY_UART1=y
287# CONFIG_ZYNQ_EARLY_UART_EP107 is not set
288# CONFIG_XILINX_FIXED_DEVTREE_ADDR is not set
289CONFIG_XILINX_L1_PREFETCH=y
290CONFIG_XILINX_L2_PREFETCH=y
291# CONFIG_XILINX_TEST is not set
292CONFIG_XILINX_AXIPCIE=y
293
294#
295# Processor Type
296#
297CONFIG_CPU_V7=y
298CONFIG_CPU_32v6K=y
299CONFIG_CPU_32v7=y
300CONFIG_CPU_ABRT_EV7=y
301CONFIG_CPU_PABRT_V7=y
302CONFIG_CPU_CACHE_V7=y
303CONFIG_CPU_CACHE_VIPT=y
304CONFIG_CPU_COPY_V6=y
305CONFIG_CPU_TLB_V7=y
306CONFIG_CPU_HAS_ASID=y
307CONFIG_CPU_CP15=y
308CONFIG_CPU_CP15_MMU=y
309
310#
311# Processor Features
312#
313# CONFIG_ARM_LPAE is not set
314# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
315CONFIG_ARM_THUMB=y
316# CONFIG_ARM_THUMBEE is not set
317CONFIG_SWP_EMULATE=y
318# CONFIG_CPU_ICACHE_DISABLE is not set
319# CONFIG_CPU_DCACHE_DISABLE is not set
320# CONFIG_CPU_BPREDICT_DISABLE is not set
321CONFIG_OUTER_CACHE=y
322CONFIG_OUTER_CACHE_SYNC=y
323CONFIG_CACHE_L2X0=y
324CONFIG_CACHE_PL310=y
325CONFIG_ARM_L1_CACHE_SHIFT_6=y
326CONFIG_ARM_L1_CACHE_SHIFT=6
327CONFIG_ARM_DMA_MEM_BUFFERABLE=y
328CONFIG_ARM_NR_BANKS=8
329CONFIG_CPU_HAS_PMU=y
330CONFIG_MULTI_IRQ_HANDLER=y
331# CONFIG_ARM_ERRATA_430973 is not set
332# CONFIG_ARM_ERRATA_458693 is not set
333# CONFIG_ARM_ERRATA_460075 is not set
334# CONFIG_ARM_ERRATA_742230 is not set
335# CONFIG_ARM_ERRATA_742231 is not set
336CONFIG_PL310_ERRATA_588369=y
337# CONFIG_ARM_ERRATA_720789 is not set
338CONFIG_PL310_ERRATA_727915=y
339# CONFIG_ARM_ERRATA_743622 is not set
340# CONFIG_ARM_ERRATA_751472 is not set
341CONFIG_PL310_ERRATA_753970=y
342# CONFIG_ARM_ERRATA_754322 is not set
343# CONFIG_ARM_ERRATA_754327 is not set
344# CONFIG_ARM_ERRATA_764369 is not set
345CONFIG_PL310_ERRATA_769419=y
346CONFIG_ARM_GIC=y
347CONFIG_ICST=y
348
349#
350# Bus support
351#
352CONFIG_ARM_AMBA=y
353CONFIG_ISA_DMA_API=y
354CONFIG_PCI=y
355CONFIG_PCI_SYSCALL=y
356CONFIG_ARCH_SUPPORTS_MSI=y
357CONFIG_PCI_MSI=y
358# CONFIG_PCI_DEBUG is not set
359# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
360# CONFIG_PCI_STUB is not set
361# CONFIG_PCI_IOV is not set
362# CONFIG_PCI_PRI is not set
363# CONFIG_PCI_PASID is not set
364# CONFIG_PCCARD is not set
365
366#
367# Kernel Features
368#
369CONFIG_HAVE_SMP=y
370CONFIG_SMP=y
371CONFIG_SMP_ON_UP=y
372CONFIG_ARM_CPU_TOPOLOGY=y
373CONFIG_SCHED_MC=y
374CONFIG_SCHED_SMT=y
375CONFIG_HAVE_ARM_SCU=y
376# CONFIG_ARM_ARCH_TIMER is not set
377CONFIG_HAVE_ARM_TWD=y
378CONFIG_VMSPLIT_3G=y
379# CONFIG_VMSPLIT_2G is not set
380# CONFIG_VMSPLIT_1G is not set
381CONFIG_PAGE_OFFSET=0xC0000000
382CONFIG_NR_CPUS=4
383CONFIG_HOTPLUG_CPU=y
384CONFIG_LOCAL_TIMERS=y
385CONFIG_ARCH_NR_GPIO=0
386# CONFIG_PREEMPT_NONE is not set
387# CONFIG_PREEMPT_VOLUNTARY is not set
388CONFIG_PREEMPT=y
389CONFIG_PREEMPT_COUNT=y
390CONFIG_HZ=100
391# CONFIG_THUMB2_KERNEL is not set
392CONFIG_AEABI=y
393# CONFIG_OABI_COMPAT is not set
394# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
395# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
396CONFIG_HAVE_ARCH_PFN_VALID=y
397CONFIG_HIGHMEM=y
398# CONFIG_HIGHPTE is not set
399CONFIG_HW_PERF_EVENTS=y
400CONFIG_SELECT_MEMORY_MODEL=y
401CONFIG_FLATMEM_MANUAL=y
402CONFIG_FLATMEM=y
403CONFIG_FLAT_NODE_MEM_MAP=y
404CONFIG_HAVE_MEMBLOCK=y
405CONFIG_MEMORY_ISOLATION=y
406CONFIG_PAGEFLAGS_EXTENDED=y
407CONFIG_SPLIT_PTLOCK_CPUS=4
408# CONFIG_COMPACTION is not set
409CONFIG_MIGRATION=y
410# CONFIG_PHYS_ADDR_T_64BIT is not set
411CONFIG_ZONE_DMA_FLAG=0
412CONFIG_BOUNCE=y
413CONFIG_VIRT_TO_BUS=y
414# CONFIG_KSM is not set
415CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
416CONFIG_CROSS_MEMORY_ATTACH=y
417# CONFIG_CLEANCACHE is not set
418# CONFIG_FRONTSWAP is not set
419CONFIG_FORCE_MAX_ZONEORDER=11
420CONFIG_ALIGNMENT_TRAP=y
421# CONFIG_UACCESS_WITH_MEMCPY is not set
422# CONFIG_SECCOMP is not set
423# CONFIG_CC_STACKPROTECTOR is not set
424# CONFIG_DEPRECATED_PARAM_STRUCT is not set
425
426#
427# Boot options
428#
429CONFIG_USE_OF=y
430CONFIG_ZBOOT_ROM_TEXT=0x0
431CONFIG_ZBOOT_ROM_BSS=0x0
432# CONFIG_ARM_APPENDED_DTB is not set
433CONFIG_CMDLINE="console=ttyPS0,115200n8 root=/dev/ram rw initrd=0x00800000,16M earlyprintk mtdparts=physmap-flash.0:512K(nor-fsbl),512K(nor-u-boot),5M(nor-linux),9M(nor-user),1M(nor-scratch),-(nor-rootfs)"
434CONFIG_CMDLINE_FROM_BOOTLOADER=y
435# CONFIG_CMDLINE_EXTEND is not set
436# CONFIG_CMDLINE_FORCE is not set
437# CONFIG_XIP_KERNEL is not set
438# CONFIG_KEXEC is not set
439# CONFIG_CRASH_DUMP is not set
440# CONFIG_AUTO_ZRELADDR is not set
441
442#
443# CPU Power Management
444#
445
446#
447# CPU Frequency scaling
448#
449CONFIG_CPU_FREQ=y
450CONFIG_CPU_FREQ_TABLE=y
451CONFIG_CPU_FREQ_STAT=y
452CONFIG_CPU_FREQ_STAT_DETAILS=y
453# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
454# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
455CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
456# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
457# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
458CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
459CONFIG_CPU_FREQ_GOV_POWERSAVE=y
460CONFIG_CPU_FREQ_GOV_USERSPACE=y
461CONFIG_CPU_FREQ_GOV_ONDEMAND=y
462CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
463
464#
465# ARM CPU frequency scaling drivers
466#
467# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
468# CONFIG_ARM_EXYNOS4X12_CPUFREQ is not set
469# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set
470CONFIG_ARM_ZYNQ_CPUFREQ=y
471# CONFIG_CPU_IDLE is not set
472# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
473
474#
475# Floating point emulation
476#
477
478#
479# At least one emulation must be selected
480#
481CONFIG_VFP=y
482CONFIG_VFPv3=y
483CONFIG_NEON=y
484
485#
486# Userspace binary formats
487#
488CONFIG_BINFMT_ELF=y
489CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
490# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
491CONFIG_HAVE_AOUT=y
492# CONFIG_BINFMT_AOUT is not set
493# CONFIG_BINFMT_MISC is not set
494
495#
496# Power management options
497#
498# CONFIG_SUSPEND is not set
499CONFIG_PM_RUNTIME=y
500CONFIG_PM=y
501# CONFIG_PM_DEBUG is not set
502# CONFIG_APM_EMULATION is not set
503CONFIG_ARCH_HAS_OPP=y
504CONFIG_PM_OPP=y
505CONFIG_PM_CLK=y
506CONFIG_ARCH_SUSPEND_POSSIBLE=y
507# CONFIG_ARM_CPU_SUSPEND is not set
508CONFIG_NET=y
509
510#
511# Networking options
512#
513CONFIG_PACKET=y
514CONFIG_UNIX=y
515# CONFIG_UNIX_DIAG is not set
516CONFIG_XFRM=y
517# CONFIG_XFRM_USER is not set
518# CONFIG_XFRM_SUB_POLICY is not set
519# CONFIG_XFRM_MIGRATE is not set
520# CONFIG_XFRM_STATISTICS is not set
521# CONFIG_NET_KEY is not set
522CONFIG_INET=y
523CONFIG_IP_MULTICAST=y
524# CONFIG_IP_ADVANCED_ROUTER is not set
525CONFIG_IP_PNP=y
526CONFIG_IP_PNP_DHCP=y
527CONFIG_IP_PNP_BOOTP=y
528CONFIG_IP_PNP_RARP=y
529CONFIG_NET_IPIP=m
530# CONFIG_NET_IPGRE_DEMUX is not set
531# CONFIG_IP_MROUTE is not set
532# CONFIG_ARPD is not set
533# CONFIG_SYN_COOKIES is not set
534# CONFIG_NET_IPVTI is not set
535# CONFIG_INET_AH is not set
536# CONFIG_INET_ESP is not set
537# CONFIG_INET_IPCOMP is not set
538# CONFIG_INET_XFRM_TUNNEL is not set
539CONFIG_INET_TUNNEL=m
540CONFIG_INET_XFRM_MODE_TRANSPORT=y
541CONFIG_INET_XFRM_MODE_TUNNEL=y
542CONFIG_INET_XFRM_MODE_BEET=y
543CONFIG_INET_LRO=y
544CONFIG_INET_DIAG=y
545CONFIG_INET_TCP_DIAG=y
546# CONFIG_INET_UDP_DIAG is not set
547# CONFIG_TCP_CONG_ADVANCED is not set
548CONFIG_TCP_CONG_CUBIC=y
549CONFIG_DEFAULT_TCP_CONG="cubic"
550# CONFIG_TCP_MD5SIG is not set
551CONFIG_IPV6=m
552# CONFIG_IPV6_PRIVACY is not set
553# CONFIG_IPV6_ROUTER_PREF is not set
554# CONFIG_IPV6_OPTIMISTIC_DAD is not set
555# CONFIG_INET6_AH is not set
556# CONFIG_INET6_ESP is not set
557# CONFIG_INET6_IPCOMP is not set
558# CONFIG_IPV6_MIP6 is not set
559# CONFIG_INET6_XFRM_TUNNEL is not set
560# CONFIG_INET6_TUNNEL is not set
561CONFIG_INET6_XFRM_MODE_TRANSPORT=m
562CONFIG_INET6_XFRM_MODE_TUNNEL=m
563CONFIG_INET6_XFRM_MODE_BEET=m
564# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
565CONFIG_IPV6_SIT=m
566# CONFIG_IPV6_SIT_6RD is not set
567CONFIG_IPV6_NDISC_NODETYPE=y
568# CONFIG_IPV6_TUNNEL is not set
569# CONFIG_IPV6_MULTIPLE_TABLES is not set
570# CONFIG_IPV6_MROUTE is not set
571# CONFIG_NETWORK_SECMARK is not set
572# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
573# CONFIG_NETFILTER is not set
574# CONFIG_IP_DCCP is not set
575# CONFIG_IP_SCTP is not set
576# CONFIG_RDS is not set
577# CONFIG_TIPC is not set
578# CONFIG_ATM is not set
579# CONFIG_L2TP is not set
580# CONFIG_BRIDGE is not set
581# CONFIG_NET_DSA is not set
582CONFIG_VLAN_8021Q=m
583# CONFIG_VLAN_8021Q_GVRP is not set
584# CONFIG_DECNET is not set
585# CONFIG_LLC2 is not set
586# CONFIG_IPX is not set
587# CONFIG_ATALK is not set
588# CONFIG_X25 is not set
589# CONFIG_LAPB is not set
590# CONFIG_WAN_ROUTER is not set
591# CONFIG_PHONET is not set
592# CONFIG_IEEE802154 is not set
593# CONFIG_NET_SCHED is not set
594# CONFIG_DCB is not set
595# CONFIG_BATMAN_ADV is not set
596# CONFIG_OPENVSWITCH is not set
597CONFIG_RPS=y
598CONFIG_RFS_ACCEL=y
599CONFIG_XPS=y
600CONFIG_BQL=y
601# CONFIG_BPF_JIT is not set
602
603#
604# Network testing
605#
606# CONFIG_NET_PKTGEN is not set
607# CONFIG_HAMRADIO is not set
608# CONFIG_CAN is not set
609# CONFIG_IRDA is not set
610# CONFIG_BT is not set
611# CONFIG_AF_RXRPC is not set
612CONFIG_WIRELESS=y
613# CONFIG_CFG80211 is not set
614# CONFIG_LIB80211 is not set
615
616#
617# CFG80211 needs to be enabled for MAC80211
618#
619# CONFIG_WIMAX is not set
620# CONFIG_RFKILL is not set
621# CONFIG_NET_9P is not set
622# CONFIG_CAIF is not set
623# CONFIG_CEPH_LIB is not set
624# CONFIG_NFC is not set
625CONFIG_HAVE_BPF_JIT=y
626
627#
628# Device Drivers
629#
630
631#
632# Generic Driver Options
633#
634CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
635CONFIG_DEVTMPFS=y
636CONFIG_DEVTMPFS_MOUNT=y
637CONFIG_STANDALONE=y
638CONFIG_PREVENT_FIRMWARE_BUILD=y
639CONFIG_FW_LOADER=y
640CONFIG_FIRMWARE_IN_KERNEL=y
641CONFIG_EXTRA_FIRMWARE=""
642# CONFIG_DEBUG_DRIVER is not set
643# CONFIG_DEBUG_DEVRES is not set
644# CONFIG_SYS_HYPERVISOR is not set
645# CONFIG_GENERIC_CPU_DEVICES is not set
646# CONFIG_DMA_SHARED_BUFFER is not set
647CONFIG_CMA=y
648# CONFIG_CMA_DEBUG is not set
649
650#
651# Default contiguous memory area size:
652#
653CONFIG_CMA_SIZE_MBYTES=16
654CONFIG_CMA_SIZE_SEL_MBYTES=y
655# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
656# CONFIG_CMA_SIZE_SEL_MIN is not set
657# CONFIG_CMA_SIZE_SEL_MAX is not set
658CONFIG_CMA_ALIGNMENT=8
659CONFIG_CMA_AREAS=7
660CONFIG_CONNECTOR=y
661CONFIG_PROC_EVENTS=y
662CONFIG_MTD=y
663# CONFIG_MTD_TESTS is not set
664# CONFIG_MTD_REDBOOT_PARTS is not set
665CONFIG_MTD_CMDLINE_PARTS=y
666# CONFIG_MTD_AFS_PARTS is not set
667CONFIG_MTD_OF_PARTS=y
668# CONFIG_MTD_AR7_PARTS is not set
669
670#
671# User Modules And Translation Layers
672#
673CONFIG_MTD_CHAR=y
674CONFIG_MTD_BLKDEVS=y
675CONFIG_MTD_BLOCK=y
676# CONFIG_FTL is not set
677# CONFIG_NFTL is not set
678# CONFIG_INFTL is not set
679# CONFIG_RFD_FTL is not set
680# CONFIG_SSFDC is not set
681# CONFIG_SM_FTL is not set
682# CONFIG_MTD_OOPS is not set
683# CONFIG_MTD_SWAP is not set
684
685#
686# RAM/ROM/Flash chip drivers
687#
688CONFIG_MTD_CFI=y
689# CONFIG_MTD_JEDECPROBE is not set
690CONFIG_MTD_GEN_PROBE=y
691# CONFIG_MTD_CFI_ADV_OPTIONS is not set
692CONFIG_MTD_MAP_BANK_WIDTH_1=y
693CONFIG_MTD_MAP_BANK_WIDTH_2=y
694CONFIG_MTD_MAP_BANK_WIDTH_4=y
695# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
696# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
697# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
698CONFIG_MTD_CFI_I1=y
699CONFIG_MTD_CFI_I2=y
700# CONFIG_MTD_CFI_I4 is not set
701# CONFIG_MTD_CFI_I8 is not set
702# CONFIG_MTD_CFI_INTELEXT is not set
703CONFIG_MTD_CFI_AMDSTD=y
704# CONFIG_MTD_CFI_STAA is not set
705CONFIG_MTD_CFI_UTIL=y
706# CONFIG_MTD_RAM is not set
707# CONFIG_MTD_ROM is not set
708# CONFIG_MTD_ABSENT is not set
709
710#
711# Mapping drivers for chip access
712#
713# CONFIG_MTD_COMPLEX_MAPPINGS is not set
714CONFIG_MTD_PHYSMAP=y
715# CONFIG_MTD_PHYSMAP_COMPAT is not set
716CONFIG_MTD_PHYSMAP_OF=y
717# CONFIG_MTD_INTEL_VR_NOR is not set
718# CONFIG_MTD_PLATRAM is not set
719
720#
721# Self-contained MTD device drivers
722#
723# CONFIG_MTD_PMC551 is not set
724# CONFIG_MTD_DATAFLASH is not set
725CONFIG_MTD_M25P80=y
726# CONFIG_M25PXX_USE_FAST_READ is not set
727# CONFIG_MTD_SST25L is not set
728# CONFIG_MTD_SLRAM is not set
729# CONFIG_MTD_PHRAM is not set
730# CONFIG_MTD_MTDRAM is not set
731# CONFIG_MTD_BLOCK2MTD is not set
732
733#
734# Disk-On-Chip Device Drivers
735#
736# CONFIG_MTD_DOC2000 is not set
737# CONFIG_MTD_DOC2001 is not set
738# CONFIG_MTD_DOC2001PLUS is not set
739# CONFIG_MTD_DOCG3 is not set
740CONFIG_MTD_NAND_ECC=y
741# CONFIG_MTD_NAND_ECC_SMC is not set
742CONFIG_MTD_NAND=y
743# CONFIG_MTD_NAND_VERIFY_WRITE is not set
744# CONFIG_MTD_NAND_ECC_BCH is not set
745# CONFIG_MTD_SM_COMMON is not set
746# CONFIG_MTD_NAND_MUSEUM_IDS is not set
747# CONFIG_MTD_NAND_DENALI is not set
748# CONFIG_MTD_NAND_GPIO is not set
749CONFIG_MTD_NAND_IDS=y
750# CONFIG_MTD_NAND_RICOH is not set
751# CONFIG_MTD_NAND_DISKONCHIP is not set
752# CONFIG_MTD_NAND_DOCG4 is not set
753# CONFIG_MTD_NAND_CAFE is not set
754# CONFIG_MTD_NAND_NANDSIM is not set
755# CONFIG_MTD_NAND_PLATFORM is not set
756# CONFIG_MTD_ALAUDA is not set
757CONFIG_MTD_NAND_XILINX_PS=y
758# CONFIG_MTD_ONENAND is not set
759
760#
761# LPDDR flash memory drivers
762#
763# CONFIG_MTD_LPDDR is not set
764# CONFIG_MTD_UBI is not set
765CONFIG_DTC=y
766CONFIG_OF=y
767
768#
769# Device Tree and Open Firmware support
770#
771CONFIG_PROC_DEVICETREE=y
772# CONFIG_OF_SELFTEST is not set
773CONFIG_OF_FLATTREE=y
774CONFIG_OF_EARLY_FLATTREE=y
775CONFIG_OF_ADDRESS=y
776CONFIG_OF_IRQ=y
777CONFIG_OF_DEVICE=y
778CONFIG_OF_I2C=y
779CONFIG_OF_NET=y
780CONFIG_OF_MDIO=y
781CONFIG_OF_PCI=y
782CONFIG_OF_PCI_IRQ=y
783CONFIG_OF_MTD=y
784# CONFIG_PARPORT is not set
785CONFIG_BLK_DEV=y
786# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
787# CONFIG_BLK_CPQ_DA is not set
788# CONFIG_BLK_CPQ_CISS_DA is not set
789# CONFIG_BLK_DEV_DAC960 is not set
790# CONFIG_BLK_DEV_UMEM is not set
791# CONFIG_BLK_DEV_COW_COMMON is not set
792CONFIG_BLK_DEV_LOOP=y
793CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
794# CONFIG_BLK_DEV_CRYPTOLOOP is not set
795# CONFIG_BLK_DEV_DRBD is not set
796# CONFIG_BLK_DEV_NBD is not set
797# CONFIG_BLK_DEV_NVME is not set
798# CONFIG_BLK_DEV_SX8 is not set
799# CONFIG_BLK_DEV_UB is not set
800CONFIG_BLK_DEV_RAM=y
801CONFIG_BLK_DEV_RAM_COUNT=16
802CONFIG_BLK_DEV_RAM_SIZE=16384
803# CONFIG_BLK_DEV_XIP is not set
804# CONFIG_CDROM_PKTCDVD is not set
805# CONFIG_ATA_OVER_ETH is not set
806# CONFIG_MG_DISK is not set
807# CONFIG_VIRTIO_BLK is not set
808# CONFIG_BLK_DEV_RBD is not set
809
810#
811# Misc devices
812#
813# CONFIG_SENSORS_LIS3LV02D is not set
814# CONFIG_AD525X_DPOT is not set
815# CONFIG_ATMEL_PWM is not set
816# CONFIG_PHANTOM is not set
817# CONFIG_INTEL_MID_PTI is not set
818# CONFIG_SGI_IOC4 is not set
819# CONFIG_TIFM_CORE is not set
820# CONFIG_ICS932S401 is not set
821# CONFIG_ENCLOSURE_SERVICES is not set
822# CONFIG_HP_ILO is not set
823# CONFIG_APDS9802ALS is not set
824# CONFIG_ISL29003 is not set
825# CONFIG_ISL29020 is not set
826# CONFIG_SENSORS_TSL2550 is not set
827# CONFIG_SENSORS_BH1780 is not set
828# CONFIG_SENSORS_BH1770 is not set
829# CONFIG_SENSORS_APDS990X is not set
830# CONFIG_HMC6352 is not set
831# CONFIG_DS1682 is not set
832# CONFIG_TI_DAC7512 is not set
833# CONFIG_BMP085_I2C is not set
834# CONFIG_BMP085_SPI is not set
835# CONFIG_PCH_PHUB is not set
836# CONFIG_USB_SWITCH_FSA9480 is not set
837CONFIG_SI570=y
838# CONFIG_C2PORT is not set
839
840#
841# EEPROM support
842#
843CONFIG_EEPROM_AT24=y
844CONFIG_EEPROM_AT25=y
845# CONFIG_EEPROM_LEGACY is not set
846# CONFIG_EEPROM_MAX6875 is not set
847# CONFIG_EEPROM_93CX6 is not set
848# CONFIG_EEPROM_93XX46 is not set
849# CONFIG_CB710_CORE is not set
850
851#
852# Texas Instruments shared transport line discipline
853#
854# CONFIG_TI_ST is not set
855# CONFIG_SENSORS_LIS3_SPI is not set
856# CONFIG_SENSORS_LIS3_I2C is not set
857
858#
859# Altera FPGA firmware download module
860#
861# CONFIG_ALTERA_STAPL is not set
862CONFIG_HAVE_IDE=y
863# CONFIG_IDE is not set
864
865#
866# SCSI device support
867#
868CONFIG_SCSI_MOD=y
869# CONFIG_RAID_ATTRS is not set
870CONFIG_SCSI=y
871CONFIG_SCSI_DMA=y
872# CONFIG_SCSI_TGT is not set
873# CONFIG_SCSI_NETLINK is not set
874CONFIG_SCSI_PROC_FS=y
875
876#
877# SCSI support type (disk, tape, CD-ROM)
878#
879CONFIG_BLK_DEV_SD=y
880# CONFIG_CHR_DEV_ST is not set
881# CONFIG_CHR_DEV_OSST is not set
882# CONFIG_BLK_DEV_SR is not set
883CONFIG_CHR_DEV_SG=y
884# CONFIG_CHR_DEV_SCH is not set
885CONFIG_SCSI_MULTI_LUN=y
886# CONFIG_SCSI_CONSTANTS is not set
887# CONFIG_SCSI_LOGGING is not set
888# CONFIG_SCSI_SCAN_ASYNC is not set
889
890#
891# SCSI Transports
892#
893# CONFIG_SCSI_SPI_ATTRS is not set
894# CONFIG_SCSI_FC_ATTRS is not set
895# CONFIG_SCSI_ISCSI_ATTRS is not set
896# CONFIG_SCSI_SAS_ATTRS is not set
897# CONFIG_SCSI_SAS_LIBSAS is not set
898# CONFIG_SCSI_SRP_ATTRS is not set
899CONFIG_SCSI_LOWLEVEL=y
900# CONFIG_ISCSI_TCP is not set
901# CONFIG_ISCSI_BOOT_SYSFS is not set
902# CONFIG_SCSI_CXGB3_ISCSI is not set
903# CONFIG_SCSI_CXGB4_ISCSI is not set
904# CONFIG_SCSI_BNX2_ISCSI is not set
905# CONFIG_SCSI_BNX2X_FCOE is not set
906# CONFIG_BE2ISCSI is not set
907# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
908# CONFIG_SCSI_HPSA is not set
909# CONFIG_SCSI_3W_9XXX is not set
910# CONFIG_SCSI_3W_SAS is not set
911# CONFIG_SCSI_ACARD is not set
912# CONFIG_SCSI_AACRAID is not set
913# CONFIG_SCSI_AIC7XXX is not set
914# CONFIG_SCSI_AIC7XXX_OLD is not set
915# CONFIG_SCSI_AIC79XX is not set
916# CONFIG_SCSI_AIC94XX is not set
917# CONFIG_SCSI_MVSAS is not set
918# CONFIG_SCSI_MVUMI is not set
919# CONFIG_SCSI_DPT_I2O is not set
920# CONFIG_SCSI_ADVANSYS is not set
921# CONFIG_SCSI_ARCMSR is not set
922# CONFIG_MEGARAID_NEWGEN is not set
923# CONFIG_MEGARAID_LEGACY is not set
924# CONFIG_MEGARAID_SAS is not set
925# CONFIG_SCSI_MPT2SAS is not set
926# CONFIG_SCSI_UFSHCD is not set
927# CONFIG_SCSI_HPTIOP is not set
928# CONFIG_SCSI_BUSLOGIC is not set
929# CONFIG_LIBFC is not set
930# CONFIG_LIBFCOE is not set
931# CONFIG_FCOE is not set
932# CONFIG_SCSI_DMX3191D is not set
933# CONFIG_SCSI_EATA is not set
934# CONFIG_SCSI_FUTURE_DOMAIN is not set
935# CONFIG_SCSI_GDTH is not set
936# CONFIG_SCSI_IPS is not set
937# CONFIG_SCSI_INITIO is not set
938# CONFIG_SCSI_INIA100 is not set
939# CONFIG_SCSI_STEX is not set
940# CONFIG_SCSI_SYM53C8XX_2 is not set
941# CONFIG_SCSI_QLOGIC_1280 is not set
942# CONFIG_SCSI_QLA_FC is not set
943# CONFIG_SCSI_QLA_ISCSI is not set
944# CONFIG_SCSI_LPFC is not set
945# CONFIG_SCSI_DC395x is not set
946# CONFIG_SCSI_DC390T is not set
947# CONFIG_SCSI_NSP32 is not set
948# CONFIG_SCSI_DEBUG is not set
949# CONFIG_SCSI_PMCRAID is not set
950# CONFIG_SCSI_PM8001 is not set
951# CONFIG_SCSI_SRP is not set
952# CONFIG_SCSI_BFA_FC is not set
953# CONFIG_SCSI_VIRTIO is not set
954# CONFIG_SCSI_DH is not set
955# CONFIG_SCSI_OSD_INITIATOR is not set
956# CONFIG_ATA is not set
957# CONFIG_MD is not set
958# CONFIG_TARGET_CORE is not set
959# CONFIG_FUSION is not set
960
961#
962# IEEE 1394 (FireWire) support
963#
964# CONFIG_FIREWIRE is not set
965# CONFIG_FIREWIRE_NOSY is not set
966# CONFIG_I2O is not set
967CONFIG_NETDEVICES=y
968CONFIG_NET_CORE=y
969# CONFIG_BONDING is not set
970# CONFIG_DUMMY is not set
971# CONFIG_EQUALIZER is not set
972# CONFIG_NET_FC is not set
973CONFIG_MII=y
974# CONFIG_NET_TEAM is not set
975# CONFIG_MACVLAN is not set
976# CONFIG_NETCONSOLE is not set
977# CONFIG_NETPOLL is not set
978# CONFIG_NET_POLL_CONTROLLER is not set
979# CONFIG_TUN is not set
980# CONFIG_VETH is not set
981# CONFIG_VIRTIO_NET is not set
982# CONFIG_ARCNET is not set
983
984#
985# CAIF transport drivers
986#
987CONFIG_ETHERNET=y
988# CONFIG_NET_VENDOR_3COM is not set
989# CONFIG_NET_VENDOR_ADAPTEC is not set
990# CONFIG_NET_VENDOR_ALTEON is not set
991# CONFIG_NET_VENDOR_AMD is not set
992# CONFIG_NET_VENDOR_ATHEROS is not set
993CONFIG_NET_VENDOR_BROADCOM=y
994# CONFIG_B44 is not set
995# CONFIG_BNX2 is not set
996# CONFIG_CNIC is not set
997CONFIG_TIGON3=y
998# CONFIG_BNX2X is not set
999# CONFIG_NET_VENDOR_BROCADE is not set
1000# CONFIG_NET_CALXEDA_XGMAC is not set
1001# CONFIG_NET_VENDOR_CHELSIO is not set
1002# CONFIG_NET_VENDOR_CIRRUS is not set
1003# CONFIG_NET_VENDOR_CISCO is not set
1004# CONFIG_DM9000 is not set
1005# CONFIG_DNET is not set
1006# CONFIG_NET_VENDOR_DEC is not set
1007# CONFIG_NET_VENDOR_DLINK is not set
1008# CONFIG_NET_VENDOR_EMULEX is not set
1009# CONFIG_NET_VENDOR_EXAR is not set
1010# CONFIG_NET_VENDOR_FARADAY is not set
1011# CONFIG_NET_VENDOR_HP is not set
1012CONFIG_NET_VENDOR_INTEL=y
1013# CONFIG_E100 is not set
1014# CONFIG_E1000 is not set
1015CONFIG_E1000E=y
1016# CONFIG_IGB is not set
1017# CONFIG_IGBVF is not set
1018# CONFIG_IXGB is not set
1019# CONFIG_IXGBE is not set
1020# CONFIG_IXGBEVF is not set
1021CONFIG_NET_VENDOR_I825XX=y
1022# CONFIG_ZNET is not set
1023# CONFIG_IP1000 is not set
1024# CONFIG_JME is not set
1025# CONFIG_NET_VENDOR_MARVELL is not set
1026# CONFIG_NET_VENDOR_MELLANOX is not set
1027# CONFIG_NET_VENDOR_MICREL is not set
1028# CONFIG_NET_VENDOR_MICROCHIP is not set
1029# CONFIG_NET_VENDOR_MYRI is not set
1030# CONFIG_FEALNX is not set
1031# CONFIG_NET_VENDOR_NATSEMI is not set
1032# CONFIG_NET_VENDOR_NVIDIA is not set
1033# CONFIG_NET_VENDOR_OKI is not set
1034# CONFIG_ETHOC is not set
1035# CONFIG_NET_PACKET_ENGINE is not set
1036# CONFIG_NET_VENDOR_QLOGIC is not set
1037CONFIG_NET_VENDOR_REALTEK=y
1038# CONFIG_8139CP is not set
1039# CONFIG_8139TOO is not set
1040CONFIG_R8169=y
1041# CONFIG_NET_VENDOR_RDC is not set
1042# CONFIG_NET_VENDOR_SEEQ is not set
1043# CONFIG_NET_VENDOR_SILAN is not set
1044# CONFIG_NET_VENDOR_SIS is not set
1045# CONFIG_SFC is not set
1046# CONFIG_NET_VENDOR_SMSC is not set
1047# CONFIG_NET_VENDOR_STMICRO is not set
1048# CONFIG_NET_VENDOR_SUN is not set
1049# CONFIG_NET_VENDOR_TEHUTI is not set
1050# CONFIG_NET_VENDOR_TI is not set
1051# CONFIG_NET_VENDOR_VIA is not set
1052# CONFIG_NET_VENDOR_WIZNET is not set
1053CONFIG_NET_VENDOR_XILINX=y
1054CONFIG_XILINX_EMACLITE=y
1055CONFIG_XILINX_AXI_EMAC=y
1056CONFIG_XILINX_PS_EMAC=y
1057# CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set
1058# CONFIG_FDDI is not set
1059# CONFIG_HIPPI is not set
1060CONFIG_PHYLIB=y
1061
1062#
1063# MII PHY device drivers
1064#
1065# CONFIG_AMD_PHY is not set
1066CONFIG_MARVELL_PHY=y
1067# CONFIG_DAVICOM_PHY is not set
1068# CONFIG_QSEMI_PHY is not set
1069# CONFIG_LXT_PHY is not set
1070# CONFIG_CICADA_PHY is not set
1071CONFIG_VITESSE_PHY=y
1072# CONFIG_SMSC_PHY is not set
1073# CONFIG_BROADCOM_PHY is not set
1074# CONFIG_BCM87XX_PHY is not set
1075# CONFIG_ICPLUS_PHY is not set
1076# CONFIG_REALTEK_PHY is not set
1077# CONFIG_NATIONAL_PHY is not set
1078# CONFIG_STE10XP is not set
1079# CONFIG_LSI_ET1011C_PHY is not set
1080# CONFIG_MICREL_PHY is not set
1081# CONFIG_FIXED_PHY is not set
1082CONFIG_MDIO_BITBANG=y
1083# CONFIG_MDIO_GPIO is not set
1084# CONFIG_MDIO_BUS_MUX_GPIO is not set
1085# CONFIG_MICREL_KS8995MA is not set
1086# CONFIG_PPP is not set
1087# CONFIG_SLIP is not set
1088
1089#
1090# USB Network Adapters
1091#
1092# CONFIG_USB_CATC is not set
1093# CONFIG_USB_KAWETH is not set
1094# CONFIG_USB_PEGASUS is not set
1095# CONFIG_USB_RTL8150 is not set
1096# CONFIG_USB_USBNET is not set
1097# CONFIG_USB_IPHETH is not set
1098CONFIG_WLAN=y
1099# CONFIG_AIRO is not set
1100# CONFIG_ATMEL is not set
1101# CONFIG_PRISM54 is not set
1102# CONFIG_USB_ZD1201 is not set
1103# CONFIG_HOSTAP is not set
1104# CONFIG_WL_TI is not set
1105
1106#
1107# Enable WiMAX (Networking options) to see the WiMAX drivers
1108#
1109# CONFIG_WAN is not set
1110# CONFIG_VMXNET3 is not set
1111# CONFIG_ISDN is not set
1112
1113#
1114# Input device support
1115#
1116CONFIG_INPUT=y
1117# CONFIG_INPUT_FF_MEMLESS is not set
1118# CONFIG_INPUT_POLLDEV is not set
1119CONFIG_INPUT_SPARSEKMAP=y
1120# CONFIG_INPUT_MATRIXKMAP is not set
1121
1122#
1123# Userland interfaces
1124#
1125CONFIG_INPUT_MOUSEDEV=y
1126CONFIG_INPUT_MOUSEDEV_PSAUX=y
1127CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
1128CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1129# CONFIG_INPUT_JOYDEV is not set
1130CONFIG_INPUT_EVDEV=y
1131CONFIG_INPUT_EVBUG=y
1132
1133#
1134# Input Device Drivers
1135#
1136CONFIG_INPUT_KEYBOARD=y
1137# CONFIG_KEYBOARD_ADP5588 is not set
1138# CONFIG_KEYBOARD_ADP5589 is not set
1139CONFIG_KEYBOARD_ATKBD=y
1140# CONFIG_KEYBOARD_QT1070 is not set
1141# CONFIG_KEYBOARD_QT2160 is not set
1142# CONFIG_KEYBOARD_LKKBD is not set
1143# CONFIG_KEYBOARD_GPIO is not set
1144# CONFIG_KEYBOARD_TCA6416 is not set
1145# CONFIG_KEYBOARD_TCA8418 is not set
1146# CONFIG_KEYBOARD_MATRIX is not set
1147# CONFIG_KEYBOARD_LM8333 is not set
1148# CONFIG_KEYBOARD_MAX7359 is not set
1149# CONFIG_KEYBOARD_MCS is not set
1150# CONFIG_KEYBOARD_MPR121 is not set
1151# CONFIG_KEYBOARD_NEWTON is not set
1152# CONFIG_KEYBOARD_OPENCORES is not set
1153# CONFIG_KEYBOARD_SAMSUNG is not set
1154# CONFIG_KEYBOARD_STOWAWAY is not set
1155# CONFIG_KEYBOARD_SUNKBD is not set
1156# CONFIG_KEYBOARD_OMAP4 is not set
1157# CONFIG_KEYBOARD_XTKBD is not set
1158CONFIG_INPUT_MOUSE=y
1159CONFIG_MOUSE_PS2=y
1160CONFIG_MOUSE_PS2_ALPS=y
1161CONFIG_MOUSE_PS2_LOGIPS2PP=y
1162CONFIG_MOUSE_PS2_SYNAPTICS=y
1163CONFIG_MOUSE_PS2_TRACKPOINT=y
1164# CONFIG_MOUSE_PS2_ELANTECH is not set
1165# CONFIG_MOUSE_PS2_SENTELIC is not set
1166# CONFIG_MOUSE_PS2_TOUCHKIT is not set
1167# CONFIG_MOUSE_SERIAL is not set
1168# CONFIG_MOUSE_APPLETOUCH is not set
1169# CONFIG_MOUSE_BCM5974 is not set
1170# CONFIG_MOUSE_VSXXXAA is not set
1171# CONFIG_MOUSE_GPIO is not set
1172# CONFIG_MOUSE_SYNAPTICS_I2C is not set
1173# CONFIG_MOUSE_SYNAPTICS_USB is not set
1174# CONFIG_INPUT_JOYSTICK is not set
1175# CONFIG_INPUT_TABLET is not set
1176# CONFIG_INPUT_TOUCHSCREEN is not set
1177# CONFIG_INPUT_MISC is not set
1178
1179#
1180# Hardware I/O ports
1181#
1182CONFIG_SERIO=y
1183CONFIG_SERIO_SERPORT=y
1184# CONFIG_SERIO_AMBAKMI is not set
1185# CONFIG_SERIO_PCIPS2 is not set
1186CONFIG_SERIO_LIBPS2=y
1187# CONFIG_SERIO_RAW is not set
1188# CONFIG_SERIO_ALTERA_PS2 is not set
1189# CONFIG_SERIO_PS2MULT is not set
1190# CONFIG_GAMEPORT is not set
1191
1192#
1193# Character devices
1194#
1195CONFIG_VT=y
1196CONFIG_CONSOLE_TRANSLATIONS=y
1197CONFIG_VT_CONSOLE=y
1198CONFIG_HW_CONSOLE=y
1199CONFIG_VT_HW_CONSOLE_BINDING=y
1200CONFIG_UNIX98_PTYS=y
1201# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1202# CONFIG_LEGACY_PTYS is not set
1203# CONFIG_SERIAL_NONSTANDARD is not set
1204# CONFIG_NOZOMI is not set
1205# CONFIG_N_GSM is not set
1206# CONFIG_TRACE_SINK is not set
1207# CONFIG_DEVKMEM is not set
1208
1209#
1210# Serial drivers
1211#
1212# CONFIG_SERIAL_8250 is not set
1213
1214#
1215# Non-8250 serial port support
1216#
1217# CONFIG_SERIAL_AMBA_PL010 is not set
1218# CONFIG_SERIAL_AMBA_PL011 is not set
1219# CONFIG_SERIAL_MAX3100 is not set
1220# CONFIG_SERIAL_MAX3107 is not set
1221# CONFIG_SERIAL_MFD_HSU is not set
1222# CONFIG_SERIAL_UARTLITE is not set
1223CONFIG_SERIAL_CORE=y
1224CONFIG_SERIAL_CORE_CONSOLE=y
1225# CONFIG_SERIAL_JSM is not set
1226# CONFIG_SERIAL_TIMBERDALE is not set
1227# CONFIG_SERIAL_ALTERA_JTAGUART is not set
1228# CONFIG_SERIAL_ALTERA_UART is not set
1229# CONFIG_SERIAL_IFX6X60 is not set
1230# CONFIG_SERIAL_PCH_UART is not set
1231CONFIG_SERIAL_XILINX_PS_UART=y
1232CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
1233# CONFIG_TTY_PRINTK is not set
1234# CONFIG_HVC_DCC is not set
1235# CONFIG_VIRTIO_CONSOLE is not set
1236# CONFIG_IPMI_HANDLER is not set
1237# CONFIG_HW_RANDOM is not set
1238CONFIG_XILINX_DEVCFG=y
1239# CONFIG_R3964 is not set
1240# CONFIG_APPLICOM is not set
1241# CONFIG_RAW_DRIVER is not set
1242# CONFIG_TCG_TPM is not set
1243CONFIG_DEVPORT=y
1244CONFIG_I2C=y
1245CONFIG_I2C_BOARDINFO=y
1246CONFIG_I2C_COMPAT=y
1247CONFIG_I2C_CHARDEV=y
1248CONFIG_I2C_MUX=y
1249
1250#
1251# Multiplexer I2C Chip support
1252#
1253# CONFIG_I2C_MUX_GPIO is not set
1254# CONFIG_I2C_MUX_PCA9541 is not set
1255CONFIG_I2C_MUX_PCA954x=y
1256CONFIG_I2C_HELPER_AUTO=y
1257
1258#
1259# I2C Hardware Bus support
1260#
1261
1262#
1263# PC SMBus host controller drivers
1264#
1265# CONFIG_I2C_ALI1535 is not set
1266# CONFIG_I2C_ALI1563 is not set
1267# CONFIG_I2C_ALI15X3 is not set
1268# CONFIG_I2C_AMD756 is not set
1269# CONFIG_I2C_AMD8111 is not set
1270# CONFIG_I2C_I801 is not set
1271# CONFIG_I2C_ISCH is not set
1272# CONFIG_I2C_PIIX4 is not set
1273# CONFIG_I2C_NFORCE2 is not set
1274# CONFIG_I2C_SIS5595 is not set
1275# CONFIG_I2C_SIS630 is not set
1276# CONFIG_I2C_SIS96X is not set
1277# CONFIG_I2C_VIA is not set
1278# CONFIG_I2C_VIAPRO is not set
1279
1280#
1281# I2C system bus drivers (mostly embedded / system-on-chip)
1282#
1283# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
1284# CONFIG_I2C_DESIGNWARE_PCI is not set
1285# CONFIG_I2C_EG20T is not set
1286# CONFIG_I2C_GPIO is not set
1287# CONFIG_I2C_INTEL_MID is not set
1288# CONFIG_I2C_NOMADIK is not set
1289# CONFIG_I2C_OCORES is not set
1290# CONFIG_I2C_PCA_PLATFORM is not set
1291# CONFIG_I2C_PXA_PCI is not set
1292# CONFIG_I2C_SIMTEC is not set
1293CONFIG_I2C_XILINX_PS=y
1294# CONFIG_I2C_XILINX is not set
1295
1296#
1297# External I2C/SMBus adapter drivers
1298#
1299# CONFIG_I2C_DIOLAN_U2C is not set
1300# CONFIG_I2C_PARPORT_LIGHT is not set
1301# CONFIG_I2C_TAOS_EVM is not set
1302# CONFIG_I2C_TINY_USB is not set
1303
1304#
1305# Other I2C/SMBus bus drivers
1306#
1307# CONFIG_I2C_STUB is not set
1308# CONFIG_I2C_DEBUG_CORE is not set
1309# CONFIG_I2C_DEBUG_ALGO is not set
1310# CONFIG_I2C_DEBUG_BUS is not set
1311CONFIG_SPI=y
1312# CONFIG_SPI_DEBUG is not set
1313CONFIG_SPI_MASTER=y
1314
1315#
1316# SPI Master Controller Drivers
1317#
1318# CONFIG_SPI_ALTERA is not set
1319# CONFIG_SPI_BITBANG is not set
1320# CONFIG_SPI_GPIO is not set
1321# CONFIG_SPI_OC_TINY is not set
1322# CONFIG_SPI_PL022 is not set
1323# CONFIG_SPI_PXA2XX_PCI is not set
1324# CONFIG_SPI_TOPCLIFF_PCH is not set
1325# CONFIG_SPI_XCOMM is not set
1326# CONFIG_SPI_XILINX is not set
1327CONFIG_SPI_XILINX_PS_QSPI=y
1328CONFIG_SPI_XILINX_PS_SPI=y
1329# CONFIG_SPI_DESIGNWARE is not set
1330
1331#
1332# SPI Protocol Masters
1333#
1334# CONFIG_SPI_SPIDEV is not set
1335# CONFIG_SPI_TLE62X0 is not set
1336# CONFIG_HSI is not set
1337
1338#
1339# PPS support
1340#
1341# CONFIG_PPS is not set
1342
1343#
1344# PPS generators support
1345#
1346
1347#
1348# PTP clock support
1349#
1350
1351#
1352# Enable Device Drivers -> PPS to see the PTP clock options.
1353#
1354CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
1355CONFIG_ARCH_REQUIRE_GPIOLIB=y
1356CONFIG_GPIOLIB=y
1357CONFIG_OF_GPIO=y
1358# CONFIG_DEBUG_GPIO is not set
1359CONFIG_GPIO_SYSFS=y
1360
1361#
1362# Memory mapped GPIO drivers:
1363#
1364# CONFIG_GPIO_GENERIC_PLATFORM is not set
1365# CONFIG_GPIO_EM is not set
1366# CONFIG_GPIO_PL061 is not set
1367# CONFIG_GPIO_XILINX is not set
1368CONFIG_GPIO_XILINX_PS=y
1369# CONFIG_GPIO_VX855 is not set
1370
1371#
1372# I2C GPIO expanders:
1373#
1374# CONFIG_GPIO_MAX7300 is not set
1375# CONFIG_GPIO_MAX732X is not set
1376# CONFIG_GPIO_PCF857X is not set
1377# CONFIG_GPIO_SX150X is not set
1378# CONFIG_GPIO_ADP5588 is not set
1379
1380#
1381# PCI GPIO expanders:
1382#
1383# CONFIG_GPIO_BT8XX is not set
1384# CONFIG_GPIO_AMD8111 is not set
1385# CONFIG_GPIO_ML_IOH is not set
1386# CONFIG_GPIO_RDC321X is not set
1387
1388#
1389# SPI GPIO expanders:
1390#
1391# CONFIG_GPIO_MAX7301 is not set
1392# CONFIG_GPIO_MCP23S08 is not set
1393# CONFIG_GPIO_MC33880 is not set
1394# CONFIG_GPIO_74X164 is not set
1395
1396#
1397# AC97 GPIO expanders:
1398#
1399
1400#
1401# MODULbus GPIO expanders:
1402#
1403# CONFIG_W1 is not set
1404# CONFIG_POWER_SUPPLY is not set
1405# CONFIG_POWER_AVS is not set
1406# CONFIG_HWMON is not set
1407# CONFIG_THERMAL is not set
1408CONFIG_WATCHDOG=y
1409CONFIG_WATCHDOG_CORE=y
1410# CONFIG_WATCHDOG_NOWAYOUT is not set
1411
1412#
1413# Watchdog Device Drivers
1414#
1415# CONFIG_SOFT_WATCHDOG is not set
1416# CONFIG_ARM_SP805_WATCHDOG is not set
1417# CONFIG_DW_WATCHDOG is not set
1418CONFIG_MPCORE_WATCHDOG=y
1419CONFIG_XILINX_PS_WATCHDOG=y
1420# CONFIG_MAX63XX_WATCHDOG is not set
1421# CONFIG_ALIM7101_WDT is not set
1422# CONFIG_I6300ESB_WDT is not set
1423
1424#
1425# PCI-based Watchdog Cards
1426#
1427# CONFIG_PCIPCWATCHDOG is not set
1428# CONFIG_WDTPCI is not set
1429
1430#
1431# USB-based Watchdog Cards
1432#
1433# CONFIG_USBPCWATCHDOG is not set
1434CONFIG_SSB_POSSIBLE=y
1435
1436#
1437# Sonics Silicon Backplane
1438#
1439# CONFIG_SSB is not set
1440CONFIG_BCMA_POSSIBLE=y
1441
1442#
1443# Broadcom specific AMBA
1444#
1445# CONFIG_BCMA is not set
1446
1447#
1448# Multifunction device drivers
1449#
1450# CONFIG_MFD_CORE is not set
1451# CONFIG_MFD_88PM860X is not set
1452# CONFIG_MFD_88PM800 is not set
1453# CONFIG_MFD_88PM805 is not set
1454# CONFIG_MFD_SM501 is not set
1455# CONFIG_MFD_ASIC3 is not set
1456# CONFIG_HTC_EGPIO is not set
1457# CONFIG_HTC_PASIC3 is not set
1458# CONFIG_HTC_I2CPLD is not set
1459# CONFIG_MFD_LM3533 is not set
1460# CONFIG_TPS6105X is not set
1461# CONFIG_TPS65010 is not set
1462# CONFIG_TPS6507X is not set
1463# CONFIG_MFD_TPS65217 is not set
1464# CONFIG_MFD_TPS65910 is not set
1465# CONFIG_MFD_TPS65912_I2C is not set
1466# CONFIG_MFD_TPS65912_SPI is not set
1467# CONFIG_TWL4030_CORE is not set
1468# CONFIG_TWL6040_CORE is not set
1469# CONFIG_MFD_STMPE is not set
1470# CONFIG_MFD_TC3589X is not set
1471# CONFIG_MFD_TMIO is not set
1472# CONFIG_MFD_T7L66XB is not set
1473# CONFIG_MFD_TC6387XB is not set
1474# CONFIG_MFD_TC6393XB is not set
1475# CONFIG_PMIC_DA903X is not set
1476# CONFIG_MFD_DA9052_SPI is not set
1477# CONFIG_MFD_DA9052_I2C is not set
1478# CONFIG_PMIC_ADP5520 is not set
1479# CONFIG_MFD_MAX77686 is not set
1480# CONFIG_MFD_MAX77693 is not set
1481# CONFIG_MFD_MAX8925 is not set
1482# CONFIG_MFD_MAX8997 is not set
1483# CONFIG_MFD_MAX8998 is not set
1484# CONFIG_MFD_SEC_CORE is not set
1485# CONFIG_MFD_ARIZONA_I2C is not set
1486# CONFIG_MFD_ARIZONA_SPI is not set
1487# CONFIG_MFD_WM8400 is not set
1488# CONFIG_MFD_WM831X_I2C is not set
1489# CONFIG_MFD_WM831X_SPI is not set
1490# CONFIG_MFD_WM8350_I2C is not set
1491# CONFIG_MFD_WM8994 is not set
1492# CONFIG_MFD_PCF50633 is not set
1493# CONFIG_MFD_MC13XXX_SPI is not set
1494# CONFIG_MFD_MC13XXX_I2C is not set
1495# CONFIG_ABX500_CORE is not set
1496# CONFIG_EZX_PCAP is not set
1497# CONFIG_MFD_TIMBERDALE is not set
1498# CONFIG_LPC_SCH is not set
1499# CONFIG_LPC_ICH is not set
1500# CONFIG_MFD_RDC321X is not set
1501# CONFIG_MFD_JANZ_CMODIO is not set
1502# CONFIG_MFD_VX855 is not set
1503# CONFIG_MFD_WL1273_CORE is not set
1504# CONFIG_MFD_TPS65090 is not set
1505# CONFIG_MFD_AAT2870_CORE is not set
1506# CONFIG_MFD_RC5T583 is not set
1507# CONFIG_MFD_PALMAS is not set
1508# CONFIG_REGULATOR is not set
1509CONFIG_MEDIA_SUPPORT=y
1510
1511#
1512# Multimedia core support
1513#
1514# CONFIG_MEDIA_CAMERA_SUPPORT is not set
1515# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
1516# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
1517# CONFIG_MEDIA_RADIO_SUPPORT is not set
1518# CONFIG_MEDIA_RC_SUPPORT is not set
1519
1520#
1521# Media drivers
1522#
1523
1524#
1525# Graphics support
1526#
1527CONFIG_VGA_ARB=y
1528CONFIG_VGA_ARB_MAX_GPUS=16
1529# CONFIG_DRM is not set
1530# CONFIG_STUB_POULSBO is not set
1531# CONFIG_VGASTATE is not set
1532# CONFIG_VIDEO_OUTPUT_CONTROL is not set
1533CONFIG_FB=y
1534# CONFIG_FIRMWARE_EDID is not set
1535# CONFIG_FB_DDC is not set
1536# CONFIG_FB_BOOT_VESA_SUPPORT is not set
1537CONFIG_FB_CFB_FILLRECT=y
1538CONFIG_FB_CFB_COPYAREA=y
1539CONFIG_FB_CFB_IMAGEBLIT=y
1540# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1541# CONFIG_FB_SYS_FILLRECT is not set
1542# CONFIG_FB_SYS_COPYAREA is not set
1543# CONFIG_FB_SYS_IMAGEBLIT is not set
1544# CONFIG_FB_FOREIGN_ENDIAN is not set
1545# CONFIG_FB_SYS_FOPS is not set
1546# CONFIG_FB_WMT_GE_ROPS is not set
1547# CONFIG_FB_SVGALIB is not set
1548# CONFIG_FB_MACMODES is not set
1549# CONFIG_FB_BACKLIGHT is not set
1550# CONFIG_FB_MODE_HELPERS is not set
1551# CONFIG_FB_TILEBLITTING is not set
1552
1553#
1554# Frame buffer hardware drivers
1555#
1556# CONFIG_FB_CIRRUS is not set
1557# CONFIG_FB_PM2 is not set
1558# CONFIG_FB_ARMCLCD is not set
1559# CONFIG_FB_CYBER2000 is not set
1560# CONFIG_FB_ASILIANT is not set
1561# CONFIG_FB_IMSTT is not set
1562# CONFIG_FB_UVESA is not set
1563# CONFIG_FB_S1D13XXX is not set
1564# CONFIG_FB_NVIDIA is not set
1565# CONFIG_FB_RIVA is not set
1566# CONFIG_FB_I740 is not set
1567# CONFIG_FB_MATROX is not set
1568# CONFIG_FB_RADEON is not set
1569# CONFIG_FB_ATY128 is not set
1570# CONFIG_FB_ATY is not set
1571# CONFIG_FB_S3 is not set
1572# CONFIG_FB_SAVAGE is not set
1573# CONFIG_FB_SIS is not set
1574# CONFIG_FB_NEOMAGIC is not set
1575# CONFIG_FB_KYRO is not set
1576# CONFIG_FB_3DFX is not set
1577# CONFIG_FB_VOODOO1 is not set
1578# CONFIG_FB_VT8623 is not set
1579# CONFIG_FB_TRIDENT is not set
1580# CONFIG_FB_ARK is not set
1581# CONFIG_FB_PM3 is not set
1582# CONFIG_FB_CARMINE is not set
1583# CONFIG_FB_SMSCUFX is not set
1584# CONFIG_FB_UDL is not set
1585# CONFIG_FB_XILINX is not set
1586# CONFIG_FB_VIRTUAL is not set
1587# CONFIG_FB_METRONOME is not set
1588# CONFIG_FB_MB862XX is not set
1589# CONFIG_FB_BROADSHEET is not set
1590# CONFIG_FB_AUO_K190X is not set
1591CONFIG_FB_XYLON=y
1592# CONFIG_FB_XYLON_PLATFORM is not set
1593CONFIG_FB_XYLON_OF=y
1594# CONFIG_FB_XYLON_EXT_PIXCLK is not set
1595# CONFIG_FB_XYLON_ZYNQ_PS_PIXCLK is not set
1596CONFIG_FB_XYLON_ZC702_PIXCLK=y
1597# CONFIG_EXYNOS_VIDEO is not set
1598# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1599
1600#
1601# Console display driver support
1602#
1603CONFIG_DUMMY_CONSOLE=y
1604CONFIG_FRAMEBUFFER_CONSOLE=y
1605# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1606# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1607CONFIG_FONTS=y
1608CONFIG_FONT_8x8=y
1609CONFIG_FONT_8x16=y
1610# CONFIG_FONT_6x11 is not set
1611# CONFIG_FONT_7x14 is not set
1612# CONFIG_FONT_PEARL_8x8 is not set
1613# CONFIG_FONT_ACORN_8x8 is not set
1614# CONFIG_FONT_MINI_4x6 is not set
1615# CONFIG_FONT_SUN8x16 is not set
1616# CONFIG_FONT_SUN12x22 is not set
1617# CONFIG_FONT_10x18 is not set
1618# CONFIG_LOGO is not set
1619# CONFIG_SOUND is not set
1620
1621#
1622# HID support
1623#
1624CONFIG_HID=y
1625# CONFIG_HIDRAW is not set
1626# CONFIG_UHID is not set
1627CONFIG_HID_GENERIC=y
1628
1629#
1630# Special HID drivers
1631#
1632# CONFIG_HID_A4TECH is not set
1633# CONFIG_HID_ACRUX is not set
1634# CONFIG_HID_APPLE is not set
1635# CONFIG_HID_AUREAL is not set
1636# CONFIG_HID_BELKIN is not set
1637# CONFIG_HID_CHERRY is not set
1638# CONFIG_HID_CHICONY is not set
1639# CONFIG_HID_CYPRESS is not set
1640# CONFIG_HID_DRAGONRISE is not set
1641# CONFIG_HID_EMS_FF is not set
1642# CONFIG_HID_EZKEY is not set
1643# CONFIG_HID_HOLTEK is not set
1644# CONFIG_HID_KEYTOUCH is not set
1645# CONFIG_HID_KYE is not set
1646# CONFIG_HID_UCLOGIC is not set
1647# CONFIG_HID_WALTOP is not set
1648# CONFIG_HID_GYRATION is not set
1649# CONFIG_HID_TWINHAN is not set
1650# CONFIG_HID_KENSINGTON is not set
1651# CONFIG_HID_LCPOWER is not set
1652# CONFIG_HID_LENOVO_TPKBD is not set
1653# CONFIG_HID_LOGITECH is not set
1654CONFIG_HID_MICROSOFT=y
1655# CONFIG_HID_MONTEREY is not set
1656# CONFIG_HID_MULTITOUCH is not set
1657# CONFIG_HID_NTRIG is not set
1658# CONFIG_HID_ORTEK is not set
1659# CONFIG_HID_PANTHERLORD is not set
1660# CONFIG_HID_PETALYNX is not set
1661# CONFIG_HID_PICOLCD is not set
1662# CONFIG_HID_PRIMAX is not set
1663# CONFIG_HID_ROCCAT is not set
1664# CONFIG_HID_SAITEK is not set
1665# CONFIG_HID_SAMSUNG is not set
1666# CONFIG_HID_SONY is not set
1667# CONFIG_HID_SPEEDLINK is not set
1668# CONFIG_HID_SUNPLUS is not set
1669# CONFIG_HID_GREENASIA is not set
1670# CONFIG_HID_SMARTJOYPLUS is not set
1671# CONFIG_HID_TIVO is not set
1672# CONFIG_HID_TOPSEED is not set
1673# CONFIG_HID_THRUSTMASTER is not set
1674# CONFIG_HID_ZEROPLUS is not set
1675# CONFIG_HID_ZYDACRON is not set
1676
1677#
1678# USB HID support
1679#
1680CONFIG_USB_HID=y
1681# CONFIG_HID_PID is not set
1682# CONFIG_USB_HIDDEV is not set
1683CONFIG_USB_ARCH_HAS_OHCI=y
1684CONFIG_USB_ARCH_HAS_EHCI=y
1685CONFIG_USB_ARCH_HAS_XHCI=y
1686CONFIG_USB_SUPPORT=y
1687CONFIG_USB_COMMON=y
1688CONFIG_USB_ARCH_HAS_HCD=y
1689CONFIG_USB=y
1690# CONFIG_USB_DEBUG is not set
1691# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
1692
1693#
1694# Miscellaneous USB options
1695#
1696# CONFIG_USB_DYNAMIC_MINORS is not set
1697CONFIG_USB_SUSPEND=y
1698CONFIG_USB_OTG=y
1699# CONFIG_USB_OTG_WHITELIST is not set
1700# CONFIG_USB_OTG_BLACKLIST_HUB is not set
1701# CONFIG_USB_DWC3 is not set
1702# CONFIG_USB_MON is not set
1703# CONFIG_USB_WUSB_CBAF is not set
1704
1705#
1706# USB Host Controller Drivers
1707#
1708# CONFIG_USB_C67X00_HCD is not set
1709# CONFIG_USB_XHCI_HCD is not set
1710CONFIG_USB_EHCI_HCD=y
1711CONFIG_USB_EHCI_ROOT_HUB_TT=y
1712# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1713CONFIG_USB_XUSBPS_DR_OF=y
1714CONFIG_USB_EHCI_XUSBPS=y
1715# CONFIG_USB_OXU210HP_HCD is not set
1716# CONFIG_USB_ISP116X_HCD is not set
1717# CONFIG_USB_ISP1760_HCD is not set
1718# CONFIG_USB_ISP1362_HCD is not set
1719# CONFIG_USB_OHCI_HCD is not set
1720# CONFIG_USB_EHCI_HCD_PLATFORM is not set
1721# CONFIG_USB_UHCI_HCD is not set
1722# CONFIG_USB_SL811_HCD is not set
1723# CONFIG_USB_R8A66597_HCD is not set
1724# CONFIG_USB_MUSB_HDRC is not set
1725# CONFIG_USB_CHIPIDEA is not set
1726# CONFIG_USB_RENESAS_USBHS is not set
1727
1728#
1729# USB Device Class drivers
1730#
1731# CONFIG_USB_ACM is not set
1732# CONFIG_USB_PRINTER is not set
1733# CONFIG_USB_WDM is not set
1734# CONFIG_USB_TMC is not set
1735
1736#
1737# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
1738#
1739
1740#
1741# also be needed; see USB_STORAGE Help for more info
1742#
1743CONFIG_USB_STORAGE=y
1744# CONFIG_USB_STORAGE_DEBUG is not set
1745# CONFIG_USB_STORAGE_REALTEK is not set
1746# CONFIG_USB_STORAGE_DATAFAB is not set
1747# CONFIG_USB_STORAGE_FREECOM is not set
1748# CONFIG_USB_STORAGE_ISD200 is not set
1749# CONFIG_USB_STORAGE_USBAT is not set
1750# CONFIG_USB_STORAGE_SDDR09 is not set
1751# CONFIG_USB_STORAGE_SDDR55 is not set
1752# CONFIG_USB_STORAGE_JUMPSHOT is not set
1753# CONFIG_USB_STORAGE_ALAUDA is not set
1754# CONFIG_USB_STORAGE_ONETOUCH is not set
1755# CONFIG_USB_STORAGE_KARMA is not set
1756# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
1757# CONFIG_USB_STORAGE_ENE_UB6250 is not set
1758# CONFIG_USB_UAS is not set
1759# CONFIG_USB_LIBUSUAL is not set
1760
1761#
1762# USB Imaging devices
1763#
1764# CONFIG_USB_MDC800 is not set
1765# CONFIG_USB_MICROTEK is not set
1766
1767#
1768# USB port drivers
1769#
1770# CONFIG_USB_SERIAL is not set
1771
1772#
1773# USB Miscellaneous drivers
1774#
1775# CONFIG_USB_EMI62 is not set
1776# CONFIG_USB_EMI26 is not set
1777# CONFIG_USB_ADUTUX is not set
1778# CONFIG_USB_SEVSEG is not set
1779# CONFIG_USB_RIO500 is not set
1780# CONFIG_USB_LEGOTOWER is not set
1781# CONFIG_USB_LCD is not set
1782# CONFIG_USB_LED is not set
1783# CONFIG_USB_CYPRESS_CY7C63 is not set
1784# CONFIG_USB_CYTHERM is not set
1785# CONFIG_USB_IDMOUSE is not set
1786# CONFIG_USB_FTDI_ELAN is not set
1787# CONFIG_USB_APPLEDISPLAY is not set
1788# CONFIG_USB_SISUSBVGA is not set
1789# CONFIG_USB_LD is not set
1790# CONFIG_USB_TRANCEVIBRATOR is not set
1791# CONFIG_USB_IOWARRIOR is not set
1792# CONFIG_USB_TEST is not set
1793# CONFIG_USB_ISIGHTFW is not set
1794# CONFIG_USB_YUREX is not set
1795
1796#
1797# USB Physical Layer drivers
1798#
1799# CONFIG_USB_ISP1301 is not set
1800CONFIG_USB_GADGET=y
1801# CONFIG_USB_GADGET_DEBUG is not set
1802# CONFIG_USB_GADGET_DEBUG_FILES is not set
1803# CONFIG_USB_GADGET_DEBUG_FS is not set
1804CONFIG_USB_GADGET_VBUS_DRAW=2
1805CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
1806
1807#
1808# USB Peripheral Controller
1809#
1810CONFIG_USB_GADGET_XUSBPS=y
1811CONFIG_XUSBPS_ERRATA_DT654401=y
1812CONFIG_USB_XUSBPS=y
1813# CONFIG_USB_FUSB300 is not set
1814# CONFIG_USB_R8A66597 is not set
1815# CONFIG_USB_MV_UDC is not set
1816# CONFIG_USB_M66592 is not set
1817# CONFIG_USB_AMD5536UDC is not set
1818# CONFIG_USB_NET2272 is not set
1819# CONFIG_USB_NET2280 is not set
1820# CONFIG_USB_GOKU is not set
1821# CONFIG_USB_EG20T is not set
1822# CONFIG_USB_DUMMY_HCD is not set
1823CONFIG_USB_GADGET_DUALSPEED=y
1824CONFIG_USB_ZERO=m
1825# CONFIG_USB_ZERO_HNPTEST is not set
1826# CONFIG_USB_ETH is not set
1827# CONFIG_USB_G_NCM is not set
1828# CONFIG_USB_GADGETFS is not set
1829# CONFIG_USB_FUNCTIONFS is not set
1830CONFIG_USB_FILE_STORAGE=m
1831# CONFIG_USB_FILE_STORAGE_TEST is not set
1832# CONFIG_USB_MASS_STORAGE is not set
1833# CONFIG_USB_G_SERIAL is not set
1834# CONFIG_USB_G_PRINTER is not set
1835# CONFIG_USB_CDC_COMPOSITE is not set
1836# CONFIG_USB_G_ACM_MS is not set
1837# CONFIG_USB_G_MULTI is not set
1838# CONFIG_USB_G_HID is not set
1839# CONFIG_USB_G_DBGP is not set
1840
1841#
1842# OTG and related infrastructure
1843#
1844CONFIG_USB_OTG_UTILS=y
1845# CONFIG_USB_GPIO_VBUS is not set
1846CONFIG_USB_ULPI=y
1847CONFIG_USB_ULPI_VIEWPORT=y
1848# CONFIG_NOP_USB_XCEIV is not set
1849CONFIG_USB_XUSBPS_OTG=y
1850# CONFIG_UWB is not set
1851CONFIG_MMC=y
1852# CONFIG_MMC_DEBUG is not set
1853# CONFIG_MMC_UNSAFE_RESUME is not set
1854# CONFIG_MMC_CLKGATE is not set
1855
1856#
1857# MMC/SD/SDIO Card Drivers
1858#
1859CONFIG_MMC_BLOCK=y
1860CONFIG_MMC_BLOCK_MINORS=8
1861CONFIG_MMC_BLOCK_BOUNCE=y
1862# CONFIG_SDIO_UART is not set
1863# CONFIG_MMC_TEST is not set
1864
1865#
1866# MMC/SD/SDIO Host Controller Drivers
1867#
1868# CONFIG_MMC_ARMMMCI is not set
1869CONFIG_MMC_SDHCI=y
1870# CONFIG_MMC_SDHCI_PCI is not set
1871CONFIG_MMC_SDHCI_PLTFM=y
1872CONFIG_MMC_SDHCI_OF_XILINX_PS=y
1873# CONFIG_MMC_SDHCI_PXAV3 is not set
1874# CONFIG_MMC_SDHCI_PXAV2 is not set
1875# CONFIG_MMC_WBSD is not set
1876# CONFIG_MMC_TIFM_SD is not set
1877# CONFIG_MMC_CB710 is not set
1878# CONFIG_MMC_VIA_SDMMC is not set
1879# CONFIG_MMC_DW is not set
1880# CONFIG_MMC_VUB300 is not set
1881# CONFIG_MMC_USHC is not set
1882# CONFIG_MEMSTICK is not set
1883# CONFIG_NEW_LEDS is not set
1884# CONFIG_ACCESSIBILITY is not set
1885# CONFIG_INFINIBAND is not set
1886# CONFIG_EDAC is not set
1887CONFIG_RTC_LIB=y
1888CONFIG_RTC_CLASS=y
1889CONFIG_RTC_HCTOSYS=y
1890CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
1891# CONFIG_RTC_DEBUG is not set
1892
1893#
1894# RTC interfaces
1895#
1896CONFIG_RTC_INTF_SYSFS=y
1897CONFIG_RTC_INTF_PROC=y
1898CONFIG_RTC_INTF_DEV=y
1899# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1900# CONFIG_RTC_DRV_TEST is not set
1901
1902#
1903# I2C RTC drivers
1904#
1905# CONFIG_RTC_DRV_DS1307 is not set
1906# CONFIG_RTC_DRV_DS1374 is not set
1907# CONFIG_RTC_DRV_DS1672 is not set
1908# CONFIG_RTC_DRV_DS3232 is not set
1909# CONFIG_RTC_DRV_MAX6900 is not set
1910# CONFIG_RTC_DRV_RS5C372 is not set
1911# CONFIG_RTC_DRV_ISL1208 is not set
1912# CONFIG_RTC_DRV_ISL12022 is not set
1913# CONFIG_RTC_DRV_X1205 is not set
1914CONFIG_RTC_DRV_PCF8563=y
1915# CONFIG_RTC_DRV_PCF8583 is not set
1916# CONFIG_RTC_DRV_M41T80 is not set
1917# CONFIG_RTC_DRV_BQ32K is not set
1918# CONFIG_RTC_DRV_S35390A is not set
1919# CONFIG_RTC_DRV_FM3130 is not set
1920# CONFIG_RTC_DRV_RX8581 is not set
1921# CONFIG_RTC_DRV_RX8025 is not set
1922# CONFIG_RTC_DRV_EM3027 is not set
1923# CONFIG_RTC_DRV_RV3029C2 is not set
1924
1925#
1926# SPI RTC drivers
1927#
1928# CONFIG_RTC_DRV_M41T93 is not set
1929# CONFIG_RTC_DRV_M41T94 is not set
1930# CONFIG_RTC_DRV_DS1305 is not set
1931# CONFIG_RTC_DRV_DS1390 is not set
1932# CONFIG_RTC_DRV_MAX6902 is not set
1933# CONFIG_RTC_DRV_R9701 is not set
1934# CONFIG_RTC_DRV_RS5C348 is not set
1935# CONFIG_RTC_DRV_DS3234 is not set
1936# CONFIG_RTC_DRV_PCF2123 is not set
1937
1938#
1939# Platform RTC drivers
1940#
1941# CONFIG_RTC_DRV_CMOS is not set
1942# CONFIG_RTC_DRV_DS1286 is not set
1943# CONFIG_RTC_DRV_DS1511 is not set
1944# CONFIG_RTC_DRV_DS1553 is not set
1945# CONFIG_RTC_DRV_DS1742 is not set
1946# CONFIG_RTC_DRV_STK17TA8 is not set
1947# CONFIG_RTC_DRV_M48T86 is not set
1948# CONFIG_RTC_DRV_M48T35 is not set
1949# CONFIG_RTC_DRV_M48T59 is not set
1950# CONFIG_RTC_DRV_MSM6242 is not set
1951# CONFIG_RTC_DRV_BQ4802 is not set
1952# CONFIG_RTC_DRV_RP5C01 is not set
1953# CONFIG_RTC_DRV_V3020 is not set
1954
1955#
1956# on-CPU RTC drivers
1957#
1958# CONFIG_RTC_DRV_PL030 is not set
1959# CONFIG_RTC_DRV_PL031 is not set
1960# CONFIG_DMADEVICES is not set
1961# CONFIG_AUXDISPLAY is not set
1962CONFIG_UIO=y
1963# CONFIG_UIO_CIF is not set
1964CONFIG_UIO_PDRV=y
1965CONFIG_UIO_PDRV_GENIRQ=y
1966# CONFIG_UIO_AEC is not set
1967# CONFIG_UIO_SERCOS3 is not set
1968# CONFIG_UIO_PCI_GENERIC is not set
1969# CONFIG_UIO_NETX is not set
1970CONFIG_VIRTIO=m
1971CONFIG_VIRTIO_RING=m
1972
1973#
1974# Virtio drivers
1975#
1976# CONFIG_VIRTIO_PCI is not set
1977# CONFIG_VIRTIO_BALLOON is not set
1978# CONFIG_VIRTIO_MMIO is not set
1979
1980#
1981# Microsoft Hyper-V guest support
1982#
1983# CONFIG_STAGING is not set
1984CONFIG_CLKDEV_LOOKUP=y
1985CONFIG_HAVE_CLK_PREPARE=y
1986CONFIG_COMMON_CLK=y
1987
1988#
1989# Common Clock Framework
1990#
1991CONFIG_COMMON_CLK_DEBUG=y
1992
1993#
1994# Hardware Spinlock drivers
1995#
1996CONFIG_IOMMU_SUPPORT=y
1997CONFIG_OF_IOMMU=y
1998
1999#
2000# Remoteproc drivers (EXPERIMENTAL)
2001#
2002CONFIG_REMOTEPROC=m
2003CONFIG_ZYNQ_REMOTEPROC=m
2004CONFIG_MB_REMOTEPROC=m
2005
2006#
2007# Rpmsg drivers (EXPERIMENTAL)
2008#
2009CONFIG_RPMSG=m
2010# CONFIG_RPMSG_SERVER_SAMPLE is not set
2011# CONFIG_RPMSG_OMX is not set
2012# CONFIG_RPMSG_FREERTOS_STAT is not set
2013# CONFIG_VIRT_DRIVERS is not set
2014# CONFIG_PM_DEVFREQ is not set
2015# CONFIG_EXTCON is not set
2016# CONFIG_MEMORY is not set
2017# CONFIG_IIO is not set
2018# CONFIG_VME_BUS is not set
2019# CONFIG_PWM is not set
2020# CONFIG_PMODS is not set
2021
2022#
2023# File systems
2024#
2025CONFIG_DCACHE_WORD_ACCESS=y
2026CONFIG_EXT2_FS=y
2027# CONFIG_EXT2_FS_XATTR is not set
2028# CONFIG_EXT2_FS_XIP is not set
2029CONFIG_EXT3_FS=y
2030# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
2031CONFIG_EXT3_FS_XATTR=y
2032# CONFIG_EXT3_FS_POSIX_ACL is not set
2033# CONFIG_EXT3_FS_SECURITY is not set
2034CONFIG_EXT4_FS=y
2035CONFIG_EXT4_FS_XATTR=y
2036# CONFIG_EXT4_FS_POSIX_ACL is not set
2037# CONFIG_EXT4_FS_SECURITY is not set
2038# CONFIG_EXT4_DEBUG is not set
2039CONFIG_JBD=y
2040# CONFIG_JBD_DEBUG is not set
2041CONFIG_JBD2=y
2042# CONFIG_JBD2_DEBUG is not set
2043CONFIG_FS_MBCACHE=y
2044# CONFIG_REISERFS_FS is not set
2045# CONFIG_JFS_FS is not set
2046# CONFIG_XFS_FS is not set
2047# CONFIG_GFS2_FS is not set
2048# CONFIG_BTRFS_FS is not set
2049# CONFIG_NILFS2_FS is not set
2050# CONFIG_FS_POSIX_ACL is not set
2051CONFIG_FILE_LOCKING=y
2052CONFIG_FSNOTIFY=y
2053# CONFIG_DNOTIFY is not set
2054CONFIG_INOTIFY_USER=y
2055# CONFIG_FANOTIFY is not set
2056# CONFIG_QUOTA is not set
2057# CONFIG_QUOTACTL is not set
2058# CONFIG_AUTOFS4_FS is not set
2059# CONFIG_FUSE_FS is not set
2060
2061#
2062# Caches
2063#
2064# CONFIG_FSCACHE is not set
2065
2066#
2067# CD-ROM/DVD Filesystems
2068#
2069# CONFIG_ISO9660_FS is not set
2070# CONFIG_UDF_FS is not set
2071
2072#
2073# DOS/FAT/NT Filesystems
2074#
2075CONFIG_FAT_FS=y
2076CONFIG_MSDOS_FS=y
2077CONFIG_VFAT_FS=y
2078CONFIG_FAT_DEFAULT_CODEPAGE=437
2079CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
2080# CONFIG_NTFS_FS is not set
2081
2082#
2083# Pseudo filesystems
2084#
2085CONFIG_PROC_FS=y
2086CONFIG_PROC_SYSCTL=y
2087CONFIG_PROC_PAGE_MONITOR=y
2088CONFIG_SYSFS=y
2089CONFIG_TMPFS=y
2090# CONFIG_TMPFS_POSIX_ACL is not set
2091# CONFIG_TMPFS_XATTR is not set
2092# CONFIG_HUGETLB_PAGE is not set
2093# CONFIG_CONFIGFS_FS is not set
2094CONFIG_MISC_FILESYSTEMS=y
2095# CONFIG_ADFS_FS is not set
2096# CONFIG_AFFS_FS is not set
2097# CONFIG_HFS_FS is not set
2098# CONFIG_HFSPLUS_FS is not set
2099# CONFIG_BEFS_FS is not set
2100# CONFIG_BFS_FS is not set
2101# CONFIG_EFS_FS is not set
2102CONFIG_JFFS2_FS=y
2103CONFIG_JFFS2_FS_DEBUG=0
2104CONFIG_JFFS2_FS_WRITEBUFFER=y
2105# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
2106CONFIG_JFFS2_SUMMARY=y
2107# CONFIG_JFFS2_FS_XATTR is not set
2108# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
2109CONFIG_JFFS2_ZLIB=y
2110# CONFIG_JFFS2_LZO is not set
2111CONFIG_JFFS2_RTIME=y
2112# CONFIG_JFFS2_RUBIN is not set
2113# CONFIG_LOGFS is not set
2114# CONFIG_CRAMFS is not set
2115# CONFIG_SQUASHFS is not set
2116# CONFIG_VXFS_FS is not set
2117# CONFIG_MINIX_FS is not set
2118# CONFIG_OMFS_FS is not set
2119# CONFIG_HPFS_FS is not set
2120# CONFIG_QNX4FS_FS is not set
2121# CONFIG_QNX6FS_FS is not set
2122# CONFIG_ROMFS_FS is not set
2123# CONFIG_PSTORE is not set
2124# CONFIG_SYSV_FS is not set
2125# CONFIG_UFS_FS is not set
2126CONFIG_NETWORK_FILESYSTEMS=y
2127CONFIG_NFS_FS=y
2128CONFIG_NFS_V2=y
2129CONFIG_NFS_V3=y
2130# CONFIG_NFS_V3_ACL is not set
2131# CONFIG_NFS_V4 is not set
2132# CONFIG_NFS_SWAP is not set
2133CONFIG_ROOT_NFS=y
2134# CONFIG_NFSD is not set
2135CONFIG_LOCKD=y
2136CONFIG_LOCKD_V4=y
2137CONFIG_NFS_COMMON=y
2138CONFIG_SUNRPC=y
2139# CONFIG_SUNRPC_DEBUG is not set
2140# CONFIG_CEPH_FS is not set
2141# CONFIG_CIFS is not set
2142# CONFIG_NCP_FS is not set
2143# CONFIG_CODA_FS is not set
2144# CONFIG_AFS_FS is not set
2145CONFIG_NLS=y
2146CONFIG_NLS_DEFAULT="iso8859-1"
2147CONFIG_NLS_CODEPAGE_437=y
2148# CONFIG_NLS_CODEPAGE_737 is not set
2149# CONFIG_NLS_CODEPAGE_775 is not set
2150# CONFIG_NLS_CODEPAGE_850 is not set
2151# CONFIG_NLS_CODEPAGE_852 is not set
2152# CONFIG_NLS_CODEPAGE_855 is not set
2153# CONFIG_NLS_CODEPAGE_857 is not set
2154# CONFIG_NLS_CODEPAGE_860 is not set
2155# CONFIG_NLS_CODEPAGE_861 is not set
2156# CONFIG_NLS_CODEPAGE_862 is not set
2157# CONFIG_NLS_CODEPAGE_863 is not set
2158# CONFIG_NLS_CODEPAGE_864 is not set
2159# CONFIG_NLS_CODEPAGE_865 is not set
2160# CONFIG_NLS_CODEPAGE_866 is not set
2161# CONFIG_NLS_CODEPAGE_869 is not set
2162# CONFIG_NLS_CODEPAGE_936 is not set
2163# CONFIG_NLS_CODEPAGE_950 is not set
2164# CONFIG_NLS_CODEPAGE_932 is not set
2165# CONFIG_NLS_CODEPAGE_949 is not set
2166# CONFIG_NLS_CODEPAGE_874 is not set
2167# CONFIG_NLS_ISO8859_8 is not set
2168# CONFIG_NLS_CODEPAGE_1250 is not set
2169# CONFIG_NLS_CODEPAGE_1251 is not set
2170CONFIG_NLS_ASCII=y
2171CONFIG_NLS_ISO8859_1=y
2172# CONFIG_NLS_ISO8859_2 is not set
2173# CONFIG_NLS_ISO8859_3 is not set
2174# CONFIG_NLS_ISO8859_4 is not set
2175# CONFIG_NLS_ISO8859_5 is not set
2176# CONFIG_NLS_ISO8859_6 is not set
2177# CONFIG_NLS_ISO8859_7 is not set
2178# CONFIG_NLS_ISO8859_9 is not set
2179# CONFIG_NLS_ISO8859_13 is not set
2180# CONFIG_NLS_ISO8859_14 is not set
2181# CONFIG_NLS_ISO8859_15 is not set
2182# CONFIG_NLS_KOI8_R is not set
2183# CONFIG_NLS_KOI8_U is not set
2184# CONFIG_NLS_MAC_ROMAN is not set
2185# CONFIG_NLS_MAC_CELTIC is not set
2186# CONFIG_NLS_MAC_CENTEURO is not set
2187# CONFIG_NLS_MAC_CROATIAN is not set
2188# CONFIG_NLS_MAC_CYRILLIC is not set
2189# CONFIG_NLS_MAC_GAELIC is not set
2190# CONFIG_NLS_MAC_GREEK is not set
2191# CONFIG_NLS_MAC_ICELAND is not set
2192# CONFIG_NLS_MAC_INUIT is not set
2193# CONFIG_NLS_MAC_ROMANIAN is not set
2194# CONFIG_NLS_MAC_TURKISH is not set
2195# CONFIG_NLS_UTF8 is not set
2196
2197#
2198# Kernel hacking
2199#
2200# CONFIG_PRINTK_TIME is not set
2201CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
2202# CONFIG_ENABLE_WARN_DEPRECATED is not set
2203# CONFIG_ENABLE_MUST_CHECK is not set
2204CONFIG_FRAME_WARN=1024
2205# CONFIG_MAGIC_SYSRQ is not set
2206# CONFIG_STRIP_ASM_SYMS is not set
2207# CONFIG_READABLE_ASM is not set
2208# CONFIG_UNUSED_SYMBOLS is not set
2209CONFIG_DEBUG_FS=y
2210# CONFIG_HEADERS_CHECK is not set
2211# CONFIG_DEBUG_SECTION_MISMATCH is not set
2212CONFIG_DEBUG_KERNEL=y
2213# CONFIG_DEBUG_SHIRQ is not set
2214# CONFIG_LOCKUP_DETECTOR is not set
2215# CONFIG_HARDLOCKUP_DETECTOR is not set
2216# CONFIG_PANIC_ON_OOPS is not set
2217CONFIG_PANIC_ON_OOPS_VALUE=0
2218# CONFIG_DETECT_HUNG_TASK is not set
2219# CONFIG_SCHED_DEBUG is not set
2220# CONFIG_SCHEDSTATS is not set
2221CONFIG_TIMER_STATS=y
2222# CONFIG_DEBUG_OBJECTS is not set
2223# CONFIG_DEBUG_SLAB is not set
2224# CONFIG_DEBUG_KMEMLEAK is not set
2225# CONFIG_DEBUG_PREEMPT is not set
2226# CONFIG_DEBUG_RT_MUTEXES is not set
2227# CONFIG_RT_MUTEX_TESTER is not set
2228# CONFIG_DEBUG_SPINLOCK is not set
2229# CONFIG_DEBUG_MUTEXES is not set
2230# CONFIG_DEBUG_LOCK_ALLOC is not set
2231# CONFIG_PROVE_LOCKING is not set
2232# CONFIG_SPARSE_RCU_POINTER is not set
2233# CONFIG_LOCK_STAT is not set
2234# CONFIG_DEBUG_ATOMIC_SLEEP is not set
2235# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
2236# CONFIG_DEBUG_STACK_USAGE is not set
2237# CONFIG_DEBUG_KOBJECT is not set
2238# CONFIG_DEBUG_HIGHMEM is not set
2239# CONFIG_DEBUG_BUGVERBOSE is not set
2240# CONFIG_DEBUG_INFO is not set
2241# CONFIG_DEBUG_VM is not set
2242# CONFIG_DEBUG_WRITECOUNT is not set
2243# CONFIG_DEBUG_MEMORY_INIT is not set
2244# CONFIG_DEBUG_LIST is not set
2245# CONFIG_TEST_LIST_SORT is not set
2246# CONFIG_DEBUG_SG is not set
2247# CONFIG_DEBUG_NOTIFIERS is not set
2248# CONFIG_DEBUG_CREDENTIALS is not set
2249# CONFIG_BOOT_PRINTK_DELAY is not set
2250# CONFIG_RCU_TORTURE_TEST is not set
2251CONFIG_RCU_CPU_STALL_TIMEOUT=60
2252# CONFIG_RCU_CPU_STALL_VERBOSE is not set
2253# CONFIG_RCU_CPU_STALL_INFO is not set
2254# CONFIG_RCU_TRACE is not set
2255# CONFIG_BACKTRACE_SELF_TEST is not set
2256# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
2257# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
2258# CONFIG_DEBUG_PER_CPU_MAPS is not set
2259# CONFIG_LKDTM is not set
2260# CONFIG_NOTIFIER_ERROR_INJECTION is not set
2261# CONFIG_FAULT_INJECTION is not set
2262# CONFIG_DEBUG_PAGEALLOC is not set
2263CONFIG_HAVE_FUNCTION_TRACER=y
2264CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
2265CONFIG_HAVE_DYNAMIC_FTRACE=y
2266CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
2267CONFIG_HAVE_C_RECORDMCOUNT=y
2268CONFIG_TRACING_SUPPORT=y
2269# CONFIG_FTRACE is not set
2270CONFIG_DYNAMIC_DEBUG=y
2271# CONFIG_DMA_API_DEBUG is not set
2272# CONFIG_ATOMIC64_SELFTEST is not set
2273# CONFIG_SAMPLES is not set
2274CONFIG_HAVE_ARCH_KGDB=y
2275# CONFIG_KGDB is not set
2276# CONFIG_TEST_KSTRTOX is not set
2277# CONFIG_STRICT_DEVMEM is not set
2278CONFIG_ARM_UNWIND=y
2279# CONFIG_DEBUG_USER is not set
2280CONFIG_DEBUG_LL=y
2281CONFIG_DEBUG_LL_UART_NONE=y
2282# CONFIG_DEBUG_ICEDCC is not set
2283# CONFIG_DEBUG_SEMIHOSTING is not set
2284CONFIG_EARLY_PRINTK=y
2285# CONFIG_OC_ETM is not set
2286# CONFIG_PID_IN_CONTEXTIDR is not set
2287
2288#
2289# Security options
2290#
2291# CONFIG_KEYS is not set
2292# CONFIG_SECURITY_DMESG_RESTRICT is not set
2293# CONFIG_SECURITY is not set
2294# CONFIG_SECURITYFS is not set
2295CONFIG_DEFAULT_SECURITY_DAC=y
2296CONFIG_DEFAULT_SECURITY=""
2297CONFIG_CRYPTO=y
2298
2299#
2300# Crypto core or helper
2301#
2302# CONFIG_CRYPTO_FIPS is not set
2303CONFIG_CRYPTO_ALGAPI=y
2304CONFIG_CRYPTO_ALGAPI2=y
2305CONFIG_CRYPTO_HASH=y
2306CONFIG_CRYPTO_HASH2=y
2307CONFIG_CRYPTO_RNG=m
2308CONFIG_CRYPTO_RNG2=m
2309# CONFIG_CRYPTO_MANAGER is not set
2310# CONFIG_CRYPTO_MANAGER2 is not set
2311# CONFIG_CRYPTO_USER is not set
2312# CONFIG_CRYPTO_GF128MUL is not set
2313# CONFIG_CRYPTO_NULL is not set
2314# CONFIG_CRYPTO_PCRYPT is not set
2315# CONFIG_CRYPTO_CRYPTD is not set
2316# CONFIG_CRYPTO_AUTHENC is not set
2317# CONFIG_CRYPTO_TEST is not set
2318
2319#
2320# Authenticated Encryption with Associated Data
2321#
2322# CONFIG_CRYPTO_CCM is not set
2323# CONFIG_CRYPTO_GCM is not set
2324# CONFIG_CRYPTO_SEQIV is not set
2325
2326#
2327# Block modes
2328#
2329# CONFIG_CRYPTO_CBC is not set
2330# CONFIG_CRYPTO_CTR is not set
2331# CONFIG_CRYPTO_CTS is not set
2332# CONFIG_CRYPTO_ECB is not set
2333# CONFIG_CRYPTO_LRW is not set
2334# CONFIG_CRYPTO_PCBC is not set
2335# CONFIG_CRYPTO_XTS is not set
2336
2337#
2338# Hash modes
2339#
2340# CONFIG_CRYPTO_HMAC is not set
2341# CONFIG_CRYPTO_XCBC is not set
2342# CONFIG_CRYPTO_VMAC is not set
2343
2344#
2345# Digest
2346#
2347CONFIG_CRYPTO_CRC32C=y
2348# CONFIG_CRYPTO_GHASH is not set
2349# CONFIG_CRYPTO_MD4 is not set
2350# CONFIG_CRYPTO_MD5 is not set
2351# CONFIG_CRYPTO_MICHAEL_MIC is not set
2352# CONFIG_CRYPTO_RMD128 is not set
2353# CONFIG_CRYPTO_RMD160 is not set
2354# CONFIG_CRYPTO_RMD256 is not set
2355# CONFIG_CRYPTO_RMD320 is not set
2356# CONFIG_CRYPTO_SHA1 is not set
2357# CONFIG_CRYPTO_SHA256 is not set
2358# CONFIG_CRYPTO_SHA512 is not set
2359# CONFIG_CRYPTO_TGR192 is not set
2360# CONFIG_CRYPTO_WP512 is not set
2361
2362#
2363# Ciphers
2364#
2365CONFIG_CRYPTO_AES=m
2366# CONFIG_CRYPTO_ANUBIS is not set
2367# CONFIG_CRYPTO_ARC4 is not set
2368# CONFIG_CRYPTO_BLOWFISH is not set
2369# CONFIG_CRYPTO_CAMELLIA is not set
2370# CONFIG_CRYPTO_CAST5 is not set
2371# CONFIG_CRYPTO_CAST6 is not set
2372# CONFIG_CRYPTO_DES is not set
2373# CONFIG_CRYPTO_FCRYPT is not set
2374# CONFIG_CRYPTO_KHAZAD is not set
2375# CONFIG_CRYPTO_SALSA20 is not set
2376# CONFIG_CRYPTO_SEED is not set
2377# CONFIG_CRYPTO_SERPENT is not set
2378# CONFIG_CRYPTO_TEA is not set
2379# CONFIG_CRYPTO_TWOFISH is not set
2380
2381#
2382# Compression
2383#
2384# CONFIG_CRYPTO_DEFLATE is not set
2385# CONFIG_CRYPTO_ZLIB is not set
2386# CONFIG_CRYPTO_LZO is not set
2387
2388#
2389# Random Number Generation
2390#
2391CONFIG_CRYPTO_ANSI_CPRNG=m
2392# CONFIG_CRYPTO_USER_API_HASH is not set
2393# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
2394CONFIG_CRYPTO_HW=y
2395# CONFIG_CRYPTO_DEV_HIFN_795X is not set
2396# CONFIG_BINARY_PRINTF is not set
2397
2398#
2399# Library routines
2400#
2401CONFIG_BITREVERSE=y
2402CONFIG_GENERIC_STRNCPY_FROM_USER=y
2403CONFIG_GENERIC_STRNLEN_USER=y
2404CONFIG_GENERIC_PCI_IOMAP=y
2405CONFIG_GENERIC_IO=y
2406# CONFIG_CRC_CCITT is not set
2407CONFIG_CRC16=y
2408# CONFIG_CRC_T10DIF is not set
2409# CONFIG_CRC_ITU_T is not set
2410CONFIG_CRC32=y
2411# CONFIG_CRC32_SELFTEST is not set
2412CONFIG_CRC32_SLICEBY8=y
2413# CONFIG_CRC32_SLICEBY4 is not set
2414# CONFIG_CRC32_SARWATE is not set
2415# CONFIG_CRC32_BIT is not set
2416# CONFIG_CRC7 is not set
2417# CONFIG_LIBCRC32C is not set
2418# CONFIG_CRC8 is not set
2419CONFIG_ZLIB_INFLATE=y
2420CONFIG_ZLIB_DEFLATE=y
2421# CONFIG_XZ_DEC is not set
2422# CONFIG_XZ_DEC_BCJ is not set
2423CONFIG_DECOMPRESS_GZIP=y
2424CONFIG_HAS_IOMEM=y
2425CONFIG_HAS_IOPORT=y
2426CONFIG_HAS_DMA=y
2427CONFIG_CPU_RMAP=y
2428CONFIG_DQL=y
2429CONFIG_NLATTR=y
2430CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
2431# CONFIG_AVERAGE is not set
2432# CONFIG_CORDIC is not set
2433# CONFIG_DDR is not set
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg b/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg
new file mode 100644
index 00000000..0402025c
--- /dev/null
+++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg
@@ -0,0 +1,75 @@
1# Disable the RTC
2
3# CONFIG_RTC_LIB is not set
4# CONFIG_RTC_CLASS is not set
5# CONFIG_RTC_HCTOSYS is not set
6# CONFIG_RTC_HCTOSYS_DEVICE is not set
7# CONFIG_RTC_DEBUG is not set
8
9#
10# RTC interfaces
11#
12# CONFIG_RTC_INTF_SYSFS is not set
13# CONFIG_RTC_INTF_PROC is not set
14# CONFIG_RTC_INTF_DEV is not set
15# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
16# CONFIG_RTC_DRV_TEST is not set
17
18#
19# I2C RTC drivers
20#
21# CONFIG_RTC_DRV_DS1307 is not set
22# CONFIG_RTC_DRV_DS1374 is not set
23# CONFIG_RTC_DRV_DS1672 is not set
24# CONFIG_RTC_DRV_DS3232 is not set
25# CONFIG_RTC_DRV_MAX6900 is not set
26# CONFIG_RTC_DRV_RS5C372 is not set
27# CONFIG_RTC_DRV_ISL1208 is not set
28# CONFIG_RTC_DRV_ISL12022 is not set
29# CONFIG_RTC_DRV_X1205 is not set
30# CONFIG_RTC_DRV_PCF8563 is not set
31# CONFIG_RTC_DRV_PCF8583 is not set
32# CONFIG_RTC_DRV_M41T80 is not set
33# CONFIG_RTC_DRV_BQ32K is not set
34# CONFIG_RTC_DRV_S35390A is not set
35# CONFIG_RTC_DRV_FM3130 is not set
36# CONFIG_RTC_DRV_RX8581 is not set
37# CONFIG_RTC_DRV_RX8025 is not set
38# CONFIG_RTC_DRV_EM3027 is not set
39# CONFIG_RTC_DRV_RV3029C2 is not set
40
41#
42# SPI RTC drivers
43#
44# CONFIG_RTC_DRV_M41T93 is not set
45# CONFIG_RTC_DRV_M41T94 is not set
46# CONFIG_RTC_DRV_DS1305 is not set
47# CONFIG_RTC_DRV_DS1390 is not set
48# CONFIG_RTC_DRV_MAX6902 is not set
49# CONFIG_RTC_DRV_R9701 is not set
50# CONFIG_RTC_DRV_RS5C348 is not set
51# CONFIG_RTC_DRV_DS3234 is not set
52# CONFIG_RTC_DRV_PCF2123 is not set
53
54#
55# Platform RTC drivers
56#
57# CONFIG_RTC_DRV_CMOS is not set
58# CONFIG_RTC_DRV_DS1286 is not set
59# CONFIG_RTC_DRV_DS1511 is not set
60# CONFIG_RTC_DRV_DS1553 is not set
61# CONFIG_RTC_DRV_DS1742 is not set
62# CONFIG_RTC_DRV_STK17TA8 is not set
63# CONFIG_RTC_DRV_M48T86 is not set
64# CONFIG_RTC_DRV_M48T35 is not set
65# CONFIG_RTC_DRV_M48T59 is not set
66# CONFIG_RTC_DRV_MSM6242 is not set
67# CONFIG_RTC_DRV_BQ4802 is not set
68# CONFIG_RTC_DRV_RP5C01 is not set
69# CONFIG_RTC_DRV_V3020 is not set
70
71#
72# on-CPU RTC drivers
73#
74# CONFIG_RTC_DRV_PL030 is not set
75# CONFIG_RTC_DRV_PL031 is not set