summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/tune-zynq.inc9
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx.inc6
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig837
-rw-r--r--meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts479
4 files changed, 912 insertions, 419 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc
index d87855cc..6d6ff060 100644
--- a/conf/machine/include/tune-zynq.inc
+++ b/conf/machine/include/tune-zynq.inc
@@ -8,9 +8,12 @@ PREFERRED_VERSION_linux-xlnx ?= "3.8%"
8 8
9KERNEL_IMAGETYPE ?= "uImage" 9KERNEL_IMAGETYPE ?= "uImage"
10 10
11#INHERIT += "image_types_uboot" 11IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot ext2.gz"
12#IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot" 12#IMAGE_FSTYPES = "tar.gz ubi cpio ext2"
13IMAGE_FSTYPES = "cpio ext2" 13
14# This inherit causes an "ERROR: cannot map 'allarch' to a linux kernel architecture"?
15# Issue seems related to inheriting image_types and kernel-arch from image_types_uboot
16INHERIT += "image_types_uboot"
14 17
15PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" 18PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
16 19
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
index e2d42a78..546e28b4 100644
--- a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
+++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc
@@ -4,10 +4,12 @@
4 4
5FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" 5FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:"
6SRC_URI_append_zedboard += "file://defconfig" 6SRC_URI_append_zedboard += "file://defconfig"
7#KERNEL_DEVICETREE_zedboard = "${WORKDIR}/zedboard.dts"
8 7
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"
9KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts" 11KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts"
10 12
11COMPATIBLE_MACHINE_zedboard = "zedboard" 13COMPATIBLE_MACHINE_zedboard = "zedboard"
12 14
13KERNEL_IMAGETYPE = "zImage" \ No newline at end of file 15#KERNEL_IMAGETYPE = "zImage"
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig b/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig
index 625d4c9c..5512c11a 100644
--- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig
+++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig
@@ -1,29 +1,22 @@
1# 1#
2# Automatically generated file; DO NOT EDIT. 2# Automatically generated file; DO NOT EDIT.
3# Linux/arm 3.3.0-14.2-build1 Kernel Configuration 3# Linux/arm 3.6.0 Kernel Configuration
4# 4#
5CONFIG_ARM=y 5CONFIG_ARM=y
6CONFIG_MIGHT_HAVE_PCI=y
6CONFIG_SYS_SUPPORTS_APM_EMULATION=y 7CONFIG_SYS_SUPPORTS_APM_EMULATION=y
7CONFIG_GENERIC_GPIO=y 8CONFIG_GENERIC_GPIO=y
8# CONFIG_ARCH_USES_GETTIMEOFFSET is not set
9CONFIG_GENERIC_CLOCKEVENTS=y
10CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
11CONFIG_KTIME_SCALAR=y
12CONFIG_HAVE_PROC_CPU=y 9CONFIG_HAVE_PROC_CPU=y
13CONFIG_STACKTRACE_SUPPORT=y 10CONFIG_STACKTRACE_SUPPORT=y
14CONFIG_LOCKDEP_SUPPORT=y 11CONFIG_LOCKDEP_SUPPORT=y
15CONFIG_TRACE_IRQFLAGS_SUPPORT=y 12CONFIG_TRACE_IRQFLAGS_SUPPORT=y
16CONFIG_HARDIRQS_SW_RESEND=y
17CONFIG_GENERIC_IRQ_PROBE=y
18CONFIG_GENERIC_LOCKBREAK=y
19CONFIG_RWSEM_GENERIC_SPINLOCK=y 13CONFIG_RWSEM_GENERIC_SPINLOCK=y
20CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 14CONFIG_ARCH_HAS_CPUFREQ=y
21CONFIG_GENERIC_HWEIGHT=y 15CONFIG_GENERIC_HWEIGHT=y
22CONFIG_GENERIC_CALIBRATE_DELAY=y 16CONFIG_GENERIC_CALIBRATE_DELAY=y
23CONFIG_NEED_DMA_MAP_STATE=y 17CONFIG_NEED_DMA_MAP_STATE=y
24CONFIG_VECTORS_BASE=0xffff0000 18CONFIG_VECTORS_BASE=0xffff0000
25# CONFIG_ARM_PATCH_PHYS_VIRT is not set 19CONFIG_ARM_PATCH_PHYS_VIRT=y
26CONFIG_PHYS_OFFSET=0x0
27CONFIG_GENERIC_BUG=y 20CONFIG_GENERIC_BUG=y
28CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 21CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
29CONFIG_HAVE_IRQ_WORK=y 22CONFIG_HAVE_IRQ_WORK=y
@@ -35,13 +28,15 @@ CONFIG_IRQ_WORK=y
35CONFIG_EXPERIMENTAL=y 28CONFIG_EXPERIMENTAL=y
36CONFIG_INIT_ENV_ARG_LIMIT=32 29CONFIG_INIT_ENV_ARG_LIMIT=32
37CONFIG_CROSS_COMPILE="" 30CONFIG_CROSS_COMPILE=""
38CONFIG_LOCALVERSION="" 31CONFIG_LOCALVERSION="-xilinx"
39CONFIG_LOCALVERSION_AUTO=y 32CONFIG_LOCALVERSION_AUTO=y
40CONFIG_HAVE_KERNEL_GZIP=y 33CONFIG_HAVE_KERNEL_GZIP=y
41CONFIG_HAVE_KERNEL_LZMA=y 34CONFIG_HAVE_KERNEL_LZMA=y
35CONFIG_HAVE_KERNEL_XZ=y
42CONFIG_HAVE_KERNEL_LZO=y 36CONFIG_HAVE_KERNEL_LZO=y
43CONFIG_KERNEL_GZIP=y 37CONFIG_KERNEL_GZIP=y
44# CONFIG_KERNEL_LZMA is not set 38# CONFIG_KERNEL_LZMA is not set
39# CONFIG_KERNEL_XZ is not set
45# CONFIG_KERNEL_LZO is not set 40# CONFIG_KERNEL_LZO is not set
46CONFIG_DEFAULT_HOSTNAME="(none)" 41CONFIG_DEFAULT_HOSTNAME="(none)"
47CONFIG_SWAP=y 42CONFIG_SWAP=y
@@ -58,18 +53,30 @@ CONFIG_HAVE_GENERIC_HARDIRQS=y
58# IRQ subsystem 53# IRQ subsystem
59# 54#
60CONFIG_GENERIC_HARDIRQS=y 55CONFIG_GENERIC_HARDIRQS=y
61CONFIG_HAVE_SPARSE_IRQ=y 56CONFIG_GENERIC_IRQ_PROBE=y
62CONFIG_GENERIC_IRQ_SHOW=y 57CONFIG_GENERIC_IRQ_SHOW=y
58CONFIG_HARDIRQS_SW_RESEND=y
63CONFIG_IRQ_DOMAIN=y 59CONFIG_IRQ_DOMAIN=y
64# CONFIG_SPARSE_IRQ is not set 60CONFIG_IRQ_DOMAIN_DEBUG=y
61CONFIG_KTIME_SCALAR=y
62CONFIG_GENERIC_CLOCKEVENTS=y
63CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
64CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
65
66#
67# Timers subsystem
68#
69CONFIG_TICK_ONESHOT=y
70CONFIG_NO_HZ=y
71CONFIG_HIGH_RES_TIMERS=y
65 72
66# 73#
67# RCU Subsystem 74# RCU Subsystem
68# 75#
69CONFIG_TREE_PREEMPT_RCU=y 76CONFIG_TREE_PREEMPT_RCU=y
70CONFIG_PREEMPT_RCU=y 77CONFIG_PREEMPT_RCU=y
71# CONFIG_RCU_TRACE is not set
72CONFIG_RCU_FANOUT=32 78CONFIG_RCU_FANOUT=32
79CONFIG_RCU_FANOUT_LEAF=16
73# CONFIG_RCU_FANOUT_EXACT is not set 80# CONFIG_RCU_FANOUT_EXACT is not set
74# CONFIG_RCU_FAST_NO_HZ is not set 81# CONFIG_RCU_FAST_NO_HZ is not set
75# CONFIG_TREE_RCU_TRACE is not set 82# CONFIG_TREE_RCU_TRACE is not set
@@ -119,9 +126,9 @@ CONFIG_PERF_USE_VMALLOC=y
119# Kernel Performance Events And Counters 126# Kernel Performance Events And Counters
120# 127#
121CONFIG_PERF_EVENTS=y 128CONFIG_PERF_EVENTS=y
122# CONFIG_PERF_COUNTERS is not set
123# CONFIG_DEBUG_PERF_USE_VMALLOC is not set 129# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
124CONFIG_VM_EVENT_COUNTERS=y 130CONFIG_VM_EVENT_COUNTERS=y
131CONFIG_PCI_QUIRKS=y
125CONFIG_COMPAT_BRK=y 132CONFIG_COMPAT_BRK=y
126CONFIG_SLAB=y 133CONFIG_SLAB=y
127# CONFIG_SLUB is not set 134# CONFIG_SLUB is not set
@@ -129,17 +136,25 @@ CONFIG_SLAB=y
129# CONFIG_PROFILING is not set 136# CONFIG_PROFILING is not set
130CONFIG_HAVE_OPROFILE=y 137CONFIG_HAVE_OPROFILE=y
131# CONFIG_KPROBES is not set 138# CONFIG_KPROBES is not set
139# CONFIG_JUMP_LABEL is not set
132CONFIG_HAVE_KPROBES=y 140CONFIG_HAVE_KPROBES=y
133CONFIG_HAVE_KRETPROBES=y 141CONFIG_HAVE_KRETPROBES=y
142CONFIG_HAVE_ARCH_TRACEHOOK=y
143CONFIG_HAVE_DMA_ATTRS=y
144CONFIG_HAVE_DMA_CONTIGUOUS=y
134CONFIG_USE_GENERIC_SMP_HELPERS=y 145CONFIG_USE_GENERIC_SMP_HELPERS=y
146CONFIG_GENERIC_SMP_IDLE_THREAD=y
135CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y 147CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
136CONFIG_HAVE_CLK=y 148CONFIG_HAVE_CLK=y
137CONFIG_HAVE_DMA_API_DEBUG=y 149CONFIG_HAVE_DMA_API_DEBUG=y
138CONFIG_HAVE_HW_BREAKPOINT=y 150CONFIG_HAVE_HW_BREAKPOINT=y
151CONFIG_HAVE_ARCH_JUMP_LABEL=y
152CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
139 153
140# 154#
141# GCOV-based kernel profiling 155# GCOV-based kernel profiling
142# 156#
157# CONFIG_GCOV_KERNEL is not set
143CONFIG_HAVE_GENERIC_DMA_COHERENT=y 158CONFIG_HAVE_GENERIC_DMA_COHERENT=y
144CONFIG_SLABINFO=y 159CONFIG_SLABINFO=y
145CONFIG_RT_MUTEXES=y 160CONFIG_RT_MUTEXES=y
@@ -179,7 +194,7 @@ CONFIG_DEFAULT_IOSCHED="cfq"
179# CONFIG_INLINE_SPIN_LOCK_BH is not set 194# CONFIG_INLINE_SPIN_LOCK_BH is not set
180# CONFIG_INLINE_SPIN_LOCK_IRQ is not set 195# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
181# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 196# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
182# CONFIG_INLINE_SPIN_UNLOCK is not set 197CONFIG_UNINLINE_SPIN_UNLOCK=y
183# CONFIG_INLINE_SPIN_UNLOCK_BH is not set 198# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
184# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 199# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
185# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 200# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
@@ -208,6 +223,7 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y
208# System Type 223# System Type
209# 224#
210CONFIG_MMU=y 225CONFIG_MMU=y
226# CONFIG_ARCH_SOCFPGA is not set
211# CONFIG_ARCH_INTEGRATOR is not set 227# CONFIG_ARCH_INTEGRATOR is not set
212# CONFIG_ARCH_REALVIEW is not set 228# CONFIG_ARCH_REALVIEW is not set
213# CONFIG_ARCH_VERSATILE is not set 229# CONFIG_ARCH_VERSATILE is not set
@@ -229,9 +245,8 @@ CONFIG_MMU=y
229# CONFIG_ARCH_IOP13XX is not set 245# CONFIG_ARCH_IOP13XX is not set
230# CONFIG_ARCH_IOP32X is not set 246# CONFIG_ARCH_IOP32X is not set
231# CONFIG_ARCH_IOP33X is not set 247# CONFIG_ARCH_IOP33X is not set
232# CONFIG_ARCH_IXP23XX is not set
233# CONFIG_ARCH_IXP2000 is not set
234# CONFIG_ARCH_IXP4XX is not set 248# CONFIG_ARCH_IXP4XX is not set
249# CONFIG_ARCH_MVEBU is not set
235# CONFIG_ARCH_DOVE is not set 250# CONFIG_ARCH_DOVE is not set
236# CONFIG_ARCH_KIRKWOOD is not set 251# CONFIG_ARCH_KIRKWOOD is not set
237# CONFIG_ARCH_LPC32XX is not set 252# CONFIG_ARCH_LPC32XX is not set
@@ -248,7 +263,7 @@ CONFIG_MMU=y
248# CONFIG_ARCH_SHMOBILE is not set 263# CONFIG_ARCH_SHMOBILE is not set
249# CONFIG_ARCH_RPC is not set 264# CONFIG_ARCH_RPC is not set
250# CONFIG_ARCH_SA1100 is not set 265# CONFIG_ARCH_SA1100 is not set
251# CONFIG_ARCH_S3C2410 is not set 266# CONFIG_ARCH_S3C24XX is not set
252# CONFIG_ARCH_S3C64XX is not set 267# CONFIG_ARCH_S3C64XX is not set
253# CONFIG_ARCH_S5P64X0 is not set 268# CONFIG_ARCH_S5P64X0 is not set
254# CONFIG_ARCH_S5PC100 is not set 269# CONFIG_ARCH_S5PC100 is not set
@@ -267,22 +282,15 @@ CONFIG_ARCH_ZYNQ=y
267# CONFIG_KEYBOARD_GPIO_POLLED is not set 282# CONFIG_KEYBOARD_GPIO_POLLED is not set
268 283
269# 284#
270# System MMU
271#
272
273#
274# Xilinx Specific Options 285# Xilinx Specific Options
275# 286#
276CONFIG_ZYNQ_EARLY_UART1=y 287CONFIG_ZYNQ_EARLY_UART1=y
277# CONFIG_ZYNQ_EARLY_UART_EP107 is not set 288# CONFIG_ZYNQ_EARLY_UART_EP107 is not set
278CONFIG_XILINX_FIXED_DEVTREE_ADDR=y 289# CONFIG_XILINX_FIXED_DEVTREE_ADDR is not set
279CONFIG_XILINX_L1_PREFETCH=y 290CONFIG_XILINX_L1_PREFETCH=y
280CONFIG_XILINX_L2_PREFETCH=y 291CONFIG_XILINX_L2_PREFETCH=y
281# CONFIG_XILINX_TEST is not set 292# CONFIG_XILINX_TEST is not set
282CONFIG_ZYNQ_DEFAULT_KERNEL=y 293CONFIG_XILINX_AXIPCIE=y
283# CONFIG_ZYNQ_AMP_CPU0_MASTER is not set
284# CONFIG_ZYNQ_AMP_CPU1_SLAVE is not set
285# CONFIG_ZYNQ_CPU1_TEST is not set
286 294
287# 295#
288# Processor Type 296# Processor Type
@@ -326,16 +334,16 @@ CONFIG_MULTI_IRQ_HANDLER=y
326# CONFIG_ARM_ERRATA_460075 is not set 334# CONFIG_ARM_ERRATA_460075 is not set
327# CONFIG_ARM_ERRATA_742230 is not set 335# CONFIG_ARM_ERRATA_742230 is not set
328# CONFIG_ARM_ERRATA_742231 is not set 336# CONFIG_ARM_ERRATA_742231 is not set
329# CONFIG_PL310_ERRATA_588369 is not set 337CONFIG_PL310_ERRATA_588369=y
330# CONFIG_ARM_ERRATA_720789 is not set 338# CONFIG_ARM_ERRATA_720789 is not set
331# CONFIG_PL310_ERRATA_727915 is not set 339CONFIG_PL310_ERRATA_727915=y
332# CONFIG_ARM_ERRATA_743622 is not set 340# CONFIG_ARM_ERRATA_743622 is not set
333# CONFIG_ARM_ERRATA_751472 is not set 341# CONFIG_ARM_ERRATA_751472 is not set
334# CONFIG_PL310_ERRATA_753970 is not set 342CONFIG_PL310_ERRATA_753970=y
335# CONFIG_ARM_ERRATA_754322 is not set 343# CONFIG_ARM_ERRATA_754322 is not set
336# CONFIG_ARM_ERRATA_754327 is not set 344# CONFIG_ARM_ERRATA_754327 is not set
337# CONFIG_ARM_ERRATA_764369 is not set 345# CONFIG_ARM_ERRATA_764369 is not set
338# CONFIG_PL310_ERRATA_769419 is not set 346CONFIG_PL310_ERRATA_769419=y
339CONFIG_ARM_GIC=y 347CONFIG_ARM_GIC=y
340CONFIG_ICST=y 348CONFIG_ICST=y
341 349
@@ -344,31 +352,36 @@ CONFIG_ICST=y
344# 352#
345CONFIG_ARM_AMBA=y 353CONFIG_ARM_AMBA=y
346CONFIG_ISA_DMA_API=y 354CONFIG_ISA_DMA_API=y
347# CONFIG_PCI_SYSCALL is not set 355CONFIG_PCI=y
348# CONFIG_ARCH_SUPPORTS_MSI is not set 356CONFIG_PCI_SYSCALL=y
357CONFIG_ARCH_SUPPORTS_MSI=y
358CONFIG_PCI_MSI=y
359# CONFIG_PCI_DEBUG is not set
360# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
361# CONFIG_PCI_STUB is not set
362# CONFIG_PCI_IOV is not set
363# CONFIG_PCI_PRI is not set
364# CONFIG_PCI_PASID is not set
349# CONFIG_PCCARD is not set 365# CONFIG_PCCARD is not set
350 366
351# 367#
352# Kernel Features 368# Kernel Features
353# 369#
354CONFIG_TICK_ONESHOT=y
355CONFIG_NO_HZ=y
356CONFIG_HIGH_RES_TIMERS=y
357CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
358CONFIG_HAVE_SMP=y 370CONFIG_HAVE_SMP=y
359CONFIG_SMP=y 371CONFIG_SMP=y
360CONFIG_SMP_ON_UP=y 372CONFIG_SMP_ON_UP=y
361CONFIG_ARM_CPU_TOPOLOGY=y 373CONFIG_ARM_CPU_TOPOLOGY=y
362# CONFIG_SCHED_MC is not set 374CONFIG_SCHED_MC=y
363# CONFIG_SCHED_SMT is not set 375CONFIG_SCHED_SMT=y
364CONFIG_HAVE_ARM_SCU=y 376CONFIG_HAVE_ARM_SCU=y
377# CONFIG_ARM_ARCH_TIMER is not set
365CONFIG_HAVE_ARM_TWD=y 378CONFIG_HAVE_ARM_TWD=y
366CONFIG_VMSPLIT_3G=y 379CONFIG_VMSPLIT_3G=y
367# CONFIG_VMSPLIT_2G is not set 380# CONFIG_VMSPLIT_2G is not set
368# CONFIG_VMSPLIT_1G is not set 381# CONFIG_VMSPLIT_1G is not set
369CONFIG_PAGE_OFFSET=0xC0000000 382CONFIG_PAGE_OFFSET=0xC0000000
370CONFIG_NR_CPUS=4 383CONFIG_NR_CPUS=4
371# CONFIG_HOTPLUG_CPU is not set 384CONFIG_HOTPLUG_CPU=y
372CONFIG_LOCAL_TIMERS=y 385CONFIG_LOCAL_TIMERS=y
373CONFIG_ARCH_NR_GPIO=0 386CONFIG_ARCH_NR_GPIO=0
374# CONFIG_PREEMPT_NONE is not set 387# CONFIG_PREEMPT_NONE is not set
@@ -390,16 +403,20 @@ CONFIG_FLATMEM_MANUAL=y
390CONFIG_FLATMEM=y 403CONFIG_FLATMEM=y
391CONFIG_FLAT_NODE_MEM_MAP=y 404CONFIG_FLAT_NODE_MEM_MAP=y
392CONFIG_HAVE_MEMBLOCK=y 405CONFIG_HAVE_MEMBLOCK=y
406CONFIG_MEMORY_ISOLATION=y
393CONFIG_PAGEFLAGS_EXTENDED=y 407CONFIG_PAGEFLAGS_EXTENDED=y
394CONFIG_SPLIT_PTLOCK_CPUS=4 408CONFIG_SPLIT_PTLOCK_CPUS=4
395# CONFIG_COMPACTION is not set 409# CONFIG_COMPACTION is not set
410CONFIG_MIGRATION=y
396# CONFIG_PHYS_ADDR_T_64BIT is not set 411# CONFIG_PHYS_ADDR_T_64BIT is not set
397CONFIG_ZONE_DMA_FLAG=0 412CONFIG_ZONE_DMA_FLAG=0
398CONFIG_BOUNCE=y 413CONFIG_BOUNCE=y
399CONFIG_VIRT_TO_BUS=y 414CONFIG_VIRT_TO_BUS=y
400# CONFIG_KSM is not set 415# CONFIG_KSM is not set
401CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 416CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
417CONFIG_CROSS_MEMORY_ATTACH=y
402# CONFIG_CLEANCACHE is not set 418# CONFIG_CLEANCACHE is not set
419# CONFIG_FRONTSWAP is not set
403CONFIG_FORCE_MAX_ZONEORDER=11 420CONFIG_FORCE_MAX_ZONEORDER=11
404CONFIG_ALIGNMENT_TRAP=y 421CONFIG_ALIGNMENT_TRAP=y
405# CONFIG_UACCESS_WITH_MEMCPY is not set 422# CONFIG_UACCESS_WITH_MEMCPY is not set
@@ -419,13 +436,41 @@ CONFIG_CMDLINE_FROM_BOOTLOADER=y
419# CONFIG_CMDLINE_EXTEND is not set 436# CONFIG_CMDLINE_EXTEND is not set
420# CONFIG_CMDLINE_FORCE is not set 437# CONFIG_CMDLINE_FORCE is not set
421# CONFIG_XIP_KERNEL is not set 438# CONFIG_XIP_KERNEL is not set
439# CONFIG_KEXEC is not set
422# CONFIG_CRASH_DUMP is not set 440# CONFIG_CRASH_DUMP is not set
423# CONFIG_AUTO_ZRELADDR is not set 441# CONFIG_AUTO_ZRELADDR is not set
424 442
425# 443#
426# CPU Power Management 444# CPU Power Management
427# 445#
446
447#
448# CPU Frequency scaling
449#
450CONFIG_CPU_FREQ=y
451CONFIG_CPU_FREQ_TABLE=y
452CONFIG_CPU_FREQ_STAT=y
453CONFIG_CPU_FREQ_STAT_DETAILS=y
454# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
455# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
456CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
457# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
458# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
459CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
460CONFIG_CPU_FREQ_GOV_POWERSAVE=y
461CONFIG_CPU_FREQ_GOV_USERSPACE=y
462CONFIG_CPU_FREQ_GOV_ONDEMAND=y
463CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
464
465#
466# ARM CPU frequency scaling drivers
467#
468# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
469# CONFIG_ARM_EXYNOS4X12_CPUFREQ is not set
470# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set
471CONFIG_ARM_ZYNQ_CPUFREQ=y
428# CONFIG_CPU_IDLE is not set 472# CONFIG_CPU_IDLE is not set
473# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
429 474
430# 475#
431# Floating point emulation 476# Floating point emulation
@@ -456,6 +501,8 @@ CONFIG_PM_RUNTIME=y
456CONFIG_PM=y 501CONFIG_PM=y
457# CONFIG_PM_DEBUG is not set 502# CONFIG_PM_DEBUG is not set
458# CONFIG_APM_EMULATION is not set 503# CONFIG_APM_EMULATION is not set
504CONFIG_ARCH_HAS_OPP=y
505CONFIG_PM_OPP=y
459CONFIG_PM_CLK=y 506CONFIG_PM_CLK=y
460CONFIG_ARCH_SUSPEND_POSSIBLE=y 507CONFIG_ARCH_SUSPEND_POSSIBLE=y
461# CONFIG_ARM_CPU_SUSPEND is not set 508# CONFIG_ARM_CPU_SUSPEND is not set
@@ -485,6 +532,7 @@ CONFIG_NET_IPIP=m
485# CONFIG_IP_MROUTE is not set 532# CONFIG_IP_MROUTE is not set
486# CONFIG_ARPD is not set 533# CONFIG_ARPD is not set
487# CONFIG_SYN_COOKIES is not set 534# CONFIG_SYN_COOKIES is not set
535# CONFIG_NET_IPVTI is not set
488# CONFIG_INET_AH is not set 536# CONFIG_INET_AH is not set
489# CONFIG_INET_ESP is not set 537# CONFIG_INET_ESP is not set
490# CONFIG_INET_IPCOMP is not set 538# CONFIG_INET_IPCOMP is not set
@@ -540,7 +588,6 @@ CONFIG_VLAN_8021Q=m
540# CONFIG_ATALK is not set 588# CONFIG_ATALK is not set
541# CONFIG_X25 is not set 589# CONFIG_X25 is not set
542# CONFIG_LAPB is not set 590# CONFIG_LAPB is not set
543# CONFIG_ECONET is not set
544# CONFIG_WAN_ROUTER is not set 591# CONFIG_WAN_ROUTER is not set
545# CONFIG_PHONET is not set 592# CONFIG_PHONET is not set
546# CONFIG_IEEE802154 is not set 593# CONFIG_IEEE802154 is not set
@@ -552,6 +599,7 @@ CONFIG_RPS=y
552CONFIG_RFS_ACCEL=y 599CONFIG_RFS_ACCEL=y
553CONFIG_XPS=y 600CONFIG_XPS=y
554CONFIG_BQL=y 601CONFIG_BQL=y
602# CONFIG_BPF_JIT is not set
555 603
556# 604#
557# Network testing 605# Network testing
@@ -575,6 +623,7 @@ CONFIG_WIRELESS=y
575# CONFIG_CAIF is not set 623# CONFIG_CAIF is not set
576# CONFIG_CEPH_LIB is not set 624# CONFIG_CEPH_LIB is not set
577# CONFIG_NFC is not set 625# CONFIG_NFC is not set
626CONFIG_HAVE_BPF_JIT=y
578 627
579# 628#
580# Device Drivers 629# Device Drivers
@@ -588,7 +637,7 @@ CONFIG_DEVTMPFS=y
588CONFIG_DEVTMPFS_MOUNT=y 637CONFIG_DEVTMPFS_MOUNT=y
589CONFIG_STANDALONE=y 638CONFIG_STANDALONE=y
590CONFIG_PREVENT_FIRMWARE_BUILD=y 639CONFIG_PREVENT_FIRMWARE_BUILD=y
591CONFIG_FW_LOADER=m 640CONFIG_FW_LOADER=y
592CONFIG_FIRMWARE_IN_KERNEL=y 641CONFIG_FIRMWARE_IN_KERNEL=y
593CONFIG_EXTRA_FIRMWARE="" 642CONFIG_EXTRA_FIRMWARE=""
594# CONFIG_DEBUG_DRIVER is not set 643# CONFIG_DEBUG_DRIVER is not set
@@ -596,6 +645,19 @@ CONFIG_EXTRA_FIRMWARE=""
596# CONFIG_SYS_HYPERVISOR is not set 645# CONFIG_SYS_HYPERVISOR is not set
597# CONFIG_GENERIC_CPU_DEVICES is not set 646# CONFIG_GENERIC_CPU_DEVICES is not set
598# CONFIG_DMA_SHARED_BUFFER is not set 647# CONFIG_DMA_SHARED_BUFFER is not set
648CONFIG_CMA=y
649# CONFIG_CMA_DEBUG is not set
650
651#
652# Default contiguous memory area size:
653#
654CONFIG_CMA_SIZE_MBYTES=16
655CONFIG_CMA_SIZE_SEL_MBYTES=y
656# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
657# CONFIG_CMA_SIZE_SEL_MIN is not set
658# CONFIG_CMA_SIZE_SEL_MAX is not set
659CONFIG_CMA_ALIGNMENT=8
660CONFIG_CMA_AREAS=7
599CONFIG_CONNECTOR=y 661CONFIG_CONNECTOR=y
600CONFIG_PROC_EVENTS=y 662CONFIG_PROC_EVENTS=y
601CONFIG_MTD=y 663CONFIG_MTD=y
@@ -653,11 +715,13 @@ CONFIG_MTD_CFI_UTIL=y
653CONFIG_MTD_PHYSMAP=y 715CONFIG_MTD_PHYSMAP=y
654# CONFIG_MTD_PHYSMAP_COMPAT is not set 716# CONFIG_MTD_PHYSMAP_COMPAT is not set
655CONFIG_MTD_PHYSMAP_OF=y 717CONFIG_MTD_PHYSMAP_OF=y
718# CONFIG_MTD_INTEL_VR_NOR is not set
656# CONFIG_MTD_PLATRAM is not set 719# CONFIG_MTD_PLATRAM is not set
657 720
658# 721#
659# Self-contained MTD device drivers 722# Self-contained MTD device drivers
660# 723#
724# CONFIG_MTD_PMC551 is not set
661# CONFIG_MTD_DATAFLASH is not set 725# CONFIG_MTD_DATAFLASH is not set
662CONFIG_MTD_M25P80=y 726CONFIG_MTD_M25P80=y
663# CONFIG_M25PXX_USE_FAST_READ is not set 727# CONFIG_M25PXX_USE_FAST_READ is not set
@@ -681,13 +745,17 @@ CONFIG_MTD_NAND=y
681# CONFIG_MTD_NAND_ECC_BCH is not set 745# CONFIG_MTD_NAND_ECC_BCH is not set
682# CONFIG_MTD_SM_COMMON is not set 746# CONFIG_MTD_SM_COMMON is not set
683# CONFIG_MTD_NAND_MUSEUM_IDS is not set 747# CONFIG_MTD_NAND_MUSEUM_IDS is not set
748# CONFIG_MTD_NAND_DENALI is not set
684# CONFIG_MTD_NAND_GPIO is not set 749# CONFIG_MTD_NAND_GPIO is not set
685CONFIG_MTD_NAND_IDS=y 750CONFIG_MTD_NAND_IDS=y
751# CONFIG_MTD_NAND_RICOH is not set
686# CONFIG_MTD_NAND_DISKONCHIP is not set 752# CONFIG_MTD_NAND_DISKONCHIP is not set
753# CONFIG_MTD_NAND_DOCG4 is not set
754# CONFIG_MTD_NAND_CAFE is not set
687# CONFIG_MTD_NAND_NANDSIM is not set 755# CONFIG_MTD_NAND_NANDSIM is not set
688# CONFIG_MTD_NAND_PLATFORM is not set 756# CONFIG_MTD_NAND_PLATFORM is not set
689# CONFIG_MTD_ALAUDA is not set 757# CONFIG_MTD_ALAUDA is not set
690CONFIG_MTD_NAND_XILINX_PSS=y 758CONFIG_MTD_NAND_XILINX_PS=y
691# CONFIG_MTD_ONENAND is not set 759# CONFIG_MTD_ONENAND is not set
692 760
693# 761#
@@ -708,19 +776,27 @@ CONFIG_OF_EARLY_FLATTREE=y
708CONFIG_OF_ADDRESS=y 776CONFIG_OF_ADDRESS=y
709CONFIG_OF_IRQ=y 777CONFIG_OF_IRQ=y
710CONFIG_OF_DEVICE=y 778CONFIG_OF_DEVICE=y
711CONFIG_OF_GPIO=y
712CONFIG_OF_I2C=y 779CONFIG_OF_I2C=y
713CONFIG_OF_NET=y 780CONFIG_OF_NET=y
714CONFIG_OF_SPI=y
715CONFIG_OF_MDIO=y 781CONFIG_OF_MDIO=y
782CONFIG_OF_PCI=y
783CONFIG_OF_PCI_IRQ=y
784CONFIG_OF_MTD=y
716# CONFIG_PARPORT is not set 785# CONFIG_PARPORT is not set
717CONFIG_BLK_DEV=y 786CONFIG_BLK_DEV=y
787# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
788# CONFIG_BLK_CPQ_DA is not set
789# CONFIG_BLK_CPQ_CISS_DA is not set
790# CONFIG_BLK_DEV_DAC960 is not set
791# CONFIG_BLK_DEV_UMEM is not set
718# CONFIG_BLK_DEV_COW_COMMON is not set 792# CONFIG_BLK_DEV_COW_COMMON is not set
719CONFIG_BLK_DEV_LOOP=y 793CONFIG_BLK_DEV_LOOP=y
720CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 794CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
721# CONFIG_BLK_DEV_CRYPTOLOOP is not set 795# CONFIG_BLK_DEV_CRYPTOLOOP is not set
722# CONFIG_BLK_DEV_DRBD is not set 796# CONFIG_BLK_DEV_DRBD is not set
723# CONFIG_BLK_DEV_NBD is not set 797# CONFIG_BLK_DEV_NBD is not set
798# CONFIG_BLK_DEV_NVME is not set
799# CONFIG_BLK_DEV_SX8 is not set
724# CONFIG_BLK_DEV_UB is not set 800# CONFIG_BLK_DEV_UB is not set
725CONFIG_BLK_DEV_RAM=y 801CONFIG_BLK_DEV_RAM=y
726CONFIG_BLK_DEV_RAM_COUNT=16 802CONFIG_BLK_DEV_RAM_COUNT=16
@@ -729,6 +805,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
729# CONFIG_CDROM_PKTCDVD is not set 805# CONFIG_CDROM_PKTCDVD is not set
730# CONFIG_ATA_OVER_ETH is not set 806# CONFIG_ATA_OVER_ETH is not set
731# CONFIG_MG_DISK is not set 807# CONFIG_MG_DISK is not set
808# CONFIG_VIRTIO_BLK is not set
732# CONFIG_BLK_DEV_RBD is not set 809# CONFIG_BLK_DEV_RBD is not set
733 810
734# 811#
@@ -737,8 +814,13 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
737# CONFIG_SENSORS_LIS3LV02D is not set 814# CONFIG_SENSORS_LIS3LV02D is not set
738# CONFIG_AD525X_DPOT is not set 815# CONFIG_AD525X_DPOT is not set
739# CONFIG_ATMEL_PWM is not set 816# CONFIG_ATMEL_PWM is not set
817# CONFIG_PHANTOM is not set
818# CONFIG_INTEL_MID_PTI is not set
819# CONFIG_SGI_IOC4 is not set
820# CONFIG_TIFM_CORE is not set
740# CONFIG_ICS932S401 is not set 821# CONFIG_ICS932S401 is not set
741# CONFIG_ENCLOSURE_SERVICES is not set 822# CONFIG_ENCLOSURE_SERVICES is not set
823# CONFIG_HP_ILO is not set
742# CONFIG_APDS9802ALS is not set 824# CONFIG_APDS9802ALS is not set
743# CONFIG_ISL29003 is not set 825# CONFIG_ISL29003 is not set
744# CONFIG_ISL29020 is not set 826# CONFIG_ISL29020 is not set
@@ -749,7 +831,9 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
749# CONFIG_HMC6352 is not set 831# CONFIG_HMC6352 is not set
750# CONFIG_DS1682 is not set 832# CONFIG_DS1682 is not set
751# CONFIG_TI_DAC7512 is not set 833# CONFIG_TI_DAC7512 is not set
752# CONFIG_BMP085 is not set 834# CONFIG_BMP085_I2C is not set
835# CONFIG_BMP085_SPI is not set
836# CONFIG_PCH_PHUB is not set
753# CONFIG_USB_SWITCH_FSA9480 is not set 837# CONFIG_USB_SWITCH_FSA9480 is not set
754CONFIG_SI570=y 838CONFIG_SI570=y
755# CONFIG_C2PORT is not set 839# CONFIG_C2PORT is not set
@@ -763,7 +847,7 @@ CONFIG_EEPROM_AT25=y
763# CONFIG_EEPROM_MAX6875 is not set 847# CONFIG_EEPROM_MAX6875 is not set
764# CONFIG_EEPROM_93CX6 is not set 848# CONFIG_EEPROM_93CX6 is not set
765# CONFIG_EEPROM_93XX46 is not set 849# CONFIG_EEPROM_93XX46 is not set
766# CONFIG_IWMC3200TOP is not set 850# CONFIG_CB710_CORE is not set
767 851
768# 852#
769# Texas Instruments shared transport line discipline 853# Texas Instruments shared transport line discipline
@@ -776,6 +860,8 @@ CONFIG_EEPROM_AT25=y
776# Altera FPGA firmware download module 860# Altera FPGA firmware download module
777# 861#
778# CONFIG_ALTERA_STAPL is not set 862# CONFIG_ALTERA_STAPL is not set
863CONFIG_HAVE_IDE=y
864# CONFIG_IDE is not set
779 865
780# 866#
781# SCSI device support 867# SCSI device support
@@ -801,7 +887,6 @@ CONFIG_SCSI_MULTI_LUN=y
801# CONFIG_SCSI_CONSTANTS is not set 887# CONFIG_SCSI_CONSTANTS is not set
802# CONFIG_SCSI_LOGGING is not set 888# CONFIG_SCSI_LOGGING is not set
803# CONFIG_SCSI_SCAN_ASYNC is not set 889# CONFIG_SCSI_SCAN_ASYNC is not set
804CONFIG_SCSI_WAIT_SCAN=m
805 890
806# 891#
807# SCSI Transports 892# SCSI Transports
@@ -815,20 +900,78 @@ CONFIG_SCSI_WAIT_SCAN=m
815CONFIG_SCSI_LOWLEVEL=y 900CONFIG_SCSI_LOWLEVEL=y
816# CONFIG_ISCSI_TCP is not set 901# CONFIG_ISCSI_TCP is not set
817# CONFIG_ISCSI_BOOT_SYSFS is not set 902# CONFIG_ISCSI_BOOT_SYSFS is not set
903# CONFIG_SCSI_CXGB3_ISCSI is not set
904# CONFIG_SCSI_CXGB4_ISCSI is not set
905# CONFIG_SCSI_BNX2_ISCSI is not set
906# CONFIG_SCSI_BNX2X_FCOE is not set
907# CONFIG_BE2ISCSI is not set
908# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
909# CONFIG_SCSI_HPSA is not set
910# CONFIG_SCSI_3W_9XXX is not set
911# CONFIG_SCSI_3W_SAS is not set
912# CONFIG_SCSI_ACARD is not set
913# CONFIG_SCSI_AACRAID is not set
914# CONFIG_SCSI_AIC7XXX is not set
915# CONFIG_SCSI_AIC7XXX_OLD is not set
916# CONFIG_SCSI_AIC79XX is not set
917# CONFIG_SCSI_AIC94XX is not set
918# CONFIG_SCSI_MVSAS is not set
919# CONFIG_SCSI_MVUMI is not set
920# CONFIG_SCSI_DPT_I2O is not set
921# CONFIG_SCSI_ADVANSYS is not set
922# CONFIG_SCSI_ARCMSR is not set
923# CONFIG_MEGARAID_NEWGEN is not set
924# CONFIG_MEGARAID_LEGACY is not set
925# CONFIG_MEGARAID_SAS is not set
926# CONFIG_SCSI_MPT2SAS is not set
927# CONFIG_SCSI_UFSHCD is not set
928# CONFIG_SCSI_HPTIOP is not set
929# CONFIG_SCSI_BUSLOGIC is not set
818# CONFIG_LIBFC is not set 930# CONFIG_LIBFC is not set
819# CONFIG_LIBFCOE is not set 931# CONFIG_LIBFCOE is not set
932# CONFIG_FCOE is not set
933# CONFIG_SCSI_DMX3191D is not set
934# CONFIG_SCSI_EATA is not set
935# CONFIG_SCSI_FUTURE_DOMAIN is not set
936# CONFIG_SCSI_GDTH is not set
937# CONFIG_SCSI_IPS is not set
938# CONFIG_SCSI_INITIO is not set
939# CONFIG_SCSI_INIA100 is not set
940# CONFIG_SCSI_STEX is not set
941# CONFIG_SCSI_SYM53C8XX_2 is not set
942# CONFIG_SCSI_QLOGIC_1280 is not set
943# CONFIG_SCSI_QLA_FC is not set
944# CONFIG_SCSI_QLA_ISCSI is not set
945# CONFIG_SCSI_LPFC is not set
946# CONFIG_SCSI_DC395x is not set
947# CONFIG_SCSI_DC390T is not set
948# CONFIG_SCSI_NSP32 is not set
820# CONFIG_SCSI_DEBUG is not set 949# CONFIG_SCSI_DEBUG is not set
950# CONFIG_SCSI_PMCRAID is not set
951# CONFIG_SCSI_PM8001 is not set
952# CONFIG_SCSI_SRP is not set
953# CONFIG_SCSI_BFA_FC is not set
954# CONFIG_SCSI_VIRTIO is not set
821# CONFIG_SCSI_DH is not set 955# CONFIG_SCSI_DH is not set
822# CONFIG_SCSI_OSD_INITIATOR is not set 956# CONFIG_SCSI_OSD_INITIATOR is not set
823# CONFIG_ATA is not set 957# CONFIG_ATA is not set
824# CONFIG_MD is not set 958# CONFIG_MD is not set
825# CONFIG_TARGET_CORE is not set 959# CONFIG_TARGET_CORE is not set
960# CONFIG_FUSION is not set
961
962#
963# IEEE 1394 (FireWire) support
964#
965# CONFIG_FIREWIRE is not set
966# CONFIG_FIREWIRE_NOSY is not set
967# CONFIG_I2O is not set
826CONFIG_NETDEVICES=y 968CONFIG_NETDEVICES=y
827CONFIG_NET_CORE=y 969CONFIG_NET_CORE=y
828# CONFIG_BONDING is not set 970# CONFIG_BONDING is not set
829# CONFIG_DUMMY is not set 971# CONFIG_DUMMY is not set
830# CONFIG_EQUALIZER is not set 972# CONFIG_EQUALIZER is not set
831# CONFIG_MII is not set 973# CONFIG_NET_FC is not set
974CONFIG_MII=y
832# CONFIG_NET_TEAM is not set 975# CONFIG_NET_TEAM is not set
833# CONFIG_MACVLAN is not set 976# CONFIG_MACVLAN is not set
834# CONFIG_NETCONSOLE is not set 977# CONFIG_NETCONSOLE is not set
@@ -836,49 +979,91 @@ CONFIG_NET_CORE=y
836# CONFIG_NET_POLL_CONTROLLER is not set 979# CONFIG_NET_POLL_CONTROLLER is not set
837# CONFIG_TUN is not set 980# CONFIG_TUN is not set
838# CONFIG_VETH is not set 981# CONFIG_VETH is not set
982# CONFIG_VIRTIO_NET is not set
983# CONFIG_ARCNET is not set
839 984
840# 985#
841# CAIF transport drivers 986# CAIF transport drivers
842# 987#
843CONFIG_ETHERNET=y 988CONFIG_ETHERNET=y
989# CONFIG_NET_VENDOR_3COM is not set
990# CONFIG_NET_VENDOR_ADAPTEC is not set
991# CONFIG_NET_VENDOR_ALTEON is not set
992# CONFIG_NET_VENDOR_AMD is not set
993# CONFIG_NET_VENDOR_ATHEROS is not set
844CONFIG_NET_VENDOR_BROADCOM=y 994CONFIG_NET_VENDOR_BROADCOM=y
845# CONFIG_B44 is not set 995# CONFIG_B44 is not set
996# CONFIG_BNX2 is not set
997# CONFIG_CNIC is not set
998CONFIG_TIGON3=y
999# CONFIG_BNX2X is not set
1000# CONFIG_NET_VENDOR_BROCADE is not set
846# CONFIG_NET_CALXEDA_XGMAC is not set 1001# CONFIG_NET_CALXEDA_XGMAC is not set
847CONFIG_NET_VENDOR_CHELSIO=y 1002# CONFIG_NET_VENDOR_CHELSIO is not set
1003# CONFIG_NET_VENDOR_CIRRUS is not set
1004# CONFIG_NET_VENDOR_CISCO is not set
848# CONFIG_DM9000 is not set 1005# CONFIG_DM9000 is not set
849# CONFIG_DNET is not set 1006# CONFIG_DNET is not set
850CONFIG_NET_VENDOR_FARADAY=y 1007# CONFIG_NET_VENDOR_DEC is not set
851# CONFIG_FTMAC100 is not set 1008# CONFIG_NET_VENDOR_DLINK is not set
852# CONFIG_FTGMAC100 is not set 1009# CONFIG_NET_VENDOR_EMULEX is not set
1010# CONFIG_NET_VENDOR_EXAR is not set
1011# CONFIG_NET_VENDOR_FARADAY is not set
1012# CONFIG_NET_VENDOR_HP is not set
853CONFIG_NET_VENDOR_INTEL=y 1013CONFIG_NET_VENDOR_INTEL=y
1014# CONFIG_E100 is not set
1015# CONFIG_E1000 is not set
1016CONFIG_E1000E=y
1017# CONFIG_IGB is not set
1018# CONFIG_IGBVF is not set
1019# CONFIG_IXGB is not set
1020# CONFIG_IXGBE is not set
1021# CONFIG_IXGBEVF is not set
854CONFIG_NET_VENDOR_I825XX=y 1022CONFIG_NET_VENDOR_I825XX=y
855# CONFIG_ZNET is not set 1023# CONFIG_ZNET is not set
856CONFIG_NET_VENDOR_MARVELL=y 1024# CONFIG_IP1000 is not set
857CONFIG_NET_VENDOR_MICREL=y 1025# CONFIG_JME is not set
858# CONFIG_KS8851 is not set 1026# CONFIG_NET_VENDOR_MARVELL is not set
859# CONFIG_KS8851_MLL is not set 1027# CONFIG_NET_VENDOR_MELLANOX is not set
860CONFIG_NET_VENDOR_MICROCHIP=y 1028# CONFIG_NET_VENDOR_MICREL is not set
861# CONFIG_ENC28J60 is not set 1029# CONFIG_NET_VENDOR_MICROCHIP is not set
862CONFIG_NET_VENDOR_NATSEMI=y 1030# CONFIG_NET_VENDOR_MYRI is not set
863CONFIG_NET_VENDOR_8390=y 1031# CONFIG_FEALNX is not set
864# CONFIG_AX88796 is not set 1032# CONFIG_NET_VENDOR_NATSEMI is not set
1033# CONFIG_NET_VENDOR_NVIDIA is not set
1034# CONFIG_NET_VENDOR_OKI is not set
865# CONFIG_ETHOC is not set 1035# CONFIG_ETHOC is not set
866CONFIG_NET_VENDOR_SEEQ=y 1036# CONFIG_NET_PACKET_ENGINE is not set
867# CONFIG_SEEQ8005 is not set 1037# CONFIG_NET_VENDOR_QLOGIC is not set
868CONFIG_NET_VENDOR_SMSC=y 1038CONFIG_NET_VENDOR_REALTEK=y
869# CONFIG_SMC91X is not set 1039# CONFIG_8139CP is not set
870# CONFIG_SMC911X is not set 1040# CONFIG_8139TOO is not set
871# CONFIG_SMSC911X is not set 1041CONFIG_R8169=y
872CONFIG_NET_VENDOR_STMICRO=y 1042# CONFIG_NET_VENDOR_RDC is not set
873# CONFIG_STMMAC_ETH is not set 1043# CONFIG_NET_VENDOR_SEEQ is not set
1044# CONFIG_NET_VENDOR_SILAN is not set
1045# CONFIG_NET_VENDOR_SIS is not set
1046# CONFIG_SFC is not set
1047# CONFIG_NET_VENDOR_SMSC is not set
1048# CONFIG_NET_VENDOR_STMICRO is not set
1049# CONFIG_NET_VENDOR_SUN is not set
1050# CONFIG_NET_VENDOR_TEHUTI is not set
1051# CONFIG_NET_VENDOR_TI is not set
1052# CONFIG_NET_VENDOR_VIA is not set
1053# CONFIG_NET_VENDOR_WIZNET is not set
874CONFIG_NET_VENDOR_XILINX=y 1054CONFIG_NET_VENDOR_XILINX=y
1055CONFIG_XILINX_EMACLITE=y
1056CONFIG_XILINX_AXI_EMAC=y
875CONFIG_XILINX_PS_EMAC=y 1057CONFIG_XILINX_PS_EMAC=y
876# CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set 1058# CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set
1059# CONFIG_FDDI is not set
1060# CONFIG_HIPPI is not set
877CONFIG_PHYLIB=y 1061CONFIG_PHYLIB=y
878 1062
879# 1063#
880# MII PHY device drivers 1064# MII PHY device drivers
881# 1065#
1066# CONFIG_AMD_PHY is not set
882CONFIG_MARVELL_PHY=y 1067CONFIG_MARVELL_PHY=y
883# CONFIG_DAVICOM_PHY is not set 1068# CONFIG_DAVICOM_PHY is not set
884# CONFIG_QSEMI_PHY is not set 1069# CONFIG_QSEMI_PHY is not set
@@ -887,6 +1072,7 @@ CONFIG_MARVELL_PHY=y
887CONFIG_VITESSE_PHY=y 1072CONFIG_VITESSE_PHY=y
888# CONFIG_SMSC_PHY is not set 1073# CONFIG_SMSC_PHY is not set
889# CONFIG_BROADCOM_PHY is not set 1074# CONFIG_BROADCOM_PHY is not set
1075# CONFIG_BCM87XX_PHY is not set
890# CONFIG_ICPLUS_PHY is not set 1076# CONFIG_ICPLUS_PHY is not set
891# CONFIG_REALTEK_PHY is not set 1077# CONFIG_REALTEK_PHY is not set
892# CONFIG_NATIONAL_PHY is not set 1078# CONFIG_NATIONAL_PHY is not set
@@ -896,6 +1082,7 @@ CONFIG_VITESSE_PHY=y
896# CONFIG_FIXED_PHY is not set 1082# CONFIG_FIXED_PHY is not set
897CONFIG_MDIO_BITBANG=y 1083CONFIG_MDIO_BITBANG=y
898# CONFIG_MDIO_GPIO is not set 1084# CONFIG_MDIO_GPIO is not set
1085# CONFIG_MDIO_BUS_MUX_GPIO is not set
899# CONFIG_MICREL_KS8995MA is not set 1086# CONFIG_MICREL_KS8995MA is not set
900# CONFIG_PPP is not set 1087# CONFIG_PPP is not set
901# CONFIG_SLIP is not set 1088# CONFIG_SLIP is not set
@@ -910,15 +1097,19 @@ CONFIG_MDIO_BITBANG=y
910# CONFIG_USB_USBNET is not set 1097# CONFIG_USB_USBNET is not set
911# CONFIG_USB_IPHETH is not set 1098# CONFIG_USB_IPHETH is not set
912CONFIG_WLAN=y 1099CONFIG_WLAN=y
1100# CONFIG_AIRO is not set
1101# CONFIG_ATMEL is not set
1102# CONFIG_PRISM54 is not set
913# CONFIG_USB_ZD1201 is not set 1103# CONFIG_USB_ZD1201 is not set
914# CONFIG_HOSTAP is not set 1104# CONFIG_HOSTAP is not set
1105# CONFIG_WL_TI is not set
915 1106
916# 1107#
917# Enable WiMAX (Networking options) to see the WiMAX drivers 1108# Enable WiMAX (Networking options) to see the WiMAX drivers
918# 1109#
919# CONFIG_WAN is not set 1110# CONFIG_WAN is not set
1111# CONFIG_VMXNET3 is not set
920# CONFIG_ISDN is not set 1112# CONFIG_ISDN is not set
921# CONFIG_PHONE is not set
922 1113
923# 1114#
924# Input device support 1115# Input device support
@@ -927,6 +1118,7 @@ CONFIG_INPUT=y
927# CONFIG_INPUT_FF_MEMLESS is not set 1118# CONFIG_INPUT_FF_MEMLESS is not set
928# CONFIG_INPUT_POLLDEV is not set 1119# CONFIG_INPUT_POLLDEV is not set
929CONFIG_INPUT_SPARSEKMAP=y 1120CONFIG_INPUT_SPARSEKMAP=y
1121# CONFIG_INPUT_MATRIXKMAP is not set
930 1122
931# 1123#
932# Userland interfaces 1124# Userland interfaces
@@ -953,6 +1145,7 @@ CONFIG_KEYBOARD_ATKBD=y
953# CONFIG_KEYBOARD_TCA6416 is not set 1145# CONFIG_KEYBOARD_TCA6416 is not set
954# CONFIG_KEYBOARD_TCA8418 is not set 1146# CONFIG_KEYBOARD_TCA8418 is not set
955# CONFIG_KEYBOARD_MATRIX is not set 1147# CONFIG_KEYBOARD_MATRIX is not set
1148# CONFIG_KEYBOARD_LM8333 is not set
956# CONFIG_KEYBOARD_MAX7359 is not set 1149# CONFIG_KEYBOARD_MAX7359 is not set
957# CONFIG_KEYBOARD_MCS is not set 1150# CONFIG_KEYBOARD_MCS is not set
958# CONFIG_KEYBOARD_MPR121 is not set 1151# CONFIG_KEYBOARD_MPR121 is not set
@@ -961,6 +1154,7 @@ CONFIG_KEYBOARD_ATKBD=y
961# CONFIG_KEYBOARD_SAMSUNG is not set 1154# CONFIG_KEYBOARD_SAMSUNG is not set
962# CONFIG_KEYBOARD_STOWAWAY is not set 1155# CONFIG_KEYBOARD_STOWAWAY is not set
963# CONFIG_KEYBOARD_SUNKBD is not set 1156# CONFIG_KEYBOARD_SUNKBD is not set
1157# CONFIG_KEYBOARD_OMAP4 is not set
964# CONFIG_KEYBOARD_XTKBD is not set 1158# CONFIG_KEYBOARD_XTKBD is not set
965CONFIG_INPUT_MOUSE=y 1159CONFIG_INPUT_MOUSE=y
966CONFIG_MOUSE_PS2=y 1160CONFIG_MOUSE_PS2=y
@@ -977,6 +1171,7 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
977# CONFIG_MOUSE_VSXXXAA is not set 1171# CONFIG_MOUSE_VSXXXAA is not set
978# CONFIG_MOUSE_GPIO is not set 1172# CONFIG_MOUSE_GPIO is not set
979# CONFIG_MOUSE_SYNAPTICS_I2C is not set 1173# CONFIG_MOUSE_SYNAPTICS_I2C is not set
1174# CONFIG_MOUSE_SYNAPTICS_USB is not set
980# CONFIG_INPUT_JOYSTICK is not set 1175# CONFIG_INPUT_JOYSTICK is not set
981# CONFIG_INPUT_TABLET is not set 1176# CONFIG_INPUT_TABLET is not set
982# CONFIG_INPUT_TOUCHSCREEN is not set 1177# CONFIG_INPUT_TOUCHSCREEN is not set
@@ -988,6 +1183,7 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y
988CONFIG_SERIO=y 1183CONFIG_SERIO=y
989CONFIG_SERIO_SERPORT=y 1184CONFIG_SERIO_SERPORT=y
990# CONFIG_SERIO_AMBAKMI is not set 1185# CONFIG_SERIO_AMBAKMI is not set
1186# CONFIG_SERIO_PCIPS2 is not set
991CONFIG_SERIO_LIBPS2=y 1187CONFIG_SERIO_LIBPS2=y
992# CONFIG_SERIO_RAW is not set 1188# CONFIG_SERIO_RAW is not set
993# CONFIG_SERIO_ALTERA_PS2 is not set 1189# CONFIG_SERIO_ALTERA_PS2 is not set
@@ -1006,6 +1202,7 @@ CONFIG_UNIX98_PTYS=y
1006# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1202# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1007# CONFIG_LEGACY_PTYS is not set 1203# CONFIG_LEGACY_PTYS is not set
1008# CONFIG_SERIAL_NONSTANDARD is not set 1204# CONFIG_SERIAL_NONSTANDARD is not set
1205# CONFIG_NOZOMI is not set
1009# CONFIG_N_GSM is not set 1206# CONFIG_N_GSM is not set
1010# CONFIG_TRACE_SINK is not set 1207# CONFIG_TRACE_SINK is not set
1011# CONFIG_DEVKMEM is not set 1208# CONFIG_DEVKMEM is not set
@@ -1022,23 +1219,29 @@ CONFIG_UNIX98_PTYS=y
1022# CONFIG_SERIAL_AMBA_PL011 is not set 1219# CONFIG_SERIAL_AMBA_PL011 is not set
1023# CONFIG_SERIAL_MAX3100 is not set 1220# CONFIG_SERIAL_MAX3100 is not set
1024# CONFIG_SERIAL_MAX3107 is not set 1221# CONFIG_SERIAL_MAX3107 is not set
1222# CONFIG_SERIAL_MFD_HSU is not set
1223# CONFIG_SERIAL_UARTLITE is not set
1025CONFIG_SERIAL_CORE=y 1224CONFIG_SERIAL_CORE=y
1026CONFIG_SERIAL_CORE_CONSOLE=y 1225CONFIG_SERIAL_CORE_CONSOLE=y
1226# CONFIG_SERIAL_JSM is not set
1027# CONFIG_SERIAL_TIMBERDALE is not set 1227# CONFIG_SERIAL_TIMBERDALE is not set
1028# CONFIG_SERIAL_ALTERA_JTAGUART is not set 1228# CONFIG_SERIAL_ALTERA_JTAGUART is not set
1029# CONFIG_SERIAL_ALTERA_UART is not set 1229# CONFIG_SERIAL_ALTERA_UART is not set
1030# CONFIG_SERIAL_IFX6X60 is not set 1230# CONFIG_SERIAL_IFX6X60 is not set
1231# CONFIG_SERIAL_PCH_UART is not set
1031CONFIG_SERIAL_XILINX_PS_UART=y 1232CONFIG_SERIAL_XILINX_PS_UART=y
1032CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y 1233CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
1033# CONFIG_TTY_PRINTK is not set 1234# CONFIG_TTY_PRINTK is not set
1034# CONFIG_HVC_DCC is not set 1235# CONFIG_HVC_DCC is not set
1236# CONFIG_VIRTIO_CONSOLE is not set
1035# CONFIG_IPMI_HANDLER is not set 1237# CONFIG_IPMI_HANDLER is not set
1036# CONFIG_HW_RANDOM is not set 1238# CONFIG_HW_RANDOM is not set
1037CONFIG_XILINX_DEVCFG=y 1239CONFIG_XILINX_DEVCFG=y
1038# CONFIG_R3964 is not set 1240# CONFIG_R3964 is not set
1241# CONFIG_APPLICOM is not set
1039# CONFIG_RAW_DRIVER is not set 1242# CONFIG_RAW_DRIVER is not set
1040# CONFIG_TCG_TPM is not set 1243# CONFIG_TCG_TPM is not set
1041# CONFIG_RAMOOPS is not set 1244CONFIG_DEVPORT=y
1042CONFIG_I2C=y 1245CONFIG_I2C=y
1043CONFIG_I2C_BOARDINFO=y 1246CONFIG_I2C_BOARDINFO=y
1044CONFIG_I2C_COMPAT=y 1247CONFIG_I2C_COMPAT=y
@@ -1058,10 +1261,32 @@ CONFIG_I2C_HELPER_AUTO=y
1058# 1261#
1059 1262
1060# 1263#
1264# PC SMBus host controller drivers
1265#
1266# CONFIG_I2C_ALI1535 is not set
1267# CONFIG_I2C_ALI1563 is not set
1268# CONFIG_I2C_ALI15X3 is not set
1269# CONFIG_I2C_AMD756 is not set
1270# CONFIG_I2C_AMD8111 is not set
1271# CONFIG_I2C_I801 is not set
1272# CONFIG_I2C_ISCH is not set
1273# CONFIG_I2C_PIIX4 is not set
1274# CONFIG_I2C_NFORCE2 is not set
1275# CONFIG_I2C_SIS5595 is not set
1276# CONFIG_I2C_SIS630 is not set
1277# CONFIG_I2C_SIS96X is not set
1278# CONFIG_I2C_VIA is not set
1279# CONFIG_I2C_VIAPRO is not set
1280
1281#
1061# I2C system bus drivers (mostly embedded / system-on-chip) 1282# I2C system bus drivers (mostly embedded / system-on-chip)
1062# 1283#
1063# CONFIG_I2C_DESIGNWARE_PLATFORM is not set 1284# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
1285# CONFIG_I2C_DESIGNWARE_PCI is not set
1286# CONFIG_I2C_EG20T is not set
1064# CONFIG_I2C_GPIO is not set 1287# CONFIG_I2C_GPIO is not set
1288# CONFIG_I2C_INTEL_MID is not set
1289# CONFIG_I2C_NOMADIK is not set
1065# CONFIG_I2C_OCORES is not set 1290# CONFIG_I2C_OCORES is not set
1066# CONFIG_I2C_PCA_PLATFORM is not set 1291# CONFIG_I2C_PCA_PLATFORM is not set
1067# CONFIG_I2C_PXA_PCI is not set 1292# CONFIG_I2C_PXA_PCI is not set
@@ -1097,9 +1322,10 @@ CONFIG_SPI_MASTER=y
1097# CONFIG_SPI_OC_TINY is not set 1322# CONFIG_SPI_OC_TINY is not set
1098# CONFIG_SPI_PL022 is not set 1323# CONFIG_SPI_PL022 is not set
1099# CONFIG_SPI_PXA2XX_PCI is not set 1324# CONFIG_SPI_PXA2XX_PCI is not set
1325# CONFIG_SPI_TOPCLIFF_PCH is not set
1326# CONFIG_SPI_XCOMM is not set
1100# CONFIG_SPI_XILINX is not set 1327# CONFIG_SPI_XILINX is not set
1101CONFIG_SPI_XILINX_PS_QSPI=y 1328CONFIG_SPI_XILINX_PS_QSPI=y
1102# CONFIG_XILINX_PS_QSPI_USE_DUAL_FLASH is not set
1103CONFIG_SPI_XILINX_PS_SPI=y 1329CONFIG_SPI_XILINX_PS_SPI=y
1104# CONFIG_SPI_DESIGNWARE is not set 1330# CONFIG_SPI_DESIGNWARE is not set
1105 1331
@@ -1108,6 +1334,7 @@ CONFIG_SPI_XILINX_PS_SPI=y
1108# 1334#
1109# CONFIG_SPI_SPIDEV is not set 1335# CONFIG_SPI_SPIDEV is not set
1110# CONFIG_SPI_TLE62X0 is not set 1336# CONFIG_SPI_TLE62X0 is not set
1337# CONFIG_HSI is not set
1111 1338
1112# 1339#
1113# PPS support 1340# PPS support
@@ -1125,8 +1352,10 @@ CONFIG_SPI_XILINX_PS_SPI=y
1125# 1352#
1126# Enable Device Drivers -> PPS to see the PTP clock options. 1353# Enable Device Drivers -> PPS to see the PTP clock options.
1127# 1354#
1355CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
1128CONFIG_ARCH_REQUIRE_GPIOLIB=y 1356CONFIG_ARCH_REQUIRE_GPIOLIB=y
1129CONFIG_GPIOLIB=y 1357CONFIG_GPIOLIB=y
1358CONFIG_OF_GPIO=y
1130# CONFIG_DEBUG_GPIO is not set 1359# CONFIG_DEBUG_GPIO is not set
1131CONFIG_GPIO_SYSFS=y 1360CONFIG_GPIO_SYSFS=y
1132 1361
@@ -1134,9 +1363,11 @@ CONFIG_GPIO_SYSFS=y
1134# Memory mapped GPIO drivers: 1363# Memory mapped GPIO drivers:
1135# 1364#
1136# CONFIG_GPIO_GENERIC_PLATFORM is not set 1365# CONFIG_GPIO_GENERIC_PLATFORM is not set
1366# CONFIG_GPIO_EM is not set
1137# CONFIG_GPIO_PL061 is not set 1367# CONFIG_GPIO_PL061 is not set
1138# CONFIG_GPIO_XILINX is not set 1368# CONFIG_GPIO_XILINX is not set
1139CONFIG_GPIO_XILINX_PS=y 1369CONFIG_GPIO_XILINX_PS=y
1370# CONFIG_GPIO_VX855 is not set
1140 1371
1141# 1372#
1142# I2C GPIO expanders: 1373# I2C GPIO expanders:
@@ -1150,6 +1381,10 @@ CONFIG_GPIO_XILINX_PS=y
1150# 1381#
1151# PCI GPIO expanders: 1382# PCI GPIO expanders:
1152# 1383#
1384# CONFIG_GPIO_BT8XX is not set
1385# CONFIG_GPIO_AMD8111 is not set
1386# CONFIG_GPIO_ML_IOH is not set
1387# CONFIG_GPIO_RDC321X is not set
1153 1388
1154# 1389#
1155# SPI GPIO expanders: 1390# SPI GPIO expanders:
@@ -1168,10 +1403,11 @@ CONFIG_GPIO_XILINX_PS=y
1168# 1403#
1169# CONFIG_W1 is not set 1404# CONFIG_W1 is not set
1170# CONFIG_POWER_SUPPLY is not set 1405# CONFIG_POWER_SUPPLY is not set
1406# CONFIG_POWER_AVS is not set
1171# CONFIG_HWMON is not set 1407# CONFIG_HWMON is not set
1172# CONFIG_THERMAL is not set 1408# CONFIG_THERMAL is not set
1173CONFIG_WATCHDOG=y 1409CONFIG_WATCHDOG=y
1174# CONFIG_WATCHDOG_CORE is not set 1410CONFIG_WATCHDOG_CORE=y
1175# CONFIG_WATCHDOG_NOWAYOUT is not set 1411# CONFIG_WATCHDOG_NOWAYOUT is not set
1176 1412
1177# 1413#
@@ -1180,10 +1416,17 @@ CONFIG_WATCHDOG=y
1180# CONFIG_SOFT_WATCHDOG is not set 1416# CONFIG_SOFT_WATCHDOG is not set
1181# CONFIG_ARM_SP805_WATCHDOG is not set 1417# CONFIG_ARM_SP805_WATCHDOG is not set
1182# CONFIG_DW_WATCHDOG is not set 1418# CONFIG_DW_WATCHDOG is not set
1183# CONFIG_MPCORE_WATCHDOG is not set 1419CONFIG_MPCORE_WATCHDOG=y
1184CONFIG_XILINX_PS_WATCHDOG=y 1420CONFIG_XILINX_PS_WATCHDOG=y
1185# CONFIG_XILINX_SCU_WATCHDOG is not set
1186# CONFIG_MAX63XX_WATCHDOG is not set 1421# CONFIG_MAX63XX_WATCHDOG is not set
1422# CONFIG_ALIM7101_WDT is not set
1423# CONFIG_I6300ESB_WDT is not set
1424
1425#
1426# PCI-based Watchdog Cards
1427#
1428# CONFIG_PCIPCWATCHDOG is not set
1429# CONFIG_WDTPCI is not set
1187 1430
1188# 1431#
1189# USB-based Watchdog Cards 1432# USB-based Watchdog Cards
@@ -1207,19 +1450,23 @@ CONFIG_BCMA_POSSIBLE=y
1207# 1450#
1208# CONFIG_MFD_CORE is not set 1451# CONFIG_MFD_CORE is not set
1209# CONFIG_MFD_88PM860X is not set 1452# CONFIG_MFD_88PM860X is not set
1453# CONFIG_MFD_88PM800 is not set
1454# CONFIG_MFD_88PM805 is not set
1210# CONFIG_MFD_SM501 is not set 1455# CONFIG_MFD_SM501 is not set
1211# CONFIG_MFD_ASIC3 is not set 1456# CONFIG_MFD_ASIC3 is not set
1212# CONFIG_HTC_EGPIO is not set 1457# CONFIG_HTC_EGPIO is not set
1213# CONFIG_HTC_PASIC3 is not set 1458# CONFIG_HTC_PASIC3 is not set
1214# CONFIG_HTC_I2CPLD is not set 1459# CONFIG_HTC_I2CPLD is not set
1460# CONFIG_MFD_LM3533 is not set
1215# CONFIG_TPS6105X is not set 1461# CONFIG_TPS6105X is not set
1216# CONFIG_TPS65010 is not set 1462# CONFIG_TPS65010 is not set
1217# CONFIG_TPS6507X is not set 1463# CONFIG_TPS6507X is not set
1218# CONFIG_MFD_TPS6586X is not set 1464# CONFIG_MFD_TPS65217 is not set
1219# CONFIG_MFD_TPS65910 is not set 1465# CONFIG_MFD_TPS65910 is not set
1220# CONFIG_MFD_TPS65912_I2C is not set 1466# CONFIG_MFD_TPS65912_I2C is not set
1221# CONFIG_MFD_TPS65912_SPI is not set 1467# CONFIG_MFD_TPS65912_SPI is not set
1222# CONFIG_TWL4030_CORE is not set 1468# CONFIG_TWL4030_CORE is not set
1469# CONFIG_TWL6040_CORE is not set
1223# CONFIG_MFD_STMPE is not set 1470# CONFIG_MFD_STMPE is not set
1224# CONFIG_MFD_TC3589X is not set 1471# CONFIG_MFD_TC3589X is not set
1225# CONFIG_MFD_TMIO is not set 1472# CONFIG_MFD_TMIO is not set
@@ -1230,216 +1477,61 @@ CONFIG_BCMA_POSSIBLE=y
1230# CONFIG_MFD_DA9052_SPI is not set 1477# CONFIG_MFD_DA9052_SPI is not set
1231# CONFIG_MFD_DA9052_I2C is not set 1478# CONFIG_MFD_DA9052_I2C is not set
1232# CONFIG_PMIC_ADP5520 is not set 1479# CONFIG_PMIC_ADP5520 is not set
1480# CONFIG_MFD_MAX77686 is not set
1481# CONFIG_MFD_MAX77693 is not set
1233# CONFIG_MFD_MAX8925 is not set 1482# CONFIG_MFD_MAX8925 is not set
1234# CONFIG_MFD_MAX8997 is not set 1483# CONFIG_MFD_MAX8997 is not set
1235# CONFIG_MFD_MAX8998 is not set 1484# CONFIG_MFD_MAX8998 is not set
1236# CONFIG_MFD_S5M_CORE is not set 1485# CONFIG_MFD_SEC_CORE is not set
1486# CONFIG_MFD_ARIZONA_I2C is not set
1487# CONFIG_MFD_ARIZONA_SPI is not set
1237# CONFIG_MFD_WM8400 is not set 1488# CONFIG_MFD_WM8400 is not set
1238# CONFIG_MFD_WM831X_I2C is not set 1489# CONFIG_MFD_WM831X_I2C is not set
1239# CONFIG_MFD_WM831X_SPI is not set 1490# CONFIG_MFD_WM831X_SPI is not set
1240# CONFIG_MFD_WM8350_I2C is not set 1491# CONFIG_MFD_WM8350_I2C is not set
1241# CONFIG_MFD_WM8994 is not set 1492# CONFIG_MFD_WM8994 is not set
1242# CONFIG_MFD_PCF50633 is not set 1493# CONFIG_MFD_PCF50633 is not set
1243# CONFIG_MFD_MC13XXX is not set 1494# CONFIG_MFD_MC13XXX_SPI is not set
1495# CONFIG_MFD_MC13XXX_I2C is not set
1244# CONFIG_ABX500_CORE is not set 1496# CONFIG_ABX500_CORE is not set
1245# CONFIG_EZX_PCAP is not set 1497# CONFIG_EZX_PCAP is not set
1498# CONFIG_MFD_TIMBERDALE is not set
1499# CONFIG_LPC_SCH is not set
1500# CONFIG_LPC_ICH is not set
1501# CONFIG_MFD_RDC321X is not set
1502# CONFIG_MFD_JANZ_CMODIO is not set
1503# CONFIG_MFD_VX855 is not set
1246# CONFIG_MFD_WL1273_CORE is not set 1504# CONFIG_MFD_WL1273_CORE is not set
1505# CONFIG_MFD_TPS65090 is not set
1247# CONFIG_MFD_AAT2870_CORE is not set 1506# CONFIG_MFD_AAT2870_CORE is not set
1507# CONFIG_MFD_RC5T583 is not set
1508# CONFIG_MFD_PALMAS is not set
1248# CONFIG_REGULATOR is not set 1509# CONFIG_REGULATOR is not set
1249CONFIG_MEDIA_SUPPORT=y 1510CONFIG_MEDIA_SUPPORT=y
1250 1511
1251# 1512#
1252# Multimedia core support 1513# Multimedia core support
1253# 1514#
1254# CONFIG_MEDIA_CONTROLLER is not set 1515# CONFIG_MEDIA_CAMERA_SUPPORT is not set
1255CONFIG_VIDEO_DEV=y 1516# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
1256CONFIG_VIDEO_V4L2_COMMON=y 1517# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
1257# CONFIG_DVB_CORE is not set 1518# CONFIG_MEDIA_RADIO_SUPPORT is not set
1258CONFIG_VIDEO_MEDIA=y 1519# CONFIG_MEDIA_RC_SUPPORT is not set
1259
1260#
1261# Multimedia drivers
1262#
1263# CONFIG_RC_CORE is not set
1264# CONFIG_MEDIA_ATTACH is not set
1265CONFIG_MEDIA_TUNER=y
1266# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
1267CONFIG_MEDIA_TUNER_SIMPLE=y
1268CONFIG_MEDIA_TUNER_TDA8290=y
1269CONFIG_MEDIA_TUNER_TDA827X=y
1270CONFIG_MEDIA_TUNER_TDA18271=y
1271CONFIG_MEDIA_TUNER_TDA9887=y
1272CONFIG_MEDIA_TUNER_TEA5761=y
1273CONFIG_MEDIA_TUNER_TEA5767=y
1274CONFIG_MEDIA_TUNER_MT20XX=y
1275CONFIG_MEDIA_TUNER_XC2028=y
1276CONFIG_MEDIA_TUNER_XC5000=y
1277CONFIG_MEDIA_TUNER_XC4000=y
1278CONFIG_MEDIA_TUNER_MC44S803=y
1279CONFIG_VIDEO_V4L2=y
1280CONFIG_VIDEOBUF2_CORE=y
1281CONFIG_VIDEOBUF2_MEMOPS=y
1282CONFIG_VIDEOBUF2_VMALLOC=y
1283CONFIG_VIDEO_CAPTURE_DRIVERS=y
1284# CONFIG_VIDEO_ADV_DEBUG is not set
1285# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
1286# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
1287 1520
1288# 1521#
1289# Encoders, decoders, sensors and other helper chips 1522# Media drivers
1290# 1523#
1291 1524
1292# 1525#
1293# Audio decoders, processors and mixers
1294#
1295# CONFIG_VIDEO_TVAUDIO is not set
1296# CONFIG_VIDEO_TDA7432 is not set
1297# CONFIG_VIDEO_TDA9840 is not set
1298# CONFIG_VIDEO_TEA6415C is not set
1299# CONFIG_VIDEO_TEA6420 is not set
1300# CONFIG_VIDEO_MSP3400 is not set
1301# CONFIG_VIDEO_CS5345 is not set
1302# CONFIG_VIDEO_CS53L32A is not set
1303# CONFIG_VIDEO_TLV320AIC23B is not set
1304# CONFIG_VIDEO_WM8775 is not set
1305# CONFIG_VIDEO_WM8739 is not set
1306# CONFIG_VIDEO_VP27SMPX is not set
1307
1308#
1309# RDS decoders
1310#
1311# CONFIG_VIDEO_SAA6588 is not set
1312
1313#
1314# Video decoders
1315#
1316# CONFIG_VIDEO_ADV7180 is not set
1317# CONFIG_VIDEO_BT819 is not set
1318# CONFIG_VIDEO_BT856 is not set
1319# CONFIG_VIDEO_BT866 is not set
1320# CONFIG_VIDEO_KS0127 is not set
1321# CONFIG_VIDEO_SAA7110 is not set
1322# CONFIG_VIDEO_SAA711X is not set
1323# CONFIG_VIDEO_SAA7191 is not set
1324# CONFIG_VIDEO_TVP514X is not set
1325# CONFIG_VIDEO_TVP5150 is not set
1326# CONFIG_VIDEO_TVP7002 is not set
1327# CONFIG_VIDEO_VPX3220 is not set
1328
1329#
1330# Video and audio decoders
1331#
1332# CONFIG_VIDEO_SAA717X is not set
1333# CONFIG_VIDEO_CX25840 is not set
1334
1335#
1336# MPEG video encoders
1337#
1338# CONFIG_VIDEO_CX2341X is not set
1339
1340#
1341# Video encoders
1342#
1343# CONFIG_VIDEO_SAA7127 is not set
1344# CONFIG_VIDEO_SAA7185 is not set
1345# CONFIG_VIDEO_ADV7170 is not set
1346# CONFIG_VIDEO_ADV7175 is not set
1347# CONFIG_VIDEO_ADV7343 is not set
1348# CONFIG_VIDEO_AK881X is not set
1349
1350#
1351# Camera sensor devices
1352#
1353# CONFIG_VIDEO_OV7670 is not set
1354# CONFIG_VIDEO_MT9V011 is not set
1355# CONFIG_VIDEO_TCM825X is not set
1356# CONFIG_VIDEO_SR030PC30 is not set
1357
1358#
1359# Flash devices
1360#
1361
1362#
1363# Video improvement chips
1364#
1365# CONFIG_VIDEO_UPD64031A is not set
1366# CONFIG_VIDEO_UPD64083 is not set
1367
1368#
1369# Miscelaneous helper chips
1370#
1371# CONFIG_VIDEO_THS7303 is not set
1372# CONFIG_VIDEO_M52790 is not set
1373# CONFIG_VIDEO_VIVI is not set
1374CONFIG_V4L_USB_DRIVERS=y
1375CONFIG_USB_VIDEO_CLASS=y
1376CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
1377CONFIG_USB_GSPCA=y
1378# CONFIG_USB_M5602 is not set
1379# CONFIG_USB_STV06XX is not set
1380# CONFIG_USB_GL860 is not set
1381# CONFIG_USB_GSPCA_BENQ is not set
1382# CONFIG_USB_GSPCA_CONEX is not set
1383# CONFIG_USB_GSPCA_CPIA1 is not set
1384# CONFIG_USB_GSPCA_ETOMS is not set
1385# CONFIG_USB_GSPCA_FINEPIX is not set
1386# CONFIG_USB_GSPCA_JEILINJ is not set
1387# CONFIG_USB_GSPCA_JL2005BCD is not set
1388# CONFIG_USB_GSPCA_KINECT is not set
1389# CONFIG_USB_GSPCA_KONICA is not set
1390# CONFIG_USB_GSPCA_MARS is not set
1391# CONFIG_USB_GSPCA_MR97310A is not set
1392# CONFIG_USB_GSPCA_NW80X is not set
1393# CONFIG_USB_GSPCA_OV519 is not set
1394# CONFIG_USB_GSPCA_OV534 is not set
1395# CONFIG_USB_GSPCA_OV534_9 is not set
1396# CONFIG_USB_GSPCA_PAC207 is not set
1397# CONFIG_USB_GSPCA_PAC7302 is not set
1398# CONFIG_USB_GSPCA_PAC7311 is not set
1399# CONFIG_USB_GSPCA_SE401 is not set
1400# CONFIG_USB_GSPCA_SN9C2028 is not set
1401# CONFIG_USB_GSPCA_SN9C20X is not set
1402# CONFIG_USB_GSPCA_SONIXB is not set
1403# CONFIG_USB_GSPCA_SONIXJ is not set
1404# CONFIG_USB_GSPCA_SPCA500 is not set
1405# CONFIG_USB_GSPCA_SPCA501 is not set
1406# CONFIG_USB_GSPCA_SPCA505 is not set
1407# CONFIG_USB_GSPCA_SPCA506 is not set
1408# CONFIG_USB_GSPCA_SPCA508 is not set
1409# CONFIG_USB_GSPCA_SPCA561 is not set
1410# CONFIG_USB_GSPCA_SPCA1528 is not set
1411# CONFIG_USB_GSPCA_SQ905 is not set
1412# CONFIG_USB_GSPCA_SQ905C is not set
1413# CONFIG_USB_GSPCA_SQ930X is not set
1414# CONFIG_USB_GSPCA_STK014 is not set
1415# CONFIG_USB_GSPCA_STV0680 is not set
1416# CONFIG_USB_GSPCA_SUNPLUS is not set
1417# CONFIG_USB_GSPCA_T613 is not set
1418# CONFIG_USB_GSPCA_TOPRO is not set
1419# CONFIG_USB_GSPCA_TV8532 is not set
1420# CONFIG_USB_GSPCA_VC032X is not set
1421# CONFIG_USB_GSPCA_VICAM is not set
1422# CONFIG_USB_GSPCA_XIRLINK_CIT is not set
1423# CONFIG_USB_GSPCA_ZC3XX is not set
1424# CONFIG_VIDEO_PVRUSB2 is not set
1425# CONFIG_VIDEO_HDPVR is not set
1426# CONFIG_VIDEO_EM28XX is not set
1427# CONFIG_VIDEO_USBVISION is not set
1428# CONFIG_USB_ET61X251 is not set
1429# CONFIG_USB_SN9C102 is not set
1430# CONFIG_USB_PWC is not set
1431# CONFIG_VIDEO_CPIA2 is not set
1432# CONFIG_USB_ZR364XX is not set
1433# CONFIG_USB_STKWEBCAM is not set
1434# CONFIG_USB_S2255 is not set
1435# CONFIG_V4L_PLATFORM_DRIVERS is not set
1436# CONFIG_V4L_MEM2MEM_DRIVERS is not set
1437# CONFIG_RADIO_ADAPTERS is not set
1438
1439#
1440# Graphics support 1526# Graphics support
1441# 1527#
1528CONFIG_VGA_ARB=y
1529CONFIG_VGA_ARB_MAX_GPUS=16
1442# CONFIG_DRM is not set 1530# CONFIG_DRM is not set
1531# CONFIG_STUB_POULSBO is not set
1532CONFIG_XILINX_VIDEO_IP=y
1533CONFIG_XILINX_VDMA_WRAPPER=y
1534CONFIG_XILINX_SOBEL=y
1443# CONFIG_VGASTATE is not set 1535# CONFIG_VGASTATE is not set
1444# CONFIG_VIDEO_OUTPUT_CONTROL is not set 1536# CONFIG_VIDEO_OUTPUT_CONTROL is not set
1445CONFIG_FB=y 1537CONFIG_FB=y
@@ -1465,20 +1557,48 @@ CONFIG_FB_CFB_IMAGEBLIT=y
1465# 1557#
1466# Frame buffer hardware drivers 1558# Frame buffer hardware drivers
1467# 1559#
1560# CONFIG_FB_CIRRUS is not set
1561# CONFIG_FB_PM2 is not set
1468# CONFIG_FB_ARMCLCD is not set 1562# CONFIG_FB_ARMCLCD is not set
1563# CONFIG_FB_CYBER2000 is not set
1564# CONFIG_FB_ASILIANT is not set
1565# CONFIG_FB_IMSTT is not set
1469# CONFIG_FB_UVESA is not set 1566# CONFIG_FB_UVESA is not set
1470# CONFIG_FB_S1D13XXX is not set 1567# CONFIG_FB_S1D13XXX is not set
1568# CONFIG_FB_NVIDIA is not set
1569# CONFIG_FB_RIVA is not set
1570# CONFIG_FB_I740 is not set
1571# CONFIG_FB_MATROX is not set
1572# CONFIG_FB_RADEON is not set
1573# CONFIG_FB_ATY128 is not set
1574# CONFIG_FB_ATY is not set
1575# CONFIG_FB_S3 is not set
1576# CONFIG_FB_SAVAGE is not set
1577# CONFIG_FB_SIS is not set
1578# CONFIG_FB_NEOMAGIC is not set
1579# CONFIG_FB_KYRO is not set
1580# CONFIG_FB_3DFX is not set
1581# CONFIG_FB_VOODOO1 is not set
1582# CONFIG_FB_VT8623 is not set
1583# CONFIG_FB_TRIDENT is not set
1584# CONFIG_FB_ARK is not set
1585# CONFIG_FB_PM3 is not set
1586# CONFIG_FB_CARMINE is not set
1471# CONFIG_FB_SMSCUFX is not set 1587# CONFIG_FB_SMSCUFX is not set
1472# CONFIG_FB_UDL is not set 1588# CONFIG_FB_UDL is not set
1473# CONFIG_FB_XILINX is not set 1589CONFIG_FB_XILINX=y
1474# CONFIG_FB_VIRTUAL is not set 1590# CONFIG_FB_VIRTUAL is not set
1475# CONFIG_FB_METRONOME is not set 1591# CONFIG_FB_METRONOME is not set
1592# CONFIG_FB_MB862XX is not set
1476# CONFIG_FB_BROADSHEET is not set 1593# CONFIG_FB_BROADSHEET is not set
1594# CONFIG_FB_AUO_K190X is not set
1477CONFIG_FB_XYLON=y 1595CONFIG_FB_XYLON=y
1478# CONFIG_FB_XYLON_PLATFORM is not set 1596# CONFIG_FB_XYLON_PLATFORM is not set
1479CONFIG_FB_XYLON_NUM_FBS=0 1597CONFIG_FB_XYLON_OF=y
1598# CONFIG_FB_XYLON_EXT_PIXCLK is not set
1480# CONFIG_FB_XYLON_ZYNQ_PS_PIXCLK is not set 1599# CONFIG_FB_XYLON_ZYNQ_PS_PIXCLK is not set
1481# CONFIG_FB_XYLON_ZC702_PIXCLK is not set 1600CONFIG_FB_XYLON_ZC702_PIXCLK=y
1601# CONFIG_EXYNOS_VIDEO is not set
1482# CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1602# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1483 1603
1484# 1604#
@@ -1501,16 +1621,14 @@ CONFIG_FONT_8x16=y
1501# CONFIG_FONT_10x18 is not set 1621# CONFIG_FONT_10x18 is not set
1502# CONFIG_LOGO is not set 1622# CONFIG_LOGO is not set
1503# CONFIG_SOUND is not set 1623# CONFIG_SOUND is not set
1504CONFIG_HID_SUPPORT=y
1505CONFIG_HID=y
1506# CONFIG_HIDRAW is not set
1507 1624
1508# 1625#
1509# USB Input Devices 1626# HID support
1510# 1627#
1511CONFIG_USB_HID=y 1628CONFIG_HID=y
1512# CONFIG_HID_PID is not set 1629# CONFIG_HIDRAW is not set
1513# CONFIG_USB_HIDDEV is not set 1630# CONFIG_UHID is not set
1631CONFIG_HID_GENERIC=y
1514 1632
1515# 1633#
1516# Special HID drivers 1634# Special HID drivers
@@ -1518,6 +1636,7 @@ CONFIG_USB_HID=y
1518# CONFIG_HID_A4TECH is not set 1636# CONFIG_HID_A4TECH is not set
1519# CONFIG_HID_ACRUX is not set 1637# CONFIG_HID_ACRUX is not set
1520# CONFIG_HID_APPLE is not set 1638# CONFIG_HID_APPLE is not set
1639# CONFIG_HID_AUREAL is not set
1521# CONFIG_HID_BELKIN is not set 1640# CONFIG_HID_BELKIN is not set
1522# CONFIG_HID_CHERRY is not set 1641# CONFIG_HID_CHERRY is not set
1523# CONFIG_HID_CHICONY is not set 1642# CONFIG_HID_CHICONY is not set
@@ -1534,6 +1653,7 @@ CONFIG_USB_HID=y
1534# CONFIG_HID_TWINHAN is not set 1653# CONFIG_HID_TWINHAN is not set
1535# CONFIG_HID_KENSINGTON is not set 1654# CONFIG_HID_KENSINGTON is not set
1536# CONFIG_HID_LCPOWER is not set 1655# CONFIG_HID_LCPOWER is not set
1656# CONFIG_HID_LENOVO_TPKBD is not set
1537# CONFIG_HID_LOGITECH is not set 1657# CONFIG_HID_LOGITECH is not set
1538CONFIG_HID_MICROSOFT=y 1658CONFIG_HID_MICROSOFT=y
1539# CONFIG_HID_MONTEREY is not set 1659# CONFIG_HID_MONTEREY is not set
@@ -1545,22 +1665,31 @@ CONFIG_HID_MICROSOFT=y
1545# CONFIG_HID_PICOLCD is not set 1665# CONFIG_HID_PICOLCD is not set
1546# CONFIG_HID_PRIMAX is not set 1666# CONFIG_HID_PRIMAX is not set
1547# CONFIG_HID_ROCCAT is not set 1667# CONFIG_HID_ROCCAT is not set
1668# CONFIG_HID_SAITEK is not set
1548# CONFIG_HID_SAMSUNG is not set 1669# CONFIG_HID_SAMSUNG is not set
1549# CONFIG_HID_SONY is not set 1670# CONFIG_HID_SONY is not set
1550# CONFIG_HID_SPEEDLINK is not set 1671# CONFIG_HID_SPEEDLINK is not set
1551# CONFIG_HID_SUNPLUS is not set 1672# CONFIG_HID_SUNPLUS is not set
1552# CONFIG_HID_GREENASIA is not set 1673# CONFIG_HID_GREENASIA is not set
1553# CONFIG_HID_SMARTJOYPLUS is not set 1674# CONFIG_HID_SMARTJOYPLUS is not set
1675# CONFIG_HID_TIVO is not set
1554# CONFIG_HID_TOPSEED is not set 1676# CONFIG_HID_TOPSEED is not set
1555# CONFIG_HID_THRUSTMASTER is not set 1677# CONFIG_HID_THRUSTMASTER is not set
1556# CONFIG_HID_ZEROPLUS is not set 1678# CONFIG_HID_ZEROPLUS is not set
1557# CONFIG_HID_ZYDACRON is not set 1679# CONFIG_HID_ZYDACRON is not set
1680
1681#
1682# USB HID support
1683#
1684CONFIG_USB_HID=y
1685# CONFIG_HID_PID is not set
1686# CONFIG_USB_HIDDEV is not set
1687CONFIG_USB_ARCH_HAS_OHCI=y
1688CONFIG_USB_ARCH_HAS_EHCI=y
1689CONFIG_USB_ARCH_HAS_XHCI=y
1558CONFIG_USB_SUPPORT=y 1690CONFIG_USB_SUPPORT=y
1559CONFIG_USB_COMMON=y 1691CONFIG_USB_COMMON=y
1560CONFIG_USB_ARCH_HAS_HCD=y 1692CONFIG_USB_ARCH_HAS_HCD=y
1561# CONFIG_USB_ARCH_HAS_OHCI is not set
1562CONFIG_USB_ARCH_HAS_EHCI=y
1563# CONFIG_USB_ARCH_HAS_XHCI is not set
1564CONFIG_USB=y 1693CONFIG_USB=y
1565# CONFIG_USB_DEBUG is not set 1694# CONFIG_USB_DEBUG is not set
1566# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set 1695# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
@@ -1568,8 +1697,6 @@ CONFIG_USB=y
1568# 1697#
1569# Miscellaneous USB options 1698# Miscellaneous USB options
1570# 1699#
1571CONFIG_USB_DEVICEFS=y
1572CONFIG_USB_DEVICE_CLASS=y
1573# CONFIG_USB_DYNAMIC_MINORS is not set 1700# CONFIG_USB_DYNAMIC_MINORS is not set
1574CONFIG_USB_SUSPEND=y 1701CONFIG_USB_SUSPEND=y
1575CONFIG_USB_OTG=y 1702CONFIG_USB_OTG=y
@@ -1583,19 +1710,23 @@ CONFIG_USB_OTG=y
1583# USB Host Controller Drivers 1710# USB Host Controller Drivers
1584# 1711#
1585# CONFIG_USB_C67X00_HCD is not set 1712# CONFIG_USB_C67X00_HCD is not set
1713# CONFIG_USB_XHCI_HCD is not set
1586CONFIG_USB_EHCI_HCD=y 1714CONFIG_USB_EHCI_HCD=y
1587CONFIG_USB_EHCI_ROOT_HUB_TT=y 1715CONFIG_USB_EHCI_ROOT_HUB_TT=y
1588# CONFIG_USB_EHCI_TT_NEWSCHED is not set 1716# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1589CONFIG_USB_XUSBPS_DR_OF=y 1717CONFIG_USB_XUSBPS_DR_OF=y
1590CONFIG_USB_EHCI_XUSBPS=y 1718CONFIG_USB_EHCI_XUSBPS=y
1591# CONFIG_USB_EHCI_MV is not set
1592# CONFIG_USB_OXU210HP_HCD is not set 1719# CONFIG_USB_OXU210HP_HCD is not set
1593# CONFIG_USB_ISP116X_HCD is not set 1720# CONFIG_USB_ISP116X_HCD is not set
1594# CONFIG_USB_ISP1760_HCD is not set 1721# CONFIG_USB_ISP1760_HCD is not set
1595# CONFIG_USB_ISP1362_HCD is not set 1722# CONFIG_USB_ISP1362_HCD is not set
1723# CONFIG_USB_OHCI_HCD is not set
1724# CONFIG_USB_EHCI_HCD_PLATFORM is not set
1725# CONFIG_USB_UHCI_HCD is not set
1596# CONFIG_USB_SL811_HCD is not set 1726# CONFIG_USB_SL811_HCD is not set
1597# CONFIG_USB_R8A66597_HCD is not set 1727# CONFIG_USB_R8A66597_HCD is not set
1598# CONFIG_USB_MUSB_HDRC is not set 1728# CONFIG_USB_MUSB_HDRC is not set
1729# CONFIG_USB_CHIPIDEA is not set
1599# CONFIG_USB_RENESAS_USBHS is not set 1730# CONFIG_USB_RENESAS_USBHS is not set
1600 1731
1601# 1732#
@@ -1665,19 +1796,33 @@ CONFIG_USB_STORAGE=y
1665# CONFIG_USB_TEST is not set 1796# CONFIG_USB_TEST is not set
1666# CONFIG_USB_ISIGHTFW is not set 1797# CONFIG_USB_ISIGHTFW is not set
1667# CONFIG_USB_YUREX is not set 1798# CONFIG_USB_YUREX is not set
1799
1800#
1801# USB Physical Layer drivers
1802#
1803# CONFIG_USB_ISP1301 is not set
1668CONFIG_USB_GADGET=y 1804CONFIG_USB_GADGET=y
1669# CONFIG_USB_GADGET_DEBUG is not set 1805# CONFIG_USB_GADGET_DEBUG is not set
1670# CONFIG_USB_GADGET_DEBUG_FILES is not set 1806# CONFIG_USB_GADGET_DEBUG_FILES is not set
1807# CONFIG_USB_GADGET_DEBUG_FS is not set
1671CONFIG_USB_GADGET_VBUS_DRAW=2 1808CONFIG_USB_GADGET_VBUS_DRAW=2
1672CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 1809CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
1810
1811#
1812# USB Peripheral Controller
1813#
1673CONFIG_USB_GADGET_XUSBPS=y 1814CONFIG_USB_GADGET_XUSBPS=y
1815CONFIG_XUSBPS_ERRATA_DT654401=y
1674CONFIG_USB_XUSBPS=y 1816CONFIG_USB_XUSBPS=y
1675# CONFIG_USB_FUSB300 is not set 1817# CONFIG_USB_FUSB300 is not set
1676# CONFIG_USB_R8A66597 is not set 1818# CONFIG_USB_R8A66597 is not set
1677# CONFIG_USB_GADGET_XILINX is not set
1678# CONFIG_USB_MV_UDC is not set 1819# CONFIG_USB_MV_UDC is not set
1679# CONFIG_USB_M66592 is not set 1820# CONFIG_USB_M66592 is not set
1821# CONFIG_USB_AMD5536UDC is not set
1680# CONFIG_USB_NET2272 is not set 1822# CONFIG_USB_NET2272 is not set
1823# CONFIG_USB_NET2280 is not set
1824# CONFIG_USB_GOKU is not set
1825# CONFIG_USB_EG20T is not set
1681# CONFIG_USB_DUMMY_HCD is not set 1826# CONFIG_USB_DUMMY_HCD is not set
1682CONFIG_USB_GADGET_DUALSPEED=y 1827CONFIG_USB_GADGET_DUALSPEED=y
1683CONFIG_USB_ZERO=m 1828CONFIG_USB_ZERO=m
@@ -1696,16 +1841,17 @@ CONFIG_USB_FILE_STORAGE=m
1696# CONFIG_USB_G_MULTI is not set 1841# CONFIG_USB_G_MULTI is not set
1697# CONFIG_USB_G_HID is not set 1842# CONFIG_USB_G_HID is not set
1698# CONFIG_USB_G_DBGP is not set 1843# CONFIG_USB_G_DBGP is not set
1699# CONFIG_USB_G_WEBCAM is not set
1700 1844
1701# 1845#
1702# OTG and related infrastructure 1846# OTG and related infrastructure
1703# 1847#
1704CONFIG_USB_OTG_UTILS=y 1848CONFIG_USB_OTG_UTILS=y
1705# CONFIG_USB_GPIO_VBUS is not set 1849# CONFIG_USB_GPIO_VBUS is not set
1706# CONFIG_USB_ULPI is not set 1850CONFIG_USB_ULPI=y
1851CONFIG_USB_ULPI_VIEWPORT=y
1707# CONFIG_NOP_USB_XCEIV is not set 1852# CONFIG_NOP_USB_XCEIV is not set
1708CONFIG_USB_XUSBPS_OTG=y 1853CONFIG_USB_XUSBPS_OTG=y
1854# CONFIG_UWB is not set
1709CONFIG_MMC=y 1855CONFIG_MMC=y
1710# CONFIG_MMC_DEBUG is not set 1856# CONFIG_MMC_DEBUG is not set
1711# CONFIG_MMC_UNSAFE_RESUME is not set 1857# CONFIG_MMC_UNSAFE_RESUME is not set
@@ -1725,17 +1871,23 @@ CONFIG_MMC_BLOCK_BOUNCE=y
1725# 1871#
1726# CONFIG_MMC_ARMMMCI is not set 1872# CONFIG_MMC_ARMMMCI is not set
1727CONFIG_MMC_SDHCI=y 1873CONFIG_MMC_SDHCI=y
1874# CONFIG_MMC_SDHCI_PCI is not set
1728CONFIG_MMC_SDHCI_PLTFM=y 1875CONFIG_MMC_SDHCI_PLTFM=y
1729CONFIG_MMC_SDHCI_OF_XILINX_PS=y 1876CONFIG_MMC_SDHCI_OF_XILINX_PS=y
1730# CONFIG_MMC_SDHCI_PXAV3 is not set 1877# CONFIG_MMC_SDHCI_PXAV3 is not set
1731# CONFIG_MMC_SDHCI_PXAV2 is not set 1878# CONFIG_MMC_SDHCI_PXAV2 is not set
1732# CONFIG_MMC_WBSD is not set 1879# CONFIG_MMC_WBSD is not set
1880# CONFIG_MMC_TIFM_SD is not set
1881# CONFIG_MMC_CB710 is not set
1882# CONFIG_MMC_VIA_SDMMC is not set
1733# CONFIG_MMC_DW is not set 1883# CONFIG_MMC_DW is not set
1734# CONFIG_MMC_VUB300 is not set 1884# CONFIG_MMC_VUB300 is not set
1735# CONFIG_MMC_USHC is not set 1885# CONFIG_MMC_USHC is not set
1736# CONFIG_MEMSTICK is not set 1886# CONFIG_MEMSTICK is not set
1737# CONFIG_NEW_LEDS is not set 1887# CONFIG_NEW_LEDS is not set
1738# CONFIG_ACCESSIBILITY is not set 1888# CONFIG_ACCESSIBILITY is not set
1889# CONFIG_INFINIBAND is not set
1890# CONFIG_EDAC is not set
1739CONFIG_RTC_LIB=y 1891CONFIG_RTC_LIB=y
1740CONFIG_RTC_CLASS=y 1892CONFIG_RTC_CLASS=y
1741CONFIG_RTC_HCTOSYS=y 1893CONFIG_RTC_HCTOSYS=y
@@ -1809,13 +1961,46 @@ CONFIG_RTC_DRV_PCF8563=y
1809# 1961#
1810# CONFIG_RTC_DRV_PL030 is not set 1962# CONFIG_RTC_DRV_PL030 is not set
1811# CONFIG_RTC_DRV_PL031 is not set 1963# CONFIG_RTC_DRV_PL031 is not set
1812# CONFIG_DMADEVICES is not set 1964CONFIG_DMADEVICES=y
1965# CONFIG_DMADEVICES_DEBUG is not set
1966
1967#
1968# DMA Devices
1969#
1970CONFIG_XILINX_DMA_ENGINES=y
1971CONFIG_XILINX_AXIDMA=y
1972# CONFIG_XILINX_DMATEST is not set
1973CONFIG_XILINX_AXIVDMA=y
1974# CONFIG_XILINX_VDMATEST is not set
1975# CONFIG_XILINX_AXICDMA is not set
1976# CONFIG_AMBA_PL08X is not set
1977# CONFIG_DW_DMAC is not set
1978# CONFIG_TIMB_DMA is not set
1979# CONFIG_PL330_DMA is not set
1980CONFIG_DMA_ENGINE=y
1981
1982#
1983# DMA Clients
1984#
1985# CONFIG_NET_DMA is not set
1986# CONFIG_ASYNC_TX_DMA is not set
1987# CONFIG_DMATEST is not set
1813# CONFIG_AUXDISPLAY is not set 1988# CONFIG_AUXDISPLAY is not set
1814# CONFIG_UIO is not set 1989CONFIG_UIO=y
1990# CONFIG_UIO_CIF is not set
1991CONFIG_UIO_PDRV=y
1992CONFIG_UIO_PDRV_GENIRQ=y
1993# CONFIG_UIO_AEC is not set
1994# CONFIG_UIO_SERCOS3 is not set
1995# CONFIG_UIO_PCI_GENERIC is not set
1996# CONFIG_UIO_NETX is not set
1997CONFIG_VIRTIO=m
1998CONFIG_VIRTIO_RING=m
1815 1999
1816# 2000#
1817# Virtio drivers 2001# Virtio drivers
1818# 2002#
2003# CONFIG_VIRTIO_PCI is not set
1819# CONFIG_VIRTIO_BALLOON is not set 2004# CONFIG_VIRTIO_BALLOON is not set
1820# CONFIG_VIRTIO_MMIO is not set 2005# CONFIG_VIRTIO_MMIO is not set
1821 2006
@@ -1830,19 +2015,41 @@ CONFIG_COMMON_CLK=y
1830# 2015#
1831# Common Clock Framework 2016# Common Clock Framework
1832# 2017#
1833# CONFIG_COMMON_CLK_DISABLE_UNUSED is not set 2018CONFIG_COMMON_CLK_DEBUG=y
1834# CONFIG_COMMON_CLK_DEBUG is not set
1835 2019
1836# 2020#
1837# Hardware Spinlock drivers 2021# Hardware Spinlock drivers
1838# 2022#
1839CONFIG_IOMMU_SUPPORT=y 2023CONFIG_IOMMU_SUPPORT=y
2024CONFIG_OF_IOMMU=y
2025
2026#
2027# Remoteproc drivers (EXPERIMENTAL)
2028#
2029CONFIG_REMOTEPROC=m
2030CONFIG_ZYNQ_REMOTEPROC=m
2031CONFIG_MB_REMOTEPROC=m
2032
2033#
2034# Rpmsg drivers (EXPERIMENTAL)
2035#
2036CONFIG_RPMSG=m
2037# CONFIG_RPMSG_SERVER_SAMPLE is not set
2038# CONFIG_RPMSG_OMX is not set
2039# CONFIG_RPMSG_FREERTOS_STAT is not set
1840# CONFIG_VIRT_DRIVERS is not set 2040# CONFIG_VIRT_DRIVERS is not set
1841# CONFIG_PM_DEVFREQ is not set 2041# CONFIG_PM_DEVFREQ is not set
2042# CONFIG_EXTCON is not set
2043# CONFIG_MEMORY is not set
2044# CONFIG_IIO is not set
2045# CONFIG_VME_BUS is not set
2046# CONFIG_PWM is not set
2047# CONFIG_PMODS is not set
1842 2048
1843# 2049#
1844# File systems 2050# File systems
1845# 2051#
2052CONFIG_DCACHE_WORD_ACCESS=y
1846CONFIG_EXT2_FS=y 2053CONFIG_EXT2_FS=y
1847# CONFIG_EXT2_FS_XATTR is not set 2054# CONFIG_EXT2_FS_XATTR is not set
1848# CONFIG_EXT2_FS_XIP is not set 2055# CONFIG_EXT2_FS_XIP is not set
@@ -1851,8 +2058,15 @@ CONFIG_EXT3_FS=y
1851CONFIG_EXT3_FS_XATTR=y 2058CONFIG_EXT3_FS_XATTR=y
1852# CONFIG_EXT3_FS_POSIX_ACL is not set 2059# CONFIG_EXT3_FS_POSIX_ACL is not set
1853# CONFIG_EXT3_FS_SECURITY is not set 2060# CONFIG_EXT3_FS_SECURITY is not set
1854# CONFIG_EXT4_FS is not set 2061CONFIG_EXT4_FS=y
2062CONFIG_EXT4_FS_XATTR=y
2063# CONFIG_EXT4_FS_POSIX_ACL is not set
2064# CONFIG_EXT4_FS_SECURITY is not set
2065# CONFIG_EXT4_DEBUG is not set
1855CONFIG_JBD=y 2066CONFIG_JBD=y
2067# CONFIG_JBD_DEBUG is not set
2068CONFIG_JBD2=y
2069# CONFIG_JBD2_DEBUG is not set
1856CONFIG_FS_MBCACHE=y 2070CONFIG_FS_MBCACHE=y
1857# CONFIG_REISERFS_FS is not set 2071# CONFIG_REISERFS_FS is not set
1858# CONFIG_JFS_FS is not set 2072# CONFIG_JFS_FS is not set
@@ -1931,21 +2145,25 @@ CONFIG_JFFS2_RTIME=y
1931# CONFIG_OMFS_FS is not set 2145# CONFIG_OMFS_FS is not set
1932# CONFIG_HPFS_FS is not set 2146# CONFIG_HPFS_FS is not set
1933# CONFIG_QNX4FS_FS is not set 2147# CONFIG_QNX4FS_FS is not set
2148# CONFIG_QNX6FS_FS is not set
1934# CONFIG_ROMFS_FS is not set 2149# CONFIG_ROMFS_FS is not set
1935# CONFIG_PSTORE is not set 2150# CONFIG_PSTORE is not set
1936# CONFIG_SYSV_FS is not set 2151# CONFIG_SYSV_FS is not set
1937# CONFIG_UFS_FS is not set 2152# CONFIG_UFS_FS is not set
1938CONFIG_NETWORK_FILESYSTEMS=y 2153CONFIG_NETWORK_FILESYSTEMS=y
1939CONFIG_NFS_FS=y 2154CONFIG_NFS_FS=y
2155CONFIG_NFS_V2=y
1940CONFIG_NFS_V3=y 2156CONFIG_NFS_V3=y
1941# CONFIG_NFS_V3_ACL is not set 2157# CONFIG_NFS_V3_ACL is not set
1942# CONFIG_NFS_V4 is not set 2158# CONFIG_NFS_V4 is not set
2159# CONFIG_NFS_SWAP is not set
1943CONFIG_ROOT_NFS=y 2160CONFIG_ROOT_NFS=y
1944# CONFIG_NFSD is not set 2161# CONFIG_NFSD is not set
1945CONFIG_LOCKD=y 2162CONFIG_LOCKD=y
1946CONFIG_LOCKD_V4=y 2163CONFIG_LOCKD_V4=y
1947CONFIG_NFS_COMMON=y 2164CONFIG_NFS_COMMON=y
1948CONFIG_SUNRPC=y 2165CONFIG_SUNRPC=y
2166# CONFIG_SUNRPC_DEBUG is not set
1949# CONFIG_CEPH_FS is not set 2167# CONFIG_CEPH_FS is not set
1950# CONFIG_CIFS is not set 2168# CONFIG_CIFS is not set
1951# CONFIG_NCP_FS is not set 2169# CONFIG_NCP_FS is not set
@@ -1990,6 +2208,17 @@ CONFIG_NLS_ISO8859_1=y
1990# CONFIG_NLS_ISO8859_15 is not set 2208# CONFIG_NLS_ISO8859_15 is not set
1991# CONFIG_NLS_KOI8_R is not set 2209# CONFIG_NLS_KOI8_R is not set
1992# CONFIG_NLS_KOI8_U is not set 2210# CONFIG_NLS_KOI8_U is not set
2211# CONFIG_NLS_MAC_ROMAN is not set
2212# CONFIG_NLS_MAC_CELTIC is not set
2213# CONFIG_NLS_MAC_CENTEURO is not set
2214# CONFIG_NLS_MAC_CROATIAN is not set
2215# CONFIG_NLS_MAC_CYRILLIC is not set
2216# CONFIG_NLS_MAC_GAELIC is not set
2217# CONFIG_NLS_MAC_GREEK is not set
2218# CONFIG_NLS_MAC_ICELAND is not set
2219# CONFIG_NLS_MAC_INUIT is not set
2220# CONFIG_NLS_MAC_ROMANIAN is not set
2221# CONFIG_NLS_MAC_TURKISH is not set
1993# CONFIG_NLS_UTF8 is not set 2222# CONFIG_NLS_UTF8 is not set
1994 2223
1995# 2224#
@@ -2002,18 +2231,21 @@ CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
2002CONFIG_FRAME_WARN=1024 2231CONFIG_FRAME_WARN=1024
2003# CONFIG_MAGIC_SYSRQ is not set 2232# CONFIG_MAGIC_SYSRQ is not set
2004# CONFIG_STRIP_ASM_SYMS is not set 2233# CONFIG_STRIP_ASM_SYMS is not set
2234# CONFIG_READABLE_ASM is not set
2005# CONFIG_UNUSED_SYMBOLS is not set 2235# CONFIG_UNUSED_SYMBOLS is not set
2006# CONFIG_DEBUG_FS is not set 2236CONFIG_DEBUG_FS=y
2007# CONFIG_HEADERS_CHECK is not set 2237# CONFIG_HEADERS_CHECK is not set
2008# CONFIG_DEBUG_SECTION_MISMATCH is not set 2238# CONFIG_DEBUG_SECTION_MISMATCH is not set
2009CONFIG_DEBUG_KERNEL=y 2239CONFIG_DEBUG_KERNEL=y
2010# CONFIG_DEBUG_SHIRQ is not set 2240# CONFIG_DEBUG_SHIRQ is not set
2011# CONFIG_LOCKUP_DETECTOR is not set 2241# CONFIG_LOCKUP_DETECTOR is not set
2012# CONFIG_HARDLOCKUP_DETECTOR is not set 2242# CONFIG_HARDLOCKUP_DETECTOR is not set
2243# CONFIG_PANIC_ON_OOPS is not set
2244CONFIG_PANIC_ON_OOPS_VALUE=0
2013# CONFIG_DETECT_HUNG_TASK is not set 2245# CONFIG_DETECT_HUNG_TASK is not set
2014# CONFIG_SCHED_DEBUG is not set 2246# CONFIG_SCHED_DEBUG is not set
2015# CONFIG_SCHEDSTATS is not set 2247# CONFIG_SCHEDSTATS is not set
2016# CONFIG_TIMER_STATS is not set 2248CONFIG_TIMER_STATS=y
2017# CONFIG_DEBUG_OBJECTS is not set 2249# CONFIG_DEBUG_OBJECTS is not set
2018# CONFIG_DEBUG_SLAB is not set 2250# CONFIG_DEBUG_SLAB is not set
2019# CONFIG_DEBUG_KMEMLEAK is not set 2251# CONFIG_DEBUG_KMEMLEAK is not set
@@ -2045,12 +2277,15 @@ CONFIG_DEBUG_KERNEL=y
2045# CONFIG_RCU_TORTURE_TEST is not set 2277# CONFIG_RCU_TORTURE_TEST is not set
2046CONFIG_RCU_CPU_STALL_TIMEOUT=60 2278CONFIG_RCU_CPU_STALL_TIMEOUT=60
2047# CONFIG_RCU_CPU_STALL_VERBOSE is not set 2279# CONFIG_RCU_CPU_STALL_VERBOSE is not set
2280# CONFIG_RCU_CPU_STALL_INFO is not set
2281# CONFIG_RCU_TRACE is not set
2048# CONFIG_BACKTRACE_SELF_TEST is not set 2282# CONFIG_BACKTRACE_SELF_TEST is not set
2049# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 2283# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
2050# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 2284# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
2051# CONFIG_DEBUG_PER_CPU_MAPS is not set 2285# CONFIG_DEBUG_PER_CPU_MAPS is not set
2286# CONFIG_LKDTM is not set
2287# CONFIG_NOTIFIER_ERROR_INJECTION is not set
2052# CONFIG_FAULT_INJECTION is not set 2288# CONFIG_FAULT_INJECTION is not set
2053# CONFIG_SYSCTL_SYSCALL_CHECK is not set
2054# CONFIG_DEBUG_PAGEALLOC is not set 2289# CONFIG_DEBUG_PAGEALLOC is not set
2055CONFIG_HAVE_FUNCTION_TRACER=y 2290CONFIG_HAVE_FUNCTION_TRACER=y
2056CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 2291CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
@@ -2059,6 +2294,7 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
2059CONFIG_HAVE_C_RECORDMCOUNT=y 2294CONFIG_HAVE_C_RECORDMCOUNT=y
2060CONFIG_TRACING_SUPPORT=y 2295CONFIG_TRACING_SUPPORT=y
2061# CONFIG_FTRACE is not set 2296# CONFIG_FTRACE is not set
2297CONFIG_DYNAMIC_DEBUG=y
2062# CONFIG_DMA_API_DEBUG is not set 2298# CONFIG_DMA_API_DEBUG is not set
2063# CONFIG_ATOMIC64_SELFTEST is not set 2299# CONFIG_ATOMIC64_SELFTEST is not set
2064# CONFIG_SAMPLES is not set 2300# CONFIG_SAMPLES is not set
@@ -2071,8 +2307,10 @@ CONFIG_ARM_UNWIND=y
2071CONFIG_DEBUG_LL=y 2307CONFIG_DEBUG_LL=y
2072CONFIG_DEBUG_LL_UART_NONE=y 2308CONFIG_DEBUG_LL_UART_NONE=y
2073# CONFIG_DEBUG_ICEDCC is not set 2309# CONFIG_DEBUG_ICEDCC is not set
2310# CONFIG_DEBUG_SEMIHOSTING is not set
2074CONFIG_EARLY_PRINTK=y 2311CONFIG_EARLY_PRINTK=y
2075# CONFIG_OC_ETM is not set 2312# CONFIG_OC_ETM is not set
2313# CONFIG_PID_IN_CONTEXTIDR is not set
2076 2314
2077# 2315#
2078# Security options 2316# Security options
@@ -2089,8 +2327,10 @@ CONFIG_CRYPTO=y
2089# Crypto core or helper 2327# Crypto core or helper
2090# 2328#
2091# CONFIG_CRYPTO_FIPS is not set 2329# CONFIG_CRYPTO_FIPS is not set
2092CONFIG_CRYPTO_ALGAPI=m 2330CONFIG_CRYPTO_ALGAPI=y
2093CONFIG_CRYPTO_ALGAPI2=m 2331CONFIG_CRYPTO_ALGAPI2=y
2332CONFIG_CRYPTO_HASH=y
2333CONFIG_CRYPTO_HASH2=y
2094CONFIG_CRYPTO_RNG=m 2334CONFIG_CRYPTO_RNG=m
2095CONFIG_CRYPTO_RNG2=m 2335CONFIG_CRYPTO_RNG2=m
2096# CONFIG_CRYPTO_MANAGER is not set 2336# CONFIG_CRYPTO_MANAGER is not set
@@ -2131,7 +2371,7 @@ CONFIG_CRYPTO_RNG2=m
2131# 2371#
2132# Digest 2372# Digest
2133# 2373#
2134# CONFIG_CRYPTO_CRC32C is not set 2374CONFIG_CRYPTO_CRC32C=y
2135# CONFIG_CRYPTO_GHASH is not set 2375# CONFIG_CRYPTO_GHASH is not set
2136# CONFIG_CRYPTO_MD4 is not set 2376# CONFIG_CRYPTO_MD4 is not set
2137# CONFIG_CRYPTO_MD5 is not set 2377# CONFIG_CRYPTO_MD5 is not set
@@ -2179,18 +2419,27 @@ CONFIG_CRYPTO_ANSI_CPRNG=m
2179# CONFIG_CRYPTO_USER_API_HASH is not set 2419# CONFIG_CRYPTO_USER_API_HASH is not set
2180# CONFIG_CRYPTO_USER_API_SKCIPHER is not set 2420# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
2181CONFIG_CRYPTO_HW=y 2421CONFIG_CRYPTO_HW=y
2422# CONFIG_CRYPTO_DEV_HIFN_795X is not set
2182# CONFIG_BINARY_PRINTF is not set 2423# CONFIG_BINARY_PRINTF is not set
2183 2424
2184# 2425#
2185# Library routines 2426# Library routines
2186# 2427#
2187CONFIG_BITREVERSE=y 2428CONFIG_BITREVERSE=y
2429CONFIG_GENERIC_STRNCPY_FROM_USER=y
2430CONFIG_GENERIC_STRNLEN_USER=y
2188CONFIG_GENERIC_PCI_IOMAP=y 2431CONFIG_GENERIC_PCI_IOMAP=y
2432CONFIG_GENERIC_IO=y
2189# CONFIG_CRC_CCITT is not set 2433# CONFIG_CRC_CCITT is not set
2190# CONFIG_CRC16 is not set 2434CONFIG_CRC16=y
2191# CONFIG_CRC_T10DIF is not set 2435# CONFIG_CRC_T10DIF is not set
2192# CONFIG_CRC_ITU_T is not set 2436# CONFIG_CRC_ITU_T is not set
2193CONFIG_CRC32=y 2437CONFIG_CRC32=y
2438# CONFIG_CRC32_SELFTEST is not set
2439CONFIG_CRC32_SLICEBY8=y
2440# CONFIG_CRC32_SLICEBY4 is not set
2441# CONFIG_CRC32_SARWATE is not set
2442# CONFIG_CRC32_BIT is not set
2194# CONFIG_CRC7 is not set 2443# CONFIG_CRC7 is not set
2195# CONFIG_LIBCRC32C is not set 2444# CONFIG_LIBCRC32C is not set
2196# CONFIG_CRC8 is not set 2445# CONFIG_CRC8 is not set
@@ -2205,5 +2454,7 @@ CONFIG_HAS_DMA=y
2205CONFIG_CPU_RMAP=y 2454CONFIG_CPU_RMAP=y
2206CONFIG_DQL=y 2455CONFIG_DQL=y
2207CONFIG_NLATTR=y 2456CONFIG_NLATTR=y
2457CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
2208# CONFIG_AVERAGE is not set 2458# CONFIG_AVERAGE is not set
2209# CONFIG_CORDIC is not set 2459# CONFIG_CORDIC is not set
2460# CONFIG_DDR is not set
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts b/meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts
index b86ab35f..bf1ea161 100644
--- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts
+++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts
@@ -1,128 +1,365 @@
1/dts-v1/; 1/*
2 * Device Tree Generator version: 1.1
3 *
4 * (C) Copyright 2007-2012 Xilinx, Inc.
5 * (C) Copyright 2007-2012 Michal Simek
6 * (C) Copyright 2007-2012 PetaLogix Qld Pty Ltd
7 *
8 * Michal SIMEK <monstr@monstr.eu>
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
23 * MA 02111-1307 USA
24 *
25 * CAUTION: This file is automatically generated by libgen.
26 * Version: Xilinx EDK 14.4 EDK_P.49d
27 * Today is: Thursday, the 13 of December, 2012; 00:36:11
28 *
29 * XPS project directory: Avnet-Digilent-ZedBoard-14.4
30 */
2 31
32/dts-v1/;
3/ { 33/ {
4 model = "Xilinx Zynq ZedBoard"; 34 #address-cells = <1>;
5 compatible = "xlnx,zynq-zc702"; 35 #size-cells = <1>;
6 #address-cells = <0x1>; 36 compatible = "xlnx,zynq-zc770";
7 #size-cells = <0x1>; 37 model = "Avnet-Digilent-ZedBoard-14.4";
8 interrupt-parent = <0x1>; 38 aliases {
9 39 ethernet0 = &ps7_ethernet_0;
10 memory { 40 serial0 = &ps7_uart_1;
11 device_type = "memory"; 41 } ;
12 reg = <0x0 0x20000000>;
13 };
14
15 chosen { 42 chosen {
16 bootargs = "console=ttyPS0,115200 root=/dev/ram rw initrd=0x800000,8M earlyprintk maxcpus=2 debug ip=192.168.1.10"; 43 bootargs = "console=ttyPS0,115200 ";
17 linux,stdout-path = "/amba@0/uart@E0001000"; 44 linux,stdout-path = "/axi@0/serial@e0001000";
18 }; 45 } ;
19 46 cpus {
20 amba@0 { 47 #address-cells = <1>;
21 compatible = "simple-bus"; 48 #cpus = <0x2>;
22 #address-cells = <0x1>; 49 #size-cells = <0>;
23 #size-cells = <0x1>; 50 ps7_cortexa9_0: cpu@0 {
24 ranges; 51 clock-frequency = <666666688>;
25 52 compatible = "xlnx,ps7-cortexa9-1.00.a";
26 intc@f8f01000 { 53 d-cache-line-size = <0x20>;
27 interrupt-controller; 54 d-cache-size = <0x8000>;
28 compatible = "arm,cortex-a9-gic"; 55 device_type = "cpu";
29 #interrupt-cells = <0x3>; 56 i-cache-line-size = <0x20>;
30 reg = <0xf8f01000 0x1000 0xf8f00100 0x100>; 57 i-cache-size = <0x8000>;
31 linux,phandle = <0x1>; 58 model = "ps7_cortexa9,1.00.a";
32 phandle = <0x1>; 59 reg = <0>;
33 }; 60 timebase-frequency = <333333344>;
34 61 xlnx,cpu-1x-clk-freq-hz = <0x69f6bca>;
35 pl310@f8f02000 { 62 xlnx,cpu-clk-freq-hz = <0x27bc86c0>;
36 compatible = "arm,pl310-cache"; 63 } ;
37 cache-unified; 64 ps7_cortexa9_1: cpu@1 {
38 cache-level = <0x2>; 65 clock-frequency = <666666688>;
39 reg = <0xf8f02000 0x1000>; 66 compatible = "xlnx,ps7-cortexa9-1.00.a";
40 arm,data-latency = <0x3 0x2 0x2>; 67 d-cache-line-size = <0x20>;
41 arm,tag-latency = <0x2 0x2 0x2>; 68 d-cache-size = <0x8000>;
42 interrupts = <0x0 0x22 0x4>; 69 device_type = "cpu";
43 }; 70 i-cache-line-size = <0x20>;
44 71 i-cache-size = <0x8000>;
45 uart@e0001000 { 72 model = "ps7_cortexa9,1.00.a";
46 compatible = "xlnx,ps7-uart-1.00.a"; 73 reg = <1>;
47 reg = <0xe0001000 0x1000>; 74 timebase-frequency = <333333344>;
48 interrupts = <0x0 0x32 0x0>; 75 xlnx,cpu-1x-clk-freq-hz = <0x69f6bca>;
49 interrupt-parent = <0x1>; 76 xlnx,cpu-clk-freq-hz = <0x27bc86c0>;
50 clock = <0x2faf080>; 77 } ;
51 }; 78 } ;
52 79 ps7_ddr_0: memory@0 {
53 timer@0xf8001000 { 80 device_type = "memory";
54 compatible = "xlnx,ps7-ttc-1.00.a"; 81 reg = < 0x0 0x20000000 >;
55 reg = <0xf8001000 0x1000>; 82 } ;
56 interrupts = <0x0 0xa 0x0 0x0 0xb 0x0 0x0 0xc 0x0>; 83 ps7_axi_interconnect_0: axi@0 {
57 interrupt-parent = <0x1>; 84 #address-cells = <1>;
58 clock-frequency-timer0 = <0x69f6bc7>; 85 #size-cells = <1>;
59 clock-frequency-timer1 = <0x69f6bc7>; 86 compatible = "xlnx,ps7-axi-interconnect-1.00.a", "simple-bus";
60 clock-frequency-timer2 = <0x69f6bc7>; 87 ranges ;
61 }; 88 btns_5bits: gpio@41240000 {
62 89 #gpio-cells = <2>;
63 swdt@f8005000 { 90 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
64 device_type = "watchdog"; 91 gpio-controller ;
65 compatible = "xlnx,ps7-wdt-1.00.a"; 92 reg = < 0x41240000 0x10000 >;
66 reg = <0xf8005000 0x100>; 93 xlnx,all-inputs = <0x1>;
67 clock-frequency = <0x69f6bc7>; 94 xlnx,all-inputs-2 = <0x0>;
68 }; 95 xlnx,dout-default = <0x0>;
69 96 xlnx,dout-default-2 = <0x0>;
70 eth@e000b000 { 97 xlnx,family = "zynq";
98 xlnx,gpio-width = <0x5>;
99 xlnx,gpio2-width = <0x20>;
100 xlnx,instance = "BTNs_5Bits";
101 xlnx,interrupt-present = <0x0>;
102 xlnx,is-dual = <0x0>;
103 xlnx,tri-default = <0xffffffff>;
104 xlnx,tri-default-2 = <0xffffffff>;
105 } ;
106 leds_8bits: gpio@41220000 {
107 #gpio-cells = <2>;
108 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
109 gpio-controller ;
110 reg = < 0x41220000 0x10000 >;
111 xlnx,all-inputs = <0x0>;
112 xlnx,all-inputs-2 = <0x0>;
113 xlnx,dout-default = <0x0>;
114 xlnx,dout-default-2 = <0x0>;
115 xlnx,family = "zynq";
116 xlnx,gpio-width = <0x8>;
117 xlnx,gpio2-width = <0x20>;
118 xlnx,instance = "LEDs_8Bits";
119 xlnx,interrupt-present = <0x0>;
120 xlnx,is-dual = <0x0>;
121 xlnx,tri-default = <0xffffffff>;
122 xlnx,tri-default-2 = <0xffffffff>;
123 } ;
124 ps7_afi_0: ps7-afi@f8008000 {
125 compatible = "xlnx,ps7-afi-1.00.a";
126 reg = < 0xf8008000 0x1000 >;
127 } ;
128 ps7_afi_1: ps7-afi@f8009000 {
129 compatible = "xlnx,ps7-afi-1.00.a";
130 reg = < 0xf8009000 0x1000 >;
131 } ;
132 ps7_afi_2: ps7-afi@f800a000 {
133 compatible = "xlnx,ps7-afi-1.00.a";
134 reg = < 0xf800a000 0x1000 >;
135 } ;
136 ps7_afi_3: ps7-afi@f800b000 {
137 compatible = "xlnx,ps7-afi-1.00.a";
138 reg = < 0xf800b000 0x1000 >;
139 } ;
140 ps7_ddrc_0: ps7-ddrc@f8006000 {
141 compatible = "xlnx,ps7-ddrc-1.00.a";
142 reg = < 0xf8006000 0x1000 >;
143 xlnx,has-ecc = <0x0>;
144 } ;
145 ps7_dev_cfg_0: ps7-dev-cfg@f8007000 {
146 compatible = "xlnx,ps7-dev-cfg-1.00.a";
147 interrupt-parent = <&ps7_scugic_0>;
148 interrupts = < 0 8 4 >;
149 reg = < 0xf8007000 0x1000 >;
150 } ;
151 ps7_dma_ns: ps7-dma@f8004000 {
152 compatible = "xlnx,ps7-dma-1.00.a", "arm,pl330";
153 interrupt-parent = <&ps7_scugic_0>;
154 interrupts = < 0 13 4 0 14 4 0 15 4 0 16 4 0 17 4 0 40 4 0 41 4 0 42 4 0 43 4 >;
155 reg = < 0xf8004000 0x1000 >;
156 } ;
157 ps7_dma_s: ps7-dma@f8003000 {
158 compatible = "xlnx,ps7-dma-1.00.a", "arm,pl330";
159 interrupt-parent = <&ps7_scugic_0>;
160 interrupts = < 0 13 4 0 14 4 0 15 4 0 16 4 0 17 4 0 40 4 0 41 4 0 42 4 0 43 4 >;
161 reg = < 0xf8003000 0x1000 >;
162 } ;
163 ps7_ethernet_0: ps7-ethernet@e000b000 {
164 #address-cells = <1>;
165 #size-cells = <0>;
71 compatible = "xlnx,ps7-ethernet-1.00.a"; 166 compatible = "xlnx,ps7-ethernet-1.00.a";
72 reg = <0xe000b000 0x1000>; 167 interrupt-parent = <&ps7_scugic_0>;
73 interrupts = <0x0 0x16 0x0>; 168 interrupts = < 0 22 4 >;
74 interrupt-parent = <0x1>; 169 local-mac-address = [ 00 0a 35 00 60 31 ];
75 phy-handle = <0x2>; 170 phy-handle = <&phy0>;
76 xlnx,ptp-enet-clock = <0x69f6bc7>; 171 reg = < 0xe000b000 0x1000 >;
77 xlnx,slcr-div0-1000Mbps = <0x8>; 172 xlnx,enet-clk-freq-hz = <0x7735940>;
78 xlnx,slcr-div0-100Mbps = <0x8>; 173 xlnx,enet-reset = <0xffffffff>;
79 xlnx,slcr-div0-10Mbps = <0x8>; 174 xlnx,enet-slcr-1000mbps-div0 = <0x8>;
80 xlnx,slcr-div1-1000Mbps = <0x1>; 175 xlnx,enet-slcr-1000mbps-div1 = <0x1>;
81 xlnx,slcr-div1-100Mbps = <0x5>; 176 xlnx,enet-slcr-100mbps-div0 = <0x8>;
82 xlnx,slcr-div1-10Mbps = <0x32>; 177 xlnx,enet-slcr-100mbps-div1 = <0x5>;
83 #address-cells = <0x1>; 178 xlnx,enet-slcr-10mbps-div0 = <0x8>;
84 #size-cells = <0x0>; 179 xlnx,enet-slcr-10mbps-div1 = <0x32>;
85 180 xlnx,eth-mode = <0x1>;
86 phy@0 { 181 xlnx,has-mdio = <0x1>;
87 compatible = "marvell,88e1510"; 182 xlnx,ptp-enet-clock = <111111114>;
88 device_type = "ethernet-phy"; 183 mdio {
89 reg = <0x0>; 184 #address-cells = <1>;
90 marvell,reg-init = <0x3 0x10 0xff00 0x1e 0x3 0x11 0xfff0 0xa>; 185 #size-cells = <0>;
91 linux,phandle = <0x2>; 186 phy0: phy@0 {
92 phandle = <0x2>; 187 compatible = "marvell,88e1111";
93 }; 188 device_type = "ethernet-phy";
94 }; 189 reg = <0>;
95 190 } ;
96 sdhci@e0100000 { 191 } ;
97 compatible = "xlnx,ps7-sdhci-1.00.a"; 192 } ;
98 reg = <0xe0100000 0x1000>; 193 ps7_gpio_0: ps7-gpio@e000a000 {
194 #gpio-cells = <2>;
195 compatible = "xlnx,ps7-gpio-1.00.a";
196 emio-gpio-width = <64>;
197 gpio-controller ;
198 gpio-mask-high = <0xc0000>;
199 gpio-mask-low = <0xfe81>;
200 interrupt-parent = <&ps7_scugic_0>;
201 interrupts = < 0 20 4 >;
202 reg = < 0xe000a000 0x1000 >;
203 } ;
204 ps7_iop_bus_config_0: ps7-iop-bus-config@e0200000 {
205 compatible = "xlnx,ps7-iop-bus-config-1.00.a";
206 reg = < 0xe0200000 0x1000 >;
207 } ;
208 ps7_pl310_0: ps7-pl310@f8f02000 {
209 arm,data-latency = < 3 2 2 >;
210 arm,tag-latency = < 2 2 2 >;
211 cache-level = < 2 >;
212 cache-unified ;
213 compatible = "xlnx,ps7-pl310-1.00.a", "arm,pl310-cache";
214 reg = < 0xf8f02000 0x1000 >;
215 } ;
216 ps7_qspi_0: ps7-qspi@e000d000 {
217 #address-cells = <1>;
218 #size-cells = <0>;
219 bus-num = <0>;
220 compatible = "xlnx,ps7-qspi-1.00.a";
221 interrupt-parent = <&ps7_scugic_0>;
222 interrupts = < 0 19 4 >;
223 is-dual = <0>;
224 num-chip-select = <1>;
225 reg = < 0xe000d000 0x1000 >;
226 speed-hz = <200000000>;
227 xlnx,fb-clk = <0x1>;
228 xlnx,qspi-clk-freq-hz = <0xbebc200>;
229 xlnx,qspi-mode = <0x0>;
230 primary_flash: ps7-qspi@0 {
231 #address-cells = <1>;
232 #size-cells = <1>;
233 compatible = "st,m25p80";
234 reg = < 0x0 >;
235 spi-max-frequency = <50000000>;
236 partition@0x00000000 {
237 label = "boot";
238 reg = <0x00000000 0x00500000>;
239 };
240 partition@0x00500000 {
241 label = "bootenv";
242 reg = <0x00500000 0x00020000>;
243 };
244 partition@0x00520000 {
245 label = "config";
246 reg = <0x00520000 0x00020000>;
247 };
248 partition@0x00540000 {
249 label = "image";
250 reg = <0x00540000 0x00a80000>;
251 };
252 partition@0x00fc0000 {
253 label = "spare";
254 reg = <0x00fc0000 0x00000000>;
255 };
256 } ;
257 } ;
258 ps7_qspi_linear_0: ps7-qspi-linear@fc000000 {
259 compatible = "xlnx,ps7-qspi-linear-1.00.a";
260 reg = < 0xfc000000 0x1000000 >;
261 xlnx,qspi-clk-freq-hz = <0xe4e1c0>;
262 } ;
263 ps7_scugic_0: ps7-scugic@f8f01000 {
264 #address-cells = < 2 >;
265 #interrupt-cells = < 3 >;
266 #size-cells = < 1 >;
267 compatible = "xlnx,ps7-scugic-1.00.a", "arm,cortex-a9-gic", "arm,gic";
268 interrupt-controller ;
269 linux,phandle = < 0x1 >;
270 phandle = < 0x1 >;
271 reg = < 0xf8f01000 0x1000 0xf8f00100 0x100 >;
272 } ;
273 ps7_scutimer_0: ps7-scutimer@f8f00600 {
274 clock-frequency = <333333344>;
275 compatible = "xlnx,ps7-scutimer-1.00.a", "arm,cortex-a9-twd-timer";
276 interrupt-parent = <&ps7_scugic_0>;
277 interrupts = < 1 13 769 >;
278 reg = < 0xf8f00600 0x20 >;
279 } ;
280 ps7_scuwdt_0: ps7-scuwdt@f8f00620 {
281 clock-frequency = <333333344>;
282 compatible = "xlnx,ps7-scuwdt-1.00.a";
283 device_type = "watchdog";
284 interrupt-parent = <&ps7_scugic_0>;
285 interrupts = < 1 14 769 >;
286 reg = < 0xf8f00620 0xe0 >;
287 } ;
288 ps7_sd_0: ps7-sdio@e0100000 {
289 clock-frequency = <50000000>;
290 compatible = "xlnx,ps7-sdio-1.00.a", "generic-sdhci";
291 interrupt-parent = <&ps7_scugic_0>;
292 interrupts = < 0 24 4 >;
293 reg = < 0xe0100000 0x1000 >;
99 xlnx,has-cd = <0x1>; 294 xlnx,has-cd = <0x1>;
100 interrupts = <0x0 0x18 0x0>; 295 xlnx,has-power = <0x0>;
101 interrupt-parent = <0x1>; 296 xlnx,has-wp = <0x1>;
102 clock-frequency = <0x1fc9f08>; 297 xlnx,sdio-clk-freq-hz = <0x2faf080>;
103 }; 298 } ;
104 299 ps7_slcr_0: ps7-slcr@f8000000 {
105 usb@e0002000 { 300 compatible = "xlnx,ps7-slcr-1.00.a";
301 reg = < 0xf8000000 0x1000 >;
302 } ;
303 ps7_ttc_0: ps7-ttc@f8001000 {
304 clock-frequency = <111111112>;
305 clock-frequency-timer0 = <111111112>;
306 clock-frequency-timer1 = <111111112>;
307 clock-frequency-timer2 = <111111112>;
308 compatible = "xlnx,ps7-ttc-1.00.a";
309 interrupt-parent = <&ps7_scugic_0>;
310 interrupts = < 0 10 4 0 11 4 0 12 4 >;
311 reg = < 0xf8001000 0x1000 >;
312 xlnx,ttc-clk0-clksrc = <0x0>;
313 xlnx,ttc-clk0-freq-hz = <0x69f6bc8>;
314 xlnx,ttc-clk1-clksrc = <0x0>;
315 xlnx,ttc-clk1-freq-hz = <0x69f6bc8>;
316 xlnx,ttc-clk2-clksrc = <0x0>;
317 xlnx,ttc-clk2-freq-hz = <0x69f6bc8>;
318 } ;
319 ps7_uart_1: serial@e0001000 {
320 clock = <50000000>;
321 clock-frequency = <50000000>;
322 compatible = "xlnx,ps7-uart-1.00.a", "xlnx,xuartps";
323 current-speed = <115200>;
324 device_type = "serial";
325 interrupt-parent = <&ps7_scugic_0>;
326 interrupts = < 0 50 4 >;
327 port-number = <0>;
328 reg = < 0xe0001000 0x1000 >;
329 xlnx,has-modem = <0x0>;
330 xlnx,uart-clk-freq-hz = <0x2faf080>;
331 } ;
332 ps7_usb_0: ps7-usb@e0002000 {
106 compatible = "xlnx,ps7-usb-1.00.a"; 333 compatible = "xlnx,ps7-usb-1.00.a";
107 reg = <0xe0002000 0x1000>; 334 dr_mode = "otg";
108 interrupts = <0x0 0x15 0x0>; 335 interrupt-parent = <&ps7_scugic_0>;
109 interrupt-parent = <0x1>; 336 interrupts = < 0 21 4 >;
110 dr_mode = "host";
111 phy_type = "ulpi"; 337 phy_type = "ulpi";
112 }; 338 reg = < 0xe0002000 0x1000 >;
113 339 xlnx,usb-reset = <0xffffffff>;
114 gpio@e000a000 { 340 } ;
115 compatible = "xlnx,ps7-gpio-1.00.a"; 341 ps7_xadc: ps7_xadc@f8007100 {
116 reg = <0xe000a000 0x1000>; 342 compatible = "xlnx,ps7-xadc-1.00.a";
117 interrupts = <0x0 0x14 0x0>; 343 interrupts = < 0 7 4 >;
118 interrupt-parent = <0x1>; 344 reg = < 0xf8007100 0x20 >;
119 }; 345 } ;
120 346 sws_8bits: gpio@41200000 {
121 devcfg@f8007000 { 347 #gpio-cells = <2>;
122 compatible = "xlnx,ps7-dev-cfg-1.00.a"; 348 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
123 reg = <0xf8007000 0x100>; 349 gpio-controller ;
124 interrupts = <0x0 0x8 0x0>; 350 reg = < 0x41200000 0x10000 >;
125 interrupt-parent = <0x1>; 351 xlnx,all-inputs = <0x1>;
126 }; 352 xlnx,all-inputs-2 = <0x0>;
127 }; 353 xlnx,dout-default = <0x0>;
128}; 354 xlnx,dout-default-2 = <0x0>;
355 xlnx,family = "zynq";
356 xlnx,gpio-width = <0x8>;
357 xlnx,gpio2-width = <0x20>;
358 xlnx,instance = "SWs_8Bits";
359 xlnx,interrupt-present = <0x0>;
360 xlnx,is-dual = <0x0>;
361 xlnx,tri-default = <0xffffffff>;
362 xlnx,tri-default-2 = <0xffffffff>;
363 } ;
364 } ;
365} ;