summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/tcmode-external-xilinx.inc78
-rw-r--r--conf/distro/include/xilinx-versions.inc107
-rw-r--r--conf/layer.conf10
-rw-r--r--conf/machine/boards/common/linux/microblaze/defconfig_3.10.cfg1169
-rw-r--r--conf/machine/boards/common/linux/microblaze/defconfig_3.14.cfg1169
-rw-r--r--conf/machine/boards/common/linux/microblaze/defconfig_3.8.cfg1169
-rw-r--r--conf/machine/boards/common/linux/rtc.cfg15
-rw-r--r--conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg2787
-rw-r--r--conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg2787
-rw-r--r--conf/machine/boards/common/linux/zynq/defconfig_3.8.cfg2596
-rw-r--r--conf/machine/boards/common/zynq7-base.dtsi494
-rw-r--r--conf/machine/boards/common/zynq7-mainline-gem.dtsi29
-rw-r--r--conf/machine/boards/kc705/kc705-trd-microblazeel.dts525
-rw-r--r--conf/machine/boards/kc705/kc705-trd-microblazeel.kconfig.cfg9
-rw-r--r--conf/machine/boards/kc705/kc705-trd-microblazeel.xparameters.h48
-rw-r--r--conf/machine/boards/qemu/qemumicroblaze.cfg9
-rw-r--r--conf/machine/boards/qemu/qemumicroblaze.dts405
-rw-r--r--conf/machine/boards/qemu/qemuzynq-base.dtsi65
-rw-r--r--conf/machine/boards/qemu/qemuzynq-yocto.dts6
-rw-r--r--conf/machine/boards/qemu/qemuzynq.dts5
-rw-r--r--conf/machine/boards/zc702/zc702-zynq7-board.dtsi144
-rw-r--r--conf/machine/boards/zc702/zc702-zynq7-yocto.dts6
-rw-r--r--conf/machine/boards/zc702/zc702-zynq7.dts5
-rw-r--r--conf/machine/boards/zc706/zc706-zynq7-board.dtsi139
-rw-r--r--conf/machine/boards/zc706/zc706-zynq7-yocto.dts6
-rw-r--r--conf/machine/boards/zc706/zc706-zynq7.dts5
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi72
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts6
-rw-r--r--conf/machine/boards/zedboard/zedboard-zynq7.dts5
-rw-r--r--conf/machine/include/machine-xilinx-board.inc3
-rw-r--r--conf/machine/include/machine-xilinx-default.inc24
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-barrel-shift.inc3
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-divide.inc3
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-endian.inc13
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-fpu.inc17
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-multiply.inc9
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-pattern-compare.inc3
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-reorder.inc3
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-v7.inc7
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-v8.inc45
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-v9.inc4
-rw-r--r--conf/machine/include/microblaze/feature-microblaze-versions.inc19
-rw-r--r--conf/machine/include/tune-microblaze-features.inc19
-rw-r--r--conf/machine/include/tune-microblaze.inc20
-rw-r--r--conf/machine/include/tune-zynq.inc22
-rw-r--r--conf/machine/kc705-trd-microblazeel.conf26
-rw-r--r--conf/machine/qemumicroblaze.conf16
-rw-r--r--conf/machine/qemuzynq.conf18
-rw-r--r--conf/machine/zc702-zynq7-prt.conf32
-rw-r--r--conf/machine/zc702-zynq7.conf27
-rw-r--r--conf/machine/zc706-zynq7.conf27
-rw-r--r--conf/machine/zedboard-zynq7.conf24
52 files changed, 14254 insertions, 0 deletions
diff --git a/conf/distro/include/tcmode-external-xilinx.inc b/conf/distro/include/tcmode-external-xilinx.inc
new file mode 100644
index 00000000..a4786e8b
--- /dev/null
+++ b/conf/distro/include/tcmode-external-xilinx.inc
@@ -0,0 +1,78 @@
1#
2# Configuration to use external Xilinx toolchain
3#
4
5TOOLCHAIN_PATH_ADD = "${EXTERNAL_TOOLCHAIN}/bin:"
6PATH =. "${TOOLCHAIN_PATH_ADD}"
7
8CSL_TARGET_SYS_armv7a ?= "arm-xilinx-linux-gnueabi"
9CSL_TARGET_SYS_microblazeel ?= "microblazeel-xilinx-linux-gnu"
10CSL_TARGET_SYS = "${TARGET_SYS}"
11
12TARGET_PREFIX = "${CSL_TARGET_SYS}-"
13
14PREFERRED_PROVIDER_linux-libc-headers = "external-xilinx-toolchain"
15PREFERRED_PROVIDER_linux-libc-headers-dev = "external-xilinx-toolchain"
16PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "external-xilinx-toolchain"
17PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "external-xilinx-toolchain"
18PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-intermediate = "external-xilinx-toolchain"
19PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "external-xilinx-toolchain"
20PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "external-xilinx-toolchain"
21PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "external-xilinx-toolchain"
22PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "external-xilinx-toolchain"
23PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}compilerlibs = "external-xilinx-toolchain"
24PREFERRED_PROVIDER_libgcc = "external-xilinx-toolchain"
25PREFERRED_PROVIDER_eglibc = "external-xilinx-toolchain"
26PREFERRED_PROVIDER_virtual/libc = "external-xilinx-toolchain"
27PREFERRED_PROVIDER_virtual/libintl = "external-xilinx-toolchain"
28PREFERRED_PROVIDER_virtual/libiconv = "external-xilinx-toolchain"
29PREFERRED_PROVIDER_glibc-thread-db = "external-xilinx-toolchain"
30PREFERRED_PROVIDER_virtual/linux-libc-headers = "external-xilinx-toolchain"
31PREFERRED_PROVIDER_virtual/linux-libc-headers-dev = "external-xilinx-toolchain"
32PREFERRED_PROVIDER_gdbserver ??= "external-xilinx-toolchain"
33
34# No need to re-compile the locale files
35GLIBC_INTERNAL_USE_BINARY_LOCALE = "precompiled"
36ENABLE_BINARY_LOCALE_GENERATION = ""
37
38TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_HOST}"
39
40# Default sysroot is inside the Xilinx ARM v7-A toolchain in the '<CSL_TARGET_SYS>/libc' (no debug-root)
41EXTERNAL_TOOLCHAIN_SYSROOT_armv7a ??= "${EXTERNAL_TOOLCHAIN}/${CSL_TARGET_SYS}/libc"
42EXTERNAL_TOOLCHAIN_DBGROOT_armv7a ??= ""
43
44# Default sysroot is inside the Xilinx MicroBlaze toolchain in the '<CSL_TARGET_SYS>/sys-root'
45EXTERNAL_TOOLCHAIN_SYSROOT_microblaze ??= "${EXTERNAL_TOOLCHAIN}/${CSL_TARGET_SYS}/sys-root"
46EXTERNAL_TOOLCHAIN_DBGROOT_microblaze ??= "${EXTERNAL_TOOLCHAIN}/${CSL_TARGET_SYS}/debug-root"
47
48addhandler toolchain_setup
49toolchain_setup[eventmask] = "bb.event.BuildStarted"
50python toolchain_setup () {
51 import errno
52
53 d = e.data
54 d = d.createCopy()
55 d.finalize()
56
57 tarprefix = d.expand('${TARGET_PREFIX}')
58 files = []
59 if tarprefix == "arm-xilinx-linux-gnueabi-":
60 files.append((tarprefix + "ld", tarprefix + "ld.bfd"))
61
62 if len(files) > 0:
63 ext_bindir = d.expand('${EXTERNAL_TOOLCHAIN}/bin')
64 loc_bindir = d.getVar('STAGING_BINDIR_TOOLCHAIN', True)
65 bb.utils.mkdirhier(loc_bindir)
66 for f in files:
67 source = os.path.join(ext_bindir, f[0])
68 dest = os.path.join(loc_bindir, f[1])
69 try:
70 os.symlink(source, dest)
71 except OSError as exc:
72 if exc.errno == errno.EEXIST:
73 break
74 bb.fatal("Unable to populate toolchain binary symlink for %s: %s" % (f[0], f[1]))
75}
76
77require conf/distro/include/xilinx-versions.inc
78
diff --git a/conf/distro/include/xilinx-versions.inc b/conf/distro/include/xilinx-versions.inc
new file mode 100644
index 00000000..8d39789c
--- /dev/null
+++ b/conf/distro/include/xilinx-versions.inc
@@ -0,0 +1,107 @@
1def csl_run(d, cmd, *args):
2 import bb.process
3 import subprocess
4
5 topdir = d.getVar('TOPDIR', True)
6 toolchain_path = d.getVar('EXTERNAL_TOOLCHAIN', True)
7 if not toolchain_path:
8 return 'UNKNOWN', 'UNKNOWN'
9
10 target_prefix = d.getVar('TARGET_PREFIX', True)
11 path = os.path.join(toolchain_path, 'bin', target_prefix + cmd)
12 args = [path] + list(args)
13
14 return bb.process.run(args, cwd=topdir, stderr=subprocess.PIPE)
15
16def csl_get_version(d):
17 try:
18 stdout, stderr = csl_run(d, 'gcc', '-v')
19 except bb.process.CmdError as exc:
20 bb.error('Failed to obtain CodeSourcery toolchain version: %s' % exc)
21 bb.error('Make sure that MACHINE is set correctly in your local.conf and the toolchain supports %s.' % d.getVar("TARGET_ARCH", True))
22 return 'UNKNOWN'
23 else:
24 last_line = stderr.splitlines()[-1]
25 return last_line
26
27def csl_get_main_version(d):
28 version = csl_get_version(d)
29 if version != 'UNKNOWN':
30 return version.split()[-1].rstrip(')')
31 else:
32 return version
33
34def csl_get_gcc_version(d):
35 version = csl_get_version(d)
36 if version != 'UNKNOWN':
37 return version.split()[2]
38 else:
39 return version
40
41def xilinx_get_libc_version(d):
42 syspath = d.expand('${EXTERNAL_TOOLCHAIN_SYSROOT}')
43 if not syspath:
44 return 'UNKNOWN'
45
46 libpath = syspath + '/lib/'
47 if not os.path.exists(libpath):
48 libpath = syspath + '/sgxx-glibc/lib/'
49
50 if os.path.exists(libpath):
51 for file in os.listdir(libpath):
52 if file.find('libc-') == 0:
53 return file[5:-3]
54 return 'UNKNOWN'
55
56def xilinx_get_kernel_version(d):
57 syspath = d.expand('${EXTERNAL_TOOLCHAIN_SYSROOT}')
58 if not syspath:
59 return 'UNKNOWN'
60
61 vf = syspath + '/usr/include/linux/version.h'
62 if not os.path.exists(vf):
63 vf = syspath + '/sgxx-glibc/usr/include/linux/version.h'
64
65 try:
66 f = open(vf, 'r')
67 except (OSError, IOError):
68 return 'UNKNOWN'
69
70 l = f.readlines();
71 f.close();
72 for s in l:
73 if s.find('LINUX_VERSION_CODE') > 0:
74 ver = int(s.split()[2])
75 maj = ver / 65536
76 ver = ver % 65536
77 min = ver / 256
78 ver = ver % 256
79 return str(maj)+'.'+str(min)+'.'+str(ver)
80 return 'UNKNOWN'
81
82def csl_get_gdb_version(d):
83 try:
84 stdout, stderr = csl_run(d, 'gdb', '-v')
85 except bb.process.CmdError:
86 return 'UNKNOWN'
87 else:
88 first_line = stdout.splitlines()[0]
89 return first_line.split()[-1]
90
91python xilinx_version_handler () {
92 d = e.data
93 ld = d.createCopy()
94 ld.finalize()
95
96 d.setVar('CSL_VER_MAIN', csl_get_main_version(ld))
97 d.setVar('CSL_VER_GCC', csl_get_gcc_version(ld))
98 d.setVar('CSL_VER_LIBC', xilinx_get_libc_version(ld))
99 d.setVar('CSL_VER_KERNEL', xilinx_get_kernel_version(ld))
100 d.setVar('CSL_VER_GDB', csl_get_gdb_version(ld))
101}
102addhandler xilinx_version_handler
103xilinx_version_handler[eventmask] = "bb.event.ConfigParsed"
104
105# Ensure that any variable which includes the --sysroot (CC, CXX, etc) also
106# depends on the toolchain version
107TOOLCHAIN_OPTIONS[vardeps] += "CSL_VER_MAIN CSL_VER_GCC"
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 00000000..dc7dd969
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,10 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
6BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "xilinx"
9BBFILE_PATTERN_xilinx := "^${LAYERDIR}/"
10BBFILE_PRIORITY_xilinx = "6"
diff --git a/conf/machine/boards/common/linux/microblaze/defconfig_3.10.cfg b/conf/machine/boards/common/linux/microblaze/defconfig_3.10.cfg
new file mode 100644
index 00000000..f269d9fd
--- /dev/null
+++ b/conf/machine/boards/common/linux/microblaze/defconfig_3.10.cfg
@@ -0,0 +1,1169 @@
1#
2# Automatically generated file; DO NOT EDIT.
3# Linux/microblaze 3.10.0 Kernel Configuration
4#
5CONFIG_MICROBLAZE=y
6# CONFIG_SWAP is not set
7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_ZONE_DMA=y
9CONFIG_ARCH_POPULATES_NODE_MAP=y
10# CONFIG_ARCH_HAS_ILOG2_U32 is not set
11# CONFIG_ARCH_HAS_ILOG2_U64 is not set
12CONFIG_GENERIC_HWEIGHT=y
13CONFIG_GENERIC_CALIBRATE_DELAY=y
14CONFIG_GENERIC_GPIO=y
15CONFIG_GENERIC_CSUM=y
16CONFIG_STACKTRACE_SUPPORT=y
17CONFIG_LOCKDEP_SUPPORT=y
18CONFIG_HAVE_LATENCYTOP_SUPPORT=y
19CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
20
21#
22# General setup
23#
24CONFIG_EXPERIMENTAL=y
25CONFIG_BROKEN_ON_SMP=y
26CONFIG_INIT_ENV_ARG_LIMIT=32
27CONFIG_CROSS_COMPILE=""
28CONFIG_LOCALVERSION=""
29CONFIG_LOCALVERSION_AUTO=y
30CONFIG_DEFAULT_HOSTNAME="(none)"
31CONFIG_SYSVIPC=y
32CONFIG_SYSVIPC_SYSCTL=y
33CONFIG_POSIX_MQUEUE=y
34CONFIG_POSIX_MQUEUE_SYSCTL=y
35# CONFIG_BSD_PROCESS_ACCT is not set
36# CONFIG_FHANDLE is not set
37# CONFIG_TASKSTATS is not set
38# CONFIG_AUDIT is not set
39CONFIG_HAVE_GENERIC_HARDIRQS=y
40
41#
42# IRQ subsystem
43#
44CONFIG_GENERIC_HARDIRQS=y
45CONFIG_GENERIC_IRQ_PROBE=y
46CONFIG_GENERIC_IRQ_SHOW=y
47CONFIG_IRQ_DOMAIN=y
48CONFIG_GENERIC_CLOCKEVENTS=y
49CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
50
51#
52# Timers subsystem
53#
54CONFIG_TICK_ONESHOT=y
55CONFIG_NO_HZ=y
56CONFIG_HIGH_RES_TIMERS=y
57
58#
59# RCU Subsystem
60#
61CONFIG_TINY_RCU=y
62# CONFIG_PREEMPT_RCU is not set
63# CONFIG_TREE_RCU_TRACE is not set
64CONFIG_IKCONFIG=y
65CONFIG_IKCONFIG_PROC=y
66CONFIG_LOG_BUF_SHIFT=14
67# CONFIG_CGROUPS is not set
68# CONFIG_CHECKPOINT_RESTORE is not set
69# CONFIG_NAMESPACES is not set
70# CONFIG_SCHED_AUTOGROUP is not set
71CONFIG_SYSFS_DEPRECATED=y
72CONFIG_SYSFS_DEPRECATED_V2=y
73# CONFIG_RELAY is not set
74CONFIG_BLK_DEV_INITRD=y
75CONFIG_INITRAMFS_SOURCE=""
76CONFIG_INITRAMFS_ROOT_UID=0
77CONFIG_INITRAMFS_ROOT_GID=0
78CONFIG_RD_GZIP=y
79# CONFIG_RD_BZIP2 is not set
80# CONFIG_RD_LZMA is not set
81# CONFIG_RD_XZ is not set
82# CONFIG_RD_LZO is not set
83CONFIG_INITRAMFS_COMPRESSION_NONE=y
84# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set
85CONFIG_CC_OPTIMIZE_FOR_SIZE=y
86CONFIG_SYSCTL=y
87CONFIG_ANON_INODES=y
88CONFIG_EXPERT=y
89CONFIG_SYSCTL_SYSCALL=y
90CONFIG_KALLSYMS=y
91# CONFIG_KALLSYMS_ALL is not set
92CONFIG_HOTPLUG=y
93CONFIG_PRINTK=y
94CONFIG_BUG=y
95CONFIG_ELF_CORE=y
96CONFIG_BASE_FULL=y
97CONFIG_FUTEX=y
98CONFIG_EPOLL=y
99CONFIG_SIGNALFD=y
100CONFIG_TIMERFD=y
101CONFIG_EVENTFD=y
102CONFIG_SHMEM=y
103CONFIG_AIO=y
104CONFIG_EMBEDDED=y
105
106#
107# Kernel Performance Events And Counters
108#
109CONFIG_VM_EVENT_COUNTERS=y
110CONFIG_COMPAT_BRK=y
111CONFIG_SLAB=y
112# CONFIG_SLUB is not set
113# CONFIG_SLOB is not set
114# CONFIG_PROFILING is not set
115CONFIG_HAVE_OPROFILE=y
116CONFIG_HAVE_DMA_ATTRS=y
117CONFIG_HAVE_DMA_API_DEBUG=y
118CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
119
120#
121# GCOV-based kernel profiling
122#
123# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
124CONFIG_SLABINFO=y
125CONFIG_RT_MUTEXES=y
126CONFIG_BASE_SMALL=0
127CONFIG_MODULES=y
128# CONFIG_MODULE_FORCE_LOAD is not set
129CONFIG_MODULE_UNLOAD=y
130# CONFIG_MODULE_FORCE_UNLOAD is not set
131# CONFIG_MODVERSIONS is not set
132# CONFIG_MODULE_SRCVERSION_ALL is not set
133CONFIG_BLOCK=y
134CONFIG_LBDAF=y
135CONFIG_BLK_DEV_BSG=y
136# CONFIG_BLK_DEV_BSGLIB is not set
137# CONFIG_BLK_DEV_INTEGRITY is not set
138
139#
140# Partition Types
141#
142# CONFIG_PARTITION_ADVANCED is not set
143CONFIG_MSDOS_PARTITION=y
144
145#
146# IO Schedulers
147#
148CONFIG_IOSCHED_NOOP=y
149CONFIG_IOSCHED_DEADLINE=y
150CONFIG_IOSCHED_CFQ=y
151# CONFIG_DEFAULT_DEADLINE is not set
152CONFIG_DEFAULT_CFQ=y
153# CONFIG_DEFAULT_NOOP is not set
154CONFIG_DEFAULT_IOSCHED="cfq"
155# CONFIG_INLINE_SPIN_TRYLOCK is not set
156# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
157# CONFIG_INLINE_SPIN_LOCK is not set
158# CONFIG_INLINE_SPIN_LOCK_BH is not set
159# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
160# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
161# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
162CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
163# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
164# CONFIG_INLINE_READ_TRYLOCK is not set
165# CONFIG_INLINE_READ_LOCK is not set
166# CONFIG_INLINE_READ_LOCK_BH is not set
167# CONFIG_INLINE_READ_LOCK_IRQ is not set
168# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
169CONFIG_INLINE_READ_UNLOCK=y
170# CONFIG_INLINE_READ_UNLOCK_BH is not set
171CONFIG_INLINE_READ_UNLOCK_IRQ=y
172# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
173# CONFIG_INLINE_WRITE_TRYLOCK is not set
174# CONFIG_INLINE_WRITE_LOCK is not set
175# CONFIG_INLINE_WRITE_LOCK_BH is not set
176# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
177# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
178CONFIG_INLINE_WRITE_UNLOCK=y
179# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
180CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
181# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
182# CONFIG_MUTEX_SPIN_ON_OWNER is not set
183# CONFIG_FREEZER is not set
184
185#
186# Platform options
187#
188CONFIG_PLATFORM_GENERIC=y
189# CONFIG_OPT_LIB_FUNCTION is not set
190
191#
192# Processor type and features
193#
194CONFIG_PREEMPT_NONE=y
195# CONFIG_PREEMPT_VOLUNTARY is not set
196# CONFIG_PREEMPT is not set
197# CONFIG_HZ_100 is not set
198CONFIG_HZ_250=y
199# CONFIG_HZ_300 is not set
200# CONFIG_HZ_1000 is not set
201CONFIG_HZ=250
202CONFIG_SCHED_HRTICK=y
203CONFIG_MMU=y
204
205#
206# Boot options
207#
208# CONFIG_CMDLINE_BOOL is not set
209CONFIG_SECCOMP=y
210
211#
212# Advanced setup
213#
214CONFIG_ADVANCED_OPTIONS=y
215# CONFIG_HIGHMEM is not set
216CONFIG_LOWMEM_SIZE_BOOL=y
217CONFIG_LOWMEM_SIZE=0x30000000
218CONFIG_MANUAL_RESET_VECTOR=0x0
219CONFIG_KERNEL_START_BOOL=y
220CONFIG_KERNEL_START=0xc0000000
221CONFIG_TASK_SIZE_BOOL=y
222CONFIG_TASK_SIZE=0x80000000
223CONFIG_KERNEL_PAD=0x80000
224CONFIG_SELECT_MEMORY_MODEL=y
225CONFIG_FLATMEM_MANUAL=y
226CONFIG_FLATMEM=y
227CONFIG_FLAT_NODE_MEM_MAP=y
228CONFIG_HAVE_MEMBLOCK=y
229CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
230CONFIG_PAGEFLAGS_EXTENDED=y
231CONFIG_SPLIT_PTLOCK_CPUS=4
232# CONFIG_COMPACTION is not set
233# CONFIG_PHYS_ADDR_T_64BIT is not set
234CONFIG_ZONE_DMA_FLAG=1
235CONFIG_BOUNCE=y
236CONFIG_VIRT_TO_BUS=y
237# CONFIG_KSM is not set
238CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
239CONFIG_CROSS_MEMORY_ATTACH=y
240CONFIG_NEED_PER_CPU_KM=y
241# CONFIG_CLEANCACHE is not set
242
243#
244# Executable file formats
245#
246CONFIG_BINFMT_ELF=y
247# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
248# CONFIG_HAVE_AOUT is not set
249CONFIG_BINFMT_MISC=y
250
251#
252# Bus Options
253#
254# CONFIG_PCI is not set
255# CONFIG_PCI_DOMAINS is not set
256# CONFIG_PCI_SYSCALL is not set
257# CONFIG_ARCH_SUPPORTS_MSI is not set
258CONFIG_NET=y
259
260#
261# Networking options
262#
263CONFIG_PACKET=y
264CONFIG_UNIX=y
265# CONFIG_UNIX_DIAG is not set
266CONFIG_XFRM=y
267# CONFIG_XFRM_USER is not set
268# CONFIG_XFRM_SUB_POLICY is not set
269# CONFIG_XFRM_MIGRATE is not set
270# CONFIG_XFRM_STATISTICS is not set
271# CONFIG_NET_KEY is not set
272CONFIG_INET=y
273# CONFIG_IP_MULTICAST is not set
274# CONFIG_IP_ADVANCED_ROUTER is not set
275# CONFIG_IP_PNP is not set
276# CONFIG_NET_IPIP is not set
277# CONFIG_NET_IPGRE_DEMUX is not set
278# CONFIG_ARPD is not set
279# CONFIG_SYN_COOKIES is not set
280# CONFIG_NET_IPVTI is not set
281# CONFIG_INET_AH is not set
282# CONFIG_INET_ESP is not set
283# CONFIG_INET_IPCOMP is not set
284# CONFIG_INET_XFRM_TUNNEL is not set
285# CONFIG_INET_TUNNEL is not set
286CONFIG_INET_XFRM_MODE_TRANSPORT=y
287CONFIG_INET_XFRM_MODE_TUNNEL=y
288CONFIG_INET_XFRM_MODE_BEET=y
289CONFIG_INET_LRO=y
290CONFIG_INET_DIAG=y
291CONFIG_INET_TCP_DIAG=y
292# CONFIG_INET_UDP_DIAG is not set
293# CONFIG_TCP_CONG_ADVANCED is not set
294CONFIG_TCP_CONG_CUBIC=y
295CONFIG_DEFAULT_TCP_CONG="cubic"
296# CONFIG_TCP_MD5SIG is not set
297# CONFIG_IPV6 is not set
298# CONFIG_NETWORK_SECMARK is not set
299# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
300# CONFIG_NETFILTER is not set
301# CONFIG_IP_DCCP is not set
302# CONFIG_IP_SCTP is not set
303# CONFIG_RDS is not set
304# CONFIG_TIPC is not set
305# CONFIG_ATM is not set
306# CONFIG_L2TP is not set
307# CONFIG_BRIDGE is not set
308# CONFIG_NET_DSA is not set
309# CONFIG_VLAN_8021Q is not set
310# CONFIG_DECNET is not set
311# CONFIG_LLC2 is not set
312# CONFIG_IPX is not set
313# CONFIG_ATALK is not set
314# CONFIG_X25 is not set
315# CONFIG_LAPB is not set
316# CONFIG_WAN_ROUTER is not set
317# CONFIG_PHONET is not set
318# CONFIG_IEEE802154 is not set
319# CONFIG_NET_SCHED is not set
320# CONFIG_DCB is not set
321# CONFIG_BATMAN_ADV is not set
322# CONFIG_OPENVSWITCH is not set
323CONFIG_BQL=y
324
325#
326# Network testing
327#
328# CONFIG_NET_PKTGEN is not set
329# CONFIG_HAMRADIO is not set
330# CONFIG_CAN is not set
331# CONFIG_IRDA is not set
332# CONFIG_BT is not set
333# CONFIG_AF_RXRPC is not set
334CONFIG_WIRELESS=y
335# CONFIG_CFG80211 is not set
336# CONFIG_LIB80211 is not set
337
338#
339# CFG80211 needs to be enabled for MAC80211
340#
341# CONFIG_WIMAX is not set
342# CONFIG_RFKILL is not set
343# CONFIG_NET_9P is not set
344# CONFIG_CAIF is not set
345# CONFIG_CEPH_LIB is not set
346# CONFIG_NFC is not set
347
348#
349# Device Drivers
350#
351
352#
353# Generic Driver Options
354#
355CONFIG_UEVENT_HELPER_PATH=""
356CONFIG_DEVTMPFS=y
357CONFIG_DEVTMPFS_MOUNT=y
358CONFIG_STANDALONE=y
359CONFIG_PREVENT_FIRMWARE_BUILD=y
360CONFIG_FW_LOADER=y
361CONFIG_FIRMWARE_IN_KERNEL=y
362CONFIG_EXTRA_FIRMWARE=""
363# CONFIG_DEBUG_DRIVER is not set
364# CONFIG_DEBUG_DEVRES is not set
365# CONFIG_SYS_HYPERVISOR is not set
366CONFIG_GENERIC_CPU_DEVICES=y
367# CONFIG_DMA_SHARED_BUFFER is not set
368# CONFIG_CONNECTOR is not set
369CONFIG_MTD=y
370# CONFIG_MTD_TESTS is not set
371# CONFIG_MTD_REDBOOT_PARTS is not set
372CONFIG_MTD_CMDLINE_PARTS=y
373CONFIG_MTD_OF_PARTS=y
374# CONFIG_MTD_AR7_PARTS is not set
375
376#
377# User Modules And Translation Layers
378#
379CONFIG_MTD_CHAR=y
380# CONFIG_MTD_BLKDEVS is not set
381# CONFIG_MTD_BLOCK is not set
382# CONFIG_MTD_BLOCK_RO is not set
383# CONFIG_FTL is not set
384# CONFIG_NFTL is not set
385# CONFIG_INFTL is not set
386# CONFIG_RFD_FTL is not set
387# CONFIG_SSFDC is not set
388# CONFIG_SM_FTL is not set
389# CONFIG_MTD_OOPS is not set
390
391#
392# RAM/ROM/Flash chip drivers
393#
394CONFIG_MTD_CFI=y
395CONFIG_MTD_JEDECPROBE=y
396CONFIG_MTD_GEN_PROBE=y
397CONFIG_MTD_CFI_ADV_OPTIONS=y
398CONFIG_MTD_CFI_NOSWAP=y
399# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
400# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
401# CONFIG_MTD_CFI_GEOMETRY is not set
402CONFIG_MTD_MAP_BANK_WIDTH_1=y
403CONFIG_MTD_MAP_BANK_WIDTH_2=y
404CONFIG_MTD_MAP_BANK_WIDTH_4=y
405# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
406# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
407# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
408CONFIG_MTD_CFI_I1=y
409CONFIG_MTD_CFI_I2=y
410# CONFIG_MTD_CFI_I4 is not set
411# CONFIG_MTD_CFI_I8 is not set
412# CONFIG_MTD_OTP is not set
413CONFIG_MTD_CFI_INTELEXT=y
414CONFIG_MTD_CFI_AMDSTD=y
415CONFIG_MTD_CFI_STAA=y
416CONFIG_MTD_CFI_UTIL=y
417CONFIG_MTD_RAM=y
418# CONFIG_MTD_ROM is not set
419# CONFIG_MTD_ABSENT is not set
420
421#
422# Mapping drivers for chip access
423#
424CONFIG_MTD_COMPLEX_MAPPINGS=y
425CONFIG_MTD_PHYSMAP=y
426# CONFIG_MTD_PHYSMAP_COMPAT is not set
427CONFIG_MTD_PHYSMAP_OF=y
428# CONFIG_MTD_GPIO_ADDR is not set
429# CONFIG_MTD_PLATRAM is not set
430# CONFIG_MTD_LATCH_ADDR is not set
431
432#
433# Self-contained MTD device drivers
434#
435# CONFIG_MTD_DATAFLASH is not set
436# CONFIG_MTD_M25P80 is not set
437# CONFIG_MTD_SST25L is not set
438# CONFIG_MTD_SLRAM is not set
439# CONFIG_MTD_PHRAM is not set
440# CONFIG_MTD_MTDRAM is not set
441# CONFIG_MTD_BLOCK2MTD is not set
442
443#
444# Disk-On-Chip Device Drivers
445#
446# CONFIG_MTD_DOCG3 is not set
447# CONFIG_MTD_NAND is not set
448# CONFIG_MTD_ONENAND is not set
449
450#
451# LPDDR flash memory drivers
452#
453# CONFIG_MTD_LPDDR is not set
454# CONFIG_MTD_UBI is not set
455CONFIG_DTC=y
456CONFIG_OF=y
457
458#
459# Device Tree and Open Firmware support
460#
461CONFIG_PROC_DEVICETREE=y
462# CONFIG_OF_SELFTEST is not set
463CONFIG_OF_FLATTREE=y
464CONFIG_OF_EARLY_FLATTREE=y
465CONFIG_OF_ADDRESS=y
466CONFIG_OF_IRQ=y
467CONFIG_OF_DEVICE=y
468CONFIG_OF_NET=y
469CONFIG_OF_MDIO=y
470CONFIG_OF_MTD=y
471# CONFIG_PARPORT is not set
472CONFIG_BLK_DEV=y
473# CONFIG_BLK_DEV_COW_COMMON is not set
474# CONFIG_BLK_DEV_LOOP is not set
475
476#
477# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
478#
479# CONFIG_BLK_DEV_NBD is not set
480CONFIG_BLK_DEV_RAM=y
481CONFIG_BLK_DEV_RAM_COUNT=16
482CONFIG_BLK_DEV_RAM_SIZE=16384
483# CONFIG_BLK_DEV_XIP is not set
484# CONFIG_CDROM_PKTCDVD is not set
485# CONFIG_ATA_OVER_ETH is not set
486CONFIG_XILINX_SYSACE=y
487# CONFIG_BLK_DEV_RBD is not set
488
489#
490# Misc devices
491#
492# CONFIG_AD525X_DPOT is not set
493# CONFIG_ENCLOSURE_SERVICES is not set
494# CONFIG_TI_DAC7512 is not set
495# CONFIG_BMP085_SPI is not set
496# CONFIG_C2PORT is not set
497
498#
499# EEPROM support
500#
501# CONFIG_EEPROM_AT25 is not set
502# CONFIG_EEPROM_93CX6 is not set
503# CONFIG_EEPROM_93XX46 is not set
504
505#
506# Texas Instruments shared transport line discipline
507#
508# CONFIG_TI_ST is not set
509
510#
511# Altera FPGA firmware download module
512#
513
514#
515# SCSI device support
516#
517CONFIG_SCSI_MOD=y
518# CONFIG_RAID_ATTRS is not set
519# CONFIG_SCSI is not set
520# CONFIG_SCSI_DMA is not set
521# CONFIG_SCSI_NETLINK is not set
522# CONFIG_ATA is not set
523# CONFIG_MD is not set
524CONFIG_NETDEVICES=y
525CONFIG_NET_CORE=y
526# CONFIG_BONDING is not set
527# CONFIG_DUMMY is not set
528# CONFIG_EQUALIZER is not set
529# CONFIG_MII is not set
530# CONFIG_NET_TEAM is not set
531# CONFIG_MACVLAN is not set
532# CONFIG_NETCONSOLE is not set
533# CONFIG_NETPOLL is not set
534# CONFIG_NET_POLL_CONTROLLER is not set
535# CONFIG_TUN is not set
536# CONFIG_VETH is not set
537
538#
539# CAIF transport drivers
540#
541CONFIG_ETHERNET=y
542CONFIG_NET_VENDOR_BROADCOM=y
543# CONFIG_B44 is not set
544# CONFIG_NET_CALXEDA_XGMAC is not set
545CONFIG_NET_VENDOR_CHELSIO=y
546# CONFIG_DNET is not set
547CONFIG_NET_VENDOR_INTEL=y
548CONFIG_NET_VENDOR_I825XX=y
549CONFIG_NET_VENDOR_MARVELL=y
550CONFIG_NET_VENDOR_MICREL=y
551# CONFIG_KS8851 is not set
552# CONFIG_KS8851_MLL is not set
553CONFIG_NET_VENDOR_MICROCHIP=y
554# CONFIG_ENC28J60 is not set
555CONFIG_NET_VENDOR_NATSEMI=y
556CONFIG_NET_VENDOR_8390=y
557# CONFIG_ETHOC is not set
558CONFIG_NET_VENDOR_SEEQ=y
559# CONFIG_SEEQ8005 is not set
560CONFIG_NET_VENDOR_STMICRO=y
561# CONFIG_STMMAC_ETH is not set
562CONFIG_NET_VENDOR_WIZNET=y
563# CONFIG_WIZNET_W5100 is not set
564# CONFIG_WIZNET_W5300 is not set
565CONFIG_NET_VENDOR_XILINX=y
566CONFIG_XILINX_EMACLITE=y
567CONFIG_XILINX_AXI_EMAC=y
568CONFIG_XILINX_LLTEMAC=y
569# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_RGMII is not set
570CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_GMII=y
571# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_MII is not set
572# CONFIG_XILINX_LLTEMAC_XILINX_1000BASEX is not set
573CONFIG_PHYLIB=y
574
575#
576# MII PHY device drivers
577#
578# CONFIG_AMD_PHY is not set
579# CONFIG_MARVELL_PHY is not set
580# CONFIG_DAVICOM_PHY is not set
581# CONFIG_QSEMI_PHY is not set
582# CONFIG_LXT_PHY is not set
583# CONFIG_CICADA_PHY is not set
584# CONFIG_VITESSE_PHY is not set
585# CONFIG_SMSC_PHY is not set
586# CONFIG_BROADCOM_PHY is not set
587# CONFIG_BCM87XX_PHY is not set
588# CONFIG_ICPLUS_PHY is not set
589# CONFIG_REALTEK_PHY is not set
590# CONFIG_NATIONAL_PHY is not set
591# CONFIG_STE10XP is not set
592# CONFIG_LSI_ET1011C_PHY is not set
593# CONFIG_MICREL_PHY is not set
594# CONFIG_FIXED_PHY is not set
595# CONFIG_MDIO_BITBANG is not set
596# CONFIG_MDIO_BUS_MUX_GPIO is not set
597# CONFIG_MICREL_KS8995MA is not set
598# CONFIG_PPP is not set
599# CONFIG_SLIP is not set
600CONFIG_WLAN=y
601# CONFIG_HOSTAP is not set
602# CONFIG_WL_TI is not set
603
604#
605# Enable WiMAX (Networking options) to see the WiMAX drivers
606#
607# CONFIG_WAN is not set
608# CONFIG_ISDN is not set
609
610#
611# Input device support
612#
613# CONFIG_INPUT is not set
614
615#
616# Hardware I/O ports
617#
618# CONFIG_SERIO is not set
619# CONFIG_GAMEPORT is not set
620
621#
622# Character devices
623#
624# CONFIG_VT is not set
625CONFIG_UNIX98_PTYS=y
626# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
627# CONFIG_LEGACY_PTYS is not set
628# CONFIG_SERIAL_NONSTANDARD is not set
629# CONFIG_N_GSM is not set
630# CONFIG_TRACE_SINK is not set
631CONFIG_DEVKMEM=y
632
633#
634# Serial drivers
635#
636CONFIG_SERIAL_8250=y
637CONFIG_SERIAL_8250_CONSOLE=y
638CONFIG_SERIAL_8250_NR_UARTS=4
639CONFIG_SERIAL_8250_RUNTIME_UARTS=4
640# CONFIG_SERIAL_8250_EXTENDED is not set
641# CONFIG_SERIAL_8250_DW is not set
642
643#
644# Non-8250 serial port support
645#
646# CONFIG_SERIAL_MAX3100 is not set
647# CONFIG_SERIAL_MAX3107 is not set
648CONFIG_SERIAL_UARTLITE=y
649CONFIG_SERIAL_UARTLITE_CONSOLE=y
650CONFIG_SERIAL_CORE=y
651CONFIG_SERIAL_CORE_CONSOLE=y
652CONFIG_SERIAL_OF_PLATFORM=y
653# CONFIG_SERIAL_TIMBERDALE is not set
654# CONFIG_SERIAL_ALTERA_JTAGUART is not set
655# CONFIG_SERIAL_ALTERA_UART is not set
656# CONFIG_SERIAL_IFX6X60 is not set
657# CONFIG_TTY_PRINTK is not set
658# CONFIG_IPMI_HANDLER is not set
659# CONFIG_HW_RANDOM is not set
660# CONFIG_RTC is not set
661# CONFIG_GEN_RTC is not set
662# CONFIG_XILINX_HWICAP is not set
663# CONFIG_R3964 is not set
664
665#
666# PCMCIA character devices
667#
668# CONFIG_RAW_DRIVER is not set
669# CONFIG_TCG_TPM is not set
670# CONFIG_I2C is not set
671CONFIG_SPI=y
672# CONFIG_SPI_DEBUG is not set
673CONFIG_SPI_MASTER=y
674
675#
676# SPI Master Controller Drivers
677#
678# CONFIG_SPI_ALTERA is not set
679CONFIG_SPI_BITBANG=y
680# CONFIG_SPI_GPIO is not set
681# CONFIG_SPI_OC_TINY is not set
682# CONFIG_SPI_PXA2XX_PCI is not set
683CONFIG_SPI_XILINX=y
684# CONFIG_SPI_DESIGNWARE is not set
685
686#
687# SPI Protocol Masters
688#
689# CONFIG_SPI_SPIDEV is not set
690# CONFIG_SPI_TLE62X0 is not set
691# CONFIG_HSI is not set
692
693#
694# PPS support
695#
696# CONFIG_PPS is not set
697
698#
699# PPS generators support
700#
701
702#
703# PTP clock support
704#
705
706#
707# Enable Device Drivers -> PPS to see the PTP clock options.
708#
709CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
710CONFIG_GPIOLIB=y
711CONFIG_OF_GPIO=y
712# CONFIG_DEBUG_GPIO is not set
713CONFIG_GPIO_SYSFS=y
714
715#
716# Memory mapped GPIO drivers:
717#
718# CONFIG_GPIO_GENERIC_PLATFORM is not set
719CONFIG_GPIO_XILINX=y
720
721#
722# I2C GPIO expanders:
723#
724
725#
726# PCI GPIO expanders:
727#
728
729#
730# SPI GPIO expanders:
731#
732# CONFIG_GPIO_MAX7301 is not set
733# CONFIG_GPIO_MCP23S08 is not set
734# CONFIG_GPIO_MC33880 is not set
735# CONFIG_GPIO_74X164 is not set
736
737#
738# AC97 GPIO expanders:
739#
740
741#
742# MODULbus GPIO expanders:
743#
744# CONFIG_W1 is not set
745# CONFIG_POWER_SUPPLY is not set
746# CONFIG_POWER_AVS is not set
747# CONFIG_HWMON is not set
748# CONFIG_THERMAL is not set
749# CONFIG_WATCHDOG is not set
750CONFIG_SSB_POSSIBLE=y
751
752#
753# Sonics Silicon Backplane
754#
755# CONFIG_SSB is not set
756CONFIG_BCMA_POSSIBLE=y
757
758#
759# Broadcom specific AMBA
760#
761# CONFIG_BCMA is not set
762
763#
764# Multifunction device drivers
765#
766# CONFIG_MFD_CORE is not set
767# CONFIG_MFD_SM501 is not set
768# CONFIG_HTC_PASIC3 is not set
769# CONFIG_MFD_TPS65912_SPI is not set
770# CONFIG_MFD_STMPE is not set
771# CONFIG_MFD_TMIO is not set
772# CONFIG_MFD_DA9052_SPI is not set
773# CONFIG_MFD_ARIZONA_SPI is not set
774# CONFIG_MFD_WM831X_SPI is not set
775# CONFIG_MFD_MC13XXX_SPI is not set
776# CONFIG_ABX500_CORE is not set
777# CONFIG_EZX_PCAP is not set
778# CONFIG_REGULATOR is not set
779# CONFIG_MEDIA_SUPPORT is not set
780
781#
782# Graphics support
783#
784# CONFIG_DRM is not set
785# CONFIG_VGASTATE is not set
786# CONFIG_VIDEO_OUTPUT_CONTROL is not set
787# CONFIG_FB is not set
788# CONFIG_EXYNOS_VIDEO is not set
789# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
790# CONFIG_SOUND is not set
791# CONFIG_USB_ARCH_HAS_OHCI is not set
792CONFIG_USB_ARCH_HAS_EHCI=y
793# CONFIG_USB_ARCH_HAS_XHCI is not set
794# CONFIG_USB_SUPPORT is not set
795# CONFIG_MMC is not set
796# CONFIG_MEMSTICK is not set
797# CONFIG_NEW_LEDS is not set
798# CONFIG_ACCESSIBILITY is not set
799# CONFIG_RTC_CLASS is not set
800# CONFIG_DMADEVICES is not set
801# CONFIG_AUXDISPLAY is not set
802CONFIG_XILINX_EDK=y
803# CONFIG_XILINX_LLDMA_USE_DCR is not set
804CONFIG_XILINX_DRIVERS=y
805CONFIG_NEED_XILINX_LLDMA=y
806CONFIG_UIO=y
807CONFIG_UIO_PDRV_GENIRQ=y
808
809#
810# Virtio drivers
811#
812# CONFIG_VIRTIO_BALLOON is not set
813# CONFIG_VIRTIO_MMIO is not set
814
815#
816# Microsoft Hyper-V guest support
817#
818# CONFIG_STAGING is not set
819
820#
821# Hardware Spinlock drivers
822#
823CONFIG_IOMMU_SUPPORT=y
824CONFIG_OF_IOMMU=y
825
826#
827# Remoteproc drivers (EXPERIMENTAL)
828#
829
830#
831# Rpmsg drivers (EXPERIMENTAL)
832#
833# CONFIG_VIRT_DRIVERS is not set
834# CONFIG_PM_DEVFREQ is not set
835# CONFIG_EXTCON is not set
836# CONFIG_MEMORY is not set
837# CONFIG_IIO is not set
838# CONFIG_PWM is not set
839# CONFIG_PMODS is not set
840
841#
842# File systems
843#
844CONFIG_EXT2_FS=y
845CONFIG_EXT2_FS_XATTR=y
846CONFIG_EXT2_FS_POSIX_ACL=y
847CONFIG_EXT2_FS_SECURITY=y
848CONFIG_EXT2_FS_XIP=y
849CONFIG_EXT3_FS=y
850CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
851CONFIG_EXT3_FS_XATTR=y
852CONFIG_EXT3_FS_POSIX_ACL=y
853CONFIG_EXT3_FS_SECURITY=y
854# CONFIG_EXT4_FS is not set
855CONFIG_FS_XIP=y
856CONFIG_JBD=y
857CONFIG_FS_MBCACHE=y
858# CONFIG_REISERFS_FS is not set
859# CONFIG_JFS_FS is not set
860# CONFIG_XFS_FS is not set
861# CONFIG_GFS2_FS is not set
862# CONFIG_BTRFS_FS is not set
863# CONFIG_NILFS2_FS is not set
864CONFIG_FS_POSIX_ACL=y
865CONFIG_FILE_LOCKING=y
866CONFIG_FSNOTIFY=y
867# CONFIG_DNOTIFY is not set
868CONFIG_INOTIFY_USER=y
869# CONFIG_FANOTIFY is not set
870# CONFIG_QUOTA is not set
871# CONFIG_QUOTACTL is not set
872# CONFIG_AUTOFS4_FS is not set
873# CONFIG_FUSE_FS is not set
874
875#
876# Caches
877#
878# CONFIG_FSCACHE is not set
879
880#
881# CD-ROM/DVD Filesystems
882#
883# CONFIG_ISO9660_FS is not set
884# CONFIG_UDF_FS is not set
885
886#
887# DOS/FAT/NT Filesystems
888#
889# CONFIG_MSDOS_FS is not set
890# CONFIG_VFAT_FS is not set
891# CONFIG_NTFS_FS is not set
892
893#
894# Pseudo filesystems
895#
896CONFIG_PROC_FS=y
897# CONFIG_PROC_KCORE is not set
898CONFIG_PROC_SYSCTL=y
899CONFIG_PROC_PAGE_MONITOR=y
900CONFIG_SYSFS=y
901CONFIG_TMPFS=y
902# CONFIG_TMPFS_POSIX_ACL is not set
903# CONFIG_TMPFS_XATTR is not set
904# CONFIG_HUGETLB_PAGE is not set
905# CONFIG_CONFIGFS_FS is not set
906CONFIG_MISC_FILESYSTEMS=y
907# CONFIG_ADFS_FS is not set
908# CONFIG_AFFS_FS is not set
909# CONFIG_HFS_FS is not set
910# CONFIG_HFSPLUS_FS is not set
911# CONFIG_BEFS_FS is not set
912# CONFIG_BFS_FS is not set
913# CONFIG_EFS_FS is not set
914CONFIG_JFFS2_FS=y
915CONFIG_JFFS2_FS_DEBUG=0
916CONFIG_JFFS2_FS_WRITEBUFFER=y
917# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
918CONFIG_JFFS2_SUMMARY=y
919# CONFIG_JFFS2_FS_XATTR is not set
920# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
921CONFIG_JFFS2_ZLIB=y
922# CONFIG_JFFS2_LZO is not set
923CONFIG_JFFS2_RTIME=y
924# CONFIG_JFFS2_RUBIN is not set
925# CONFIG_LOGFS is not set
926# CONFIG_CRAMFS is not set
927# CONFIG_SQUASHFS is not set
928# CONFIG_VXFS_FS is not set
929# CONFIG_MINIX_FS is not set
930# CONFIG_MINIX_FS_NATIVE_ENDIAN is not set
931# CONFIG_OMFS_FS is not set
932# CONFIG_HPFS_FS is not set
933# CONFIG_QNX4FS_FS is not set
934# CONFIG_QNX6FS_FS is not set
935# CONFIG_ROMFS_FS is not set
936# CONFIG_PSTORE is not set
937# CONFIG_SYSV_FS is not set
938# CONFIG_UFS_FS is not set
939CONFIG_NETWORK_FILESYSTEMS=y
940CONFIG_NFS_FS=y
941CONFIG_NFS_V2=y
942CONFIG_NFS_V3=y
943# CONFIG_NFS_V3_ACL is not set
944# CONFIG_NFS_V4 is not set
945# CONFIG_NFS_SWAP is not set
946# CONFIG_NFSD is not set
947CONFIG_LOCKD=y
948CONFIG_LOCKD_V4=y
949CONFIG_NFS_COMMON=y
950CONFIG_SUNRPC=y
951# CONFIG_SUNRPC_DEBUG is not set
952# CONFIG_CEPH_FS is not set
953# CONFIG_CIFS is not set
954# CONFIG_NCP_FS is not set
955# CONFIG_CODA_FS is not set
956# CONFIG_AFS_FS is not set
957# CONFIG_NLS is not set
958
959#
960# Kernel hacking
961#
962CONFIG_TRACE_IRQFLAGS_SUPPORT=y
963# CONFIG_PRINTK_TIME is not set
964CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
965CONFIG_ENABLE_WARN_DEPRECATED=y
966CONFIG_ENABLE_MUST_CHECK=y
967CONFIG_FRAME_WARN=1024
968# CONFIG_MAGIC_SYSRQ is not set
969# CONFIG_STRIP_ASM_SYMS is not set
970# CONFIG_READABLE_ASM is not set
971# CONFIG_UNUSED_SYMBOLS is not set
972# CONFIG_DEBUG_FS is not set
973# CONFIG_HEADERS_CHECK is not set
974# CONFIG_DEBUG_SECTION_MISMATCH is not set
975CONFIG_DEBUG_KERNEL=y
976# CONFIG_DEBUG_SHIRQ is not set
977# CONFIG_LOCKUP_DETECTOR is not set
978# CONFIG_HARDLOCKUP_DETECTOR is not set
979# CONFIG_PANIC_ON_OOPS is not set
980CONFIG_PANIC_ON_OOPS_VALUE=0
981# CONFIG_DETECT_HUNG_TASK is not set
982CONFIG_SCHED_DEBUG=y
983# CONFIG_SCHEDSTATS is not set
984# CONFIG_TIMER_STATS is not set
985# CONFIG_DEBUG_OBJECTS is not set
986# CONFIG_DEBUG_SLAB is not set
987# CONFIG_DEBUG_KMEMLEAK is not set
988# CONFIG_DEBUG_RT_MUTEXES is not set
989# CONFIG_RT_MUTEX_TESTER is not set
990# CONFIG_DEBUG_SPINLOCK is not set
991# CONFIG_DEBUG_MUTEXES is not set
992# CONFIG_DEBUG_LOCK_ALLOC is not set
993# CONFIG_PROVE_LOCKING is not set
994# CONFIG_SPARSE_RCU_POINTER is not set
995# CONFIG_LOCK_STAT is not set
996# CONFIG_DEBUG_ATOMIC_SLEEP is not set
997# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
998# CONFIG_DEBUG_STACK_USAGE is not set
999# CONFIG_DEBUG_KOBJECT is not set
1000# CONFIG_DEBUG_INFO is not set
1001# CONFIG_DEBUG_VM is not set
1002# CONFIG_DEBUG_WRITECOUNT is not set
1003# CONFIG_DEBUG_MEMORY_INIT is not set
1004# CONFIG_DEBUG_LIST is not set
1005# CONFIG_TEST_LIST_SORT is not set
1006# CONFIG_DEBUG_SG is not set
1007# CONFIG_DEBUG_NOTIFIERS is not set
1008# CONFIG_DEBUG_CREDENTIALS is not set
1009# CONFIG_BOOT_PRINTK_DELAY is not set
1010# CONFIG_RCU_TORTURE_TEST is not set
1011# CONFIG_RCU_TRACE is not set
1012# CONFIG_BACKTRACE_SELF_TEST is not set
1013# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
1014# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
1015# CONFIG_NOTIFIER_ERROR_INJECTION is not set
1016# CONFIG_FAULT_INJECTION is not set
1017# CONFIG_LATENCYTOP is not set
1018# CONFIG_DEBUG_PAGEALLOC is not set
1019CONFIG_HAVE_FUNCTION_TRACER=y
1020CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
1021CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
1022CONFIG_HAVE_DYNAMIC_FTRACE=y
1023CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
1024CONFIG_TRACING_SUPPORT=y
1025# CONFIG_FTRACE is not set
1026# CONFIG_DMA_API_DEBUG is not set
1027# CONFIG_ATOMIC64_SELFTEST is not set
1028# CONFIG_SAMPLES is not set
1029CONFIG_HAVE_ARCH_KGDB=y
1030# CONFIG_KGDB is not set
1031# CONFIG_TEST_KSTRTOX is not set
1032CONFIG_EARLY_PRINTK=y
1033# CONFIG_HEART_BEAT is not set
1034
1035#
1036# Security options
1037#
1038# CONFIG_KEYS is not set
1039# CONFIG_SECURITY_DMESG_RESTRICT is not set
1040# CONFIG_SECURITY is not set
1041# CONFIG_SECURITYFS is not set
1042CONFIG_DEFAULT_SECURITY_DAC=y
1043CONFIG_DEFAULT_SECURITY=""
1044CONFIG_CRYPTO=y
1045
1046#
1047# Crypto core or helper
1048#
1049# CONFIG_CRYPTO_MANAGER is not set
1050# CONFIG_CRYPTO_MANAGER2 is not set
1051# CONFIG_CRYPTO_USER is not set
1052# CONFIG_CRYPTO_GF128MUL is not set
1053# CONFIG_CRYPTO_NULL is not set
1054# CONFIG_CRYPTO_CRYPTD is not set
1055# CONFIG_CRYPTO_AUTHENC is not set
1056# CONFIG_CRYPTO_TEST is not set
1057
1058#
1059# Authenticated Encryption with Associated Data
1060#
1061# CONFIG_CRYPTO_CCM is not set
1062# CONFIG_CRYPTO_GCM is not set
1063# CONFIG_CRYPTO_SEQIV is not set
1064
1065#
1066# Block modes
1067#
1068# CONFIG_CRYPTO_CBC is not set
1069# CONFIG_CRYPTO_CTR is not set
1070# CONFIG_CRYPTO_CTS is not set
1071# CONFIG_CRYPTO_ECB is not set
1072# CONFIG_CRYPTO_LRW is not set
1073# CONFIG_CRYPTO_PCBC is not set
1074# CONFIG_CRYPTO_XTS is not set
1075
1076#
1077# Hash modes
1078#
1079# CONFIG_CRYPTO_HMAC is not set
1080# CONFIG_CRYPTO_XCBC is not set
1081# CONFIG_CRYPTO_VMAC is not set
1082
1083#
1084# Digest
1085#
1086# CONFIG_CRYPTO_CRC32C is not set
1087# CONFIG_CRYPTO_GHASH is not set
1088# CONFIG_CRYPTO_MD4 is not set
1089# CONFIG_CRYPTO_MD5 is not set
1090# CONFIG_CRYPTO_MICHAEL_MIC is not set
1091# CONFIG_CRYPTO_RMD128 is not set
1092# CONFIG_CRYPTO_RMD160 is not set
1093# CONFIG_CRYPTO_RMD256 is not set
1094# CONFIG_CRYPTO_RMD320 is not set
1095# CONFIG_CRYPTO_SHA1 is not set
1096# CONFIG_CRYPTO_SHA256 is not set
1097# CONFIG_CRYPTO_SHA512 is not set
1098# CONFIG_CRYPTO_TGR192 is not set
1099# CONFIG_CRYPTO_WP512 is not set
1100
1101#
1102# Ciphers
1103#
1104# CONFIG_CRYPTO_AES is not set
1105# CONFIG_CRYPTO_ANUBIS is not set
1106# CONFIG_CRYPTO_ARC4 is not set
1107# CONFIG_CRYPTO_BLOWFISH is not set
1108# CONFIG_CRYPTO_CAMELLIA is not set
1109# CONFIG_CRYPTO_CAST5 is not set
1110# CONFIG_CRYPTO_CAST6 is not set
1111# CONFIG_CRYPTO_DES is not set
1112# CONFIG_CRYPTO_FCRYPT is not set
1113# CONFIG_CRYPTO_KHAZAD is not set
1114# CONFIG_CRYPTO_SALSA20 is not set
1115# CONFIG_CRYPTO_SEED is not set
1116# CONFIG_CRYPTO_SERPENT is not set
1117# CONFIG_CRYPTO_TEA is not set
1118# CONFIG_CRYPTO_TWOFISH is not set
1119
1120#
1121# Compression
1122#
1123# CONFIG_CRYPTO_DEFLATE is not set
1124# CONFIG_CRYPTO_ZLIB is not set
1125# CONFIG_CRYPTO_LZO is not set
1126
1127#
1128# Random Number Generation
1129#
1130# CONFIG_CRYPTO_ANSI_CPRNG is not set
1131# CONFIG_CRYPTO_USER_API_HASH is not set
1132# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
1133CONFIG_CRYPTO_HW=y
1134# CONFIG_BINARY_PRINTF is not set
1135
1136#
1137# Library routines
1138#
1139CONFIG_BITREVERSE=y
1140CONFIG_GENERIC_PCI_IOMAP=y
1141CONFIG_GENERIC_IO=y
1142# CONFIG_CRC_CCITT is not set
1143# CONFIG_CRC16 is not set
1144# CONFIG_CRC_T10DIF is not set
1145# CONFIG_CRC_ITU_T is not set
1146CONFIG_CRC32=y
1147# CONFIG_CRC32_SELFTEST is not set
1148CONFIG_CRC32_SLICEBY8=y
1149# CONFIG_CRC32_SLICEBY4 is not set
1150# CONFIG_CRC32_SARWATE is not set
1151# CONFIG_CRC32_BIT is not set
1152# CONFIG_CRC7 is not set
1153# CONFIG_LIBCRC32C is not set
1154# CONFIG_CRC8 is not set
1155CONFIG_ZLIB_INFLATE=y
1156CONFIG_ZLIB_DEFLATE=y
1157# CONFIG_XZ_DEC is not set
1158# CONFIG_XZ_DEC_BCJ is not set
1159CONFIG_DECOMPRESS_GZIP=y
1160CONFIG_HAS_IOMEM=y
1161CONFIG_HAS_IOPORT=y
1162CONFIG_HAS_DMA=y
1163CONFIG_DQL=y
1164CONFIG_NLATTR=y
1165CONFIG_GENERIC_ATOMIC64=y
1166CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
1167# CONFIG_AVERAGE is not set
1168# CONFIG_CORDIC is not set
1169# CONFIG_DDR is not set
diff --git a/conf/machine/boards/common/linux/microblaze/defconfig_3.14.cfg b/conf/machine/boards/common/linux/microblaze/defconfig_3.14.cfg
new file mode 100644
index 00000000..b8e1eae0
--- /dev/null
+++ b/conf/machine/boards/common/linux/microblaze/defconfig_3.14.cfg
@@ -0,0 +1,1169 @@
1#
2# Automatically generated file; DO NOT EDIT.
3# Linux/microblaze 3.14.0 Kernel Configuration
4#
5CONFIG_MICROBLAZE=y
6# CONFIG_SWAP is not set
7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_ZONE_DMA=y
9CONFIG_ARCH_POPULATES_NODE_MAP=y
10# CONFIG_ARCH_HAS_ILOG2_U32 is not set
11# CONFIG_ARCH_HAS_ILOG2_U64 is not set
12CONFIG_GENERIC_HWEIGHT=y
13CONFIG_GENERIC_CALIBRATE_DELAY=y
14CONFIG_GENERIC_GPIO=y
15CONFIG_GENERIC_CSUM=y
16CONFIG_STACKTRACE_SUPPORT=y
17CONFIG_LOCKDEP_SUPPORT=y
18CONFIG_HAVE_LATENCYTOP_SUPPORT=y
19CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
20
21#
22# General setup
23#
24CONFIG_EXPERIMENTAL=y
25CONFIG_BROKEN_ON_SMP=y
26CONFIG_INIT_ENV_ARG_LIMIT=32
27CONFIG_CROSS_COMPILE=""
28CONFIG_LOCALVERSION=""
29CONFIG_LOCALVERSION_AUTO=y
30CONFIG_DEFAULT_HOSTNAME="(none)"
31CONFIG_SYSVIPC=y
32CONFIG_SYSVIPC_SYSCTL=y
33CONFIG_POSIX_MQUEUE=y
34CONFIG_POSIX_MQUEUE_SYSCTL=y
35# CONFIG_BSD_PROCESS_ACCT is not set
36# CONFIG_FHANDLE is not set
37# CONFIG_TASKSTATS is not set
38# CONFIG_AUDIT is not set
39CONFIG_HAVE_GENERIC_HARDIRQS=y
40
41#
42# IRQ subsystem
43#
44CONFIG_GENERIC_HARDIRQS=y
45CONFIG_GENERIC_IRQ_PROBE=y
46CONFIG_GENERIC_IRQ_SHOW=y
47CONFIG_IRQ_DOMAIN=y
48CONFIG_GENERIC_CLOCKEVENTS=y
49CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
50
51#
52# Timers subsystem
53#
54CONFIG_TICK_ONESHOT=y
55CONFIG_NO_HZ=y
56CONFIG_HIGH_RES_TIMERS=y
57
58#
59# RCU Subsystem
60#
61CONFIG_TINY_RCU=y
62# CONFIG_PREEMPT_RCU is not set
63# CONFIG_TREE_RCU_TRACE is not set
64CONFIG_IKCONFIG=y
65CONFIG_IKCONFIG_PROC=y
66CONFIG_LOG_BUF_SHIFT=14
67# CONFIG_CGROUPS is not set
68# CONFIG_CHECKPOINT_RESTORE is not set
69# CONFIG_NAMESPACES is not set
70# CONFIG_SCHED_AUTOGROUP is not set
71CONFIG_SYSFS_DEPRECATED=y
72CONFIG_SYSFS_DEPRECATED_V2=y
73# CONFIG_RELAY is not set
74CONFIG_BLK_DEV_INITRD=y
75CONFIG_INITRAMFS_SOURCE=""
76CONFIG_INITRAMFS_ROOT_UID=0
77CONFIG_INITRAMFS_ROOT_GID=0
78CONFIG_RD_GZIP=y
79# CONFIG_RD_BZIP2 is not set
80# CONFIG_RD_LZMA is not set
81# CONFIG_RD_XZ is not set
82# CONFIG_RD_LZO is not set
83CONFIG_INITRAMFS_COMPRESSION_NONE=y
84# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set
85CONFIG_CC_OPTIMIZE_FOR_SIZE=y
86CONFIG_SYSCTL=y
87CONFIG_ANON_INODES=y
88CONFIG_EXPERT=y
89CONFIG_SYSCTL_SYSCALL=y
90CONFIG_KALLSYMS=y
91# CONFIG_KALLSYMS_ALL is not set
92CONFIG_HOTPLUG=y
93CONFIG_PRINTK=y
94CONFIG_BUG=y
95CONFIG_ELF_CORE=y
96CONFIG_BASE_FULL=y
97CONFIG_FUTEX=y
98CONFIG_EPOLL=y
99CONFIG_SIGNALFD=y
100CONFIG_TIMERFD=y
101CONFIG_EVENTFD=y
102CONFIG_SHMEM=y
103CONFIG_AIO=y
104CONFIG_EMBEDDED=y
105
106#
107# Kernel Performance Events And Counters
108#
109CONFIG_VM_EVENT_COUNTERS=y
110CONFIG_COMPAT_BRK=y
111CONFIG_SLAB=y
112# CONFIG_SLUB is not set
113# CONFIG_SLOB is not set
114# CONFIG_PROFILING is not set
115CONFIG_HAVE_OPROFILE=y
116CONFIG_HAVE_DMA_ATTRS=y
117CONFIG_HAVE_DMA_API_DEBUG=y
118CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
119
120#
121# GCOV-based kernel profiling
122#
123# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
124CONFIG_SLABINFO=y
125CONFIG_RT_MUTEXES=y
126CONFIG_BASE_SMALL=0
127CONFIG_MODULES=y
128# CONFIG_MODULE_FORCE_LOAD is not set
129CONFIG_MODULE_UNLOAD=y
130# CONFIG_MODULE_FORCE_UNLOAD is not set
131# CONFIG_MODVERSIONS is not set
132# CONFIG_MODULE_SRCVERSION_ALL is not set
133CONFIG_BLOCK=y
134CONFIG_LBDAF=y
135CONFIG_BLK_DEV_BSG=y
136# CONFIG_BLK_DEV_BSGLIB is not set
137# CONFIG_BLK_DEV_INTEGRITY is not set
138
139#
140# Partition Types
141#
142# CONFIG_PARTITION_ADVANCED is not set
143CONFIG_MSDOS_PARTITION=y
144
145#
146# IO Schedulers
147#
148CONFIG_IOSCHED_NOOP=y
149CONFIG_IOSCHED_DEADLINE=y
150CONFIG_IOSCHED_CFQ=y
151# CONFIG_DEFAULT_DEADLINE is not set
152CONFIG_DEFAULT_CFQ=y
153# CONFIG_DEFAULT_NOOP is not set
154CONFIG_DEFAULT_IOSCHED="cfq"
155# CONFIG_INLINE_SPIN_TRYLOCK is not set
156# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
157# CONFIG_INLINE_SPIN_LOCK is not set
158# CONFIG_INLINE_SPIN_LOCK_BH is not set
159# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
160# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
161# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
162CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
163# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
164# CONFIG_INLINE_READ_TRYLOCK is not set
165# CONFIG_INLINE_READ_LOCK is not set
166# CONFIG_INLINE_READ_LOCK_BH is not set
167# CONFIG_INLINE_READ_LOCK_IRQ is not set
168# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
169CONFIG_INLINE_READ_UNLOCK=y
170# CONFIG_INLINE_READ_UNLOCK_BH is not set
171CONFIG_INLINE_READ_UNLOCK_IRQ=y
172# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
173# CONFIG_INLINE_WRITE_TRYLOCK is not set
174# CONFIG_INLINE_WRITE_LOCK is not set
175# CONFIG_INLINE_WRITE_LOCK_BH is not set
176# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
177# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
178CONFIG_INLINE_WRITE_UNLOCK=y
179# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
180CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
181# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
182# CONFIG_MUTEX_SPIN_ON_OWNER is not set
183# CONFIG_FREEZER is not set
184
185#
186# Platform options
187#
188CONFIG_PLATFORM_GENERIC=y
189# CONFIG_OPT_LIB_FUNCTION is not set
190
191#
192# Processor type and features
193#
194CONFIG_PREEMPT_NONE=y
195# CONFIG_PREEMPT_VOLUNTARY is not set
196# CONFIG_PREEMPT is not set
197# CONFIG_HZ_100 is not set
198CONFIG_HZ_250=y
199# CONFIG_HZ_300 is not set
200# CONFIG_HZ_1000 is not set
201CONFIG_HZ=250
202CONFIG_SCHED_HRTICK=y
203CONFIG_MMU=y
204
205#
206# Boot options
207#
208# CONFIG_CMDLINE_BOOL is not set
209CONFIG_SECCOMP=y
210
211#
212# Advanced setup
213#
214CONFIG_ADVANCED_OPTIONS=y
215# CONFIG_HIGHMEM is not set
216CONFIG_LOWMEM_SIZE_BOOL=y
217CONFIG_LOWMEM_SIZE=0x30000000
218CONFIG_MANUAL_RESET_VECTOR=0x0
219CONFIG_KERNEL_START_BOOL=y
220CONFIG_KERNEL_START=0xc0000000
221CONFIG_TASK_SIZE_BOOL=y
222CONFIG_TASK_SIZE=0x80000000
223CONFIG_KERNEL_PAD=0x80000
224CONFIG_SELECT_MEMORY_MODEL=y
225CONFIG_FLATMEM_MANUAL=y
226CONFIG_FLATMEM=y
227CONFIG_FLAT_NODE_MEM_MAP=y
228CONFIG_HAVE_MEMBLOCK=y
229CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
230CONFIG_PAGEFLAGS_EXTENDED=y
231CONFIG_SPLIT_PTLOCK_CPUS=4
232# CONFIG_COMPACTION is not set
233# CONFIG_PHYS_ADDR_T_64BIT is not set
234CONFIG_ZONE_DMA_FLAG=1
235CONFIG_BOUNCE=y
236CONFIG_VIRT_TO_BUS=y
237# CONFIG_KSM is not set
238CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
239CONFIG_CROSS_MEMORY_ATTACH=y
240CONFIG_NEED_PER_CPU_KM=y
241# CONFIG_CLEANCACHE is not set
242
243#
244# Executable file formats
245#
246CONFIG_BINFMT_ELF=y
247# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
248# CONFIG_HAVE_AOUT is not set
249CONFIG_BINFMT_MISC=y
250
251#
252# Bus Options
253#
254# CONFIG_PCI is not set
255# CONFIG_PCI_DOMAINS is not set
256# CONFIG_PCI_SYSCALL is not set
257# CONFIG_ARCH_SUPPORTS_MSI is not set
258CONFIG_NET=y
259
260#
261# Networking options
262#
263CONFIG_PACKET=y
264CONFIG_UNIX=y
265# CONFIG_UNIX_DIAG is not set
266CONFIG_XFRM=y
267# CONFIG_XFRM_USER is not set
268# CONFIG_XFRM_SUB_POLICY is not set
269# CONFIG_XFRM_MIGRATE is not set
270# CONFIG_XFRM_STATISTICS is not set
271# CONFIG_NET_KEY is not set
272CONFIG_INET=y
273# CONFIG_IP_MULTICAST is not set
274# CONFIG_IP_ADVANCED_ROUTER is not set
275# CONFIG_IP_PNP is not set
276# CONFIG_NET_IPIP is not set
277# CONFIG_NET_IPGRE_DEMUX is not set
278# CONFIG_ARPD is not set
279# CONFIG_SYN_COOKIES is not set
280# CONFIG_NET_IPVTI is not set
281# CONFIG_INET_AH is not set
282# CONFIG_INET_ESP is not set
283# CONFIG_INET_IPCOMP is not set
284# CONFIG_INET_XFRM_TUNNEL is not set
285# CONFIG_INET_TUNNEL is not set
286CONFIG_INET_XFRM_MODE_TRANSPORT=y
287CONFIG_INET_XFRM_MODE_TUNNEL=y
288CONFIG_INET_XFRM_MODE_BEET=y
289CONFIG_INET_LRO=y
290CONFIG_INET_DIAG=y
291CONFIG_INET_TCP_DIAG=y
292# CONFIG_INET_UDP_DIAG is not set
293# CONFIG_TCP_CONG_ADVANCED is not set
294CONFIG_TCP_CONG_CUBIC=y
295CONFIG_DEFAULT_TCP_CONG="cubic"
296# CONFIG_TCP_MD5SIG is not set
297# CONFIG_IPV6 is not set
298# CONFIG_NETWORK_SECMARK is not set
299# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
300# CONFIG_NETFILTER is not set
301# CONFIG_IP_DCCP is not set
302# CONFIG_IP_SCTP is not set
303# CONFIG_RDS is not set
304# CONFIG_TIPC is not set
305# CONFIG_ATM is not set
306# CONFIG_L2TP is not set
307# CONFIG_BRIDGE is not set
308# CONFIG_NET_DSA is not set
309# CONFIG_VLAN_8021Q is not set
310# CONFIG_DECNET is not set
311# CONFIG_LLC2 is not set
312# CONFIG_IPX is not set
313# CONFIG_ATALK is not set
314# CONFIG_X25 is not set
315# CONFIG_LAPB is not set
316# CONFIG_WAN_ROUTER is not set
317# CONFIG_PHONET is not set
318# CONFIG_IEEE802154 is not set
319# CONFIG_NET_SCHED is not set
320# CONFIG_DCB is not set
321# CONFIG_BATMAN_ADV is not set
322# CONFIG_OPENVSWITCH is not set
323CONFIG_BQL=y
324
325#
326# Network testing
327#
328# CONFIG_NET_PKTGEN is not set
329# CONFIG_HAMRADIO is not set
330# CONFIG_CAN is not set
331# CONFIG_IRDA is not set
332# CONFIG_BT is not set
333# CONFIG_AF_RXRPC is not set
334CONFIG_WIRELESS=y
335# CONFIG_CFG80211 is not set
336# CONFIG_LIB80211 is not set
337
338#
339# CFG80211 needs to be enabled for MAC80211
340#
341# CONFIG_WIMAX is not set
342# CONFIG_RFKILL is not set
343# CONFIG_NET_9P is not set
344# CONFIG_CAIF is not set
345# CONFIG_CEPH_LIB is not set
346# CONFIG_NFC is not set
347
348#
349# Device Drivers
350#
351
352#
353# Generic Driver Options
354#
355CONFIG_UEVENT_HELPER_PATH=""
356CONFIG_DEVTMPFS=y
357CONFIG_DEVTMPFS_MOUNT=y
358CONFIG_STANDALONE=y
359CONFIG_PREVENT_FIRMWARE_BUILD=y
360CONFIG_FW_LOADER=y
361CONFIG_FIRMWARE_IN_KERNEL=y
362CONFIG_EXTRA_FIRMWARE=""
363# CONFIG_DEBUG_DRIVER is not set
364# CONFIG_DEBUG_DEVRES is not set
365# CONFIG_SYS_HYPERVISOR is not set
366CONFIG_GENERIC_CPU_DEVICES=y
367# CONFIG_DMA_SHARED_BUFFER is not set
368# CONFIG_CONNECTOR is not set
369CONFIG_MTD=y
370# CONFIG_MTD_TESTS is not set
371# CONFIG_MTD_REDBOOT_PARTS is not set
372CONFIG_MTD_CMDLINE_PARTS=y
373CONFIG_MTD_OF_PARTS=y
374# CONFIG_MTD_AR7_PARTS is not set
375
376#
377# User Modules And Translation Layers
378#
379CONFIG_MTD_CHAR=y
380# CONFIG_MTD_BLKDEVS is not set
381# CONFIG_MTD_BLOCK is not set
382# CONFIG_MTD_BLOCK_RO is not set
383# CONFIG_FTL is not set
384# CONFIG_NFTL is not set
385# CONFIG_INFTL is not set
386# CONFIG_RFD_FTL is not set
387# CONFIG_SSFDC is not set
388# CONFIG_SM_FTL is not set
389# CONFIG_MTD_OOPS is not set
390
391#
392# RAM/ROM/Flash chip drivers
393#
394CONFIG_MTD_CFI=y
395CONFIG_MTD_JEDECPROBE=y
396CONFIG_MTD_GEN_PROBE=y
397CONFIG_MTD_CFI_ADV_OPTIONS=y
398CONFIG_MTD_CFI_NOSWAP=y
399# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
400# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
401# CONFIG_MTD_CFI_GEOMETRY is not set
402CONFIG_MTD_MAP_BANK_WIDTH_1=y
403CONFIG_MTD_MAP_BANK_WIDTH_2=y
404CONFIG_MTD_MAP_BANK_WIDTH_4=y
405# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
406# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
407# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
408CONFIG_MTD_CFI_I1=y
409CONFIG_MTD_CFI_I2=y
410# CONFIG_MTD_CFI_I4 is not set
411# CONFIG_MTD_CFI_I8 is not set
412# CONFIG_MTD_OTP is not set
413CONFIG_MTD_CFI_INTELEXT=y
414CONFIG_MTD_CFI_AMDSTD=y
415CONFIG_MTD_CFI_STAA=y
416CONFIG_MTD_CFI_UTIL=y
417CONFIG_MTD_RAM=y
418# CONFIG_MTD_ROM is not set
419# CONFIG_MTD_ABSENT is not set
420
421#
422# Mapping drivers for chip access
423#
424CONFIG_MTD_COMPLEX_MAPPINGS=y
425CONFIG_MTD_PHYSMAP=y
426# CONFIG_MTD_PHYSMAP_COMPAT is not set
427CONFIG_MTD_PHYSMAP_OF=y
428# CONFIG_MTD_GPIO_ADDR is not set
429# CONFIG_MTD_PLATRAM is not set
430# CONFIG_MTD_LATCH_ADDR is not set
431
432#
433# Self-contained MTD device drivers
434#
435# CONFIG_MTD_DATAFLASH is not set
436# CONFIG_MTD_M25P80 is not set
437# CONFIG_MTD_SST25L is not set
438# CONFIG_MTD_SLRAM is not set
439# CONFIG_MTD_PHRAM is not set
440# CONFIG_MTD_MTDRAM is not set
441# CONFIG_MTD_BLOCK2MTD is not set
442
443#
444# Disk-On-Chip Device Drivers
445#
446# CONFIG_MTD_DOCG3 is not set
447# CONFIG_MTD_NAND is not set
448# CONFIG_MTD_ONENAND is not set
449
450#
451# LPDDR flash memory drivers
452#
453# CONFIG_MTD_LPDDR is not set
454# CONFIG_MTD_UBI is not set
455CONFIG_DTC=y
456CONFIG_OF=y
457
458#
459# Device Tree and Open Firmware support
460#
461CONFIG_PROC_DEVICETREE=y
462# CONFIG_OF_SELFTEST is not set
463CONFIG_OF_FLATTREE=y
464CONFIG_OF_EARLY_FLATTREE=y
465CONFIG_OF_ADDRESS=y
466CONFIG_OF_IRQ=y
467CONFIG_OF_DEVICE=y
468CONFIG_OF_NET=y
469CONFIG_OF_MDIO=y
470CONFIG_OF_MTD=y
471# CONFIG_PARPORT is not set
472CONFIG_BLK_DEV=y
473# CONFIG_BLK_DEV_COW_COMMON is not set
474# CONFIG_BLK_DEV_LOOP is not set
475
476#
477# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
478#
479# CONFIG_BLK_DEV_NBD is not set
480CONFIG_BLK_DEV_RAM=y
481CONFIG_BLK_DEV_RAM_COUNT=16
482CONFIG_BLK_DEV_RAM_SIZE=16384
483# CONFIG_BLK_DEV_XIP is not set
484# CONFIG_CDROM_PKTCDVD is not set
485# CONFIG_ATA_OVER_ETH is not set
486CONFIG_XILINX_SYSACE=y
487# CONFIG_BLK_DEV_RBD is not set
488
489#
490# Misc devices
491#
492# CONFIG_AD525X_DPOT is not set
493# CONFIG_ENCLOSURE_SERVICES is not set
494# CONFIG_TI_DAC7512 is not set
495# CONFIG_BMP085_SPI is not set
496# CONFIG_C2PORT is not set
497
498#
499# EEPROM support
500#
501# CONFIG_EEPROM_AT25 is not set
502# CONFIG_EEPROM_93CX6 is not set
503# CONFIG_EEPROM_93XX46 is not set
504
505#
506# Texas Instruments shared transport line discipline
507#
508# CONFIG_TI_ST is not set
509
510#
511# Altera FPGA firmware download module
512#
513
514#
515# SCSI device support
516#
517CONFIG_SCSI_MOD=y
518# CONFIG_RAID_ATTRS is not set
519# CONFIG_SCSI is not set
520# CONFIG_SCSI_DMA is not set
521# CONFIG_SCSI_NETLINK is not set
522# CONFIG_ATA is not set
523# CONFIG_MD is not set
524CONFIG_NETDEVICES=y
525CONFIG_NET_CORE=y
526# CONFIG_BONDING is not set
527# CONFIG_DUMMY is not set
528# CONFIG_EQUALIZER is not set
529# CONFIG_MII is not set
530# CONFIG_NET_TEAM is not set
531# CONFIG_MACVLAN is not set
532# CONFIG_NETCONSOLE is not set
533# CONFIG_NETPOLL is not set
534# CONFIG_NET_POLL_CONTROLLER is not set
535# CONFIG_TUN is not set
536# CONFIG_VETH is not set
537
538#
539# CAIF transport drivers
540#
541CONFIG_ETHERNET=y
542CONFIG_NET_VENDOR_BROADCOM=y
543# CONFIG_B44 is not set
544# CONFIG_NET_CALXEDA_XGMAC is not set
545CONFIG_NET_VENDOR_CHELSIO=y
546# CONFIG_DNET is not set
547CONFIG_NET_VENDOR_INTEL=y
548CONFIG_NET_VENDOR_I825XX=y
549CONFIG_NET_VENDOR_MARVELL=y
550CONFIG_NET_VENDOR_MICREL=y
551# CONFIG_KS8851 is not set
552# CONFIG_KS8851_MLL is not set
553CONFIG_NET_VENDOR_MICROCHIP=y
554# CONFIG_ENC28J60 is not set
555CONFIG_NET_VENDOR_NATSEMI=y
556CONFIG_NET_VENDOR_8390=y
557# CONFIG_ETHOC is not set
558CONFIG_NET_VENDOR_SEEQ=y
559# CONFIG_SEEQ8005 is not set
560CONFIG_NET_VENDOR_STMICRO=y
561# CONFIG_STMMAC_ETH is not set
562CONFIG_NET_VENDOR_WIZNET=y
563# CONFIG_WIZNET_W5100 is not set
564# CONFIG_WIZNET_W5300 is not set
565CONFIG_NET_VENDOR_XILINX=y
566CONFIG_XILINX_EMACLITE=y
567CONFIG_XILINX_AXI_EMAC=y
568CONFIG_XILINX_LLTEMAC=y
569# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_RGMII is not set
570CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_GMII=y
571# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_MII is not set
572# CONFIG_XILINX_LLTEMAC_XILINX_1000BASEX is not set
573CONFIG_PHYLIB=y
574
575#
576# MII PHY device drivers
577#
578# CONFIG_AMD_PHY is not set
579# CONFIG_MARVELL_PHY is not set
580# CONFIG_DAVICOM_PHY is not set
581# CONFIG_QSEMI_PHY is not set
582# CONFIG_LXT_PHY is not set
583# CONFIG_CICADA_PHY is not set
584# CONFIG_VITESSE_PHY is not set
585# CONFIG_SMSC_PHY is not set
586# CONFIG_BROADCOM_PHY is not set
587# CONFIG_BCM87XX_PHY is not set
588# CONFIG_ICPLUS_PHY is not set
589# CONFIG_REALTEK_PHY is not set
590# CONFIG_NATIONAL_PHY is not set
591# CONFIG_STE10XP is not set
592# CONFIG_LSI_ET1011C_PHY is not set
593# CONFIG_MICREL_PHY is not set
594# CONFIG_FIXED_PHY is not set
595# CONFIG_MDIO_BITBANG is not set
596# CONFIG_MDIO_BUS_MUX_GPIO is not set
597# CONFIG_MICREL_KS8995MA is not set
598# CONFIG_PPP is not set
599# CONFIG_SLIP is not set
600CONFIG_WLAN=y
601# CONFIG_HOSTAP is not set
602# CONFIG_WL_TI is not set
603
604#
605# Enable WiMAX (Networking options) to see the WiMAX drivers
606#
607# CONFIG_WAN is not set
608# CONFIG_ISDN is not set
609
610#
611# Input device support
612#
613# CONFIG_INPUT is not set
614
615#
616# Hardware I/O ports
617#
618# CONFIG_SERIO is not set
619# CONFIG_GAMEPORT is not set
620
621#
622# Character devices
623#
624# CONFIG_VT is not set
625CONFIG_UNIX98_PTYS=y
626# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
627# CONFIG_LEGACY_PTYS is not set
628# CONFIG_SERIAL_NONSTANDARD is not set
629# CONFIG_N_GSM is not set
630# CONFIG_TRACE_SINK is not set
631CONFIG_DEVKMEM=y
632
633#
634# Serial drivers
635#
636CONFIG_SERIAL_8250=y
637CONFIG_SERIAL_8250_CONSOLE=y
638CONFIG_SERIAL_8250_NR_UARTS=4
639CONFIG_SERIAL_8250_RUNTIME_UARTS=4
640# CONFIG_SERIAL_8250_EXTENDED is not set
641# CONFIG_SERIAL_8250_DW is not set
642
643#
644# Non-8250 serial port support
645#
646# CONFIG_SERIAL_MAX3100 is not set
647# CONFIG_SERIAL_MAX3107 is not set
648CONFIG_SERIAL_UARTLITE=y
649CONFIG_SERIAL_UARTLITE_CONSOLE=y
650CONFIG_SERIAL_CORE=y
651CONFIG_SERIAL_CORE_CONSOLE=y
652CONFIG_SERIAL_OF_PLATFORM=y
653# CONFIG_SERIAL_TIMBERDALE is not set
654# CONFIG_SERIAL_ALTERA_JTAGUART is not set
655# CONFIG_SERIAL_ALTERA_UART is not set
656# CONFIG_SERIAL_IFX6X60 is not set
657# CONFIG_TTY_PRINTK is not set
658# CONFIG_IPMI_HANDLER is not set
659# CONFIG_HW_RANDOM is not set
660# CONFIG_RTC is not set
661# CONFIG_GEN_RTC is not set
662# CONFIG_XILINX_HWICAP is not set
663# CONFIG_R3964 is not set
664
665#
666# PCMCIA character devices
667#
668# CONFIG_RAW_DRIVER is not set
669# CONFIG_TCG_TPM is not set
670# CONFIG_I2C is not set
671CONFIG_SPI=y
672# CONFIG_SPI_DEBUG is not set
673CONFIG_SPI_MASTER=y
674
675#
676# SPI Master Controller Drivers
677#
678# CONFIG_SPI_ALTERA is not set
679CONFIG_SPI_BITBANG=y
680# CONFIG_SPI_GPIO is not set
681# CONFIG_SPI_OC_TINY is not set
682# CONFIG_SPI_PXA2XX_PCI is not set
683CONFIG_SPI_XILINX=y
684# CONFIG_SPI_DESIGNWARE is not set
685
686#
687# SPI Protocol Masters
688#
689# CONFIG_SPI_SPIDEV is not set
690# CONFIG_SPI_TLE62X0 is not set
691# CONFIG_HSI is not set
692
693#
694# PPS support
695#
696# CONFIG_PPS is not set
697
698#
699# PPS generators support
700#
701
702#
703# PTP clock support
704#
705
706#
707# Enable Device Drivers -> PPS to see the PTP clock options.
708#
709CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
710CONFIG_GPIOLIB=y
711CONFIG_OF_GPIO=y
712# CONFIG_DEBUG_GPIO is not set
713CONFIG_GPIO_SYSFS=y
714
715#
716# Memory mapped GPIO drivers:
717#
718# CONFIG_GPIO_GENERIC_PLATFORM is not set
719CONFIG_GPIO_XILINX=y
720
721#
722# I2C GPIO expanders:
723#
724
725#
726# PCI GPIO expanders:
727#
728
729#
730# SPI GPIO expanders:
731#
732# CONFIG_GPIO_MAX7301 is not set
733# CONFIG_GPIO_MCP23S08 is not set
734# CONFIG_GPIO_MC33880 is not set
735# CONFIG_GPIO_74X164 is not set
736
737#
738# AC97 GPIO expanders:
739#
740
741#
742# MODULbus GPIO expanders:
743#
744# CONFIG_W1 is not set
745# CONFIG_POWER_SUPPLY is not set
746# CONFIG_POWER_AVS is not set
747# CONFIG_HWMON is not set
748# CONFIG_THERMAL is not set
749# CONFIG_WATCHDOG is not set
750CONFIG_SSB_POSSIBLE=y
751
752#
753# Sonics Silicon Backplane
754#
755# CONFIG_SSB is not set
756CONFIG_BCMA_POSSIBLE=y
757
758#
759# Broadcom specific AMBA
760#
761# CONFIG_BCMA is not set
762
763#
764# Multifunction device drivers
765#
766# CONFIG_MFD_CORE is not set
767# CONFIG_MFD_SM501 is not set
768# CONFIG_HTC_PASIC3 is not set
769# CONFIG_MFD_TPS65912_SPI is not set
770# CONFIG_MFD_STMPE is not set
771# CONFIG_MFD_TMIO is not set
772# CONFIG_MFD_DA9052_SPI is not set
773# CONFIG_MFD_ARIZONA_SPI is not set
774# CONFIG_MFD_WM831X_SPI is not set
775# CONFIG_MFD_MC13XXX_SPI is not set
776# CONFIG_ABX500_CORE is not set
777# CONFIG_EZX_PCAP is not set
778# CONFIG_REGULATOR is not set
779# CONFIG_MEDIA_SUPPORT is not set
780
781#
782# Graphics support
783#
784# CONFIG_DRM is not set
785# CONFIG_VGASTATE is not set
786# CONFIG_VIDEO_OUTPUT_CONTROL is not set
787# CONFIG_FB is not set
788# CONFIG_EXYNOS_VIDEO is not set
789# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
790# CONFIG_SOUND is not set
791# CONFIG_USB_ARCH_HAS_OHCI is not set
792CONFIG_USB_ARCH_HAS_EHCI=y
793# CONFIG_USB_ARCH_HAS_XHCI is not set
794# CONFIG_USB_SUPPORT is not set
795# CONFIG_MMC is not set
796# CONFIG_MEMSTICK is not set
797# CONFIG_NEW_LEDS is not set
798# CONFIG_ACCESSIBILITY is not set
799# CONFIG_RTC_CLASS is not set
800# CONFIG_DMADEVICES is not set
801# CONFIG_AUXDISPLAY is not set
802CONFIG_XILINX_EDK=y
803# CONFIG_XILINX_LLDMA_USE_DCR is not set
804CONFIG_XILINX_DRIVERS=y
805CONFIG_NEED_XILINX_LLDMA=y
806CONFIG_UIO=y
807CONFIG_UIO_PDRV_GENIRQ=y
808
809#
810# Virtio drivers
811#
812# CONFIG_VIRTIO_BALLOON is not set
813# CONFIG_VIRTIO_MMIO is not set
814
815#
816# Microsoft Hyper-V guest support
817#
818# CONFIG_STAGING is not set
819
820#
821# Hardware Spinlock drivers
822#
823CONFIG_IOMMU_SUPPORT=y
824CONFIG_OF_IOMMU=y
825
826#
827# Remoteproc drivers (EXPERIMENTAL)
828#
829
830#
831# Rpmsg drivers (EXPERIMENTAL)
832#
833# CONFIG_VIRT_DRIVERS is not set
834# CONFIG_PM_DEVFREQ is not set
835# CONFIG_EXTCON is not set
836# CONFIG_MEMORY is not set
837# CONFIG_IIO is not set
838# CONFIG_PWM is not set
839# CONFIG_PMODS is not set
840
841#
842# File systems
843#
844CONFIG_EXT2_FS=y
845CONFIG_EXT2_FS_XATTR=y
846CONFIG_EXT2_FS_POSIX_ACL=y
847CONFIG_EXT2_FS_SECURITY=y
848CONFIG_EXT2_FS_XIP=y
849CONFIG_EXT3_FS=y
850CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
851CONFIG_EXT3_FS_XATTR=y
852CONFIG_EXT3_FS_POSIX_ACL=y
853CONFIG_EXT3_FS_SECURITY=y
854# CONFIG_EXT4_FS is not set
855CONFIG_FS_XIP=y
856CONFIG_JBD=y
857CONFIG_FS_MBCACHE=y
858# CONFIG_REISERFS_FS is not set
859# CONFIG_JFS_FS is not set
860# CONFIG_XFS_FS is not set
861# CONFIG_GFS2_FS is not set
862# CONFIG_BTRFS_FS is not set
863# CONFIG_NILFS2_FS is not set
864CONFIG_FS_POSIX_ACL=y
865CONFIG_FILE_LOCKING=y
866CONFIG_FSNOTIFY=y
867# CONFIG_DNOTIFY is not set
868CONFIG_INOTIFY_USER=y
869# CONFIG_FANOTIFY is not set
870# CONFIG_QUOTA is not set
871# CONFIG_QUOTACTL is not set
872# CONFIG_AUTOFS4_FS is not set
873# CONFIG_FUSE_FS is not set
874
875#
876# Caches
877#
878# CONFIG_FSCACHE is not set
879
880#
881# CD-ROM/DVD Filesystems
882#
883# CONFIG_ISO9660_FS is not set
884# CONFIG_UDF_FS is not set
885
886#
887# DOS/FAT/NT Filesystems
888#
889# CONFIG_MSDOS_FS is not set
890# CONFIG_VFAT_FS is not set
891# CONFIG_NTFS_FS is not set
892
893#
894# Pseudo filesystems
895#
896CONFIG_PROC_FS=y
897# CONFIG_PROC_KCORE is not set
898CONFIG_PROC_SYSCTL=y
899CONFIG_PROC_PAGE_MONITOR=y
900CONFIG_SYSFS=y
901CONFIG_TMPFS=y
902# CONFIG_TMPFS_POSIX_ACL is not set
903# CONFIG_TMPFS_XATTR is not set
904# CONFIG_HUGETLB_PAGE is not set
905# CONFIG_CONFIGFS_FS is not set
906CONFIG_MISC_FILESYSTEMS=y
907# CONFIG_ADFS_FS is not set
908# CONFIG_AFFS_FS is not set
909# CONFIG_HFS_FS is not set
910# CONFIG_HFSPLUS_FS is not set
911# CONFIG_BEFS_FS is not set
912# CONFIG_BFS_FS is not set
913# CONFIG_EFS_FS is not set
914CONFIG_JFFS2_FS=y
915CONFIG_JFFS2_FS_DEBUG=0
916CONFIG_JFFS2_FS_WRITEBUFFER=y
917# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
918CONFIG_JFFS2_SUMMARY=y
919# CONFIG_JFFS2_FS_XATTR is not set
920# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
921CONFIG_JFFS2_ZLIB=y
922# CONFIG_JFFS2_LZO is not set
923CONFIG_JFFS2_RTIME=y
924# CONFIG_JFFS2_RUBIN is not set
925# CONFIG_LOGFS is not set
926# CONFIG_CRAMFS is not set
927# CONFIG_SQUASHFS is not set
928# CONFIG_VXFS_FS is not set
929# CONFIG_MINIX_FS is not set
930# CONFIG_MINIX_FS_NATIVE_ENDIAN is not set
931# CONFIG_OMFS_FS is not set
932# CONFIG_HPFS_FS is not set
933# CONFIG_QNX4FS_FS is not set
934# CONFIG_QNX6FS_FS is not set
935# CONFIG_ROMFS_FS is not set
936# CONFIG_PSTORE is not set
937# CONFIG_SYSV_FS is not set
938# CONFIG_UFS_FS is not set
939CONFIG_NETWORK_FILESYSTEMS=y
940CONFIG_NFS_FS=y
941CONFIG_NFS_V2=y
942CONFIG_NFS_V3=y
943# CONFIG_NFS_V3_ACL is not set
944# CONFIG_NFS_V4 is not set
945# CONFIG_NFS_SWAP is not set
946# CONFIG_NFSD is not set
947CONFIG_LOCKD=y
948CONFIG_LOCKD_V4=y
949CONFIG_NFS_COMMON=y
950CONFIG_SUNRPC=y
951# CONFIG_SUNRPC_DEBUG is not set
952# CONFIG_CEPH_FS is not set
953# CONFIG_CIFS is not set
954# CONFIG_NCP_FS is not set
955# CONFIG_CODA_FS is not set
956# CONFIG_AFS_FS is not set
957# CONFIG_NLS is not set
958
959#
960# Kernel hacking
961#
962CONFIG_TRACE_IRQFLAGS_SUPPORT=y
963# CONFIG_PRINTK_TIME is not set
964CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
965CONFIG_ENABLE_WARN_DEPRECATED=y
966CONFIG_ENABLE_MUST_CHECK=y
967CONFIG_FRAME_WARN=1024
968# CONFIG_MAGIC_SYSRQ is not set
969# CONFIG_STRIP_ASM_SYMS is not set
970# CONFIG_READABLE_ASM is not set
971# CONFIG_UNUSED_SYMBOLS is not set
972# CONFIG_DEBUG_FS is not set
973# CONFIG_HEADERS_CHECK is not set
974# CONFIG_DEBUG_SECTION_MISMATCH is not set
975CONFIG_DEBUG_KERNEL=y
976# CONFIG_DEBUG_SHIRQ is not set
977# CONFIG_LOCKUP_DETECTOR is not set
978# CONFIG_HARDLOCKUP_DETECTOR is not set
979# CONFIG_PANIC_ON_OOPS is not set
980CONFIG_PANIC_ON_OOPS_VALUE=0
981# CONFIG_DETECT_HUNG_TASK is not set
982CONFIG_SCHED_DEBUG=y
983# CONFIG_SCHEDSTATS is not set
984# CONFIG_TIMER_STATS is not set
985# CONFIG_DEBUG_OBJECTS is not set
986# CONFIG_DEBUG_SLAB is not set
987# CONFIG_DEBUG_KMEMLEAK is not set
988# CONFIG_DEBUG_RT_MUTEXES is not set
989# CONFIG_RT_MUTEX_TESTER is not set
990# CONFIG_DEBUG_SPINLOCK is not set
991# CONFIG_DEBUG_MUTEXES is not set
992# CONFIG_DEBUG_LOCK_ALLOC is not set
993# CONFIG_PROVE_LOCKING is not set
994# CONFIG_SPARSE_RCU_POINTER is not set
995# CONFIG_LOCK_STAT is not set
996# CONFIG_DEBUG_ATOMIC_SLEEP is not set
997# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
998# CONFIG_DEBUG_STACK_USAGE is not set
999# CONFIG_DEBUG_KOBJECT is not set
1000# CONFIG_DEBUG_INFO is not set
1001# CONFIG_DEBUG_VM is not set
1002# CONFIG_DEBUG_WRITECOUNT is not set
1003# CONFIG_DEBUG_MEMORY_INIT is not set
1004# CONFIG_DEBUG_LIST is not set
1005# CONFIG_TEST_LIST_SORT is not set
1006# CONFIG_DEBUG_SG is not set
1007# CONFIG_DEBUG_NOTIFIERS is not set
1008# CONFIG_DEBUG_CREDENTIALS is not set
1009# CONFIG_BOOT_PRINTK_DELAY is not set
1010# CONFIG_RCU_TORTURE_TEST is not set
1011# CONFIG_RCU_TRACE is not set
1012# CONFIG_BACKTRACE_SELF_TEST is not set
1013# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
1014# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
1015# CONFIG_NOTIFIER_ERROR_INJECTION is not set
1016# CONFIG_FAULT_INJECTION is not set
1017# CONFIG_LATENCYTOP is not set
1018# CONFIG_DEBUG_PAGEALLOC is not set
1019CONFIG_HAVE_FUNCTION_TRACER=y
1020CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
1021CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
1022CONFIG_HAVE_DYNAMIC_FTRACE=y
1023CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
1024CONFIG_TRACING_SUPPORT=y
1025# CONFIG_FTRACE is not set
1026# CONFIG_DMA_API_DEBUG is not set
1027# CONFIG_ATOMIC64_SELFTEST is not set
1028# CONFIG_SAMPLES is not set
1029CONFIG_HAVE_ARCH_KGDB=y
1030# CONFIG_KGDB is not set
1031# CONFIG_TEST_KSTRTOX is not set
1032CONFIG_EARLY_PRINTK=y
1033# CONFIG_HEART_BEAT is not set
1034
1035#
1036# Security options
1037#
1038# CONFIG_KEYS is not set
1039# CONFIG_SECURITY_DMESG_RESTRICT is not set
1040# CONFIG_SECURITY is not set
1041# CONFIG_SECURITYFS is not set
1042CONFIG_DEFAULT_SECURITY_DAC=y
1043CONFIG_DEFAULT_SECURITY=""
1044CONFIG_CRYPTO=y
1045
1046#
1047# Crypto core or helper
1048#
1049# CONFIG_CRYPTO_MANAGER is not set
1050# CONFIG_CRYPTO_MANAGER2 is not set
1051# CONFIG_CRYPTO_USER is not set
1052# CONFIG_CRYPTO_GF128MUL is not set
1053# CONFIG_CRYPTO_NULL is not set
1054# CONFIG_CRYPTO_CRYPTD is not set
1055# CONFIG_CRYPTO_AUTHENC is not set
1056# CONFIG_CRYPTO_TEST is not set
1057
1058#
1059# Authenticated Encryption with Associated Data
1060#
1061# CONFIG_CRYPTO_CCM is not set
1062# CONFIG_CRYPTO_GCM is not set
1063# CONFIG_CRYPTO_SEQIV is not set
1064
1065#
1066# Block modes
1067#
1068# CONFIG_CRYPTO_CBC is not set
1069# CONFIG_CRYPTO_CTR is not set
1070# CONFIG_CRYPTO_CTS is not set
1071# CONFIG_CRYPTO_ECB is not set
1072# CONFIG_CRYPTO_LRW is not set
1073# CONFIG_CRYPTO_PCBC is not set
1074# CONFIG_CRYPTO_XTS is not set
1075
1076#
1077# Hash modes
1078#
1079# CONFIG_CRYPTO_HMAC is not set
1080# CONFIG_CRYPTO_XCBC is not set
1081# CONFIG_CRYPTO_VMAC is not set
1082
1083#
1084# Digest
1085#
1086# CONFIG_CRYPTO_CRC32C is not set
1087# CONFIG_CRYPTO_GHASH is not set
1088# CONFIG_CRYPTO_MD4 is not set
1089# CONFIG_CRYPTO_MD5 is not set
1090# CONFIG_CRYPTO_MICHAEL_MIC is not set
1091# CONFIG_CRYPTO_RMD128 is not set
1092# CONFIG_CRYPTO_RMD160 is not set
1093# CONFIG_CRYPTO_RMD256 is not set
1094# CONFIG_CRYPTO_RMD320 is not set
1095# CONFIG_CRYPTO_SHA1 is not set
1096# CONFIG_CRYPTO_SHA256 is not set
1097# CONFIG_CRYPTO_SHA512 is not set
1098# CONFIG_CRYPTO_TGR192 is not set
1099# CONFIG_CRYPTO_WP512 is not set
1100
1101#
1102# Ciphers
1103#
1104# CONFIG_CRYPTO_AES is not set
1105# CONFIG_CRYPTO_ANUBIS is not set
1106# CONFIG_CRYPTO_ARC4 is not set
1107# CONFIG_CRYPTO_BLOWFISH is not set
1108# CONFIG_CRYPTO_CAMELLIA is not set
1109# CONFIG_CRYPTO_CAST5 is not set
1110# CONFIG_CRYPTO_CAST6 is not set
1111# CONFIG_CRYPTO_DES is not set
1112# CONFIG_CRYPTO_FCRYPT is not set
1113# CONFIG_CRYPTO_KHAZAD is not set
1114# CONFIG_CRYPTO_SALSA20 is not set
1115# CONFIG_CRYPTO_SEED is not set
1116# CONFIG_CRYPTO_SERPENT is not set
1117# CONFIG_CRYPTO_TEA is not set
1118# CONFIG_CRYPTO_TWOFISH is not set
1119
1120#
1121# Compression
1122#
1123# CONFIG_CRYPTO_DEFLATE is not set
1124# CONFIG_CRYPTO_ZLIB is not set
1125# CONFIG_CRYPTO_LZO is not set
1126
1127#
1128# Random Number Generation
1129#
1130# CONFIG_CRYPTO_ANSI_CPRNG is not set
1131# CONFIG_CRYPTO_USER_API_HASH is not set
1132# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
1133CONFIG_CRYPTO_HW=y
1134# CONFIG_BINARY_PRINTF is not set
1135
1136#
1137# Library routines
1138#
1139CONFIG_BITREVERSE=y
1140CONFIG_GENERIC_PCI_IOMAP=y
1141CONFIG_GENERIC_IO=y
1142# CONFIG_CRC_CCITT is not set
1143# CONFIG_CRC16 is not set
1144# CONFIG_CRC_T10DIF is not set
1145# CONFIG_CRC_ITU_T is not set
1146CONFIG_CRC32=y
1147# CONFIG_CRC32_SELFTEST is not set
1148CONFIG_CRC32_SLICEBY8=y
1149# CONFIG_CRC32_SLICEBY4 is not set
1150# CONFIG_CRC32_SARWATE is not set
1151# CONFIG_CRC32_BIT is not set
1152# CONFIG_CRC7 is not set
1153# CONFIG_LIBCRC32C is not set
1154# CONFIG_CRC8 is not set
1155CONFIG_ZLIB_INFLATE=y
1156CONFIG_ZLIB_DEFLATE=y
1157# CONFIG_XZ_DEC is not set
1158# CONFIG_XZ_DEC_BCJ is not set
1159CONFIG_DECOMPRESS_GZIP=y
1160CONFIG_HAS_IOMEM=y
1161CONFIG_HAS_IOPORT=y
1162CONFIG_HAS_DMA=y
1163CONFIG_DQL=y
1164CONFIG_NLATTR=y
1165CONFIG_GENERIC_ATOMIC64=y
1166CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
1167# CONFIG_AVERAGE is not set
1168# CONFIG_CORDIC is not set
1169# CONFIG_DDR is not set
diff --git a/conf/machine/boards/common/linux/microblaze/defconfig_3.8.cfg b/conf/machine/boards/common/linux/microblaze/defconfig_3.8.cfg
new file mode 100644
index 00000000..63d400f0
--- /dev/null
+++ b/conf/machine/boards/common/linux/microblaze/defconfig_3.8.cfg
@@ -0,0 +1,1169 @@
1#
2# Automatically generated file; DO NOT EDIT.
3# Linux/microblaze 3.8.0 Kernel Configuration
4#
5CONFIG_MICROBLAZE=y
6# CONFIG_SWAP is not set
7CONFIG_RWSEM_GENERIC_SPINLOCK=y
8CONFIG_ZONE_DMA=y
9CONFIG_ARCH_POPULATES_NODE_MAP=y
10# CONFIG_ARCH_HAS_ILOG2_U32 is not set
11# CONFIG_ARCH_HAS_ILOG2_U64 is not set
12CONFIG_GENERIC_HWEIGHT=y
13CONFIG_GENERIC_CALIBRATE_DELAY=y
14CONFIG_GENERIC_GPIO=y
15CONFIG_GENERIC_CSUM=y
16CONFIG_STACKTRACE_SUPPORT=y
17CONFIG_LOCKDEP_SUPPORT=y
18CONFIG_HAVE_LATENCYTOP_SUPPORT=y
19CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
20
21#
22# General setup
23#
24CONFIG_EXPERIMENTAL=y
25CONFIG_BROKEN_ON_SMP=y
26CONFIG_INIT_ENV_ARG_LIMIT=32
27CONFIG_CROSS_COMPILE=""
28CONFIG_LOCALVERSION=""
29CONFIG_LOCALVERSION_AUTO=y
30CONFIG_DEFAULT_HOSTNAME="(none)"
31CONFIG_SYSVIPC=y
32CONFIG_SYSVIPC_SYSCTL=y
33CONFIG_POSIX_MQUEUE=y
34CONFIG_POSIX_MQUEUE_SYSCTL=y
35# CONFIG_BSD_PROCESS_ACCT is not set
36# CONFIG_FHANDLE is not set
37# CONFIG_TASKSTATS is not set
38# CONFIG_AUDIT is not set
39CONFIG_HAVE_GENERIC_HARDIRQS=y
40
41#
42# IRQ subsystem
43#
44CONFIG_GENERIC_HARDIRQS=y
45CONFIG_GENERIC_IRQ_PROBE=y
46CONFIG_GENERIC_IRQ_SHOW=y
47CONFIG_IRQ_DOMAIN=y
48CONFIG_GENERIC_CLOCKEVENTS=y
49CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
50
51#
52# Timers subsystem
53#
54CONFIG_TICK_ONESHOT=y
55CONFIG_NO_HZ=y
56CONFIG_HIGH_RES_TIMERS=y
57
58#
59# RCU Subsystem
60#
61CONFIG_TINY_RCU=y
62# CONFIG_PREEMPT_RCU is not set
63# CONFIG_TREE_RCU_TRACE is not set
64CONFIG_IKCONFIG=y
65CONFIG_IKCONFIG_PROC=y
66CONFIG_LOG_BUF_SHIFT=14
67# CONFIG_CGROUPS is not set
68# CONFIG_CHECKPOINT_RESTORE is not set
69# CONFIG_NAMESPACES is not set
70# CONFIG_SCHED_AUTOGROUP is not set
71CONFIG_SYSFS_DEPRECATED=y
72CONFIG_SYSFS_DEPRECATED_V2=y
73# CONFIG_RELAY is not set
74CONFIG_BLK_DEV_INITRD=y
75CONFIG_INITRAMFS_SOURCE=""
76CONFIG_INITRAMFS_ROOT_UID=0
77CONFIG_INITRAMFS_ROOT_GID=0
78CONFIG_RD_GZIP=y
79# CONFIG_RD_BZIP2 is not set
80# CONFIG_RD_LZMA is not set
81# CONFIG_RD_XZ is not set
82# CONFIG_RD_LZO is not set
83CONFIG_INITRAMFS_COMPRESSION_NONE=y
84# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set
85CONFIG_CC_OPTIMIZE_FOR_SIZE=y
86CONFIG_SYSCTL=y
87CONFIG_ANON_INODES=y
88CONFIG_EXPERT=y
89CONFIG_SYSCTL_SYSCALL=y
90CONFIG_KALLSYMS=y
91# CONFIG_KALLSYMS_ALL is not set
92CONFIG_HOTPLUG=y
93CONFIG_PRINTK=y
94CONFIG_BUG=y
95CONFIG_ELF_CORE=y
96CONFIG_BASE_FULL=y
97CONFIG_FUTEX=y
98CONFIG_EPOLL=y
99CONFIG_SIGNALFD=y
100CONFIG_TIMERFD=y
101CONFIG_EVENTFD=y
102CONFIG_SHMEM=y
103CONFIG_AIO=y
104CONFIG_EMBEDDED=y
105
106#
107# Kernel Performance Events And Counters
108#
109CONFIG_VM_EVENT_COUNTERS=y
110CONFIG_COMPAT_BRK=y
111CONFIG_SLAB=y
112# CONFIG_SLUB is not set
113# CONFIG_SLOB is not set
114# CONFIG_PROFILING is not set
115CONFIG_HAVE_OPROFILE=y
116CONFIG_HAVE_DMA_ATTRS=y
117CONFIG_HAVE_DMA_API_DEBUG=y
118CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
119
120#
121# GCOV-based kernel profiling
122#
123# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
124CONFIG_SLABINFO=y
125CONFIG_RT_MUTEXES=y
126CONFIG_BASE_SMALL=0
127CONFIG_MODULES=y
128# CONFIG_MODULE_FORCE_LOAD is not set
129CONFIG_MODULE_UNLOAD=y
130# CONFIG_MODULE_FORCE_UNLOAD is not set
131# CONFIG_MODVERSIONS is not set
132# CONFIG_MODULE_SRCVERSION_ALL is not set
133CONFIG_BLOCK=y
134CONFIG_LBDAF=y
135CONFIG_BLK_DEV_BSG=y
136# CONFIG_BLK_DEV_BSGLIB is not set
137# CONFIG_BLK_DEV_INTEGRITY is not set
138
139#
140# Partition Types
141#
142# CONFIG_PARTITION_ADVANCED is not set
143CONFIG_MSDOS_PARTITION=y
144
145#
146# IO Schedulers
147#
148CONFIG_IOSCHED_NOOP=y
149CONFIG_IOSCHED_DEADLINE=y
150CONFIG_IOSCHED_CFQ=y
151# CONFIG_DEFAULT_DEADLINE is not set
152CONFIG_DEFAULT_CFQ=y
153# CONFIG_DEFAULT_NOOP is not set
154CONFIG_DEFAULT_IOSCHED="cfq"
155# CONFIG_INLINE_SPIN_TRYLOCK is not set
156# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
157# CONFIG_INLINE_SPIN_LOCK is not set
158# CONFIG_INLINE_SPIN_LOCK_BH is not set
159# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
160# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
161# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
162CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
163# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
164# CONFIG_INLINE_READ_TRYLOCK is not set
165# CONFIG_INLINE_READ_LOCK is not set
166# CONFIG_INLINE_READ_LOCK_BH is not set
167# CONFIG_INLINE_READ_LOCK_IRQ is not set
168# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
169CONFIG_INLINE_READ_UNLOCK=y
170# CONFIG_INLINE_READ_UNLOCK_BH is not set
171CONFIG_INLINE_READ_UNLOCK_IRQ=y
172# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
173# CONFIG_INLINE_WRITE_TRYLOCK is not set
174# CONFIG_INLINE_WRITE_LOCK is not set
175# CONFIG_INLINE_WRITE_LOCK_BH is not set
176# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
177# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
178CONFIG_INLINE_WRITE_UNLOCK=y
179# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
180CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
181# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
182# CONFIG_MUTEX_SPIN_ON_OWNER is not set
183# CONFIG_FREEZER is not set
184
185#
186# Platform options
187#
188CONFIG_PLATFORM_GENERIC=y
189# CONFIG_OPT_LIB_FUNCTION is not set
190
191#
192# Processor type and features
193#
194CONFIG_PREEMPT_NONE=y
195# CONFIG_PREEMPT_VOLUNTARY is not set
196# CONFIG_PREEMPT is not set
197# CONFIG_HZ_100 is not set
198CONFIG_HZ_250=y
199# CONFIG_HZ_300 is not set
200# CONFIG_HZ_1000 is not set
201CONFIG_HZ=250
202CONFIG_SCHED_HRTICK=y
203CONFIG_MMU=y
204
205#
206# Boot options
207#
208# CONFIG_CMDLINE_BOOL is not set
209CONFIG_SECCOMP=y
210
211#
212# Advanced setup
213#
214CONFIG_ADVANCED_OPTIONS=y
215# CONFIG_HIGHMEM is not set
216CONFIG_LOWMEM_SIZE_BOOL=y
217CONFIG_LOWMEM_SIZE=0x30000000
218CONFIG_MANUAL_RESET_VECTOR=0x0
219CONFIG_KERNEL_START_BOOL=y
220CONFIG_KERNEL_START=0xc0000000
221CONFIG_TASK_SIZE_BOOL=y
222CONFIG_TASK_SIZE=0x80000000
223CONFIG_KERNEL_PAD=0x80000
224CONFIG_SELECT_MEMORY_MODEL=y
225CONFIG_FLATMEM_MANUAL=y
226CONFIG_FLATMEM=y
227CONFIG_FLAT_NODE_MEM_MAP=y
228CONFIG_HAVE_MEMBLOCK=y
229CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
230CONFIG_PAGEFLAGS_EXTENDED=y
231CONFIG_SPLIT_PTLOCK_CPUS=4
232# CONFIG_COMPACTION is not set
233# CONFIG_PHYS_ADDR_T_64BIT is not set
234CONFIG_ZONE_DMA_FLAG=1
235CONFIG_BOUNCE=y
236CONFIG_VIRT_TO_BUS=y
237# CONFIG_KSM is not set
238CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
239CONFIG_CROSS_MEMORY_ATTACH=y
240CONFIG_NEED_PER_CPU_KM=y
241# CONFIG_CLEANCACHE is not set
242
243#
244# Executable file formats
245#
246CONFIG_BINFMT_ELF=y
247# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
248# CONFIG_HAVE_AOUT is not set
249CONFIG_BINFMT_MISC=y
250
251#
252# Bus Options
253#
254# CONFIG_PCI is not set
255# CONFIG_PCI_DOMAINS is not set
256# CONFIG_PCI_SYSCALL is not set
257# CONFIG_ARCH_SUPPORTS_MSI is not set
258CONFIG_NET=y
259
260#
261# Networking options
262#
263CONFIG_PACKET=y
264CONFIG_UNIX=y
265# CONFIG_UNIX_DIAG is not set
266CONFIG_XFRM=y
267# CONFIG_XFRM_USER is not set
268# CONFIG_XFRM_SUB_POLICY is not set
269# CONFIG_XFRM_MIGRATE is not set
270# CONFIG_XFRM_STATISTICS is not set
271# CONFIG_NET_KEY is not set
272CONFIG_INET=y
273# CONFIG_IP_MULTICAST is not set
274# CONFIG_IP_ADVANCED_ROUTER is not set
275# CONFIG_IP_PNP is not set
276# CONFIG_NET_IPIP is not set
277# CONFIG_NET_IPGRE_DEMUX is not set
278# CONFIG_ARPD is not set
279# CONFIG_SYN_COOKIES is not set
280# CONFIG_NET_IPVTI is not set
281# CONFIG_INET_AH is not set
282# CONFIG_INET_ESP is not set
283# CONFIG_INET_IPCOMP is not set
284# CONFIG_INET_XFRM_TUNNEL is not set
285# CONFIG_INET_TUNNEL is not set
286CONFIG_INET_XFRM_MODE_TRANSPORT=y
287CONFIG_INET_XFRM_MODE_TUNNEL=y
288CONFIG_INET_XFRM_MODE_BEET=y
289CONFIG_INET_LRO=y
290CONFIG_INET_DIAG=y
291CONFIG_INET_TCP_DIAG=y
292# CONFIG_INET_UDP_DIAG is not set
293# CONFIG_TCP_CONG_ADVANCED is not set
294CONFIG_TCP_CONG_CUBIC=y
295CONFIG_DEFAULT_TCP_CONG="cubic"
296# CONFIG_TCP_MD5SIG is not set
297# CONFIG_IPV6 is not set
298# CONFIG_NETWORK_SECMARK is not set
299# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
300# CONFIG_NETFILTER is not set
301# CONFIG_IP_DCCP is not set
302# CONFIG_IP_SCTP is not set
303# CONFIG_RDS is not set
304# CONFIG_TIPC is not set
305# CONFIG_ATM is not set
306# CONFIG_L2TP is not set
307# CONFIG_BRIDGE is not set
308# CONFIG_NET_DSA is not set
309# CONFIG_VLAN_8021Q is not set
310# CONFIG_DECNET is not set
311# CONFIG_LLC2 is not set
312# CONFIG_IPX is not set
313# CONFIG_ATALK is not set
314# CONFIG_X25 is not set
315# CONFIG_LAPB is not set
316# CONFIG_WAN_ROUTER is not set
317# CONFIG_PHONET is not set
318# CONFIG_IEEE802154 is not set
319# CONFIG_NET_SCHED is not set
320# CONFIG_DCB is not set
321# CONFIG_BATMAN_ADV is not set
322# CONFIG_OPENVSWITCH is not set
323CONFIG_BQL=y
324
325#
326# Network testing
327#
328# CONFIG_NET_PKTGEN is not set
329# CONFIG_HAMRADIO is not set
330# CONFIG_CAN is not set
331# CONFIG_IRDA is not set
332# CONFIG_BT is not set
333# CONFIG_AF_RXRPC is not set
334CONFIG_WIRELESS=y
335# CONFIG_CFG80211 is not set
336# CONFIG_LIB80211 is not set
337
338#
339# CFG80211 needs to be enabled for MAC80211
340#
341# CONFIG_WIMAX is not set
342# CONFIG_RFKILL is not set
343# CONFIG_NET_9P is not set
344# CONFIG_CAIF is not set
345# CONFIG_CEPH_LIB is not set
346# CONFIG_NFC is not set
347
348#
349# Device Drivers
350#
351
352#
353# Generic Driver Options
354#
355CONFIG_UEVENT_HELPER_PATH=""
356CONFIG_DEVTMPFS=y
357CONFIG_DEVTMPFS_MOUNT=y
358CONFIG_STANDALONE=y
359CONFIG_PREVENT_FIRMWARE_BUILD=y
360CONFIG_FW_LOADER=y
361CONFIG_FIRMWARE_IN_KERNEL=y
362CONFIG_EXTRA_FIRMWARE=""
363# CONFIG_DEBUG_DRIVER is not set
364# CONFIG_DEBUG_DEVRES is not set
365# CONFIG_SYS_HYPERVISOR is not set
366CONFIG_GENERIC_CPU_DEVICES=y
367# CONFIG_DMA_SHARED_BUFFER is not set
368# CONFIG_CONNECTOR is not set
369CONFIG_MTD=y
370# CONFIG_MTD_TESTS is not set
371# CONFIG_MTD_REDBOOT_PARTS is not set
372CONFIG_MTD_CMDLINE_PARTS=y
373CONFIG_MTD_OF_PARTS=y
374# CONFIG_MTD_AR7_PARTS is not set
375
376#
377# User Modules And Translation Layers
378#
379CONFIG_MTD_CHAR=y
380# CONFIG_MTD_BLKDEVS is not set
381# CONFIG_MTD_BLOCK is not set
382# CONFIG_MTD_BLOCK_RO is not set
383# CONFIG_FTL is not set
384# CONFIG_NFTL is not set
385# CONFIG_INFTL is not set
386# CONFIG_RFD_FTL is not set
387# CONFIG_SSFDC is not set
388# CONFIG_SM_FTL is not set
389# CONFIG_MTD_OOPS is not set
390
391#
392# RAM/ROM/Flash chip drivers
393#
394CONFIG_MTD_CFI=y
395CONFIG_MTD_JEDECPROBE=y
396CONFIG_MTD_GEN_PROBE=y
397CONFIG_MTD_CFI_ADV_OPTIONS=y
398CONFIG_MTD_CFI_NOSWAP=y
399# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
400# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
401# CONFIG_MTD_CFI_GEOMETRY is not set
402CONFIG_MTD_MAP_BANK_WIDTH_1=y
403CONFIG_MTD_MAP_BANK_WIDTH_2=y
404CONFIG_MTD_MAP_BANK_WIDTH_4=y
405# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
406# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
407# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
408CONFIG_MTD_CFI_I1=y
409CONFIG_MTD_CFI_I2=y
410# CONFIG_MTD_CFI_I4 is not set
411# CONFIG_MTD_CFI_I8 is not set
412# CONFIG_MTD_OTP is not set
413CONFIG_MTD_CFI_INTELEXT=y
414CONFIG_MTD_CFI_AMDSTD=y
415CONFIG_MTD_CFI_STAA=y
416CONFIG_MTD_CFI_UTIL=y
417CONFIG_MTD_RAM=y
418# CONFIG_MTD_ROM is not set
419# CONFIG_MTD_ABSENT is not set
420
421#
422# Mapping drivers for chip access
423#
424CONFIG_MTD_COMPLEX_MAPPINGS=y
425CONFIG_MTD_PHYSMAP=y
426# CONFIG_MTD_PHYSMAP_COMPAT is not set
427CONFIG_MTD_PHYSMAP_OF=y
428# CONFIG_MTD_GPIO_ADDR is not set
429# CONFIG_MTD_PLATRAM is not set
430# CONFIG_MTD_LATCH_ADDR is not set
431
432#
433# Self-contained MTD device drivers
434#
435# CONFIG_MTD_DATAFLASH is not set
436# CONFIG_MTD_M25P80 is not set
437# CONFIG_MTD_SST25L is not set
438# CONFIG_MTD_SLRAM is not set
439# CONFIG_MTD_PHRAM is not set
440# CONFIG_MTD_MTDRAM is not set
441# CONFIG_MTD_BLOCK2MTD is not set
442
443#
444# Disk-On-Chip Device Drivers
445#
446# CONFIG_MTD_DOCG3 is not set
447# CONFIG_MTD_NAND is not set
448# CONFIG_MTD_ONENAND is not set
449
450#
451# LPDDR flash memory drivers
452#
453# CONFIG_MTD_LPDDR is not set
454# CONFIG_MTD_UBI is not set
455CONFIG_DTC=y
456CONFIG_OF=y
457
458#
459# Device Tree and Open Firmware support
460#
461CONFIG_PROC_DEVICETREE=y
462# CONFIG_OF_SELFTEST is not set
463CONFIG_OF_FLATTREE=y
464CONFIG_OF_EARLY_FLATTREE=y
465CONFIG_OF_ADDRESS=y
466CONFIG_OF_IRQ=y
467CONFIG_OF_DEVICE=y
468CONFIG_OF_NET=y
469CONFIG_OF_MDIO=y
470CONFIG_OF_MTD=y
471# CONFIG_PARPORT is not set
472CONFIG_BLK_DEV=y
473# CONFIG_BLK_DEV_COW_COMMON is not set
474# CONFIG_BLK_DEV_LOOP is not set
475
476#
477# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
478#
479# CONFIG_BLK_DEV_NBD is not set
480CONFIG_BLK_DEV_RAM=y
481CONFIG_BLK_DEV_RAM_COUNT=16
482CONFIG_BLK_DEV_RAM_SIZE=16384
483# CONFIG_BLK_DEV_XIP is not set
484# CONFIG_CDROM_PKTCDVD is not set
485# CONFIG_ATA_OVER_ETH is not set
486CONFIG_XILINX_SYSACE=y
487# CONFIG_BLK_DEV_RBD is not set
488
489#
490# Misc devices
491#
492# CONFIG_AD525X_DPOT is not set
493# CONFIG_ENCLOSURE_SERVICES is not set
494# CONFIG_TI_DAC7512 is not set
495# CONFIG_BMP085_SPI is not set
496# CONFIG_C2PORT is not set
497
498#
499# EEPROM support
500#
501# CONFIG_EEPROM_AT25 is not set
502# CONFIG_EEPROM_93CX6 is not set
503# CONFIG_EEPROM_93XX46 is not set
504
505#
506# Texas Instruments shared transport line discipline
507#
508# CONFIG_TI_ST is not set
509
510#
511# Altera FPGA firmware download module
512#
513
514#
515# SCSI device support
516#
517CONFIG_SCSI_MOD=y
518# CONFIG_RAID_ATTRS is not set
519# CONFIG_SCSI is not set
520# CONFIG_SCSI_DMA is not set
521# CONFIG_SCSI_NETLINK is not set
522# CONFIG_ATA is not set
523# CONFIG_MD is not set
524CONFIG_NETDEVICES=y
525CONFIG_NET_CORE=y
526# CONFIG_BONDING is not set
527# CONFIG_DUMMY is not set
528# CONFIG_EQUALIZER is not set
529# CONFIG_MII is not set
530# CONFIG_NET_TEAM is not set
531# CONFIG_MACVLAN is not set
532# CONFIG_NETCONSOLE is not set
533# CONFIG_NETPOLL is not set
534# CONFIG_NET_POLL_CONTROLLER is not set
535# CONFIG_TUN is not set
536# CONFIG_VETH is not set
537
538#
539# CAIF transport drivers
540#
541CONFIG_ETHERNET=y
542CONFIG_NET_VENDOR_BROADCOM=y
543# CONFIG_B44 is not set
544# CONFIG_NET_CALXEDA_XGMAC is not set
545CONFIG_NET_VENDOR_CHELSIO=y
546# CONFIG_DNET is not set
547CONFIG_NET_VENDOR_INTEL=y
548CONFIG_NET_VENDOR_I825XX=y
549CONFIG_NET_VENDOR_MARVELL=y
550CONFIG_NET_VENDOR_MICREL=y
551# CONFIG_KS8851 is not set
552# CONFIG_KS8851_MLL is not set
553CONFIG_NET_VENDOR_MICROCHIP=y
554# CONFIG_ENC28J60 is not set
555CONFIG_NET_VENDOR_NATSEMI=y
556CONFIG_NET_VENDOR_8390=y
557# CONFIG_ETHOC is not set
558CONFIG_NET_VENDOR_SEEQ=y
559# CONFIG_SEEQ8005 is not set
560CONFIG_NET_VENDOR_STMICRO=y
561# CONFIG_STMMAC_ETH is not set
562CONFIG_NET_VENDOR_WIZNET=y
563# CONFIG_WIZNET_W5100 is not set
564# CONFIG_WIZNET_W5300 is not set
565CONFIG_NET_VENDOR_XILINX=y
566CONFIG_XILINX_EMACLITE=y
567CONFIG_XILINX_AXI_EMAC=y
568CONFIG_XILINX_LLTEMAC=y
569# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_RGMII is not set
570CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_GMII=y
571# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_MII is not set
572# CONFIG_XILINX_LLTEMAC_XILINX_1000BASEX is not set
573CONFIG_PHYLIB=y
574
575#
576# MII PHY device drivers
577#
578# CONFIG_AMD_PHY is not set
579# CONFIG_MARVELL_PHY is not set
580# CONFIG_DAVICOM_PHY is not set
581# CONFIG_QSEMI_PHY is not set
582# CONFIG_LXT_PHY is not set
583# CONFIG_CICADA_PHY is not set
584# CONFIG_VITESSE_PHY is not set
585# CONFIG_SMSC_PHY is not set
586# CONFIG_BROADCOM_PHY is not set
587# CONFIG_BCM87XX_PHY is not set
588# CONFIG_ICPLUS_PHY is not set
589# CONFIG_REALTEK_PHY is not set
590# CONFIG_NATIONAL_PHY is not set
591# CONFIG_STE10XP is not set
592# CONFIG_LSI_ET1011C_PHY is not set
593# CONFIG_MICREL_PHY is not set
594# CONFIG_FIXED_PHY is not set
595# CONFIG_MDIO_BITBANG is not set
596# CONFIG_MDIO_BUS_MUX_GPIO is not set
597# CONFIG_MICREL_KS8995MA is not set
598# CONFIG_PPP is not set
599# CONFIG_SLIP is not set
600CONFIG_WLAN=y
601# CONFIG_HOSTAP is not set
602# CONFIG_WL_TI is not set
603
604#
605# Enable WiMAX (Networking options) to see the WiMAX drivers
606#
607# CONFIG_WAN is not set
608# CONFIG_ISDN is not set
609
610#
611# Input device support
612#
613# CONFIG_INPUT is not set
614
615#
616# Hardware I/O ports
617#
618# CONFIG_SERIO is not set
619# CONFIG_GAMEPORT is not set
620
621#
622# Character devices
623#
624# CONFIG_VT is not set
625CONFIG_UNIX98_PTYS=y
626# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
627# CONFIG_LEGACY_PTYS is not set
628# CONFIG_SERIAL_NONSTANDARD is not set
629# CONFIG_N_GSM is not set
630# CONFIG_TRACE_SINK is not set
631CONFIG_DEVKMEM=y
632
633#
634# Serial drivers
635#
636CONFIG_SERIAL_8250=y
637CONFIG_SERIAL_8250_CONSOLE=y
638CONFIG_SERIAL_8250_NR_UARTS=4
639CONFIG_SERIAL_8250_RUNTIME_UARTS=4
640# CONFIG_SERIAL_8250_EXTENDED is not set
641# CONFIG_SERIAL_8250_DW is not set
642
643#
644# Non-8250 serial port support
645#
646# CONFIG_SERIAL_MAX3100 is not set
647# CONFIG_SERIAL_MAX3107 is not set
648CONFIG_SERIAL_UARTLITE=y
649CONFIG_SERIAL_UARTLITE_CONSOLE=y
650CONFIG_SERIAL_CORE=y
651CONFIG_SERIAL_CORE_CONSOLE=y
652CONFIG_SERIAL_OF_PLATFORM=y
653# CONFIG_SERIAL_TIMBERDALE is not set
654# CONFIG_SERIAL_ALTERA_JTAGUART is not set
655# CONFIG_SERIAL_ALTERA_UART is not set
656# CONFIG_SERIAL_IFX6X60 is not set
657# CONFIG_TTY_PRINTK is not set
658# CONFIG_IPMI_HANDLER is not set
659# CONFIG_HW_RANDOM is not set
660# CONFIG_RTC is not set
661# CONFIG_GEN_RTC is not set
662# CONFIG_XILINX_HWICAP is not set
663# CONFIG_R3964 is not set
664
665#
666# PCMCIA character devices
667#
668# CONFIG_RAW_DRIVER is not set
669# CONFIG_TCG_TPM is not set
670# CONFIG_I2C is not set
671CONFIG_SPI=y
672# CONFIG_SPI_DEBUG is not set
673CONFIG_SPI_MASTER=y
674
675#
676# SPI Master Controller Drivers
677#
678# CONFIG_SPI_ALTERA is not set
679CONFIG_SPI_BITBANG=y
680# CONFIG_SPI_GPIO is not set
681# CONFIG_SPI_OC_TINY is not set
682# CONFIG_SPI_PXA2XX_PCI is not set
683CONFIG_SPI_XILINX=y
684# CONFIG_SPI_DESIGNWARE is not set
685
686#
687# SPI Protocol Masters
688#
689# CONFIG_SPI_SPIDEV is not set
690# CONFIG_SPI_TLE62X0 is not set
691# CONFIG_HSI is not set
692
693#
694# PPS support
695#
696# CONFIG_PPS is not set
697
698#
699# PPS generators support
700#
701
702#
703# PTP clock support
704#
705
706#
707# Enable Device Drivers -> PPS to see the PTP clock options.
708#
709CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
710CONFIG_GPIOLIB=y
711CONFIG_OF_GPIO=y
712# CONFIG_DEBUG_GPIO is not set
713CONFIG_GPIO_SYSFS=y
714
715#
716# Memory mapped GPIO drivers:
717#
718# CONFIG_GPIO_GENERIC_PLATFORM is not set
719CONFIG_GPIO_XILINX=y
720
721#
722# I2C GPIO expanders:
723#
724
725#
726# PCI GPIO expanders:
727#
728
729#
730# SPI GPIO expanders:
731#
732# CONFIG_GPIO_MAX7301 is not set
733# CONFIG_GPIO_MCP23S08 is not set
734# CONFIG_GPIO_MC33880 is not set
735# CONFIG_GPIO_74X164 is not set
736
737#
738# AC97 GPIO expanders:
739#
740
741#
742# MODULbus GPIO expanders:
743#
744# CONFIG_W1 is not set
745# CONFIG_POWER_SUPPLY is not set
746# CONFIG_POWER_AVS is not set
747# CONFIG_HWMON is not set
748# CONFIG_THERMAL is not set
749# CONFIG_WATCHDOG is not set
750CONFIG_SSB_POSSIBLE=y
751
752#
753# Sonics Silicon Backplane
754#
755# CONFIG_SSB is not set
756CONFIG_BCMA_POSSIBLE=y
757
758#
759# Broadcom specific AMBA
760#
761# CONFIG_BCMA is not set
762
763#
764# Multifunction device drivers
765#
766# CONFIG_MFD_CORE is not set
767# CONFIG_MFD_SM501 is not set
768# CONFIG_HTC_PASIC3 is not set
769# CONFIG_MFD_TPS65912_SPI is not set
770# CONFIG_MFD_STMPE is not set
771# CONFIG_MFD_TMIO is not set
772# CONFIG_MFD_DA9052_SPI is not set
773# CONFIG_MFD_ARIZONA_SPI is not set
774# CONFIG_MFD_WM831X_SPI is not set
775# CONFIG_MFD_MC13XXX_SPI is not set
776# CONFIG_ABX500_CORE is not set
777# CONFIG_EZX_PCAP is not set
778# CONFIG_REGULATOR is not set
779# CONFIG_MEDIA_SUPPORT is not set
780
781#
782# Graphics support
783#
784# CONFIG_DRM is not set
785# CONFIG_VGASTATE is not set
786# CONFIG_VIDEO_OUTPUT_CONTROL is not set
787# CONFIG_FB is not set
788# CONFIG_EXYNOS_VIDEO is not set
789# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
790# CONFIG_SOUND is not set
791# CONFIG_USB_ARCH_HAS_OHCI is not set
792CONFIG_USB_ARCH_HAS_EHCI=y
793# CONFIG_USB_ARCH_HAS_XHCI is not set
794# CONFIG_USB_SUPPORT is not set
795# CONFIG_MMC is not set
796# CONFIG_MEMSTICK is not set
797# CONFIG_NEW_LEDS is not set
798# CONFIG_ACCESSIBILITY is not set
799# CONFIG_RTC_CLASS is not set
800# CONFIG_DMADEVICES is not set
801# CONFIG_AUXDISPLAY is not set
802CONFIG_XILINX_EDK=y
803# CONFIG_XILINX_LLDMA_USE_DCR is not set
804CONFIG_XILINX_DRIVERS=y
805CONFIG_NEED_XILINX_LLDMA=y
806CONFIG_UIO=y
807CONFIG_UIO_PDRV_GENIRQ=y
808
809#
810# Virtio drivers
811#
812# CONFIG_VIRTIO_BALLOON is not set
813# CONFIG_VIRTIO_MMIO is not set
814
815#
816# Microsoft Hyper-V guest support
817#
818# CONFIG_STAGING is not set
819
820#
821# Hardware Spinlock drivers
822#
823CONFIG_IOMMU_SUPPORT=y
824CONFIG_OF_IOMMU=y
825
826#
827# Remoteproc drivers (EXPERIMENTAL)
828#
829
830#
831# Rpmsg drivers (EXPERIMENTAL)
832#
833# CONFIG_VIRT_DRIVERS is not set
834# CONFIG_PM_DEVFREQ is not set
835# CONFIG_EXTCON is not set
836# CONFIG_MEMORY is not set
837# CONFIG_IIO is not set
838# CONFIG_PWM is not set
839# CONFIG_PMODS is not set
840
841#
842# File systems
843#
844CONFIG_EXT2_FS=y
845CONFIG_EXT2_FS_XATTR=y
846CONFIG_EXT2_FS_POSIX_ACL=y
847CONFIG_EXT2_FS_SECURITY=y
848CONFIG_EXT2_FS_XIP=y
849CONFIG_EXT3_FS=y
850CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
851CONFIG_EXT3_FS_XATTR=y
852CONFIG_EXT3_FS_POSIX_ACL=y
853CONFIG_EXT3_FS_SECURITY=y
854# CONFIG_EXT4_FS is not set
855CONFIG_FS_XIP=y
856CONFIG_JBD=y
857CONFIG_FS_MBCACHE=y
858# CONFIG_REISERFS_FS is not set
859# CONFIG_JFS_FS is not set
860# CONFIG_XFS_FS is not set
861# CONFIG_GFS2_FS is not set
862# CONFIG_BTRFS_FS is not set
863# CONFIG_NILFS2_FS is not set
864CONFIG_FS_POSIX_ACL=y
865CONFIG_FILE_LOCKING=y
866CONFIG_FSNOTIFY=y
867# CONFIG_DNOTIFY is not set
868CONFIG_INOTIFY_USER=y
869# CONFIG_FANOTIFY is not set
870# CONFIG_QUOTA is not set
871# CONFIG_QUOTACTL is not set
872# CONFIG_AUTOFS4_FS is not set
873# CONFIG_FUSE_FS is not set
874
875#
876# Caches
877#
878# CONFIG_FSCACHE is not set
879
880#
881# CD-ROM/DVD Filesystems
882#
883# CONFIG_ISO9660_FS is not set
884# CONFIG_UDF_FS is not set
885
886#
887# DOS/FAT/NT Filesystems
888#
889# CONFIG_MSDOS_FS is not set
890# CONFIG_VFAT_FS is not set
891# CONFIG_NTFS_FS is not set
892
893#
894# Pseudo filesystems
895#
896CONFIG_PROC_FS=y
897# CONFIG_PROC_KCORE is not set
898CONFIG_PROC_SYSCTL=y
899CONFIG_PROC_PAGE_MONITOR=y
900CONFIG_SYSFS=y
901CONFIG_TMPFS=y
902# CONFIG_TMPFS_POSIX_ACL is not set
903# CONFIG_TMPFS_XATTR is not set
904# CONFIG_HUGETLB_PAGE is not set
905# CONFIG_CONFIGFS_FS is not set
906CONFIG_MISC_FILESYSTEMS=y
907# CONFIG_ADFS_FS is not set
908# CONFIG_AFFS_FS is not set
909# CONFIG_HFS_FS is not set
910# CONFIG_HFSPLUS_FS is not set
911# CONFIG_BEFS_FS is not set
912# CONFIG_BFS_FS is not set
913# CONFIG_EFS_FS is not set
914CONFIG_JFFS2_FS=y
915CONFIG_JFFS2_FS_DEBUG=0
916CONFIG_JFFS2_FS_WRITEBUFFER=y
917# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
918CONFIG_JFFS2_SUMMARY=y
919# CONFIG_JFFS2_FS_XATTR is not set
920# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
921CONFIG_JFFS2_ZLIB=y
922# CONFIG_JFFS2_LZO is not set
923CONFIG_JFFS2_RTIME=y
924# CONFIG_JFFS2_RUBIN is not set
925# CONFIG_LOGFS is not set
926# CONFIG_CRAMFS is not set
927# CONFIG_SQUASHFS is not set
928# CONFIG_VXFS_FS is not set
929# CONFIG_MINIX_FS is not set
930# CONFIG_MINIX_FS_NATIVE_ENDIAN is not set
931# CONFIG_OMFS_FS is not set
932# CONFIG_HPFS_FS is not set
933# CONFIG_QNX4FS_FS is not set
934# CONFIG_QNX6FS_FS is not set
935# CONFIG_ROMFS_FS is not set
936# CONFIG_PSTORE is not set
937# CONFIG_SYSV_FS is not set
938# CONFIG_UFS_FS is not set
939CONFIG_NETWORK_FILESYSTEMS=y
940CONFIG_NFS_FS=y
941CONFIG_NFS_V2=y
942CONFIG_NFS_V3=y
943# CONFIG_NFS_V3_ACL is not set
944# CONFIG_NFS_V4 is not set
945# CONFIG_NFS_SWAP is not set
946# CONFIG_NFSD is not set
947CONFIG_LOCKD=y
948CONFIG_LOCKD_V4=y
949CONFIG_NFS_COMMON=y
950CONFIG_SUNRPC=y
951# CONFIG_SUNRPC_DEBUG is not set
952# CONFIG_CEPH_FS is not set
953# CONFIG_CIFS is not set
954# CONFIG_NCP_FS is not set
955# CONFIG_CODA_FS is not set
956# CONFIG_AFS_FS is not set
957# CONFIG_NLS is not set
958
959#
960# Kernel hacking
961#
962CONFIG_TRACE_IRQFLAGS_SUPPORT=y
963# CONFIG_PRINTK_TIME is not set
964CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
965CONFIG_ENABLE_WARN_DEPRECATED=y
966CONFIG_ENABLE_MUST_CHECK=y
967CONFIG_FRAME_WARN=1024
968# CONFIG_MAGIC_SYSRQ is not set
969# CONFIG_STRIP_ASM_SYMS is not set
970# CONFIG_READABLE_ASM is not set
971# CONFIG_UNUSED_SYMBOLS is not set
972# CONFIG_DEBUG_FS is not set
973# CONFIG_HEADERS_CHECK is not set
974# CONFIG_DEBUG_SECTION_MISMATCH is not set
975CONFIG_DEBUG_KERNEL=y
976# CONFIG_DEBUG_SHIRQ is not set
977# CONFIG_LOCKUP_DETECTOR is not set
978# CONFIG_HARDLOCKUP_DETECTOR is not set
979# CONFIG_PANIC_ON_OOPS is not set
980CONFIG_PANIC_ON_OOPS_VALUE=0
981# CONFIG_DETECT_HUNG_TASK is not set
982CONFIG_SCHED_DEBUG=y
983# CONFIG_SCHEDSTATS is not set
984# CONFIG_TIMER_STATS is not set
985# CONFIG_DEBUG_OBJECTS is not set
986# CONFIG_DEBUG_SLAB is not set
987# CONFIG_DEBUG_KMEMLEAK is not set
988# CONFIG_DEBUG_RT_MUTEXES is not set
989# CONFIG_RT_MUTEX_TESTER is not set
990# CONFIG_DEBUG_SPINLOCK is not set
991# CONFIG_DEBUG_MUTEXES is not set
992# CONFIG_DEBUG_LOCK_ALLOC is not set
993# CONFIG_PROVE_LOCKING is not set
994# CONFIG_SPARSE_RCU_POINTER is not set
995# CONFIG_LOCK_STAT is not set
996# CONFIG_DEBUG_ATOMIC_SLEEP is not set
997# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
998# CONFIG_DEBUG_STACK_USAGE is not set
999# CONFIG_DEBUG_KOBJECT is not set
1000# CONFIG_DEBUG_INFO is not set
1001# CONFIG_DEBUG_VM is not set
1002# CONFIG_DEBUG_WRITECOUNT is not set
1003# CONFIG_DEBUG_MEMORY_INIT is not set
1004# CONFIG_DEBUG_LIST is not set
1005# CONFIG_TEST_LIST_SORT is not set
1006# CONFIG_DEBUG_SG is not set
1007# CONFIG_DEBUG_NOTIFIERS is not set
1008# CONFIG_DEBUG_CREDENTIALS is not set
1009# CONFIG_BOOT_PRINTK_DELAY is not set
1010# CONFIG_RCU_TORTURE_TEST is not set
1011# CONFIG_RCU_TRACE is not set
1012# CONFIG_BACKTRACE_SELF_TEST is not set
1013# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
1014# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
1015# CONFIG_NOTIFIER_ERROR_INJECTION is not set
1016# CONFIG_FAULT_INJECTION is not set
1017# CONFIG_LATENCYTOP is not set
1018# CONFIG_DEBUG_PAGEALLOC is not set
1019CONFIG_HAVE_FUNCTION_TRACER=y
1020CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
1021CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
1022CONFIG_HAVE_DYNAMIC_FTRACE=y
1023CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
1024CONFIG_TRACING_SUPPORT=y
1025# CONFIG_FTRACE is not set
1026# CONFIG_DMA_API_DEBUG is not set
1027# CONFIG_ATOMIC64_SELFTEST is not set
1028# CONFIG_SAMPLES is not set
1029CONFIG_HAVE_ARCH_KGDB=y
1030# CONFIG_KGDB is not set
1031# CONFIG_TEST_KSTRTOX is not set
1032CONFIG_EARLY_PRINTK=y
1033# CONFIG_HEART_BEAT is not set
1034
1035#
1036# Security options
1037#
1038# CONFIG_KEYS is not set
1039# CONFIG_SECURITY_DMESG_RESTRICT is not set
1040# CONFIG_SECURITY is not set
1041# CONFIG_SECURITYFS is not set
1042CONFIG_DEFAULT_SECURITY_DAC=y
1043CONFIG_DEFAULT_SECURITY=""
1044CONFIG_CRYPTO=y
1045
1046#
1047# Crypto core or helper
1048#
1049# CONFIG_CRYPTO_MANAGER is not set
1050# CONFIG_CRYPTO_MANAGER2 is not set
1051# CONFIG_CRYPTO_USER is not set
1052# CONFIG_CRYPTO_GF128MUL is not set
1053# CONFIG_CRYPTO_NULL is not set
1054# CONFIG_CRYPTO_CRYPTD is not set
1055# CONFIG_CRYPTO_AUTHENC is not set
1056# CONFIG_CRYPTO_TEST is not set
1057
1058#
1059# Authenticated Encryption with Associated Data
1060#
1061# CONFIG_CRYPTO_CCM is not set
1062# CONFIG_CRYPTO_GCM is not set
1063# CONFIG_CRYPTO_SEQIV is not set
1064
1065#
1066# Block modes
1067#
1068# CONFIG_CRYPTO_CBC is not set
1069# CONFIG_CRYPTO_CTR is not set
1070# CONFIG_CRYPTO_CTS is not set
1071# CONFIG_CRYPTO_ECB is not set
1072# CONFIG_CRYPTO_LRW is not set
1073# CONFIG_CRYPTO_PCBC is not set
1074# CONFIG_CRYPTO_XTS is not set
1075
1076#
1077# Hash modes
1078#
1079# CONFIG_CRYPTO_HMAC is not set
1080# CONFIG_CRYPTO_XCBC is not set
1081# CONFIG_CRYPTO_VMAC is not set
1082
1083#
1084# Digest
1085#
1086# CONFIG_CRYPTO_CRC32C is not set
1087# CONFIG_CRYPTO_GHASH is not set
1088# CONFIG_CRYPTO_MD4 is not set
1089# CONFIG_CRYPTO_MD5 is not set
1090# CONFIG_CRYPTO_MICHAEL_MIC is not set
1091# CONFIG_CRYPTO_RMD128 is not set
1092# CONFIG_CRYPTO_RMD160 is not set
1093# CONFIG_CRYPTO_RMD256 is not set
1094# CONFIG_CRYPTO_RMD320 is not set
1095# CONFIG_CRYPTO_SHA1 is not set
1096# CONFIG_CRYPTO_SHA256 is not set
1097# CONFIG_CRYPTO_SHA512 is not set
1098# CONFIG_CRYPTO_TGR192 is not set
1099# CONFIG_CRYPTO_WP512 is not set
1100
1101#
1102# Ciphers
1103#
1104# CONFIG_CRYPTO_AES is not set
1105# CONFIG_CRYPTO_ANUBIS is not set
1106# CONFIG_CRYPTO_ARC4 is not set
1107# CONFIG_CRYPTO_BLOWFISH is not set
1108# CONFIG_CRYPTO_CAMELLIA is not set
1109# CONFIG_CRYPTO_CAST5 is not set
1110# CONFIG_CRYPTO_CAST6 is not set
1111# CONFIG_CRYPTO_DES is not set
1112# CONFIG_CRYPTO_FCRYPT is not set
1113# CONFIG_CRYPTO_KHAZAD is not set
1114# CONFIG_CRYPTO_SALSA20 is not set
1115# CONFIG_CRYPTO_SEED is not set
1116# CONFIG_CRYPTO_SERPENT is not set
1117# CONFIG_CRYPTO_TEA is not set
1118# CONFIG_CRYPTO_TWOFISH is not set
1119
1120#
1121# Compression
1122#
1123# CONFIG_CRYPTO_DEFLATE is not set
1124# CONFIG_CRYPTO_ZLIB is not set
1125# CONFIG_CRYPTO_LZO is not set
1126
1127#
1128# Random Number Generation
1129#
1130# CONFIG_CRYPTO_ANSI_CPRNG is not set
1131# CONFIG_CRYPTO_USER_API_HASH is not set
1132# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
1133CONFIG_CRYPTO_HW=y
1134# CONFIG_BINARY_PRINTF is not set
1135
1136#
1137# Library routines
1138#
1139CONFIG_BITREVERSE=y
1140CONFIG_GENERIC_PCI_IOMAP=y
1141CONFIG_GENERIC_IO=y
1142# CONFIG_CRC_CCITT is not set
1143# CONFIG_CRC16 is not set
1144# CONFIG_CRC_T10DIF is not set
1145# CONFIG_CRC_ITU_T is not set
1146CONFIG_CRC32=y
1147# CONFIG_CRC32_SELFTEST is not set
1148CONFIG_CRC32_SLICEBY8=y
1149# CONFIG_CRC32_SLICEBY4 is not set
1150# CONFIG_CRC32_SARWATE is not set
1151# CONFIG_CRC32_BIT is not set
1152# CONFIG_CRC7 is not set
1153# CONFIG_LIBCRC32C is not set
1154# CONFIG_CRC8 is not set
1155CONFIG_ZLIB_INFLATE=y
1156CONFIG_ZLIB_DEFLATE=y
1157# CONFIG_XZ_DEC is not set
1158# CONFIG_XZ_DEC_BCJ is not set
1159CONFIG_DECOMPRESS_GZIP=y
1160CONFIG_HAS_IOMEM=y
1161CONFIG_HAS_IOPORT=y
1162CONFIG_HAS_DMA=y
1163CONFIG_DQL=y
1164CONFIG_NLATTR=y
1165CONFIG_GENERIC_ATOMIC64=y
1166CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
1167# CONFIG_AVERAGE is not set
1168# CONFIG_CORDIC is not set
1169# CONFIG_DDR is not set
diff --git a/conf/machine/boards/common/linux/rtc.cfg b/conf/machine/boards/common/linux/rtc.cfg
new file mode 100644
index 00000000..ac838f1d
--- /dev/null
+++ b/conf/machine/boards/common/linux/rtc.cfg
@@ -0,0 +1,15 @@
1# Enable the RTC
2
3CONFIG_RTC_LIB=y
4CONFIG_RTC_CLASS=y
5CONFIG_RTC_HCTOSYS=y
6CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
7
8#
9# RTC interfaces
10#
11CONFIG_RTC_INTF_SYSFS=y
12CONFIG_RTC_INTF_PROC=y
13CONFIG_RTC_INTF_DEV=y
14
15CONFIG_RTC_DRV_PCF8563=y \ No newline at end of file
diff --git a/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg b/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg
new file mode 100644
index 00000000..8481b308
--- /dev/null
+++ b/conf/machine/boards/common/linux/zynq/defconfig_3.10.cfg
@@ -0,0 +1,2787 @@
1#
2# Automatically generated file; DO NOT EDIT.
3# Linux/arm 3.10.0 Kernel Configuration
4#
5CONFIG_ARM=y
6CONFIG_MIGHT_HAVE_PCI=y
7CONFIG_SYS_SUPPORTS_APM_EMULATION=y
8CONFIG_HAVE_PROC_CPU=y
9CONFIG_NO_IOPORT=y
10CONFIG_STACKTRACE_SUPPORT=y
11CONFIG_LOCKDEP_SUPPORT=y
12CONFIG_TRACE_IRQFLAGS_SUPPORT=y
13CONFIG_RWSEM_GENERIC_SPINLOCK=y
14CONFIG_ARCH_HAS_CPUFREQ=y
15CONFIG_GENERIC_HWEIGHT=y
16CONFIG_GENERIC_CALIBRATE_DELAY=y
17CONFIG_NEED_DMA_MAP_STATE=y
18CONFIG_VECTORS_BASE=0xffff0000
19CONFIG_ARM_PATCH_PHYS_VIRT=y
20CONFIG_GENERIC_BUG=y
21CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22CONFIG_IRQ_WORK=y
23CONFIG_BUILDTIME_EXTABLE_SORT=y
24
25#
26# General setup
27#
28CONFIG_INIT_ENV_ARG_LIMIT=32
29CONFIG_CROSS_COMPILE=""
30CONFIG_LOCALVERSION="-xilinx"
31CONFIG_LOCALVERSION_AUTO=y
32CONFIG_HAVE_KERNEL_GZIP=y
33CONFIG_HAVE_KERNEL_LZMA=y
34CONFIG_HAVE_KERNEL_XZ=y
35CONFIG_HAVE_KERNEL_LZO=y
36CONFIG_KERNEL_GZIP=y
37# CONFIG_KERNEL_LZMA is not set
38# CONFIG_KERNEL_XZ is not set
39# CONFIG_KERNEL_LZO is not set
40CONFIG_DEFAULT_HOSTNAME="(none)"
41CONFIG_SWAP=y
42CONFIG_SYSVIPC=y
43CONFIG_SYSVIPC_SYSCTL=y
44# CONFIG_POSIX_MQUEUE is not set
45# CONFIG_FHANDLE is not set
46# CONFIG_AUDIT is not set
47CONFIG_HAVE_GENERIC_HARDIRQS=y
48
49#
50# IRQ subsystem
51#
52CONFIG_GENERIC_HARDIRQS=y
53CONFIG_GENERIC_IRQ_PROBE=y
54CONFIG_GENERIC_IRQ_SHOW=y
55CONFIG_HARDIRQS_SW_RESEND=y
56CONFIG_IRQ_DOMAIN=y
57CONFIG_IRQ_DOMAIN_DEBUG=y
58CONFIG_SPARSE_IRQ=y
59CONFIG_KTIME_SCALAR=y
60CONFIG_GENERIC_CLOCKEVENTS=y
61CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
62CONFIG_ARCH_HAS_TICK_BROADCAST=y
63CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
64
65#
66# Timers subsystem
67#
68CONFIG_TICK_ONESHOT=y
69CONFIG_NO_HZ_COMMON=y
70# CONFIG_HZ_PERIODIC is not set
71CONFIG_NO_HZ_IDLE=y
72CONFIG_NO_HZ=y
73CONFIG_HIGH_RES_TIMERS=y
74
75#
76# CPU/Task time and stats accounting
77#
78CONFIG_TICK_CPU_ACCOUNTING=y
79# CONFIG_IRQ_TIME_ACCOUNTING is not set
80# CONFIG_BSD_PROCESS_ACCT is not set
81# CONFIG_TASKSTATS is not set
82
83#
84# RCU Subsystem
85#
86CONFIG_TREE_PREEMPT_RCU=y
87CONFIG_PREEMPT_RCU=y
88CONFIG_RCU_STALL_COMMON=y
89# CONFIG_RCU_USER_QS is not set
90CONFIG_RCU_FANOUT=32
91CONFIG_RCU_FANOUT_LEAF=16
92# CONFIG_RCU_FANOUT_EXACT is not set
93# CONFIG_RCU_FAST_NO_HZ is not set
94# CONFIG_TREE_RCU_TRACE is not set
95# CONFIG_RCU_BOOST is not set
96# CONFIG_RCU_NOCB_CPU is not set
97CONFIG_IKCONFIG=y
98CONFIG_IKCONFIG_PROC=y
99CONFIG_LOG_BUF_SHIFT=14
100# CONFIG_CGROUPS is not set
101# CONFIG_CHECKPOINT_RESTORE is not set
102# CONFIG_NAMESPACES is not set
103CONFIG_UIDGID_CONVERTED=y
104# CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set
105# CONFIG_SCHED_AUTOGROUP is not set
106CONFIG_SYSFS_DEPRECATED=y
107CONFIG_SYSFS_DEPRECATED_V2=y
108# CONFIG_RELAY is not set
109CONFIG_BLK_DEV_INITRD=y
110CONFIG_INITRAMFS_SOURCE=""
111CONFIG_RD_GZIP=y
112# CONFIG_RD_BZIP2 is not set
113# CONFIG_RD_LZMA is not set
114# CONFIG_RD_XZ is not set
115# CONFIG_RD_LZO is not set
116CONFIG_CC_OPTIMIZE_FOR_SIZE=y
117CONFIG_SYSCTL=y
118CONFIG_ANON_INODES=y
119CONFIG_HAVE_UID16=y
120CONFIG_HOTPLUG=y
121CONFIG_EXPERT=y
122CONFIG_UID16=y
123CONFIG_SYSCTL_SYSCALL=y
124CONFIG_KALLSYMS=y
125# CONFIG_KALLSYMS_ALL is not set
126CONFIG_PRINTK=y
127CONFIG_BUG=y
128CONFIG_ELF_CORE=y
129CONFIG_BASE_FULL=y
130CONFIG_FUTEX=y
131CONFIG_EPOLL=y
132CONFIG_SIGNALFD=y
133CONFIG_TIMERFD=y
134CONFIG_EVENTFD=y
135CONFIG_SHMEM=y
136CONFIG_AIO=y
137CONFIG_PCI_QUIRKS=y
138CONFIG_EMBEDDED=y
139CONFIG_HAVE_PERF_EVENTS=y
140CONFIG_PERF_USE_VMALLOC=y
141
142#
143# Kernel Performance Events And Counters
144#
145CONFIG_PERF_EVENTS=y
146# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
147CONFIG_VM_EVENT_COUNTERS=y
148CONFIG_COMPAT_BRK=y
149CONFIG_SLAB=y
150# CONFIG_SLUB is not set
151# CONFIG_SLOB is not set
152# CONFIG_PROFILING is not set
153CONFIG_HAVE_OPROFILE=y
154# CONFIG_KPROBES is not set
155# CONFIG_JUMP_LABEL is not set
156# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
157CONFIG_HAVE_KPROBES=y
158CONFIG_HAVE_KRETPROBES=y
159CONFIG_HAVE_ARCH_TRACEHOOK=y
160CONFIG_HAVE_DMA_ATTRS=y
161CONFIG_HAVE_DMA_CONTIGUOUS=y
162CONFIG_USE_GENERIC_SMP_HELPERS=y
163CONFIG_GENERIC_SMP_IDLE_THREAD=y
164CONFIG_GENERIC_IDLE_POLL_SETUP=y
165CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
166CONFIG_HAVE_CLK=y
167CONFIG_HAVE_DMA_API_DEBUG=y
168CONFIG_HAVE_HW_BREAKPOINT=y
169CONFIG_HAVE_ARCH_JUMP_LABEL=y
170CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
171CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
172CONFIG_HAVE_CONTEXT_TRACKING=y
173CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
174CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
175CONFIG_MODULES_USE_ELF_REL=y
176CONFIG_CLONE_BACKWARDS=y
177CONFIG_OLD_SIGSUSPEND3=y
178CONFIG_OLD_SIGACTION=y
179
180#
181# GCOV-based kernel profiling
182#
183# CONFIG_GCOV_KERNEL is not set
184CONFIG_HAVE_GENERIC_DMA_COHERENT=y
185CONFIG_SLABINFO=y
186CONFIG_RT_MUTEXES=y
187CONFIG_BASE_SMALL=0
188CONFIG_MODULES=y
189# CONFIG_MODULE_FORCE_LOAD is not set
190CONFIG_MODULE_UNLOAD=y
191CONFIG_MODULE_FORCE_UNLOAD=y
192CONFIG_MODVERSIONS=y
193# CONFIG_MODULE_SRCVERSION_ALL is not set
194# CONFIG_MODULE_SIG is not set
195CONFIG_STOP_MACHINE=y
196CONFIG_BLOCK=y
197CONFIG_LBDAF=y
198# CONFIG_BLK_DEV_BSG is not set
199# CONFIG_BLK_DEV_BSGLIB is not set
200# CONFIG_BLK_DEV_INTEGRITY is not set
201
202#
203# Partition Types
204#
205# CONFIG_PARTITION_ADVANCED is not set
206CONFIG_MSDOS_PARTITION=y
207CONFIG_EFI_PARTITION=y
208
209#
210# IO Schedulers
211#
212CONFIG_IOSCHED_NOOP=y
213CONFIG_IOSCHED_DEADLINE=y
214CONFIG_IOSCHED_CFQ=y
215# CONFIG_DEFAULT_DEADLINE is not set
216CONFIG_DEFAULT_CFQ=y
217# CONFIG_DEFAULT_NOOP is not set
218CONFIG_DEFAULT_IOSCHED="cfq"
219CONFIG_UNINLINE_SPIN_UNLOCK=y
220CONFIG_MUTEX_SPIN_ON_OWNER=y
221CONFIG_FREEZER=y
222
223#
224# System Type
225#
226CONFIG_MMU=y
227CONFIG_ARCH_MULTIPLATFORM=y
228# CONFIG_ARCH_INTEGRATOR is not set
229# CONFIG_ARCH_REALVIEW is not set
230# CONFIG_ARCH_VERSATILE is not set
231# CONFIG_ARCH_AT91 is not set
232# CONFIG_ARCH_CLPS711X is not set
233# CONFIG_ARCH_GEMINI is not set
234# CONFIG_ARCH_EBSA110 is not set
235# CONFIG_ARCH_EP93XX is not set
236# CONFIG_ARCH_FOOTBRIDGE is not set
237# CONFIG_ARCH_NETX is not set
238# CONFIG_ARCH_IOP13XX is not set
239# CONFIG_ARCH_IOP32X is not set
240# CONFIG_ARCH_IOP33X is not set
241# CONFIG_ARCH_IXP4XX is not set
242# CONFIG_ARCH_DOVE is not set
243# CONFIG_ARCH_KIRKWOOD is not set
244# CONFIG_ARCH_MV78XX0 is not set
245# CONFIG_ARCH_ORION5X is not set
246# CONFIG_ARCH_MMP is not set
247# CONFIG_ARCH_KS8695 is not set
248# CONFIG_ARCH_W90X900 is not set
249# CONFIG_ARCH_LPC32XX is not set
250# CONFIG_ARCH_PXA is not set
251# CONFIG_ARCH_MSM is not set
252# CONFIG_ARCH_SHMOBILE is not set
253# CONFIG_ARCH_RPC is not set
254# CONFIG_ARCH_SA1100 is not set
255# CONFIG_ARCH_S3C24XX is not set
256# CONFIG_ARCH_S3C64XX is not set
257# CONFIG_ARCH_S5P64X0 is not set
258# CONFIG_ARCH_S5PC100 is not set
259# CONFIG_ARCH_S5PV210 is not set
260# CONFIG_ARCH_EXYNOS is not set
261# CONFIG_ARCH_SHARK is not set
262# CONFIG_ARCH_U300 is not set
263# CONFIG_ARCH_DAVINCI is not set
264# CONFIG_ARCH_OMAP1 is not set
265
266#
267# Multiple platform selection
268#
269
270#
271# CPU Core family selection
272#
273# CONFIG_ARCH_MULTI_V6 is not set
274CONFIG_ARCH_MULTI_V7=y
275CONFIG_ARCH_MULTI_V6_V7=y
276# CONFIG_ARCH_MULTI_CPU_AUTO is not set
277# CONFIG_ARCH_MVEBU is not set
278# CONFIG_ARCH_BCM is not set
279# CONFIG_GPIO_PCA953X is not set
280# CONFIG_KEYBOARD_GPIO_POLLED is not set
281# CONFIG_ARCH_HIGHBANK is not set
282# CONFIG_ARCH_MXC is not set
283# CONFIG_ARCH_OMAP2PLUS is not set
284# CONFIG_ARCH_SOCFPGA is not set
285# CONFIG_PLAT_SPEAR is not set
286# CONFIG_ARCH_SUNXI is not set
287# CONFIG_ARCH_SIRF is not set
288# CONFIG_ARCH_TEGRA is not set
289# CONFIG_ARCH_U8500 is not set
290CONFIG_ARCH_VEXPRESS=y
291
292#
293# Versatile Express platform type
294#
295CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y
296# CONFIG_ARCH_VEXPRESS_CA9X4 is not set
297CONFIG_PLAT_VERSATILE_CLCD=y
298CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y
299# CONFIG_ARCH_VIRT is not set
300# CONFIG_ARCH_WM8850 is not set
301CONFIG_ARCH_ZYNQ=y
302
303#
304# Xilinx Specific Options
305#
306CONFIG_XILINX_L1_PREFETCH=y
307CONFIG_XILINX_L2_PREFETCH=y
308CONFIG_DMA_ENGINE=y
309CONFIG_XILINX_AXIPCIE=y
310CONFIG_PLAT_VERSATILE=y
311CONFIG_ARM_TIMER_SP804=y
312
313#
314# Processor Type
315#
316CONFIG_CPU_V7=y
317CONFIG_CPU_32v6K=y
318CONFIG_CPU_32v7=y
319CONFIG_CPU_ABRT_EV7=y
320CONFIG_CPU_PABRT_V7=y
321CONFIG_CPU_CACHE_V7=y
322CONFIG_CPU_CACHE_VIPT=y
323CONFIG_CPU_COPY_V6=y
324CONFIG_CPU_TLB_V7=y
325CONFIG_CPU_HAS_ASID=y
326CONFIG_CPU_CP15=y
327CONFIG_CPU_CP15_MMU=y
328
329#
330# Processor Features
331#
332# CONFIG_ARM_LPAE is not set
333# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
334CONFIG_ARM_THUMB=y
335# CONFIG_ARM_THUMBEE is not set
336CONFIG_ARM_VIRT_EXT=y
337CONFIG_SWP_EMULATE=y
338# CONFIG_CPU_ICACHE_DISABLE is not set
339# CONFIG_CPU_DCACHE_DISABLE is not set
340# CONFIG_CPU_BPREDICT_DISABLE is not set
341CONFIG_OUTER_CACHE=y
342CONFIG_OUTER_CACHE_SYNC=y
343CONFIG_MIGHT_HAVE_CACHE_L2X0=y
344CONFIG_CACHE_L2X0=y
345CONFIG_CACHE_PL310=y
346CONFIG_ARM_L1_CACHE_SHIFT_6=y
347CONFIG_ARM_L1_CACHE_SHIFT=6
348CONFIG_ARM_DMA_MEM_BUFFERABLE=y
349CONFIG_ARM_NR_BANKS=8
350CONFIG_MULTI_IRQ_HANDLER=y
351# CONFIG_ARM_ERRATA_430973 is not set
352CONFIG_PL310_ERRATA_588369=y
353# CONFIG_ARM_ERRATA_643719 is not set
354CONFIG_ARM_ERRATA_720789=y
355CONFIG_PL310_ERRATA_727915=y
356CONFIG_PL310_ERRATA_753970=y
357CONFIG_ARM_ERRATA_754322=y
358CONFIG_ARM_ERRATA_754327=y
359CONFIG_ARM_ERRATA_764369=y
360CONFIG_PL310_ERRATA_769419=y
361CONFIG_ARM_ERRATA_775420=y
362# CONFIG_ARM_ERRATA_798181 is not set
363CONFIG_ICST=y
364
365#
366# Bus support
367#
368CONFIG_ARM_AMBA=y
369CONFIG_PCI=y
370CONFIG_PCI_SYSCALL=y
371CONFIG_ARCH_SUPPORTS_MSI=y
372CONFIG_PCI_MSI=y
373# CONFIG_PCI_DEBUG is not set
374# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
375# CONFIG_PCI_STUB is not set
376# CONFIG_PCI_IOV is not set
377# CONFIG_PCI_PRI is not set
378# CONFIG_PCI_PASID is not set
379# CONFIG_PCCARD is not set
380
381#
382# Kernel Features
383#
384CONFIG_HAVE_SMP=y
385CONFIG_SMP=y
386CONFIG_SMP_ON_UP=y
387CONFIG_ARM_CPU_TOPOLOGY=y
388CONFIG_SCHED_MC=y
389CONFIG_SCHED_SMT=y
390CONFIG_HAVE_ARM_SCU=y
391# CONFIG_HAVE_ARM_ARCH_TIMER is not set
392CONFIG_HAVE_ARM_TWD=y
393# CONFIG_MCPM is not set
394CONFIG_VMSPLIT_3G=y
395# CONFIG_VMSPLIT_2G is not set
396# CONFIG_VMSPLIT_1G is not set
397CONFIG_PAGE_OFFSET=0xC0000000
398CONFIG_NR_CPUS=4
399CONFIG_HOTPLUG_CPU=y
400# CONFIG_ARM_PSCI is not set
401CONFIG_LOCAL_TIMERS=y
402CONFIG_ARCH_NR_GPIO=1024
403# CONFIG_PREEMPT_NONE is not set
404# CONFIG_PREEMPT_VOLUNTARY is not set
405CONFIG_PREEMPT=y
406CONFIG_PREEMPT_COUNT=y
407CONFIG_HZ=100
408CONFIG_SCHED_HRTICK=y
409# CONFIG_THUMB2_KERNEL is not set
410CONFIG_AEABI=y
411# CONFIG_OABI_COMPAT is not set
412# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
413# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
414CONFIG_HAVE_ARCH_PFN_VALID=y
415CONFIG_HIGHMEM=y
416# CONFIG_HIGHPTE is not set
417CONFIG_HW_PERF_EVENTS=y
418CONFIG_FLATMEM=y
419CONFIG_FLAT_NODE_MEM_MAP=y
420CONFIG_HAVE_MEMBLOCK=y
421CONFIG_MEMORY_ISOLATION=y
422# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
423CONFIG_PAGEFLAGS_EXTENDED=y
424CONFIG_SPLIT_PTLOCK_CPUS=4
425# CONFIG_COMPACTION is not set
426CONFIG_MIGRATION=y
427# CONFIG_PHYS_ADDR_T_64BIT is not set
428CONFIG_ZONE_DMA_FLAG=0
429CONFIG_BOUNCE=y
430# CONFIG_KSM is not set
431CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
432CONFIG_CROSS_MEMORY_ATTACH=y
433# CONFIG_CLEANCACHE is not set
434# CONFIG_FRONTSWAP is not set
435CONFIG_FORCE_MAX_ZONEORDER=11
436CONFIG_ALIGNMENT_TRAP=y
437# CONFIG_UACCESS_WITH_MEMCPY is not set
438# CONFIG_SECCOMP is not set
439# CONFIG_CC_STACKPROTECTOR is not set
440# CONFIG_XEN is not set
441
442#
443# Boot options
444#
445CONFIG_USE_OF=y
446CONFIG_ATAGS=y
447# CONFIG_DEPRECATED_PARAM_STRUCT is not set
448CONFIG_ZBOOT_ROM_TEXT=0x0
449CONFIG_ZBOOT_ROM_BSS=0x0
450# CONFIG_ARM_APPENDED_DTB is not set
451CONFIG_CMDLINE="console=ttyPS0,115200n8 root=/dev/ram rw initrd=0x00800000,16M earlyprintk mtdparts=physmap-flash.0:512K(nor-fsbl),512K(nor-u-boot),5M(nor-linux),9M(nor-user),1M(nor-scratch),-(nor-rootfs)"
452CONFIG_CMDLINE_FROM_BOOTLOADER=y
453# CONFIG_CMDLINE_EXTEND is not set
454# CONFIG_CMDLINE_FORCE is not set
455# CONFIG_KEXEC is not set
456# CONFIG_CRASH_DUMP is not set
457CONFIG_AUTO_ZRELADDR=y
458
459#
460# CPU Power Management
461#
462
463#
464# CPU Frequency scaling
465#
466CONFIG_CPU_FREQ=y
467CONFIG_CPU_FREQ_TABLE=y
468CONFIG_CPU_FREQ_GOV_COMMON=y
469CONFIG_CPU_FREQ_STAT=y
470CONFIG_CPU_FREQ_STAT_DETAILS=y
471# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
472# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
473CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
474# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
475# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
476CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
477CONFIG_CPU_FREQ_GOV_POWERSAVE=y
478CONFIG_CPU_FREQ_GOV_USERSPACE=y
479CONFIG_CPU_FREQ_GOV_ONDEMAND=y
480CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
481
482#
483# ARM CPU frequency scaling drivers
484#
485# CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
486# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
487# CONFIG_ARM_EXYNOS4X12_CPUFREQ is not set
488# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set
489# CONFIG_ARM_EXYNOS5440_CPUFREQ is not set
490# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
491CONFIG_ARM_ZYNQ_CPUFREQ=y
492# CONFIG_CPU_IDLE is not set
493# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
494
495#
496# Floating point emulation
497#
498
499#
500# At least one emulation must be selected
501#
502CONFIG_VFP=y
503CONFIG_VFPv3=y
504CONFIG_NEON=y
505
506#
507# Userspace binary formats
508#
509CONFIG_BINFMT_ELF=y
510CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
511# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
512CONFIG_BINFMT_SCRIPT=y
513CONFIG_HAVE_AOUT=y
514# CONFIG_BINFMT_AOUT is not set
515# CONFIG_BINFMT_MISC is not set
516CONFIG_COREDUMP=y
517
518#
519# Power management options
520#
521CONFIG_SUSPEND=y
522CONFIG_SUSPEND_FREEZER=y
523CONFIG_PM_SLEEP=y
524CONFIG_PM_SLEEP_SMP=y
525# CONFIG_PM_AUTOSLEEP is not set
526# CONFIG_PM_WAKELOCKS is not set
527CONFIG_PM_RUNTIME=y
528CONFIG_PM=y
529# CONFIG_PM_DEBUG is not set
530# CONFIG_APM_EMULATION is not set
531CONFIG_ARCH_HAS_OPP=y
532CONFIG_PM_OPP=y
533CONFIG_PM_CLK=y
534CONFIG_CPU_PM=y
535CONFIG_ARCH_SUSPEND_POSSIBLE=y
536CONFIG_ARM_CPU_SUSPEND=y
537CONFIG_NET=y
538
539#
540# Networking options
541#
542CONFIG_PACKET=y
543# CONFIG_PACKET_DIAG is not set
544CONFIG_UNIX=y
545# CONFIG_UNIX_DIAG is not set
546CONFIG_XFRM=y
547# CONFIG_XFRM_USER is not set
548# CONFIG_XFRM_SUB_POLICY is not set
549# CONFIG_XFRM_MIGRATE is not set
550# CONFIG_XFRM_STATISTICS is not set
551# CONFIG_NET_KEY is not set
552CONFIG_INET=y
553CONFIG_IP_MULTICAST=y
554# CONFIG_IP_ADVANCED_ROUTER is not set
555CONFIG_IP_PNP=y
556CONFIG_IP_PNP_DHCP=y
557CONFIG_IP_PNP_BOOTP=y
558CONFIG_IP_PNP_RARP=y
559CONFIG_NET_IPIP=m
560# CONFIG_NET_IPGRE_DEMUX is not set
561CONFIG_NET_IP_TUNNEL=m
562# CONFIG_IP_MROUTE is not set
563# CONFIG_ARPD is not set
564# CONFIG_SYN_COOKIES is not set
565# CONFIG_NET_IPVTI is not set
566# CONFIG_INET_AH is not set
567# CONFIG_INET_ESP is not set
568# CONFIG_INET_IPCOMP is not set
569# CONFIG_INET_XFRM_TUNNEL is not set
570CONFIG_INET_TUNNEL=m
571CONFIG_INET_XFRM_MODE_TRANSPORT=y
572CONFIG_INET_XFRM_MODE_TUNNEL=y
573CONFIG_INET_XFRM_MODE_BEET=y
574CONFIG_INET_LRO=y
575CONFIG_INET_DIAG=y
576CONFIG_INET_TCP_DIAG=y
577# CONFIG_INET_UDP_DIAG is not set
578# CONFIG_TCP_CONG_ADVANCED is not set
579CONFIG_TCP_CONG_CUBIC=y
580CONFIG_DEFAULT_TCP_CONG="cubic"
581# CONFIG_TCP_MD5SIG is not set
582CONFIG_IPV6=m
583# CONFIG_IPV6_PRIVACY is not set
584# CONFIG_IPV6_ROUTER_PREF is not set
585# CONFIG_IPV6_OPTIMISTIC_DAD is not set
586# CONFIG_INET6_AH is not set
587# CONFIG_INET6_ESP is not set
588# CONFIG_INET6_IPCOMP is not set
589# CONFIG_IPV6_MIP6 is not set
590# CONFIG_INET6_XFRM_TUNNEL is not set
591# CONFIG_INET6_TUNNEL is not set
592CONFIG_INET6_XFRM_MODE_TRANSPORT=m
593CONFIG_INET6_XFRM_MODE_TUNNEL=m
594CONFIG_INET6_XFRM_MODE_BEET=m
595# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
596CONFIG_IPV6_SIT=m
597# CONFIG_IPV6_SIT_6RD is not set
598CONFIG_IPV6_NDISC_NODETYPE=y
599# CONFIG_IPV6_TUNNEL is not set
600# CONFIG_IPV6_GRE is not set
601# CONFIG_IPV6_MULTIPLE_TABLES is not set
602# CONFIG_IPV6_MROUTE is not set
603# CONFIG_NETWORK_SECMARK is not set
604# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
605# CONFIG_NETFILTER is not set
606# CONFIG_IP_DCCP is not set
607# CONFIG_IP_SCTP is not set
608# CONFIG_RDS is not set
609# CONFIG_TIPC is not set
610# CONFIG_ATM is not set
611# CONFIG_L2TP is not set
612# CONFIG_BRIDGE is not set
613CONFIG_HAVE_NET_DSA=y
614CONFIG_VLAN_8021Q=m
615# CONFIG_VLAN_8021Q_GVRP is not set
616# CONFIG_VLAN_8021Q_MVRP is not set
617# CONFIG_DECNET is not set
618# CONFIG_LLC2 is not set
619# CONFIG_IPX is not set
620# CONFIG_ATALK is not set
621# CONFIG_X25 is not set
622# CONFIG_LAPB is not set
623# CONFIG_PHONET is not set
624# CONFIG_IEEE802154 is not set
625# CONFIG_NET_SCHED is not set
626# CONFIG_DCB is not set
627# CONFIG_BATMAN_ADV is not set
628# CONFIG_OPENVSWITCH is not set
629# CONFIG_VSOCKETS is not set
630# CONFIG_NETLINK_MMAP is not set
631# CONFIG_NETLINK_DIAG is not set
632CONFIG_RPS=y
633CONFIG_RFS_ACCEL=y
634CONFIG_XPS=y
635CONFIG_BQL=y
636# CONFIG_BPF_JIT is not set
637
638#
639# Network testing
640#
641# CONFIG_NET_PKTGEN is not set
642# CONFIG_HAMRADIO is not set
643# CONFIG_CAN is not set
644# CONFIG_IRDA is not set
645# CONFIG_BT is not set
646# CONFIG_AF_RXRPC is not set
647CONFIG_WIRELESS=y
648# CONFIG_CFG80211 is not set
649# CONFIG_LIB80211 is not set
650
651#
652# CFG80211 needs to be enabled for MAC80211
653#
654# CONFIG_WIMAX is not set
655# CONFIG_RFKILL is not set
656# CONFIG_NET_9P is not set
657# CONFIG_CAIF is not set
658# CONFIG_CEPH_LIB is not set
659# CONFIG_NFC is not set
660CONFIG_HAVE_BPF_JIT=y
661
662#
663# Device Drivers
664#
665
666#
667# Generic Driver Options
668#
669CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
670CONFIG_DEVTMPFS=y
671CONFIG_DEVTMPFS_MOUNT=y
672CONFIG_STANDALONE=y
673CONFIG_PREVENT_FIRMWARE_BUILD=y
674CONFIG_FW_LOADER=y
675CONFIG_FIRMWARE_IN_KERNEL=y
676CONFIG_EXTRA_FIRMWARE=""
677CONFIG_FW_LOADER_USER_HELPER=y
678# CONFIG_DEBUG_DRIVER is not set
679# CONFIG_DEBUG_DEVRES is not set
680# CONFIG_SYS_HYPERVISOR is not set
681# CONFIG_GENERIC_CPU_DEVICES is not set
682# CONFIG_DMA_SHARED_BUFFER is not set
683CONFIG_CMA=y
684# CONFIG_CMA_DEBUG is not set
685
686#
687# Default contiguous memory area size:
688#
689CONFIG_CMA_SIZE_MBYTES=16
690CONFIG_CMA_SIZE_SEL_MBYTES=y
691# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
692# CONFIG_CMA_SIZE_SEL_MIN is not set
693# CONFIG_CMA_SIZE_SEL_MAX is not set
694CONFIG_CMA_ALIGNMENT=8
695CONFIG_CMA_AREAS=7
696
697#
698# Bus devices
699#
700CONFIG_CONNECTOR=y
701CONFIG_PROC_EVENTS=y
702CONFIG_MTD=y
703# CONFIG_MTD_TESTS is not set
704# CONFIG_MTD_REDBOOT_PARTS is not set
705CONFIG_MTD_CMDLINE_PARTS=y
706# CONFIG_MTD_AFS_PARTS is not set
707CONFIG_MTD_OF_PARTS=y
708# CONFIG_MTD_AR7_PARTS is not set
709
710#
711# User Modules And Translation Layers
712#
713CONFIG_MTD_BLKDEVS=y
714CONFIG_MTD_BLOCK=y
715# CONFIG_FTL is not set
716# CONFIG_NFTL is not set
717# CONFIG_INFTL is not set
718# CONFIG_RFD_FTL is not set
719# CONFIG_SSFDC is not set
720# CONFIG_SM_FTL is not set
721# CONFIG_MTD_OOPS is not set
722# CONFIG_MTD_SWAP is not set
723
724#
725# RAM/ROM/Flash chip drivers
726#
727CONFIG_MTD_CFI=y
728# CONFIG_MTD_JEDECPROBE is not set
729CONFIG_MTD_GEN_PROBE=y
730# CONFIG_MTD_CFI_ADV_OPTIONS is not set
731CONFIG_MTD_MAP_BANK_WIDTH_1=y
732CONFIG_MTD_MAP_BANK_WIDTH_2=y
733CONFIG_MTD_MAP_BANK_WIDTH_4=y
734# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
735# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
736# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
737CONFIG_MTD_CFI_I1=y
738CONFIG_MTD_CFI_I2=y
739# CONFIG_MTD_CFI_I4 is not set
740# CONFIG_MTD_CFI_I8 is not set
741# CONFIG_MTD_CFI_INTELEXT is not set
742CONFIG_MTD_CFI_AMDSTD=y
743# CONFIG_MTD_CFI_STAA is not set
744CONFIG_MTD_CFI_UTIL=y
745# CONFIG_MTD_RAM is not set
746# CONFIG_MTD_ROM is not set
747# CONFIG_MTD_ABSENT is not set
748
749#
750# Mapping drivers for chip access
751#
752# CONFIG_MTD_COMPLEX_MAPPINGS is not set
753CONFIG_MTD_PHYSMAP=y
754# CONFIG_MTD_PHYSMAP_COMPAT is not set
755CONFIG_MTD_PHYSMAP_OF=y
756# CONFIG_MTD_INTEL_VR_NOR is not set
757# CONFIG_MTD_PLATRAM is not set
758
759#
760# Self-contained MTD device drivers
761#
762# CONFIG_MTD_PMC551 is not set
763# CONFIG_MTD_DATAFLASH is not set
764CONFIG_MTD_M25P80=y
765# CONFIG_M25PXX_USE_FAST_READ is not set
766# CONFIG_MTD_SST25L is not set
767# CONFIG_MTD_SLRAM is not set
768# CONFIG_MTD_PHRAM is not set
769# CONFIG_MTD_MTDRAM is not set
770# CONFIG_MTD_BLOCK2MTD is not set
771
772#
773# Disk-On-Chip Device Drivers
774#
775# CONFIG_MTD_DOCG3 is not set
776CONFIG_MTD_NAND_ECC=y
777# CONFIG_MTD_NAND_ECC_SMC is not set
778CONFIG_MTD_NAND=y
779# CONFIG_MTD_NAND_ECC_BCH is not set
780# CONFIG_MTD_SM_COMMON is not set
781# CONFIG_MTD_NAND_DENALI is not set
782# CONFIG_MTD_NAND_GPIO is not set
783CONFIG_MTD_NAND_IDS=y
784# CONFIG_MTD_NAND_RICOH is not set
785# CONFIG_MTD_NAND_DISKONCHIP is not set
786# CONFIG_MTD_NAND_DOCG4 is not set
787# CONFIG_MTD_NAND_CAFE is not set
788# CONFIG_MTD_NAND_NANDSIM is not set
789# CONFIG_MTD_NAND_PLATFORM is not set
790# CONFIG_MTD_ALAUDA is not set
791CONFIG_MTD_NAND_XILINX_PS=y
792# CONFIG_MTD_ONENAND is not set
793
794#
795# LPDDR flash memory drivers
796#
797# CONFIG_MTD_LPDDR is not set
798# CONFIG_MTD_UBI is not set
799CONFIG_DTC=y
800CONFIG_OF=y
801
802#
803# Device Tree and Open Firmware support
804#
805CONFIG_PROC_DEVICETREE=y
806# CONFIG_OF_SELFTEST is not set
807CONFIG_OF_FLATTREE=y
808CONFIG_OF_EARLY_FLATTREE=y
809CONFIG_OF_ADDRESS=y
810CONFIG_OF_IRQ=y
811CONFIG_OF_DEVICE=y
812CONFIG_OF_I2C=y
813CONFIG_OF_NET=y
814CONFIG_OF_MDIO=y
815CONFIG_OF_PCI=y
816CONFIG_OF_PCI_IRQ=y
817CONFIG_OF_MTD=y
818# CONFIG_PARPORT is not set
819CONFIG_BLK_DEV=y
820# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
821# CONFIG_BLK_CPQ_CISS_DA is not set
822# CONFIG_BLK_DEV_DAC960 is not set
823# CONFIG_BLK_DEV_UMEM is not set
824# CONFIG_BLK_DEV_COW_COMMON is not set
825CONFIG_BLK_DEV_LOOP=y
826CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
827# CONFIG_BLK_DEV_CRYPTOLOOP is not set
828# CONFIG_BLK_DEV_DRBD is not set
829# CONFIG_BLK_DEV_NBD is not set
830# CONFIG_BLK_DEV_NVME is not set
831# CONFIG_BLK_DEV_SX8 is not set
832CONFIG_BLK_DEV_RAM=y
833CONFIG_BLK_DEV_RAM_COUNT=16
834CONFIG_BLK_DEV_RAM_SIZE=16384
835# CONFIG_BLK_DEV_XIP is not set
836# CONFIG_CDROM_PKTCDVD is not set
837# CONFIG_ATA_OVER_ETH is not set
838# CONFIG_MG_DISK is not set
839# CONFIG_VIRTIO_BLK is not set
840# CONFIG_BLK_DEV_RBD is not set
841# CONFIG_BLK_DEV_RSXX is not set
842
843#
844# Misc devices
845#
846# CONFIG_SENSORS_LIS3LV02D is not set
847# CONFIG_AD525X_DPOT is not set
848# CONFIG_ATMEL_PWM is not set
849# CONFIG_DUMMY_IRQ is not set
850# CONFIG_PHANTOM is not set
851# CONFIG_INTEL_MID_PTI is not set
852# CONFIG_SGI_IOC4 is not set
853# CONFIG_TIFM_CORE is not set
854# CONFIG_ICS932S401 is not set
855# CONFIG_ATMEL_SSC is not set
856# CONFIG_ENCLOSURE_SERVICES is not set
857# CONFIG_HP_ILO is not set
858# CONFIG_APDS9802ALS is not set
859# CONFIG_ISL29003 is not set
860# CONFIG_ISL29020 is not set
861# CONFIG_SENSORS_TSL2550 is not set
862# CONFIG_SENSORS_BH1780 is not set
863# CONFIG_SENSORS_BH1770 is not set
864# CONFIG_SENSORS_APDS990X is not set
865# CONFIG_HMC6352 is not set
866# CONFIG_DS1682 is not set
867# CONFIG_TI_DAC7512 is not set
868# CONFIG_ARM_CHARLCD is not set
869# CONFIG_BMP085_I2C is not set
870# CONFIG_BMP085_SPI is not set
871# CONFIG_PCH_PHUB is not set
872# CONFIG_USB_SWITCH_FSA9480 is not set
873CONFIG_SI570=y
874# CONFIG_LATTICE_ECP3_CONFIG is not set
875CONFIG_SRAM=y
876# CONFIG_C2PORT is not set
877
878#
879# EEPROM support
880#
881CONFIG_EEPROM_AT24=y
882CONFIG_EEPROM_AT25=y
883# CONFIG_EEPROM_LEGACY is not set
884# CONFIG_EEPROM_MAX6875 is not set
885# CONFIG_EEPROM_93CX6 is not set
886# CONFIG_EEPROM_93XX46 is not set
887# CONFIG_CB710_CORE is not set
888
889#
890# Texas Instruments shared transport line discipline
891#
892# CONFIG_TI_ST is not set
893# CONFIG_SENSORS_LIS3_SPI is not set
894# CONFIG_SENSORS_LIS3_I2C is not set
895
896#
897# Altera FPGA firmware download module
898#
899# CONFIG_ALTERA_STAPL is not set
900CONFIG_HAVE_IDE=y
901# CONFIG_IDE is not set
902
903#
904# SCSI device support
905#
906CONFIG_SCSI_MOD=y
907# CONFIG_RAID_ATTRS is not set
908CONFIG_SCSI=y
909CONFIG_SCSI_DMA=y
910# CONFIG_SCSI_TGT is not set
911# CONFIG_SCSI_NETLINK is not set
912CONFIG_SCSI_PROC_FS=y
913
914#
915# SCSI support type (disk, tape, CD-ROM)
916#
917CONFIG_BLK_DEV_SD=y
918# CONFIG_CHR_DEV_ST is not set
919# CONFIG_CHR_DEV_OSST is not set
920# CONFIG_BLK_DEV_SR is not set
921CONFIG_CHR_DEV_SG=y
922# CONFIG_CHR_DEV_SCH is not set
923CONFIG_SCSI_MULTI_LUN=y
924# CONFIG_SCSI_CONSTANTS is not set
925# CONFIG_SCSI_LOGGING is not set
926# CONFIG_SCSI_SCAN_ASYNC is not set
927
928#
929# SCSI Transports
930#
931# CONFIG_SCSI_SPI_ATTRS is not set
932# CONFIG_SCSI_FC_ATTRS is not set
933# CONFIG_SCSI_ISCSI_ATTRS is not set
934# CONFIG_SCSI_SAS_ATTRS is not set
935# CONFIG_SCSI_SAS_LIBSAS is not set
936# CONFIG_SCSI_SRP_ATTRS is not set
937CONFIG_SCSI_LOWLEVEL=y
938# CONFIG_ISCSI_TCP is not set
939# CONFIG_ISCSI_BOOT_SYSFS is not set
940# CONFIG_SCSI_CXGB3_ISCSI is not set
941# CONFIG_SCSI_CXGB4_ISCSI is not set
942# CONFIG_SCSI_BNX2_ISCSI is not set
943# CONFIG_SCSI_BNX2X_FCOE is not set
944# CONFIG_BE2ISCSI is not set
945# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
946# CONFIG_SCSI_HPSA is not set
947# CONFIG_SCSI_3W_9XXX is not set
948# CONFIG_SCSI_3W_SAS is not set
949# CONFIG_SCSI_ACARD is not set
950# CONFIG_SCSI_AACRAID is not set
951# CONFIG_SCSI_AIC7XXX is not set
952# CONFIG_SCSI_AIC7XXX_OLD is not set
953# CONFIG_SCSI_AIC79XX is not set
954# CONFIG_SCSI_AIC94XX is not set
955# CONFIG_SCSI_MVSAS is not set
956# CONFIG_SCSI_MVUMI is not set
957# CONFIG_SCSI_ARCMSR is not set
958# CONFIG_MEGARAID_NEWGEN is not set
959# CONFIG_MEGARAID_LEGACY is not set
960# CONFIG_MEGARAID_SAS is not set
961# CONFIG_SCSI_MPT2SAS is not set
962# CONFIG_SCSI_MPT3SAS is not set
963# CONFIG_SCSI_UFSHCD is not set
964# CONFIG_SCSI_HPTIOP is not set
965# CONFIG_LIBFC is not set
966# CONFIG_LIBFCOE is not set
967# CONFIG_FCOE is not set
968# CONFIG_SCSI_DMX3191D is not set
969# CONFIG_SCSI_FUTURE_DOMAIN is not set
970# CONFIG_SCSI_IPS is not set
971# CONFIG_SCSI_INITIO is not set
972# CONFIG_SCSI_INIA100 is not set
973# CONFIG_SCSI_STEX is not set
974# CONFIG_SCSI_SYM53C8XX_2 is not set
975# CONFIG_SCSI_QLOGIC_1280 is not set
976# CONFIG_SCSI_QLA_FC is not set
977# CONFIG_SCSI_QLA_ISCSI is not set
978# CONFIG_SCSI_LPFC is not set
979# CONFIG_SCSI_DC395x is not set
980# CONFIG_SCSI_DC390T is not set
981# CONFIG_SCSI_NSP32 is not set
982# CONFIG_SCSI_DEBUG is not set
983# CONFIG_SCSI_PMCRAID is not set
984# CONFIG_SCSI_PM8001 is not set
985# CONFIG_SCSI_SRP is not set
986# CONFIG_SCSI_BFA_FC is not set
987# CONFIG_SCSI_VIRTIO is not set
988# CONFIG_SCSI_CHELSIO_FCOE is not set
989# CONFIG_SCSI_DH is not set
990# CONFIG_SCSI_OSD_INITIATOR is not set
991CONFIG_HAVE_PATA_PLATFORM=y
992# CONFIG_ATA is not set
993# CONFIG_MD is not set
994# CONFIG_TARGET_CORE is not set
995# CONFIG_FUSION is not set
996
997#
998# IEEE 1394 (FireWire) support
999#
1000# CONFIG_FIREWIRE is not set
1001# CONFIG_FIREWIRE_NOSY is not set
1002# CONFIG_I2O is not set
1003CONFIG_NETDEVICES=y
1004CONFIG_NET_CORE=y
1005# CONFIG_BONDING is not set
1006# CONFIG_DUMMY is not set
1007# CONFIG_EQUALIZER is not set
1008# CONFIG_NET_FC is not set
1009CONFIG_MII=y
1010# CONFIG_NET_TEAM is not set
1011# CONFIG_MACVLAN is not set
1012# CONFIG_VXLAN is not set
1013# CONFIG_NETCONSOLE is not set
1014# CONFIG_NETPOLL is not set
1015# CONFIG_NET_POLL_CONTROLLER is not set
1016# CONFIG_TUN is not set
1017# CONFIG_VETH is not set
1018# CONFIG_VIRTIO_NET is not set
1019# CONFIG_ARCNET is not set
1020
1021#
1022# CAIF transport drivers
1023#
1024
1025#
1026# Distributed Switch Architecture drivers
1027#
1028# CONFIG_NET_DSA_MV88E6XXX is not set
1029# CONFIG_NET_DSA_MV88E6060 is not set
1030# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
1031# CONFIG_NET_DSA_MV88E6131 is not set
1032# CONFIG_NET_DSA_MV88E6123_61_65 is not set
1033CONFIG_ETHERNET=y
1034# CONFIG_NET_VENDOR_3COM is not set
1035# CONFIG_NET_VENDOR_ADAPTEC is not set
1036# CONFIG_NET_VENDOR_ALTEON is not set
1037# CONFIG_NET_VENDOR_AMD is not set
1038# CONFIG_NET_VENDOR_ATHEROS is not set
1039CONFIG_NET_CADENCE=y
1040# CONFIG_ARM_AT91_ETHER is not set
1041CONFIG_MACB=y
1042CONFIG_NET_VENDOR_BROADCOM=y
1043# CONFIG_B44 is not set
1044# CONFIG_BNX2 is not set
1045# CONFIG_CNIC is not set
1046CONFIG_TIGON3=y
1047# CONFIG_BNX2X is not set
1048# CONFIG_NET_VENDOR_BROCADE is not set
1049# CONFIG_NET_CALXEDA_XGMAC is not set
1050# CONFIG_NET_VENDOR_CHELSIO is not set
1051# CONFIG_NET_VENDOR_CIRRUS is not set
1052# CONFIG_NET_VENDOR_CISCO is not set
1053# CONFIG_DM9000 is not set
1054# CONFIG_DNET is not set
1055# CONFIG_NET_VENDOR_DEC is not set
1056# CONFIG_NET_VENDOR_DLINK is not set
1057# CONFIG_NET_VENDOR_EMULEX is not set
1058# CONFIG_NET_VENDOR_EXAR is not set
1059# CONFIG_NET_VENDOR_FARADAY is not set
1060# CONFIG_NET_VENDOR_HP is not set
1061CONFIG_NET_VENDOR_INTEL=y
1062# CONFIG_E100 is not set
1063# CONFIG_E1000 is not set
1064CONFIG_E1000E=y
1065# CONFIG_IGB is not set
1066# CONFIG_IGBVF is not set
1067# CONFIG_IXGB is not set
1068# CONFIG_IXGBE is not set
1069# CONFIG_IXGBEVF is not set
1070CONFIG_NET_VENDOR_I825XX=y
1071# CONFIG_IP1000 is not set
1072# CONFIG_JME is not set
1073# CONFIG_NET_VENDOR_MARVELL is not set
1074# CONFIG_NET_VENDOR_MELLANOX is not set
1075# CONFIG_NET_VENDOR_MICREL is not set
1076# CONFIG_NET_VENDOR_MICROCHIP is not set
1077# CONFIG_NET_VENDOR_MYRI is not set
1078# CONFIG_FEALNX is not set
1079# CONFIG_NET_VENDOR_NATSEMI is not set
1080# CONFIG_NET_VENDOR_NVIDIA is not set
1081# CONFIG_NET_VENDOR_OKI is not set
1082# CONFIG_ETHOC is not set
1083# CONFIG_NET_PACKET_ENGINE is not set
1084# CONFIG_NET_VENDOR_QLOGIC is not set
1085CONFIG_NET_VENDOR_REALTEK=y
1086# CONFIG_8139CP is not set
1087# CONFIG_8139TOO is not set
1088CONFIG_R8169=y
1089# CONFIG_NET_VENDOR_RDC is not set
1090# CONFIG_NET_VENDOR_SEEQ is not set
1091# CONFIG_NET_VENDOR_SILAN is not set
1092# CONFIG_NET_VENDOR_SIS is not set
1093# CONFIG_SFC is not set
1094# CONFIG_NET_VENDOR_SMSC is not set
1095# CONFIG_NET_VENDOR_STMICRO is not set
1096# CONFIG_NET_VENDOR_SUN is not set
1097# CONFIG_NET_VENDOR_TEHUTI is not set
1098# CONFIG_NET_VENDOR_TI is not set
1099# CONFIG_NET_VENDOR_VIA is not set
1100# CONFIG_NET_VENDOR_WIZNET is not set
1101CONFIG_NET_VENDOR_XILINX=y
1102CONFIG_XILINX_EMACLITE=y
1103CONFIG_XILINX_AXI_EMAC=y
1104CONFIG_XILINX_PS_EMAC=y
1105# CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set
1106# CONFIG_FDDI is not set
1107# CONFIG_HIPPI is not set
1108CONFIG_PHYLIB=y
1109
1110#
1111# MII PHY device drivers
1112#
1113# CONFIG_AT803X_PHY is not set
1114# CONFIG_AMD_PHY is not set
1115CONFIG_MARVELL_PHY=y
1116# CONFIG_DAVICOM_PHY is not set
1117# CONFIG_QSEMI_PHY is not set
1118# CONFIG_LXT_PHY is not set
1119# CONFIG_CICADA_PHY is not set
1120CONFIG_VITESSE_PHY=y
1121# CONFIG_SMSC_PHY is not set
1122# CONFIG_BROADCOM_PHY is not set
1123# CONFIG_BCM87XX_PHY is not set
1124# CONFIG_ICPLUS_PHY is not set
1125# CONFIG_REALTEK_PHY is not set
1126# CONFIG_NATIONAL_PHY is not set
1127# CONFIG_STE10XP is not set
1128# CONFIG_LSI_ET1011C_PHY is not set
1129# CONFIG_MICREL_PHY is not set
1130# CONFIG_FIXED_PHY is not set
1131CONFIG_MDIO_BITBANG=y
1132# CONFIG_MDIO_GPIO is not set
1133# CONFIG_MDIO_BUS_MUX_GPIO is not set
1134# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
1135# CONFIG_MICREL_KS8995MA is not set
1136# CONFIG_PPP is not set
1137# CONFIG_SLIP is not set
1138
1139#
1140# USB Network Adapters
1141#
1142# CONFIG_USB_CATC is not set
1143# CONFIG_USB_KAWETH is not set
1144# CONFIG_USB_PEGASUS is not set
1145# CONFIG_USB_RTL8150 is not set
1146# CONFIG_USB_RTL8152 is not set
1147# CONFIG_USB_USBNET is not set
1148# CONFIG_USB_IPHETH is not set
1149CONFIG_WLAN=y
1150# CONFIG_ATMEL is not set
1151# CONFIG_PRISM54 is not set
1152# CONFIG_USB_ZD1201 is not set
1153# CONFIG_HOSTAP is not set
1154# CONFIG_WL_TI is not set
1155
1156#
1157# Enable WiMAX (Networking options) to see the WiMAX drivers
1158#
1159# CONFIG_WAN is not set
1160# CONFIG_VMXNET3 is not set
1161# CONFIG_ISDN is not set
1162
1163#
1164# Input device support
1165#
1166CONFIG_INPUT=y
1167# CONFIG_INPUT_FF_MEMLESS is not set
1168# CONFIG_INPUT_POLLDEV is not set
1169CONFIG_INPUT_SPARSEKMAP=y
1170# CONFIG_INPUT_MATRIXKMAP is not set
1171
1172#
1173# Userland interfaces
1174#
1175CONFIG_INPUT_MOUSEDEV=y
1176CONFIG_INPUT_MOUSEDEV_PSAUX=y
1177CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
1178CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1179# CONFIG_INPUT_JOYDEV is not set
1180CONFIG_INPUT_EVDEV=y
1181# CONFIG_INPUT_EVBUG is not set
1182
1183#
1184# Input Device Drivers
1185#
1186CONFIG_INPUT_KEYBOARD=y
1187# CONFIG_KEYBOARD_ADP5588 is not set
1188# CONFIG_KEYBOARD_ADP5589 is not set
1189CONFIG_KEYBOARD_ATKBD=y
1190# CONFIG_KEYBOARD_QT1070 is not set
1191# CONFIG_KEYBOARD_QT2160 is not set
1192# CONFIG_KEYBOARD_LKKBD is not set
1193# CONFIG_KEYBOARD_GPIO is not set
1194# CONFIG_KEYBOARD_TCA6416 is not set
1195# CONFIG_KEYBOARD_TCA8418 is not set
1196# CONFIG_KEYBOARD_MATRIX is not set
1197# CONFIG_KEYBOARD_LM8333 is not set
1198# CONFIG_KEYBOARD_MAX7359 is not set
1199# CONFIG_KEYBOARD_MCS is not set
1200# CONFIG_KEYBOARD_MPR121 is not set
1201# CONFIG_KEYBOARD_NEWTON is not set
1202# CONFIG_KEYBOARD_OPENCORES is not set
1203# CONFIG_KEYBOARD_SAMSUNG is not set
1204# CONFIG_KEYBOARD_STOWAWAY is not set
1205# CONFIG_KEYBOARD_SUNKBD is not set
1206# CONFIG_KEYBOARD_XTKBD is not set
1207CONFIG_INPUT_MOUSE=y
1208CONFIG_MOUSE_PS2=y
1209CONFIG_MOUSE_PS2_ALPS=y
1210CONFIG_MOUSE_PS2_LOGIPS2PP=y
1211CONFIG_MOUSE_PS2_SYNAPTICS=y
1212CONFIG_MOUSE_PS2_CYPRESS=y
1213CONFIG_MOUSE_PS2_TRACKPOINT=y
1214# CONFIG_MOUSE_PS2_ELANTECH is not set
1215# CONFIG_MOUSE_PS2_SENTELIC is not set
1216# CONFIG_MOUSE_PS2_TOUCHKIT is not set
1217# CONFIG_MOUSE_SERIAL is not set
1218# CONFIG_MOUSE_APPLETOUCH is not set
1219# CONFIG_MOUSE_BCM5974 is not set
1220# CONFIG_MOUSE_CYAPA is not set
1221# CONFIG_MOUSE_VSXXXAA is not set
1222# CONFIG_MOUSE_GPIO is not set
1223# CONFIG_MOUSE_SYNAPTICS_I2C is not set
1224# CONFIG_MOUSE_SYNAPTICS_USB is not set
1225# CONFIG_INPUT_JOYSTICK is not set
1226# CONFIG_INPUT_TABLET is not set
1227# CONFIG_INPUT_TOUCHSCREEN is not set
1228# CONFIG_INPUT_MISC is not set
1229
1230#
1231# Hardware I/O ports
1232#
1233CONFIG_SERIO=y
1234CONFIG_SERIO_SERPORT=y
1235# CONFIG_SERIO_AMBAKMI is not set
1236# CONFIG_SERIO_PCIPS2 is not set
1237CONFIG_SERIO_LIBPS2=y
1238# CONFIG_SERIO_RAW is not set
1239# CONFIG_SERIO_ALTERA_PS2 is not set
1240# CONFIG_SERIO_PS2MULT is not set
1241# CONFIG_SERIO_ARC_PS2 is not set
1242# CONFIG_SERIO_APBPS2 is not set
1243# CONFIG_GAMEPORT is not set
1244
1245#
1246# Character devices
1247#
1248CONFIG_TTY=y
1249CONFIG_VT=y
1250CONFIG_CONSOLE_TRANSLATIONS=y
1251CONFIG_VT_CONSOLE=y
1252CONFIG_VT_CONSOLE_SLEEP=y
1253CONFIG_HW_CONSOLE=y
1254CONFIG_VT_HW_CONSOLE_BINDING=y
1255CONFIG_UNIX98_PTYS=y
1256# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1257# CONFIG_LEGACY_PTYS is not set
1258# CONFIG_SERIAL_NONSTANDARD is not set
1259# CONFIG_NOZOMI is not set
1260# CONFIG_N_GSM is not set
1261# CONFIG_TRACE_SINK is not set
1262# CONFIG_DEVKMEM is not set
1263
1264#
1265# Serial drivers
1266#
1267# CONFIG_SERIAL_8250 is not set
1268
1269#
1270# Non-8250 serial port support
1271#
1272# CONFIG_SERIAL_AMBA_PL010 is not set
1273# CONFIG_SERIAL_AMBA_PL011 is not set
1274# CONFIG_SERIAL_MAX3100 is not set
1275# CONFIG_SERIAL_MAX310X is not set
1276# CONFIG_SERIAL_MFD_HSU is not set
1277# CONFIG_SERIAL_UARTLITE is not set
1278CONFIG_SERIAL_CORE=y
1279CONFIG_SERIAL_CORE_CONSOLE=y
1280# CONFIG_SERIAL_JSM is not set
1281# CONFIG_SERIAL_SCCNXP is not set
1282# CONFIG_SERIAL_TIMBERDALE is not set
1283# CONFIG_SERIAL_ALTERA_JTAGUART is not set
1284# CONFIG_SERIAL_ALTERA_UART is not set
1285# CONFIG_SERIAL_IFX6X60 is not set
1286# CONFIG_SERIAL_PCH_UART is not set
1287CONFIG_SERIAL_XILINX_PS_UART=y
1288CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
1289# CONFIG_SERIAL_ARC is not set
1290# CONFIG_SERIAL_RP2 is not set
1291# CONFIG_TTY_PRINTK is not set
1292# CONFIG_HVC_DCC is not set
1293# CONFIG_VIRTIO_CONSOLE is not set
1294# CONFIG_IPMI_HANDLER is not set
1295# CONFIG_HW_RANDOM is not set
1296CONFIG_XILINX_DEVCFG=y
1297# CONFIG_R3964 is not set
1298# CONFIG_APPLICOM is not set
1299# CONFIG_RAW_DRIVER is not set
1300# CONFIG_TCG_TPM is not set
1301CONFIG_DEVPORT=y
1302CONFIG_I2C=y
1303CONFIG_I2C_BOARDINFO=y
1304CONFIG_I2C_COMPAT=y
1305CONFIG_I2C_CHARDEV=y
1306CONFIG_I2C_MUX=y
1307
1308#
1309# Multiplexer I2C Chip support
1310#
1311# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
1312# CONFIG_I2C_MUX_GPIO is not set
1313# CONFIG_I2C_MUX_PCA9541 is not set
1314CONFIG_I2C_MUX_PCA954x=y
1315CONFIG_I2C_HELPER_AUTO=y
1316
1317#
1318# I2C Hardware Bus support
1319#
1320
1321#
1322# PC SMBus host controller drivers
1323#
1324# CONFIG_I2C_ALI1535 is not set
1325# CONFIG_I2C_ALI1563 is not set
1326# CONFIG_I2C_ALI15X3 is not set
1327# CONFIG_I2C_AMD756 is not set
1328# CONFIG_I2C_AMD8111 is not set
1329# CONFIG_I2C_I801 is not set
1330# CONFIG_I2C_ISCH is not set
1331# CONFIG_I2C_PIIX4 is not set
1332# CONFIG_I2C_NFORCE2 is not set
1333# CONFIG_I2C_SIS5595 is not set
1334# CONFIG_I2C_SIS630 is not set
1335# CONFIG_I2C_SIS96X is not set
1336# CONFIG_I2C_VIA is not set
1337# CONFIG_I2C_VIAPRO is not set
1338
1339#
1340# I2C system bus drivers (mostly embedded / system-on-chip)
1341#
1342# CONFIG_I2C_CBUS_GPIO is not set
1343# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
1344# CONFIG_I2C_DESIGNWARE_PCI is not set
1345# CONFIG_I2C_EG20T is not set
1346# CONFIG_I2C_GPIO is not set
1347# CONFIG_I2C_INTEL_MID is not set
1348# CONFIG_I2C_NOMADIK is not set
1349# CONFIG_I2C_OCORES is not set
1350# CONFIG_I2C_PCA_PLATFORM is not set
1351# CONFIG_I2C_PXA_PCI is not set
1352# CONFIG_I2C_SIMTEC is not set
1353# CONFIG_I2C_VERSATILE is not set
1354CONFIG_I2C_XILINX_PS=y
1355# CONFIG_I2C_XILINX is not set
1356
1357#
1358# External I2C/SMBus adapter drivers
1359#
1360# CONFIG_I2C_DIOLAN_U2C is not set
1361# CONFIG_I2C_PARPORT_LIGHT is not set
1362# CONFIG_I2C_TAOS_EVM is not set
1363# CONFIG_I2C_TINY_USB is not set
1364
1365#
1366# Other I2C/SMBus bus drivers
1367#
1368# CONFIG_I2C_STUB is not set
1369# CONFIG_I2C_DEBUG_CORE is not set
1370# CONFIG_I2C_DEBUG_ALGO is not set
1371# CONFIG_I2C_DEBUG_BUS is not set
1372CONFIG_SPI=y
1373# CONFIG_SPI_DEBUG is not set
1374CONFIG_SPI_MASTER=y
1375
1376#
1377# SPI Master Controller Drivers
1378#
1379# CONFIG_SPI_ALTERA is not set
1380CONFIG_SPI_BITBANG=y
1381# CONFIG_SPI_GPIO is not set
1382# CONFIG_SPI_FSL_SPI is not set
1383# CONFIG_SPI_OC_TINY is not set
1384# CONFIG_SPI_PL022 is not set
1385# CONFIG_SPI_PXA2XX is not set
1386# CONFIG_SPI_PXA2XX_PCI is not set
1387# CONFIG_SPI_SC18IS602 is not set
1388# CONFIG_SPI_TOPCLIFF_PCH is not set
1389# CONFIG_SPI_XCOMM is not set
1390CONFIG_SPI_XILINX=y
1391CONFIG_SPI_XILINX_PS_QSPI=y
1392# CONFIG_SPI_XILINX_PS_QSPI_DUAL_STACKED is not set
1393CONFIG_SPI_XILINX_PS_SPI=y
1394# CONFIG_SPI_DESIGNWARE is not set
1395
1396#
1397# SPI Protocol Masters
1398#
1399# CONFIG_SPI_SPIDEV is not set
1400# CONFIG_SPI_TLE62X0 is not set
1401
1402#
1403# Qualcomm MSM SSBI bus support
1404#
1405# CONFIG_SSBI is not set
1406# CONFIG_HSI is not set
1407
1408#
1409# PPS support
1410#
1411CONFIG_PPS=y
1412# CONFIG_PPS_DEBUG is not set
1413
1414#
1415# PPS clients support
1416#
1417# CONFIG_PPS_CLIENT_KTIMER is not set
1418# CONFIG_PPS_CLIENT_LDISC is not set
1419# CONFIG_PPS_CLIENT_GPIO is not set
1420
1421#
1422# PPS generators support
1423#
1424
1425#
1426# PTP clock support
1427#
1428CONFIG_PTP_1588_CLOCK=y
1429
1430#
1431# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
1432#
1433# CONFIG_PTP_1588_CLOCK_PCH is not set
1434CONFIG_ARCH_REQUIRE_GPIOLIB=y
1435CONFIG_GPIO_DEVRES=y
1436CONFIG_GPIOLIB=y
1437CONFIG_OF_GPIO=y
1438# CONFIG_DEBUG_GPIO is not set
1439CONFIG_GPIO_SYSFS=y
1440
1441#
1442# Memory mapped GPIO drivers:
1443#
1444# CONFIG_GPIO_GENERIC_PLATFORM is not set
1445# CONFIG_GPIO_EM is not set
1446# CONFIG_GPIO_PL061 is not set
1447# CONFIG_GPIO_RCAR is not set
1448# CONFIG_GPIO_TS5500 is not set
1449# CONFIG_GPIO_XILINX is not set
1450CONFIG_GPIO_XILINX_PS=y
1451# CONFIG_GPIO_VX855 is not set
1452# CONFIG_GPIO_GRGPIO is not set
1453
1454#
1455# I2C GPIO expanders:
1456#
1457# CONFIG_GPIO_MAX7300 is not set
1458# CONFIG_GPIO_MAX732X is not set
1459# CONFIG_GPIO_PCF857X is not set
1460# CONFIG_GPIO_SX150X is not set
1461# CONFIG_GPIO_ADP5588 is not set
1462# CONFIG_GPIO_ADNP is not set
1463
1464#
1465# PCI GPIO expanders:
1466#
1467# CONFIG_GPIO_BT8XX is not set
1468# CONFIG_GPIO_AMD8111 is not set
1469# CONFIG_GPIO_ML_IOH is not set
1470# CONFIG_GPIO_RDC321X is not set
1471
1472#
1473# SPI GPIO expanders:
1474#
1475# CONFIG_GPIO_MAX7301 is not set
1476# CONFIG_GPIO_MCP23S08 is not set
1477# CONFIG_GPIO_MC33880 is not set
1478# CONFIG_GPIO_74X164 is not set
1479
1480#
1481# AC97 GPIO expanders:
1482#
1483
1484#
1485# MODULbus GPIO expanders:
1486#
1487
1488#
1489# USB GPIO expanders:
1490#
1491# CONFIG_W1 is not set
1492CONFIG_POWER_SUPPLY=y
1493# CONFIG_POWER_SUPPLY_DEBUG is not set
1494# CONFIG_PDA_POWER is not set
1495# CONFIG_TEST_POWER is not set
1496# CONFIG_BATTERY_DS2780 is not set
1497# CONFIG_BATTERY_DS2781 is not set
1498# CONFIG_BATTERY_DS2782 is not set
1499# CONFIG_BATTERY_SBS is not set
1500# CONFIG_BATTERY_BQ27x00 is not set
1501# CONFIG_BATTERY_MAX17040 is not set
1502# CONFIG_BATTERY_MAX17042 is not set
1503# CONFIG_CHARGER_ISP1704 is not set
1504# CONFIG_CHARGER_MAX8903 is not set
1505# CONFIG_CHARGER_LP8727 is not set
1506# CONFIG_CHARGER_GPIO is not set
1507# CONFIG_CHARGER_BQ2415X is not set
1508# CONFIG_CHARGER_SMB347 is not set
1509# CONFIG_BATTERY_GOLDFISH is not set
1510CONFIG_POWER_RESET=y
1511# CONFIG_POWER_RESET_GPIO is not set
1512# CONFIG_POWER_RESET_RESTART is not set
1513CONFIG_POWER_RESET_VEXPRESS=y
1514# CONFIG_POWER_AVS is not set
1515CONFIG_HWMON=y
1516# CONFIG_HWMON_VID is not set
1517# CONFIG_HWMON_DEBUG_CHIP is not set
1518
1519#
1520# Native drivers
1521#
1522# CONFIG_SENSORS_AD7314 is not set
1523# CONFIG_SENSORS_AD7414 is not set
1524# CONFIG_SENSORS_AD7418 is not set
1525# CONFIG_SENSORS_ADCXX is not set
1526# CONFIG_SENSORS_ADM1021 is not set
1527# CONFIG_SENSORS_ADM1025 is not set
1528# CONFIG_SENSORS_ADM1026 is not set
1529# CONFIG_SENSORS_ADM1029 is not set
1530# CONFIG_SENSORS_ADM1031 is not set
1531# CONFIG_SENSORS_ADM9240 is not set
1532# CONFIG_SENSORS_ADT7310 is not set
1533# CONFIG_SENSORS_ADT7410 is not set
1534# CONFIG_SENSORS_ADT7411 is not set
1535# CONFIG_SENSORS_ADT7462 is not set
1536# CONFIG_SENSORS_ADT7470 is not set
1537# CONFIG_SENSORS_ADT7475 is not set
1538# CONFIG_SENSORS_ASC7621 is not set
1539# CONFIG_SENSORS_ATXP1 is not set
1540# CONFIG_SENSORS_DS620 is not set
1541# CONFIG_SENSORS_DS1621 is not set
1542# CONFIG_SENSORS_I5K_AMB is not set
1543# CONFIG_SENSORS_F71805F is not set
1544# CONFIG_SENSORS_F71882FG is not set
1545# CONFIG_SENSORS_F75375S is not set
1546# CONFIG_SENSORS_G760A is not set
1547# CONFIG_SENSORS_GL518SM is not set
1548# CONFIG_SENSORS_GL520SM is not set
1549# CONFIG_SENSORS_GPIO_FAN is not set
1550# CONFIG_SENSORS_HIH6130 is not set
1551# CONFIG_SENSORS_IT87 is not set
1552# CONFIG_SENSORS_JC42 is not set
1553# CONFIG_SENSORS_LINEAGE is not set
1554# CONFIG_SENSORS_LM63 is not set
1555# CONFIG_SENSORS_LM70 is not set
1556# CONFIG_SENSORS_LM73 is not set
1557# CONFIG_SENSORS_LM75 is not set
1558# CONFIG_SENSORS_LM77 is not set
1559# CONFIG_SENSORS_LM78 is not set
1560# CONFIG_SENSORS_LM80 is not set
1561# CONFIG_SENSORS_LM83 is not set
1562# CONFIG_SENSORS_LM85 is not set
1563# CONFIG_SENSORS_LM87 is not set
1564# CONFIG_SENSORS_LM90 is not set
1565# CONFIG_SENSORS_LM92 is not set
1566# CONFIG_SENSORS_LM93 is not set
1567# CONFIG_SENSORS_LTC4151 is not set
1568# CONFIG_SENSORS_LTC4215 is not set
1569# CONFIG_SENSORS_LTC4245 is not set
1570# CONFIG_SENSORS_LTC4261 is not set
1571# CONFIG_SENSORS_LM95234 is not set
1572# CONFIG_SENSORS_LM95241 is not set
1573# CONFIG_SENSORS_LM95245 is not set
1574# CONFIG_SENSORS_MAX1111 is not set
1575# CONFIG_SENSORS_MAX16065 is not set
1576# CONFIG_SENSORS_MAX1619 is not set
1577# CONFIG_SENSORS_MAX1668 is not set
1578# CONFIG_SENSORS_MAX197 is not set
1579# CONFIG_SENSORS_MAX6639 is not set
1580# CONFIG_SENSORS_MAX6642 is not set
1581# CONFIG_SENSORS_MAX6650 is not set
1582# CONFIG_SENSORS_MAX6697 is not set
1583# CONFIG_SENSORS_MCP3021 is not set
1584# CONFIG_SENSORS_NCT6775 is not set
1585# CONFIG_SENSORS_PC87360 is not set
1586# CONFIG_SENSORS_PC87427 is not set
1587# CONFIG_SENSORS_PCF8591 is not set
1588# CONFIG_PMBUS is not set
1589# CONFIG_SENSORS_SHT15 is not set
1590# CONFIG_SENSORS_SHT21 is not set
1591# CONFIG_SENSORS_SIS5595 is not set
1592# CONFIG_SENSORS_SMM665 is not set
1593# CONFIG_SENSORS_DME1737 is not set
1594# CONFIG_SENSORS_EMC1403 is not set
1595# CONFIG_SENSORS_EMC2103 is not set
1596# CONFIG_SENSORS_EMC6W201 is not set
1597# CONFIG_SENSORS_SMSC47M1 is not set
1598# CONFIG_SENSORS_SMSC47M192 is not set
1599# CONFIG_SENSORS_SMSC47B397 is not set
1600# CONFIG_SENSORS_SCH56XX_COMMON is not set
1601# CONFIG_SENSORS_SCH5627 is not set
1602# CONFIG_SENSORS_SCH5636 is not set
1603# CONFIG_SENSORS_ADS1015 is not set
1604# CONFIG_SENSORS_ADS7828 is not set
1605# CONFIG_SENSORS_ADS7871 is not set
1606# CONFIG_SENSORS_AMC6821 is not set
1607# CONFIG_SENSORS_INA209 is not set
1608# CONFIG_SENSORS_INA2XX is not set
1609# CONFIG_SENSORS_THMC50 is not set
1610# CONFIG_SENSORS_TMP102 is not set
1611# CONFIG_SENSORS_TMP401 is not set
1612# CONFIG_SENSORS_TMP421 is not set
1613# CONFIG_SENSORS_VEXPRESS is not set
1614# CONFIG_SENSORS_VIA686A is not set
1615# CONFIG_SENSORS_VT1211 is not set
1616# CONFIG_SENSORS_VT8231 is not set
1617# CONFIG_SENSORS_W83781D is not set
1618# CONFIG_SENSORS_W83791D is not set
1619# CONFIG_SENSORS_W83792D is not set
1620# CONFIG_SENSORS_W83793 is not set
1621# CONFIG_SENSORS_W83795 is not set
1622# CONFIG_SENSORS_W83L785TS is not set
1623# CONFIG_SENSORS_W83L786NG is not set
1624# CONFIG_SENSORS_W83627HF is not set
1625# CONFIG_SENSORS_W83627EHF is not set
1626CONFIG_SENSORS_XADCPS=y
1627# CONFIG_THERMAL is not set
1628CONFIG_WATCHDOG=y
1629CONFIG_WATCHDOG_CORE=y
1630# CONFIG_WATCHDOG_NOWAYOUT is not set
1631
1632#
1633# Watchdog Device Drivers
1634#
1635# CONFIG_SOFT_WATCHDOG is not set
1636# CONFIG_ARM_SP805_WATCHDOG is not set
1637# CONFIG_DW_WATCHDOG is not set
1638CONFIG_MPCORE_WATCHDOG=y
1639CONFIG_XILINX_PS_WATCHDOG=y
1640# CONFIG_MAX63XX_WATCHDOG is not set
1641# CONFIG_ALIM7101_WDT is not set
1642# CONFIG_I6300ESB_WDT is not set
1643CONFIG_XILINX_WATCHDOG=y
1644
1645#
1646# PCI-based Watchdog Cards
1647#
1648# CONFIG_PCIPCWATCHDOG is not set
1649# CONFIG_WDTPCI is not set
1650
1651#
1652# USB-based Watchdog Cards
1653#
1654# CONFIG_USBPCWATCHDOG is not set
1655CONFIG_SSB_POSSIBLE=y
1656
1657#
1658# Sonics Silicon Backplane
1659#
1660# CONFIG_SSB is not set
1661CONFIG_BCMA_POSSIBLE=y
1662
1663#
1664# Broadcom specific AMBA
1665#
1666# CONFIG_BCMA is not set
1667
1668#
1669# Multifunction device drivers
1670#
1671# CONFIG_MFD_CORE is not set
1672# CONFIG_MFD_AS3711 is not set
1673# CONFIG_PMIC_ADP5520 is not set
1674# CONFIG_MFD_AAT2870_CORE is not set
1675# CONFIG_MFD_CROS_EC is not set
1676# CONFIG_MFD_ASIC3 is not set
1677# CONFIG_PMIC_DA903X is not set
1678# CONFIG_MFD_DA9052_SPI is not set
1679# CONFIG_MFD_DA9052_I2C is not set
1680# CONFIG_MFD_DA9055 is not set
1681# CONFIG_MFD_MC13XXX_SPI is not set
1682# CONFIG_MFD_MC13XXX_I2C is not set
1683# CONFIG_HTC_EGPIO is not set
1684# CONFIG_HTC_PASIC3 is not set
1685# CONFIG_HTC_I2CPLD is not set
1686# CONFIG_LPC_ICH is not set
1687# CONFIG_LPC_SCH is not set
1688# CONFIG_MFD_JANZ_CMODIO is not set
1689# CONFIG_MFD_88PM800 is not set
1690# CONFIG_MFD_88PM805 is not set
1691# CONFIG_MFD_88PM860X is not set
1692# CONFIG_MFD_MAX77686 is not set
1693# CONFIG_MFD_MAX77693 is not set
1694# CONFIG_MFD_MAX8907 is not set
1695# CONFIG_MFD_MAX8925 is not set
1696# CONFIG_MFD_MAX8997 is not set
1697# CONFIG_MFD_MAX8998 is not set
1698# CONFIG_EZX_PCAP is not set
1699# CONFIG_MFD_VIPERBOARD is not set
1700# CONFIG_MFD_RETU is not set
1701# CONFIG_MFD_PCF50633 is not set
1702# CONFIG_MFD_RDC321X is not set
1703# CONFIG_MFD_RTSX_PCI is not set
1704# CONFIG_MFD_RC5T583 is not set
1705# CONFIG_MFD_SEC_CORE is not set
1706# CONFIG_MFD_SI476X_CORE is not set
1707# CONFIG_MFD_SM501 is not set
1708# CONFIG_MFD_SMSC is not set
1709# CONFIG_ABX500_CORE is not set
1710# CONFIG_MFD_STMPE is not set
1711# CONFIG_MFD_SYSCON is not set
1712# CONFIG_MFD_TI_AM335X_TSCADC is not set
1713# CONFIG_MFD_LP8788 is not set
1714# CONFIG_MFD_PALMAS is not set
1715# CONFIG_TPS6105X is not set
1716# CONFIG_TPS65010 is not set
1717# CONFIG_TPS6507X is not set
1718# CONFIG_MFD_TPS65090 is not set
1719# CONFIG_MFD_TPS65217 is not set
1720# CONFIG_MFD_TPS6586X is not set
1721# CONFIG_MFD_TPS65910 is not set
1722# CONFIG_MFD_TPS65912 is not set
1723# CONFIG_MFD_TPS65912_I2C is not set
1724# CONFIG_MFD_TPS65912_SPI is not set
1725# CONFIG_MFD_TPS80031 is not set
1726# CONFIG_TWL4030_CORE is not set
1727# CONFIG_TWL6040_CORE is not set
1728# CONFIG_MFD_WL1273_CORE is not set
1729# CONFIG_MFD_LM3533 is not set
1730# CONFIG_MFD_TIMBERDALE is not set
1731# CONFIG_MFD_TC3589X is not set
1732# CONFIG_MFD_TMIO is not set
1733# CONFIG_MFD_T7L66XB is not set
1734# CONFIG_MFD_TC6387XB is not set
1735# CONFIG_MFD_TC6393XB is not set
1736# CONFIG_MFD_VX855 is not set
1737# CONFIG_MFD_ARIZONA_I2C is not set
1738# CONFIG_MFD_ARIZONA_SPI is not set
1739# CONFIG_MFD_WM8400 is not set
1740# CONFIG_MFD_WM831X_I2C is not set
1741# CONFIG_MFD_WM831X_SPI is not set
1742# CONFIG_MFD_WM8350_I2C is not set
1743# CONFIG_MFD_WM8994 is not set
1744CONFIG_VEXPRESS_CONFIG=y
1745# CONFIG_REGULATOR is not set
1746CONFIG_MEDIA_SUPPORT=y
1747
1748#
1749# Multimedia core support
1750#
1751# CONFIG_MEDIA_CAMERA_SUPPORT is not set
1752# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
1753# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
1754# CONFIG_MEDIA_RADIO_SUPPORT is not set
1755# CONFIG_MEDIA_RC_SUPPORT is not set
1756# CONFIG_VIDEO_ADV_DEBUG is not set
1757# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
1758# CONFIG_TTPCI_EEPROM is not set
1759
1760#
1761# Media drivers
1762#
1763# CONFIG_MEDIA_USB_SUPPORT is not set
1764# CONFIG_MEDIA_PCI_SUPPORT is not set
1765
1766#
1767# Supported MMC/SDIO adapters
1768#
1769# CONFIG_CYPRESS_FIRMWARE is not set
1770
1771#
1772# Media ancillary drivers (tuners, sensors, i2c, frontends)
1773#
1774
1775#
1776# Customise DVB Frontends
1777#
1778# CONFIG_DVB_TUNER_DIB0070 is not set
1779# CONFIG_DVB_TUNER_DIB0090 is not set
1780
1781#
1782# Tools to develop new frontends
1783#
1784# CONFIG_DVB_DUMMY_FE is not set
1785
1786#
1787# Graphics support
1788#
1789CONFIG_VGA_ARB=y
1790CONFIG_VGA_ARB_MAX_GPUS=16
1791# CONFIG_DRM is not set
1792# CONFIG_TEGRA_HOST1X is not set
1793# CONFIG_VGASTATE is not set
1794# CONFIG_VIDEO_OUTPUT_CONTROL is not set
1795CONFIG_FB=y
1796# CONFIG_FIRMWARE_EDID is not set
1797# CONFIG_FB_DDC is not set
1798# CONFIG_FB_BOOT_VESA_SUPPORT is not set
1799CONFIG_FB_CFB_FILLRECT=y
1800CONFIG_FB_CFB_COPYAREA=y
1801CONFIG_FB_CFB_IMAGEBLIT=y
1802# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1803# CONFIG_FB_SYS_FILLRECT is not set
1804# CONFIG_FB_SYS_COPYAREA is not set
1805# CONFIG_FB_SYS_IMAGEBLIT is not set
1806# CONFIG_FB_FOREIGN_ENDIAN is not set
1807# CONFIG_FB_SYS_FOPS is not set
1808# CONFIG_FB_SVGALIB is not set
1809# CONFIG_FB_MACMODES is not set
1810# CONFIG_FB_BACKLIGHT is not set
1811# CONFIG_FB_MODE_HELPERS is not set
1812# CONFIG_FB_TILEBLITTING is not set
1813
1814#
1815# Frame buffer hardware drivers
1816#
1817# CONFIG_FB_CIRRUS is not set
1818# CONFIG_FB_PM2 is not set
1819# CONFIG_FB_ARMCLCD is not set
1820# CONFIG_FB_CYBER2000 is not set
1821# CONFIG_FB_ASILIANT is not set
1822# CONFIG_FB_IMSTT is not set
1823# CONFIG_FB_UVESA is not set
1824# CONFIG_FB_S1D13XXX is not set
1825# CONFIG_FB_NVIDIA is not set
1826# CONFIG_FB_RIVA is not set
1827# CONFIG_FB_I740 is not set
1828# CONFIG_FB_MATROX is not set
1829# CONFIG_FB_RADEON is not set
1830# CONFIG_FB_ATY128 is not set
1831# CONFIG_FB_ATY is not set
1832# CONFIG_FB_S3 is not set
1833# CONFIG_FB_SAVAGE is not set
1834# CONFIG_FB_SIS is not set
1835# CONFIG_FB_NEOMAGIC is not set
1836# CONFIG_FB_KYRO is not set
1837# CONFIG_FB_3DFX is not set
1838# CONFIG_FB_VOODOO1 is not set
1839# CONFIG_FB_VT8623 is not set
1840# CONFIG_FB_TRIDENT is not set
1841# CONFIG_FB_ARK is not set
1842# CONFIG_FB_PM3 is not set
1843# CONFIG_FB_CARMINE is not set
1844# CONFIG_FB_SMSCUFX is not set
1845# CONFIG_FB_UDL is not set
1846# CONFIG_FB_XILINX is not set
1847# CONFIG_FB_GOLDFISH is not set
1848# CONFIG_FB_VIRTUAL is not set
1849# CONFIG_FB_METRONOME is not set
1850# CONFIG_FB_MB862XX is not set
1851# CONFIG_FB_BROADSHEET is not set
1852# CONFIG_FB_AUO_K190X is not set
1853# CONFIG_FB_SIMPLE is not set
1854CONFIG_FB_XYLON=y
1855# CONFIG_FB_XYLON_PLATFORM is not set
1856CONFIG_FB_XYLON_OF=y
1857# CONFIG_FB_XYLON_PIXCLK is not set
1858# CONFIG_FB_XYLON_MISC is not set
1859# CONFIG_EXYNOS_VIDEO is not set
1860# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1861
1862#
1863# Console display driver support
1864#
1865CONFIG_DUMMY_CONSOLE=y
1866CONFIG_FRAMEBUFFER_CONSOLE=y
1867# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1868# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1869CONFIG_FONTS=y
1870CONFIG_FONT_8x8=y
1871CONFIG_FONT_8x16=y
1872# CONFIG_FONT_6x11 is not set
1873# CONFIG_FONT_7x14 is not set
1874# CONFIG_FONT_PEARL_8x8 is not set
1875# CONFIG_FONT_ACORN_8x8 is not set
1876# CONFIG_FONT_MINI_4x6 is not set
1877# CONFIG_FONT_SUN8x16 is not set
1878# CONFIG_FONT_SUN12x22 is not set
1879# CONFIG_FONT_10x18 is not set
1880# CONFIG_LOGO is not set
1881# CONFIG_FB_SSD1307 is not set
1882# CONFIG_SOUND is not set
1883
1884#
1885# HID support
1886#
1887CONFIG_HID=y
1888# CONFIG_HID_BATTERY_STRENGTH is not set
1889# CONFIG_HIDRAW is not set
1890# CONFIG_UHID is not set
1891CONFIG_HID_GENERIC=y
1892
1893#
1894# Special HID drivers
1895#
1896# CONFIG_HID_A4TECH is not set
1897# CONFIG_HID_ACRUX is not set
1898# CONFIG_HID_APPLE is not set
1899# CONFIG_HID_APPLEIR is not set
1900# CONFIG_HID_AUREAL is not set
1901# CONFIG_HID_BELKIN is not set
1902# CONFIG_HID_CHERRY is not set
1903# CONFIG_HID_CHICONY is not set
1904# CONFIG_HID_CYPRESS is not set
1905# CONFIG_HID_DRAGONRISE is not set
1906# CONFIG_HID_EMS_FF is not set
1907# CONFIG_HID_ELECOM is not set
1908# CONFIG_HID_EZKEY is not set
1909# CONFIG_HID_HOLTEK is not set
1910# CONFIG_HID_KEYTOUCH is not set
1911# CONFIG_HID_KYE is not set
1912# CONFIG_HID_UCLOGIC is not set
1913# CONFIG_HID_WALTOP is not set
1914# CONFIG_HID_GYRATION is not set
1915# CONFIG_HID_ICADE is not set
1916# CONFIG_HID_TWINHAN is not set
1917# CONFIG_HID_KENSINGTON is not set
1918# CONFIG_HID_LCPOWER is not set
1919# CONFIG_HID_LENOVO_TPKBD is not set
1920# CONFIG_HID_LOGITECH is not set
1921# CONFIG_HID_MAGICMOUSE is not set
1922CONFIG_HID_MICROSOFT=y
1923# CONFIG_HID_MONTEREY is not set
1924# CONFIG_HID_MULTITOUCH is not set
1925# CONFIG_HID_NTRIG is not set
1926# CONFIG_HID_ORTEK is not set
1927# CONFIG_HID_PANTHERLORD is not set
1928# CONFIG_HID_PETALYNX is not set
1929# CONFIG_HID_PICOLCD is not set
1930# CONFIG_HID_PRIMAX is not set
1931# CONFIG_HID_PS3REMOTE is not set
1932# CONFIG_HID_ROCCAT is not set
1933# CONFIG_HID_SAITEK is not set
1934# CONFIG_HID_SAMSUNG is not set
1935# CONFIG_HID_SONY is not set
1936# CONFIG_HID_SPEEDLINK is not set
1937# CONFIG_HID_STEELSERIES is not set
1938# CONFIG_HID_SUNPLUS is not set
1939# CONFIG_HID_GREENASIA is not set
1940# CONFIG_HID_SMARTJOYPLUS is not set
1941# CONFIG_HID_TIVO is not set
1942# CONFIG_HID_TOPSEED is not set
1943# CONFIG_HID_THRUSTMASTER is not set
1944# CONFIG_HID_ZEROPLUS is not set
1945# CONFIG_HID_ZYDACRON is not set
1946# CONFIG_HID_SENSOR_HUB is not set
1947
1948#
1949# USB HID support
1950#
1951CONFIG_USB_HID=y
1952# CONFIG_HID_PID is not set
1953# CONFIG_USB_HIDDEV is not set
1954
1955#
1956# I2C HID support
1957#
1958# CONFIG_I2C_HID is not set
1959CONFIG_USB_ARCH_HAS_OHCI=y
1960CONFIG_USB_ARCH_HAS_EHCI=y
1961CONFIG_USB_ARCH_HAS_XHCI=y
1962CONFIG_USB_SUPPORT=y
1963CONFIG_USB_COMMON=y
1964CONFIG_USB_ARCH_HAS_HCD=y
1965CONFIG_USB=y
1966# CONFIG_USB_DEBUG is not set
1967# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
1968
1969#
1970# Miscellaneous USB options
1971#
1972CONFIG_USB_DEFAULT_PERSIST=y
1973# CONFIG_USB_DYNAMIC_MINORS is not set
1974CONFIG_USB_OTG=y
1975# CONFIG_USB_OTG_WHITELIST is not set
1976# CONFIG_USB_OTG_BLACKLIST_HUB is not set
1977# CONFIG_USB_MON is not set
1978# CONFIG_USB_WUSB_CBAF is not set
1979
1980#
1981# USB Host Controller Drivers
1982#
1983# CONFIG_USB_C67X00_HCD is not set
1984# CONFIG_USB_XHCI_HCD is not set
1985CONFIG_USB_EHCI_HCD=y
1986CONFIG_USB_EHCI_ROOT_HUB_TT=y
1987# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1988CONFIG_USB_EHCI_PCI=y
1989CONFIG_USB_XUSBPS_DR_OF=y
1990CONFIG_USB_EHCI_XUSBPS=y
1991# CONFIG_USB_EHCI_HCD_PLATFORM is not set
1992# CONFIG_USB_OXU210HP_HCD is not set
1993# CONFIG_USB_ISP116X_HCD is not set
1994# CONFIG_USB_ISP1760_HCD is not set
1995# CONFIG_USB_ISP1362_HCD is not set
1996# CONFIG_USB_OHCI_HCD is not set
1997# CONFIG_USB_UHCI_HCD is not set
1998# CONFIG_USB_SL811_HCD is not set
1999# CONFIG_USB_R8A66597_HCD is not set
2000# CONFIG_USB_MUSB_HDRC is not set
2001# CONFIG_USB_RENESAS_USBHS is not set
2002
2003#
2004# USB Device Class drivers
2005#
2006# CONFIG_USB_ACM is not set
2007# CONFIG_USB_PRINTER is not set
2008# CONFIG_USB_WDM is not set
2009# CONFIG_USB_TMC is not set
2010
2011#
2012# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
2013#
2014
2015#
2016# also be needed; see USB_STORAGE Help for more info
2017#
2018CONFIG_USB_STORAGE=y
2019# CONFIG_USB_STORAGE_DEBUG is not set
2020# CONFIG_USB_STORAGE_REALTEK is not set
2021# CONFIG_USB_STORAGE_DATAFAB is not set
2022# CONFIG_USB_STORAGE_FREECOM is not set
2023# CONFIG_USB_STORAGE_ISD200 is not set
2024# CONFIG_USB_STORAGE_USBAT is not set
2025# CONFIG_USB_STORAGE_SDDR09 is not set
2026# CONFIG_USB_STORAGE_SDDR55 is not set
2027# CONFIG_USB_STORAGE_JUMPSHOT is not set
2028# CONFIG_USB_STORAGE_ALAUDA is not set
2029# CONFIG_USB_STORAGE_ONETOUCH is not set
2030# CONFIG_USB_STORAGE_KARMA is not set
2031# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
2032# CONFIG_USB_STORAGE_ENE_UB6250 is not set
2033
2034#
2035# USB Imaging devices
2036#
2037# CONFIG_USB_MDC800 is not set
2038# CONFIG_USB_MICROTEK is not set
2039# CONFIG_USB_DWC3 is not set
2040# CONFIG_USB_CHIPIDEA is not set
2041
2042#
2043# USB port drivers
2044#
2045# CONFIG_USB_SERIAL is not set
2046
2047#
2048# USB Miscellaneous drivers
2049#
2050# CONFIG_USB_EMI62 is not set
2051# CONFIG_USB_EMI26 is not set
2052# CONFIG_USB_ADUTUX is not set
2053# CONFIG_USB_SEVSEG is not set
2054# CONFIG_USB_RIO500 is not set
2055# CONFIG_USB_LEGOTOWER is not set
2056# CONFIG_USB_LCD is not set
2057# CONFIG_USB_LED is not set
2058# CONFIG_USB_CYPRESS_CY7C63 is not set
2059# CONFIG_USB_CYTHERM is not set
2060# CONFIG_USB_IDMOUSE is not set
2061# CONFIG_USB_FTDI_ELAN is not set
2062# CONFIG_USB_APPLEDISPLAY is not set
2063# CONFIG_USB_SISUSBVGA is not set
2064# CONFIG_USB_LD is not set
2065# CONFIG_USB_TRANCEVIBRATOR is not set
2066# CONFIG_USB_IOWARRIOR is not set
2067# CONFIG_USB_TEST is not set
2068# CONFIG_USB_ISIGHTFW is not set
2069# CONFIG_USB_YUREX is not set
2070# CONFIG_USB_EZUSB_FX2 is not set
2071# CONFIG_USB_HSIC_USB3503 is not set
2072CONFIG_USB_PHY=y
2073# CONFIG_NOP_USB_XCEIV is not set
2074# CONFIG_OMAP_CONTROL_USB is not set
2075# CONFIG_OMAP_USB3 is not set
2076# CONFIG_SAMSUNG_USBPHY is not set
2077# CONFIG_SAMSUNG_USB2PHY is not set
2078# CONFIG_SAMSUNG_USB3PHY is not set
2079# CONFIG_USB_GPIO_VBUS is not set
2080# CONFIG_USB_ISP1301 is not set
2081# CONFIG_USB_RCAR_PHY is not set
2082CONFIG_USB_ULPI=y
2083CONFIG_USB_ULPI_VIEWPORT=y
2084# CONFIG_USB_ZYNQ_PHY is not set
2085CONFIG_USB_GADGET=y
2086# CONFIG_USB_GADGET_DEBUG is not set
2087# CONFIG_USB_GADGET_DEBUG_FILES is not set
2088# CONFIG_USB_GADGET_DEBUG_FS is not set
2089CONFIG_USB_GADGET_VBUS_DRAW=2
2090CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
2091
2092#
2093# USB Peripheral Controller
2094#
2095CONFIG_USB_GADGET_XUSBPS=y
2096CONFIG_XUSBPS_ERRATA_DT654401=y
2097CONFIG_USB_XUSBPS=y
2098# CONFIG_USB_FUSB300 is not set
2099# CONFIG_USB_R8A66597 is not set
2100CONFIG_USB_GADGET_XILINX=y
2101# CONFIG_USB_PXA27X is not set
2102# CONFIG_USB_MV_UDC is not set
2103# CONFIG_USB_MV_U3D is not set
2104# CONFIG_USB_M66592 is not set
2105# CONFIG_USB_AMD5536UDC is not set
2106# CONFIG_USB_NET2272 is not set
2107# CONFIG_USB_NET2280 is not set
2108# CONFIG_USB_GOKU is not set
2109# CONFIG_USB_EG20T is not set
2110# CONFIG_USB_DUMMY_HCD is not set
2111CONFIG_USB_LIBCOMPOSITE=m
2112CONFIG_USB_F_SS_LB=m
2113CONFIG_USB_ZERO=m
2114# CONFIG_USB_ZERO_HNPTEST is not set
2115# CONFIG_USB_ETH is not set
2116# CONFIG_USB_G_NCM is not set
2117# CONFIG_USB_GADGETFS is not set
2118# CONFIG_USB_FUNCTIONFS is not set
2119# CONFIG_USB_MASS_STORAGE is not set
2120# CONFIG_USB_G_SERIAL is not set
2121# CONFIG_USB_G_PRINTER is not set
2122# CONFIG_USB_CDC_COMPOSITE is not set
2123# CONFIG_USB_G_ACM_MS is not set
2124# CONFIG_USB_G_MULTI is not set
2125# CONFIG_USB_G_HID is not set
2126# CONFIG_USB_G_DBGP is not set
2127# CONFIG_UWB is not set
2128CONFIG_MMC=y
2129# CONFIG_MMC_DEBUG is not set
2130# CONFIG_MMC_UNSAFE_RESUME is not set
2131# CONFIG_MMC_CLKGATE is not set
2132
2133#
2134# MMC/SD/SDIO Card Drivers
2135#
2136CONFIG_MMC_BLOCK=y
2137CONFIG_MMC_BLOCK_MINORS=8
2138CONFIG_MMC_BLOCK_BOUNCE=y
2139# CONFIG_SDIO_UART is not set
2140# CONFIG_MMC_TEST is not set
2141
2142#
2143# MMC/SD/SDIO Host Controller Drivers
2144#
2145# CONFIG_MMC_ARMMMCI is not set
2146CONFIG_MMC_SDHCI=y
2147# CONFIG_MMC_SDHCI_PCI is not set
2148CONFIG_MMC_SDHCI_PLTFM=y
2149CONFIG_MMC_SDHCI_OF_XILINX_PS=y
2150# CONFIG_MMC_SDHCI_PXAV3 is not set
2151# CONFIG_MMC_SDHCI_PXAV2 is not set
2152# CONFIG_MMC_TIFM_SD is not set
2153# CONFIG_MMC_CB710 is not set
2154# CONFIG_MMC_VIA_SDMMC is not set
2155# CONFIG_MMC_DW is not set
2156# CONFIG_MMC_VUB300 is not set
2157# CONFIG_MMC_USHC is not set
2158# CONFIG_MEMSTICK is not set
2159# CONFIG_NEW_LEDS is not set
2160# CONFIG_ACCESSIBILITY is not set
2161# CONFIG_INFINIBAND is not set
2162CONFIG_EDAC=y
2163CONFIG_EDAC_LEGACY_SYSFS=y
2164# CONFIG_EDAC_DEBUG is not set
2165CONFIG_EDAC_MM_EDAC=y
2166CONFIG_EDAC_ZYNQ=y
2167CONFIG_RTC_LIB=y
2168CONFIG_RTC_CLASS=y
2169CONFIG_RTC_HCTOSYS=y
2170CONFIG_RTC_SYSTOHC=y
2171CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
2172# CONFIG_RTC_DEBUG is not set
2173
2174#
2175# RTC interfaces
2176#
2177CONFIG_RTC_INTF_SYSFS=y
2178CONFIG_RTC_INTF_PROC=y
2179CONFIG_RTC_INTF_DEV=y
2180# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
2181# CONFIG_RTC_DRV_TEST is not set
2182
2183#
2184# I2C RTC drivers
2185#
2186# CONFIG_RTC_DRV_DS1307 is not set
2187# CONFIG_RTC_DRV_DS1374 is not set
2188# CONFIG_RTC_DRV_DS1672 is not set
2189# CONFIG_RTC_DRV_DS3232 is not set
2190# CONFIG_RTC_DRV_MAX6900 is not set
2191# CONFIG_RTC_DRV_RS5C372 is not set
2192# CONFIG_RTC_DRV_ISL1208 is not set
2193# CONFIG_RTC_DRV_ISL12022 is not set
2194# CONFIG_RTC_DRV_X1205 is not set
2195# CONFIG_RTC_DRV_PCF8523 is not set
2196CONFIG_RTC_DRV_PCF8563=y
2197# CONFIG_RTC_DRV_PCF8583 is not set
2198# CONFIG_RTC_DRV_M41T80 is not set
2199# CONFIG_RTC_DRV_BQ32K is not set
2200# CONFIG_RTC_DRV_S35390A is not set
2201# CONFIG_RTC_DRV_FM3130 is not set
2202# CONFIG_RTC_DRV_RX8581 is not set
2203# CONFIG_RTC_DRV_RX8025 is not set
2204# CONFIG_RTC_DRV_EM3027 is not set
2205# CONFIG_RTC_DRV_RV3029C2 is not set
2206
2207#
2208# SPI RTC drivers
2209#
2210# CONFIG_RTC_DRV_M41T93 is not set
2211# CONFIG_RTC_DRV_M41T94 is not set
2212# CONFIG_RTC_DRV_DS1305 is not set
2213# CONFIG_RTC_DRV_DS1390 is not set
2214# CONFIG_RTC_DRV_MAX6902 is not set
2215# CONFIG_RTC_DRV_R9701 is not set
2216# CONFIG_RTC_DRV_RS5C348 is not set
2217# CONFIG_RTC_DRV_DS3234 is not set
2218# CONFIG_RTC_DRV_PCF2123 is not set
2219# CONFIG_RTC_DRV_RX4581 is not set
2220
2221#
2222# Platform RTC drivers
2223#
2224# CONFIG_RTC_DRV_CMOS is not set
2225# CONFIG_RTC_DRV_DS1286 is not set
2226# CONFIG_RTC_DRV_DS1511 is not set
2227# CONFIG_RTC_DRV_DS1553 is not set
2228# CONFIG_RTC_DRV_DS1742 is not set
2229# CONFIG_RTC_DRV_STK17TA8 is not set
2230# CONFIG_RTC_DRV_M48T86 is not set
2231# CONFIG_RTC_DRV_M48T35 is not set
2232# CONFIG_RTC_DRV_M48T59 is not set
2233# CONFIG_RTC_DRV_MSM6242 is not set
2234# CONFIG_RTC_DRV_BQ4802 is not set
2235# CONFIG_RTC_DRV_RP5C01 is not set
2236# CONFIG_RTC_DRV_V3020 is not set
2237# CONFIG_RTC_DRV_DS2404 is not set
2238
2239#
2240# on-CPU RTC drivers
2241#
2242# CONFIG_RTC_DRV_PL030 is not set
2243# CONFIG_RTC_DRV_PL031 is not set
2244# CONFIG_RTC_DRV_SNVS is not set
2245
2246#
2247# HID Sensor RTC drivers
2248#
2249# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
2250CONFIG_DMADEVICES=y
2251# CONFIG_DMADEVICES_DEBUG is not set
2252
2253#
2254# DMA Devices
2255#
2256CONFIG_XILINX_DMA_ENGINES=y
2257CONFIG_XILINX_AXIDMA=y
2258# CONFIG_XILINX_DMATEST is not set
2259CONFIG_XILINX_AXIVDMA=y
2260# CONFIG_XILINX_VDMATEST is not set
2261CONFIG_XILINX_AXICDMA=y
2262# CONFIG_XILINX_CDMATEST is not set
2263# CONFIG_AMBA_PL08X is not set
2264# CONFIG_DW_DMAC is not set
2265# CONFIG_TIMB_DMA is not set
2266CONFIG_PL330_DMA=y
2267CONFIG_DMA_OF=y
2268
2269#
2270# DMA Clients
2271#
2272# CONFIG_NET_DMA is not set
2273# CONFIG_ASYNC_TX_DMA is not set
2274# CONFIG_DMATEST is not set
2275# CONFIG_AUXDISPLAY is not set
2276CONFIG_UIO=y
2277# CONFIG_UIO_CIF is not set
2278CONFIG_UIO_PDRV_GENIRQ=y
2279# CONFIG_UIO_DMEM_GENIRQ is not set
2280# CONFIG_UIO_AEC is not set
2281# CONFIG_UIO_SERCOS3 is not set
2282# CONFIG_UIO_PCI_GENERIC is not set
2283# CONFIG_UIO_NETX is not set
2284# CONFIG_VIRT_DRIVERS is not set
2285CONFIG_VIRTIO=m
2286
2287#
2288# Virtio drivers
2289#
2290# CONFIG_VIRTIO_PCI is not set
2291# CONFIG_VIRTIO_BALLOON is not set
2292# CONFIG_VIRTIO_MMIO is not set
2293
2294#
2295# Microsoft Hyper-V guest support
2296#
2297# CONFIG_STAGING is not set
2298CONFIG_CLKDEV_LOOKUP=y
2299CONFIG_HAVE_CLK_PREPARE=y
2300CONFIG_COMMON_CLK=y
2301
2302#
2303# Common Clock Framework
2304#
2305CONFIG_COMMON_CLK_DEBUG=y
2306CONFIG_COMMON_CLK_VERSATILE=y
2307# CONFIG_COMMON_CLK_SI5351 is not set
2308# CONFIG_COMMON_CLK_AXI_CLKGEN is not set
2309
2310#
2311# Hardware Spinlock drivers
2312#
2313CONFIG_CLKSRC_OF=y
2314CONFIG_CLKSRC_MMIO=y
2315CONFIG_CADENCE_TTC_TIMER=y
2316# CONFIG_MAILBOX is not set
2317CONFIG_IOMMU_SUPPORT=y
2318CONFIG_OF_IOMMU=y
2319
2320#
2321# Remoteproc drivers
2322#
2323CONFIG_REMOTEPROC=m
2324# CONFIG_STE_MODEM_RPROC is not set
2325CONFIG_ZYNQ_REMOTEPROC=m
2326CONFIG_MB_REMOTEPROC=m
2327
2328#
2329# Rpmsg drivers
2330#
2331CONFIG_RPMSG=m
2332# CONFIG_RPMSG_SERVER_SAMPLE is not set
2333# CONFIG_RPMSG_OMX is not set
2334# CONFIG_RPMSG_FREERTOS_STAT is not set
2335# CONFIG_PM_DEVFREQ is not set
2336# CONFIG_EXTCON is not set
2337CONFIG_MEMORY=y
2338CONFIG_ZYNQ_SMC=y
2339# CONFIG_IIO is not set
2340# CONFIG_VME_BUS is not set
2341# CONFIG_PWM is not set
2342# CONFIG_PMODS is not set
2343CONFIG_IRQCHIP=y
2344CONFIG_ARM_GIC=y
2345# CONFIG_IPACK_BUS is not set
2346# CONFIG_RESET_CONTROLLER is not set
2347
2348#
2349# File systems
2350#
2351CONFIG_DCACHE_WORD_ACCESS=y
2352CONFIG_EXT2_FS=y
2353# CONFIG_EXT2_FS_XATTR is not set
2354# CONFIG_EXT2_FS_XIP is not set
2355CONFIG_EXT3_FS=y
2356# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
2357CONFIG_EXT3_FS_XATTR=y
2358# CONFIG_EXT3_FS_POSIX_ACL is not set
2359# CONFIG_EXT3_FS_SECURITY is not set
2360CONFIG_EXT4_FS=y
2361# CONFIG_EXT4_FS_POSIX_ACL is not set
2362# CONFIG_EXT4_FS_SECURITY is not set
2363# CONFIG_EXT4_DEBUG is not set
2364CONFIG_JBD=y
2365# CONFIG_JBD_DEBUG is not set
2366CONFIG_JBD2=y
2367# CONFIG_JBD2_DEBUG is not set
2368CONFIG_FS_MBCACHE=y
2369# CONFIG_REISERFS_FS is not set
2370# CONFIG_JFS_FS is not set
2371# CONFIG_XFS_FS is not set
2372# CONFIG_GFS2_FS is not set
2373# CONFIG_OCFS2_FS is not set
2374# CONFIG_BTRFS_FS is not set
2375# CONFIG_NILFS2_FS is not set
2376# CONFIG_FS_POSIX_ACL is not set
2377CONFIG_FILE_LOCKING=y
2378CONFIG_FSNOTIFY=y
2379# CONFIG_DNOTIFY is not set
2380CONFIG_INOTIFY_USER=y
2381# CONFIG_FANOTIFY is not set
2382# CONFIG_QUOTA is not set
2383# CONFIG_QUOTACTL is not set
2384# CONFIG_AUTOFS4_FS is not set
2385# CONFIG_FUSE_FS is not set
2386
2387#
2388# Caches
2389#
2390# CONFIG_FSCACHE is not set
2391
2392#
2393# CD-ROM/DVD Filesystems
2394#
2395# CONFIG_ISO9660_FS is not set
2396# CONFIG_UDF_FS is not set
2397
2398#
2399# DOS/FAT/NT Filesystems
2400#
2401CONFIG_FAT_FS=y
2402CONFIG_MSDOS_FS=y
2403CONFIG_VFAT_FS=y
2404CONFIG_FAT_DEFAULT_CODEPAGE=437
2405CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
2406# CONFIG_NTFS_FS is not set
2407
2408#
2409# Pseudo filesystems
2410#
2411CONFIG_PROC_FS=y
2412CONFIG_PROC_SYSCTL=y
2413CONFIG_PROC_PAGE_MONITOR=y
2414CONFIG_SYSFS=y
2415CONFIG_TMPFS=y
2416# CONFIG_TMPFS_POSIX_ACL is not set
2417# CONFIG_TMPFS_XATTR is not set
2418# CONFIG_HUGETLB_PAGE is not set
2419CONFIG_CONFIGFS_FS=m
2420CONFIG_MISC_FILESYSTEMS=y
2421# CONFIG_ADFS_FS is not set
2422# CONFIG_AFFS_FS is not set
2423# CONFIG_HFS_FS is not set
2424# CONFIG_HFSPLUS_FS is not set
2425# CONFIG_BEFS_FS is not set
2426# CONFIG_BFS_FS is not set
2427# CONFIG_EFS_FS is not set
2428CONFIG_JFFS2_FS=y
2429CONFIG_JFFS2_FS_DEBUG=0
2430CONFIG_JFFS2_FS_WRITEBUFFER=y
2431# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
2432CONFIG_JFFS2_SUMMARY=y
2433# CONFIG_JFFS2_FS_XATTR is not set
2434# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
2435CONFIG_JFFS2_ZLIB=y
2436# CONFIG_JFFS2_LZO is not set
2437CONFIG_JFFS2_RTIME=y
2438# CONFIG_JFFS2_RUBIN is not set
2439# CONFIG_LOGFS is not set
2440# CONFIG_CRAMFS is not set
2441# CONFIG_SQUASHFS is not set
2442# CONFIG_VXFS_FS is not set
2443# CONFIG_MINIX_FS is not set
2444# CONFIG_OMFS_FS is not set
2445# CONFIG_HPFS_FS is not set
2446# CONFIG_QNX4FS_FS is not set
2447# CONFIG_QNX6FS_FS is not set
2448# CONFIG_ROMFS_FS is not set
2449# CONFIG_PSTORE is not set
2450# CONFIG_SYSV_FS is not set
2451# CONFIG_UFS_FS is not set
2452# CONFIG_F2FS_FS is not set
2453CONFIG_NETWORK_FILESYSTEMS=y
2454CONFIG_NFS_FS=y
2455CONFIG_NFS_V2=y
2456CONFIG_NFS_V3=y
2457# CONFIG_NFS_V3_ACL is not set
2458# CONFIG_NFS_V4 is not set
2459# CONFIG_NFS_SWAP is not set
2460CONFIG_ROOT_NFS=y
2461# CONFIG_NFSD is not set
2462CONFIG_LOCKD=y
2463CONFIG_LOCKD_V4=y
2464CONFIG_NFS_COMMON=y
2465CONFIG_SUNRPC=y
2466# CONFIG_SUNRPC_DEBUG is not set
2467# CONFIG_CEPH_FS is not set
2468# CONFIG_CIFS is not set
2469# CONFIG_NCP_FS is not set
2470# CONFIG_CODA_FS is not set
2471# CONFIG_AFS_FS is not set
2472CONFIG_NLS=y
2473CONFIG_NLS_DEFAULT="iso8859-1"
2474CONFIG_NLS_CODEPAGE_437=y
2475# CONFIG_NLS_CODEPAGE_737 is not set
2476# CONFIG_NLS_CODEPAGE_775 is not set
2477# CONFIG_NLS_CODEPAGE_850 is not set
2478# CONFIG_NLS_CODEPAGE_852 is not set
2479# CONFIG_NLS_CODEPAGE_855 is not set
2480# CONFIG_NLS_CODEPAGE_857 is not set
2481# CONFIG_NLS_CODEPAGE_860 is not set
2482# CONFIG_NLS_CODEPAGE_861 is not set
2483# CONFIG_NLS_CODEPAGE_862 is not set
2484# CONFIG_NLS_CODEPAGE_863 is not set
2485# CONFIG_NLS_CODEPAGE_864 is not set
2486# CONFIG_NLS_CODEPAGE_865 is not set
2487# CONFIG_NLS_CODEPAGE_866 is not set
2488# CONFIG_NLS_CODEPAGE_869 is not set
2489# CONFIG_NLS_CODEPAGE_936 is not set
2490# CONFIG_NLS_CODEPAGE_950 is not set
2491# CONFIG_NLS_CODEPAGE_932 is not set
2492# CONFIG_NLS_CODEPAGE_949 is not set
2493# CONFIG_NLS_CODEPAGE_874 is not set
2494# CONFIG_NLS_ISO8859_8 is not set
2495# CONFIG_NLS_CODEPAGE_1250 is not set
2496# CONFIG_NLS_CODEPAGE_1251 is not set
2497CONFIG_NLS_ASCII=y
2498CONFIG_NLS_ISO8859_1=y
2499# CONFIG_NLS_ISO8859_2 is not set
2500# CONFIG_NLS_ISO8859_3 is not set
2501# CONFIG_NLS_ISO8859_4 is not set
2502# CONFIG_NLS_ISO8859_5 is not set
2503# CONFIG_NLS_ISO8859_6 is not set
2504# CONFIG_NLS_ISO8859_7 is not set
2505# CONFIG_NLS_ISO8859_9 is not set
2506# CONFIG_NLS_ISO8859_13 is not set
2507# CONFIG_NLS_ISO8859_14 is not set
2508# CONFIG_NLS_ISO8859_15 is not set
2509# CONFIG_NLS_KOI8_R is not set
2510# CONFIG_NLS_KOI8_U is not set
2511# CONFIG_NLS_MAC_ROMAN is not set
2512# CONFIG_NLS_MAC_CELTIC is not set
2513# CONFIG_NLS_MAC_CENTEURO is not set
2514# CONFIG_NLS_MAC_CROATIAN is not set
2515# CONFIG_NLS_MAC_CYRILLIC is not set
2516# CONFIG_NLS_MAC_GAELIC is not set
2517# CONFIG_NLS_MAC_GREEK is not set
2518# CONFIG_NLS_MAC_ICELAND is not set
2519# CONFIG_NLS_MAC_INUIT is not set
2520# CONFIG_NLS_MAC_ROMANIAN is not set
2521# CONFIG_NLS_MAC_TURKISH is not set
2522# CONFIG_NLS_UTF8 is not set
2523# CONFIG_DLM is not set
2524
2525#
2526# Kernel hacking
2527#
2528# CONFIG_PRINTK_TIME is not set
2529CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
2530# CONFIG_ENABLE_WARN_DEPRECATED is not set
2531# CONFIG_ENABLE_MUST_CHECK is not set
2532CONFIG_FRAME_WARN=1024
2533# CONFIG_MAGIC_SYSRQ is not set
2534# CONFIG_STRIP_ASM_SYMS is not set
2535# CONFIG_READABLE_ASM is not set
2536# CONFIG_UNUSED_SYMBOLS is not set
2537CONFIG_DEBUG_FS=y
2538# CONFIG_HEADERS_CHECK is not set
2539# CONFIG_DEBUG_SECTION_MISMATCH is not set
2540CONFIG_DEBUG_KERNEL=y
2541# CONFIG_DEBUG_SHIRQ is not set
2542# CONFIG_LOCKUP_DETECTOR is not set
2543# CONFIG_PANIC_ON_OOPS is not set
2544CONFIG_PANIC_ON_OOPS_VALUE=0
2545# CONFIG_DETECT_HUNG_TASK is not set
2546# CONFIG_SCHED_DEBUG is not set
2547# CONFIG_SCHEDSTATS is not set
2548CONFIG_TIMER_STATS=y
2549# CONFIG_DEBUG_OBJECTS is not set
2550# CONFIG_DEBUG_SLAB is not set
2551CONFIG_HAVE_DEBUG_KMEMLEAK=y
2552# CONFIG_DEBUG_KMEMLEAK is not set
2553# CONFIG_DEBUG_PREEMPT is not set
2554# CONFIG_DEBUG_RT_MUTEXES is not set
2555# CONFIG_RT_MUTEX_TESTER is not set
2556# CONFIG_DEBUG_SPINLOCK is not set
2557# CONFIG_DEBUG_MUTEXES is not set
2558# CONFIG_DEBUG_LOCK_ALLOC is not set
2559# CONFIG_PROVE_LOCKING is not set
2560# CONFIG_LOCK_STAT is not set
2561# CONFIG_DEBUG_ATOMIC_SLEEP is not set
2562# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
2563# CONFIG_DEBUG_STACK_USAGE is not set
2564# CONFIG_DEBUG_KOBJECT is not set
2565# CONFIG_DEBUG_HIGHMEM is not set
2566# CONFIG_DEBUG_BUGVERBOSE is not set
2567# CONFIG_DEBUG_INFO is not set
2568# CONFIG_DEBUG_VM is not set
2569# CONFIG_DEBUG_WRITECOUNT is not set
2570# CONFIG_DEBUG_MEMORY_INIT is not set
2571# CONFIG_DEBUG_LIST is not set
2572# CONFIG_TEST_LIST_SORT is not set
2573# CONFIG_DEBUG_SG is not set
2574# CONFIG_DEBUG_NOTIFIERS is not set
2575# CONFIG_DEBUG_CREDENTIALS is not set
2576# CONFIG_BOOT_PRINTK_DELAY is not set
2577
2578#
2579# RCU Debugging
2580#
2581# CONFIG_PROVE_RCU_DELAY is not set
2582# CONFIG_SPARSE_RCU_POINTER is not set
2583# CONFIG_RCU_TORTURE_TEST is not set
2584CONFIG_RCU_CPU_STALL_TIMEOUT=60
2585# CONFIG_RCU_CPU_STALL_VERBOSE is not set
2586# CONFIG_RCU_CPU_STALL_INFO is not set
2587# CONFIG_RCU_TRACE is not set
2588# CONFIG_BACKTRACE_SELF_TEST is not set
2589# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
2590# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
2591# CONFIG_DEBUG_PER_CPU_MAPS is not set
2592# CONFIG_LKDTM is not set
2593# CONFIG_NOTIFIER_ERROR_INJECTION is not set
2594# CONFIG_FAULT_INJECTION is not set
2595# CONFIG_DEBUG_PAGEALLOC is not set
2596CONFIG_HAVE_FUNCTION_TRACER=y
2597CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
2598CONFIG_HAVE_DYNAMIC_FTRACE=y
2599CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
2600CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
2601CONFIG_HAVE_C_RECORDMCOUNT=y
2602CONFIG_TRACING_SUPPORT=y
2603# CONFIG_FTRACE is not set
2604# CONFIG_RBTREE_TEST is not set
2605# CONFIG_INTERVAL_TREE_TEST is not set
2606CONFIG_DYNAMIC_DEBUG=y
2607# CONFIG_DMA_API_DEBUG is not set
2608# CONFIG_ATOMIC64_SELFTEST is not set
2609# CONFIG_SAMPLES is not set
2610CONFIG_HAVE_ARCH_KGDB=y
2611# CONFIG_KGDB is not set
2612# CONFIG_TEST_STRING_HELPERS is not set
2613# CONFIG_TEST_KSTRTOX is not set
2614# CONFIG_STRICT_DEVMEM is not set
2615CONFIG_ARM_UNWIND=y
2616# CONFIG_DEBUG_USER is not set
2617CONFIG_DEBUG_LL=y
2618# CONFIG_DEBUG_ZYNQ_UART0 is not set
2619CONFIG_DEBUG_ZYNQ_UART1=y
2620# CONFIG_DEBUG_VEXPRESS_UART0_DETECT is not set
2621# CONFIG_DEBUG_VEXPRESS_UART0_CA9 is not set
2622# CONFIG_DEBUG_VEXPRESS_UART0_RS1 is not set
2623# CONFIG_DEBUG_ICEDCC is not set
2624# CONFIG_DEBUG_SEMIHOSTING is not set
2625CONFIG_DEBUG_LL_INCLUDE="debug/zynq.S"
2626CONFIG_DEBUG_UNCOMPRESS=y
2627CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
2628CONFIG_EARLY_PRINTK=y
2629# CONFIG_OC_ETM is not set
2630# CONFIG_PID_IN_CONTEXTIDR is not set
2631
2632#
2633# Security options
2634#
2635# CONFIG_KEYS is not set
2636# CONFIG_SECURITY_DMESG_RESTRICT is not set
2637# CONFIG_SECURITY is not set
2638# CONFIG_SECURITYFS is not set
2639CONFIG_DEFAULT_SECURITY_DAC=y
2640CONFIG_DEFAULT_SECURITY=""
2641CONFIG_CRYPTO=y
2642
2643#
2644# Crypto core or helper
2645#
2646# CONFIG_CRYPTO_FIPS is not set
2647CONFIG_CRYPTO_ALGAPI=y
2648CONFIG_CRYPTO_ALGAPI2=y
2649CONFIG_CRYPTO_HASH=y
2650CONFIG_CRYPTO_HASH2=y
2651CONFIG_CRYPTO_RNG=m
2652CONFIG_CRYPTO_RNG2=m
2653# CONFIG_CRYPTO_MANAGER is not set
2654# CONFIG_CRYPTO_MANAGER2 is not set
2655# CONFIG_CRYPTO_USER is not set
2656# CONFIG_CRYPTO_GF128MUL is not set
2657# CONFIG_CRYPTO_NULL is not set
2658# CONFIG_CRYPTO_PCRYPT is not set
2659# CONFIG_CRYPTO_CRYPTD is not set
2660# CONFIG_CRYPTO_AUTHENC is not set
2661# CONFIG_CRYPTO_TEST is not set
2662
2663#
2664# Authenticated Encryption with Associated Data
2665#
2666# CONFIG_CRYPTO_CCM is not set
2667# CONFIG_CRYPTO_GCM is not set
2668# CONFIG_CRYPTO_SEQIV is not set
2669
2670#
2671# Block modes
2672#
2673# CONFIG_CRYPTO_CBC is not set
2674# CONFIG_CRYPTO_CTR is not set
2675# CONFIG_CRYPTO_CTS is not set
2676# CONFIG_CRYPTO_ECB is not set
2677# CONFIG_CRYPTO_LRW is not set
2678# CONFIG_CRYPTO_PCBC is not set
2679# CONFIG_CRYPTO_XTS is not set
2680
2681#
2682# Hash modes
2683#
2684# CONFIG_CRYPTO_CMAC is not set
2685# CONFIG_CRYPTO_HMAC is not set
2686# CONFIG_CRYPTO_XCBC is not set
2687# CONFIG_CRYPTO_VMAC is not set
2688
2689#
2690# Digest
2691#
2692CONFIG_CRYPTO_CRC32C=y
2693# CONFIG_CRYPTO_CRC32 is not set
2694# CONFIG_CRYPTO_GHASH is not set
2695# CONFIG_CRYPTO_MD4 is not set
2696# CONFIG_CRYPTO_MD5 is not set
2697# CONFIG_CRYPTO_MICHAEL_MIC is not set
2698# CONFIG_CRYPTO_RMD128 is not set
2699# CONFIG_CRYPTO_RMD160 is not set
2700# CONFIG_CRYPTO_RMD256 is not set
2701# CONFIG_CRYPTO_RMD320 is not set
2702# CONFIG_CRYPTO_SHA1 is not set
2703# CONFIG_CRYPTO_SHA1_ARM is not set
2704# CONFIG_CRYPTO_SHA256 is not set
2705# CONFIG_CRYPTO_SHA512 is not set
2706# CONFIG_CRYPTO_TGR192 is not set
2707# CONFIG_CRYPTO_WP512 is not set
2708
2709#
2710# Ciphers
2711#
2712CONFIG_CRYPTO_AES=y
2713# CONFIG_CRYPTO_AES_ARM is not set
2714# CONFIG_CRYPTO_ANUBIS is not set
2715# CONFIG_CRYPTO_ARC4 is not set
2716# CONFIG_CRYPTO_BLOWFISH is not set
2717# CONFIG_CRYPTO_CAMELLIA is not set
2718# CONFIG_CRYPTO_CAST5 is not set
2719# CONFIG_CRYPTO_CAST6 is not set
2720# CONFIG_CRYPTO_DES is not set
2721# CONFIG_CRYPTO_FCRYPT is not set
2722# CONFIG_CRYPTO_KHAZAD is not set
2723# CONFIG_CRYPTO_SALSA20 is not set
2724# CONFIG_CRYPTO_SEED is not set
2725# CONFIG_CRYPTO_SERPENT is not set
2726# CONFIG_CRYPTO_TEA is not set
2727# CONFIG_CRYPTO_TWOFISH is not set
2728
2729#
2730# Compression
2731#
2732# CONFIG_CRYPTO_DEFLATE is not set
2733# CONFIG_CRYPTO_ZLIB is not set
2734# CONFIG_CRYPTO_LZO is not set
2735
2736#
2737# Random Number Generation
2738#
2739CONFIG_CRYPTO_ANSI_CPRNG=m
2740# CONFIG_CRYPTO_USER_API_HASH is not set
2741# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
2742CONFIG_CRYPTO_HW=y
2743# CONFIG_CRYPTO_DEV_HIFN_795X is not set
2744# CONFIG_BINARY_PRINTF is not set
2745
2746#
2747# Library routines
2748#
2749CONFIG_BITREVERSE=y
2750CONFIG_GENERIC_STRNCPY_FROM_USER=y
2751CONFIG_GENERIC_STRNLEN_USER=y
2752CONFIG_GENERIC_PCI_IOMAP=y
2753CONFIG_GENERIC_IO=y
2754# CONFIG_CRC_CCITT is not set
2755CONFIG_CRC16=y
2756# CONFIG_CRC_T10DIF is not set
2757# CONFIG_CRC_ITU_T is not set
2758CONFIG_CRC32=y
2759# CONFIG_CRC32_SELFTEST is not set
2760CONFIG_CRC32_SLICEBY8=y
2761# CONFIG_CRC32_SLICEBY4 is not set
2762# CONFIG_CRC32_SARWATE is not set
2763# CONFIG_CRC32_BIT is not set
2764# CONFIG_CRC7 is not set
2765# CONFIG_LIBCRC32C is not set
2766# CONFIG_CRC8 is not set
2767CONFIG_ZLIB_INFLATE=y
2768CONFIG_ZLIB_DEFLATE=y
2769# CONFIG_XZ_DEC is not set
2770# CONFIG_XZ_DEC_BCJ is not set
2771CONFIG_DECOMPRESS_GZIP=y
2772CONFIG_GENERIC_ALLOCATOR=y
2773CONFIG_HAS_IOMEM=y
2774CONFIG_HAS_DMA=y
2775CONFIG_CPU_RMAP=y
2776CONFIG_DQL=y
2777CONFIG_NLATTR=y
2778CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
2779# CONFIG_AVERAGE is not set
2780# CONFIG_CORDIC is not set
2781# CONFIG_DDR is not set
2782CONFIG_VIRTUALIZATION=y
2783CONFIG_KVM_ARM_MAX_VCPUS=0
2784
2785#
2786# Virtio drivers
2787#
diff --git a/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg b/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg
new file mode 100644
index 00000000..335e5b17
--- /dev/null
+++ b/conf/machine/boards/common/linux/zynq/defconfig_3.14.cfg
@@ -0,0 +1,2787 @@
1#
2# Automatically generated file; DO NOT EDIT.
3# Linux/arm 3.14.0 Kernel Configuration
4#
5CONFIG_ARM=y
6CONFIG_MIGHT_HAVE_PCI=y
7CONFIG_SYS_SUPPORTS_APM_EMULATION=y
8CONFIG_HAVE_PROC_CPU=y
9CONFIG_NO_IOPORT=y
10CONFIG_STACKTRACE_SUPPORT=y
11CONFIG_LOCKDEP_SUPPORT=y
12CONFIG_TRACE_IRQFLAGS_SUPPORT=y
13CONFIG_RWSEM_GENERIC_SPINLOCK=y
14CONFIG_ARCH_HAS_CPUFREQ=y
15CONFIG_GENERIC_HWEIGHT=y
16CONFIG_GENERIC_CALIBRATE_DELAY=y
17CONFIG_NEED_DMA_MAP_STATE=y
18CONFIG_VECTORS_BASE=0xffff0000
19CONFIG_ARM_PATCH_PHYS_VIRT=y
20CONFIG_GENERIC_BUG=y
21CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22CONFIG_IRQ_WORK=y
23CONFIG_BUILDTIME_EXTABLE_SORT=y
24
25#
26# General setup
27#
28CONFIG_INIT_ENV_ARG_LIMIT=32
29CONFIG_CROSS_COMPILE=""
30CONFIG_LOCALVERSION="-xilinx"
31CONFIG_LOCALVERSION_AUTO=y
32CONFIG_HAVE_KERNEL_GZIP=y
33CONFIG_HAVE_KERNEL_LZMA=y
34CONFIG_HAVE_KERNEL_XZ=y
35CONFIG_HAVE_KERNEL_LZO=y
36CONFIG_KERNEL_GZIP=y
37# CONFIG_KERNEL_LZMA is not set
38# CONFIG_KERNEL_XZ is not set
39# CONFIG_KERNEL_LZO is not set
40CONFIG_DEFAULT_HOSTNAME="(none)"
41CONFIG_SWAP=y
42CONFIG_SYSVIPC=y
43CONFIG_SYSVIPC_SYSCTL=y
44# CONFIG_POSIX_MQUEUE is not set
45# CONFIG_FHANDLE is not set
46# CONFIG_AUDIT is not set
47CONFIG_HAVE_GENERIC_HARDIRQS=y
48
49#
50# IRQ subsystem
51#
52CONFIG_GENERIC_HARDIRQS=y
53CONFIG_GENERIC_IRQ_PROBE=y
54CONFIG_GENERIC_IRQ_SHOW=y
55CONFIG_HARDIRQS_SW_RESEND=y
56CONFIG_IRQ_DOMAIN=y
57CONFIG_IRQ_DOMAIN_DEBUG=y
58CONFIG_SPARSE_IRQ=y
59CONFIG_KTIME_SCALAR=y
60CONFIG_GENERIC_CLOCKEVENTS=y
61CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
62CONFIG_ARCH_HAS_TICK_BROADCAST=y
63CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
64
65#
66# Timers subsystem
67#
68CONFIG_TICK_ONESHOT=y
69CONFIG_NO_HZ_COMMON=y
70# CONFIG_HZ_PERIODIC is not set
71CONFIG_NO_HZ_IDLE=y
72CONFIG_NO_HZ=y
73CONFIG_HIGH_RES_TIMERS=y
74
75#
76# CPU/Task time and stats accounting
77#
78CONFIG_TICK_CPU_ACCOUNTING=y
79# CONFIG_IRQ_TIME_ACCOUNTING is not set
80# CONFIG_BSD_PROCESS_ACCT is not set
81# CONFIG_TASKSTATS is not set
82
83#
84# RCU Subsystem
85#
86CONFIG_TREE_PREEMPT_RCU=y
87CONFIG_PREEMPT_RCU=y
88CONFIG_RCU_STALL_COMMON=y
89# CONFIG_RCU_USER_QS is not set
90CONFIG_RCU_FANOUT=32
91CONFIG_RCU_FANOUT_LEAF=16
92# CONFIG_RCU_FANOUT_EXACT is not set
93# CONFIG_RCU_FAST_NO_HZ is not set
94# CONFIG_TREE_RCU_TRACE is not set
95# CONFIG_RCU_BOOST is not set
96# CONFIG_RCU_NOCB_CPU is not set
97CONFIG_IKCONFIG=y
98CONFIG_IKCONFIG_PROC=y
99CONFIG_LOG_BUF_SHIFT=14
100# CONFIG_CGROUPS is not set
101# CONFIG_CHECKPOINT_RESTORE is not set
102# CONFIG_NAMESPACES is not set
103CONFIG_UIDGID_CONVERTED=y
104# CONFIG_UIDGID_STRICT_TYPE_CHECKS is not set
105# CONFIG_SCHED_AUTOGROUP is not set
106CONFIG_SYSFS_DEPRECATED=y
107CONFIG_SYSFS_DEPRECATED_V2=y
108# CONFIG_RELAY is not set
109CONFIG_BLK_DEV_INITRD=y
110CONFIG_INITRAMFS_SOURCE=""
111CONFIG_RD_GZIP=y
112# CONFIG_RD_BZIP2 is not set
113# CONFIG_RD_LZMA is not set
114# CONFIG_RD_XZ is not set
115# CONFIG_RD_LZO is not set
116CONFIG_CC_OPTIMIZE_FOR_SIZE=y
117CONFIG_SYSCTL=y
118CONFIG_ANON_INODES=y
119CONFIG_HAVE_UID16=y
120CONFIG_HOTPLUG=y
121CONFIG_EXPERT=y
122CONFIG_UID16=y
123CONFIG_SYSCTL_SYSCALL=y
124CONFIG_KALLSYMS=y
125# CONFIG_KALLSYMS_ALL is not set
126CONFIG_PRINTK=y
127CONFIG_BUG=y
128CONFIG_ELF_CORE=y
129CONFIG_BASE_FULL=y
130CONFIG_FUTEX=y
131CONFIG_EPOLL=y
132CONFIG_SIGNALFD=y
133CONFIG_TIMERFD=y
134CONFIG_EVENTFD=y
135CONFIG_SHMEM=y
136CONFIG_AIO=y
137CONFIG_PCI_QUIRKS=y
138CONFIG_EMBEDDED=y
139CONFIG_HAVE_PERF_EVENTS=y
140CONFIG_PERF_USE_VMALLOC=y
141
142#
143# Kernel Performance Events And Counters
144#
145CONFIG_PERF_EVENTS=y
146# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
147CONFIG_VM_EVENT_COUNTERS=y
148CONFIG_COMPAT_BRK=y
149CONFIG_SLAB=y
150# CONFIG_SLUB is not set
151# CONFIG_SLOB is not set
152# CONFIG_PROFILING is not set
153CONFIG_HAVE_OPROFILE=y
154# CONFIG_KPROBES is not set
155# CONFIG_JUMP_LABEL is not set
156# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
157CONFIG_HAVE_KPROBES=y
158CONFIG_HAVE_KRETPROBES=y
159CONFIG_HAVE_ARCH_TRACEHOOK=y
160CONFIG_HAVE_DMA_ATTRS=y
161CONFIG_HAVE_DMA_CONTIGUOUS=y
162CONFIG_USE_GENERIC_SMP_HELPERS=y
163CONFIG_GENERIC_SMP_IDLE_THREAD=y
164CONFIG_GENERIC_IDLE_POLL_SETUP=y
165CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
166CONFIG_HAVE_CLK=y
167CONFIG_HAVE_DMA_API_DEBUG=y
168CONFIG_HAVE_HW_BREAKPOINT=y
169CONFIG_HAVE_ARCH_JUMP_LABEL=y
170CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
171CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
172CONFIG_HAVE_CONTEXT_TRACKING=y
173CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
174CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
175CONFIG_MODULES_USE_ELF_REL=y
176CONFIG_CLONE_BACKWARDS=y
177CONFIG_OLD_SIGSUSPEND3=y
178CONFIG_OLD_SIGACTION=y
179
180#
181# GCOV-based kernel profiling
182#
183# CONFIG_GCOV_KERNEL is not set
184CONFIG_HAVE_GENERIC_DMA_COHERENT=y
185CONFIG_SLABINFO=y
186CONFIG_RT_MUTEXES=y
187CONFIG_BASE_SMALL=0
188CONFIG_MODULES=y
189# CONFIG_MODULE_FORCE_LOAD is not set
190CONFIG_MODULE_UNLOAD=y
191CONFIG_MODULE_FORCE_UNLOAD=y
192CONFIG_MODVERSIONS=y
193# CONFIG_MODULE_SRCVERSION_ALL is not set
194# CONFIG_MODULE_SIG is not set
195CONFIG_STOP_MACHINE=y
196CONFIG_BLOCK=y
197CONFIG_LBDAF=y
198# CONFIG_BLK_DEV_BSG is not set
199# CONFIG_BLK_DEV_BSGLIB is not set
200# CONFIG_BLK_DEV_INTEGRITY is not set
201
202#
203# Partition Types
204#
205# CONFIG_PARTITION_ADVANCED is not set
206CONFIG_MSDOS_PARTITION=y
207CONFIG_EFI_PARTITION=y
208
209#
210# IO Schedulers
211#
212CONFIG_IOSCHED_NOOP=y
213CONFIG_IOSCHED_DEADLINE=y
214CONFIG_IOSCHED_CFQ=y
215# CONFIG_DEFAULT_DEADLINE is not set
216CONFIG_DEFAULT_CFQ=y
217# CONFIG_DEFAULT_NOOP is not set
218CONFIG_DEFAULT_IOSCHED="cfq"
219CONFIG_UNINLINE_SPIN_UNLOCK=y
220CONFIG_MUTEX_SPIN_ON_OWNER=y
221CONFIG_FREEZER=y
222
223#
224# System Type
225#
226CONFIG_MMU=y
227CONFIG_ARCH_MULTIPLATFORM=y
228# CONFIG_ARCH_INTEGRATOR is not set
229# CONFIG_ARCH_REALVIEW is not set
230# CONFIG_ARCH_VERSATILE is not set
231# CONFIG_ARCH_AT91 is not set
232# CONFIG_ARCH_CLPS711X is not set
233# CONFIG_ARCH_GEMINI is not set
234# CONFIG_ARCH_EBSA110 is not set
235# CONFIG_ARCH_EP93XX is not set
236# CONFIG_ARCH_FOOTBRIDGE is not set
237# CONFIG_ARCH_NETX is not set
238# CONFIG_ARCH_IOP13XX is not set
239# CONFIG_ARCH_IOP32X is not set
240# CONFIG_ARCH_IOP33X is not set
241# CONFIG_ARCH_IXP4XX is not set
242# CONFIG_ARCH_DOVE is not set
243# CONFIG_ARCH_KIRKWOOD is not set
244# CONFIG_ARCH_MV78XX0 is not set
245# CONFIG_ARCH_ORION5X is not set
246# CONFIG_ARCH_MMP is not set
247# CONFIG_ARCH_KS8695 is not set
248# CONFIG_ARCH_W90X900 is not set
249# CONFIG_ARCH_LPC32XX is not set
250# CONFIG_ARCH_PXA is not set
251# CONFIG_ARCH_MSM is not set
252# CONFIG_ARCH_SHMOBILE is not set
253# CONFIG_ARCH_RPC is not set
254# CONFIG_ARCH_SA1100 is not set
255# CONFIG_ARCH_S3C24XX is not set
256# CONFIG_ARCH_S3C64XX is not set
257# CONFIG_ARCH_S5P64X0 is not set
258# CONFIG_ARCH_S5PC100 is not set
259# CONFIG_ARCH_S5PV210 is not set
260# CONFIG_ARCH_EXYNOS is not set
261# CONFIG_ARCH_SHARK is not set
262# CONFIG_ARCH_U300 is not set
263# CONFIG_ARCH_DAVINCI is not set
264# CONFIG_ARCH_OMAP1 is not set
265
266#
267# Multiple platform selection
268#
269
270#
271# CPU Core family selection
272#
273# CONFIG_ARCH_MULTI_V6 is not set
274CONFIG_ARCH_MULTI_V7=y
275CONFIG_ARCH_MULTI_V6_V7=y
276# CONFIG_ARCH_MULTI_CPU_AUTO is not set
277# CONFIG_ARCH_MVEBU is not set
278# CONFIG_ARCH_BCM is not set
279# CONFIG_GPIO_PCA953X is not set
280# CONFIG_KEYBOARD_GPIO_POLLED is not set
281# CONFIG_ARCH_HIGHBANK is not set
282# CONFIG_ARCH_MXC is not set
283# CONFIG_ARCH_OMAP2PLUS is not set
284# CONFIG_ARCH_SOCFPGA is not set
285# CONFIG_PLAT_SPEAR is not set
286# CONFIG_ARCH_SUNXI is not set
287# CONFIG_ARCH_SIRF is not set
288# CONFIG_ARCH_TEGRA is not set
289# CONFIG_ARCH_U8500 is not set
290CONFIG_ARCH_VEXPRESS=y
291
292#
293# Versatile Express platform type
294#
295CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y
296# CONFIG_ARCH_VEXPRESS_CA9X4 is not set
297CONFIG_PLAT_VERSATILE_CLCD=y
298CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y
299# CONFIG_ARCH_VIRT is not set
300# CONFIG_ARCH_WM8850 is not set
301CONFIG_ARCH_ZYNQ=y
302
303#
304# Xilinx Specific Options
305#
306CONFIG_XILINX_L1_PREFETCH=y
307CONFIG_XILINX_L2_PREFETCH=y
308CONFIG_DMA_ENGINE=y
309CONFIG_XILINX_AXIPCIE=y
310CONFIG_PLAT_VERSATILE=y
311CONFIG_ARM_TIMER_SP804=y
312
313#
314# Processor Type
315#
316CONFIG_CPU_V7=y
317CONFIG_CPU_32v6K=y
318CONFIG_CPU_32v7=y
319CONFIG_CPU_ABRT_EV7=y
320CONFIG_CPU_PABRT_V7=y
321CONFIG_CPU_CACHE_V7=y
322CONFIG_CPU_CACHE_VIPT=y
323CONFIG_CPU_COPY_V6=y
324CONFIG_CPU_TLB_V7=y
325CONFIG_CPU_HAS_ASID=y
326CONFIG_CPU_CP15=y
327CONFIG_CPU_CP15_MMU=y
328
329#
330# Processor Features
331#
332# CONFIG_ARM_LPAE is not set
333# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
334CONFIG_ARM_THUMB=y
335# CONFIG_ARM_THUMBEE is not set
336CONFIG_ARM_VIRT_EXT=y
337CONFIG_SWP_EMULATE=y
338# CONFIG_CPU_ICACHE_DISABLE is not set
339# CONFIG_CPU_DCACHE_DISABLE is not set
340# CONFIG_CPU_BPREDICT_DISABLE is not set
341CONFIG_OUTER_CACHE=y
342CONFIG_OUTER_CACHE_SYNC=y
343CONFIG_MIGHT_HAVE_CACHE_L2X0=y
344CONFIG_CACHE_L2X0=y
345CONFIG_CACHE_PL310=y
346CONFIG_ARM_L1_CACHE_SHIFT_6=y
347CONFIG_ARM_L1_CACHE_SHIFT=6
348CONFIG_ARM_DMA_MEM_BUFFERABLE=y
349CONFIG_ARM_NR_BANKS=8
350CONFIG_MULTI_IRQ_HANDLER=y
351# CONFIG_ARM_ERRATA_430973 is not set
352CONFIG_PL310_ERRATA_588369=y
353# CONFIG_ARM_ERRATA_643719 is not set
354CONFIG_ARM_ERRATA_720789=y
355CONFIG_PL310_ERRATA_727915=y
356CONFIG_PL310_ERRATA_753970=y
357CONFIG_ARM_ERRATA_754322=y
358CONFIG_ARM_ERRATA_754327=y
359CONFIG_ARM_ERRATA_764369=y
360CONFIG_PL310_ERRATA_769419=y
361CONFIG_ARM_ERRATA_775420=y
362# CONFIG_ARM_ERRATA_798181 is not set
363CONFIG_ICST=y
364
365#
366# Bus support
367#
368CONFIG_ARM_AMBA=y
369CONFIG_PCI=y
370CONFIG_PCI_SYSCALL=y
371CONFIG_ARCH_SUPPORTS_MSI=y
372CONFIG_PCI_MSI=y
373# CONFIG_PCI_DEBUG is not set
374# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
375# CONFIG_PCI_STUB is not set
376# CONFIG_PCI_IOV is not set
377# CONFIG_PCI_PRI is not set
378# CONFIG_PCI_PASID is not set
379# CONFIG_PCCARD is not set
380
381#
382# Kernel Features
383#
384CONFIG_HAVE_SMP=y
385CONFIG_SMP=y
386CONFIG_SMP_ON_UP=y
387CONFIG_ARM_CPU_TOPOLOGY=y
388CONFIG_SCHED_MC=y
389CONFIG_SCHED_SMT=y
390CONFIG_HAVE_ARM_SCU=y
391# CONFIG_HAVE_ARM_ARCH_TIMER is not set
392CONFIG_HAVE_ARM_TWD=y
393# CONFIG_MCPM is not set
394CONFIG_VMSPLIT_3G=y
395# CONFIG_VMSPLIT_2G is not set
396# CONFIG_VMSPLIT_1G is not set
397CONFIG_PAGE_OFFSET=0xC0000000
398CONFIG_NR_CPUS=4
399CONFIG_HOTPLUG_CPU=y
400# CONFIG_ARM_PSCI is not set
401CONFIG_LOCAL_TIMERS=y
402CONFIG_ARCH_NR_GPIO=1024
403# CONFIG_PREEMPT_NONE is not set
404# CONFIG_PREEMPT_VOLUNTARY is not set
405CONFIG_PREEMPT=y
406CONFIG_PREEMPT_COUNT=y
407CONFIG_HZ=100
408CONFIG_SCHED_HRTICK=y
409# CONFIG_THUMB2_KERNEL is not set
410CONFIG_AEABI=y
411# CONFIG_OABI_COMPAT is not set
412# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
413# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
414CONFIG_HAVE_ARCH_PFN_VALID=y
415CONFIG_HIGHMEM=y
416# CONFIG_HIGHPTE is not set
417CONFIG_HW_PERF_EVENTS=y
418CONFIG_FLATMEM=y
419CONFIG_FLAT_NODE_MEM_MAP=y
420CONFIG_HAVE_MEMBLOCK=y
421CONFIG_MEMORY_ISOLATION=y
422# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
423CONFIG_PAGEFLAGS_EXTENDED=y
424CONFIG_SPLIT_PTLOCK_CPUS=4
425# CONFIG_COMPACTION is not set
426CONFIG_MIGRATION=y
427# CONFIG_PHYS_ADDR_T_64BIT is not set
428CONFIG_ZONE_DMA_FLAG=0
429CONFIG_BOUNCE=y
430# CONFIG_KSM is not set
431CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
432CONFIG_CROSS_MEMORY_ATTACH=y
433# CONFIG_CLEANCACHE is not set
434# CONFIG_FRONTSWAP is not set
435CONFIG_FORCE_MAX_ZONEORDER=11
436CONFIG_ALIGNMENT_TRAP=y
437# CONFIG_UACCESS_WITH_MEMCPY is not set
438# CONFIG_SECCOMP is not set
439# CONFIG_CC_STACKPROTECTOR is not set
440# CONFIG_XEN is not set
441
442#
443# Boot options
444#
445CONFIG_USE_OF=y
446CONFIG_ATAGS=y
447# CONFIG_DEPRECATED_PARAM_STRUCT is not set
448CONFIG_ZBOOT_ROM_TEXT=0x0
449CONFIG_ZBOOT_ROM_BSS=0x0
450# CONFIG_ARM_APPENDED_DTB is not set
451CONFIG_CMDLINE="console=ttyPS0,115200n8 root=/dev/ram rw initrd=0x00800000,16M earlyprintk mtdparts=physmap-flash.0:512K(nor-fsbl),512K(nor-u-boot),5M(nor-linux),9M(nor-user),1M(nor-scratch),-(nor-rootfs)"
452CONFIG_CMDLINE_FROM_BOOTLOADER=y
453# CONFIG_CMDLINE_EXTEND is not set
454# CONFIG_CMDLINE_FORCE is not set
455# CONFIG_KEXEC is not set
456# CONFIG_CRASH_DUMP is not set
457CONFIG_AUTO_ZRELADDR=y
458
459#
460# CPU Power Management
461#
462
463#
464# CPU Frequency scaling
465#
466CONFIG_CPU_FREQ=y
467CONFIG_CPU_FREQ_TABLE=y
468CONFIG_CPU_FREQ_GOV_COMMON=y
469CONFIG_CPU_FREQ_STAT=y
470CONFIG_CPU_FREQ_STAT_DETAILS=y
471# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
472# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
473CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
474# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
475# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
476CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
477CONFIG_CPU_FREQ_GOV_POWERSAVE=y
478CONFIG_CPU_FREQ_GOV_USERSPACE=y
479CONFIG_CPU_FREQ_GOV_ONDEMAND=y
480CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
481
482#
483# ARM CPU frequency scaling drivers
484#
485# CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
486# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
487# CONFIG_ARM_EXYNOS4X12_CPUFREQ is not set
488# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set
489# CONFIG_ARM_EXYNOS5440_CPUFREQ is not set
490# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
491CONFIG_ARM_ZYNQ_CPUFREQ=y
492# CONFIG_CPU_IDLE is not set
493# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
494
495#
496# Floating point emulation
497#
498
499#
500# At least one emulation must be selected
501#
502CONFIG_VFP=y
503CONFIG_VFPv3=y
504CONFIG_NEON=y
505
506#
507# Userspace binary formats
508#
509CONFIG_BINFMT_ELF=y
510CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
511# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
512CONFIG_BINFMT_SCRIPT=y
513CONFIG_HAVE_AOUT=y
514# CONFIG_BINFMT_AOUT is not set
515# CONFIG_BINFMT_MISC is not set
516CONFIG_COREDUMP=y
517
518#
519# Power management options
520#
521CONFIG_SUSPEND=y
522CONFIG_SUSPEND_FREEZER=y
523CONFIG_PM_SLEEP=y
524CONFIG_PM_SLEEP_SMP=y
525# CONFIG_PM_AUTOSLEEP is not set
526# CONFIG_PM_WAKELOCKS is not set
527CONFIG_PM_RUNTIME=y
528CONFIG_PM=y
529# CONFIG_PM_DEBUG is not set
530# CONFIG_APM_EMULATION is not set
531CONFIG_ARCH_HAS_OPP=y
532CONFIG_PM_OPP=y
533CONFIG_PM_CLK=y
534CONFIG_CPU_PM=y
535CONFIG_ARCH_SUSPEND_POSSIBLE=y
536CONFIG_ARM_CPU_SUSPEND=y
537CONFIG_NET=y
538
539#
540# Networking options
541#
542CONFIG_PACKET=y
543# CONFIG_PACKET_DIAG is not set
544CONFIG_UNIX=y
545# CONFIG_UNIX_DIAG is not set
546CONFIG_XFRM=y
547# CONFIG_XFRM_USER is not set
548# CONFIG_XFRM_SUB_POLICY is not set
549# CONFIG_XFRM_MIGRATE is not set
550# CONFIG_XFRM_STATISTICS is not set
551# CONFIG_NET_KEY is not set
552CONFIG_INET=y
553CONFIG_IP_MULTICAST=y
554# CONFIG_IP_ADVANCED_ROUTER is not set
555CONFIG_IP_PNP=y
556CONFIG_IP_PNP_DHCP=y
557CONFIG_IP_PNP_BOOTP=y
558CONFIG_IP_PNP_RARP=y
559CONFIG_NET_IPIP=m
560# CONFIG_NET_IPGRE_DEMUX is not set
561CONFIG_NET_IP_TUNNEL=m
562# CONFIG_IP_MROUTE is not set
563# CONFIG_ARPD is not set
564# CONFIG_SYN_COOKIES is not set
565# CONFIG_NET_IPVTI is not set
566# CONFIG_INET_AH is not set
567# CONFIG_INET_ESP is not set
568# CONFIG_INET_IPCOMP is not set
569# CONFIG_INET_XFRM_TUNNEL is not set
570CONFIG_INET_TUNNEL=m
571CONFIG_INET_XFRM_MODE_TRANSPORT=y
572CONFIG_INET_XFRM_MODE_TUNNEL=y
573CONFIG_INET_XFRM_MODE_BEET=y
574CONFIG_INET_LRO=y
575CONFIG_INET_DIAG=y
576CONFIG_INET_TCP_DIAG=y
577# CONFIG_INET_UDP_DIAG is not set
578# CONFIG_TCP_CONG_ADVANCED is not set
579CONFIG_TCP_CONG_CUBIC=y
580CONFIG_DEFAULT_TCP_CONG="cubic"
581# CONFIG_TCP_MD5SIG is not set
582CONFIG_IPV6=m
583# CONFIG_IPV6_PRIVACY is not set
584# CONFIG_IPV6_ROUTER_PREF is not set
585# CONFIG_IPV6_OPTIMISTIC_DAD is not set
586# CONFIG_INET6_AH is not set
587# CONFIG_INET6_ESP is not set
588# CONFIG_INET6_IPCOMP is not set
589# CONFIG_IPV6_MIP6 is not set
590# CONFIG_INET6_XFRM_TUNNEL is not set
591# CONFIG_INET6_TUNNEL is not set
592CONFIG_INET6_XFRM_MODE_TRANSPORT=m
593CONFIG_INET6_XFRM_MODE_TUNNEL=m
594CONFIG_INET6_XFRM_MODE_BEET=m
595# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
596CONFIG_IPV6_SIT=m
597# CONFIG_IPV6_SIT_6RD is not set
598CONFIG_IPV6_NDISC_NODETYPE=y
599# CONFIG_IPV6_TUNNEL is not set
600# CONFIG_IPV6_GRE is not set
601# CONFIG_IPV6_MULTIPLE_TABLES is not set
602# CONFIG_IPV6_MROUTE is not set
603# CONFIG_NETWORK_SECMARK is not set
604# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
605# CONFIG_NETFILTER is not set
606# CONFIG_IP_DCCP is not set
607# CONFIG_IP_SCTP is not set
608# CONFIG_RDS is not set
609# CONFIG_TIPC is not set
610# CONFIG_ATM is not set
611# CONFIG_L2TP is not set
612# CONFIG_BRIDGE is not set
613CONFIG_HAVE_NET_DSA=y
614CONFIG_VLAN_8021Q=m
615# CONFIG_VLAN_8021Q_GVRP is not set
616# CONFIG_VLAN_8021Q_MVRP is not set
617# CONFIG_DECNET is not set
618# CONFIG_LLC2 is not set
619# CONFIG_IPX is not set
620# CONFIG_ATALK is not set
621# CONFIG_X25 is not set
622# CONFIG_LAPB is not set
623# CONFIG_PHONET is not set
624# CONFIG_IEEE802154 is not set
625# CONFIG_NET_SCHED is not set
626# CONFIG_DCB is not set
627# CONFIG_BATMAN_ADV is not set
628# CONFIG_OPENVSWITCH is not set
629# CONFIG_VSOCKETS is not set
630# CONFIG_NETLINK_MMAP is not set
631# CONFIG_NETLINK_DIAG is not set
632CONFIG_RPS=y
633CONFIG_RFS_ACCEL=y
634CONFIG_XPS=y
635CONFIG_BQL=y
636# CONFIG_BPF_JIT is not set
637
638#
639# Network testing
640#
641# CONFIG_NET_PKTGEN is not set
642# CONFIG_HAMRADIO is not set
643# CONFIG_CAN is not set
644# CONFIG_IRDA is not set
645# CONFIG_BT is not set
646# CONFIG_AF_RXRPC is not set
647CONFIG_WIRELESS=y
648# CONFIG_CFG80211 is not set
649# CONFIG_LIB80211 is not set
650
651#
652# CFG80211 needs to be enabled for MAC80211
653#
654# CONFIG_WIMAX is not set
655# CONFIG_RFKILL is not set
656# CONFIG_NET_9P is not set
657# CONFIG_CAIF is not set
658# CONFIG_CEPH_LIB is not set
659# CONFIG_NFC is not set
660CONFIG_HAVE_BPF_JIT=y
661
662#
663# Device Drivers
664#
665
666#
667# Generic Driver Options
668#
669CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
670CONFIG_DEVTMPFS=y
671CONFIG_DEVTMPFS_MOUNT=y
672CONFIG_STANDALONE=y
673CONFIG_PREVENT_FIRMWARE_BUILD=y
674CONFIG_FW_LOADER=y
675CONFIG_FIRMWARE_IN_KERNEL=y
676CONFIG_EXTRA_FIRMWARE=""
677CONFIG_FW_LOADER_USER_HELPER=y
678# CONFIG_DEBUG_DRIVER is not set
679# CONFIG_DEBUG_DEVRES is not set
680# CONFIG_SYS_HYPERVISOR is not set
681# CONFIG_GENERIC_CPU_DEVICES is not set
682# CONFIG_DMA_SHARED_BUFFER is not set
683CONFIG_CMA=y
684# CONFIG_CMA_DEBUG is not set
685
686#
687# Default contiguous memory area size:
688#
689CONFIG_CMA_SIZE_MBYTES=16
690CONFIG_CMA_SIZE_SEL_MBYTES=y
691# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
692# CONFIG_CMA_SIZE_SEL_MIN is not set
693# CONFIG_CMA_SIZE_SEL_MAX is not set
694CONFIG_CMA_ALIGNMENT=8
695CONFIG_CMA_AREAS=7
696
697#
698# Bus devices
699#
700CONFIG_CONNECTOR=y
701CONFIG_PROC_EVENTS=y
702CONFIG_MTD=y
703# CONFIG_MTD_TESTS is not set
704# CONFIG_MTD_REDBOOT_PARTS is not set
705CONFIG_MTD_CMDLINE_PARTS=y
706# CONFIG_MTD_AFS_PARTS is not set
707CONFIG_MTD_OF_PARTS=y
708# CONFIG_MTD_AR7_PARTS is not set
709
710#
711# User Modules And Translation Layers
712#
713CONFIG_MTD_BLKDEVS=y
714CONFIG_MTD_BLOCK=y
715# CONFIG_FTL is not set
716# CONFIG_NFTL is not set
717# CONFIG_INFTL is not set
718# CONFIG_RFD_FTL is not set
719# CONFIG_SSFDC is not set
720# CONFIG_SM_FTL is not set
721# CONFIG_MTD_OOPS is not set
722# CONFIG_MTD_SWAP is not set
723
724#
725# RAM/ROM/Flash chip drivers
726#
727CONFIG_MTD_CFI=y
728# CONFIG_MTD_JEDECPROBE is not set
729CONFIG_MTD_GEN_PROBE=y
730# CONFIG_MTD_CFI_ADV_OPTIONS is not set
731CONFIG_MTD_MAP_BANK_WIDTH_1=y
732CONFIG_MTD_MAP_BANK_WIDTH_2=y
733CONFIG_MTD_MAP_BANK_WIDTH_4=y
734# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
735# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
736# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
737CONFIG_MTD_CFI_I1=y
738CONFIG_MTD_CFI_I2=y
739# CONFIG_MTD_CFI_I4 is not set
740# CONFIG_MTD_CFI_I8 is not set
741# CONFIG_MTD_CFI_INTELEXT is not set
742CONFIG_MTD_CFI_AMDSTD=y
743# CONFIG_MTD_CFI_STAA is not set
744CONFIG_MTD_CFI_UTIL=y
745# CONFIG_MTD_RAM is not set
746# CONFIG_MTD_ROM is not set
747# CONFIG_MTD_ABSENT is not set
748
749#
750# Mapping drivers for chip access
751#
752# CONFIG_MTD_COMPLEX_MAPPINGS is not set
753CONFIG_MTD_PHYSMAP=y
754# CONFIG_MTD_PHYSMAP_COMPAT is not set
755CONFIG_MTD_PHYSMAP_OF=y
756# CONFIG_MTD_INTEL_VR_NOR is not set
757# CONFIG_MTD_PLATRAM is not set
758
759#
760# Self-contained MTD device drivers
761#
762# CONFIG_MTD_PMC551 is not set
763# CONFIG_MTD_DATAFLASH is not set
764CONFIG_MTD_M25P80=y
765# CONFIG_M25PXX_USE_FAST_READ is not set
766# CONFIG_MTD_SST25L is not set
767# CONFIG_MTD_SLRAM is not set
768# CONFIG_MTD_PHRAM is not set
769# CONFIG_MTD_MTDRAM is not set
770# CONFIG_MTD_BLOCK2MTD is not set
771
772#
773# Disk-On-Chip Device Drivers
774#
775# CONFIG_MTD_DOCG3 is not set
776CONFIG_MTD_NAND_ECC=y
777# CONFIG_MTD_NAND_ECC_SMC is not set
778CONFIG_MTD_NAND=y
779# CONFIG_MTD_NAND_ECC_BCH is not set
780# CONFIG_MTD_SM_COMMON is not set
781# CONFIG_MTD_NAND_DENALI is not set
782# CONFIG_MTD_NAND_GPIO is not set
783CONFIG_MTD_NAND_IDS=y
784# CONFIG_MTD_NAND_RICOH is not set
785# CONFIG_MTD_NAND_DISKONCHIP is not set
786# CONFIG_MTD_NAND_DOCG4 is not set
787# CONFIG_MTD_NAND_CAFE is not set
788# CONFIG_MTD_NAND_NANDSIM is not set
789# CONFIG_MTD_NAND_PLATFORM is not set
790# CONFIG_MTD_ALAUDA is not set
791CONFIG_MTD_NAND_XILINX_PS=y
792# CONFIG_MTD_ONENAND is not set
793
794#
795# LPDDR flash memory drivers
796#
797# CONFIG_MTD_LPDDR is not set
798# CONFIG_MTD_UBI is not set
799CONFIG_DTC=y
800CONFIG_OF=y
801
802#
803# Device Tree and Open Firmware support
804#
805CONFIG_PROC_DEVICETREE=y
806# CONFIG_OF_SELFTEST is not set
807CONFIG_OF_FLATTREE=y
808CONFIG_OF_EARLY_FLATTREE=y
809CONFIG_OF_ADDRESS=y
810CONFIG_OF_IRQ=y
811CONFIG_OF_DEVICE=y
812CONFIG_OF_I2C=y
813CONFIG_OF_NET=y
814CONFIG_OF_MDIO=y
815CONFIG_OF_PCI=y
816CONFIG_OF_PCI_IRQ=y
817CONFIG_OF_MTD=y
818# CONFIG_PARPORT is not set
819CONFIG_BLK_DEV=y
820# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
821# CONFIG_BLK_CPQ_CISS_DA is not set
822# CONFIG_BLK_DEV_DAC960 is not set
823# CONFIG_BLK_DEV_UMEM is not set
824# CONFIG_BLK_DEV_COW_COMMON is not set
825CONFIG_BLK_DEV_LOOP=y
826CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
827# CONFIG_BLK_DEV_CRYPTOLOOP is not set
828# CONFIG_BLK_DEV_DRBD is not set
829# CONFIG_BLK_DEV_NBD is not set
830# CONFIG_BLK_DEV_NVME is not set
831# CONFIG_BLK_DEV_SX8 is not set
832CONFIG_BLK_DEV_RAM=y
833CONFIG_BLK_DEV_RAM_COUNT=16
834CONFIG_BLK_DEV_RAM_SIZE=16384
835# CONFIG_BLK_DEV_XIP is not set
836# CONFIG_CDROM_PKTCDVD is not set
837# CONFIG_ATA_OVER_ETH is not set
838# CONFIG_MG_DISK is not set
839# CONFIG_VIRTIO_BLK is not set
840# CONFIG_BLK_DEV_RBD is not set
841# CONFIG_BLK_DEV_RSXX is not set
842
843#
844# Misc devices
845#
846# CONFIG_SENSORS_LIS3LV02D is not set
847# CONFIG_AD525X_DPOT is not set
848# CONFIG_ATMEL_PWM is not set
849# CONFIG_DUMMY_IRQ is not set
850# CONFIG_PHANTOM is not set
851# CONFIG_INTEL_MID_PTI is not set
852# CONFIG_SGI_IOC4 is not set
853# CONFIG_TIFM_CORE is not set
854# CONFIG_ICS932S401 is not set
855# CONFIG_ATMEL_SSC is not set
856# CONFIG_ENCLOSURE_SERVICES is not set
857# CONFIG_HP_ILO is not set
858# CONFIG_APDS9802ALS is not set
859# CONFIG_ISL29003 is not set
860# CONFIG_ISL29020 is not set
861# CONFIG_SENSORS_TSL2550 is not set
862# CONFIG_SENSORS_BH1780 is not set
863# CONFIG_SENSORS_BH1770 is not set
864# CONFIG_SENSORS_APDS990X is not set
865# CONFIG_HMC6352 is not set
866# CONFIG_DS1682 is not set
867# CONFIG_TI_DAC7512 is not set
868# CONFIG_ARM_CHARLCD is not set
869# CONFIG_BMP085_I2C is not set
870# CONFIG_BMP085_SPI is not set
871# CONFIG_PCH_PHUB is not set
872# CONFIG_USB_SWITCH_FSA9480 is not set
873CONFIG_SI570=y
874# CONFIG_LATTICE_ECP3_CONFIG is not set
875CONFIG_SRAM=y
876# CONFIG_C2PORT is not set
877
878#
879# EEPROM support
880#
881CONFIG_EEPROM_AT24=y
882CONFIG_EEPROM_AT25=y
883# CONFIG_EEPROM_LEGACY is not set
884# CONFIG_EEPROM_MAX6875 is not set
885# CONFIG_EEPROM_93CX6 is not set
886# CONFIG_EEPROM_93XX46 is not set
887# CONFIG_CB710_CORE is not set
888
889#
890# Texas Instruments shared transport line discipline
891#
892# CONFIG_TI_ST is not set
893# CONFIG_SENSORS_LIS3_SPI is not set
894# CONFIG_SENSORS_LIS3_I2C is not set
895
896#
897# Altera FPGA firmware download module
898#
899# CONFIG_ALTERA_STAPL is not set
900CONFIG_HAVE_IDE=y
901# CONFIG_IDE is not set
902
903#
904# SCSI device support
905#
906CONFIG_SCSI_MOD=y
907# CONFIG_RAID_ATTRS is not set
908CONFIG_SCSI=y
909CONFIG_SCSI_DMA=y
910# CONFIG_SCSI_TGT is not set
911# CONFIG_SCSI_NETLINK is not set
912CONFIG_SCSI_PROC_FS=y
913
914#
915# SCSI support type (disk, tape, CD-ROM)
916#
917CONFIG_BLK_DEV_SD=y
918# CONFIG_CHR_DEV_ST is not set
919# CONFIG_CHR_DEV_OSST is not set
920# CONFIG_BLK_DEV_SR is not set
921CONFIG_CHR_DEV_SG=y
922# CONFIG_CHR_DEV_SCH is not set
923CONFIG_SCSI_MULTI_LUN=y
924# CONFIG_SCSI_CONSTANTS is not set
925# CONFIG_SCSI_LOGGING is not set
926# CONFIG_SCSI_SCAN_ASYNC is not set
927
928#
929# SCSI Transports
930#
931# CONFIG_SCSI_SPI_ATTRS is not set
932# CONFIG_SCSI_FC_ATTRS is not set
933# CONFIG_SCSI_ISCSI_ATTRS is not set
934# CONFIG_SCSI_SAS_ATTRS is not set
935# CONFIG_SCSI_SAS_LIBSAS is not set
936# CONFIG_SCSI_SRP_ATTRS is not set
937CONFIG_SCSI_LOWLEVEL=y
938# CONFIG_ISCSI_TCP is not set
939# CONFIG_ISCSI_BOOT_SYSFS is not set
940# CONFIG_SCSI_CXGB3_ISCSI is not set
941# CONFIG_SCSI_CXGB4_ISCSI is not set
942# CONFIG_SCSI_BNX2_ISCSI is not set
943# CONFIG_SCSI_BNX2X_FCOE is not set
944# CONFIG_BE2ISCSI is not set
945# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
946# CONFIG_SCSI_HPSA is not set
947# CONFIG_SCSI_3W_9XXX is not set
948# CONFIG_SCSI_3W_SAS is not set
949# CONFIG_SCSI_ACARD is not set
950# CONFIG_SCSI_AACRAID is not set
951# CONFIG_SCSI_AIC7XXX is not set
952# CONFIG_SCSI_AIC7XXX_OLD is not set
953# CONFIG_SCSI_AIC79XX is not set
954# CONFIG_SCSI_AIC94XX is not set
955# CONFIG_SCSI_MVSAS is not set
956# CONFIG_SCSI_MVUMI is not set
957# CONFIG_SCSI_ARCMSR is not set
958# CONFIG_MEGARAID_NEWGEN is not set
959# CONFIG_MEGARAID_LEGACY is not set
960# CONFIG_MEGARAID_SAS is not set
961# CONFIG_SCSI_MPT2SAS is not set
962# CONFIG_SCSI_MPT3SAS is not set
963# CONFIG_SCSI_UFSHCD is not set
964# CONFIG_SCSI_HPTIOP is not set
965# CONFIG_LIBFC is not set
966# CONFIG_LIBFCOE is not set
967# CONFIG_FCOE is not set
968# CONFIG_SCSI_DMX3191D is not set
969# CONFIG_SCSI_FUTURE_DOMAIN is not set
970# CONFIG_SCSI_IPS is not set
971# CONFIG_SCSI_INITIO is not set
972# CONFIG_SCSI_INIA100 is not set
973# CONFIG_SCSI_STEX is not set
974# CONFIG_SCSI_SYM53C8XX_2 is not set
975# CONFIG_SCSI_QLOGIC_1280 is not set
976# CONFIG_SCSI_QLA_FC is not set
977# CONFIG_SCSI_QLA_ISCSI is not set
978# CONFIG_SCSI_LPFC is not set
979# CONFIG_SCSI_DC395x is not set
980# CONFIG_SCSI_DC390T is not set
981# CONFIG_SCSI_NSP32 is not set
982# CONFIG_SCSI_DEBUG is not set
983# CONFIG_SCSI_PMCRAID is not set
984# CONFIG_SCSI_PM8001 is not set
985# CONFIG_SCSI_SRP is not set
986# CONFIG_SCSI_BFA_FC is not set
987# CONFIG_SCSI_VIRTIO is not set
988# CONFIG_SCSI_CHELSIO_FCOE is not set
989# CONFIG_SCSI_DH is not set
990# CONFIG_SCSI_OSD_INITIATOR is not set
991CONFIG_HAVE_PATA_PLATFORM=y
992# CONFIG_ATA is not set
993# CONFIG_MD is not set
994# CONFIG_TARGET_CORE is not set
995# CONFIG_FUSION is not set
996
997#
998# IEEE 1394 (FireWire) support
999#
1000# CONFIG_FIREWIRE is not set
1001# CONFIG_FIREWIRE_NOSY is not set
1002# CONFIG_I2O is not set
1003CONFIG_NETDEVICES=y
1004CONFIG_NET_CORE=y
1005# CONFIG_BONDING is not set
1006# CONFIG_DUMMY is not set
1007# CONFIG_EQUALIZER is not set
1008# CONFIG_NET_FC is not set
1009CONFIG_MII=y
1010# CONFIG_NET_TEAM is not set
1011# CONFIG_MACVLAN is not set
1012# CONFIG_VXLAN is not set
1013# CONFIG_NETCONSOLE is not set
1014# CONFIG_NETPOLL is not set
1015# CONFIG_NET_POLL_CONTROLLER is not set
1016# CONFIG_TUN is not set
1017# CONFIG_VETH is not set
1018# CONFIG_VIRTIO_NET is not set
1019# CONFIG_ARCNET is not set
1020
1021#
1022# CAIF transport drivers
1023#
1024
1025#
1026# Distributed Switch Architecture drivers
1027#
1028# CONFIG_NET_DSA_MV88E6XXX is not set
1029# CONFIG_NET_DSA_MV88E6060 is not set
1030# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
1031# CONFIG_NET_DSA_MV88E6131 is not set
1032# CONFIG_NET_DSA_MV88E6123_61_65 is not set
1033CONFIG_ETHERNET=y
1034# CONFIG_NET_VENDOR_3COM is not set
1035# CONFIG_NET_VENDOR_ADAPTEC is not set
1036# CONFIG_NET_VENDOR_ALTEON is not set
1037# CONFIG_NET_VENDOR_AMD is not set
1038# CONFIG_NET_VENDOR_ATHEROS is not set
1039CONFIG_NET_CADENCE=y
1040# CONFIG_ARM_AT91_ETHER is not set
1041CONFIG_MACB=y
1042CONFIG_NET_VENDOR_BROADCOM=y
1043# CONFIG_B44 is not set
1044# CONFIG_BNX2 is not set
1045# CONFIG_CNIC is not set
1046CONFIG_TIGON3=y
1047# CONFIG_BNX2X is not set
1048# CONFIG_NET_VENDOR_BROCADE is not set
1049# CONFIG_NET_CALXEDA_XGMAC is not set
1050# CONFIG_NET_VENDOR_CHELSIO is not set
1051# CONFIG_NET_VENDOR_CIRRUS is not set
1052# CONFIG_NET_VENDOR_CISCO is not set
1053# CONFIG_DM9000 is not set
1054# CONFIG_DNET is not set
1055# CONFIG_NET_VENDOR_DEC is not set
1056# CONFIG_NET_VENDOR_DLINK is not set
1057# CONFIG_NET_VENDOR_EMULEX is not set
1058# CONFIG_NET_VENDOR_EXAR is not set
1059# CONFIG_NET_VENDOR_FARADAY is not set
1060# CONFIG_NET_VENDOR_HP is not set
1061CONFIG_NET_VENDOR_INTEL=y
1062# CONFIG_E100 is not set
1063# CONFIG_E1000 is not set
1064CONFIG_E1000E=y
1065# CONFIG_IGB is not set
1066# CONFIG_IGBVF is not set
1067# CONFIG_IXGB is not set
1068# CONFIG_IXGBE is not set
1069# CONFIG_IXGBEVF is not set
1070CONFIG_NET_VENDOR_I825XX=y
1071# CONFIG_IP1000 is not set
1072# CONFIG_JME is not set
1073# CONFIG_NET_VENDOR_MARVELL is not set
1074# CONFIG_NET_VENDOR_MELLANOX is not set
1075# CONFIG_NET_VENDOR_MICREL is not set
1076# CONFIG_NET_VENDOR_MICROCHIP is not set
1077# CONFIG_NET_VENDOR_MYRI is not set
1078# CONFIG_FEALNX is not set
1079# CONFIG_NET_VENDOR_NATSEMI is not set
1080# CONFIG_NET_VENDOR_NVIDIA is not set
1081# CONFIG_NET_VENDOR_OKI is not set
1082# CONFIG_ETHOC is not set
1083# CONFIG_NET_PACKET_ENGINE is not set
1084# CONFIG_NET_VENDOR_QLOGIC is not set
1085CONFIG_NET_VENDOR_REALTEK=y
1086# CONFIG_8139CP is not set
1087# CONFIG_8139TOO is not set
1088CONFIG_R8169=y
1089# CONFIG_NET_VENDOR_RDC is not set
1090# CONFIG_NET_VENDOR_SEEQ is not set
1091# CONFIG_NET_VENDOR_SILAN is not set
1092# CONFIG_NET_VENDOR_SIS is not set
1093# CONFIG_SFC is not set
1094# CONFIG_NET_VENDOR_SMSC is not set
1095# CONFIG_NET_VENDOR_STMICRO is not set
1096# CONFIG_NET_VENDOR_SUN is not set
1097# CONFIG_NET_VENDOR_TEHUTI is not set
1098# CONFIG_NET_VENDOR_TI is not set
1099# CONFIG_NET_VENDOR_VIA is not set
1100# CONFIG_NET_VENDOR_WIZNET is not set
1101CONFIG_NET_VENDOR_XILINX=y
1102CONFIG_XILINX_EMACLITE=y
1103CONFIG_XILINX_AXI_EMAC=y
1104CONFIG_XILINX_PS_EMAC=y
1105# CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set
1106# CONFIG_FDDI is not set
1107# CONFIG_HIPPI is not set
1108CONFIG_PHYLIB=y
1109
1110#
1111# MII PHY device drivers
1112#
1113# CONFIG_AT803X_PHY is not set
1114# CONFIG_AMD_PHY is not set
1115CONFIG_MARVELL_PHY=y
1116# CONFIG_DAVICOM_PHY is not set
1117# CONFIG_QSEMI_PHY is not set
1118# CONFIG_LXT_PHY is not set
1119# CONFIG_CICADA_PHY is not set
1120CONFIG_VITESSE_PHY=y
1121# CONFIG_SMSC_PHY is not set
1122# CONFIG_BROADCOM_PHY is not set
1123# CONFIG_BCM87XX_PHY is not set
1124# CONFIG_ICPLUS_PHY is not set
1125# CONFIG_REALTEK_PHY is not set
1126# CONFIG_NATIONAL_PHY is not set
1127# CONFIG_STE10XP is not set
1128# CONFIG_LSI_ET1011C_PHY is not set
1129# CONFIG_MICREL_PHY is not set
1130# CONFIG_FIXED_PHY is not set
1131CONFIG_MDIO_BITBANG=y
1132# CONFIG_MDIO_GPIO is not set
1133# CONFIG_MDIO_BUS_MUX_GPIO is not set
1134# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
1135# CONFIG_MICREL_KS8995MA is not set
1136# CONFIG_PPP is not set
1137# CONFIG_SLIP is not set
1138
1139#
1140# USB Network Adapters
1141#
1142# CONFIG_USB_CATC is not set
1143# CONFIG_USB_KAWETH is not set
1144# CONFIG_USB_PEGASUS is not set
1145# CONFIG_USB_RTL8150 is not set
1146# CONFIG_USB_RTL8152 is not set
1147# CONFIG_USB_USBNET is not set
1148# CONFIG_USB_IPHETH is not set
1149CONFIG_WLAN=y
1150# CONFIG_ATMEL is not set
1151# CONFIG_PRISM54 is not set
1152# CONFIG_USB_ZD1201 is not set
1153# CONFIG_HOSTAP is not set
1154# CONFIG_WL_TI is not set
1155
1156#
1157# Enable WiMAX (Networking options) to see the WiMAX drivers
1158#
1159# CONFIG_WAN is not set
1160# CONFIG_VMXNET3 is not set
1161# CONFIG_ISDN is not set
1162
1163#
1164# Input device support
1165#
1166CONFIG_INPUT=y
1167# CONFIG_INPUT_FF_MEMLESS is not set
1168# CONFIG_INPUT_POLLDEV is not set
1169CONFIG_INPUT_SPARSEKMAP=y
1170# CONFIG_INPUT_MATRIXKMAP is not set
1171
1172#
1173# Userland interfaces
1174#
1175CONFIG_INPUT_MOUSEDEV=y
1176CONFIG_INPUT_MOUSEDEV_PSAUX=y
1177CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
1178CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1179# CONFIG_INPUT_JOYDEV is not set
1180CONFIG_INPUT_EVDEV=y
1181# CONFIG_INPUT_EVBUG is not set
1182
1183#
1184# Input Device Drivers
1185#
1186CONFIG_INPUT_KEYBOARD=y
1187# CONFIG_KEYBOARD_ADP5588 is not set
1188# CONFIG_KEYBOARD_ADP5589 is not set
1189CONFIG_KEYBOARD_ATKBD=y
1190# CONFIG_KEYBOARD_QT1070 is not set
1191# CONFIG_KEYBOARD_QT2160 is not set
1192# CONFIG_KEYBOARD_LKKBD is not set
1193# CONFIG_KEYBOARD_GPIO is not set
1194# CONFIG_KEYBOARD_TCA6416 is not set
1195# CONFIG_KEYBOARD_TCA8418 is not set
1196# CONFIG_KEYBOARD_MATRIX is not set
1197# CONFIG_KEYBOARD_LM8333 is not set
1198# CONFIG_KEYBOARD_MAX7359 is not set
1199# CONFIG_KEYBOARD_MCS is not set
1200# CONFIG_KEYBOARD_MPR121 is not set
1201# CONFIG_KEYBOARD_NEWTON is not set
1202# CONFIG_KEYBOARD_OPENCORES is not set
1203# CONFIG_KEYBOARD_SAMSUNG is not set
1204# CONFIG_KEYBOARD_STOWAWAY is not set
1205# CONFIG_KEYBOARD_SUNKBD is not set
1206# CONFIG_KEYBOARD_XTKBD is not set
1207CONFIG_INPUT_MOUSE=y
1208CONFIG_MOUSE_PS2=y
1209CONFIG_MOUSE_PS2_ALPS=y
1210CONFIG_MOUSE_PS2_LOGIPS2PP=y
1211CONFIG_MOUSE_PS2_SYNAPTICS=y
1212CONFIG_MOUSE_PS2_CYPRESS=y
1213CONFIG_MOUSE_PS2_TRACKPOINT=y
1214# CONFIG_MOUSE_PS2_ELANTECH is not set
1215# CONFIG_MOUSE_PS2_SENTELIC is not set
1216# CONFIG_MOUSE_PS2_TOUCHKIT is not set
1217# CONFIG_MOUSE_SERIAL is not set
1218# CONFIG_MOUSE_APPLETOUCH is not set
1219# CONFIG_MOUSE_BCM5974 is not set
1220# CONFIG_MOUSE_CYAPA is not set
1221# CONFIG_MOUSE_VSXXXAA is not set
1222# CONFIG_MOUSE_GPIO is not set
1223# CONFIG_MOUSE_SYNAPTICS_I2C is not set
1224# CONFIG_MOUSE_SYNAPTICS_USB is not set
1225# CONFIG_INPUT_JOYSTICK is not set
1226# CONFIG_INPUT_TABLET is not set
1227# CONFIG_INPUT_TOUCHSCREEN is not set
1228# CONFIG_INPUT_MISC is not set
1229
1230#
1231# Hardware I/O ports
1232#
1233CONFIG_SERIO=y
1234CONFIG_SERIO_SERPORT=y
1235# CONFIG_SERIO_AMBAKMI is not set
1236# CONFIG_SERIO_PCIPS2 is not set
1237CONFIG_SERIO_LIBPS2=y
1238# CONFIG_SERIO_RAW is not set
1239# CONFIG_SERIO_ALTERA_PS2 is not set
1240# CONFIG_SERIO_PS2MULT is not set
1241# CONFIG_SERIO_ARC_PS2 is not set
1242# CONFIG_SERIO_APBPS2 is not set
1243# CONFIG_GAMEPORT is not set
1244
1245#
1246# Character devices
1247#
1248CONFIG_TTY=y
1249CONFIG_VT=y
1250CONFIG_CONSOLE_TRANSLATIONS=y
1251CONFIG_VT_CONSOLE=y
1252CONFIG_VT_CONSOLE_SLEEP=y
1253CONFIG_HW_CONSOLE=y
1254CONFIG_VT_HW_CONSOLE_BINDING=y
1255CONFIG_UNIX98_PTYS=y
1256# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1257# CONFIG_LEGACY_PTYS is not set
1258# CONFIG_SERIAL_NONSTANDARD is not set
1259# CONFIG_NOZOMI is not set
1260# CONFIG_N_GSM is not set
1261# CONFIG_TRACE_SINK is not set
1262# CONFIG_DEVKMEM is not set
1263
1264#
1265# Serial drivers
1266#
1267# CONFIG_SERIAL_8250 is not set
1268
1269#
1270# Non-8250 serial port support
1271#
1272# CONFIG_SERIAL_AMBA_PL010 is not set
1273# CONFIG_SERIAL_AMBA_PL011 is not set
1274# CONFIG_SERIAL_MAX3100 is not set
1275# CONFIG_SERIAL_MAX310X is not set
1276# CONFIG_SERIAL_MFD_HSU is not set
1277# CONFIG_SERIAL_UARTLITE is not set
1278CONFIG_SERIAL_CORE=y
1279CONFIG_SERIAL_CORE_CONSOLE=y
1280# CONFIG_SERIAL_JSM is not set
1281# CONFIG_SERIAL_SCCNXP is not set
1282# CONFIG_SERIAL_TIMBERDALE is not set
1283# CONFIG_SERIAL_ALTERA_JTAGUART is not set
1284# CONFIG_SERIAL_ALTERA_UART is not set
1285# CONFIG_SERIAL_IFX6X60 is not set
1286# CONFIG_SERIAL_PCH_UART is not set
1287CONFIG_SERIAL_XILINX_PS_UART=y
1288CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
1289# CONFIG_SERIAL_ARC is not set
1290# CONFIG_SERIAL_RP2 is not set
1291# CONFIG_TTY_PRINTK is not set
1292# CONFIG_HVC_DCC is not set
1293# CONFIG_VIRTIO_CONSOLE is not set
1294# CONFIG_IPMI_HANDLER is not set
1295# CONFIG_HW_RANDOM is not set
1296CONFIG_XILINX_DEVCFG=y
1297# CONFIG_R3964 is not set
1298# CONFIG_APPLICOM is not set
1299# CONFIG_RAW_DRIVER is not set
1300# CONFIG_TCG_TPM is not set
1301CONFIG_DEVPORT=y
1302CONFIG_I2C=y
1303CONFIG_I2C_BOARDINFO=y
1304CONFIG_I2C_COMPAT=y
1305CONFIG_I2C_CHARDEV=y
1306CONFIG_I2C_MUX=y
1307
1308#
1309# Multiplexer I2C Chip support
1310#
1311# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
1312# CONFIG_I2C_MUX_GPIO is not set
1313# CONFIG_I2C_MUX_PCA9541 is not set
1314CONFIG_I2C_MUX_PCA954x=y
1315CONFIG_I2C_HELPER_AUTO=y
1316
1317#
1318# I2C Hardware Bus support
1319#
1320
1321#
1322# PC SMBus host controller drivers
1323#
1324# CONFIG_I2C_ALI1535 is not set
1325# CONFIG_I2C_ALI1563 is not set
1326# CONFIG_I2C_ALI15X3 is not set
1327# CONFIG_I2C_AMD756 is not set
1328# CONFIG_I2C_AMD8111 is not set
1329# CONFIG_I2C_I801 is not set
1330# CONFIG_I2C_ISCH is not set
1331# CONFIG_I2C_PIIX4 is not set
1332# CONFIG_I2C_NFORCE2 is not set
1333# CONFIG_I2C_SIS5595 is not set
1334# CONFIG_I2C_SIS630 is not set
1335# CONFIG_I2C_SIS96X is not set
1336# CONFIG_I2C_VIA is not set
1337# CONFIG_I2C_VIAPRO is not set
1338
1339#
1340# I2C system bus drivers (mostly embedded / system-on-chip)
1341#
1342# CONFIG_I2C_CBUS_GPIO is not set
1343# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
1344# CONFIG_I2C_DESIGNWARE_PCI is not set
1345# CONFIG_I2C_EG20T is not set
1346# CONFIG_I2C_GPIO is not set
1347# CONFIG_I2C_INTEL_MID is not set
1348# CONFIG_I2C_NOMADIK is not set
1349# CONFIG_I2C_OCORES is not set
1350# CONFIG_I2C_PCA_PLATFORM is not set
1351# CONFIG_I2C_PXA_PCI is not set
1352# CONFIG_I2C_SIMTEC is not set
1353# CONFIG_I2C_VERSATILE is not set
1354CONFIG_I2C_XILINX_PS=y
1355# CONFIG_I2C_XILINX is not set
1356
1357#
1358# External I2C/SMBus adapter drivers
1359#
1360# CONFIG_I2C_DIOLAN_U2C is not set
1361# CONFIG_I2C_PARPORT_LIGHT is not set
1362# CONFIG_I2C_TAOS_EVM is not set
1363# CONFIG_I2C_TINY_USB is not set
1364
1365#
1366# Other I2C/SMBus bus drivers
1367#
1368# CONFIG_I2C_STUB is not set
1369# CONFIG_I2C_DEBUG_CORE is not set
1370# CONFIG_I2C_DEBUG_ALGO is not set
1371# CONFIG_I2C_DEBUG_BUS is not set
1372CONFIG_SPI=y
1373# CONFIG_SPI_DEBUG is not set
1374CONFIG_SPI_MASTER=y
1375
1376#
1377# SPI Master Controller Drivers
1378#
1379# CONFIG_SPI_ALTERA is not set
1380CONFIG_SPI_BITBANG=y
1381# CONFIG_SPI_GPIO is not set
1382# CONFIG_SPI_FSL_SPI is not set
1383# CONFIG_SPI_OC_TINY is not set
1384# CONFIG_SPI_PL022 is not set
1385# CONFIG_SPI_PXA2XX is not set
1386# CONFIG_SPI_PXA2XX_PCI is not set
1387# CONFIG_SPI_SC18IS602 is not set
1388# CONFIG_SPI_TOPCLIFF_PCH is not set
1389# CONFIG_SPI_XCOMM is not set
1390CONFIG_SPI_XILINX=y
1391CONFIG_SPI_XILINX_PS_QSPI=y
1392# CONFIG_SPI_XILINX_PS_QSPI_DUAL_STACKED is not set
1393CONFIG_SPI_XILINX_PS_SPI=y
1394# CONFIG_SPI_DESIGNWARE is not set
1395
1396#
1397# SPI Protocol Masters
1398#
1399# CONFIG_SPI_SPIDEV is not set
1400# CONFIG_SPI_TLE62X0 is not set
1401
1402#
1403# Qualcomm MSM SSBI bus support
1404#
1405# CONFIG_SSBI is not set
1406# CONFIG_HSI is not set
1407
1408#
1409# PPS support
1410#
1411CONFIG_PPS=y
1412# CONFIG_PPS_DEBUG is not set
1413
1414#
1415# PPS clients support
1416#
1417# CONFIG_PPS_CLIENT_KTIMER is not set
1418# CONFIG_PPS_CLIENT_LDISC is not set
1419# CONFIG_PPS_CLIENT_GPIO is not set
1420
1421#
1422# PPS generators support
1423#
1424
1425#
1426# PTP clock support
1427#
1428CONFIG_PTP_1588_CLOCK=y
1429
1430#
1431# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
1432#
1433# CONFIG_PTP_1588_CLOCK_PCH is not set
1434CONFIG_ARCH_REQUIRE_GPIOLIB=y
1435CONFIG_GPIO_DEVRES=y
1436CONFIG_GPIOLIB=y
1437CONFIG_OF_GPIO=y
1438# CONFIG_DEBUG_GPIO is not set
1439CONFIG_GPIO_SYSFS=y
1440
1441#
1442# Memory mapped GPIO drivers:
1443#
1444# CONFIG_GPIO_GENERIC_PLATFORM is not set
1445# CONFIG_GPIO_EM is not set
1446# CONFIG_GPIO_PL061 is not set
1447# CONFIG_GPIO_RCAR is not set
1448# CONFIG_GPIO_TS5500 is not set
1449# CONFIG_GPIO_XILINX is not set
1450CONFIG_GPIO_XILINX_PS=y
1451# CONFIG_GPIO_VX855 is not set
1452# CONFIG_GPIO_GRGPIO is not set
1453
1454#
1455# I2C GPIO expanders:
1456#
1457# CONFIG_GPIO_MAX7300 is not set
1458# CONFIG_GPIO_MAX732X is not set
1459# CONFIG_GPIO_PCF857X is not set
1460# CONFIG_GPIO_SX150X is not set
1461# CONFIG_GPIO_ADP5588 is not set
1462# CONFIG_GPIO_ADNP is not set
1463
1464#
1465# PCI GPIO expanders:
1466#
1467# CONFIG_GPIO_BT8XX is not set
1468# CONFIG_GPIO_AMD8111 is not set
1469# CONFIG_GPIO_ML_IOH is not set
1470# CONFIG_GPIO_RDC321X is not set
1471
1472#
1473# SPI GPIO expanders:
1474#
1475# CONFIG_GPIO_MAX7301 is not set
1476# CONFIG_GPIO_MCP23S08 is not set
1477# CONFIG_GPIO_MC33880 is not set
1478# CONFIG_GPIO_74X164 is not set
1479
1480#
1481# AC97 GPIO expanders:
1482#
1483
1484#
1485# MODULbus GPIO expanders:
1486#
1487
1488#
1489# USB GPIO expanders:
1490#
1491# CONFIG_W1 is not set
1492CONFIG_POWER_SUPPLY=y
1493# CONFIG_POWER_SUPPLY_DEBUG is not set
1494# CONFIG_PDA_POWER is not set
1495# CONFIG_TEST_POWER is not set
1496# CONFIG_BATTERY_DS2780 is not set
1497# CONFIG_BATTERY_DS2781 is not set
1498# CONFIG_BATTERY_DS2782 is not set
1499# CONFIG_BATTERY_SBS is not set
1500# CONFIG_BATTERY_BQ27x00 is not set
1501# CONFIG_BATTERY_MAX17040 is not set
1502# CONFIG_BATTERY_MAX17042 is not set
1503# CONFIG_CHARGER_ISP1704 is not set
1504# CONFIG_CHARGER_MAX8903 is not set
1505# CONFIG_CHARGER_LP8727 is not set
1506# CONFIG_CHARGER_GPIO is not set
1507# CONFIG_CHARGER_BQ2415X is not set
1508# CONFIG_CHARGER_SMB347 is not set
1509# CONFIG_BATTERY_GOLDFISH is not set
1510CONFIG_POWER_RESET=y
1511# CONFIG_POWER_RESET_GPIO is not set
1512# CONFIG_POWER_RESET_RESTART is not set
1513CONFIG_POWER_RESET_VEXPRESS=y
1514# CONFIG_POWER_AVS is not set
1515CONFIG_HWMON=y
1516# CONFIG_HWMON_VID is not set
1517# CONFIG_HWMON_DEBUG_CHIP is not set
1518
1519#
1520# Native drivers
1521#
1522# CONFIG_SENSORS_AD7314 is not set
1523# CONFIG_SENSORS_AD7414 is not set
1524# CONFIG_SENSORS_AD7418 is not set
1525# CONFIG_SENSORS_ADCXX is not set
1526# CONFIG_SENSORS_ADM1021 is not set
1527# CONFIG_SENSORS_ADM1025 is not set
1528# CONFIG_SENSORS_ADM1026 is not set
1529# CONFIG_SENSORS_ADM1029 is not set
1530# CONFIG_SENSORS_ADM1031 is not set
1531# CONFIG_SENSORS_ADM9240 is not set
1532# CONFIG_SENSORS_ADT7310 is not set
1533# CONFIG_SENSORS_ADT7410 is not set
1534# CONFIG_SENSORS_ADT7411 is not set
1535# CONFIG_SENSORS_ADT7462 is not set
1536# CONFIG_SENSORS_ADT7470 is not set
1537# CONFIG_SENSORS_ADT7475 is not set
1538# CONFIG_SENSORS_ASC7621 is not set
1539# CONFIG_SENSORS_ATXP1 is not set
1540# CONFIG_SENSORS_DS620 is not set
1541# CONFIG_SENSORS_DS1621 is not set
1542# CONFIG_SENSORS_I5K_AMB is not set
1543# CONFIG_SENSORS_F71805F is not set
1544# CONFIG_SENSORS_F71882FG is not set
1545# CONFIG_SENSORS_F75375S is not set
1546# CONFIG_SENSORS_G760A is not set
1547# CONFIG_SENSORS_GL518SM is not set
1548# CONFIG_SENSORS_GL520SM is not set
1549# CONFIG_SENSORS_GPIO_FAN is not set
1550# CONFIG_SENSORS_HIH6130 is not set
1551# CONFIG_SENSORS_IT87 is not set
1552# CONFIG_SENSORS_JC42 is not set
1553# CONFIG_SENSORS_LINEAGE is not set
1554# CONFIG_SENSORS_LM63 is not set
1555# CONFIG_SENSORS_LM70 is not set
1556# CONFIG_SENSORS_LM73 is not set
1557# CONFIG_SENSORS_LM75 is not set
1558# CONFIG_SENSORS_LM77 is not set
1559# CONFIG_SENSORS_LM78 is not set
1560# CONFIG_SENSORS_LM80 is not set
1561# CONFIG_SENSORS_LM83 is not set
1562# CONFIG_SENSORS_LM85 is not set
1563# CONFIG_SENSORS_LM87 is not set
1564# CONFIG_SENSORS_LM90 is not set
1565# CONFIG_SENSORS_LM92 is not set
1566# CONFIG_SENSORS_LM93 is not set
1567# CONFIG_SENSORS_LTC4151 is not set
1568# CONFIG_SENSORS_LTC4215 is not set
1569# CONFIG_SENSORS_LTC4245 is not set
1570# CONFIG_SENSORS_LTC4261 is not set
1571# CONFIG_SENSORS_LM95234 is not set
1572# CONFIG_SENSORS_LM95241 is not set
1573# CONFIG_SENSORS_LM95245 is not set
1574# CONFIG_SENSORS_MAX1111 is not set
1575# CONFIG_SENSORS_MAX16065 is not set
1576# CONFIG_SENSORS_MAX1619 is not set
1577# CONFIG_SENSORS_MAX1668 is not set
1578# CONFIG_SENSORS_MAX197 is not set
1579# CONFIG_SENSORS_MAX6639 is not set
1580# CONFIG_SENSORS_MAX6642 is not set
1581# CONFIG_SENSORS_MAX6650 is not set
1582# CONFIG_SENSORS_MAX6697 is not set
1583# CONFIG_SENSORS_MCP3021 is not set
1584# CONFIG_SENSORS_NCT6775 is not set
1585# CONFIG_SENSORS_PC87360 is not set
1586# CONFIG_SENSORS_PC87427 is not set
1587# CONFIG_SENSORS_PCF8591 is not set
1588# CONFIG_PMBUS is not set
1589# CONFIG_SENSORS_SHT15 is not set
1590# CONFIG_SENSORS_SHT21 is not set
1591# CONFIG_SENSORS_SIS5595 is not set
1592# CONFIG_SENSORS_SMM665 is not set
1593# CONFIG_SENSORS_DME1737 is not set
1594# CONFIG_SENSORS_EMC1403 is not set
1595# CONFIG_SENSORS_EMC2103 is not set
1596# CONFIG_SENSORS_EMC6W201 is not set
1597# CONFIG_SENSORS_SMSC47M1 is not set
1598# CONFIG_SENSORS_SMSC47M192 is not set
1599# CONFIG_SENSORS_SMSC47B397 is not set
1600# CONFIG_SENSORS_SCH56XX_COMMON is not set
1601# CONFIG_SENSORS_SCH5627 is not set
1602# CONFIG_SENSORS_SCH5636 is not set
1603# CONFIG_SENSORS_ADS1015 is not set
1604# CONFIG_SENSORS_ADS7828 is not set
1605# CONFIG_SENSORS_ADS7871 is not set
1606# CONFIG_SENSORS_AMC6821 is not set
1607# CONFIG_SENSORS_INA209 is not set
1608# CONFIG_SENSORS_INA2XX is not set
1609# CONFIG_SENSORS_THMC50 is not set
1610# CONFIG_SENSORS_TMP102 is not set
1611# CONFIG_SENSORS_TMP401 is not set
1612# CONFIG_SENSORS_TMP421 is not set
1613# CONFIG_SENSORS_VEXPRESS is not set
1614# CONFIG_SENSORS_VIA686A is not set
1615# CONFIG_SENSORS_VT1211 is not set
1616# CONFIG_SENSORS_VT8231 is not set
1617# CONFIG_SENSORS_W83781D is not set
1618# CONFIG_SENSORS_W83791D is not set
1619# CONFIG_SENSORS_W83792D is not set
1620# CONFIG_SENSORS_W83793 is not set
1621# CONFIG_SENSORS_W83795 is not set
1622# CONFIG_SENSORS_W83L785TS is not set
1623# CONFIG_SENSORS_W83L786NG is not set
1624# CONFIG_SENSORS_W83627HF is not set
1625# CONFIG_SENSORS_W83627EHF is not set
1626CONFIG_SENSORS_XADCPS=y
1627# CONFIG_THERMAL is not set
1628CONFIG_WATCHDOG=y
1629CONFIG_WATCHDOG_CORE=y
1630# CONFIG_WATCHDOG_NOWAYOUT is not set
1631
1632#
1633# Watchdog Device Drivers
1634#
1635# CONFIG_SOFT_WATCHDOG is not set
1636# CONFIG_ARM_SP805_WATCHDOG is not set
1637# CONFIG_DW_WATCHDOG is not set
1638CONFIG_MPCORE_WATCHDOG=y
1639CONFIG_XILINX_PS_WATCHDOG=y
1640# CONFIG_MAX63XX_WATCHDOG is not set
1641# CONFIG_ALIM7101_WDT is not set
1642# CONFIG_I6300ESB_WDT is not set
1643CONFIG_XILINX_WATCHDOG=y
1644
1645#
1646# PCI-based Watchdog Cards
1647#
1648# CONFIG_PCIPCWATCHDOG is not set
1649# CONFIG_WDTPCI is not set
1650
1651#
1652# USB-based Watchdog Cards
1653#
1654# CONFIG_USBPCWATCHDOG is not set
1655CONFIG_SSB_POSSIBLE=y
1656
1657#
1658# Sonics Silicon Backplane
1659#
1660# CONFIG_SSB is not set
1661CONFIG_BCMA_POSSIBLE=y
1662
1663#
1664# Broadcom specific AMBA
1665#
1666# CONFIG_BCMA is not set
1667
1668#
1669# Multifunction device drivers
1670#
1671# CONFIG_MFD_CORE is not set
1672# CONFIG_MFD_AS3711 is not set
1673# CONFIG_PMIC_ADP5520 is not set
1674# CONFIG_MFD_AAT2870_CORE is not set
1675# CONFIG_MFD_CROS_EC is not set
1676# CONFIG_MFD_ASIC3 is not set
1677# CONFIG_PMIC_DA903X is not set
1678# CONFIG_MFD_DA9052_SPI is not set
1679# CONFIG_MFD_DA9052_I2C is not set
1680# CONFIG_MFD_DA9055 is not set
1681# CONFIG_MFD_MC13XXX_SPI is not set
1682# CONFIG_MFD_MC13XXX_I2C is not set
1683# CONFIG_HTC_EGPIO is not set
1684# CONFIG_HTC_PASIC3 is not set
1685# CONFIG_HTC_I2CPLD is not set
1686# CONFIG_LPC_ICH is not set
1687# CONFIG_LPC_SCH is not set
1688# CONFIG_MFD_JANZ_CMODIO is not set
1689# CONFIG_MFD_88PM800 is not set
1690# CONFIG_MFD_88PM805 is not set
1691# CONFIG_MFD_88PM860X is not set
1692# CONFIG_MFD_MAX77686 is not set
1693# CONFIG_MFD_MAX77693 is not set
1694# CONFIG_MFD_MAX8907 is not set
1695# CONFIG_MFD_MAX8925 is not set
1696# CONFIG_MFD_MAX8997 is not set
1697# CONFIG_MFD_MAX8998 is not set
1698# CONFIG_EZX_PCAP is not set
1699# CONFIG_MFD_VIPERBOARD is not set
1700# CONFIG_MFD_RETU is not set
1701# CONFIG_MFD_PCF50633 is not set
1702# CONFIG_MFD_RDC321X is not set
1703# CONFIG_MFD_RTSX_PCI is not set
1704# CONFIG_MFD_RC5T583 is not set
1705# CONFIG_MFD_SEC_CORE is not set
1706# CONFIG_MFD_SI476X_CORE is not set
1707# CONFIG_MFD_SM501 is not set
1708# CONFIG_MFD_SMSC is not set
1709# CONFIG_ABX500_CORE is not set
1710# CONFIG_MFD_STMPE is not set
1711# CONFIG_MFD_SYSCON is not set
1712# CONFIG_MFD_TI_AM335X_TSCADC is not set
1713# CONFIG_MFD_LP8788 is not set
1714# CONFIG_MFD_PALMAS is not set
1715# CONFIG_TPS6105X is not set
1716# CONFIG_TPS65010 is not set
1717# CONFIG_TPS6507X is not set
1718# CONFIG_MFD_TPS65090 is not set
1719# CONFIG_MFD_TPS65217 is not set
1720# CONFIG_MFD_TPS6586X is not set
1721# CONFIG_MFD_TPS65910 is not set
1722# CONFIG_MFD_TPS65912 is not set
1723# CONFIG_MFD_TPS65912_I2C is not set
1724# CONFIG_MFD_TPS65912_SPI is not set
1725# CONFIG_MFD_TPS80031 is not set
1726# CONFIG_TWL4030_CORE is not set
1727# CONFIG_TWL6040_CORE is not set
1728# CONFIG_MFD_WL1273_CORE is not set
1729# CONFIG_MFD_LM3533 is not set
1730# CONFIG_MFD_TIMBERDALE is not set
1731# CONFIG_MFD_TC3589X is not set
1732# CONFIG_MFD_TMIO is not set
1733# CONFIG_MFD_T7L66XB is not set
1734# CONFIG_MFD_TC6387XB is not set
1735# CONFIG_MFD_TC6393XB is not set
1736# CONFIG_MFD_VX855 is not set
1737# CONFIG_MFD_ARIZONA_I2C is not set
1738# CONFIG_MFD_ARIZONA_SPI is not set
1739# CONFIG_MFD_WM8400 is not set
1740# CONFIG_MFD_WM831X_I2C is not set
1741# CONFIG_MFD_WM831X_SPI is not set
1742# CONFIG_MFD_WM8350_I2C is not set
1743# CONFIG_MFD_WM8994 is not set
1744CONFIG_VEXPRESS_CONFIG=y
1745# CONFIG_REGULATOR is not set
1746CONFIG_MEDIA_SUPPORT=y
1747
1748#
1749# Multimedia core support
1750#
1751# CONFIG_MEDIA_CAMERA_SUPPORT is not set
1752# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
1753# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
1754# CONFIG_MEDIA_RADIO_SUPPORT is not set
1755# CONFIG_MEDIA_RC_SUPPORT is not set
1756# CONFIG_VIDEO_ADV_DEBUG is not set
1757# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
1758# CONFIG_TTPCI_EEPROM is not set
1759
1760#
1761# Media drivers
1762#
1763# CONFIG_MEDIA_USB_SUPPORT is not set
1764# CONFIG_MEDIA_PCI_SUPPORT is not set
1765
1766#
1767# Supported MMC/SDIO adapters
1768#
1769# CONFIG_CYPRESS_FIRMWARE is not set
1770
1771#
1772# Media ancillary drivers (tuners, sensors, i2c, frontends)
1773#
1774
1775#
1776# Customise DVB Frontends
1777#
1778# CONFIG_DVB_TUNER_DIB0070 is not set
1779# CONFIG_DVB_TUNER_DIB0090 is not set
1780
1781#
1782# Tools to develop new frontends
1783#
1784# CONFIG_DVB_DUMMY_FE is not set
1785
1786#
1787# Graphics support
1788#
1789CONFIG_VGA_ARB=y
1790CONFIG_VGA_ARB_MAX_GPUS=16
1791# CONFIG_DRM is not set
1792# CONFIG_TEGRA_HOST1X is not set
1793# CONFIG_VGASTATE is not set
1794# CONFIG_VIDEO_OUTPUT_CONTROL is not set
1795CONFIG_FB=y
1796# CONFIG_FIRMWARE_EDID is not set
1797# CONFIG_FB_DDC is not set
1798# CONFIG_FB_BOOT_VESA_SUPPORT is not set
1799CONFIG_FB_CFB_FILLRECT=y
1800CONFIG_FB_CFB_COPYAREA=y
1801CONFIG_FB_CFB_IMAGEBLIT=y
1802# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1803# CONFIG_FB_SYS_FILLRECT is not set
1804# CONFIG_FB_SYS_COPYAREA is not set
1805# CONFIG_FB_SYS_IMAGEBLIT is not set
1806# CONFIG_FB_FOREIGN_ENDIAN is not set
1807# CONFIG_FB_SYS_FOPS is not set
1808# CONFIG_FB_SVGALIB is not set
1809# CONFIG_FB_MACMODES is not set
1810# CONFIG_FB_BACKLIGHT is not set
1811# CONFIG_FB_MODE_HELPERS is not set
1812# CONFIG_FB_TILEBLITTING is not set
1813
1814#
1815# Frame buffer hardware drivers
1816#
1817# CONFIG_FB_CIRRUS is not set
1818# CONFIG_FB_PM2 is not set
1819# CONFIG_FB_ARMCLCD is not set
1820# CONFIG_FB_CYBER2000 is not set
1821# CONFIG_FB_ASILIANT is not set
1822# CONFIG_FB_IMSTT is not set
1823# CONFIG_FB_UVESA is not set
1824# CONFIG_FB_S1D13XXX is not set
1825# CONFIG_FB_NVIDIA is not set
1826# CONFIG_FB_RIVA is not set
1827# CONFIG_FB_I740 is not set
1828# CONFIG_FB_MATROX is not set
1829# CONFIG_FB_RADEON is not set
1830# CONFIG_FB_ATY128 is not set
1831# CONFIG_FB_ATY is not set
1832# CONFIG_FB_S3 is not set
1833# CONFIG_FB_SAVAGE is not set
1834# CONFIG_FB_SIS is not set
1835# CONFIG_FB_NEOMAGIC is not set
1836# CONFIG_FB_KYRO is not set
1837# CONFIG_FB_3DFX is not set
1838# CONFIG_FB_VOODOO1 is not set
1839# CONFIG_FB_VT8623 is not set
1840# CONFIG_FB_TRIDENT is not set
1841# CONFIG_FB_ARK is not set
1842# CONFIG_FB_PM3 is not set
1843# CONFIG_FB_CARMINE is not set
1844# CONFIG_FB_SMSCUFX is not set
1845# CONFIG_FB_UDL is not set
1846# CONFIG_FB_XILINX is not set
1847# CONFIG_FB_GOLDFISH is not set
1848# CONFIG_FB_VIRTUAL is not set
1849# CONFIG_FB_METRONOME is not set
1850# CONFIG_FB_MB862XX is not set
1851# CONFIG_FB_BROADSHEET is not set
1852# CONFIG_FB_AUO_K190X is not set
1853# CONFIG_FB_SIMPLE is not set
1854CONFIG_FB_XYLON=y
1855# CONFIG_FB_XYLON_PLATFORM is not set
1856CONFIG_FB_XYLON_OF=y
1857# CONFIG_FB_XYLON_PIXCLK is not set
1858# CONFIG_FB_XYLON_MISC is not set
1859# CONFIG_EXYNOS_VIDEO is not set
1860# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1861
1862#
1863# Console display driver support
1864#
1865CONFIG_DUMMY_CONSOLE=y
1866CONFIG_FRAMEBUFFER_CONSOLE=y
1867# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1868# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1869CONFIG_FONTS=y
1870CONFIG_FONT_8x8=y
1871CONFIG_FONT_8x16=y
1872# CONFIG_FONT_6x11 is not set
1873# CONFIG_FONT_7x14 is not set
1874# CONFIG_FONT_PEARL_8x8 is not set
1875# CONFIG_FONT_ACORN_8x8 is not set
1876# CONFIG_FONT_MINI_4x6 is not set
1877# CONFIG_FONT_SUN8x16 is not set
1878# CONFIG_FONT_SUN12x22 is not set
1879# CONFIG_FONT_10x18 is not set
1880# CONFIG_LOGO is not set
1881# CONFIG_FB_SSD1307 is not set
1882# CONFIG_SOUND is not set
1883
1884#
1885# HID support
1886#
1887CONFIG_HID=y
1888# CONFIG_HID_BATTERY_STRENGTH is not set
1889# CONFIG_HIDRAW is not set
1890# CONFIG_UHID is not set
1891CONFIG_HID_GENERIC=y
1892
1893#
1894# Special HID drivers
1895#
1896# CONFIG_HID_A4TECH is not set
1897# CONFIG_HID_ACRUX is not set
1898# CONFIG_HID_APPLE is not set
1899# CONFIG_HID_APPLEIR is not set
1900# CONFIG_HID_AUREAL is not set
1901# CONFIG_HID_BELKIN is not set
1902# CONFIG_HID_CHERRY is not set
1903# CONFIG_HID_CHICONY is not set
1904# CONFIG_HID_CYPRESS is not set
1905# CONFIG_HID_DRAGONRISE is not set
1906# CONFIG_HID_EMS_FF is not set
1907# CONFIG_HID_ELECOM is not set
1908# CONFIG_HID_EZKEY is not set
1909# CONFIG_HID_HOLTEK is not set
1910# CONFIG_HID_KEYTOUCH is not set
1911# CONFIG_HID_KYE is not set
1912# CONFIG_HID_UCLOGIC is not set
1913# CONFIG_HID_WALTOP is not set
1914# CONFIG_HID_GYRATION is not set
1915# CONFIG_HID_ICADE is not set
1916# CONFIG_HID_TWINHAN is not set
1917# CONFIG_HID_KENSINGTON is not set
1918# CONFIG_HID_LCPOWER is not set
1919# CONFIG_HID_LENOVO_TPKBD is not set
1920# CONFIG_HID_LOGITECH is not set
1921# CONFIG_HID_MAGICMOUSE is not set
1922CONFIG_HID_MICROSOFT=y
1923# CONFIG_HID_MONTEREY is not set
1924# CONFIG_HID_MULTITOUCH is not set
1925# CONFIG_HID_NTRIG is not set
1926# CONFIG_HID_ORTEK is not set
1927# CONFIG_HID_PANTHERLORD is not set
1928# CONFIG_HID_PETALYNX is not set
1929# CONFIG_HID_PICOLCD is not set
1930# CONFIG_HID_PRIMAX is not set
1931# CONFIG_HID_PS3REMOTE is not set
1932# CONFIG_HID_ROCCAT is not set
1933# CONFIG_HID_SAITEK is not set
1934# CONFIG_HID_SAMSUNG is not set
1935# CONFIG_HID_SONY is not set
1936# CONFIG_HID_SPEEDLINK is not set
1937# CONFIG_HID_STEELSERIES is not set
1938# CONFIG_HID_SUNPLUS is not set
1939# CONFIG_HID_GREENASIA is not set
1940# CONFIG_HID_SMARTJOYPLUS is not set
1941# CONFIG_HID_TIVO is not set
1942# CONFIG_HID_TOPSEED is not set
1943# CONFIG_HID_THRUSTMASTER is not set
1944# CONFIG_HID_ZEROPLUS is not set
1945# CONFIG_HID_ZYDACRON is not set
1946# CONFIG_HID_SENSOR_HUB is not set
1947
1948#
1949# USB HID support
1950#
1951CONFIG_USB_HID=y
1952# CONFIG_HID_PID is not set
1953# CONFIG_USB_HIDDEV is not set
1954
1955#
1956# I2C HID support
1957#
1958# CONFIG_I2C_HID is not set
1959CONFIG_USB_ARCH_HAS_OHCI=y
1960CONFIG_USB_ARCH_HAS_EHCI=y
1961CONFIG_USB_ARCH_HAS_XHCI=y
1962CONFIG_USB_SUPPORT=y
1963CONFIG_USB_COMMON=y
1964CONFIG_USB_ARCH_HAS_HCD=y
1965CONFIG_USB=y
1966# CONFIG_USB_DEBUG is not set
1967# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
1968
1969#
1970# Miscellaneous USB options
1971#
1972CONFIG_USB_DEFAULT_PERSIST=y
1973# CONFIG_USB_DYNAMIC_MINORS is not set
1974CONFIG_USB_OTG=y
1975# CONFIG_USB_OTG_WHITELIST is not set
1976# CONFIG_USB_OTG_BLACKLIST_HUB is not set
1977# CONFIG_USB_MON is not set
1978# CONFIG_USB_WUSB_CBAF is not set
1979
1980#
1981# USB Host Controller Drivers
1982#
1983# CONFIG_USB_C67X00_HCD is not set
1984# CONFIG_USB_XHCI_HCD is not set
1985CONFIG_USB_EHCI_HCD=y
1986CONFIG_USB_EHCI_ROOT_HUB_TT=y
1987# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1988CONFIG_USB_EHCI_PCI=y
1989CONFIG_USB_XUSBPS_DR_OF=y
1990CONFIG_USB_EHCI_XUSBPS=y
1991# CONFIG_USB_EHCI_HCD_PLATFORM is not set
1992# CONFIG_USB_OXU210HP_HCD is not set
1993# CONFIG_USB_ISP116X_HCD is not set
1994# CONFIG_USB_ISP1760_HCD is not set
1995# CONFIG_USB_ISP1362_HCD is not set
1996# CONFIG_USB_OHCI_HCD is not set
1997# CONFIG_USB_UHCI_HCD is not set
1998# CONFIG_USB_SL811_HCD is not set
1999# CONFIG_USB_R8A66597_HCD is not set
2000# CONFIG_USB_MUSB_HDRC is not set
2001# CONFIG_USB_RENESAS_USBHS is not set
2002
2003#
2004# USB Device Class drivers
2005#
2006# CONFIG_USB_ACM is not set
2007# CONFIG_USB_PRINTER is not set
2008# CONFIG_USB_WDM is not set
2009# CONFIG_USB_TMC is not set
2010
2011#
2012# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
2013#
2014
2015#
2016# also be needed; see USB_STORAGE Help for more info
2017#
2018CONFIG_USB_STORAGE=y
2019# CONFIG_USB_STORAGE_DEBUG is not set
2020# CONFIG_USB_STORAGE_REALTEK is not set
2021# CONFIG_USB_STORAGE_DATAFAB is not set
2022# CONFIG_USB_STORAGE_FREECOM is not set
2023# CONFIG_USB_STORAGE_ISD200 is not set
2024# CONFIG_USB_STORAGE_USBAT is not set
2025# CONFIG_USB_STORAGE_SDDR09 is not set
2026# CONFIG_USB_STORAGE_SDDR55 is not set
2027# CONFIG_USB_STORAGE_JUMPSHOT is not set
2028# CONFIG_USB_STORAGE_ALAUDA is not set
2029# CONFIG_USB_STORAGE_ONETOUCH is not set
2030# CONFIG_USB_STORAGE_KARMA is not set
2031# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
2032# CONFIG_USB_STORAGE_ENE_UB6250 is not set
2033
2034#
2035# USB Imaging devices
2036#
2037# CONFIG_USB_MDC800 is not set
2038# CONFIG_USB_MICROTEK is not set
2039# CONFIG_USB_DWC3 is not set
2040# CONFIG_USB_CHIPIDEA is not set
2041
2042#
2043# USB port drivers
2044#
2045# CONFIG_USB_SERIAL is not set
2046
2047#
2048# USB Miscellaneous drivers
2049#
2050# CONFIG_USB_EMI62 is not set
2051# CONFIG_USB_EMI26 is not set
2052# CONFIG_USB_ADUTUX is not set
2053# CONFIG_USB_SEVSEG is not set
2054# CONFIG_USB_RIO500 is not set
2055# CONFIG_USB_LEGOTOWER is not set
2056# CONFIG_USB_LCD is not set
2057# CONFIG_USB_LED is not set
2058# CONFIG_USB_CYPRESS_CY7C63 is not set
2059# CONFIG_USB_CYTHERM is not set
2060# CONFIG_USB_IDMOUSE is not set
2061# CONFIG_USB_FTDI_ELAN is not set
2062# CONFIG_USB_APPLEDISPLAY is not set
2063# CONFIG_USB_SISUSBVGA is not set
2064# CONFIG_USB_LD is not set
2065# CONFIG_USB_TRANCEVIBRATOR is not set
2066# CONFIG_USB_IOWARRIOR is not set
2067# CONFIG_USB_TEST is not set
2068# CONFIG_USB_ISIGHTFW is not set
2069# CONFIG_USB_YUREX is not set
2070# CONFIG_USB_EZUSB_FX2 is not set
2071# CONFIG_USB_HSIC_USB3503 is not set
2072CONFIG_USB_PHY=y
2073# CONFIG_NOP_USB_XCEIV is not set
2074# CONFIG_OMAP_CONTROL_USB is not set
2075# CONFIG_OMAP_USB3 is not set
2076# CONFIG_SAMSUNG_USBPHY is not set
2077# CONFIG_SAMSUNG_USB2PHY is not set
2078# CONFIG_SAMSUNG_USB3PHY is not set
2079# CONFIG_USB_GPIO_VBUS is not set
2080# CONFIG_USB_ISP1301 is not set
2081# CONFIG_USB_RCAR_PHY is not set
2082CONFIG_USB_ULPI=y
2083CONFIG_USB_ULPI_VIEWPORT=y
2084# CONFIG_USB_ZYNQ_PHY is not set
2085CONFIG_USB_GADGET=y
2086# CONFIG_USB_GADGET_DEBUG is not set
2087# CONFIG_USB_GADGET_DEBUG_FILES is not set
2088# CONFIG_USB_GADGET_DEBUG_FS is not set
2089CONFIG_USB_GADGET_VBUS_DRAW=2
2090CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
2091
2092#
2093# USB Peripheral Controller
2094#
2095CONFIG_USB_GADGET_XUSBPS=y
2096CONFIG_XUSBPS_ERRATA_DT654401=y
2097CONFIG_USB_XUSBPS=y
2098# CONFIG_USB_FUSB300 is not set
2099# CONFIG_USB_R8A66597 is not set
2100CONFIG_USB_GADGET_XILINX=y
2101# CONFIG_USB_PXA27X is not set
2102# CONFIG_USB_MV_UDC is not set
2103# CONFIG_USB_MV_U3D is not set
2104# CONFIG_USB_M66592 is not set
2105# CONFIG_USB_AMD5536UDC is not set
2106# CONFIG_USB_NET2272 is not set
2107# CONFIG_USB_NET2280 is not set
2108# CONFIG_USB_GOKU is not set
2109# CONFIG_USB_EG20T is not set
2110# CONFIG_USB_DUMMY_HCD is not set
2111CONFIG_USB_LIBCOMPOSITE=m
2112CONFIG_USB_F_SS_LB=m
2113CONFIG_USB_ZERO=m
2114# CONFIG_USB_ZERO_HNPTEST is not set
2115# CONFIG_USB_ETH is not set
2116# CONFIG_USB_G_NCM is not set
2117# CONFIG_USB_GADGETFS is not set
2118# CONFIG_USB_FUNCTIONFS is not set
2119# CONFIG_USB_MASS_STORAGE is not set
2120# CONFIG_USB_G_SERIAL is not set
2121# CONFIG_USB_G_PRINTER is not set
2122# CONFIG_USB_CDC_COMPOSITE is not set
2123# CONFIG_USB_G_ACM_MS is not set
2124# CONFIG_USB_G_MULTI is not set
2125# CONFIG_USB_G_HID is not set
2126# CONFIG_USB_G_DBGP is not set
2127# CONFIG_UWB is not set
2128CONFIG_MMC=y
2129# CONFIG_MMC_DEBUG is not set
2130# CONFIG_MMC_UNSAFE_RESUME is not set
2131# CONFIG_MMC_CLKGATE is not set
2132
2133#
2134# MMC/SD/SDIO Card Drivers
2135#
2136CONFIG_MMC_BLOCK=y
2137CONFIG_MMC_BLOCK_MINORS=8
2138CONFIG_MMC_BLOCK_BOUNCE=y
2139# CONFIG_SDIO_UART is not set
2140# CONFIG_MMC_TEST is not set
2141
2142#
2143# MMC/SD/SDIO Host Controller Drivers
2144#
2145# CONFIG_MMC_ARMMMCI is not set
2146CONFIG_MMC_SDHCI=y
2147# CONFIG_MMC_SDHCI_PCI is not set
2148CONFIG_MMC_SDHCI_PLTFM=y
2149CONFIG_MMC_SDHCI_OF_XILINX_PS=y
2150# CONFIG_MMC_SDHCI_PXAV3 is not set
2151# CONFIG_MMC_SDHCI_PXAV2 is not set
2152# CONFIG_MMC_TIFM_SD is not set
2153# CONFIG_MMC_CB710 is not set
2154# CONFIG_MMC_VIA_SDMMC is not set
2155# CONFIG_MMC_DW is not set
2156# CONFIG_MMC_VUB300 is not set
2157# CONFIG_MMC_USHC is not set
2158# CONFIG_MEMSTICK is not set
2159# CONFIG_NEW_LEDS is not set
2160# CONFIG_ACCESSIBILITY is not set
2161# CONFIG_INFINIBAND is not set
2162CONFIG_EDAC=y
2163CONFIG_EDAC_LEGACY_SYSFS=y
2164# CONFIG_EDAC_DEBUG is not set
2165CONFIG_EDAC_MM_EDAC=y
2166CONFIG_EDAC_ZYNQ=y
2167CONFIG_RTC_LIB=y
2168CONFIG_RTC_CLASS=y
2169CONFIG_RTC_HCTOSYS=y
2170CONFIG_RTC_SYSTOHC=y
2171CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
2172# CONFIG_RTC_DEBUG is not set
2173
2174#
2175# RTC interfaces
2176#
2177CONFIG_RTC_INTF_SYSFS=y
2178CONFIG_RTC_INTF_PROC=y
2179CONFIG_RTC_INTF_DEV=y
2180# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
2181# CONFIG_RTC_DRV_TEST is not set
2182
2183#
2184# I2C RTC drivers
2185#
2186# CONFIG_RTC_DRV_DS1307 is not set
2187# CONFIG_RTC_DRV_DS1374 is not set
2188# CONFIG_RTC_DRV_DS1672 is not set
2189# CONFIG_RTC_DRV_DS3232 is not set
2190# CONFIG_RTC_DRV_MAX6900 is not set
2191# CONFIG_RTC_DRV_RS5C372 is not set
2192# CONFIG_RTC_DRV_ISL1208 is not set
2193# CONFIG_RTC_DRV_ISL12022 is not set
2194# CONFIG_RTC_DRV_X1205 is not set
2195# CONFIG_RTC_DRV_PCF8523 is not set
2196CONFIG_RTC_DRV_PCF8563=y
2197# CONFIG_RTC_DRV_PCF8583 is not set
2198# CONFIG_RTC_DRV_M41T80 is not set
2199# CONFIG_RTC_DRV_BQ32K is not set
2200# CONFIG_RTC_DRV_S35390A is not set
2201# CONFIG_RTC_DRV_FM3130 is not set
2202# CONFIG_RTC_DRV_RX8581 is not set
2203# CONFIG_RTC_DRV_RX8025 is not set
2204# CONFIG_RTC_DRV_EM3027 is not set
2205# CONFIG_RTC_DRV_RV3029C2 is not set
2206
2207#
2208# SPI RTC drivers
2209#
2210# CONFIG_RTC_DRV_M41T93 is not set
2211# CONFIG_RTC_DRV_M41T94 is not set
2212# CONFIG_RTC_DRV_DS1305 is not set
2213# CONFIG_RTC_DRV_DS1390 is not set
2214# CONFIG_RTC_DRV_MAX6902 is not set
2215# CONFIG_RTC_DRV_R9701 is not set
2216# CONFIG_RTC_DRV_RS5C348 is not set
2217# CONFIG_RTC_DRV_DS3234 is not set
2218# CONFIG_RTC_DRV_PCF2123 is not set
2219# CONFIG_RTC_DRV_RX4581 is not set
2220
2221#
2222# Platform RTC drivers
2223#
2224# CONFIG_RTC_DRV_CMOS is not set
2225# CONFIG_RTC_DRV_DS1286 is not set
2226# CONFIG_RTC_DRV_DS1511 is not set
2227# CONFIG_RTC_DRV_DS1553 is not set
2228# CONFIG_RTC_DRV_DS1742 is not set
2229# CONFIG_RTC_DRV_STK17TA8 is not set
2230# CONFIG_RTC_DRV_M48T86 is not set
2231# CONFIG_RTC_DRV_M48T35 is not set
2232# CONFIG_RTC_DRV_M48T59 is not set
2233# CONFIG_RTC_DRV_MSM6242 is not set
2234# CONFIG_RTC_DRV_BQ4802 is not set
2235# CONFIG_RTC_DRV_RP5C01 is not set
2236# CONFIG_RTC_DRV_V3020 is not set
2237# CONFIG_RTC_DRV_DS2404 is not set
2238
2239#
2240# on-CPU RTC drivers
2241#
2242# CONFIG_RTC_DRV_PL030 is not set
2243# CONFIG_RTC_DRV_PL031 is not set
2244# CONFIG_RTC_DRV_SNVS is not set
2245
2246#
2247# HID Sensor RTC drivers
2248#
2249# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
2250CONFIG_DMADEVICES=y
2251# CONFIG_DMADEVICES_DEBUG is not set
2252
2253#
2254# DMA Devices
2255#
2256CONFIG_XILINX_DMA_ENGINES=y
2257CONFIG_XILINX_AXIDMA=y
2258# CONFIG_XILINX_DMATEST is not set
2259CONFIG_XILINX_AXIVDMA=y
2260# CONFIG_XILINX_VDMATEST is not set
2261CONFIG_XILINX_AXICDMA=y
2262# CONFIG_XILINX_CDMATEST is not set
2263# CONFIG_AMBA_PL08X is not set
2264# CONFIG_DW_DMAC is not set
2265# CONFIG_TIMB_DMA is not set
2266CONFIG_PL330_DMA=y
2267CONFIG_DMA_OF=y
2268
2269#
2270# DMA Clients
2271#
2272# CONFIG_NET_DMA is not set
2273# CONFIG_ASYNC_TX_DMA is not set
2274# CONFIG_DMATEST is not set
2275# CONFIG_AUXDISPLAY is not set
2276CONFIG_UIO=y
2277# CONFIG_UIO_CIF is not set
2278CONFIG_UIO_PDRV_GENIRQ=y
2279# CONFIG_UIO_DMEM_GENIRQ is not set
2280# CONFIG_UIO_AEC is not set
2281# CONFIG_UIO_SERCOS3 is not set
2282# CONFIG_UIO_PCI_GENERIC is not set
2283# CONFIG_UIO_NETX is not set
2284# CONFIG_VIRT_DRIVERS is not set
2285CONFIG_VIRTIO=m
2286
2287#
2288# Virtio drivers
2289#
2290# CONFIG_VIRTIO_PCI is not set
2291# CONFIG_VIRTIO_BALLOON is not set
2292# CONFIG_VIRTIO_MMIO is not set
2293
2294#
2295# Microsoft Hyper-V guest support
2296#
2297# CONFIG_STAGING is not set
2298CONFIG_CLKDEV_LOOKUP=y
2299CONFIG_HAVE_CLK_PREPARE=y
2300CONFIG_COMMON_CLK=y
2301
2302#
2303# Common Clock Framework
2304#
2305CONFIG_COMMON_CLK_DEBUG=y
2306CONFIG_COMMON_CLK_VERSATILE=y
2307# CONFIG_COMMON_CLK_SI5351 is not set
2308# CONFIG_COMMON_CLK_AXI_CLKGEN is not set
2309
2310#
2311# Hardware Spinlock drivers
2312#
2313CONFIG_CLKSRC_OF=y
2314CONFIG_CLKSRC_MMIO=y
2315CONFIG_CADENCE_TTC_TIMER=y
2316# CONFIG_MAILBOX is not set
2317CONFIG_IOMMU_SUPPORT=y
2318CONFIG_OF_IOMMU=y
2319
2320#
2321# Remoteproc drivers
2322#
2323CONFIG_REMOTEPROC=m
2324# CONFIG_STE_MODEM_RPROC is not set
2325CONFIG_ZYNQ_REMOTEPROC=m
2326CONFIG_MB_REMOTEPROC=m
2327
2328#
2329# Rpmsg drivers
2330#
2331CONFIG_RPMSG=m
2332# CONFIG_RPMSG_SERVER_SAMPLE is not set
2333# CONFIG_RPMSG_OMX is not set
2334# CONFIG_RPMSG_FREERTOS_STAT is not set
2335# CONFIG_PM_DEVFREQ is not set
2336# CONFIG_EXTCON is not set
2337CONFIG_MEMORY=y
2338CONFIG_ZYNQ_SMC=y
2339# CONFIG_IIO is not set
2340# CONFIG_VME_BUS is not set
2341# CONFIG_PWM is not set
2342# CONFIG_PMODS is not set
2343CONFIG_IRQCHIP=y
2344CONFIG_ARM_GIC=y
2345# CONFIG_IPACK_BUS is not set
2346# CONFIG_RESET_CONTROLLER is not set
2347
2348#
2349# File systems
2350#
2351CONFIG_DCACHE_WORD_ACCESS=y
2352CONFIG_EXT2_FS=y
2353# CONFIG_EXT2_FS_XATTR is not set
2354# CONFIG_EXT2_FS_XIP is not set
2355CONFIG_EXT3_FS=y
2356# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
2357CONFIG_EXT3_FS_XATTR=y
2358# CONFIG_EXT3_FS_POSIX_ACL is not set
2359# CONFIG_EXT3_FS_SECURITY is not set
2360CONFIG_EXT4_FS=y
2361# CONFIG_EXT4_FS_POSIX_ACL is not set
2362# CONFIG_EXT4_FS_SECURITY is not set
2363# CONFIG_EXT4_DEBUG is not set
2364CONFIG_JBD=y
2365# CONFIG_JBD_DEBUG is not set
2366CONFIG_JBD2=y
2367# CONFIG_JBD2_DEBUG is not set
2368CONFIG_FS_MBCACHE=y
2369# CONFIG_REISERFS_FS is not set
2370# CONFIG_JFS_FS is not set
2371# CONFIG_XFS_FS is not set
2372# CONFIG_GFS2_FS is not set
2373# CONFIG_OCFS2_FS is not set
2374# CONFIG_BTRFS_FS is not set
2375# CONFIG_NILFS2_FS is not set
2376# CONFIG_FS_POSIX_ACL is not set
2377CONFIG_FILE_LOCKING=y
2378CONFIG_FSNOTIFY=y
2379# CONFIG_DNOTIFY is not set
2380CONFIG_INOTIFY_USER=y
2381# CONFIG_FANOTIFY is not set
2382# CONFIG_QUOTA is not set
2383# CONFIG_QUOTACTL is not set
2384# CONFIG_AUTOFS4_FS is not set
2385# CONFIG_FUSE_FS is not set
2386
2387#
2388# Caches
2389#
2390# CONFIG_FSCACHE is not set
2391
2392#
2393# CD-ROM/DVD Filesystems
2394#
2395# CONFIG_ISO9660_FS is not set
2396# CONFIG_UDF_FS is not set
2397
2398#
2399# DOS/FAT/NT Filesystems
2400#
2401CONFIG_FAT_FS=y
2402CONFIG_MSDOS_FS=y
2403CONFIG_VFAT_FS=y
2404CONFIG_FAT_DEFAULT_CODEPAGE=437
2405CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
2406# CONFIG_NTFS_FS is not set
2407
2408#
2409# Pseudo filesystems
2410#
2411CONFIG_PROC_FS=y
2412CONFIG_PROC_SYSCTL=y
2413CONFIG_PROC_PAGE_MONITOR=y
2414CONFIG_SYSFS=y
2415CONFIG_TMPFS=y
2416# CONFIG_TMPFS_POSIX_ACL is not set
2417# CONFIG_TMPFS_XATTR is not set
2418# CONFIG_HUGETLB_PAGE is not set
2419CONFIG_CONFIGFS_FS=m
2420CONFIG_MISC_FILESYSTEMS=y
2421# CONFIG_ADFS_FS is not set
2422# CONFIG_AFFS_FS is not set
2423# CONFIG_HFS_FS is not set
2424# CONFIG_HFSPLUS_FS is not set
2425# CONFIG_BEFS_FS is not set
2426# CONFIG_BFS_FS is not set
2427# CONFIG_EFS_FS is not set
2428CONFIG_JFFS2_FS=y
2429CONFIG_JFFS2_FS_DEBUG=0
2430CONFIG_JFFS2_FS_WRITEBUFFER=y
2431# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
2432CONFIG_JFFS2_SUMMARY=y
2433# CONFIG_JFFS2_FS_XATTR is not set
2434# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
2435CONFIG_JFFS2_ZLIB=y
2436# CONFIG_JFFS2_LZO is not set
2437CONFIG_JFFS2_RTIME=y
2438# CONFIG_JFFS2_RUBIN is not set
2439# CONFIG_LOGFS is not set
2440# CONFIG_CRAMFS is not set
2441# CONFIG_SQUASHFS is not set
2442# CONFIG_VXFS_FS is not set
2443# CONFIG_MINIX_FS is not set
2444# CONFIG_OMFS_FS is not set
2445# CONFIG_HPFS_FS is not set
2446# CONFIG_QNX4FS_FS is not set
2447# CONFIG_QNX6FS_FS is not set
2448# CONFIG_ROMFS_FS is not set
2449# CONFIG_PSTORE is not set
2450# CONFIG_SYSV_FS is not set
2451# CONFIG_UFS_FS is not set
2452# CONFIG_F2FS_FS is not set
2453CONFIG_NETWORK_FILESYSTEMS=y
2454CONFIG_NFS_FS=y
2455CONFIG_NFS_V2=y
2456CONFIG_NFS_V3=y
2457# CONFIG_NFS_V3_ACL is not set
2458# CONFIG_NFS_V4 is not set
2459# CONFIG_NFS_SWAP is not set
2460CONFIG_ROOT_NFS=y
2461# CONFIG_NFSD is not set
2462CONFIG_LOCKD=y
2463CONFIG_LOCKD_V4=y
2464CONFIG_NFS_COMMON=y
2465CONFIG_SUNRPC=y
2466# CONFIG_SUNRPC_DEBUG is not set
2467# CONFIG_CEPH_FS is not set
2468# CONFIG_CIFS is not set
2469# CONFIG_NCP_FS is not set
2470# CONFIG_CODA_FS is not set
2471# CONFIG_AFS_FS is not set
2472CONFIG_NLS=y
2473CONFIG_NLS_DEFAULT="iso8859-1"
2474CONFIG_NLS_CODEPAGE_437=y
2475# CONFIG_NLS_CODEPAGE_737 is not set
2476# CONFIG_NLS_CODEPAGE_775 is not set
2477# CONFIG_NLS_CODEPAGE_850 is not set
2478# CONFIG_NLS_CODEPAGE_852 is not set
2479# CONFIG_NLS_CODEPAGE_855 is not set
2480# CONFIG_NLS_CODEPAGE_857 is not set
2481# CONFIG_NLS_CODEPAGE_860 is not set
2482# CONFIG_NLS_CODEPAGE_861 is not set
2483# CONFIG_NLS_CODEPAGE_862 is not set
2484# CONFIG_NLS_CODEPAGE_863 is not set
2485# CONFIG_NLS_CODEPAGE_864 is not set
2486# CONFIG_NLS_CODEPAGE_865 is not set
2487# CONFIG_NLS_CODEPAGE_866 is not set
2488# CONFIG_NLS_CODEPAGE_869 is not set
2489# CONFIG_NLS_CODEPAGE_936 is not set
2490# CONFIG_NLS_CODEPAGE_950 is not set
2491# CONFIG_NLS_CODEPAGE_932 is not set
2492# CONFIG_NLS_CODEPAGE_949 is not set
2493# CONFIG_NLS_CODEPAGE_874 is not set
2494# CONFIG_NLS_ISO8859_8 is not set
2495# CONFIG_NLS_CODEPAGE_1250 is not set
2496# CONFIG_NLS_CODEPAGE_1251 is not set
2497CONFIG_NLS_ASCII=y
2498CONFIG_NLS_ISO8859_1=y
2499# CONFIG_NLS_ISO8859_2 is not set
2500# CONFIG_NLS_ISO8859_3 is not set
2501# CONFIG_NLS_ISO8859_4 is not set
2502# CONFIG_NLS_ISO8859_5 is not set
2503# CONFIG_NLS_ISO8859_6 is not set
2504# CONFIG_NLS_ISO8859_7 is not set
2505# CONFIG_NLS_ISO8859_9 is not set
2506# CONFIG_NLS_ISO8859_13 is not set
2507# CONFIG_NLS_ISO8859_14 is not set
2508# CONFIG_NLS_ISO8859_15 is not set
2509# CONFIG_NLS_KOI8_R is not set
2510# CONFIG_NLS_KOI8_U is not set
2511# CONFIG_NLS_MAC_ROMAN is not set
2512# CONFIG_NLS_MAC_CELTIC is not set
2513# CONFIG_NLS_MAC_CENTEURO is not set
2514# CONFIG_NLS_MAC_CROATIAN is not set
2515# CONFIG_NLS_MAC_CYRILLIC is not set
2516# CONFIG_NLS_MAC_GAELIC is not set
2517# CONFIG_NLS_MAC_GREEK is not set
2518# CONFIG_NLS_MAC_ICELAND is not set
2519# CONFIG_NLS_MAC_INUIT is not set
2520# CONFIG_NLS_MAC_ROMANIAN is not set
2521# CONFIG_NLS_MAC_TURKISH is not set
2522# CONFIG_NLS_UTF8 is not set
2523# CONFIG_DLM is not set
2524
2525#
2526# Kernel hacking
2527#
2528# CONFIG_PRINTK_TIME is not set
2529CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
2530# CONFIG_ENABLE_WARN_DEPRECATED is not set
2531# CONFIG_ENABLE_MUST_CHECK is not set
2532CONFIG_FRAME_WARN=1024
2533# CONFIG_MAGIC_SYSRQ is not set
2534# CONFIG_STRIP_ASM_SYMS is not set
2535# CONFIG_READABLE_ASM is not set
2536# CONFIG_UNUSED_SYMBOLS is not set
2537CONFIG_DEBUG_FS=y
2538# CONFIG_HEADERS_CHECK is not set
2539# CONFIG_DEBUG_SECTION_MISMATCH is not set
2540CONFIG_DEBUG_KERNEL=y
2541# CONFIG_DEBUG_SHIRQ is not set
2542# CONFIG_LOCKUP_DETECTOR is not set
2543# CONFIG_PANIC_ON_OOPS is not set
2544CONFIG_PANIC_ON_OOPS_VALUE=0
2545# CONFIG_DETECT_HUNG_TASK is not set
2546# CONFIG_SCHED_DEBUG is not set
2547# CONFIG_SCHEDSTATS is not set
2548CONFIG_TIMER_STATS=y
2549# CONFIG_DEBUG_OBJECTS is not set
2550# CONFIG_DEBUG_SLAB is not set
2551CONFIG_HAVE_DEBUG_KMEMLEAK=y
2552# CONFIG_DEBUG_KMEMLEAK is not set
2553# CONFIG_DEBUG_PREEMPT is not set
2554# CONFIG_DEBUG_RT_MUTEXES is not set
2555# CONFIG_RT_MUTEX_TESTER is not set
2556# CONFIG_DEBUG_SPINLOCK is not set
2557# CONFIG_DEBUG_MUTEXES is not set
2558# CONFIG_DEBUG_LOCK_ALLOC is not set
2559# CONFIG_PROVE_LOCKING is not set
2560# CONFIG_LOCK_STAT is not set
2561# CONFIG_DEBUG_ATOMIC_SLEEP is not set
2562# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
2563# CONFIG_DEBUG_STACK_USAGE is not set
2564# CONFIG_DEBUG_KOBJECT is not set
2565# CONFIG_DEBUG_HIGHMEM is not set
2566# CONFIG_DEBUG_BUGVERBOSE is not set
2567# CONFIG_DEBUG_INFO is not set
2568# CONFIG_DEBUG_VM is not set
2569# CONFIG_DEBUG_WRITECOUNT is not set
2570# CONFIG_DEBUG_MEMORY_INIT is not set
2571# CONFIG_DEBUG_LIST is not set
2572# CONFIG_TEST_LIST_SORT is not set
2573# CONFIG_DEBUG_SG is not set
2574# CONFIG_DEBUG_NOTIFIERS is not set
2575# CONFIG_DEBUG_CREDENTIALS is not set
2576# CONFIG_BOOT_PRINTK_DELAY is not set
2577
2578#
2579# RCU Debugging
2580#
2581# CONFIG_PROVE_RCU_DELAY is not set
2582# CONFIG_SPARSE_RCU_POINTER is not set
2583# CONFIG_RCU_TORTURE_TEST is not set
2584CONFIG_RCU_CPU_STALL_TIMEOUT=60
2585# CONFIG_RCU_CPU_STALL_VERBOSE is not set
2586# CONFIG_RCU_CPU_STALL_INFO is not set
2587# CONFIG_RCU_TRACE is not set
2588# CONFIG_BACKTRACE_SELF_TEST is not set
2589# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
2590# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
2591# CONFIG_DEBUG_PER_CPU_MAPS is not set
2592# CONFIG_LKDTM is not set
2593# CONFIG_NOTIFIER_ERROR_INJECTION is not set
2594# CONFIG_FAULT_INJECTION is not set
2595# CONFIG_DEBUG_PAGEALLOC is not set
2596CONFIG_HAVE_FUNCTION_TRACER=y
2597CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
2598CONFIG_HAVE_DYNAMIC_FTRACE=y
2599CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
2600CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
2601CONFIG_HAVE_C_RECORDMCOUNT=y
2602CONFIG_TRACING_SUPPORT=y
2603# CONFIG_FTRACE is not set
2604# CONFIG_RBTREE_TEST is not set
2605# CONFIG_INTERVAL_TREE_TEST is not set
2606CONFIG_DYNAMIC_DEBUG=y
2607# CONFIG_DMA_API_DEBUG is not set
2608# CONFIG_ATOMIC64_SELFTEST is not set
2609# CONFIG_SAMPLES is not set
2610CONFIG_HAVE_ARCH_KGDB=y
2611# CONFIG_KGDB is not set
2612# CONFIG_TEST_STRING_HELPERS is not set
2613# CONFIG_TEST_KSTRTOX is not set
2614# CONFIG_STRICT_DEVMEM is not set
2615CONFIG_ARM_UNWIND=y
2616# CONFIG_DEBUG_USER is not set
2617CONFIG_DEBUG_LL=y
2618# CONFIG_DEBUG_ZYNQ_UART0 is not set
2619CONFIG_DEBUG_ZYNQ_UART1=y
2620# CONFIG_DEBUG_VEXPRESS_UART0_DETECT is not set
2621# CONFIG_DEBUG_VEXPRESS_UART0_CA9 is not set
2622# CONFIG_DEBUG_VEXPRESS_UART0_RS1 is not set
2623# CONFIG_DEBUG_ICEDCC is not set
2624# CONFIG_DEBUG_SEMIHOSTING is not set
2625CONFIG_DEBUG_LL_INCLUDE="debug/zynq.S"
2626CONFIG_DEBUG_UNCOMPRESS=y
2627CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
2628CONFIG_EARLY_PRINTK=y
2629# CONFIG_OC_ETM is not set
2630# CONFIG_PID_IN_CONTEXTIDR is not set
2631
2632#
2633# Security options
2634#
2635# CONFIG_KEYS is not set
2636# CONFIG_SECURITY_DMESG_RESTRICT is not set
2637# CONFIG_SECURITY is not set
2638# CONFIG_SECURITYFS is not set
2639CONFIG_DEFAULT_SECURITY_DAC=y
2640CONFIG_DEFAULT_SECURITY=""
2641CONFIG_CRYPTO=y
2642
2643#
2644# Crypto core or helper
2645#
2646# CONFIG_CRYPTO_FIPS is not set
2647CONFIG_CRYPTO_ALGAPI=y
2648CONFIG_CRYPTO_ALGAPI2=y
2649CONFIG_CRYPTO_HASH=y
2650CONFIG_CRYPTO_HASH2=y
2651CONFIG_CRYPTO_RNG=m
2652CONFIG_CRYPTO_RNG2=m
2653# CONFIG_CRYPTO_MANAGER is not set
2654# CONFIG_CRYPTO_MANAGER2 is not set
2655# CONFIG_CRYPTO_USER is not set
2656# CONFIG_CRYPTO_GF128MUL is not set
2657# CONFIG_CRYPTO_NULL is not set
2658# CONFIG_CRYPTO_PCRYPT is not set
2659# CONFIG_CRYPTO_CRYPTD is not set
2660# CONFIG_CRYPTO_AUTHENC is not set
2661# CONFIG_CRYPTO_TEST is not set
2662
2663#
2664# Authenticated Encryption with Associated Data
2665#
2666# CONFIG_CRYPTO_CCM is not set
2667# CONFIG_CRYPTO_GCM is not set
2668# CONFIG_CRYPTO_SEQIV is not set
2669
2670#
2671# Block modes
2672#
2673# CONFIG_CRYPTO_CBC is not set
2674# CONFIG_CRYPTO_CTR is not set
2675# CONFIG_CRYPTO_CTS is not set
2676# CONFIG_CRYPTO_ECB is not set
2677# CONFIG_CRYPTO_LRW is not set
2678# CONFIG_CRYPTO_PCBC is not set
2679# CONFIG_CRYPTO_XTS is not set
2680
2681#
2682# Hash modes
2683#
2684# CONFIG_CRYPTO_CMAC is not set
2685# CONFIG_CRYPTO_HMAC is not set
2686# CONFIG_CRYPTO_XCBC is not set
2687# CONFIG_CRYPTO_VMAC is not set
2688
2689#
2690# Digest
2691#
2692CONFIG_CRYPTO_CRC32C=y
2693# CONFIG_CRYPTO_CRC32 is not set
2694# CONFIG_CRYPTO_GHASH is not set
2695# CONFIG_CRYPTO_MD4 is not set
2696# CONFIG_CRYPTO_MD5 is not set
2697# CONFIG_CRYPTO_MICHAEL_MIC is not set
2698# CONFIG_CRYPTO_RMD128 is not set
2699# CONFIG_CRYPTO_RMD160 is not set
2700# CONFIG_CRYPTO_RMD256 is not set
2701# CONFIG_CRYPTO_RMD320 is not set
2702# CONFIG_CRYPTO_SHA1 is not set
2703# CONFIG_CRYPTO_SHA1_ARM is not set
2704# CONFIG_CRYPTO_SHA256 is not set
2705# CONFIG_CRYPTO_SHA512 is not set
2706# CONFIG_CRYPTO_TGR192 is not set
2707# CONFIG_CRYPTO_WP512 is not set
2708
2709#
2710# Ciphers
2711#
2712CONFIG_CRYPTO_AES=y
2713# CONFIG_CRYPTO_AES_ARM is not set
2714# CONFIG_CRYPTO_ANUBIS is not set
2715# CONFIG_CRYPTO_ARC4 is not set
2716# CONFIG_CRYPTO_BLOWFISH is not set
2717# CONFIG_CRYPTO_CAMELLIA is not set
2718# CONFIG_CRYPTO_CAST5 is not set
2719# CONFIG_CRYPTO_CAST6 is not set
2720# CONFIG_CRYPTO_DES is not set
2721# CONFIG_CRYPTO_FCRYPT is not set
2722# CONFIG_CRYPTO_KHAZAD is not set
2723# CONFIG_CRYPTO_SALSA20 is not set
2724# CONFIG_CRYPTO_SEED is not set
2725# CONFIG_CRYPTO_SERPENT is not set
2726# CONFIG_CRYPTO_TEA is not set
2727# CONFIG_CRYPTO_TWOFISH is not set
2728
2729#
2730# Compression
2731#
2732# CONFIG_CRYPTO_DEFLATE is not set
2733# CONFIG_CRYPTO_ZLIB is not set
2734# CONFIG_CRYPTO_LZO is not set
2735
2736#
2737# Random Number Generation
2738#
2739CONFIG_CRYPTO_ANSI_CPRNG=m
2740# CONFIG_CRYPTO_USER_API_HASH is not set
2741# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
2742CONFIG_CRYPTO_HW=y
2743# CONFIG_CRYPTO_DEV_HIFN_795X is not set
2744# CONFIG_BINARY_PRINTF is not set
2745
2746#
2747# Library routines
2748#
2749CONFIG_BITREVERSE=y
2750CONFIG_GENERIC_STRNCPY_FROM_USER=y
2751CONFIG_GENERIC_STRNLEN_USER=y
2752CONFIG_GENERIC_PCI_IOMAP=y
2753CONFIG_GENERIC_IO=y
2754# CONFIG_CRC_CCITT is not set
2755CONFIG_CRC16=y
2756# CONFIG_CRC_T10DIF is not set
2757# CONFIG_CRC_ITU_T is not set
2758CONFIG_CRC32=y
2759# CONFIG_CRC32_SELFTEST is not set
2760CONFIG_CRC32_SLICEBY8=y
2761# CONFIG_CRC32_SLICEBY4 is not set
2762# CONFIG_CRC32_SARWATE is not set
2763# CONFIG_CRC32_BIT is not set
2764# CONFIG_CRC7 is not set
2765# CONFIG_LIBCRC32C is not set
2766# CONFIG_CRC8 is not set
2767CONFIG_ZLIB_INFLATE=y
2768CONFIG_ZLIB_DEFLATE=y
2769# CONFIG_XZ_DEC is not set
2770# CONFIG_XZ_DEC_BCJ is not set
2771CONFIG_DECOMPRESS_GZIP=y
2772CONFIG_GENERIC_ALLOCATOR=y
2773CONFIG_HAS_IOMEM=y
2774CONFIG_HAS_DMA=y
2775CONFIG_CPU_RMAP=y
2776CONFIG_DQL=y
2777CONFIG_NLATTR=y
2778CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
2779# CONFIG_AVERAGE is not set
2780# CONFIG_CORDIC is not set
2781# CONFIG_DDR is not set
2782CONFIG_VIRTUALIZATION=y
2783CONFIG_KVM_ARM_MAX_VCPUS=0
2784
2785#
2786# Virtio drivers
2787#
diff --git a/conf/machine/boards/common/linux/zynq/defconfig_3.8.cfg b/conf/machine/boards/common/linux/zynq/defconfig_3.8.cfg
new file mode 100644
index 00000000..997532dc
--- /dev/null
+++ b/conf/machine/boards/common/linux/zynq/defconfig_3.8.cfg
@@ -0,0 +1,2596 @@
1#
2# Automatically generated file; DO NOT EDIT.
3# Linux/arm 3.8.0 Kernel Configuration
4#
5CONFIG_ARM=y
6CONFIG_MIGHT_HAVE_PCI=y
7CONFIG_SYS_SUPPORTS_APM_EMULATION=y
8CONFIG_GENERIC_GPIO=y
9CONFIG_HAVE_PROC_CPU=y
10CONFIG_NO_IOPORT=y
11CONFIG_STACKTRACE_SUPPORT=y
12CONFIG_LOCKDEP_SUPPORT=y
13CONFIG_TRACE_IRQFLAGS_SUPPORT=y
14CONFIG_RWSEM_GENERIC_SPINLOCK=y
15CONFIG_ARCH_HAS_CPUFREQ=y
16CONFIG_GENERIC_HWEIGHT=y
17CONFIG_GENERIC_CALIBRATE_DELAY=y
18CONFIG_NEED_DMA_MAP_STATE=y
19CONFIG_VECTORS_BASE=0xffff0000
20CONFIG_ARM_PATCH_PHYS_VIRT=y
21CONFIG_GENERIC_BUG=y
22CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
23CONFIG_HAVE_IRQ_WORK=y
24CONFIG_IRQ_WORK=y
25CONFIG_BUILDTIME_EXTABLE_SORT=y
26
27#
28# General setup
29#
30CONFIG_EXPERIMENTAL=y
31CONFIG_INIT_ENV_ARG_LIMIT=32
32CONFIG_CROSS_COMPILE=""
33CONFIG_LOCALVERSION="-xilinx"
34CONFIG_LOCALVERSION_AUTO=y
35CONFIG_HAVE_KERNEL_GZIP=y
36CONFIG_HAVE_KERNEL_LZMA=y
37CONFIG_HAVE_KERNEL_XZ=y
38CONFIG_HAVE_KERNEL_LZO=y
39CONFIG_KERNEL_GZIP=y
40# CONFIG_KERNEL_LZMA is not set
41# CONFIG_KERNEL_XZ is not set
42# CONFIG_KERNEL_LZO is not set
43CONFIG_DEFAULT_HOSTNAME="(none)"
44CONFIG_SWAP=y
45CONFIG_SYSVIPC=y
46CONFIG_SYSVIPC_SYSCTL=y
47# CONFIG_POSIX_MQUEUE is not set
48# CONFIG_FHANDLE is not set
49# CONFIG_AUDIT is not set
50CONFIG_HAVE_GENERIC_HARDIRQS=y
51
52#
53# IRQ subsystem
54#
55CONFIG_GENERIC_HARDIRQS=y
56CONFIG_GENERIC_IRQ_PROBE=y
57CONFIG_GENERIC_IRQ_SHOW=y
58CONFIG_HARDIRQS_SW_RESEND=y
59CONFIG_IRQ_DOMAIN=y
60CONFIG_IRQ_DOMAIN_DEBUG=y
61CONFIG_SPARSE_IRQ=y
62CONFIG_KTIME_SCALAR=y
63CONFIG_GENERIC_CLOCKEVENTS=y
64CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
65CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
66
67#
68# Timers subsystem
69#
70CONFIG_TICK_ONESHOT=y
71CONFIG_NO_HZ=y
72CONFIG_HIGH_RES_TIMERS=y
73
74#
75# CPU/Task time and stats accounting
76#
77CONFIG_TICK_CPU_ACCOUNTING=y
78# CONFIG_BSD_PROCESS_ACCT is not set
79# CONFIG_TASKSTATS is not set
80
81#
82# RCU Subsystem
83#
84CONFIG_TREE_PREEMPT_RCU=y
85CONFIG_PREEMPT_RCU=y
86CONFIG_RCU_FANOUT=32
87CONFIG_RCU_FANOUT_LEAF=16
88# CONFIG_RCU_FANOUT_EXACT is not set
89# CONFIG_RCU_FAST_NO_HZ is not set
90# CONFIG_TREE_RCU_TRACE is not set
91# CONFIG_RCU_BOOST is not set
92# CONFIG_RCU_NOCB_CPU is not set
93CONFIG_IKCONFIG=y
94CONFIG_IKCONFIG_PROC=y
95CONFIG_LOG_BUF_SHIFT=14
96# CONFIG_CGROUPS is not set
97# CONFIG_CHECKPOINT_RESTORE is not set
98# CONFIG_NAMESPACES is not set
99# CONFIG_SCHED_AUTOGROUP is not set
100CONFIG_SYSFS_DEPRECATED=y
101CONFIG_SYSFS_DEPRECATED_V2=y
102# CONFIG_RELAY is not set
103CONFIG_BLK_DEV_INITRD=y
104CONFIG_INITRAMFS_SOURCE=""
105CONFIG_RD_GZIP=y
106# CONFIG_RD_BZIP2 is not set
107# CONFIG_RD_LZMA is not set
108# CONFIG_RD_XZ is not set
109# CONFIG_RD_LZO is not set
110CONFIG_CC_OPTIMIZE_FOR_SIZE=y
111CONFIG_SYSCTL=y
112CONFIG_ANON_INODES=y
113CONFIG_EXPERT=y
114CONFIG_HAVE_UID16=y
115CONFIG_UID16=y
116CONFIG_SYSCTL_SYSCALL=y
117CONFIG_KALLSYMS=y
118# CONFIG_KALLSYMS_ALL is not set
119CONFIG_HOTPLUG=y
120CONFIG_PRINTK=y
121CONFIG_BUG=y
122CONFIG_ELF_CORE=y
123CONFIG_BASE_FULL=y
124CONFIG_FUTEX=y
125CONFIG_EPOLL=y
126CONFIG_SIGNALFD=y
127CONFIG_TIMERFD=y
128CONFIG_EVENTFD=y
129CONFIG_SHMEM=y
130CONFIG_AIO=y
131CONFIG_EMBEDDED=y
132CONFIG_HAVE_PERF_EVENTS=y
133CONFIG_PERF_USE_VMALLOC=y
134
135#
136# Kernel Performance Events And Counters
137#
138CONFIG_PERF_EVENTS=y
139# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
140CONFIG_VM_EVENT_COUNTERS=y
141CONFIG_PCI_QUIRKS=y
142CONFIG_COMPAT_BRK=y
143CONFIG_SLAB=y
144# CONFIG_SLUB is not set
145# CONFIG_SLOB is not set
146# CONFIG_PROFILING is not set
147CONFIG_HAVE_OPROFILE=y
148# CONFIG_KPROBES is not set
149# CONFIG_JUMP_LABEL is not set
150CONFIG_HAVE_KPROBES=y
151CONFIG_HAVE_KRETPROBES=y
152CONFIG_HAVE_ARCH_TRACEHOOK=y
153CONFIG_HAVE_DMA_ATTRS=y
154CONFIG_HAVE_DMA_CONTIGUOUS=y
155CONFIG_USE_GENERIC_SMP_HELPERS=y
156CONFIG_GENERIC_SMP_IDLE_THREAD=y
157CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
158CONFIG_HAVE_CLK=y
159CONFIG_HAVE_DMA_API_DEBUG=y
160CONFIG_HAVE_HW_BREAKPOINT=y
161CONFIG_HAVE_ARCH_JUMP_LABEL=y
162CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
163CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
164CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
165CONFIG_MODULES_USE_ELF_REL=y
166CONFIG_CLONE_BACKWARDS=y
167
168#
169# GCOV-based kernel profiling
170#
171# CONFIG_GCOV_KERNEL is not set
172CONFIG_HAVE_GENERIC_DMA_COHERENT=y
173CONFIG_SLABINFO=y
174CONFIG_RT_MUTEXES=y
175CONFIG_BASE_SMALL=0
176CONFIG_MODULES=y
177# CONFIG_MODULE_FORCE_LOAD is not set
178CONFIG_MODULE_UNLOAD=y
179CONFIG_MODULE_FORCE_UNLOAD=y
180CONFIG_MODVERSIONS=y
181# CONFIG_MODULE_SRCVERSION_ALL is not set
182# CONFIG_MODULE_SIG is not set
183CONFIG_STOP_MACHINE=y
184CONFIG_BLOCK=y
185CONFIG_LBDAF=y
186# CONFIG_BLK_DEV_BSG is not set
187# CONFIG_BLK_DEV_BSGLIB is not set
188# CONFIG_BLK_DEV_INTEGRITY is not set
189
190#
191# Partition Types
192#
193# CONFIG_PARTITION_ADVANCED is not set
194CONFIG_MSDOS_PARTITION=y
195CONFIG_EFI_PARTITION=y
196
197#
198# IO Schedulers
199#
200CONFIG_IOSCHED_NOOP=y
201CONFIG_IOSCHED_DEADLINE=y
202CONFIG_IOSCHED_CFQ=y
203# CONFIG_DEFAULT_DEADLINE is not set
204CONFIG_DEFAULT_CFQ=y
205# CONFIG_DEFAULT_NOOP is not set
206CONFIG_DEFAULT_IOSCHED="cfq"
207CONFIG_UNINLINE_SPIN_UNLOCK=y
208CONFIG_MUTEX_SPIN_ON_OWNER=y
209# CONFIG_FREEZER is not set
210
211#
212# System Type
213#
214CONFIG_MMU=y
215CONFIG_ARCH_MULTIPLATFORM=y
216# CONFIG_ARCH_INTEGRATOR is not set
217# CONFIG_ARCH_REALVIEW is not set
218# CONFIG_ARCH_VERSATILE is not set
219# CONFIG_ARCH_AT91 is not set
220# CONFIG_ARCH_BCM2835 is not set
221# CONFIG_ARCH_CNS3XXX is not set
222# CONFIG_ARCH_CLPS711X is not set
223# CONFIG_ARCH_GEMINI is not set
224# CONFIG_ARCH_SIRF is not set
225# CONFIG_ARCH_EBSA110 is not set
226# CONFIG_ARCH_EP93XX is not set
227# CONFIG_ARCH_FOOTBRIDGE is not set
228# CONFIG_ARCH_MXS is not set
229# CONFIG_ARCH_NETX is not set
230# CONFIG_ARCH_H720X is not set
231# CONFIG_ARCH_IOP13XX is not set
232# CONFIG_ARCH_IOP32X is not set
233# CONFIG_ARCH_IOP33X is not set
234# CONFIG_ARCH_IXP4XX is not set
235# CONFIG_ARCH_DOVE is not set
236# CONFIG_ARCH_KIRKWOOD is not set
237# CONFIG_ARCH_MV78XX0 is not set
238# CONFIG_ARCH_ORION5X is not set
239# CONFIG_ARCH_MMP is not set
240# CONFIG_ARCH_KS8695 is not set
241# CONFIG_ARCH_W90X900 is not set
242# CONFIG_ARCH_LPC32XX is not set
243# CONFIG_ARCH_TEGRA is not set
244# CONFIG_ARCH_PXA is not set
245# CONFIG_ARCH_MSM is not set
246# CONFIG_ARCH_SHMOBILE is not set
247# CONFIG_ARCH_RPC is not set
248# CONFIG_ARCH_SA1100 is not set
249# CONFIG_ARCH_S3C24XX is not set
250# CONFIG_ARCH_S3C64XX is not set
251# CONFIG_ARCH_S5P64X0 is not set
252# CONFIG_ARCH_S5PC100 is not set
253# CONFIG_ARCH_S5PV210 is not set
254# CONFIG_ARCH_EXYNOS is not set
255# CONFIG_ARCH_SHARK is not set
256# CONFIG_ARCH_U300 is not set
257# CONFIG_ARCH_U8500 is not set
258# CONFIG_ARCH_NOMADIK is not set
259# CONFIG_PLAT_SPEAR is not set
260# CONFIG_ARCH_DAVINCI is not set
261# CONFIG_ARCH_OMAP is not set
262# CONFIG_ARCH_VT8500_SINGLE is not set
263
264#
265# Multiple platform selection
266#
267
268#
269# CPU Core family selection
270#
271# CONFIG_ARCH_MULTI_V6 is not set
272CONFIG_ARCH_MULTI_V7=y
273CONFIG_ARCH_MULTI_V6_V7=y
274# CONFIG_ARCH_MULTI_CPU_AUTO is not set
275# CONFIG_ARCH_MVEBU is not set
276# CONFIG_ARCH_BCM is not set
277# CONFIG_GPIO_PCA953X is not set
278# CONFIG_KEYBOARD_GPIO_POLLED is not set
279# CONFIG_ARCH_HIGHBANK is not set
280# CONFIG_ARCH_MXC is not set
281# CONFIG_ARCH_SOCFPGA is not set
282# CONFIG_ARCH_SUNXI is not set
283CONFIG_ARCH_VEXPRESS=y
284
285#
286# Versatile Express platform type
287#
288CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA=y
289# CONFIG_ARCH_VEXPRESS_CA9X4 is not set
290CONFIG_PLAT_VERSATILE_CLCD=y
291CONFIG_PLAT_VERSATILE_SCHED_CLOCK=y
292# CONFIG_ARCH_VT8500 is not set
293CONFIG_ARCH_ZYNQ=y
294
295#
296# Xilinx Specific Options
297#
298CONFIG_XILINX_L1_PREFETCH=y
299CONFIG_XILINX_L2_PREFETCH=y
300CONFIG_DMA_ENGINE=y
301CONFIG_XILINX_AXIPCIE=y
302CONFIG_PLAT_VERSATILE=y
303CONFIG_ARM_TIMER_SP804=y
304
305#
306# Processor Type
307#
308CONFIG_CPU_V7=y
309CONFIG_CPU_32v6K=y
310CONFIG_CPU_32v7=y
311CONFIG_CPU_ABRT_EV7=y
312CONFIG_CPU_PABRT_V7=y
313CONFIG_CPU_CACHE_V7=y
314CONFIG_CPU_CACHE_VIPT=y
315CONFIG_CPU_COPY_V6=y
316CONFIG_CPU_TLB_V7=y
317CONFIG_CPU_HAS_ASID=y
318CONFIG_CPU_CP15=y
319CONFIG_CPU_CP15_MMU=y
320
321#
322# Processor Features
323#
324# CONFIG_ARM_LPAE is not set
325# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
326CONFIG_ARM_THUMB=y
327# CONFIG_ARM_THUMBEE is not set
328# CONFIG_ARM_VIRT_EXT is not set
329CONFIG_SWP_EMULATE=y
330# CONFIG_CPU_ICACHE_DISABLE is not set
331# CONFIG_CPU_DCACHE_DISABLE is not set
332# CONFIG_CPU_BPREDICT_DISABLE is not set
333CONFIG_OUTER_CACHE=y
334CONFIG_OUTER_CACHE_SYNC=y
335CONFIG_MIGHT_HAVE_CACHE_L2X0=y
336CONFIG_CACHE_L2X0=y
337CONFIG_CACHE_PL310=y
338CONFIG_ARM_L1_CACHE_SHIFT_6=y
339CONFIG_ARM_L1_CACHE_SHIFT=6
340CONFIG_ARM_DMA_MEM_BUFFERABLE=y
341CONFIG_ARM_NR_BANKS=8
342CONFIG_MULTI_IRQ_HANDLER=y
343# CONFIG_ARM_ERRATA_430973 is not set
344CONFIG_PL310_ERRATA_588369=y
345CONFIG_ARM_ERRATA_720789=y
346CONFIG_PL310_ERRATA_727915=y
347CONFIG_PL310_ERRATA_753970=y
348# CONFIG_ARM_ERRATA_754322 is not set
349# CONFIG_ARM_ERRATA_754327 is not set
350# CONFIG_ARM_ERRATA_764369 is not set
351CONFIG_PL310_ERRATA_769419=y
352# CONFIG_ARM_ERRATA_775420 is not set
353CONFIG_ARM_GIC=y
354CONFIG_ICST=y
355
356#
357# Bus support
358#
359CONFIG_ARM_AMBA=y
360CONFIG_PCI=y
361CONFIG_PCI_SYSCALL=y
362CONFIG_ARCH_SUPPORTS_MSI=y
363CONFIG_PCI_MSI=y
364# CONFIG_PCI_DEBUG is not set
365# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
366# CONFIG_PCI_STUB is not set
367# CONFIG_PCI_IOV is not set
368# CONFIG_PCI_PRI is not set
369# CONFIG_PCI_PASID is not set
370# CONFIG_PCCARD is not set
371
372#
373# Kernel Features
374#
375CONFIG_HAVE_SMP=y
376CONFIG_SMP=y
377CONFIG_SMP_ON_UP=y
378CONFIG_ARM_CPU_TOPOLOGY=y
379CONFIG_SCHED_MC=y
380CONFIG_SCHED_SMT=y
381CONFIG_HAVE_ARM_SCU=y
382# CONFIG_ARM_ARCH_TIMER is not set
383CONFIG_HAVE_ARM_TWD=y
384CONFIG_VMSPLIT_3G=y
385# CONFIG_VMSPLIT_2G is not set
386# CONFIG_VMSPLIT_1G is not set
387CONFIG_PAGE_OFFSET=0xC0000000
388CONFIG_NR_CPUS=4
389CONFIG_HOTPLUG_CPU=y
390CONFIG_LOCAL_TIMERS=y
391CONFIG_ARCH_NR_GPIO=1024
392# CONFIG_PREEMPT_NONE is not set
393# CONFIG_PREEMPT_VOLUNTARY is not set
394CONFIG_PREEMPT=y
395CONFIG_PREEMPT_COUNT=y
396CONFIG_HZ=100
397# CONFIG_THUMB2_KERNEL is not set
398CONFIG_AEABI=y
399# CONFIG_OABI_COMPAT is not set
400# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
401# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
402CONFIG_HAVE_ARCH_PFN_VALID=y
403CONFIG_HIGHMEM=y
404# CONFIG_HIGHPTE is not set
405CONFIG_HW_PERF_EVENTS=y
406CONFIG_SELECT_MEMORY_MODEL=y
407CONFIG_FLATMEM_MANUAL=y
408CONFIG_FLATMEM=y
409CONFIG_FLAT_NODE_MEM_MAP=y
410CONFIG_HAVE_MEMBLOCK=y
411CONFIG_MEMORY_ISOLATION=y
412CONFIG_PAGEFLAGS_EXTENDED=y
413CONFIG_SPLIT_PTLOCK_CPUS=4
414# CONFIG_COMPACTION is not set
415CONFIG_MIGRATION=y
416# CONFIG_PHYS_ADDR_T_64BIT is not set
417CONFIG_ZONE_DMA_FLAG=0
418CONFIG_BOUNCE=y
419CONFIG_VIRT_TO_BUS=y
420# CONFIG_KSM is not set
421CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
422CONFIG_CROSS_MEMORY_ATTACH=y
423# CONFIG_CLEANCACHE is not set
424# CONFIG_FRONTSWAP is not set
425CONFIG_FORCE_MAX_ZONEORDER=11
426CONFIG_ALIGNMENT_TRAP=y
427# CONFIG_UACCESS_WITH_MEMCPY is not set
428# CONFIG_SECCOMP is not set
429# CONFIG_CC_STACKPROTECTOR is not set
430# CONFIG_XEN is not set
431
432#
433# Boot options
434#
435CONFIG_USE_OF=y
436CONFIG_ATAGS=y
437# CONFIG_DEPRECATED_PARAM_STRUCT is not set
438CONFIG_ZBOOT_ROM_TEXT=0x0
439CONFIG_ZBOOT_ROM_BSS=0x0
440# CONFIG_ARM_APPENDED_DTB is not set
441CONFIG_CMDLINE="console=ttyPS0,115200n8 root=/dev/ram rw initrd=0x00800000,16M earlyprintk mtdparts=physmap-flash.0:512K(nor-fsbl),512K(nor-u-boot),5M(nor-linux),9M(nor-user),1M(nor-scratch),-(nor-rootfs)"
442CONFIG_CMDLINE_FROM_BOOTLOADER=y
443# CONFIG_CMDLINE_EXTEND is not set
444# CONFIG_CMDLINE_FORCE is not set
445# CONFIG_KEXEC is not set
446# CONFIG_CRASH_DUMP is not set
447CONFIG_AUTO_ZRELADDR=y
448
449#
450# CPU Power Management
451#
452
453#
454# CPU Frequency scaling
455#
456CONFIG_CPU_FREQ=y
457CONFIG_CPU_FREQ_TABLE=y
458CONFIG_CPU_FREQ_GOV_COMMON=y
459CONFIG_CPU_FREQ_STAT=y
460CONFIG_CPU_FREQ_STAT_DETAILS=y
461# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
462# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
463CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
464# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
465# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
466CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
467CONFIG_CPU_FREQ_GOV_POWERSAVE=y
468CONFIG_CPU_FREQ_GOV_USERSPACE=y
469CONFIG_CPU_FREQ_GOV_ONDEMAND=y
470CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
471
472#
473# ARM CPU frequency scaling drivers
474#
475# CONFIG_ARM_EXYNOS4210_CPUFREQ is not set
476# CONFIG_ARM_EXYNOS4X12_CPUFREQ is not set
477# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set
478CONFIG_ARM_ZYNQ_CPUFREQ=y
479# CONFIG_CPU_IDLE is not set
480# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
481
482#
483# Floating point emulation
484#
485
486#
487# At least one emulation must be selected
488#
489CONFIG_VFP=y
490CONFIG_VFPv3=y
491CONFIG_NEON=y
492
493#
494# Userspace binary formats
495#
496CONFIG_BINFMT_ELF=y
497CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
498# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
499CONFIG_HAVE_AOUT=y
500# CONFIG_BINFMT_AOUT is not set
501# CONFIG_BINFMT_MISC is not set
502CONFIG_COREDUMP=y
503
504#
505# Power management options
506#
507# CONFIG_SUSPEND is not set
508CONFIG_PM_RUNTIME=y
509CONFIG_PM=y
510# CONFIG_PM_DEBUG is not set
511# CONFIG_APM_EMULATION is not set
512CONFIG_ARCH_HAS_OPP=y
513CONFIG_PM_OPP=y
514CONFIG_PM_CLK=y
515CONFIG_ARCH_SUSPEND_POSSIBLE=y
516# CONFIG_ARM_CPU_SUSPEND is not set
517CONFIG_NET=y
518
519#
520# Networking options
521#
522CONFIG_PACKET=y
523# CONFIG_PACKET_DIAG is not set
524CONFIG_UNIX=y
525# CONFIG_UNIX_DIAG is not set
526CONFIG_XFRM=y
527# CONFIG_XFRM_USER is not set
528# CONFIG_XFRM_SUB_POLICY is not set
529# CONFIG_XFRM_MIGRATE is not set
530# CONFIG_XFRM_STATISTICS is not set
531# CONFIG_NET_KEY is not set
532CONFIG_INET=y
533CONFIG_IP_MULTICAST=y
534# CONFIG_IP_ADVANCED_ROUTER is not set
535CONFIG_IP_PNP=y
536CONFIG_IP_PNP_DHCP=y
537CONFIG_IP_PNP_BOOTP=y
538CONFIG_IP_PNP_RARP=y
539CONFIG_NET_IPIP=m
540# CONFIG_NET_IPGRE_DEMUX is not set
541# CONFIG_IP_MROUTE is not set
542# CONFIG_ARPD is not set
543# CONFIG_SYN_COOKIES is not set
544# CONFIG_NET_IPVTI is not set
545# CONFIG_INET_AH is not set
546# CONFIG_INET_ESP is not set
547# CONFIG_INET_IPCOMP is not set
548# CONFIG_INET_XFRM_TUNNEL is not set
549CONFIG_INET_TUNNEL=m
550CONFIG_INET_XFRM_MODE_TRANSPORT=y
551CONFIG_INET_XFRM_MODE_TUNNEL=y
552CONFIG_INET_XFRM_MODE_BEET=y
553CONFIG_INET_LRO=y
554CONFIG_INET_DIAG=y
555CONFIG_INET_TCP_DIAG=y
556# CONFIG_INET_UDP_DIAG is not set
557# CONFIG_TCP_CONG_ADVANCED is not set
558CONFIG_TCP_CONG_CUBIC=y
559CONFIG_DEFAULT_TCP_CONG="cubic"
560# CONFIG_TCP_MD5SIG is not set
561CONFIG_IPV6=m
562# CONFIG_IPV6_PRIVACY is not set
563# CONFIG_IPV6_ROUTER_PREF is not set
564# CONFIG_IPV6_OPTIMISTIC_DAD is not set
565# CONFIG_INET6_AH is not set
566# CONFIG_INET6_ESP is not set
567# CONFIG_INET6_IPCOMP is not set
568# CONFIG_IPV6_MIP6 is not set
569# CONFIG_INET6_XFRM_TUNNEL is not set
570# CONFIG_INET6_TUNNEL is not set
571CONFIG_INET6_XFRM_MODE_TRANSPORT=m
572CONFIG_INET6_XFRM_MODE_TUNNEL=m
573CONFIG_INET6_XFRM_MODE_BEET=m
574# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
575CONFIG_IPV6_SIT=m
576# CONFIG_IPV6_SIT_6RD is not set
577CONFIG_IPV6_NDISC_NODETYPE=y
578# CONFIG_IPV6_TUNNEL is not set
579# CONFIG_IPV6_GRE is not set
580# CONFIG_IPV6_MULTIPLE_TABLES is not set
581# CONFIG_IPV6_MROUTE is not set
582# CONFIG_NETWORK_SECMARK is not set
583# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
584# CONFIG_NETFILTER is not set
585# CONFIG_IP_DCCP is not set
586# CONFIG_IP_SCTP is not set
587# CONFIG_RDS is not set
588# CONFIG_TIPC is not set
589# CONFIG_ATM is not set
590# CONFIG_L2TP is not set
591# CONFIG_BRIDGE is not set
592CONFIG_HAVE_NET_DSA=y
593CONFIG_VLAN_8021Q=m
594# CONFIG_VLAN_8021Q_GVRP is not set
595# CONFIG_DECNET is not set
596# CONFIG_LLC2 is not set
597# CONFIG_IPX is not set
598# CONFIG_ATALK is not set
599# CONFIG_X25 is not set
600# CONFIG_LAPB is not set
601# CONFIG_WAN_ROUTER is not set
602# CONFIG_PHONET is not set
603# CONFIG_IEEE802154 is not set
604# CONFIG_NET_SCHED is not set
605# CONFIG_DCB is not set
606# CONFIG_BATMAN_ADV is not set
607# CONFIG_OPENVSWITCH is not set
608CONFIG_RPS=y
609CONFIG_RFS_ACCEL=y
610CONFIG_XPS=y
611CONFIG_BQL=y
612# CONFIG_BPF_JIT is not set
613
614#
615# Network testing
616#
617# CONFIG_NET_PKTGEN is not set
618# CONFIG_HAMRADIO is not set
619# CONFIG_CAN is not set
620# CONFIG_IRDA is not set
621# CONFIG_BT is not set
622# CONFIG_AF_RXRPC is not set
623CONFIG_WIRELESS=y
624# CONFIG_CFG80211 is not set
625# CONFIG_LIB80211 is not set
626
627#
628# CFG80211 needs to be enabled for MAC80211
629#
630# CONFIG_WIMAX is not set
631# CONFIG_RFKILL is not set
632# CONFIG_NET_9P is not set
633# CONFIG_CAIF is not set
634# CONFIG_CEPH_LIB is not set
635# CONFIG_NFC is not set
636CONFIG_HAVE_BPF_JIT=y
637
638#
639# Device Drivers
640#
641
642#
643# Generic Driver Options
644#
645CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
646CONFIG_DEVTMPFS=y
647CONFIG_DEVTMPFS_MOUNT=y
648CONFIG_STANDALONE=y
649CONFIG_PREVENT_FIRMWARE_BUILD=y
650CONFIG_FW_LOADER=y
651CONFIG_FIRMWARE_IN_KERNEL=y
652CONFIG_EXTRA_FIRMWARE=""
653# CONFIG_DEBUG_DRIVER is not set
654# CONFIG_DEBUG_DEVRES is not set
655# CONFIG_SYS_HYPERVISOR is not set
656# CONFIG_GENERIC_CPU_DEVICES is not set
657# CONFIG_DMA_SHARED_BUFFER is not set
658CONFIG_CMA=y
659# CONFIG_CMA_DEBUG is not set
660
661#
662# Default contiguous memory area size:
663#
664CONFIG_CMA_SIZE_MBYTES=16
665CONFIG_CMA_SIZE_SEL_MBYTES=y
666# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
667# CONFIG_CMA_SIZE_SEL_MIN is not set
668# CONFIG_CMA_SIZE_SEL_MAX is not set
669CONFIG_CMA_ALIGNMENT=8
670CONFIG_CMA_AREAS=7
671
672#
673# Bus devices
674#
675CONFIG_CONNECTOR=y
676CONFIG_PROC_EVENTS=y
677CONFIG_MTD=y
678# CONFIG_MTD_TESTS is not set
679# CONFIG_MTD_REDBOOT_PARTS is not set
680CONFIG_MTD_CMDLINE_PARTS=y
681# CONFIG_MTD_AFS_PARTS is not set
682CONFIG_MTD_OF_PARTS=y
683# CONFIG_MTD_AR7_PARTS is not set
684
685#
686# User Modules And Translation Layers
687#
688CONFIG_MTD_CHAR=y
689CONFIG_MTD_BLKDEVS=y
690CONFIG_MTD_BLOCK=y
691# CONFIG_FTL is not set
692# CONFIG_NFTL is not set
693# CONFIG_INFTL is not set
694# CONFIG_RFD_FTL is not set
695# CONFIG_SSFDC is not set
696# CONFIG_SM_FTL is not set
697# CONFIG_MTD_OOPS is not set
698# CONFIG_MTD_SWAP is not set
699
700#
701# RAM/ROM/Flash chip drivers
702#
703CONFIG_MTD_CFI=y
704# CONFIG_MTD_JEDECPROBE is not set
705CONFIG_MTD_GEN_PROBE=y
706# CONFIG_MTD_CFI_ADV_OPTIONS is not set
707CONFIG_MTD_MAP_BANK_WIDTH_1=y
708CONFIG_MTD_MAP_BANK_WIDTH_2=y
709CONFIG_MTD_MAP_BANK_WIDTH_4=y
710# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
711# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
712# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
713CONFIG_MTD_CFI_I1=y
714CONFIG_MTD_CFI_I2=y
715# CONFIG_MTD_CFI_I4 is not set
716# CONFIG_MTD_CFI_I8 is not set
717# CONFIG_MTD_CFI_INTELEXT is not set
718CONFIG_MTD_CFI_AMDSTD=y
719# CONFIG_MTD_CFI_STAA is not set
720CONFIG_MTD_CFI_UTIL=y
721# CONFIG_MTD_RAM is not set
722# CONFIG_MTD_ROM is not set
723# CONFIG_MTD_ABSENT is not set
724
725#
726# Mapping drivers for chip access
727#
728# CONFIG_MTD_COMPLEX_MAPPINGS is not set
729CONFIG_MTD_PHYSMAP=y
730# CONFIG_MTD_PHYSMAP_COMPAT is not set
731CONFIG_MTD_PHYSMAP_OF=y
732# CONFIG_MTD_INTEL_VR_NOR is not set
733# CONFIG_MTD_PLATRAM is not set
734
735#
736# Self-contained MTD device drivers
737#
738# CONFIG_MTD_PMC551 is not set
739# CONFIG_MTD_DATAFLASH is not set
740CONFIG_MTD_M25P80=y
741# CONFIG_M25PXX_USE_FAST_READ is not set
742# CONFIG_MTD_SST25L is not set
743# CONFIG_MTD_SLRAM is not set
744# CONFIG_MTD_PHRAM is not set
745# CONFIG_MTD_MTDRAM is not set
746# CONFIG_MTD_BLOCK2MTD is not set
747
748#
749# Disk-On-Chip Device Drivers
750#
751# CONFIG_MTD_DOC2000 is not set
752# CONFIG_MTD_DOC2001 is not set
753# CONFIG_MTD_DOC2001PLUS is not set
754# CONFIG_MTD_DOCG3 is not set
755CONFIG_MTD_NAND_ECC=y
756# CONFIG_MTD_NAND_ECC_SMC is not set
757CONFIG_MTD_NAND=y
758# CONFIG_MTD_NAND_ECC_BCH is not set
759# CONFIG_MTD_SM_COMMON is not set
760# CONFIG_MTD_NAND_MUSEUM_IDS is not set
761# CONFIG_MTD_NAND_DENALI is not set
762# CONFIG_MTD_NAND_GPIO is not set
763CONFIG_MTD_NAND_IDS=y
764# CONFIG_MTD_NAND_RICOH is not set
765# CONFIG_MTD_NAND_DISKONCHIP is not set
766# CONFIG_MTD_NAND_DOCG4 is not set
767# CONFIG_MTD_NAND_CAFE is not set
768# CONFIG_MTD_NAND_NANDSIM is not set
769# CONFIG_MTD_NAND_PLATFORM is not set
770# CONFIG_MTD_ALAUDA is not set
771CONFIG_MTD_NAND_XILINX_PS=y
772# CONFIG_MTD_ONENAND is not set
773
774#
775# LPDDR flash memory drivers
776#
777# CONFIG_MTD_LPDDR is not set
778# CONFIG_MTD_UBI is not set
779CONFIG_DTC=y
780CONFIG_OF=y
781
782#
783# Device Tree and Open Firmware support
784#
785CONFIG_PROC_DEVICETREE=y
786# CONFIG_OF_SELFTEST is not set
787CONFIG_OF_FLATTREE=y
788CONFIG_OF_EARLY_FLATTREE=y
789CONFIG_OF_ADDRESS=y
790CONFIG_OF_IRQ=y
791CONFIG_OF_DEVICE=y
792CONFIG_OF_I2C=y
793CONFIG_OF_NET=y
794CONFIG_OF_MDIO=y
795CONFIG_OF_PCI=y
796CONFIG_OF_PCI_IRQ=y
797CONFIG_OF_MTD=y
798# CONFIG_PARPORT is not set
799CONFIG_BLK_DEV=y
800# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
801# CONFIG_BLK_CPQ_DA is not set
802# CONFIG_BLK_CPQ_CISS_DA is not set
803# CONFIG_BLK_DEV_DAC960 is not set
804# CONFIG_BLK_DEV_UMEM is not set
805# CONFIG_BLK_DEV_COW_COMMON is not set
806CONFIG_BLK_DEV_LOOP=y
807CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
808# CONFIG_BLK_DEV_CRYPTOLOOP is not set
809# CONFIG_BLK_DEV_DRBD is not set
810# CONFIG_BLK_DEV_NBD is not set
811# CONFIG_BLK_DEV_NVME is not set
812# CONFIG_BLK_DEV_SX8 is not set
813CONFIG_BLK_DEV_RAM=y
814CONFIG_BLK_DEV_RAM_COUNT=16
815CONFIG_BLK_DEV_RAM_SIZE=16384
816# CONFIG_BLK_DEV_XIP is not set
817# CONFIG_CDROM_PKTCDVD is not set
818# CONFIG_ATA_OVER_ETH is not set
819# CONFIG_MG_DISK is not set
820# CONFIG_VIRTIO_BLK is not set
821# CONFIG_BLK_DEV_RBD is not set
822
823#
824# Misc devices
825#
826# CONFIG_SENSORS_LIS3LV02D is not set
827# CONFIG_AD525X_DPOT is not set
828# CONFIG_ATMEL_PWM is not set
829# CONFIG_PHANTOM is not set
830# CONFIG_INTEL_MID_PTI is not set
831# CONFIG_SGI_IOC4 is not set
832# CONFIG_TIFM_CORE is not set
833# CONFIG_ICS932S401 is not set
834# CONFIG_ENCLOSURE_SERVICES is not set
835# CONFIG_HP_ILO is not set
836# CONFIG_APDS9802ALS is not set
837# CONFIG_ISL29003 is not set
838# CONFIG_ISL29020 is not set
839# CONFIG_SENSORS_TSL2550 is not set
840# CONFIG_SENSORS_BH1780 is not set
841# CONFIG_SENSORS_BH1770 is not set
842# CONFIG_SENSORS_APDS990X is not set
843# CONFIG_HMC6352 is not set
844# CONFIG_DS1682 is not set
845# CONFIG_TI_DAC7512 is not set
846# CONFIG_ARM_CHARLCD is not set
847# CONFIG_BMP085_I2C is not set
848# CONFIG_BMP085_SPI is not set
849# CONFIG_PCH_PHUB is not set
850# CONFIG_USB_SWITCH_FSA9480 is not set
851CONFIG_SI570=y
852# CONFIG_C2PORT is not set
853
854#
855# EEPROM support
856#
857CONFIG_EEPROM_AT24=y
858CONFIG_EEPROM_AT25=y
859# CONFIG_EEPROM_LEGACY is not set
860# CONFIG_EEPROM_MAX6875 is not set
861# CONFIG_EEPROM_93CX6 is not set
862# CONFIG_EEPROM_93XX46 is not set
863# CONFIG_CB710_CORE is not set
864
865#
866# Texas Instruments shared transport line discipline
867#
868# CONFIG_TI_ST is not set
869# CONFIG_SENSORS_LIS3_SPI is not set
870# CONFIG_SENSORS_LIS3_I2C is not set
871
872#
873# Altera FPGA firmware download module
874#
875# CONFIG_ALTERA_STAPL is not set
876CONFIG_HAVE_IDE=y
877# CONFIG_IDE is not set
878
879#
880# SCSI device support
881#
882CONFIG_SCSI_MOD=y
883# CONFIG_RAID_ATTRS is not set
884CONFIG_SCSI=y
885CONFIG_SCSI_DMA=y
886# CONFIG_SCSI_TGT is not set
887# CONFIG_SCSI_NETLINK is not set
888CONFIG_SCSI_PROC_FS=y
889
890#
891# SCSI support type (disk, tape, CD-ROM)
892#
893CONFIG_BLK_DEV_SD=y
894# CONFIG_CHR_DEV_ST is not set
895# CONFIG_CHR_DEV_OSST is not set
896# CONFIG_BLK_DEV_SR is not set
897CONFIG_CHR_DEV_SG=y
898# CONFIG_CHR_DEV_SCH is not set
899CONFIG_SCSI_MULTI_LUN=y
900# CONFIG_SCSI_CONSTANTS is not set
901# CONFIG_SCSI_LOGGING is not set
902# CONFIG_SCSI_SCAN_ASYNC is not set
903
904#
905# SCSI Transports
906#
907# CONFIG_SCSI_SPI_ATTRS is not set
908# CONFIG_SCSI_FC_ATTRS is not set
909# CONFIG_SCSI_ISCSI_ATTRS is not set
910# CONFIG_SCSI_SAS_ATTRS is not set
911# CONFIG_SCSI_SAS_LIBSAS is not set
912# CONFIG_SCSI_SRP_ATTRS is not set
913CONFIG_SCSI_LOWLEVEL=y
914# CONFIG_ISCSI_TCP is not set
915# CONFIG_ISCSI_BOOT_SYSFS is not set
916# CONFIG_SCSI_CXGB3_ISCSI is not set
917# CONFIG_SCSI_CXGB4_ISCSI is not set
918# CONFIG_SCSI_BNX2_ISCSI is not set
919# CONFIG_SCSI_BNX2X_FCOE is not set
920# CONFIG_BE2ISCSI is not set
921# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
922# CONFIG_SCSI_HPSA is not set
923# CONFIG_SCSI_3W_9XXX is not set
924# CONFIG_SCSI_3W_SAS is not set
925# CONFIG_SCSI_ACARD is not set
926# CONFIG_SCSI_AACRAID is not set
927# CONFIG_SCSI_AIC7XXX is not set
928# CONFIG_SCSI_AIC7XXX_OLD is not set
929# CONFIG_SCSI_AIC79XX is not set
930# CONFIG_SCSI_AIC94XX is not set
931# CONFIG_SCSI_MVSAS is not set
932# CONFIG_SCSI_MVUMI is not set
933# CONFIG_SCSI_DPT_I2O is not set
934# CONFIG_SCSI_ADVANSYS is not set
935# CONFIG_SCSI_ARCMSR is not set
936# CONFIG_MEGARAID_NEWGEN is not set
937# CONFIG_MEGARAID_LEGACY is not set
938# CONFIG_MEGARAID_SAS is not set
939# CONFIG_SCSI_MPT2SAS is not set
940# CONFIG_SCSI_MPT3SAS is not set
941# CONFIG_SCSI_UFSHCD is not set
942# CONFIG_SCSI_HPTIOP is not set
943# CONFIG_LIBFC is not set
944# CONFIG_LIBFCOE is not set
945# CONFIG_FCOE is not set
946# CONFIG_SCSI_DMX3191D is not set
947# CONFIG_SCSI_FUTURE_DOMAIN is not set
948# CONFIG_SCSI_IPS is not set
949# CONFIG_SCSI_INITIO is not set
950# CONFIG_SCSI_INIA100 is not set
951# CONFIG_SCSI_STEX is not set
952# CONFIG_SCSI_SYM53C8XX_2 is not set
953# CONFIG_SCSI_QLOGIC_1280 is not set
954# CONFIG_SCSI_QLA_FC is not set
955# CONFIG_SCSI_QLA_ISCSI is not set
956# CONFIG_SCSI_LPFC is not set
957# CONFIG_SCSI_DC395x is not set
958# CONFIG_SCSI_DC390T is not set
959# CONFIG_SCSI_NSP32 is not set
960# CONFIG_SCSI_DEBUG is not set
961# CONFIG_SCSI_PMCRAID is not set
962# CONFIG_SCSI_PM8001 is not set
963# CONFIG_SCSI_SRP is not set
964# CONFIG_SCSI_BFA_FC is not set
965# CONFIG_SCSI_VIRTIO is not set
966# CONFIG_SCSI_CHELSIO_FCOE is not set
967# CONFIG_SCSI_DH is not set
968# CONFIG_SCSI_OSD_INITIATOR is not set
969CONFIG_HAVE_PATA_PLATFORM=y
970# CONFIG_ATA is not set
971# CONFIG_MD is not set
972# CONFIG_TARGET_CORE is not set
973# CONFIG_FUSION is not set
974
975#
976# IEEE 1394 (FireWire) support
977#
978# CONFIG_FIREWIRE is not set
979# CONFIG_FIREWIRE_NOSY is not set
980# CONFIG_I2O is not set
981CONFIG_NETDEVICES=y
982CONFIG_NET_CORE=y
983# CONFIG_BONDING is not set
984# CONFIG_DUMMY is not set
985# CONFIG_EQUALIZER is not set
986# CONFIG_NET_FC is not set
987CONFIG_MII=y
988# CONFIG_NET_TEAM is not set
989# CONFIG_MACVLAN is not set
990# CONFIG_VXLAN is not set
991# CONFIG_NETCONSOLE is not set
992# CONFIG_NETPOLL is not set
993# CONFIG_NET_POLL_CONTROLLER is not set
994# CONFIG_TUN is not set
995# CONFIG_VETH is not set
996# CONFIG_VIRTIO_NET is not set
997# CONFIG_ARCNET is not set
998
999#
1000# CAIF transport drivers
1001#
1002
1003#
1004# Distributed Switch Architecture drivers
1005#
1006# CONFIG_NET_DSA_MV88E6XXX is not set
1007# CONFIG_NET_DSA_MV88E6060 is not set
1008# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
1009# CONFIG_NET_DSA_MV88E6131 is not set
1010# CONFIG_NET_DSA_MV88E6123_61_65 is not set
1011CONFIG_ETHERNET=y
1012# CONFIG_NET_VENDOR_3COM is not set
1013# CONFIG_NET_VENDOR_ADAPTEC is not set
1014# CONFIG_NET_VENDOR_ALTEON is not set
1015# CONFIG_NET_VENDOR_AMD is not set
1016# CONFIG_NET_VENDOR_ATHEROS is not set
1017CONFIG_NET_CADENCE=y
1018# CONFIG_ARM_AT91_ETHER is not set
1019# CONFIG_MACB is not set
1020CONFIG_NET_VENDOR_BROADCOM=y
1021# CONFIG_B44 is not set
1022# CONFIG_BNX2 is not set
1023# CONFIG_CNIC is not set
1024CONFIG_TIGON3=y
1025# CONFIG_BNX2X is not set
1026# CONFIG_NET_VENDOR_BROCADE is not set
1027# CONFIG_NET_CALXEDA_XGMAC is not set
1028# CONFIG_NET_VENDOR_CHELSIO is not set
1029# CONFIG_NET_VENDOR_CIRRUS is not set
1030# CONFIG_NET_VENDOR_CISCO is not set
1031# CONFIG_DM9000 is not set
1032# CONFIG_DNET is not set
1033# CONFIG_NET_VENDOR_DEC is not set
1034# CONFIG_NET_VENDOR_DLINK is not set
1035# CONFIG_NET_VENDOR_EMULEX is not set
1036# CONFIG_NET_VENDOR_EXAR is not set
1037# CONFIG_NET_VENDOR_FARADAY is not set
1038# CONFIG_NET_VENDOR_HP is not set
1039CONFIG_NET_VENDOR_INTEL=y
1040# CONFIG_E100 is not set
1041# CONFIG_E1000 is not set
1042CONFIG_E1000E=y
1043# CONFIG_IGB is not set
1044# CONFIG_IGBVF is not set
1045# CONFIG_IXGB is not set
1046# CONFIG_IXGBE is not set
1047# CONFIG_IXGBEVF is not set
1048CONFIG_NET_VENDOR_I825XX=y
1049# CONFIG_IP1000 is not set
1050# CONFIG_JME is not set
1051# CONFIG_NET_VENDOR_MARVELL is not set
1052# CONFIG_NET_VENDOR_MELLANOX is not set
1053# CONFIG_NET_VENDOR_MICREL is not set
1054# CONFIG_NET_VENDOR_MICROCHIP is not set
1055# CONFIG_NET_VENDOR_MYRI is not set
1056# CONFIG_FEALNX is not set
1057# CONFIG_NET_VENDOR_NATSEMI is not set
1058# CONFIG_NET_VENDOR_NVIDIA is not set
1059# CONFIG_NET_VENDOR_OKI is not set
1060# CONFIG_ETHOC is not set
1061# CONFIG_NET_PACKET_ENGINE is not set
1062# CONFIG_NET_VENDOR_QLOGIC is not set
1063CONFIG_NET_VENDOR_REALTEK=y
1064# CONFIG_8139CP is not set
1065# CONFIG_8139TOO is not set
1066CONFIG_R8169=y
1067# CONFIG_NET_VENDOR_RDC is not set
1068# CONFIG_NET_VENDOR_SEEQ is not set
1069# CONFIG_NET_VENDOR_SILAN is not set
1070# CONFIG_NET_VENDOR_SIS is not set
1071# CONFIG_SFC is not set
1072# CONFIG_NET_VENDOR_SMSC is not set
1073# CONFIG_NET_VENDOR_STMICRO is not set
1074# CONFIG_NET_VENDOR_SUN is not set
1075# CONFIG_NET_VENDOR_TEHUTI is not set
1076# CONFIG_NET_VENDOR_TI is not set
1077# CONFIG_NET_VENDOR_VIA is not set
1078# CONFIG_NET_VENDOR_WIZNET is not set
1079CONFIG_NET_VENDOR_XILINX=y
1080CONFIG_XILINX_EMACLITE=y
1081CONFIG_XILINX_AXI_EMAC=y
1082CONFIG_XILINX_PS_EMAC=y
1083# CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set
1084# CONFIG_FDDI is not set
1085# CONFIG_HIPPI is not set
1086CONFIG_PHYLIB=y
1087
1088#
1089# MII PHY device drivers
1090#
1091# CONFIG_AT803X_PHY is not set
1092# CONFIG_AMD_PHY is not set
1093CONFIG_MARVELL_PHY=y
1094# CONFIG_DAVICOM_PHY is not set
1095# CONFIG_QSEMI_PHY is not set
1096# CONFIG_LXT_PHY is not set
1097# CONFIG_CICADA_PHY is not set
1098CONFIG_VITESSE_PHY=y
1099# CONFIG_SMSC_PHY is not set
1100# CONFIG_BROADCOM_PHY is not set
1101# CONFIG_BCM87XX_PHY is not set
1102# CONFIG_ICPLUS_PHY is not set
1103# CONFIG_REALTEK_PHY is not set
1104# CONFIG_NATIONAL_PHY is not set
1105# CONFIG_STE10XP is not set
1106# CONFIG_LSI_ET1011C_PHY is not set
1107# CONFIG_MICREL_PHY is not set
1108# CONFIG_FIXED_PHY is not set
1109CONFIG_MDIO_BITBANG=y
1110# CONFIG_MDIO_GPIO is not set
1111# CONFIG_MDIO_BUS_MUX_GPIO is not set
1112# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
1113# CONFIG_MICREL_KS8995MA is not set
1114# CONFIG_PPP is not set
1115# CONFIG_SLIP is not set
1116
1117#
1118# USB Network Adapters
1119#
1120# CONFIG_USB_CATC is not set
1121# CONFIG_USB_KAWETH is not set
1122# CONFIG_USB_PEGASUS is not set
1123# CONFIG_USB_RTL8150 is not set
1124# CONFIG_USB_USBNET is not set
1125# CONFIG_USB_IPHETH is not set
1126CONFIG_WLAN=y
1127# CONFIG_ATMEL is not set
1128# CONFIG_PRISM54 is not set
1129# CONFIG_USB_ZD1201 is not set
1130# CONFIG_HOSTAP is not set
1131# CONFIG_WL_TI is not set
1132
1133#
1134# Enable WiMAX (Networking options) to see the WiMAX drivers
1135#
1136# CONFIG_WAN is not set
1137# CONFIG_VMXNET3 is not set
1138# CONFIG_ISDN is not set
1139
1140#
1141# Input device support
1142#
1143CONFIG_INPUT=y
1144# CONFIG_INPUT_FF_MEMLESS is not set
1145# CONFIG_INPUT_POLLDEV is not set
1146CONFIG_INPUT_SPARSEKMAP=y
1147# CONFIG_INPUT_MATRIXKMAP is not set
1148
1149#
1150# Userland interfaces
1151#
1152CONFIG_INPUT_MOUSEDEV=y
1153CONFIG_INPUT_MOUSEDEV_PSAUX=y
1154CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
1155CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1156# CONFIG_INPUT_JOYDEV is not set
1157CONFIG_INPUT_EVDEV=y
1158CONFIG_INPUT_EVBUG=y
1159
1160#
1161# Input Device Drivers
1162#
1163CONFIG_INPUT_KEYBOARD=y
1164# CONFIG_KEYBOARD_ADP5588 is not set
1165# CONFIG_KEYBOARD_ADP5589 is not set
1166CONFIG_KEYBOARD_ATKBD=y
1167# CONFIG_KEYBOARD_QT1070 is not set
1168# CONFIG_KEYBOARD_QT2160 is not set
1169# CONFIG_KEYBOARD_LKKBD is not set
1170# CONFIG_KEYBOARD_GPIO is not set
1171# CONFIG_KEYBOARD_TCA6416 is not set
1172# CONFIG_KEYBOARD_TCA8418 is not set
1173# CONFIG_KEYBOARD_MATRIX is not set
1174# CONFIG_KEYBOARD_LM8333 is not set
1175# CONFIG_KEYBOARD_MAX7359 is not set
1176# CONFIG_KEYBOARD_MCS is not set
1177# CONFIG_KEYBOARD_MPR121 is not set
1178# CONFIG_KEYBOARD_NEWTON is not set
1179# CONFIG_KEYBOARD_OPENCORES is not set
1180# CONFIG_KEYBOARD_SAMSUNG is not set
1181# CONFIG_KEYBOARD_STOWAWAY is not set
1182# CONFIG_KEYBOARD_SUNKBD is not set
1183# CONFIG_KEYBOARD_XTKBD is not set
1184CONFIG_INPUT_MOUSE=y
1185CONFIG_MOUSE_PS2=y
1186CONFIG_MOUSE_PS2_ALPS=y
1187CONFIG_MOUSE_PS2_LOGIPS2PP=y
1188CONFIG_MOUSE_PS2_SYNAPTICS=y
1189CONFIG_MOUSE_PS2_TRACKPOINT=y
1190# CONFIG_MOUSE_PS2_ELANTECH is not set
1191# CONFIG_MOUSE_PS2_SENTELIC is not set
1192# CONFIG_MOUSE_PS2_TOUCHKIT is not set
1193# CONFIG_MOUSE_SERIAL is not set
1194# CONFIG_MOUSE_APPLETOUCH is not set
1195# CONFIG_MOUSE_BCM5974 is not set
1196# CONFIG_MOUSE_VSXXXAA is not set
1197# CONFIG_MOUSE_GPIO is not set
1198# CONFIG_MOUSE_SYNAPTICS_I2C is not set
1199# CONFIG_MOUSE_SYNAPTICS_USB is not set
1200# CONFIG_INPUT_JOYSTICK is not set
1201# CONFIG_INPUT_TABLET is not set
1202# CONFIG_INPUT_TOUCHSCREEN is not set
1203# CONFIG_INPUT_MISC is not set
1204
1205#
1206# Hardware I/O ports
1207#
1208CONFIG_SERIO=y
1209CONFIG_SERIO_SERPORT=y
1210# CONFIG_SERIO_AMBAKMI is not set
1211# CONFIG_SERIO_PCIPS2 is not set
1212CONFIG_SERIO_LIBPS2=y
1213# CONFIG_SERIO_RAW is not set
1214# CONFIG_SERIO_ALTERA_PS2 is not set
1215# CONFIG_SERIO_PS2MULT is not set
1216# CONFIG_SERIO_ARC_PS2 is not set
1217# CONFIG_GAMEPORT is not set
1218
1219#
1220# Character devices
1221#
1222CONFIG_VT=y
1223CONFIG_CONSOLE_TRANSLATIONS=y
1224CONFIG_VT_CONSOLE=y
1225CONFIG_HW_CONSOLE=y
1226CONFIG_VT_HW_CONSOLE_BINDING=y
1227CONFIG_UNIX98_PTYS=y
1228# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
1229# CONFIG_LEGACY_PTYS is not set
1230# CONFIG_SERIAL_NONSTANDARD is not set
1231# CONFIG_NOZOMI is not set
1232# CONFIG_N_GSM is not set
1233# CONFIG_TRACE_SINK is not set
1234# CONFIG_DEVKMEM is not set
1235
1236#
1237# Serial drivers
1238#
1239# CONFIG_SERIAL_8250 is not set
1240
1241#
1242# Non-8250 serial port support
1243#
1244# CONFIG_SERIAL_AMBA_PL010 is not set
1245# CONFIG_SERIAL_AMBA_PL011 is not set
1246# CONFIG_SERIAL_MAX3100 is not set
1247# CONFIG_SERIAL_MAX310X is not set
1248# CONFIG_SERIAL_MFD_HSU is not set
1249# CONFIG_SERIAL_UARTLITE is not set
1250CONFIG_SERIAL_CORE=y
1251CONFIG_SERIAL_CORE_CONSOLE=y
1252# CONFIG_SERIAL_JSM is not set
1253# CONFIG_SERIAL_SCCNXP is not set
1254# CONFIG_SERIAL_TIMBERDALE is not set
1255# CONFIG_SERIAL_ALTERA_JTAGUART is not set
1256# CONFIG_SERIAL_ALTERA_UART is not set
1257# CONFIG_SERIAL_IFX6X60 is not set
1258# CONFIG_SERIAL_PCH_UART is not set
1259CONFIG_SERIAL_XILINX_PS_UART=y
1260CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y
1261# CONFIG_SERIAL_ARC is not set
1262# CONFIG_TTY_PRINTK is not set
1263# CONFIG_HVC_DCC is not set
1264# CONFIG_VIRTIO_CONSOLE is not set
1265# CONFIG_IPMI_HANDLER is not set
1266# CONFIG_HW_RANDOM is not set
1267CONFIG_XILINX_DEVCFG=y
1268# CONFIG_R3964 is not set
1269# CONFIG_APPLICOM is not set
1270# CONFIG_RAW_DRIVER is not set
1271# CONFIG_TCG_TPM is not set
1272CONFIG_DEVPORT=y
1273CONFIG_I2C=y
1274CONFIG_I2C_BOARDINFO=y
1275CONFIG_I2C_COMPAT=y
1276CONFIG_I2C_CHARDEV=y
1277CONFIG_I2C_MUX=y
1278
1279#
1280# Multiplexer I2C Chip support
1281#
1282# CONFIG_I2C_MUX_GPIO is not set
1283# CONFIG_I2C_MUX_PCA9541 is not set
1284CONFIG_I2C_MUX_PCA954x=y
1285CONFIG_I2C_HELPER_AUTO=y
1286
1287#
1288# I2C Hardware Bus support
1289#
1290
1291#
1292# PC SMBus host controller drivers
1293#
1294# CONFIG_I2C_ALI1535 is not set
1295# CONFIG_I2C_ALI1563 is not set
1296# CONFIG_I2C_ALI15X3 is not set
1297# CONFIG_I2C_AMD756 is not set
1298# CONFIG_I2C_AMD8111 is not set
1299# CONFIG_I2C_I801 is not set
1300# CONFIG_I2C_ISCH is not set
1301# CONFIG_I2C_PIIX4 is not set
1302# CONFIG_I2C_NFORCE2 is not set
1303# CONFIG_I2C_SIS5595 is not set
1304# CONFIG_I2C_SIS630 is not set
1305# CONFIG_I2C_SIS96X is not set
1306# CONFIG_I2C_VIA is not set
1307# CONFIG_I2C_VIAPRO is not set
1308
1309#
1310# I2C system bus drivers (mostly embedded / system-on-chip)
1311#
1312# CONFIG_I2C_CBUS_GPIO is not set
1313# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
1314# CONFIG_I2C_DESIGNWARE_PCI is not set
1315# CONFIG_I2C_EG20T is not set
1316# CONFIG_I2C_GPIO is not set
1317# CONFIG_I2C_INTEL_MID is not set
1318# CONFIG_I2C_NOMADIK is not set
1319# CONFIG_I2C_OCORES is not set
1320# CONFIG_I2C_PCA_PLATFORM is not set
1321# CONFIG_I2C_PXA_PCI is not set
1322# CONFIG_I2C_SIMTEC is not set
1323# CONFIG_I2C_VERSATILE is not set
1324CONFIG_I2C_XILINX_PS=y
1325# CONFIG_I2C_XILINX is not set
1326
1327#
1328# External I2C/SMBus adapter drivers
1329#
1330# CONFIG_I2C_DIOLAN_U2C is not set
1331# CONFIG_I2C_PARPORT_LIGHT is not set
1332# CONFIG_I2C_TAOS_EVM is not set
1333# CONFIG_I2C_TINY_USB is not set
1334
1335#
1336# Other I2C/SMBus bus drivers
1337#
1338# CONFIG_I2C_STUB is not set
1339# CONFIG_I2C_DEBUG_CORE is not set
1340# CONFIG_I2C_DEBUG_ALGO is not set
1341# CONFIG_I2C_DEBUG_BUS is not set
1342CONFIG_SPI=y
1343# CONFIG_SPI_DEBUG is not set
1344CONFIG_SPI_MASTER=y
1345
1346#
1347# SPI Master Controller Drivers
1348#
1349# CONFIG_SPI_ALTERA is not set
1350# CONFIG_SPI_BITBANG is not set
1351# CONFIG_SPI_GPIO is not set
1352# CONFIG_SPI_OC_TINY is not set
1353# CONFIG_SPI_PL022 is not set
1354# CONFIG_SPI_PXA2XX_PCI is not set
1355# CONFIG_SPI_SC18IS602 is not set
1356# CONFIG_SPI_TOPCLIFF_PCH is not set
1357# CONFIG_SPI_XCOMM is not set
1358# CONFIG_SPI_XILINX is not set
1359CONFIG_SPI_XILINX_PS_QSPI=y
1360CONFIG_SPI_XILINX_PS_SPI=y
1361# CONFIG_SPI_DESIGNWARE is not set
1362
1363#
1364# SPI Protocol Masters
1365#
1366# CONFIG_SPI_SPIDEV is not set
1367# CONFIG_SPI_TLE62X0 is not set
1368# CONFIG_HSI is not set
1369
1370#
1371# PPS support
1372#
1373CONFIG_PPS=y
1374# CONFIG_PPS_DEBUG is not set
1375
1376#
1377# PPS clients support
1378#
1379# CONFIG_PPS_CLIENT_KTIMER is not set
1380# CONFIG_PPS_CLIENT_LDISC is not set
1381# CONFIG_PPS_CLIENT_GPIO is not set
1382
1383#
1384# PPS generators support
1385#
1386
1387#
1388# PTP clock support
1389#
1390CONFIG_PTP_1588_CLOCK=y
1391
1392#
1393# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
1394#
1395# CONFIG_PTP_1588_CLOCK_PCH is not set
1396CONFIG_ARCH_REQUIRE_GPIOLIB=y
1397CONFIG_GPIOLIB=y
1398CONFIG_OF_GPIO=y
1399# CONFIG_DEBUG_GPIO is not set
1400CONFIG_GPIO_SYSFS=y
1401
1402#
1403# Memory mapped GPIO drivers:
1404#
1405# CONFIG_GPIO_GENERIC_PLATFORM is not set
1406# CONFIG_GPIO_EM is not set
1407# CONFIG_GPIO_PL061 is not set
1408# CONFIG_GPIO_TS5500 is not set
1409# CONFIG_GPIO_XILINX is not set
1410CONFIG_GPIO_XILINX_PS=y
1411# CONFIG_GPIO_VX855 is not set
1412
1413#
1414# I2C GPIO expanders:
1415#
1416# CONFIG_GPIO_MAX7300 is not set
1417# CONFIG_GPIO_MAX732X is not set
1418# CONFIG_GPIO_PCF857X is not set
1419# CONFIG_GPIO_SX150X is not set
1420# CONFIG_GPIO_ADP5588 is not set
1421# CONFIG_GPIO_ADNP is not set
1422
1423#
1424# PCI GPIO expanders:
1425#
1426# CONFIG_GPIO_BT8XX is not set
1427# CONFIG_GPIO_AMD8111 is not set
1428# CONFIG_GPIO_ML_IOH is not set
1429# CONFIG_GPIO_RDC321X is not set
1430
1431#
1432# SPI GPIO expanders:
1433#
1434# CONFIG_GPIO_MAX7301 is not set
1435# CONFIG_GPIO_MCP23S08 is not set
1436# CONFIG_GPIO_MC33880 is not set
1437# CONFIG_GPIO_74X164 is not set
1438
1439#
1440# AC97 GPIO expanders:
1441#
1442
1443#
1444# MODULbus GPIO expanders:
1445#
1446
1447#
1448# USB GPIO expanders:
1449#
1450# CONFIG_W1 is not set
1451# CONFIG_POWER_SUPPLY is not set
1452# CONFIG_POWER_AVS is not set
1453CONFIG_HWMON=y
1454# CONFIG_HWMON_VID is not set
1455# CONFIG_HWMON_DEBUG_CHIP is not set
1456
1457#
1458# Native drivers
1459#
1460# CONFIG_SENSORS_AD7314 is not set
1461# CONFIG_SENSORS_AD7414 is not set
1462# CONFIG_SENSORS_AD7418 is not set
1463# CONFIG_SENSORS_ADCXX is not set
1464# CONFIG_SENSORS_ADM1021 is not set
1465# CONFIG_SENSORS_ADM1025 is not set
1466# CONFIG_SENSORS_ADM1026 is not set
1467# CONFIG_SENSORS_ADM1029 is not set
1468# CONFIG_SENSORS_ADM1031 is not set
1469# CONFIG_SENSORS_ADM9240 is not set
1470# CONFIG_SENSORS_ADT7410 is not set
1471# CONFIG_SENSORS_ADT7411 is not set
1472# CONFIG_SENSORS_ADT7462 is not set
1473# CONFIG_SENSORS_ADT7470 is not set
1474# CONFIG_SENSORS_ADT7475 is not set
1475# CONFIG_SENSORS_ASC7621 is not set
1476# CONFIG_SENSORS_ATXP1 is not set
1477# CONFIG_SENSORS_DS620 is not set
1478# CONFIG_SENSORS_DS1621 is not set
1479# CONFIG_SENSORS_I5K_AMB is not set
1480# CONFIG_SENSORS_F71805F is not set
1481# CONFIG_SENSORS_F71882FG is not set
1482# CONFIG_SENSORS_F75375S is not set
1483# CONFIG_SENSORS_G760A is not set
1484# CONFIG_SENSORS_GL518SM is not set
1485# CONFIG_SENSORS_GL520SM is not set
1486# CONFIG_SENSORS_GPIO_FAN is not set
1487# CONFIG_SENSORS_HIH6130 is not set
1488# CONFIG_SENSORS_IT87 is not set
1489# CONFIG_SENSORS_JC42 is not set
1490# CONFIG_SENSORS_LINEAGE is not set
1491# CONFIG_SENSORS_LM63 is not set
1492# CONFIG_SENSORS_LM70 is not set
1493# CONFIG_SENSORS_LM73 is not set
1494# CONFIG_SENSORS_LM75 is not set
1495# CONFIG_SENSORS_LM77 is not set
1496# CONFIG_SENSORS_LM78 is not set
1497# CONFIG_SENSORS_LM80 is not set
1498# CONFIG_SENSORS_LM83 is not set
1499# CONFIG_SENSORS_LM85 is not set
1500# CONFIG_SENSORS_LM87 is not set
1501# CONFIG_SENSORS_LM90 is not set
1502# CONFIG_SENSORS_LM92 is not set
1503# CONFIG_SENSORS_LM93 is not set
1504# CONFIG_SENSORS_LTC4151 is not set
1505# CONFIG_SENSORS_LTC4215 is not set
1506# CONFIG_SENSORS_LTC4245 is not set
1507# CONFIG_SENSORS_LTC4261 is not set
1508# CONFIG_SENSORS_LM95241 is not set
1509# CONFIG_SENSORS_LM95245 is not set
1510# CONFIG_SENSORS_MAX1111 is not set
1511# CONFIG_SENSORS_MAX16065 is not set
1512# CONFIG_SENSORS_MAX1619 is not set
1513# CONFIG_SENSORS_MAX1668 is not set
1514# CONFIG_SENSORS_MAX197 is not set
1515# CONFIG_SENSORS_MAX6639 is not set
1516# CONFIG_SENSORS_MAX6642 is not set
1517# CONFIG_SENSORS_MAX6650 is not set
1518# CONFIG_SENSORS_MCP3021 is not set
1519# CONFIG_SENSORS_NTC_THERMISTOR is not set
1520# CONFIG_SENSORS_PC87360 is not set
1521# CONFIG_SENSORS_PC87427 is not set
1522# CONFIG_SENSORS_PCF8591 is not set
1523# CONFIG_PMBUS is not set
1524# CONFIG_SENSORS_SHT15 is not set
1525# CONFIG_SENSORS_SHT21 is not set
1526# CONFIG_SENSORS_SIS5595 is not set
1527# CONFIG_SENSORS_SMM665 is not set
1528# CONFIG_SENSORS_DME1737 is not set
1529# CONFIG_SENSORS_EMC1403 is not set
1530# CONFIG_SENSORS_EMC2103 is not set
1531# CONFIG_SENSORS_EMC6W201 is not set
1532# CONFIG_SENSORS_SMSC47M1 is not set
1533# CONFIG_SENSORS_SMSC47M192 is not set
1534# CONFIG_SENSORS_SMSC47B397 is not set
1535# CONFIG_SENSORS_SCH56XX_COMMON is not set
1536# CONFIG_SENSORS_SCH5627 is not set
1537# CONFIG_SENSORS_SCH5636 is not set
1538# CONFIG_SENSORS_ADS1015 is not set
1539# CONFIG_SENSORS_ADS7828 is not set
1540# CONFIG_SENSORS_ADS7871 is not set
1541# CONFIG_SENSORS_AMC6821 is not set
1542# CONFIG_SENSORS_INA2XX is not set
1543# CONFIG_SENSORS_THMC50 is not set
1544# CONFIG_SENSORS_TMP102 is not set
1545# CONFIG_SENSORS_TMP401 is not set
1546# CONFIG_SENSORS_TMP421 is not set
1547# CONFIG_SENSORS_VEXPRESS is not set
1548# CONFIG_SENSORS_VIA686A is not set
1549# CONFIG_SENSORS_VT1211 is not set
1550# CONFIG_SENSORS_VT8231 is not set
1551# CONFIG_SENSORS_W83781D is not set
1552# CONFIG_SENSORS_W83791D is not set
1553# CONFIG_SENSORS_W83792D is not set
1554# CONFIG_SENSORS_W83793 is not set
1555# CONFIG_SENSORS_W83795 is not set
1556# CONFIG_SENSORS_W83L785TS is not set
1557# CONFIG_SENSORS_W83L786NG is not set
1558# CONFIG_SENSORS_W83627HF is not set
1559# CONFIG_SENSORS_W83627EHF is not set
1560CONFIG_SENSORS_XADCPS=y
1561# CONFIG_THERMAL is not set
1562CONFIG_WATCHDOG=y
1563CONFIG_WATCHDOG_CORE=y
1564# CONFIG_WATCHDOG_NOWAYOUT is not set
1565
1566#
1567# Watchdog Device Drivers
1568#
1569# CONFIG_SOFT_WATCHDOG is not set
1570# CONFIG_ARM_SP805_WATCHDOG is not set
1571# CONFIG_DW_WATCHDOG is not set
1572CONFIG_MPCORE_WATCHDOG=y
1573CONFIG_XILINX_PS_WATCHDOG=y
1574# CONFIG_MAX63XX_WATCHDOG is not set
1575# CONFIG_ALIM7101_WDT is not set
1576# CONFIG_I6300ESB_WDT is not set
1577
1578#
1579# PCI-based Watchdog Cards
1580#
1581# CONFIG_PCIPCWATCHDOG is not set
1582# CONFIG_WDTPCI is not set
1583
1584#
1585# USB-based Watchdog Cards
1586#
1587# CONFIG_USBPCWATCHDOG is not set
1588CONFIG_SSB_POSSIBLE=y
1589
1590#
1591# Sonics Silicon Backplane
1592#
1593# CONFIG_SSB is not set
1594CONFIG_BCMA_POSSIBLE=y
1595
1596#
1597# Broadcom specific AMBA
1598#
1599# CONFIG_BCMA is not set
1600
1601#
1602# Multifunction device drivers
1603#
1604# CONFIG_MFD_CORE is not set
1605# CONFIG_MFD_88PM860X is not set
1606# CONFIG_MFD_88PM800 is not set
1607# CONFIG_MFD_88PM805 is not set
1608# CONFIG_MFD_SM501 is not set
1609# CONFIG_MFD_RTSX_PCI is not set
1610# CONFIG_MFD_ASIC3 is not set
1611# CONFIG_MFD_TI_AM335X_TSCADC is not set
1612# CONFIG_HTC_EGPIO is not set
1613# CONFIG_HTC_PASIC3 is not set
1614# CONFIG_HTC_I2CPLD is not set
1615# CONFIG_MFD_LM3533 is not set
1616# CONFIG_TPS6105X is not set
1617# CONFIG_TPS65010 is not set
1618# CONFIG_TPS6507X is not set
1619# CONFIG_MFD_TPS65217 is not set
1620# CONFIG_MFD_TPS6586X is not set
1621# CONFIG_MFD_TPS65910 is not set
1622# CONFIG_MFD_TPS65912_I2C is not set
1623# CONFIG_MFD_TPS65912_SPI is not set
1624# CONFIG_MFD_TPS80031 is not set
1625# CONFIG_TWL4030_CORE is not set
1626# CONFIG_TWL6040_CORE is not set
1627# CONFIG_MFD_STMPE is not set
1628# CONFIG_MFD_TC3589X is not set
1629# CONFIG_MFD_TMIO is not set
1630# CONFIG_MFD_T7L66XB is not set
1631# CONFIG_MFD_SMSC is not set
1632# CONFIG_MFD_TC6387XB is not set
1633# CONFIG_MFD_TC6393XB is not set
1634# CONFIG_PMIC_DA903X is not set
1635# CONFIG_MFD_DA9052_SPI is not set
1636# CONFIG_MFD_DA9052_I2C is not set
1637# CONFIG_MFD_DA9055 is not set
1638# CONFIG_PMIC_ADP5520 is not set
1639# CONFIG_MFD_LP8788 is not set
1640# CONFIG_MFD_MAX77686 is not set
1641# CONFIG_MFD_MAX77693 is not set
1642# CONFIG_MFD_MAX8907 is not set
1643# CONFIG_MFD_MAX8925 is not set
1644# CONFIG_MFD_MAX8997 is not set
1645# CONFIG_MFD_MAX8998 is not set
1646# CONFIG_MFD_SEC_CORE is not set
1647# CONFIG_MFD_ARIZONA_I2C is not set
1648# CONFIG_MFD_ARIZONA_SPI is not set
1649# CONFIG_MFD_WM8400 is not set
1650# CONFIG_MFD_WM831X_I2C is not set
1651# CONFIG_MFD_WM831X_SPI is not set
1652# CONFIG_MFD_WM8350_I2C is not set
1653# CONFIG_MFD_WM8994 is not set
1654# CONFIG_MFD_PCF50633 is not set
1655# CONFIG_MFD_MC13XXX_SPI is not set
1656# CONFIG_MFD_MC13XXX_I2C is not set
1657# CONFIG_ABX500_CORE is not set
1658# CONFIG_EZX_PCAP is not set
1659# CONFIG_MFD_TIMBERDALE is not set
1660# CONFIG_LPC_SCH is not set
1661# CONFIG_LPC_ICH is not set
1662# CONFIG_MFD_RDC321X is not set
1663# CONFIG_MFD_JANZ_CMODIO is not set
1664# CONFIG_MFD_VX855 is not set
1665# CONFIG_MFD_WL1273_CORE is not set
1666# CONFIG_MFD_TPS65090 is not set
1667# CONFIG_MFD_AAT2870_CORE is not set
1668# CONFIG_MFD_RC5T583 is not set
1669# CONFIG_MFD_SYSCON is not set
1670# CONFIG_MFD_PALMAS is not set
1671# CONFIG_MFD_VIPERBOARD is not set
1672# CONFIG_MFD_RETU is not set
1673# CONFIG_MFD_AS3711 is not set
1674CONFIG_VEXPRESS_CONFIG=y
1675# CONFIG_REGULATOR is not set
1676CONFIG_MEDIA_SUPPORT=y
1677
1678#
1679# Multimedia core support
1680#
1681# CONFIG_MEDIA_CAMERA_SUPPORT is not set
1682# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
1683# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
1684# CONFIG_MEDIA_RADIO_SUPPORT is not set
1685# CONFIG_MEDIA_RC_SUPPORT is not set
1686# CONFIG_VIDEO_ADV_DEBUG is not set
1687# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
1688
1689#
1690# Media drivers
1691#
1692# CONFIG_MEDIA_USB_SUPPORT is not set
1693# CONFIG_MEDIA_PCI_SUPPORT is not set
1694
1695#
1696# Supported MMC/SDIO adapters
1697#
1698
1699#
1700# Media ancillary drivers (tuners, sensors, i2c, frontends)
1701#
1702
1703#
1704# Customise DVB Frontends
1705#
1706# CONFIG_DVB_TUNER_DIB0070 is not set
1707# CONFIG_DVB_TUNER_DIB0090 is not set
1708
1709#
1710# Tools to develop new frontends
1711#
1712# CONFIG_DVB_DUMMY_FE is not set
1713
1714#
1715# Graphics support
1716#
1717CONFIG_VGA_ARB=y
1718CONFIG_VGA_ARB_MAX_GPUS=16
1719# CONFIG_DRM is not set
1720# CONFIG_STUB_POULSBO is not set
1721# CONFIG_VGASTATE is not set
1722# CONFIG_VIDEO_OUTPUT_CONTROL is not set
1723CONFIG_FB=y
1724# CONFIG_FIRMWARE_EDID is not set
1725# CONFIG_FB_DDC is not set
1726# CONFIG_FB_BOOT_VESA_SUPPORT is not set
1727CONFIG_FB_CFB_FILLRECT=y
1728CONFIG_FB_CFB_COPYAREA=y
1729CONFIG_FB_CFB_IMAGEBLIT=y
1730# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1731# CONFIG_FB_SYS_FILLRECT is not set
1732# CONFIG_FB_SYS_COPYAREA is not set
1733# CONFIG_FB_SYS_IMAGEBLIT is not set
1734# CONFIG_FB_FOREIGN_ENDIAN is not set
1735# CONFIG_FB_SYS_FOPS is not set
1736# CONFIG_FB_WMT_GE_ROPS is not set
1737# CONFIG_FB_SVGALIB is not set
1738# CONFIG_FB_MACMODES is not set
1739# CONFIG_FB_BACKLIGHT is not set
1740# CONFIG_FB_MODE_HELPERS is not set
1741# CONFIG_FB_TILEBLITTING is not set
1742
1743#
1744# Frame buffer hardware drivers
1745#
1746# CONFIG_FB_CIRRUS is not set
1747# CONFIG_FB_PM2 is not set
1748# CONFIG_FB_ARMCLCD is not set
1749# CONFIG_FB_CYBER2000 is not set
1750# CONFIG_FB_ASILIANT is not set
1751# CONFIG_FB_IMSTT is not set
1752# CONFIG_FB_UVESA is not set
1753# CONFIG_FB_S1D13XXX is not set
1754# CONFIG_FB_NVIDIA is not set
1755# CONFIG_FB_RIVA is not set
1756# CONFIG_FB_I740 is not set
1757# CONFIG_FB_MATROX is not set
1758# CONFIG_FB_RADEON is not set
1759# CONFIG_FB_ATY128 is not set
1760# CONFIG_FB_ATY is not set
1761# CONFIG_FB_S3 is not set
1762# CONFIG_FB_SAVAGE is not set
1763# CONFIG_FB_SIS is not set
1764# CONFIG_FB_NEOMAGIC is not set
1765# CONFIG_FB_KYRO is not set
1766# CONFIG_FB_3DFX is not set
1767# CONFIG_FB_VOODOO1 is not set
1768# CONFIG_FB_VT8623 is not set
1769# CONFIG_FB_TRIDENT is not set
1770# CONFIG_FB_ARK is not set
1771# CONFIG_FB_PM3 is not set
1772# CONFIG_FB_CARMINE is not set
1773# CONFIG_FB_SMSCUFX is not set
1774# CONFIG_FB_UDL is not set
1775# CONFIG_FB_XILINX is not set
1776# CONFIG_FB_VIRTUAL is not set
1777# CONFIG_FB_METRONOME is not set
1778# CONFIG_FB_MB862XX is not set
1779# CONFIG_FB_BROADSHEET is not set
1780# CONFIG_FB_AUO_K190X is not set
1781CONFIG_FB_XYLON=y
1782# CONFIG_FB_XYLON_PLATFORM is not set
1783CONFIG_FB_XYLON_OF=y
1784# CONFIG_FB_XYLON_PIXCLK is not set
1785# CONFIG_FB_XYLON_MISC is not set
1786# CONFIG_EXYNOS_VIDEO is not set
1787# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
1788
1789#
1790# Console display driver support
1791#
1792CONFIG_DUMMY_CONSOLE=y
1793CONFIG_FRAMEBUFFER_CONSOLE=y
1794# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1795# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1796CONFIG_FONTS=y
1797CONFIG_FONT_8x8=y
1798CONFIG_FONT_8x16=y
1799# CONFIG_FONT_6x11 is not set
1800# CONFIG_FONT_7x14 is not set
1801# CONFIG_FONT_PEARL_8x8 is not set
1802# CONFIG_FONT_ACORN_8x8 is not set
1803# CONFIG_FONT_MINI_4x6 is not set
1804# CONFIG_FONT_SUN8x16 is not set
1805# CONFIG_FONT_SUN12x22 is not set
1806# CONFIG_FONT_10x18 is not set
1807# CONFIG_LOGO is not set
1808# CONFIG_FB_SSD1307 is not set
1809# CONFIG_SOUND is not set
1810
1811#
1812# HID support
1813#
1814CONFIG_HID=y
1815# CONFIG_HIDRAW is not set
1816# CONFIG_UHID is not set
1817CONFIG_HID_GENERIC=y
1818
1819#
1820# Special HID drivers
1821#
1822# CONFIG_HID_A4TECH is not set
1823# CONFIG_HID_ACRUX is not set
1824# CONFIG_HID_APPLE is not set
1825# CONFIG_HID_AUREAL is not set
1826# CONFIG_HID_BELKIN is not set
1827# CONFIG_HID_CHERRY is not set
1828# CONFIG_HID_CHICONY is not set
1829# CONFIG_HID_CYPRESS is not set
1830# CONFIG_HID_DRAGONRISE is not set
1831# CONFIG_HID_EMS_FF is not set
1832# CONFIG_HID_EZKEY is not set
1833# CONFIG_HID_HOLTEK is not set
1834# CONFIG_HID_KEYTOUCH is not set
1835# CONFIG_HID_KYE is not set
1836# CONFIG_HID_UCLOGIC is not set
1837# CONFIG_HID_WALTOP is not set
1838# CONFIG_HID_GYRATION is not set
1839# CONFIG_HID_TWINHAN is not set
1840# CONFIG_HID_KENSINGTON is not set
1841# CONFIG_HID_LCPOWER is not set
1842# CONFIG_HID_LENOVO_TPKBD is not set
1843# CONFIG_HID_LOGITECH is not set
1844CONFIG_HID_MICROSOFT=y
1845# CONFIG_HID_MONTEREY is not set
1846# CONFIG_HID_MULTITOUCH is not set
1847# CONFIG_HID_NTRIG is not set
1848# CONFIG_HID_ORTEK is not set
1849# CONFIG_HID_PANTHERLORD is not set
1850# CONFIG_HID_PETALYNX is not set
1851# CONFIG_HID_PICOLCD is not set
1852# CONFIG_HID_PRIMAX is not set
1853# CONFIG_HID_ROCCAT is not set
1854# CONFIG_HID_SAITEK is not set
1855# CONFIG_HID_SAMSUNG is not set
1856# CONFIG_HID_SONY is not set
1857# CONFIG_HID_SPEEDLINK is not set
1858# CONFIG_HID_SUNPLUS is not set
1859# CONFIG_HID_GREENASIA is not set
1860# CONFIG_HID_SMARTJOYPLUS is not set
1861# CONFIG_HID_TIVO is not set
1862# CONFIG_HID_TOPSEED is not set
1863# CONFIG_HID_THRUSTMASTER is not set
1864# CONFIG_HID_ZEROPLUS is not set
1865# CONFIG_HID_ZYDACRON is not set
1866# CONFIG_HID_SENSOR_HUB is not set
1867
1868#
1869# USB HID support
1870#
1871CONFIG_USB_HID=y
1872# CONFIG_HID_PID is not set
1873# CONFIG_USB_HIDDEV is not set
1874
1875#
1876# I2C HID support
1877#
1878# CONFIG_I2C_HID is not set
1879CONFIG_USB_ARCH_HAS_OHCI=y
1880CONFIG_USB_ARCH_HAS_EHCI=y
1881CONFIG_USB_ARCH_HAS_XHCI=y
1882CONFIG_USB_SUPPORT=y
1883CONFIG_USB_COMMON=y
1884CONFIG_USB_ARCH_HAS_HCD=y
1885CONFIG_USB=y
1886# CONFIG_USB_DEBUG is not set
1887# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
1888
1889#
1890# Miscellaneous USB options
1891#
1892# CONFIG_USB_DYNAMIC_MINORS is not set
1893CONFIG_USB_SUSPEND=y
1894CONFIG_USB_OTG=y
1895# CONFIG_USB_OTG_WHITELIST is not set
1896# CONFIG_USB_OTG_BLACKLIST_HUB is not set
1897# CONFIG_USB_DWC3 is not set
1898# CONFIG_USB_MON is not set
1899# CONFIG_USB_WUSB_CBAF is not set
1900
1901#
1902# USB Host Controller Drivers
1903#
1904# CONFIG_USB_C67X00_HCD is not set
1905# CONFIG_USB_XHCI_HCD is not set
1906CONFIG_USB_EHCI_HCD=y
1907CONFIG_USB_EHCI_ROOT_HUB_TT=y
1908# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1909CONFIG_USB_EHCI_PCI=y
1910CONFIG_USB_XUSBPS_DR_OF=y
1911CONFIG_USB_EHCI_XUSBPS=y
1912# CONFIG_USB_OXU210HP_HCD is not set
1913# CONFIG_USB_ISP116X_HCD is not set
1914# CONFIG_USB_ISP1760_HCD is not set
1915# CONFIG_USB_ISP1362_HCD is not set
1916# CONFIG_USB_OHCI_HCD is not set
1917# CONFIG_USB_EHCI_HCD_PLATFORM is not set
1918# CONFIG_USB_UHCI_HCD is not set
1919# CONFIG_USB_SL811_HCD is not set
1920# CONFIG_USB_R8A66597_HCD is not set
1921# CONFIG_USB_MUSB_HDRC is not set
1922# CONFIG_USB_CHIPIDEA is not set
1923# CONFIG_USB_RENESAS_USBHS is not set
1924
1925#
1926# USB Device Class drivers
1927#
1928# CONFIG_USB_ACM is not set
1929# CONFIG_USB_PRINTER is not set
1930# CONFIG_USB_WDM is not set
1931# CONFIG_USB_TMC is not set
1932
1933#
1934# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
1935#
1936
1937#
1938# also be needed; see USB_STORAGE Help for more info
1939#
1940CONFIG_USB_STORAGE=y
1941# CONFIG_USB_STORAGE_DEBUG is not set
1942# CONFIG_USB_STORAGE_REALTEK is not set
1943# CONFIG_USB_STORAGE_DATAFAB is not set
1944# CONFIG_USB_STORAGE_FREECOM is not set
1945# CONFIG_USB_STORAGE_ISD200 is not set
1946# CONFIG_USB_STORAGE_USBAT is not set
1947# CONFIG_USB_STORAGE_SDDR09 is not set
1948# CONFIG_USB_STORAGE_SDDR55 is not set
1949# CONFIG_USB_STORAGE_JUMPSHOT is not set
1950# CONFIG_USB_STORAGE_ALAUDA is not set
1951# CONFIG_USB_STORAGE_ONETOUCH is not set
1952# CONFIG_USB_STORAGE_KARMA is not set
1953# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
1954# CONFIG_USB_STORAGE_ENE_UB6250 is not set
1955
1956#
1957# USB Imaging devices
1958#
1959# CONFIG_USB_MDC800 is not set
1960# CONFIG_USB_MICROTEK is not set
1961
1962#
1963# USB port drivers
1964#
1965# CONFIG_USB_SERIAL is not set
1966
1967#
1968# USB Miscellaneous drivers
1969#
1970# CONFIG_USB_EMI62 is not set
1971# CONFIG_USB_EMI26 is not set
1972# CONFIG_USB_ADUTUX is not set
1973# CONFIG_USB_SEVSEG is not set
1974# CONFIG_USB_RIO500 is not set
1975# CONFIG_USB_LEGOTOWER is not set
1976# CONFIG_USB_LCD is not set
1977# CONFIG_USB_LED is not set
1978# CONFIG_USB_CYPRESS_CY7C63 is not set
1979# CONFIG_USB_CYTHERM is not set
1980# CONFIG_USB_IDMOUSE is not set
1981# CONFIG_USB_FTDI_ELAN is not set
1982# CONFIG_USB_APPLEDISPLAY is not set
1983# CONFIG_USB_SISUSBVGA is not set
1984# CONFIG_USB_LD is not set
1985# CONFIG_USB_TRANCEVIBRATOR is not set
1986# CONFIG_USB_IOWARRIOR is not set
1987# CONFIG_USB_TEST is not set
1988# CONFIG_USB_ISIGHTFW is not set
1989# CONFIG_USB_YUREX is not set
1990# CONFIG_USB_EZUSB_FX2 is not set
1991
1992#
1993# USB Physical Layer drivers
1994#
1995# CONFIG_USB_ISP1301 is not set
1996# CONFIG_USB_RCAR_PHY is not set
1997CONFIG_USB_GADGET=y
1998# CONFIG_USB_GADGET_DEBUG is not set
1999# CONFIG_USB_GADGET_DEBUG_FILES is not set
2000# CONFIG_USB_GADGET_DEBUG_FS is not set
2001CONFIG_USB_GADGET_VBUS_DRAW=2
2002CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
2003
2004#
2005# USB Peripheral Controller
2006#
2007CONFIG_USB_GADGET_XUSBPS=y
2008CONFIG_XUSBPS_ERRATA_DT654401=y
2009CONFIG_USB_XUSBPS=y
2010# CONFIG_USB_FUSB300 is not set
2011# CONFIG_USB_R8A66597 is not set
2012# CONFIG_USB_GADGET_XILINX is not set
2013# CONFIG_USB_MV_UDC is not set
2014# CONFIG_USB_M66592 is not set
2015# CONFIG_USB_AMD5536UDC is not set
2016# CONFIG_USB_NET2272 is not set
2017# CONFIG_USB_NET2280 is not set
2018# CONFIG_USB_GOKU is not set
2019# CONFIG_USB_EG20T is not set
2020# CONFIG_USB_DUMMY_HCD is not set
2021CONFIG_USB_LIBCOMPOSITE=m
2022CONFIG_USB_ZERO=m
2023# CONFIG_USB_ZERO_HNPTEST is not set
2024# CONFIG_USB_ETH is not set
2025# CONFIG_USB_G_NCM is not set
2026# CONFIG_USB_GADGETFS is not set
2027# CONFIG_USB_FUNCTIONFS is not set
2028# CONFIG_USB_MASS_STORAGE is not set
2029# CONFIG_USB_G_SERIAL is not set
2030# CONFIG_USB_G_PRINTER is not set
2031# CONFIG_USB_CDC_COMPOSITE is not set
2032# CONFIG_USB_G_ACM_MS is not set
2033# CONFIG_USB_G_MULTI is not set
2034# CONFIG_USB_G_HID is not set
2035# CONFIG_USB_G_DBGP is not set
2036
2037#
2038# OTG and related infrastructure
2039#
2040CONFIG_USB_OTG_UTILS=y
2041# CONFIG_USB_GPIO_VBUS is not set
2042CONFIG_USB_ULPI=y
2043CONFIG_USB_ULPI_VIEWPORT=y
2044# CONFIG_NOP_USB_XCEIV is not set
2045CONFIG_USB_XUSBPS_OTG=y
2046# CONFIG_UWB is not set
2047CONFIG_MMC=y
2048# CONFIG_MMC_DEBUG is not set
2049# CONFIG_MMC_UNSAFE_RESUME is not set
2050# CONFIG_MMC_CLKGATE is not set
2051
2052#
2053# MMC/SD/SDIO Card Drivers
2054#
2055CONFIG_MMC_BLOCK=y
2056CONFIG_MMC_BLOCK_MINORS=8
2057CONFIG_MMC_BLOCK_BOUNCE=y
2058# CONFIG_SDIO_UART is not set
2059# CONFIG_MMC_TEST is not set
2060
2061#
2062# MMC/SD/SDIO Host Controller Drivers
2063#
2064# CONFIG_MMC_ARMMMCI is not set
2065CONFIG_MMC_SDHCI=y
2066# CONFIG_MMC_SDHCI_PCI is not set
2067CONFIG_MMC_SDHCI_PLTFM=y
2068CONFIG_MMC_SDHCI_OF_XILINX_PS=y
2069# CONFIG_MMC_SDHCI_PXAV3 is not set
2070# CONFIG_MMC_SDHCI_PXAV2 is not set
2071# CONFIG_MMC_TIFM_SD is not set
2072# CONFIG_MMC_CB710 is not set
2073# CONFIG_MMC_VIA_SDMMC is not set
2074# CONFIG_MMC_DW is not set
2075# CONFIG_MMC_VUB300 is not set
2076# CONFIG_MMC_USHC is not set
2077# CONFIG_MEMSTICK is not set
2078# CONFIG_NEW_LEDS is not set
2079# CONFIG_ACCESSIBILITY is not set
2080# CONFIG_INFINIBAND is not set
2081# CONFIG_EDAC is not set
2082
2083# RTC is moved to its own fragment
2084
2085CONFIG_DMADEVICES=y
2086# CONFIG_DMADEVICES_DEBUG is not set
2087
2088#
2089# DMA Devices
2090#
2091CONFIG_XILINX_DMA_ENGINES=y
2092CONFIG_XILINX_AXIDMA=y
2093# CONFIG_XILINX_DMATEST is not set
2094CONFIG_XILINX_AXIVDMA=y
2095# CONFIG_XILINX_VDMATEST is not set
2096CONFIG_XILINX_AXICDMA=y
2097# CONFIG_XILINX_CDMATEST is not set
2098# CONFIG_AMBA_PL08X is not set
2099# CONFIG_DW_DMAC is not set
2100# CONFIG_TIMB_DMA is not set
2101CONFIG_PL330_DMA=y
2102
2103#
2104# DMA Clients
2105#
2106# CONFIG_NET_DMA is not set
2107# CONFIG_ASYNC_TX_DMA is not set
2108CONFIG_DMATEST=y
2109# CONFIG_AUXDISPLAY is not set
2110CONFIG_UIO=y
2111# CONFIG_UIO_CIF is not set
2112CONFIG_UIO_PDRV_GENIRQ=y
2113# CONFIG_UIO_DMEM_GENIRQ is not set
2114# CONFIG_UIO_AEC is not set
2115# CONFIG_UIO_SERCOS3 is not set
2116# CONFIG_UIO_PCI_GENERIC is not set
2117# CONFIG_UIO_NETX is not set
2118CONFIG_VIRTIO=m
2119
2120#
2121# Virtio drivers
2122#
2123# CONFIG_VIRTIO_PCI is not set
2124# CONFIG_VIRTIO_BALLOON is not set
2125# CONFIG_VIRTIO_MMIO is not set
2126
2127#
2128# Microsoft Hyper-V guest support
2129#
2130# CONFIG_STAGING is not set
2131CONFIG_CLKDEV_LOOKUP=y
2132CONFIG_HAVE_CLK_PREPARE=y
2133CONFIG_COMMON_CLK=y
2134
2135#
2136# Common Clock Framework
2137#
2138CONFIG_COMMON_CLK_DEBUG=y
2139CONFIG_COMMON_CLK_VERSATILE=y
2140
2141#
2142# Hardware Spinlock drivers
2143#
2144CONFIG_CLKSRC_MMIO=y
2145CONFIG_IOMMU_SUPPORT=y
2146CONFIG_OF_IOMMU=y
2147
2148#
2149# Remoteproc drivers (EXPERIMENTAL)
2150#
2151CONFIG_REMOTEPROC=m
2152# CONFIG_STE_MODEM_RPROC is not set
2153CONFIG_ZYNQ_REMOTEPROC=m
2154CONFIG_MB_REMOTEPROC=m
2155
2156#
2157# Rpmsg drivers (EXPERIMENTAL)
2158#
2159CONFIG_RPMSG=m
2160# CONFIG_RPMSG_SERVER_SAMPLE is not set
2161# CONFIG_RPMSG_OMX is not set
2162# CONFIG_RPMSG_FREERTOS_STAT is not set
2163# CONFIG_VIRT_DRIVERS is not set
2164# CONFIG_PM_DEVFREQ is not set
2165# CONFIG_EXTCON is not set
2166CONFIG_MEMORY=y
2167CONFIG_ZYNQ_SMC=y
2168# CONFIG_IIO is not set
2169# CONFIG_VME_BUS is not set
2170# CONFIG_PWM is not set
2171# CONFIG_PMODS is not set
2172# CONFIG_IPACK_BUS is not set
2173
2174#
2175# File systems
2176#
2177CONFIG_DCACHE_WORD_ACCESS=y
2178CONFIG_EXT2_FS=y
2179# CONFIG_EXT2_FS_XATTR is not set
2180# CONFIG_EXT2_FS_XIP is not set
2181CONFIG_EXT3_FS=y
2182# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
2183CONFIG_EXT3_FS_XATTR=y
2184# CONFIG_EXT3_FS_POSIX_ACL is not set
2185# CONFIG_EXT3_FS_SECURITY is not set
2186CONFIG_EXT4_FS=y
2187# CONFIG_EXT4_FS_POSIX_ACL is not set
2188# CONFIG_EXT4_FS_SECURITY is not set
2189# CONFIG_EXT4_DEBUG is not set
2190CONFIG_JBD=y
2191# CONFIG_JBD_DEBUG is not set
2192CONFIG_JBD2=y
2193# CONFIG_JBD2_DEBUG is not set
2194CONFIG_FS_MBCACHE=y
2195# CONFIG_REISERFS_FS is not set
2196# CONFIG_JFS_FS is not set
2197# CONFIG_XFS_FS is not set
2198# CONFIG_GFS2_FS is not set
2199# CONFIG_BTRFS_FS is not set
2200# CONFIG_NILFS2_FS is not set
2201# CONFIG_FS_POSIX_ACL is not set
2202CONFIG_FILE_LOCKING=y
2203CONFIG_FSNOTIFY=y
2204# CONFIG_DNOTIFY is not set
2205CONFIG_INOTIFY_USER=y
2206# CONFIG_FANOTIFY is not set
2207# CONFIG_QUOTA is not set
2208# CONFIG_QUOTACTL is not set
2209# CONFIG_AUTOFS4_FS is not set
2210# CONFIG_FUSE_FS is not set
2211
2212#
2213# Caches
2214#
2215# CONFIG_FSCACHE is not set
2216
2217#
2218# CD-ROM/DVD Filesystems
2219#
2220# CONFIG_ISO9660_FS is not set
2221# CONFIG_UDF_FS is not set
2222
2223#
2224# DOS/FAT/NT Filesystems
2225#
2226CONFIG_FAT_FS=y
2227CONFIG_MSDOS_FS=y
2228CONFIG_VFAT_FS=y
2229CONFIG_FAT_DEFAULT_CODEPAGE=437
2230CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
2231# CONFIG_NTFS_FS is not set
2232
2233#
2234# Pseudo filesystems
2235#
2236CONFIG_PROC_FS=y
2237CONFIG_PROC_SYSCTL=y
2238CONFIG_PROC_PAGE_MONITOR=y
2239CONFIG_SYSFS=y
2240CONFIG_TMPFS=y
2241# CONFIG_TMPFS_POSIX_ACL is not set
2242# CONFIG_TMPFS_XATTR is not set
2243# CONFIG_HUGETLB_PAGE is not set
2244# CONFIG_CONFIGFS_FS is not set
2245CONFIG_MISC_FILESYSTEMS=y
2246# CONFIG_ADFS_FS is not set
2247# CONFIG_AFFS_FS is not set
2248# CONFIG_HFS_FS is not set
2249# CONFIG_HFSPLUS_FS is not set
2250# CONFIG_BEFS_FS is not set
2251# CONFIG_BFS_FS is not set
2252# CONFIG_EFS_FS is not set
2253CONFIG_JFFS2_FS=y
2254CONFIG_JFFS2_FS_DEBUG=0
2255CONFIG_JFFS2_FS_WRITEBUFFER=y
2256# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
2257CONFIG_JFFS2_SUMMARY=y
2258# CONFIG_JFFS2_FS_XATTR is not set
2259# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
2260CONFIG_JFFS2_ZLIB=y
2261# CONFIG_JFFS2_LZO is not set
2262CONFIG_JFFS2_RTIME=y
2263# CONFIG_JFFS2_RUBIN is not set
2264# CONFIG_LOGFS is not set
2265# CONFIG_CRAMFS is not set
2266# CONFIG_SQUASHFS is not set
2267# CONFIG_VXFS_FS is not set
2268# CONFIG_MINIX_FS is not set
2269# CONFIG_OMFS_FS is not set
2270# CONFIG_HPFS_FS is not set
2271# CONFIG_QNX4FS_FS is not set
2272# CONFIG_QNX6FS_FS is not set
2273# CONFIG_ROMFS_FS is not set
2274# CONFIG_PSTORE is not set
2275# CONFIG_SYSV_FS is not set
2276# CONFIG_UFS_FS is not set
2277# CONFIG_F2FS_FS is not set
2278CONFIG_NETWORK_FILESYSTEMS=y
2279CONFIG_NFS_FS=y
2280CONFIG_NFS_V2=y
2281CONFIG_NFS_V3=y
2282# CONFIG_NFS_V3_ACL is not set
2283# CONFIG_NFS_V4 is not set
2284# CONFIG_NFS_SWAP is not set
2285CONFIG_ROOT_NFS=y
2286# CONFIG_NFSD is not set
2287CONFIG_LOCKD=y
2288CONFIG_LOCKD_V4=y
2289CONFIG_NFS_COMMON=y
2290CONFIG_SUNRPC=y
2291# CONFIG_SUNRPC_DEBUG is not set
2292# CONFIG_CEPH_FS is not set
2293# CONFIG_CIFS is not set
2294# CONFIG_NCP_FS is not set
2295# CONFIG_CODA_FS is not set
2296# CONFIG_AFS_FS is not set
2297CONFIG_NLS=y
2298CONFIG_NLS_DEFAULT="iso8859-1"
2299CONFIG_NLS_CODEPAGE_437=y
2300# CONFIG_NLS_CODEPAGE_737 is not set
2301# CONFIG_NLS_CODEPAGE_775 is not set
2302# CONFIG_NLS_CODEPAGE_850 is not set
2303# CONFIG_NLS_CODEPAGE_852 is not set
2304# CONFIG_NLS_CODEPAGE_855 is not set
2305# CONFIG_NLS_CODEPAGE_857 is not set
2306# CONFIG_NLS_CODEPAGE_860 is not set
2307# CONFIG_NLS_CODEPAGE_861 is not set
2308# CONFIG_NLS_CODEPAGE_862 is not set
2309# CONFIG_NLS_CODEPAGE_863 is not set
2310# CONFIG_NLS_CODEPAGE_864 is not set
2311# CONFIG_NLS_CODEPAGE_865 is not set
2312# CONFIG_NLS_CODEPAGE_866 is not set
2313# CONFIG_NLS_CODEPAGE_869 is not set
2314# CONFIG_NLS_CODEPAGE_936 is not set
2315# CONFIG_NLS_CODEPAGE_950 is not set
2316# CONFIG_NLS_CODEPAGE_932 is not set
2317# CONFIG_NLS_CODEPAGE_949 is not set
2318# CONFIG_NLS_CODEPAGE_874 is not set
2319# CONFIG_NLS_ISO8859_8 is not set
2320# CONFIG_NLS_CODEPAGE_1250 is not set
2321# CONFIG_NLS_CODEPAGE_1251 is not set
2322CONFIG_NLS_ASCII=y
2323CONFIG_NLS_ISO8859_1=y
2324# CONFIG_NLS_ISO8859_2 is not set
2325# CONFIG_NLS_ISO8859_3 is not set
2326# CONFIG_NLS_ISO8859_4 is not set
2327# CONFIG_NLS_ISO8859_5 is not set
2328# CONFIG_NLS_ISO8859_6 is not set
2329# CONFIG_NLS_ISO8859_7 is not set
2330# CONFIG_NLS_ISO8859_9 is not set
2331# CONFIG_NLS_ISO8859_13 is not set
2332# CONFIG_NLS_ISO8859_14 is not set
2333# CONFIG_NLS_ISO8859_15 is not set
2334# CONFIG_NLS_KOI8_R is not set
2335# CONFIG_NLS_KOI8_U is not set
2336# CONFIG_NLS_MAC_ROMAN is not set
2337# CONFIG_NLS_MAC_CELTIC is not set
2338# CONFIG_NLS_MAC_CENTEURO is not set
2339# CONFIG_NLS_MAC_CROATIAN is not set
2340# CONFIG_NLS_MAC_CYRILLIC is not set
2341# CONFIG_NLS_MAC_GAELIC is not set
2342# CONFIG_NLS_MAC_GREEK is not set
2343# CONFIG_NLS_MAC_ICELAND is not set
2344# CONFIG_NLS_MAC_INUIT is not set
2345# CONFIG_NLS_MAC_ROMANIAN is not set
2346# CONFIG_NLS_MAC_TURKISH is not set
2347# CONFIG_NLS_UTF8 is not set
2348
2349#
2350# Kernel hacking
2351#
2352# CONFIG_PRINTK_TIME is not set
2353CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
2354# CONFIG_ENABLE_WARN_DEPRECATED is not set
2355# CONFIG_ENABLE_MUST_CHECK is not set
2356CONFIG_FRAME_WARN=1024
2357# CONFIG_MAGIC_SYSRQ is not set
2358# CONFIG_STRIP_ASM_SYMS is not set
2359# CONFIG_READABLE_ASM is not set
2360# CONFIG_UNUSED_SYMBOLS is not set
2361CONFIG_DEBUG_FS=y
2362# CONFIG_HEADERS_CHECK is not set
2363# CONFIG_DEBUG_SECTION_MISMATCH is not set
2364CONFIG_DEBUG_KERNEL=y
2365# CONFIG_DEBUG_SHIRQ is not set
2366# CONFIG_LOCKUP_DETECTOR is not set
2367# CONFIG_PANIC_ON_OOPS is not set
2368CONFIG_PANIC_ON_OOPS_VALUE=0
2369# CONFIG_DETECT_HUNG_TASK is not set
2370# CONFIG_SCHED_DEBUG is not set
2371# CONFIG_SCHEDSTATS is not set
2372CONFIG_TIMER_STATS=y
2373# CONFIG_DEBUG_OBJECTS is not set
2374# CONFIG_DEBUG_SLAB is not set
2375CONFIG_HAVE_DEBUG_KMEMLEAK=y
2376# CONFIG_DEBUG_KMEMLEAK is not set
2377# CONFIG_DEBUG_PREEMPT is not set
2378# CONFIG_DEBUG_RT_MUTEXES is not set
2379# CONFIG_RT_MUTEX_TESTER is not set
2380# CONFIG_DEBUG_SPINLOCK is not set
2381# CONFIG_DEBUG_MUTEXES is not set
2382# CONFIG_DEBUG_LOCK_ALLOC is not set
2383# CONFIG_PROVE_LOCKING is not set
2384# CONFIG_PROVE_RCU_DELAY is not set
2385# CONFIG_SPARSE_RCU_POINTER is not set
2386# CONFIG_LOCK_STAT is not set
2387# CONFIG_DEBUG_ATOMIC_SLEEP is not set
2388# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
2389# CONFIG_DEBUG_STACK_USAGE is not set
2390# CONFIG_DEBUG_KOBJECT is not set
2391# CONFIG_DEBUG_HIGHMEM is not set
2392# CONFIG_DEBUG_BUGVERBOSE is not set
2393# CONFIG_DEBUG_INFO is not set
2394# CONFIG_DEBUG_VM is not set
2395# CONFIG_DEBUG_WRITECOUNT is not set
2396# CONFIG_DEBUG_MEMORY_INIT is not set
2397# CONFIG_DEBUG_LIST is not set
2398# CONFIG_TEST_LIST_SORT is not set
2399# CONFIG_DEBUG_SG is not set
2400# CONFIG_DEBUG_NOTIFIERS is not set
2401# CONFIG_DEBUG_CREDENTIALS is not set
2402# CONFIG_BOOT_PRINTK_DELAY is not set
2403# CONFIG_RCU_TORTURE_TEST is not set
2404CONFIG_RCU_CPU_STALL_TIMEOUT=60
2405# CONFIG_RCU_CPU_STALL_VERBOSE is not set
2406# CONFIG_RCU_CPU_STALL_INFO is not set
2407# CONFIG_RCU_TRACE is not set
2408# CONFIG_BACKTRACE_SELF_TEST is not set
2409# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
2410# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
2411# CONFIG_DEBUG_PER_CPU_MAPS is not set
2412# CONFIG_LKDTM is not set
2413# CONFIG_NOTIFIER_ERROR_INJECTION is not set
2414# CONFIG_FAULT_INJECTION is not set
2415# CONFIG_DEBUG_PAGEALLOC is not set
2416CONFIG_HAVE_FUNCTION_TRACER=y
2417CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
2418CONFIG_HAVE_DYNAMIC_FTRACE=y
2419CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
2420CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
2421CONFIG_HAVE_C_RECORDMCOUNT=y
2422CONFIG_TRACING_SUPPORT=y
2423# CONFIG_FTRACE is not set
2424# CONFIG_RBTREE_TEST is not set
2425# CONFIG_INTERVAL_TREE_TEST is not set
2426CONFIG_DYNAMIC_DEBUG=y
2427# CONFIG_DMA_API_DEBUG is not set
2428# CONFIG_ATOMIC64_SELFTEST is not set
2429# CONFIG_SAMPLES is not set
2430CONFIG_HAVE_ARCH_KGDB=y
2431# CONFIG_KGDB is not set
2432# CONFIG_TEST_KSTRTOX is not set
2433# CONFIG_STRICT_DEVMEM is not set
2434CONFIG_ARM_UNWIND=y
2435# CONFIG_DEBUG_USER is not set
2436CONFIG_DEBUG_LL=y
2437# CONFIG_DEBUG_ZYNQ_UART0 is not set
2438CONFIG_DEBUG_ZYNQ_UART1=y
2439# CONFIG_DEBUG_VEXPRESS_UART0_DETECT is not set
2440# CONFIG_DEBUG_VEXPRESS_UART0_CA9 is not set
2441# CONFIG_DEBUG_VEXPRESS_UART0_RS1 is not set
2442# CONFIG_DEBUG_ICEDCC is not set
2443# CONFIG_DEBUG_SEMIHOSTING is not set
2444CONFIG_DEBUG_LL_INCLUDE="debug/zynq.S"
2445CONFIG_EARLY_PRINTK=y
2446# CONFIG_OC_ETM is not set
2447# CONFIG_PID_IN_CONTEXTIDR is not set
2448
2449#
2450# Security options
2451#
2452# CONFIG_KEYS is not set
2453# CONFIG_SECURITY_DMESG_RESTRICT is not set
2454# CONFIG_SECURITY is not set
2455# CONFIG_SECURITYFS is not set
2456CONFIG_DEFAULT_SECURITY_DAC=y
2457CONFIG_DEFAULT_SECURITY=""
2458CONFIG_CRYPTO=y
2459
2460#
2461# Crypto core or helper
2462#
2463# CONFIG_CRYPTO_FIPS is not set
2464CONFIG_CRYPTO_ALGAPI=y
2465CONFIG_CRYPTO_ALGAPI2=y
2466CONFIG_CRYPTO_HASH=y
2467CONFIG_CRYPTO_HASH2=y
2468CONFIG_CRYPTO_RNG=m
2469CONFIG_CRYPTO_RNG2=m
2470# CONFIG_CRYPTO_MANAGER is not set
2471# CONFIG_CRYPTO_MANAGER2 is not set
2472# CONFIG_CRYPTO_USER is not set
2473# CONFIG_CRYPTO_GF128MUL is not set
2474# CONFIG_CRYPTO_NULL is not set
2475# CONFIG_CRYPTO_PCRYPT is not set
2476# CONFIG_CRYPTO_CRYPTD is not set
2477# CONFIG_CRYPTO_AUTHENC is not set
2478# CONFIG_CRYPTO_TEST is not set
2479
2480#
2481# Authenticated Encryption with Associated Data
2482#
2483# CONFIG_CRYPTO_CCM is not set
2484# CONFIG_CRYPTO_GCM is not set
2485# CONFIG_CRYPTO_SEQIV is not set
2486
2487#
2488# Block modes
2489#
2490# CONFIG_CRYPTO_CBC is not set
2491# CONFIG_CRYPTO_CTR is not set
2492# CONFIG_CRYPTO_CTS is not set
2493# CONFIG_CRYPTO_ECB is not set
2494# CONFIG_CRYPTO_LRW is not set
2495# CONFIG_CRYPTO_PCBC is not set
2496# CONFIG_CRYPTO_XTS is not set
2497
2498#
2499# Hash modes
2500#
2501# CONFIG_CRYPTO_HMAC is not set
2502# CONFIG_CRYPTO_XCBC is not set
2503# CONFIG_CRYPTO_VMAC is not set
2504
2505#
2506# Digest
2507#
2508CONFIG_CRYPTO_CRC32C=y
2509# CONFIG_CRYPTO_GHASH is not set
2510# CONFIG_CRYPTO_MD4 is not set
2511# CONFIG_CRYPTO_MD5 is not set
2512# CONFIG_CRYPTO_MICHAEL_MIC is not set
2513# CONFIG_CRYPTO_RMD128 is not set
2514# CONFIG_CRYPTO_RMD160 is not set
2515# CONFIG_CRYPTO_RMD256 is not set
2516# CONFIG_CRYPTO_RMD320 is not set
2517# CONFIG_CRYPTO_SHA1 is not set
2518# CONFIG_CRYPTO_SHA1_ARM is not set
2519# CONFIG_CRYPTO_SHA256 is not set
2520# CONFIG_CRYPTO_SHA512 is not set
2521# CONFIG_CRYPTO_TGR192 is not set
2522# CONFIG_CRYPTO_WP512 is not set
2523
2524#
2525# Ciphers
2526#
2527CONFIG_CRYPTO_AES=y
2528# CONFIG_CRYPTO_AES_ARM is not set
2529# CONFIG_CRYPTO_ANUBIS is not set
2530# CONFIG_CRYPTO_ARC4 is not set
2531# CONFIG_CRYPTO_BLOWFISH is not set
2532# CONFIG_CRYPTO_CAMELLIA is not set
2533# CONFIG_CRYPTO_CAST5 is not set
2534# CONFIG_CRYPTO_CAST6 is not set
2535# CONFIG_CRYPTO_DES is not set
2536# CONFIG_CRYPTO_FCRYPT is not set
2537# CONFIG_CRYPTO_KHAZAD is not set
2538# CONFIG_CRYPTO_SALSA20 is not set
2539# CONFIG_CRYPTO_SEED is not set
2540# CONFIG_CRYPTO_SERPENT is not set
2541# CONFIG_CRYPTO_TEA is not set
2542# CONFIG_CRYPTO_TWOFISH is not set
2543
2544#
2545# Compression
2546#
2547# CONFIG_CRYPTO_DEFLATE is not set
2548# CONFIG_CRYPTO_ZLIB is not set
2549# CONFIG_CRYPTO_LZO is not set
2550
2551#
2552# Random Number Generation
2553#
2554CONFIG_CRYPTO_ANSI_CPRNG=m
2555# CONFIG_CRYPTO_USER_API_HASH is not set
2556# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
2557CONFIG_CRYPTO_HW=y
2558# CONFIG_CRYPTO_DEV_HIFN_795X is not set
2559# CONFIG_BINARY_PRINTF is not set
2560
2561#
2562# Library routines
2563#
2564CONFIG_BITREVERSE=y
2565CONFIG_GENERIC_STRNCPY_FROM_USER=y
2566CONFIG_GENERIC_STRNLEN_USER=y
2567CONFIG_GENERIC_PCI_IOMAP=y
2568CONFIG_GENERIC_IO=y
2569CONFIG_PERCPU_RWSEM=y
2570# CONFIG_CRC_CCITT is not set
2571CONFIG_CRC16=y
2572# CONFIG_CRC_T10DIF is not set
2573# CONFIG_CRC_ITU_T is not set
2574CONFIG_CRC32=y
2575# CONFIG_CRC32_SELFTEST is not set
2576CONFIG_CRC32_SLICEBY8=y
2577# CONFIG_CRC32_SLICEBY4 is not set
2578# CONFIG_CRC32_SARWATE is not set
2579# CONFIG_CRC32_BIT is not set
2580# CONFIG_CRC7 is not set
2581# CONFIG_LIBCRC32C is not set
2582# CONFIG_CRC8 is not set
2583CONFIG_ZLIB_INFLATE=y
2584CONFIG_ZLIB_DEFLATE=y
2585# CONFIG_XZ_DEC is not set
2586# CONFIG_XZ_DEC_BCJ is not set
2587CONFIG_DECOMPRESS_GZIP=y
2588CONFIG_HAS_IOMEM=y
2589CONFIG_HAS_DMA=y
2590CONFIG_CPU_RMAP=y
2591CONFIG_DQL=y
2592CONFIG_NLATTR=y
2593CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
2594# CONFIG_AVERAGE is not set
2595# CONFIG_CORDIC is not set
2596# CONFIG_DDR is not set
diff --git a/conf/machine/boards/common/zynq7-base.dtsi b/conf/machine/boards/common/zynq7-base.dtsi
new file mode 100644
index 00000000..ab109355
--- /dev/null
+++ b/conf/machine/boards/common/zynq7-base.dtsi
@@ -0,0 +1,494 @@
1/*
2 * Zynq 7000 Base Device Tree (System Peripherals and Configuration)
3 *
4 * To use this base include it in the dts/dtsi which relies on it.
5 * /dts-v1/;
6 * /include/ "zynq7-base.dtsi"
7 * / {
8 * ...
9 *
10 * In order to configure your board specific configuration of the Zynq platform,
11 * or to configure additional devices attached to Zynq peripherals use the base
12 * include and override properties, add subnodes or disable existing
13 * peripherals.
14 *
15 * To disable or invalidate an existing Zynq peripheral:
16 * ...
17 * ps7_axi_interconnect_0: amba@0 {
18 * ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; };
19 * } ;
20 * ...
21 *
22 * To override a property of an existing peripheral:
23 * ...
24 * ps7_axi_interconnect_0: amba@0 {
25 * ps7_usb_0: ps7-usb@e0002000 {
26 * dr_mode = "device";
27 * } ;
28 * } ;
29 * ...
30 *
31 * To add an additional subnode (e.g. a device attached to a bus) to an existing
32 * peripheral:
33 * ...
34 * ps7_axi_interconnect_0: amba@0 {
35 * ps7_ethernet_0: ps7-ethernet@e000b000 {
36 * mdio {
37 * phy0: phy@7 {
38 * device_type = "ethernet-phy";
39 * reg = <7>;
40 * } ;
41 * } ;
42 * } ;
43 * } ;
44 * ...
45 *
46 * For more details, or for reference please refer to device trees in the
47 * meta-xilinx layer that use this base tree.
48 */
49
50/ {
51 #address-cells = <0x1>;
52 #size-cells = <0x1>;
53 compatible = "xlnx,zynq-7000";
54 aliases {
55 ethernet0 = &ps7_ethernet_0;
56 ethernet1 = &ps7_ethernet_1;
57 serial0 = &ps7_uart_1;
58 serial1 = &ps7_uart_0;
59 } ;
60 cpus {
61 #address-cells = <1>;
62 #size-cells = <0>;
63 ps7_cortexa9_0: cpu@0 {
64 bus-handle = <&ps7_axi_interconnect_0>;
65 clock-latency = <1000>;
66 clocks = <&clkc 3>;
67 compatible = "arm,cortex-a9";
68 d-cache-line-size = <0x20>;
69 d-cache-size = <0x8000>;
70 device_type = "cpu";
71 i-cache-line-size = <0x20>;
72 i-cache-size = <0x8000>;
73 interrupt-handle = <&ps7_scugic_0>;
74 operating-points = <666667 1000000 333334 1000000 222223 1000000>;
75 reg = <0x0>;
76 } ;
77 ps7_cortexa9_1: cpu@1 {
78 bus-handle = <&ps7_axi_interconnect_0>;
79 clocks = <&clkc 3>;
80 compatible = "arm,cortex-a9";
81 d-cache-line-size = <0x20>;
82 d-cache-size = <0x8000>;
83 device_type = "cpu";
84 i-cache-line-size = <0x20>;
85 i-cache-size = <0x8000>;
86 interrupt-handle = <&ps7_scugic_0>;
87 reg = <0x1>;
88 } ;
89 } ;
90 pmu {
91 compatible = "arm,cortex-a9-pmu";
92 interrupt-parent = <&ps7_scugic_0>;
93 interrupts = <0 5 4>, <0 6 4>;
94 reg = <0xf8891000 0x1000>, <0xf8893000 0x1000>;
95 reg-names = "cpu0", "cpu1";
96 } ;
97 ps7_axi_interconnect_0: amba@0 {
98 #address-cells = <1>;
99 #size-cells = <1>;
100 compatible = "xlnx,ps7-axi-interconnect-1.00.a", "simple-bus";
101 ranges ;
102 ps7_afi_0: ps7-afi@f8008000 {
103 compatible = "xlnx,ps7-afi-1.00.a";
104 reg = <0xf8008000 0x1000>;
105 } ;
106 ps7_afi_1: ps7-afi@f8009000 {
107 compatible = "xlnx,ps7-afi-1.00.a";
108 reg = <0xf8009000 0x1000>;
109 } ;
110 ps7_afi_2: ps7-afi@f800a000 {
111 compatible = "xlnx,ps7-afi-1.00.a";
112 reg = <0xf800a000 0x1000>;
113 } ;
114 ps7_afi_3: ps7-afi@f800b000 {
115 compatible = "xlnx,ps7-afi-1.00.a";
116 reg = <0xf800b000 0x1000>;
117 } ;
118 ps7_scugic_0: ps7-scugic@f8f01000 {
119 #address-cells = <2>;
120 #interrupt-cells = <3>;
121 #size-cells = <1>;
122 compatible = "xlnx,ps7-scugic-1.00.a", "arm,cortex-a9-gic", "arm,gic";
123 interrupt-controller ;
124 num_cpus = <2>;
125 num_interrupts = <96>;
126 reg = <0xf8f01000 0x1000>, <0xf8f00100 0x100>;
127 } ;
128 ps7_pl310_0: ps7-pl310@f8f02000 {
129 compatible = "xlnx,ps7-pl310-1.00.a", "arm,pl310-cache";
130 cache-unified;
131 cache-level = <2>;
132 reg = <0xf8f02000 0x1000>;
133 interrupt-parent = <&ps7_scugic_0>;
134 interrupts = <0 2 4>;
135 arm,data-latency = <3 2 2>;
136 arm,tag-latency = <2 2 2>;
137 } ;
138 ps7_ddrc_0: ps7-ddrc@f8006000 {
139 compatible = "xlnx,ps7-ddrc-1.00.a", "xlnx,ps7-ddrc";
140 reg = <0xf8006000 0x1000>;
141 xlnx,has-ecc = <0x0>;
142 } ;
143 ps7_ram_0: ps7-ram@fffc0000 {
144 compatible = "xlnx,ps7-ram-1.00.a", "xlnx,ps7-ocm";
145 interrupt-parent = <&ps7_scugic_0>;
146 interrupts = <0 3 4>;
147 reg = <0xfffc0000 0x40000>;
148 } ;
149 ps7_slcr_0: ps7-slcr@f8000000 {
150 #address-cells = <1>;
151 #size-cells = <1>;
152 compatible = "xlnx,ps7-slcr-1.00.a", "xlnx,zynq-slcr", "syscon";
153 ranges ;
154 reg = <0xf8000000 0x1000>;
155 clkc: clkc@100 {
156 #clock-cells = <1>;
157 clock-output-names = "armpll", "ddrpll", "iopll",
158 "cpu_6or4x", "cpu_3or2x", "cpu_2x", "cpu_1x",
159 "ddr2x", "ddr3x", "dci",
160 "lqspi", "smc", "pcap",
161 "gem0", "gem1",
162 "fclk0", "fclk1", "fclk2", "fclk3",
163 "can0", "can1",
164 "sdio0", "sdio1",
165 "uart0", "uart1",
166 "spi0", "spi1",
167 "dma",
168 "usb0_aper", "usb1_aper",
169 "gem0_aper", "gem1_aper",
170 "sdio0_aper", "sdio1_aper",
171 "spi0_aper", "spi1_aper",
172 "can0_aper", "can1_aper",
173 "i2c0_aper", "i2c1_aper",
174 "uart0_aper", "uart1_aper",
175 "gpio_aper", "lqspi_aper", "smc_aper", "swdt",
176 "dbg_trc", "dbg_apb";
177 compatible = "xlnx,ps7-clkc";
178 fclk-enable = <0xf>;
179 ps-clk-frequency = <33333333>;
180 reg = <0x100 0x100>;
181 } ;
182 } ;
183 ps7_globaltimer_0: ps7-globaltimer@f8f00200 {
184 clocks = <&clkc 4>;
185 compatible = "xlnx,ps7-globaltimer-1.00.a", "arm,cortex-a9-global-timer";
186 interrupt-parent = <&ps7_scugic_0>;
187 interrupts = <1 11 0x301>;
188 reg = <0xf8f00200 0x100>;
189 } ;
190 ps7_scutimer_0: ps7-scutimer@f8f00600 {
191 clocks = <&clkc 4>;
192 compatible = "xlnx,ps7-scutimer-1.00.a", "arm,cortex-a9-twd-timer";
193 interrupt-parent = <&ps7_scugic_0>;
194 interrupts = <1 13 0x301>;
195 reg = <0xf8f00600 0x20>;
196 } ;
197 ps7_scuwdt_0: ps7-scuwdt@f8f00620 {
198 clocks = <&clkc 4>;
199 compatible = "xlnx,ps7-scuwdt-1.00.a";
200 device_type = "watchdog";
201 interrupt-parent = <&ps7_scugic_0>;
202 interrupts = <1 14 0x301>;
203 reg = <0xf8f00620 0xe0>;
204 } ;
205 ps7_wdt_0: ps7-wdt@f8005000 {
206 clocks = <&clkc 45>;
207 compatible = "xlnx,ps7-wdt-1.00.a";
208 device_type = "watchdog";
209 interrupt-parent = <&ps7_scugic_0>;
210 interrupts = <0 9 4>;
211 reg = <0xf8005000 0x1000>;
212 reset = <0>;
213 timeout = <10>;
214 } ;
215 ps7_dma_ns: ps7-dma@f8004000 {
216 #dma-cells = <1>;
217 #dma-channels = <8>;
218 #dma-requests = <4>;
219 arm,primecell-periphid = <0x41330>;
220 clock-names = "apb_pclk";
221 clocks = <&clkc 27>;
222 compatible = "xlnx,ps7-dma-1.00.a", "arm,primecell", "arm,pl330";
223 interrupt-parent = <&ps7_scugic_0>;
224 interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3", "dma4", "dma5", "dma6", "dma7";
225 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>;
226 reg = <0xf8004000 0x1000>;
227 } ;
228 ps7_dma_s: ps7-dma@f8003000 {
229 #dma-cells = <1>;
230 #dma-channels = <8>;
231 #dma-requests = <4>;
232 arm,primecell-periphid = <0x41330>;
233 clock-names = "apb_pclk";
234 clocks = <&clkc 27>;
235 compatible = "xlnx,ps7-dma-1.00.a", "arm,primecell", "arm,pl330";
236 interrupt-parent = <&ps7_scugic_0>;
237 interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3", "dma4", "dma5", "dma6", "dma7";
238 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>;
239 reg = <0xf8003000 0x1000>;
240 } ;
241 ps7_dev_cfg_0: ps7-dev-cfg@f8007000 {
242 clock-names = "ref_clk", "fclk0", "fclk1", "fclk2", "fclk3";
243 clocks = <&clkc 12>, <&clkc 15>, <&clkc 16>, <&clkc 17>, <&clkc 18>;
244 compatible = "xlnx,ps7-dev-cfg-1.00.a";
245 interrupt-parent = <&ps7_scugic_0>;
246 interrupts = <0 8 4>;
247 reg = <0xf8007000 0x100>;
248 } ;
249 ps7_iop_bus_config_0: ps7-iop-bus-config@e0200000 {
250 compatible = "xlnx,ps7-iop-bus-config-1.00.a";
251 reg = <0xe0200000 0x1000>;
252 } ;
253
254 /* ========= Peripherals ========= */
255
256 ps7_ethernet_0: ps7-ethernet@e000b000 {
257 #address-cells = <1>;
258 #size-cells = <0>;
259 clock-names = "ref_clk", "aper_clk";
260 clocks = <&clkc 13>, <&clkc 30>;
261 compatible = "xlnx,ps7-ethernet-1.00.a";
262 interrupt-parent = <&ps7_scugic_0>;
263 interrupts = <0 22 4>;
264 local-mac-address = [ 00 0a 35 00 00 00 ];
265 reg = <0xe000b000 0x1000>;
266 xlnx,enet-reset = <0xffffffff>;
267 xlnx,eth-mode = <0x1>;
268 xlnx,has-mdio = <0x1>;
269 xlnx,ptp-enet-clock = <111111115>;
270 mdio {
271 #address-cells = <1>;
272 #size-cells = <0>;
273 } ;
274 } ;
275 ps7_ethernet_1: ps7-ethernet@e000c000 {
276 #address-cells = <1>;
277 #size-cells = <0>;
278 clock-names = "ref_clk", "aper_clk";
279 clocks = <&clkc 14>, <&clkc 31>;
280 compatible = "xlnx,ps7-ethernet-1.00.a";
281 interrupt-parent = <&ps7_scugic_0>;
282 interrupts = <0 45 4>;
283 local-mac-address = [ 00 0a 35 00 00 01 ];
284 reg = <0xe000c000 0x1000>;
285 xlnx,enet-reset = <0xffffffff>;
286 xlnx,eth-mode = <0x1>;
287 xlnx,has-mdio = <0x1>;
288 xlnx,ptp-enet-clock = <111111115>;
289 mdio {
290 #address-cells = <1>;
291 #size-cells = <0>;
292 } ;
293 } ;
294
295 ps7_gpio_0: ps7-gpio@e000a000 {
296 #gpio-cells = <2>;
297 clocks = <&clkc 42>;
298 compatible = "xlnx,ps7-gpio-1.00.a";
299 emio-gpio-width = <64>;
300 gpio-controller ;
301 gpio-mask-high = <0x0>;
302 gpio-mask-low = <0x0>;
303 interrupt-parent = <&ps7_scugic_0>;
304 interrupts = <0 20 4>;
305 reg = <0xe000a000 0x1000>;
306 } ;
307
308 ps7_qspi_0: ps7-qspi@e000d000 {
309 bus-num = <2>;
310 clock-names = "ref_clk", "aper_clk";
311 clocks = <&clkc 10>, <&clkc 43>;
312 compatible = "xlnx,ps7-qspi-1.00.a";
313 reg = <0xe000d000 0x1000>;
314 interrupt-parent = <&ps7_scugic_0>;
315 interrupts = <0 19 4>;
316 is-dual = <0>;
317 num-chip-select = <1>;
318 speed-hz = <200000000>;
319 xlnx,fb-clk = <0x1>;
320 xlnx,qspi-mode = <0x0>;
321 #address-cells = <1>;
322 #size-cells = <0>;
323 } ;
324 ps7_qspi_linear_0: ps7-qspi-linear@fc000000 {
325 clock-names = "ref_clk", "aper_clk";
326 clocks = <&clkc 10>, <&clkc 43>;
327 compatible = "xlnx,ps7-qspi-linear-1.00.a";
328 reg = <0xfc000000 0x1000000>;
329 } ;
330
331 ps7_spi_0: ps7-spi@e0006000 {
332 bus-num = <0>;
333 clock-names = "ref_clk", "aper_clk";
334 clocks = <&clkc 25>, <&clkc 34>;
335 compatible = "xlnx,ps7-spi-1.00.a";
336 interrupt-parent = <&ps7_scugic_0>;
337 interrupts = <0 26 4>;
338 num-chip-select = <4>;
339 reg = <0xe0006000 0x1000>;
340 speed-hz = <166666666>;
341 #address-cells = <1>;
342 #size-cells = <0>;
343 } ;
344 ps7_spi_1: ps7-spi@e0007000 {
345 bus-num = <1>;
346 clock-names = "ref_clk", "aper_clk";
347 clocks = <&clkc 26>, <&clkc 35>;
348 compatible = "xlnx,ps7-spi-1.00.a";
349 interrupt-parent = <&ps7_scugic_0>;
350 interrupts = <0 49 4>;
351 num-chip-select = <4>;
352 reg = <0xe0007000 0x1000>;
353 speed-hz = <166666666>;
354 #address-cells = <1>;
355 #size-cells = <0>;
356 } ;
357
358 ps7_sd_0: ps7-sdio@e0100000 {
359 clock-names = "ref_clk", "aper_clk";
360 clocks = <&clkc 21>, <&clkc 32>;
361 clock-frequency = <50000000>;
362 compatible = "xlnx,ps7-sdio-1.00.a", "arasan,sdhci", "arasan,sdhci-8.9a", "generic-sdhci";
363 interrupt-parent = <&ps7_scugic_0>;
364 interrupts = <0 24 4>;
365 reg = <0xe0100000 0x1000>;
366 xlnx,has-cd = <0x1>;
367 xlnx,has-power = <0x0>;
368 xlnx,has-wp = <0x1>;
369 } ;
370 ps7_sd_1: ps7-sdio@e0101000 {
371 clock-names = "ref_clk", "aper_clk";
372 clocks = <&clkc 22>, <&clkc 33>;
373 clock-frequency = <50000000>;
374 compatible = "xlnx,ps7-sdio-1.00.a", "arasan,sdhci", "arasan,sdhci-8.9a", "generic-sdhci";
375 interrupt-parent = <&ps7_scugic_0>;
376 interrupts = <0 47 4>;
377 reg = <0xe0101000 0x1000>;
378 xlnx,has-cd = <0x1>;
379 xlnx,has-power = <0x0>;
380 xlnx,has-wp = <0x1>;
381 } ;
382
383 ps7_ttc_0: ps7-ttc@f8001000 {
384 clocks = <&clkc 6>;
385 compatible = "xlnx,ps7-ttc-1.00.a", "cdns,ttc";
386 interrupt-names = "ttc0", "ttc1", "ttc2";
387 interrupt-parent = <&ps7_scugic_0>;
388 interrupts = <0 10 4>, <0 11 4>, <0 12 4>;
389 reg = <0xf8001000 0x1000>;
390 } ;
391 ps7_ttc_1: ps7-ttc@f8002000 {
392 clocks = <&clkc 6>;
393 compatible = "xlnx,ps7-ttc-1.00.a", "cdns,ttc";
394 interrupt-names = "ttc0", "ttc1", "ttc2";
395 interrupt-parent = <&ps7_scugic_0>;
396 interrupts = <0 37 4>, <0 38 4>, <0 39 4>;
397 reg = <0xf8002000 0x1000>;
398 } ;
399
400 ps7_uart_0: serial@e0000000 {
401 clock-names = "ref_clk", "aper_clk";
402 clocks = <&clkc 23>, <&clkc 40>;
403 compatible = "xlnx,ps7-uart-1.00.a", "xlnx,xuartps";
404 device_type = "serial";
405 interrupt-parent = <&ps7_scugic_0>;
406 interrupts = <0 27 4>;
407 reg = <0xe0000000 0x1000>;
408 port-number = <1>;
409 current-speed = <115200>;
410 xlnx,has-modem = <0x0>;
411 } ;
412 ps7_uart_1: serial@e0001000 {
413 clock-names = "ref_clk", "aper_clk";
414 clocks = <&clkc 24>, <&clkc 41>;
415 compatible = "xlnx,ps7-uart-1.00.a", "xlnx,xuartps";
416 device_type = "serial";
417 interrupt-parent = <&ps7_scugic_0>;
418 interrupts = <0 50 4>;
419 reg = <0xe0001000 0x1000>;
420 port-number = <0>;
421 current-speed = <115200>;
422 xlnx,has-modem = <0x0>;
423 } ;
424
425 ps7_i2c_0: ps7-i2c@e0004000 {
426 bus-id = <0>;
427 clocks = <&clkc 38>;
428 compatible = "xlnx,ps7-i2c-1.00.a";
429 interrupt-parent = <&ps7_scugic_0>;
430 interrupts = <0 25 4>;
431 reg = <0xe0004000 0x1000>;
432 i2c-clk = <400000>;
433 #address-cells = <1>;
434 #size-cells = <0>;
435 } ;
436 ps7_i2c_1: ps7-i2c@e0005000 {
437 bus-id = <1>;
438 clocks = <&clkc 39>;
439 compatible = "xlnx,ps7-i2c-1.00.a";
440 interrupt-parent = <&ps7_scugic_0>;
441 interrupts = <0 48 4>;
442 reg = <0xe0005000 0x1000>;
443 i2c-clk = <400000>;
444 #address-cells = <1>;
445 #size-cells = <0>;
446 } ;
447
448 ps7_can_0: ps7-can@e0008000 {
449 clock-names = "ref_clk", "aper_clk";
450 clocks = <&clkc 19>, <&clkc 36>;
451 compatible = "xlnx,ps7-can-1.00.a", "xlnx,ps7-can";
452 interrupt-parent = <&ps7_scugic_0>;
453 interrupts = <0 28 4>;
454 reg = <0xe0008000 0x1000>;
455 } ;
456 ps7_can_1: ps7-can@e0009000 {
457 clock-names = "ref_clk", "aper_clk";
458 clocks = <&clkc 20>, <&clkc 37>;
459 compatible = "xlnx,ps7-can-1.00.a", "xlnx,ps7-can";
460 interrupt-parent = <&ps7_scugic_0>;
461 interrupts = <0 51 4>;
462 reg = <0xe0009000 0x1000>;
463 } ;
464
465 ps7_usb_0: ps7-usb@e0002000 {
466 clocks = <&clkc 28>;
467 compatible = "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a";
468 reg = <0xe0002000 0x1000>;
469 interrupt-parent = <&ps7_scugic_0>;
470 interrupts = <0 21 4>;
471 dr_mode = "host";
472 phy_type = "ulpi";
473 xlnx,usb-reset = <0xffffffff>;
474 } ;
475 ps7_usb_1: ps7-usb@e0003000 {
476 clocks = <&clkc 29>;
477 compatible = "xlnx,ps7-usb-1.00.a", "xlnx,zynq-usb-1.00.a";
478 reg = <0xe0003000 0x1000>;
479 interrupt-parent = <&ps7_scugic_0>;
480 interrupts = <0 44 4>;
481 dr_mode = "host";
482 phy_type = "ulpi";
483 xlnx,usb-reset = <0xffffffff>;
484 } ;
485
486 ps7_xadc: ps7-xadc@f8007100 {
487 clocks = <&clkc 12>;
488 compatible = "xlnx,ps7-xadc-1.00.a";
489 reg = <0xf8007100 0x20>;
490 interrupt-parent = <&ps7_scugic_0>;
491 interrupts = <0 7 4>;
492 } ;
493 } ;
494} ;
diff --git a/conf/machine/boards/common/zynq7-mainline-gem.dtsi b/conf/machine/boards/common/zynq7-mainline-gem.dtsi
new file mode 100644
index 00000000..c18e2691
--- /dev/null
+++ b/conf/machine/boards/common/zynq7-mainline-gem.dtsi
@@ -0,0 +1,29 @@
1/*
2 * Zynq 7 Device Tree - Linux Mainline GEM
3 *
4 * This dtsi file will configure the ps7_ethernet_* nodes to be compatible with
5 * the upstream Cadence GEM driver (macb).
6 *
7 * To use this dtsi, include it after the base include. e.g.
8 * ...
9 * /include/ "zynq7-base.dtsi"
10 * /include/ "zynq7-mainline-gem.dtsi"
11 * / {
12 * ...
13 */
14/ {
15 ps7_axi_interconnect_0: amba@0 {
16 ps7_ethernet_0: ps7-ethernet@e000b000 {
17 clock-names = "pclk", "hclk", "tx_clk";
18 clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
19 compatible = "cdns,gem";
20 reg = <0xe000b000 0x4000>;
21 } ;
22 ps7_ethernet_1: ps7-ethernet@e000c000 {
23 clock-names = "pclk", "hclk", "tx_clk";
24 clocks = <&clkc 31>, <&clkc 31>, <&clkc 14>;
25 compatible = "cdns,gem";
26 reg = <0xe000c000 0x4000>;
27 } ;
28 } ;
29} ;
diff --git a/conf/machine/boards/kc705/kc705-trd-microblazeel.dts b/conf/machine/boards/kc705/kc705-trd-microblazeel.dts
new file mode 100644
index 00000000..e49d3489
--- /dev/null
+++ b/conf/machine/boards/kc705/kc705-trd-microblazeel.dts
@@ -0,0 +1,525 @@
1/dts-v1/;
2/ {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "xlnx,microblaze";
6 model = "Xilinx-KC705-TRD";
7 ddr3_sdram: memory@80000000 {
8 device_type = "memory";
9 reg = < 0x80000000 0x40000000 >;
10 } ;
11 aliases {
12 ethernet0 = &soft_ethernet_mac;
13 serial0 = &rs232_uart_1;
14 } ;
15 chosen {
16 bootargs = "console=ttyS0,115200 root=/dev/ram rw";
17 linux,stdout-path = "/axi@2/serial@40400000";
18 } ;
19 cpus {
20 #address-cells = <1>;
21 #cpus = <0x1>;
22 #size-cells = <0>;
23 microblaze_0: cpu@0 {
24 bus-handle = <&axi_mm_mb>, <&axi4_0>, <&axi4lite_0>;
25 clock-frequency = <150000000>;
26 clocks = <&clk_cpu>;
27 compatible = "xlnx,microblaze-8.50.a";
28 d-cache-baseaddr = <0x80000000>;
29 d-cache-highaddr = <0xffffffff>;
30 d-cache-line-size = <0x20>;
31 d-cache-size = <0x2000>;
32 device_type = "cpu";
33 i-cache-baseaddr = <0x80000000>;
34 i-cache-highaddr = <0xffffffff>;
35 i-cache-line-size = <0x20>;
36 i-cache-size = <0x2000>;
37 model = "microblaze,8.50.a";
38 reg = <0>;
39 timebase-frequency = <150000000>;
40 xlnx,addr-tag-bits = <0x12>;
41 xlnx,allow-dcache-wr = <0x1>;
42 xlnx,allow-icache-wr = <0x1>;
43 xlnx,area-optimized = <0x0>;
44 xlnx,avoid-primitives = <0x0>;
45 xlnx,base-vectors = <0x0>;
46 xlnx,branch-target-cache-size = <0x0>;
47 xlnx,cache-byte-size = <0x2000>;
48 xlnx,d-axi = <0x1>;
49 xlnx,d-lmb = <0x1>;
50 xlnx,d-plb = <0x0>;
51 xlnx,data-size = <0x20>;
52 xlnx,dcache-addr-tag = <0x12>;
53 xlnx,dcache-always-used = <0x1>;
54 xlnx,dcache-byte-size = <0x2000>;
55 xlnx,dcache-data-width = <0x0>;
56 xlnx,dcache-force-tag-lutram = <0x1>;
57 xlnx,dcache-interface = <0x0>;
58 xlnx,dcache-line-len = <0x8>;
59 xlnx,dcache-use-fsl = <0x0>;
60 xlnx,dcache-use-writeback = <0x0>;
61 xlnx,dcache-victims = <0x0>;
62 xlnx,debug-enabled = <0x1>;
63 xlnx,div-zero-exception = <0x0>;
64 xlnx,dynamic-bus-sizing = <0x1>;
65 xlnx,ecc-use-ce-exception = <0x0>;
66 xlnx,edge-is-positive = <0x1>;
67 xlnx,endianness = <0x1>;
68 xlnx,family = "kintex7";
69 xlnx,fault-tolerant = <0x0>;
70 xlnx,fpu-exception = <0x0>;
71 xlnx,freq = <0x8f0d180>;
72 xlnx,fsl-data-size = <0x20>;
73 xlnx,fsl-exception = <0x0>;
74 xlnx,fsl-links = <0x0>;
75 xlnx,i-axi = <0x0>;
76 xlnx,i-lmb = <0x1>;
77 xlnx,i-plb = <0x0>;
78 xlnx,icache-always-used = <0x1>;
79 xlnx,icache-data-width = <0x0>;
80 xlnx,icache-force-tag-lutram = <0x1>;
81 xlnx,icache-interface = <0x0>;
82 xlnx,icache-line-len = <0x8>;
83 xlnx,icache-streams = <0x0>;
84 xlnx,icache-use-fsl = <0x0>;
85 xlnx,icache-victims = <0x0>;
86 xlnx,ill-opcode-exception = <0x1>;
87 xlnx,instance = "microblaze_0";
88 xlnx,interconnect = <0x2>;
89 xlnx,interrupt-is-edge = <0x0>;
90 xlnx,lockstep-slave = <0x0>;
91 xlnx,mmu-dtlb-size = <0x2>;
92 xlnx,mmu-itlb-size = <0x2>;
93 xlnx,mmu-privileged-instr = <0x0>;
94 xlnx,mmu-tlb-access = <0x3>;
95 xlnx,mmu-zones = <0x2>;
96 xlnx,number-of-pc-brk = <0x1>;
97 xlnx,number-of-rd-addr-brk = <0x0>;
98 xlnx,number-of-wr-addr-brk = <0x0>;
99 xlnx,opcode-0x0-illegal = <0x1>;
100 xlnx,optimization = <0x0>;
101 xlnx,pc-width = <0x20>;
102 xlnx,pvr = <0x2>;
103 xlnx,pvr-user1 = <0x0>;
104 xlnx,pvr-user2 = <0x0>;
105 xlnx,reset-msr = <0x0>;
106 xlnx,sco = <0x0>;
107 xlnx,stream-interconnect = <0x0>;
108 xlnx,unaligned-exceptions = <0x1>;
109 xlnx,use-barrel = <0x1>;
110 xlnx,use-branch-target-cache = <0x0>;
111 xlnx,use-dcache = <0x1>;
112 xlnx,use-div = <0x0>;
113 xlnx,use-ext-brk = <0x1>;
114 xlnx,use-ext-nm-brk = <0x1>;
115 xlnx,use-extended-fsl-instr = <0x0>;
116 xlnx,use-fpu = <0x0>;
117 xlnx,use-hw-mul = <0x1>;
118 xlnx,use-icache = <0x1>;
119 xlnx,use-interrupt = <0x1>;
120 xlnx,use-mmu = <0x3>;
121 xlnx,use-msr-instr = <0x1>;
122 xlnx,use-pcmp-instr = <0x1>;
123 xlnx,use-reorder-instr = <0x1>;
124 xlnx,use-stack-protection = <0x0>;
125 } ;
126 } ;
127 clocks {
128 #address-cells = <1>;
129 #size-cells = <0>;
130 clk_bus: bus {
131 #clock-cells = <0>;
132 clock-frequency = <100000000>;
133 clock-output-names = "bus";
134 compatible = "fixed-clock";
135 reg = <1>;
136 } ;
137 clk_cpu: cpu {
138 #clock-cells = <0>;
139 clock-frequency = <150000000>;
140 clock-output-names = "cpu";
141 compatible = "fixed-clock";
142 reg = <0>;
143 } ;
144 } ;
145 axi4lite_0: axi@2 {
146 #address-cells = <1>;
147 #size-cells = <1>;
148 compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus";
149 ranges ;
150 axi_dma_ethernet: axi-dma@50000000 {
151 axistream-connected = <&soft_ethernet_mac>;
152 axistream-control-connected = <&soft_ethernet_mac>;
153 compatible = "xlnx,axi-dma-6.03.a", "xlnx,axi-dma-1.00.a";
154 interrupt-parent = <&interrupt_cntlr>;
155 interrupts = < 0 2 1 2 >;
156 reg = < 0x50000000 0x10000 >;
157 xlnx,dlytmr-resolution = <0x4e2>;
158 xlnx,enable-multi-channel = <0x0>;
159 xlnx,family = "kintex7";
160 xlnx,generic = <0x0>;
161 xlnx,include-mm2s = <0x1>;
162 xlnx,include-mm2s-dre = <0x1>;
163 xlnx,include-mm2s-sf = <0x1>;
164 xlnx,include-s2mm = <0x1>;
165 xlnx,include-s2mm-dre = <0x1>;
166 xlnx,include-s2mm-sf = <0x1>;
167 xlnx,include-sg = <0x1>;
168 xlnx,instance = "AXI_DMA_Ethernet";
169 xlnx,mm2s-burst-size = <0x10>;
170 xlnx,num-mm2s-channels = <0x1>;
171 xlnx,num-s2mm-channels = <0x1>;
172 xlnx,prmry-is-aclk-async = <0x1>;
173 xlnx,s2mm-burst-size = <0x10>;
174 xlnx,sg-include-desc-queue = <0x1>;
175 xlnx,sg-include-stscntrl-strm = <0x1>;
176 xlnx,sg-length-width = <0x10>;
177 xlnx,sg-use-stsapp-length = <0x1>;
178 } ;
179 axi_xadc_0: axi-xadc@40d00000 {
180 compatible = "xlnx,axi-xadc-1.00.a";
181 interrupt-parent = <&interrupt_cntlr>;
182 interrupts = < 7 2 >;
183 reg = < 0x40d00000 0x10000 >;
184 xlnx,family = "kintex7";
185 xlnx,has-temp-bus = <0x1>;
186 xlnx,include-intr = <0x1>;
187 xlnx,instance = "axi_xadc_0";
188 xlnx,sim-monitor-file = "Sysmon_Design.txt";
189 } ;
190 debug_module: serial@40200000 {
191 compatible = "xlnx,mdm-2.10.a", "xlnx,xps-uartlite-1.00.a";
192 reg = < 0x40200000 0x10000 >;
193 xlnx,family = "kintex7";
194 xlnx,interconnect = <0x2>;
195 xlnx,jtag-chain = <0x2>;
196 xlnx,mb-dbg-ports = <0x1>;
197 xlnx,use-bscan = <0x0>;
198 xlnx,use-uart = <0x1>;
199 } ;
200 dip_switches_4bits: gpio@40700000 {
201 #gpio-cells = <2>;
202 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
203 gpio-controller ;
204 reg = < 0x40700000 0x10000 >;
205 xlnx,all-inputs = <0x1>;
206 xlnx,all-inputs-2 = <0x0>;
207 xlnx,dout-default = <0x0>;
208 xlnx,dout-default-2 = <0x0>;
209 xlnx,family = "kintex7";
210 xlnx,gpio-width = <0x4>;
211 xlnx,gpio2-width = <0x20>;
212 xlnx,instance = "DIP_Switches_4Bits";
213 xlnx,interrupt-present = <0x1>;
214 xlnx,is-dual = <0x0>;
215 xlnx,tri-default = <0xffffffff>;
216 xlnx,tri-default-2 = <0xffffffff>;
217 } ;
218 dual_timer_counter: system-timer@40300000 {
219 clock-frequency = <100000000>;
220 clocks = <&clk_bus>;
221 compatible = "xlnx,axi-timer-1.03.a", "xlnx,xps-timer-1.00.a";
222 interrupt-parent = <&interrupt_cntlr>;
223 interrupts = < 3 2 >;
224 reg = < 0x40300000 0x10000 >;
225 xlnx,count-width = <0x20>;
226 xlnx,family = "kintex7";
227 xlnx,gen0-assert = <0x1>;
228 xlnx,gen1-assert = <0x1>;
229 xlnx,instance = "Dual_Timer_Counter";
230 xlnx,one-timer-only = <0x0>;
231 xlnx,trig0-assert = <0x1>;
232 xlnx,trig1-assert = <0x1>;
233 } ;
234 iic_eeprom: i2c@40a00000 {
235 compatible = "xlnx,axi-iic-1.02.a", "xlnx,xps-iic-2.00.a";
236 interrupt-parent = <&interrupt_cntlr>;
237 interrupts = < 4 2 >;
238 reg = < 0x40a00000 0x10000 >;
239 xlnx,family = "kintex7";
240 xlnx,gpo-width = <0x1>;
241 xlnx,iic-freq = <0x186a0>;
242 xlnx,instance = "IIC_EEPROM";
243 xlnx,scl-inertial-delay = <0x0>;
244 xlnx,sda-inertial-delay = <0x0>;
245 xlnx,sda-level = <0x1>;
246 xlnx,ten-bit-adr = <0x0>;
247 } ;
248 interrupt_cntlr: interrupt-controller@40100000 {
249 #interrupt-cells = <0x2>;
250 compatible = "xlnx,axi-intc-1.03.a", "xlnx,xps-intc-1.00.a";
251 interrupt-controller ;
252 reg = < 0x40100000 0x10000 >;
253 xlnx,kind-of-intr = <0x0>;
254 xlnx,num-intr-inputs = <0x8>;
255 } ;
256 lcd_gpio: gpio@40800000 {
257 #gpio-cells = <2>;
258 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
259 gpio-controller ;
260 reg = < 0x40800000 0x10000 >;
261 xlnx,all-inputs = <0x0>;
262 xlnx,all-inputs-2 = <0x0>;
263 xlnx,dout-default = <0x0>;
264 xlnx,dout-default-2 = <0x0>;
265 xlnx,family = "kintex7";
266 xlnx,gpio-width = <0x7>;
267 xlnx,gpio2-width = <0x20>;
268 xlnx,instance = "LCD_GPIO";
269 xlnx,interrupt-present = <0x0>;
270 xlnx,is-dual = <0x0>;
271 xlnx,tri-default = <0xffffffff>;
272 xlnx,tri-default-2 = <0xffffffff>;
273 } ;
274 leds_8bits: gpio@40600000 {
275 #gpio-cells = <2>;
276 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
277 gpio-controller ;
278 reg = < 0x40600000 0x10000 >;
279 xlnx,all-inputs = <0x0>;
280 xlnx,all-inputs-2 = <0x0>;
281 xlnx,dout-default = <0x0>;
282 xlnx,dout-default-2 = <0x0>;
283 xlnx,family = "kintex7";
284 xlnx,gpio-width = <0x8>;
285 xlnx,gpio2-width = <0x20>;
286 xlnx,instance = "LEDs_8Bits";
287 xlnx,interrupt-present = <0x1>;
288 xlnx,is-dual = <0x0>;
289 xlnx,tri-default = <0xffffffff>;
290 xlnx,tri-default-2 = <0xffffffff>;
291 } ;
292 logisdhc_0: logisdhc@40b00000 {
293 compatible = "xlnx,logisdhc-1.06.c";
294 interrupt-parent = <&interrupt_cntlr>;
295 interrupts = < 6 2 >;
296 reg = < 0x40b00000 0x10000 >;
297 xlnx,byte-per-pixel = <0x4>;
298 xlnx,convert-endianess = <0x0>;
299 xlnx,dma-type = <0x1>;
300 xlnx,family = "kintex7";
301 xlnx,ip-license-type = <0x1>;
302 xlnx,ip-major-revision = <0x1>;
303 xlnx,ip-minor-revision = <0x6>;
304 xlnx,ip-patch-level = <0x2>;
305 xlnx,mem-burst = <0x4>;
306 xlnx,mem-data-bus-width = <0x20>;
307 xlnx,mem-interface = <0x1>;
308 xlnx,regs-interface = <0x2>;
309 xlnx,row-stride = <0x400>;
310 xlnx,sd-base-clock-freq = <0x64>;
311 xlnx,use-dma = <0x0>;
312 } ;
313 primary_flash: flash@48000000 {
314 #address-cells = <1>;
315 #size-cells = <1>;
316 bank-width = <2>;
317 compatible = "xlnx,axi-emc-1.03.b", "cfi-flash";
318 reg = < 0x48000000 0x8000000 >;
319 xlnx,axi-clk-period-ps = <0x2710>;
320 xlnx,family = "kintex7";
321 xlnx,include-datawidth-matching-0 = <0x1>;
322 xlnx,include-datawidth-matching-1 = <0x0>;
323 xlnx,include-datawidth-matching-2 = <0x0>;
324 xlnx,include-datawidth-matching-3 = <0x0>;
325 xlnx,include-negedge-ioregs = <0x0>;
326 xlnx,instance = "Linear_Flash";
327 xlnx,lflash-period-ps = <0x4e20>;
328 xlnx,linear-flash-sync-burst = <0x0>;
329 xlnx,max-mem-width = <0x10>;
330 xlnx,mem0-type = <0x2>;
331 xlnx,mem0-width = <0x10>;
332 xlnx,mem1-type = <0x0>;
333 xlnx,mem1-width = <0x20>;
334 xlnx,mem2-type = <0x0>;
335 xlnx,mem2-width = <0x20>;
336 xlnx,mem3-type = <0x0>;
337 xlnx,mem3-width = <0x20>;
338 xlnx,num-banks-mem = <0x1>;
339 xlnx,parity-type-mem-0 = <0x0>;
340 xlnx,parity-type-mem-1 = <0x0>;
341 xlnx,parity-type-mem-2 = <0x0>;
342 xlnx,parity-type-mem-3 = <0x0>;
343 xlnx,s-axi-en-reg = <0x0>;
344 xlnx,s-axi-mem-addr-width = <0x20>;
345 xlnx,s-axi-mem-data-width = <0x20>;
346 xlnx,s-axi-mem-id-width = <0x1>;
347 xlnx,s-axi-mem-protocol = "AXI4LITE";
348 xlnx,s-axi-reg-addr-width = <0x5>;
349 xlnx,s-axi-reg-data-width = <0x20>;
350 xlnx,s-axi-reg-protocol = "axi4";
351 xlnx,synch-pipedelay-0 = <0x2>;
352 xlnx,synch-pipedelay-1 = <0x2>;
353 xlnx,synch-pipedelay-2 = <0x2>;
354 xlnx,synch-pipedelay-3 = <0x2>;
355 xlnx,tavdv-ps-mem-0 = <0x1fbd0>;
356 xlnx,tavdv-ps-mem-1 = <0x3a98>;
357 xlnx,tavdv-ps-mem-2 = <0x3a98>;
358 xlnx,tavdv-ps-mem-3 = <0x3a98>;
359 xlnx,tcedv-ps-mem-0 = <0x1fbd0>;
360 xlnx,tcedv-ps-mem-1 = <0x3a98>;
361 xlnx,tcedv-ps-mem-2 = <0x3a98>;
362 xlnx,tcedv-ps-mem-3 = <0x3a98>;
363 xlnx,thzce-ps-mem-0 = <0x88b8>;
364 xlnx,thzce-ps-mem-1 = <0x1b58>;
365 xlnx,thzce-ps-mem-2 = <0x1b58>;
366 xlnx,thzce-ps-mem-3 = <0x1b58>;
367 xlnx,thzoe-ps-mem-0 = <0x1b58>;
368 xlnx,thzoe-ps-mem-1 = <0x1b58>;
369 xlnx,thzoe-ps-mem-2 = <0x1b58>;
370 xlnx,thzoe-ps-mem-3 = <0x1b58>;
371 xlnx,tlzwe-ps-mem-0 = <0x88b8>;
372 xlnx,tlzwe-ps-mem-1 = <0x0>;
373 xlnx,tlzwe-ps-mem-2 = <0x0>;
374 xlnx,tlzwe-ps-mem-3 = <0x0>;
375 xlnx,tpacc-ps-flash-0 = <0x61a8>;
376 xlnx,tpacc-ps-flash-1 = <0x61a8>;
377 xlnx,tpacc-ps-flash-2 = <0x61a8>;
378 xlnx,tpacc-ps-flash-3 = <0x61a8>;
379 xlnx,twc-ps-mem-0 = <0x11170>;
380 xlnx,twc-ps-mem-1 = <0x3a98>;
381 xlnx,twc-ps-mem-2 = <0x3a98>;
382 xlnx,twc-ps-mem-3 = <0x3a98>;
383 xlnx,twp-ps-mem-0 = <0x11170>;
384 xlnx,twp-ps-mem-1 = <0x2ee0>;
385 xlnx,twp-ps-mem-2 = <0x2ee0>;
386 xlnx,twp-ps-mem-3 = <0x2ee0>;
387 xlnx,twph-ps-mem-0 = <0x2ee0>;
388 xlnx,twph-ps-mem-1 = <0x2ee0>;
389 xlnx,twph-ps-mem-2 = <0x2ee0>;
390 xlnx,twph-ps-mem-3 = <0x2ee0>;
391 xlnx,wr-rec-time-mem-0 = <0x186a0>;
392 xlnx,wr-rec-time-mem-1 = <0x186a0>;
393 xlnx,wr-rec-time-mem-2 = <0x186a0>;
394 xlnx,wr-rec-time-mem-3 = <0x186a0>;
395 partition@0x00000000 {
396 label = "fpga";
397 reg = <0x00000000 0x00200000>;
398 };
399 partition@0x00200000 {
400 label = "boot";
401 reg = <0x00200000 0x00040000>;
402 };
403 partition@0x00240000 {
404 label = "bootenv";
405 reg = <0x00240000 0x00020000>;
406 };
407 partition@0x00260000 {
408 label = "image";
409 reg = <0x00260000 0x00c00000>;
410 };
411 partition@0x00e60000 {
412 label = "spare";
413 reg = <0x00e60000 0x00000000>;
414 };
415 } ;
416 push_buttons_5bits: gpio@40500000 {
417 #gpio-cells = <2>;
418 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
419 gpio-controller ;
420 reg = < 0x40500000 0x10000 >;
421 xlnx,all-inputs = <0x1>;
422 xlnx,all-inputs-2 = <0x0>;
423 xlnx,dout-default = <0x0>;
424 xlnx,dout-default-2 = <0x0>;
425 xlnx,family = "kintex7";
426 xlnx,gpio-width = <0x5>;
427 xlnx,gpio2-width = <0x20>;
428 xlnx,instance = "Push_Buttons_5Bits";
429 xlnx,interrupt-present = <0x1>;
430 xlnx,is-dual = <0x0>;
431 xlnx,tri-default = <0xffffffff>;
432 xlnx,tri-default-2 = <0xffffffff>;
433 } ;
434 rotary_gpio: gpio@40900000 {
435 #gpio-cells = <2>;
436 compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a";
437 gpio-controller ;
438 reg = < 0x40900000 0x10000 >;
439 xlnx,all-inputs = <0x1>;
440 xlnx,all-inputs-2 = <0x0>;
441 xlnx,dout-default = <0x0>;
442 xlnx,dout-default-2 = <0x0>;
443 xlnx,family = "kintex7";
444 xlnx,gpio-width = <0x3>;
445 xlnx,gpio2-width = <0x20>;
446 xlnx,instance = "ROTARY_GPIO";
447 xlnx,interrupt-present = <0x0>;
448 xlnx,is-dual = <0x0>;
449 xlnx,tri-default = <0xffffffff>;
450 xlnx,tri-default-2 = <0xffffffff>;
451 } ;
452 rs232_uart_1: serial@40400000 {
453 clock-frequency = <100000000>;
454 clocks = <&clk_bus>;
455 compatible = "xlnx,axi-uart16550-1.01.a", "xlnx,xps-uart16550-2.00.a", "ns16550a";
456 current-speed = <115200>;
457 device_type = "serial";
458 interrupt-parent = <&interrupt_cntlr>;
459 interrupts = < 5 2 >;
460 reg = < 0x40400000 0x10000 >;
461 reg-offset = <0x1000>;
462 reg-shift = <2>;
463 xlnx,external-xin-clk-hz = <0x17d7840>;
464 xlnx,family = "kintex7";
465 xlnx,has-external-rclk = <0x0>;
466 xlnx,has-external-xin = <0x0>;
467 xlnx,instance = "RS232_Uart_1";
468 xlnx,is-a-16550 = <0x1>;
469 xlnx,use-modem-ports = <0x0>;
470 xlnx,use-user-ports = <0x0>;
471 } ;
472 soft_ethernet_mac: axi-ethernet@50100000 {
473 axistream-connected = <&axi_dma_ethernet>;
474 axistream-control-connected = <&axi_dma_ethernet>;
475 clock-frequency = <100000000>;
476 clocks = <&clk_bus>;
477 compatible = "xlnx,axi-ethernet-3.01.a", "xlnx,axi-ethernet-1.00.a";
478 device_type = "network";
479 interrupt-parent = <&interrupt_cntlr>;
480 interrupts = < 2 2 >;
481 local-mac-address = [ 00 0a 35 00 d9 4e ];
482 phy-handle = <&phy0>;
483 reg = < 0x50100000 0x40000 >;
484 xlnx,avb = <0x0>;
485 xlnx,halfdup = <0x0>;
486 xlnx,include-io = <0x1>;
487 xlnx,mcast-extend = <0x0>;
488 xlnx,phy-type = <0x1>;
489 xlnx,phyaddr = <0x1>;
490 xlnx,rxcsum = <0x0>;
491 xlnx,rxmem = <0x1000>;
492 xlnx,rxvlan-strp = <0x0>;
493 xlnx,rxvlan-tag = <0x0>;
494 xlnx,rxvlan-tran = <0x0>;
495 xlnx,stats = <0x0>;
496 xlnx,txcsum = <0x0>;
497 xlnx,txmem = <0x1000>;
498 xlnx,txvlan-strp = <0x0>;
499 xlnx,txvlan-tag = <0x0>;
500 xlnx,txvlan-tran = <0x0>;
501 xlnx,type = <0x1>;
502 mdio {
503 #address-cells = <1>;
504 #size-cells = <0>;
505 phy0: phy@7 {
506 compatible = "marvell,88e1111";
507 device_type = "ethernet-phy";
508 reg = <7>;
509 } ;
510 } ;
511 } ;
512 } ;
513 axi_mm_mb: axi@1 {
514 #address-cells = <1>;
515 #size-cells = <1>;
516 compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus";
517 ranges ;
518 axi4_0: axi@0 {
519 #address-cells = <1>;
520 #size-cells = <1>;
521 compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus";
522 ranges = < 0x80000000 0x80000000 0x40000000 >;
523 } ;
524 } ;
525} ;
diff --git a/conf/machine/boards/kc705/kc705-trd-microblazeel.kconfig.cfg b/conf/machine/boards/kc705/kc705-trd-microblazeel.kconfig.cfg
new file mode 100644
index 00000000..b50d7040
--- /dev/null
+++ b/conf/machine/boards/kc705/kc705-trd-microblazeel.kconfig.cfg
@@ -0,0 +1,9 @@
1CONFIG_XILINX_MICROBLAZE0_FAMILY="kintex7"
2CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR=1
3CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR=1
4CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1
5CONFIG_XILINX_MICROBLAZE0_USE_DIV=0
6CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=1
7CONFIG_XILINX_MICROBLAZE0_USE_FPU=0
8CONFIG_XILINX_MICROBLAZE0_HW_VER="8.50.a"
9CONFIG_KERNEL_BASE_ADDR=0x80000000
diff --git a/conf/machine/boards/kc705/kc705-trd-microblazeel.xparameters.h b/conf/machine/boards/kc705/kc705-trd-microblazeel.xparameters.h
new file mode 100644
index 00000000..994a26e6
--- /dev/null
+++ b/conf/machine/boards/kc705/kc705-trd-microblazeel.xparameters.h
@@ -0,0 +1,48 @@
1/* Microblaze is microblaze_0 */
2#define XILINX_USE_MSR_INSTR 1
3#define XILINX_PVR 2
4#define XILINX_FSL_NUMBER 0
5#define XILINX_USE_ICACHE 1
6#define XILINX_USE_DCACHE 1
7#define XILINX_DCACHE_BYTE_SIZE 8192
8
9/* Interrupt controller is interrupt_cntlr */
10#define XILINX_INTC_BASEADDR 0x40100000
11#define XILINX_INTC_NUM_INTR_INPUTS 8
12
13/* Timer pheriphery is dual_timer_counter */
14#define XILINX_TIMER_BASEADDR 0x40300000
15#define XILINX_TIMER_IRQ 3
16
17/* System Timer Clock Frequency */
18#define XILINX_CLOCK_FREQ 100000000
19
20/* Uart console is rs232_uart_1 */
21#define XILINX_UART16550
22#define XILINX_UART16550_BASEADDR 0x40400000
23#define XILINX_UART16550_CLOCK_HZ 100000000
24#define XILINX_UARTLITE_BASEADDR 0x40200000
25#define CONFIG_CONS_INDEX 1
26
27/* IIC pheriphery is iic_eeprom */
28#define XILINX_IIC_0_BASEADDR 0x40a00000
29#define XILINX_IIC_0_FREQ 100000
30#define XILINX_IIC_0_BIT 0
31
32/* GPIO doesn't exist */
33
34/* SDIO doesn't exist */
35
36/* Main Memory is ddr3_sdram */
37#define XILINX_RAM_START 0x80000000
38#define XILINX_RAM_SIZE 0x40000000
39
40/* Flash Memory is linear_flash */
41#define XILINX_FLASH_START 0x48000000
42#define XILINX_FLASH_SIZE 0x08000000
43
44/* Sysace doesn't exist */
45
46/* Ethernet controller is soft_ethernet_mac */
47#define XILINX_AXIEMAC_BASEADDR 0x50100000
48#define XILINX_AXIDMA_BASEADDR 0x50000000
diff --git a/conf/machine/boards/qemu/qemumicroblaze.cfg b/conf/machine/boards/qemu/qemumicroblaze.cfg
new file mode 100644
index 00000000..41a37e62
--- /dev/null
+++ b/conf/machine/boards/qemu/qemumicroblaze.cfg
@@ -0,0 +1,9 @@
1CONFIG_XILINX_MICROBLAZE0_FAMILY="virtex6"
2CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR=1
3CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR=1
4CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1
5CONFIG_XILINX_MICROBLAZE0_USE_DIV=1
6CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=2
7CONFIG_XILINX_MICROBLAZE0_USE_FPU=1
8CONFIG_XILINX_MICROBLAZE0_HW_VER="8.50.a"
9CONFIG_KERNEL_BASE_ADDR=0x50000000
diff --git a/conf/machine/boards/qemu/qemumicroblaze.dts b/conf/machine/boards/qemu/qemumicroblaze.dts
new file mode 100644
index 00000000..a0dd6abf
--- /dev/null
+++ b/conf/machine/boards/qemu/qemumicroblaze.dts
@@ -0,0 +1,405 @@
1/dts-v1/;
2/ {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "xlnx,microblaze";
6 model = "petalogix-ml605";
7 ddr3_sdram: memory@50000000 {
8 device_type = "memory";
9 reg = < 0x50000000 0x4000000 >;
10 } ;
11 aliases {
12 ethernet0 = &ethernet;
13 serial0 = &rs232_uart_1;
14 } ;
15 chosen {
16 bootargs = "console=ttyS0,115200 root=/dev/ram rw";
17 linux,stdout-path = "/axi@1/serial@83e00000";
18 } ;
19 cpus {
20 #address-cells = <1>;
21 #cpus = <0x1>;
22 #size-cells = <0>;
23 microblaze_0: cpu@0 {
24 bus-handle = <&axi4_0>, <&axi4lite_0>;
25 clock-frequency = <100000000>;
26 clocks = <&clk_cpu>;
27 compatible = "xlnx,microblaze-8.40.a";
28 d-cache-baseaddr = <0x50000000>;
29 d-cache-highaddr = <0x53ffffff>;
30 d-cache-line-size = <0x10>;
31 d-cache-size = <0x8000>;
32 device_type = "cpu";
33 i-cache-baseaddr = <0x50000000>;
34 i-cache-highaddr = <0x53ffffff>;
35 i-cache-line-size = <0x10>;
36 i-cache-size = <0x8000>;
37 model = "microblaze,8.40.a";
38 reg = <0>;
39 timebase-frequency = <100000000>;
40 xlnx,addr-tag-bits = <0xb>;
41 xlnx,allow-dcache-wr = <0x1>;
42 xlnx,allow-icache-wr = <0x1>;
43 xlnx,area-optimized = <0x0>;
44 xlnx,avoid-primitives = <0x0>;
45 xlnx,branch-target-cache-size = <0x0>;
46 xlnx,cache-byte-size = <0x8000>;
47 xlnx,d-axi = <0x1>;
48 xlnx,d-lmb = <0x1>;
49 xlnx,d-plb = <0x0>;
50 xlnx,data-size = <0x20>;
51 xlnx,dcache-addr-tag = <0xb>;
52 xlnx,dcache-always-used = <0x1>;
53 xlnx,dcache-byte-size = <0x8000>;
54 xlnx,dcache-data-width = <0x0>;
55 xlnx,dcache-force-tag-lutram = <0x0>;
56 xlnx,dcache-interface = <0x0>;
57 xlnx,dcache-line-len = <0x4>;
58 xlnx,dcache-use-fsl = <0x0>;
59 xlnx,dcache-use-writeback = <0x0>;
60 xlnx,dcache-victims = <0x0>;
61 xlnx,debug-enabled = <0x0>;
62 xlnx,div-zero-exception = <0x1>;
63 xlnx,dynamic-bus-sizing = <0x1>;
64 xlnx,ecc-use-ce-exception = <0x0>;
65 xlnx,edge-is-positive = <0x1>;
66 xlnx,endianness = <0x1>;
67 xlnx,family = "virtex6";
68 xlnx,fault-tolerant = <0x0>;
69 xlnx,fpu-exception = <0x1>;
70 xlnx,freq = <0x5f5e100>;
71 xlnx,fsl-data-size = <0x20>;
72 xlnx,fsl-exception = <0x0>;
73 xlnx,fsl-links = <0x0>;
74 xlnx,i-axi = <0x1>;
75 xlnx,i-lmb = <0x1>;
76 xlnx,i-plb = <0x0>;
77 xlnx,icache-always-used = <0x1>;
78 xlnx,icache-data-width = <0x0>;
79 xlnx,icache-force-tag-lutram = <0x0>;
80 xlnx,icache-interface = <0x0>;
81 xlnx,icache-line-len = <0x4>;
82 xlnx,icache-streams = <0x0>;
83 xlnx,icache-use-fsl = <0x0>;
84 xlnx,icache-victims = <0x0>;
85 xlnx,ill-opcode-exception = <0x1>;
86 xlnx,instance = "microblaze_0";
87 xlnx,interconnect = <0x2>;
88 xlnx,interrupt-is-edge = <0x0>;
89 xlnx,lockstep-slave = <0x0>;
90 xlnx,mmu-dtlb-size = <0x2>;
91 xlnx,mmu-itlb-size = <0x4>;
92 xlnx,mmu-privileged-instr = <0x0>;
93 xlnx,mmu-tlb-access = <0x3>;
94 xlnx,mmu-zones = <0x2>;
95 xlnx,number-of-pc-brk = <0x1>;
96 xlnx,number-of-rd-addr-brk = <0x0>;
97 xlnx,number-of-wr-addr-brk = <0x0>;
98 xlnx,opcode-0x0-illegal = <0x0>;
99 xlnx,optimization = <0x0>;
100 xlnx,pc-width = <0x20>;
101 xlnx,pvr = <0x2>;
102 xlnx,pvr-user1 = <0x0>;
103 xlnx,pvr-user2 = <0x0>;
104 xlnx,reset-msr = <0x0>;
105 xlnx,sco = <0x0>;
106 xlnx,stream-interconnect = <0x0>;
107 xlnx,unaligned-exceptions = <0x0>;
108 xlnx,use-barrel = <0x1>;
109 xlnx,use-branch-target-cache = <0x0>;
110 xlnx,use-dcache = <0x1>;
111 xlnx,use-div = <0x1>;
112 xlnx,use-ext-brk = <0x1>;
113 xlnx,use-ext-nm-brk = <0x1>;
114 xlnx,use-extended-fsl-instr = <0x0>;
115 xlnx,use-fpu = <0x1>;
116 xlnx,use-hw-mul = <0x2>;
117 xlnx,use-icache = <0x1>;
118 xlnx,use-interrupt = <0x1>;
119 xlnx,use-mmu = <0x3>;
120 xlnx,use-msr-instr = <0x1>;
121 xlnx,use-pcmp-instr = <0x1>;
122 xlnx,use-reorder-instr = <0x1>;
123 xlnx,use-stack-protection = <0x0>;
124 } ;
125 } ;
126 clocks {
127 #address-cells = <1>;
128 #size-cells = <0>;
129 clk_bus: bus {
130 #clock-cells = <0>;
131 clock-frequency = <100000000>;
132 clock-output-names = "bus";
133 compatible = "fixed-clock";
134 reg = <1>;
135 } ;
136 clk_cpu: cpu {
137 #clock-cells = <0>;
138 clock-frequency = <100000000>;
139 clock-output-names = "cpu";
140 compatible = "fixed-clock";
141 reg = <0>;
142 } ;
143 } ;
144 axi4_0: axi@0 {
145 #address-cells = <1>;
146 #size-cells = <1>;
147 compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus";
148 ranges ;
149 } ;
150 axi4lite_0: axi@1 {
151 #address-cells = <1>;
152 #size-cells = <1>;
153 compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus";
154 ranges ;
155 ethernet: axi-ethernet@82780000 {
156 axistream-connected = <&ethernet_dma>;
157 axistream-control-connected = <&ethernet_dma>;
158 clock-frequency = <100000000>;
159 clocks = <&clk_bus>;
160 compatible = "xlnx,axi-ethernet-3.01.a", "xlnx,axi-ethernet-1.00.a";
161 device_type = "network";
162 interrupt-parent = <&microblaze_0_intc>;
163 interrupts = < 3 2 >;
164 local-mac-address = [ 00 0a 35 00 00 00 ];
165 phy-handle = <&phy0>;
166 reg = < 0x82780000 0x40000 >;
167 xlnx,avb = <0x0>;
168 xlnx,halfdup = <0x0>;
169 xlnx,include-io = <0x1>;
170 xlnx,mcast-extend = <0x0>;
171 xlnx,phy-type = <0x1>;
172 xlnx,phyaddr = <0x1>;
173 xlnx,rxcsum = <0x0>;
174 xlnx,rxmem = <0x1000>;
175 xlnx,rxvlan-strp = <0x0>;
176 xlnx,rxvlan-tag = <0x0>;
177 xlnx,rxvlan-tran = <0x0>;
178 xlnx,stats = <0x0>;
179 xlnx,txcsum = <0x0>;
180 xlnx,txmem = <0x1000>;
181 xlnx,txvlan-strp = <0x0>;
182 xlnx,txvlan-tag = <0x0>;
183 xlnx,txvlan-tran = <0x0>;
184 xlnx,type = <0x2>;
185 mdio {
186 #address-cells = <1>;
187 #size-cells = <0>;
188 phy0: phy@7 {
189 device_type = "ethernet-phy";
190 reg = <7>;
191 } ;
192 } ;
193 } ;
194 ethernet_dma: axi-dma@84600000 {
195 axistream-connected = <&ethernet>;
196 axistream-control-connected = <&ethernet>;
197 compatible = "xlnx,axi-dma-4.00.a", "xlnx,axi-dma-1.00.a";
198 interrupt-parent = <&microblaze_0_intc>;
199 interrupts = < 1 2 0 2 >;
200 reg = < 0x84600000 0x10000 >;
201 xlnx,dlytmr-resolution = <0x4e2>;
202 xlnx,family = "virtex6";
203 xlnx,include-mm2s = <0x1>;
204 xlnx,include-mm2s-dre = <0x1>;
205 xlnx,include-s2mm = <0x1>;
206 xlnx,include-s2mm-dre = <0x1>;
207 xlnx,include-sg = <0x1>;
208 xlnx,mm2s-burst-size = <0x10>;
209 xlnx,prmry-is-aclk-async = <0x0>;
210 xlnx,s2mm-burst-size = <0x10>;
211 xlnx,sg-include-desc-queue = <0x1>;
212 xlnx,sg-include-stscntrl-strm = <0x1>;
213 xlnx,sg-length-width = <0x10>;
214 xlnx,sg-use-stsapp-length = <0x1>;
215 } ;
216 rs232_uart_1: serial@83e00000 {
217 clock-frequency = <100000000>;
218 clocks = <&clk_bus>;
219 compatible = "xlnx,axi-uart16550-1.01.a", "xlnx,xps-uart16550-2.00.a", "ns16550a";
220 current-speed = <115200>;
221 device_type = "serial";
222 interrupt-parent = <&microblaze_0_intc>;
223 interrupts = < 5 2 >;
224 reg = < 0x83e00000 0x10000 >;
225 reg-offset = <0x1000>;
226 reg-shift = <2>;
227 xlnx,external-xin-clk-hz = <0x17d7840>;
228 xlnx,family = "virtex6";
229 xlnx,has-external-rclk = <0x0>;
230 xlnx,has-external-xin = <0x0>;
231 xlnx,instance = "RS232_Uart_1";
232 xlnx,is-a-16550 = <0x1>;
233 xlnx,use-modem-ports = <0x0>;
234 xlnx,use-user-ports = <0x0>;
235 } ;
236 axi_spi_0: spi@40a00000 {
237 #address-cells = <1>;
238 #size-cells = <0>;
239 compatible = "xlnx,axi-spi-1.01.a", "xlnx,xps-spi-2.00.a";
240 interrupt-parent = <&microblaze_0_intc>;
241 interrupts = < 4 2 >;
242 reg = < 0x40a00000 0x10000 >;
243 xlnx,family = "virtex6";
244 xlnx,fifo-exist = <0x1>;
245 xlnx,num-ss-bits = <0x4>;
246 xlnx,num-transfer-bits = <0x8>;
247 xlnx,sck-ratio = <0x20>;
248 flash0: axi-spi@0 {
249 #address-cells = <1>;
250 #size-cells = <1>;
251 compatible = "st,m25p80";
252 reg = < 0x0 >;
253 spi-max-frequency = <3125000>;
254 partition0@0x00000000 {
255 label = "all0";
256 reg = <0x00000000 0x01000000>;
257 };
258 } ;
259 flash1: axi-spi@1 {
260 #address-cells = <1>;
261 #size-cells = <1>;
262 compatible = "st,m25p80";
263 reg = < 0x1 >;
264 spi-max-frequency = <3125000>;
265 partition1@0x00000000 {
266 label = "all1";
267 reg = <0x00000000 0x01000000>;
268 };
269 } ;
270 flash2: axi-spi@2 {
271 #address-cells = <1>;
272 #size-cells = <1>;
273 compatible = "st,m25p80";
274 reg = < 0x2 >;
275 spi-max-frequency = <3125000>;
276 partition2@0x00000000 {
277 label = "all2";
278 reg = <0x00000000 0x01000000>;
279 };
280 } ;
281 flash3: axi-spi@3 {
282 #address-cells = <1>;
283 #size-cells = <1>;
284 compatible = "st,m25p80";
285 reg = < 0x3 >;
286 spi-max-frequency = <3125000>;
287 partition3@0x00000000 {
288 label = "all3";
289 reg = <0x00000000 0x01000000>;
290 };
291 } ;
292 } ;
293 pflash: flash@86000000 {
294 #address-cells = <1>;
295 #size-cells = <1>;
296 compatible = "xlnx,axi-emc-1.03.a", "cfi-flash";
297 bank-width = <2>;
298 reg = < 0x86000000 0x2000000 >;
299 xlnx,axi-clk-period-ps = <0x2710>;
300 xlnx,family = "virtex6";
301 xlnx,include-datawidth-matching-0 = <0x1>;
302 xlnx,include-datawidth-matching-1 = <0x0>;
303 xlnx,include-datawidth-matching-2 = <0x0>;
304 xlnx,include-datawidth-matching-3 = <0x0>;
305 xlnx,include-negedge-ioregs = <0x0>;
306 xlnx,instance = "Linear_Flash";
307 xlnx,lflash-period-ps = <0x4e20>;
308 xlnx,linear-flash-sync-burst = <0x0>;
309 xlnx,max-mem-width = <0x10>;
310 xlnx,mem0-type = <0x2>;
311 xlnx,mem0-width = <0x10>;
312 xlnx,mem1-type = <0x0>;
313 xlnx,mem1-width = <0x20>;
314 xlnx,mem2-type = <0x0>;
315 xlnx,mem2-width = <0x20>;
316 xlnx,mem3-type = <0x0>;
317 xlnx,mem3-width = <0x20>;
318 xlnx,num-banks-mem = <0x1>;
319 xlnx,parity-type-mem-0 = <0x0>;
320 xlnx,parity-type-mem-1 = <0x0>;
321 xlnx,parity-type-mem-2 = <0x0>;
322 xlnx,parity-type-mem-3 = <0x0>;
323 xlnx,s-axi-en-reg = <0x0>;
324 xlnx,s-axi-mem-addr-width = <0x20>;
325 xlnx,s-axi-mem-data-width = <0x20>;
326 xlnx,s-axi-mem-id-width = <0x1>;
327 xlnx,s-axi-mem-protocol = "AXI4LITE";
328 xlnx,s-axi-reg-addr-width = <0x5>;
329 xlnx,s-axi-reg-data-width = <0x20>;
330 xlnx,s-axi-reg-protocol = "axi4";
331 xlnx,synch-pipedelay-0 = <0x2>;
332 xlnx,synch-pipedelay-1 = <0x2>;
333 xlnx,synch-pipedelay-2 = <0x2>;
334 xlnx,synch-pipedelay-3 = <0x2>;
335 xlnx,tavdv-ps-mem-0 = <0x1fbd0>;
336 xlnx,tavdv-ps-mem-1 = <0x3a98>;
337 xlnx,tavdv-ps-mem-2 = <0x3a98>;
338 xlnx,tavdv-ps-mem-3 = <0x3a98>;
339 xlnx,tcedv-ps-mem-0 = <0x1fbd0>;
340 xlnx,tcedv-ps-mem-1 = <0x3a98>;
341 xlnx,tcedv-ps-mem-2 = <0x3a98>;
342 xlnx,tcedv-ps-mem-3 = <0x3a98>;
343 xlnx,thzce-ps-mem-0 = <0x88b8>;
344 xlnx,thzce-ps-mem-1 = <0x1b58>;
345 xlnx,thzce-ps-mem-2 = <0x1b58>;
346 xlnx,thzce-ps-mem-3 = <0x1b58>;
347 xlnx,thzoe-ps-mem-0 = <0x1b58>;
348 xlnx,thzoe-ps-mem-1 = <0x1b58>;
349 xlnx,thzoe-ps-mem-2 = <0x1b58>;
350 xlnx,thzoe-ps-mem-3 = <0x1b58>;
351 xlnx,tlzwe-ps-mem-0 = <0x88b8>;
352 xlnx,tlzwe-ps-mem-1 = <0x0>;
353 xlnx,tlzwe-ps-mem-2 = <0x0>;
354 xlnx,tlzwe-ps-mem-3 = <0x0>;
355 xlnx,tpacc-ps-flash-0 = <0x61a8>;
356 xlnx,tpacc-ps-flash-1 = <0x61a8>;
357 xlnx,tpacc-ps-flash-2 = <0x61a8>;
358 xlnx,tpacc-ps-flash-3 = <0x61a8>;
359 xlnx,twc-ps-mem-0 = <0x11170>;
360 xlnx,twc-ps-mem-1 = <0x3a98>;
361 xlnx,twc-ps-mem-2 = <0x3a98>;
362 xlnx,twc-ps-mem-3 = <0x3a98>;
363 xlnx,twp-ps-mem-0 = <0x11170>;
364 xlnx,twp-ps-mem-1 = <0x2ee0>;
365 xlnx,twp-ps-mem-2 = <0x2ee0>;
366 xlnx,twp-ps-mem-3 = <0x2ee0>;
367 xlnx,twph-ps-mem-0 = <0x2ee0>;
368 xlnx,twph-ps-mem-1 = <0x2ee0>;
369 xlnx,twph-ps-mem-2 = <0x2ee0>;
370 xlnx,twph-ps-mem-3 = <0x2ee0>;
371 xlnx,wr-rec-time-mem-0 = <0x186a0>;
372 xlnx,wr-rec-time-mem-1 = <0x186a0>;
373 xlnx,wr-rec-time-mem-2 = <0x186a0>;
374 xlnx,wr-rec-time-mem-3 = <0x186a0>;
375 partition@0x00000000 {
376 label = "all";
377 reg = <0x00000000 0x01000000>;
378 };
379 } ;
380 microblaze_0_intc: interrupt-controller@81800000 {
381 #interrupt-cells = <0x2>;
382 compatible = "xlnx,axi-intc-1.02.a", "xlnx,xps-intc-1.00.a";
383 interrupt-controller ;
384 reg = < 0x81800000 0x10000 >;
385 xlnx,kind-of-intr = <0x0>;
386 xlnx,num-intr-inputs = <0x7>;
387 } ;
388 system_timer: system-timer@83c00000 {
389 clock-frequency = <100000000>;
390 clocks = <&clk_bus>;
391 compatible = "xlnx,axi-timer-1.03.a", "xlnx,xps-timer-1.00.a";
392 interrupt-parent = <&microblaze_0_intc>;
393 interrupts = < 2 2 >;
394 reg = < 0x83c00000 0x10000 >;
395 xlnx,count-width = <0x20>;
396 xlnx,family = "virtex6";
397 xlnx,gen0-assert = <0x1>;
398 xlnx,gen1-assert = <0x1>;
399 xlnx,instance = "system_timer";
400 xlnx,one-timer-only = <0x0>;
401 xlnx,trig0-assert = <0x1>;
402 xlnx,trig1-assert = <0x1>;
403 } ;
404 } ;
405} ;
diff --git a/conf/machine/boards/qemu/qemuzynq-base.dtsi b/conf/machine/boards/qemu/qemuzynq-base.dtsi
new file mode 100644
index 00000000..3914510d
--- /dev/null
+++ b/conf/machine/boards/qemu/qemuzynq-base.dtsi
@@ -0,0 +1,65 @@
1/ {
2 model = "xilinx-zynq-a9";
3 chosen {
4 bootargs = "console=ttyPS0,115200";
5 linux,stdout-path = "/amba@0/serial@e0001000";
6 } ;
7 ps7_ddr_0: memory@0 {
8 device_type = "memory";
9 reg = <0x0 0x40000000>;
10 } ;
11 ps7_axi_interconnect_0: amba@0 {
12 ps7_ethernet_0: ps7-ethernet@e000b000 {
13 phy-handle = <&phy0>;
14 phy-mode = "gmii";
15 mdio {
16 phy0: phy@23 {
17 device_type = "ethernet-phy";
18 reg = <23>;
19 } ;
20 } ;
21 } ;
22 ps7_qspi_0: ps7-qspi@e000d000 {
23 is-dual = <1>;
24 primary_flash: ps7-qspi@0 {
25 #address-cells = <1>;
26 #size-cells = <1>;
27 compatible = "st,m25p80";
28 reg = <0x0>;
29 spi-max-frequency = <50000000>;
30 partition@0x00000000 {
31 label = "boot";
32 reg = <0x00000000 0x00500000>;
33 };
34 partition@0x00500000 {
35 label = "bootenv";
36 reg = <0x00500000 0x00020000>;
37 };
38 partition@0x00520000 {
39 label = "config";
40 reg = <0x00520000 0x00020000>;
41 };
42 partition@0x00540000 {
43 label = "image";
44 reg = <0x00540000 0x00a80000>;
45 };
46 partition@0x00fc0000 {
47 label = "spare";
48 reg = <0x00fc0000 0x00000000>;
49 };
50 } ;
51 } ;
52
53 /* Disabled Devices */
54 ps7_gpio_0: ps7-gpio@e000a000 { compatible = "invalid"; };
55 ps7_uart_0: serial@e0000000 { compatible = "invalid"; };
56 ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; };
57 ps7_i2c_0: ps7-i2c@e0004000 { compatible = "invalid"; };
58 ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; };
59 ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; };
60 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
61 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
62 /* Not Implemented in QEMU */
63 ps7_xadc: ps7-xadc@f8007100 { compatible = "invalid"; } ;
64 } ;
65} ;
diff --git a/conf/machine/boards/qemu/qemuzynq-yocto.dts b/conf/machine/boards/qemu/qemuzynq-yocto.dts
new file mode 100644
index 00000000..e265f1ec
--- /dev/null
+++ b/conf/machine/boards/qemu/qemuzynq-yocto.dts
@@ -0,0 +1,6 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zynq7-mainline-gem.dtsi"
4/include/ "qemuzynq-base.dtsi"
5/ {
6} ;
diff --git a/conf/machine/boards/qemu/qemuzynq.dts b/conf/machine/boards/qemu/qemuzynq.dts
new file mode 100644
index 00000000..cf74d499
--- /dev/null
+++ b/conf/machine/boards/qemu/qemuzynq.dts
@@ -0,0 +1,5 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "qemuzynq-base.dtsi"
4/ {
5} ;
diff --git a/conf/machine/boards/zc702/zc702-zynq7-board.dtsi b/conf/machine/boards/zc702/zc702-zynq7-board.dtsi
new file mode 100644
index 00000000..14ab2819
--- /dev/null
+++ b/conf/machine/boards/zc702/zc702-zynq7-board.dtsi
@@ -0,0 +1,144 @@
1/*
2 * ZC702 DTS file header for generic boot.
3 */
4
5/ {
6 model = "Xilinx ZC702";
7 chosen {
8 bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/ram rw";
9 linux,stdout-path = "/amba@0/serial@e0001000";
10 } ;
11 ps7_ddr_0: memory@0 {
12 device_type = "memory";
13 reg = <0x0 0x40000000>;
14 } ;
15 ps7_axi_interconnect_0: amba@0 {
16 ps7_ethernet_0: ps7-ethernet@e000b000 {
17 phy-handle = <&phy0>;
18 phy-mode = "rgmii-id";
19 mdio {
20 phy0: phy@7 {
21 compatible = "marvell,88e1116r";
22 device_type = "ethernet-phy";
23 reg = <7>;
24 } ;
25 } ;
26 } ;
27 ps7_qspi_0: ps7-qspi@e000d000 {
28 flash@0 {
29 compatible = "n25q128";
30 reg = <0x0>;
31 spi-max-frequency = <50000000>;
32 #address-cells = <1>;
33 #size-cells = <1>;
34 partition@qspi-fsbl-uboot {
35 label = "qspi-fsbl-uboot";
36 reg = <0x0 0x100000>;
37 };
38 partition@qspi-linux {
39 label = "qspi-linux";
40 reg = <0x100000 0x500000>;
41 };
42 partition@qspi-device-tree {
43 label = "qspi-device-tree";
44 reg = <0x600000 0x20000>;
45 };
46 partition@qspi-rootfs {
47 label = "qspi-rootfs";
48 reg = <0x620000 0x5E0000>;
49 };
50 partition@qspi-bitstream {
51 label = "qspi-bitstream";
52 reg = <0xC00000 0x400000>;
53 };
54 };
55 } ;
56 ps7_i2c_0: ps7-i2c@e0004000 {
57 /* I2C Switch */
58 i2cswitch@74 {
59 compatible = "nxp,pca9548";
60 #address-cells = <1>;
61 #size-cells = <0>;
62 reg = <0x74>;
63
64 i2c@0 {
65 #address-cells = <1>;
66 #size-cells = <0>;
67 reg = <0>;
68 osc@5d {
69 compatible = "si570";
70 reg = <0x5d>;
71 factory-fout = <156250000>;
72 initial-fout = <148500000>;
73 };
74 };
75
76 i2c@2 {
77 #address-cells = <1>;
78 #size-cells = <0>;
79 reg = <2>;
80 eeprom@54 {
81 compatible = "at,24c08";
82 reg = <0x54>;
83 };
84 };
85
86 i2c@3 {
87 #address-cells = <1>;
88 #size-cells = <0>;
89 reg = <3>;
90 gpio@21 {
91 compatible = "ti,tca6416";
92 reg = <0x21>;
93 gpio-controller;
94 #gpio-cells = <2>;
95 };
96 };
97
98 i2c@4 {
99 #address-cells = <1>;
100 #size-cells = <0>;
101 reg = <4>;
102 rtc@54 {
103 compatible = "nxp,pcf8563";
104 reg = <0x51>;
105 };
106 };
107
108 i2c@7 {
109 #address-cells = <1>;
110 #size-cells = <0>;
111 reg = <7>;
112 hwmon@52 {
113 compatible = "pmbus,ucd9248";
114 reg = <52>;
115 };
116 hwmon@53 {
117 compatible = "pmbus,ucd9248";
118 reg = <53>;
119 };
120 hwmon@54 {
121 compatible = "pmbus,ucd9248";
122 reg = <54>;
123 };
124 };
125 };
126 };
127 ps7_gpio_0: ps7-gpio@e000a000 {
128 gpio-mask-high = <0x0>;
129 gpio-mask-low = <0x5600>;
130 } ;
131 ps7_usb_0: ps7-usb@e0002000 {
132 usb-reset = <&ps7_gpio_0 7 0>; /* MIO USB PHY Reset */
133 } ;
134
135 /* Disabled Devices */
136 ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; };
137 ps7_uart_0: serial@e0000000 { compatible = "invalid"; };
138 ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; };
139 ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; };
140 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
141 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
142 ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; };
143 } ;
144} ;
diff --git a/conf/machine/boards/zc702/zc702-zynq7-yocto.dts b/conf/machine/boards/zc702/zc702-zynq7-yocto.dts
new file mode 100644
index 00000000..9a74ad52
--- /dev/null
+++ b/conf/machine/boards/zc702/zc702-zynq7-yocto.dts
@@ -0,0 +1,6 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zynq7-mainline-gem.dtsi"
4/include/ "zc702-zynq7-board.dtsi"
5/ {
6} ; \ No newline at end of file
diff --git a/conf/machine/boards/zc702/zc702-zynq7.dts b/conf/machine/boards/zc702/zc702-zynq7.dts
new file mode 100644
index 00000000..8c5f197a
--- /dev/null
+++ b/conf/machine/boards/zc702/zc702-zynq7.dts
@@ -0,0 +1,5 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zc702-zynq7-board.dtsi"
4/ {
5} ; \ No newline at end of file
diff --git a/conf/machine/boards/zc706/zc706-zynq7-board.dtsi b/conf/machine/boards/zc706/zc706-zynq7-board.dtsi
new file mode 100644
index 00000000..43ae601a
--- /dev/null
+++ b/conf/machine/boards/zc706/zc706-zynq7-board.dtsi
@@ -0,0 +1,139 @@
1/*
2 * ZC706 DTS file header for generic boot.
3 */
4
5/ {
6 model = "Xilinx ZC706";
7 chosen {
8 bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/ram rw";
9 linux,stdout-path = "/amba@0/serial@e0001000";
10 } ;
11 ps7_ddr_0: memory@0 {
12 device_type = "memory";
13 reg = <0x0 0x40000000>;
14 } ;
15 ps7_axi_interconnect_0: amba@0 {
16 ps7_ethernet_0: ps7-ethernet@e000b000 {
17 phy-handle = <&phy0>;
18 phy-mode = "rgmii-id";
19 mdio {
20 phy0: phy@7 {
21 compatible = "marvell,88e1116r";
22 device_type = "ethernet-phy";
23 reg = <7>;
24 } ;
25 } ;
26 } ;
27 ps7_qspi_0: ps7-qspi@e000d000 {
28 is-dual = <1>;
29 xlnx,qspi-mode = <0x2>;
30 flash@0 {
31 compatible = "n25q128";
32 reg = <0x0>;
33 spi-max-frequency = <50000000>;
34 #address-cells = <1>;
35 #size-cells = <1>;
36 partition@qspi-fsbl-uboot {
37 label = "qspi-fsbl-uboot";
38 reg = <0x0 0x100000>;
39 };
40 partition@qspi-linux {
41 label = "qspi-linux";
42 reg = <0x100000 0x500000>;
43 };
44 partition@qspi-device-tree {
45 label = "qspi-device-tree";
46 reg = <0x600000 0x20000>;
47 };
48 partition@qspi-rootfs {
49 label = "qspi-rootfs";
50 reg = <0x620000 0x5E0000>;
51 };
52 partition@qspi-bitstream {
53 label = "qspi-bitstream";
54 reg = <0xC00000 0x400000>;
55 };
56 };
57 } ;
58 ps7_i2c_0: ps7-i2c@e0004000 {
59 /* I2C Switch */
60 i2cswitch@74 {
61 compatible = "nxp,pca9548";
62 #address-cells = <1>;
63 #size-cells = <0>;
64 reg = <0x74>;
65
66 i2c@0 {
67 #address-cells = <1>;
68 #size-cells = <0>;
69 reg = <0>;
70 osc@5d {
71 compatible = "si570";
72 reg = <0x5d>;
73 factory-fout = <156250000>;
74 initial-fout = <148500000>;
75 };
76 };
77
78 i2c@2 {
79 #address-cells = <1>;
80 #size-cells = <0>;
81 reg = <2>;
82 eeprom@54 {
83 compatible = "at,24c08";
84 reg = <0x54>;
85 };
86 };
87
88 i2c@3 {
89 #address-cells = <1>;
90 #size-cells = <0>;
91 reg = <3>;
92 gpio@21 {
93 compatible = "ti,tca6416";
94 reg = <0x21>;
95 gpio-controller;
96 #gpio-cells = <2>;
97 };
98 };
99
100 i2c@4 {
101 #address-cells = <1>;
102 #size-cells = <0>;
103 reg = <4>;
104 rtc@51 {
105 compatible = "nxp,pcf8563";
106 reg = <0x51>;
107 };
108 };
109
110
111 i2c@7 {
112 #address-cells = <1>;
113 #size-cells = <0>;
114 reg = <7>;
115 ucd90120@65 {
116 compatible = "pmbus,ucd90120";
117 reg = <0x65>;
118 };
119 };
120 };
121 };
122 ps7_gpio_0: ps7-gpio@e000a000 {
123 gpio-mask-high = <0x0>;
124 gpio-mask-low = <0x0>;
125 } ;
126 ps7_usb_0: ps7-usb@e0002000 {
127 usb-reset = <&ps7_gpio_0 7 0>; /* MIO USB PHY Reset */
128 } ;
129
130 /* Disabled Devices */
131 ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; };
132 ps7_uart_0: serial@e0000000 { compatible = "invalid"; };
133 ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; };
134 ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; };
135 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
136 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
137 ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; };
138 } ;
139} ;
diff --git a/conf/machine/boards/zc706/zc706-zynq7-yocto.dts b/conf/machine/boards/zc706/zc706-zynq7-yocto.dts
new file mode 100644
index 00000000..3b7f9c6c
--- /dev/null
+++ b/conf/machine/boards/zc706/zc706-zynq7-yocto.dts
@@ -0,0 +1,6 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zynq7-mainline-gem.dtsi"
4/include/ "zc706-zynq7-board.dtsi"
5/ {
6} ; \ No newline at end of file
diff --git a/conf/machine/boards/zc706/zc706-zynq7.dts b/conf/machine/boards/zc706/zc706-zynq7.dts
new file mode 100644
index 00000000..654986e4
--- /dev/null
+++ b/conf/machine/boards/zc706/zc706-zynq7.dts
@@ -0,0 +1,5 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zc706-zynq7-board.dtsi"
4/ {
5} ; \ No newline at end of file
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi b/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
new file mode 100644
index 00000000..f839c76e
--- /dev/null
+++ b/conf/machine/boards/zedboard/zedboard-zynq7-board.dtsi
@@ -0,0 +1,72 @@
1/*
2 * ZedBoard DTS file header for generic boot.
3 */
4
5/ {
6 model = "ZedBoard";
7 chosen {
8 bootargs = "console=ttyPS0,115200 earlyprintk root=/dev/ram rw";
9 linux,stdout-path = "/axi@0/serial@e0001000";
10 } ;
11 ps7_ddr_0: memory@0 {
12 device_type = "memory";
13 reg = <0x0 0x20000000>;
14 } ;
15 ps7_axi_interconnect_0: amba@0 {
16 ps7_ethernet_0: ps7-ethernet@e000b000 {
17 phy-handle = <&phy0>;
18 phy-mode = "rgmii-id";
19 mdio {
20 phy0: phy@0 {
21 compatible = "marvell,88e1518";
22 device_type = "ethernet-phy";
23 reg = <0>;
24 } ;
25 } ;
26 } ;
27 ps7_qspi_0: ps7-qspi@e000d000 {
28 flash@0 {
29 compatible = "n25q128";
30 reg = <0x0>;
31 spi-max-frequency = <50000000>;
32 #address-cells = <1>;
33 #size-cells = <1>;
34 partition@qspi-fsbl-uboot {
35 label = "qspi-fsbl-uboot";
36 reg = <0x0 0x100000>;
37 };
38 partition@qspi-linux {
39 label = "qspi-linux";
40 reg = <0x100000 0x500000>;
41 };
42 partition@qspi-device-tree {
43 label = "qspi-device-tree";
44 reg = <0x600000 0x20000>;
45 };
46 partition@qspi-rootfs {
47 label = "qspi-rootfs";
48 reg = <0x620000 0x5E0000>;
49 };
50 partition@qspi-bitstream {
51 label = "qspi-bitstream";
52 reg = <0xC00000 0x400000>;
53 };
54 };
55 } ;
56 ps7_gpio_0: ps7-gpio@e000a000 {
57 gpio-mask-high = <0xc0000>;
58 gpio-mask-low = <0xfe81>;
59 } ;
60
61 /* Disabled Devices */
62 ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; };
63 ps7_uart_0: serial@e0000000 { compatible = "invalid"; };
64 ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; };
65 ps7_i2c_0: ps7-i2c@e0004000 { compatible = "invalid"; };
66 ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; };
67 ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; };
68 ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; };
69 ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; };
70 ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; };
71 } ;
72} ;
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts b/conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts
new file mode 100644
index 00000000..b347c23b
--- /dev/null
+++ b/conf/machine/boards/zedboard/zedboard-zynq7-yocto.dts
@@ -0,0 +1,6 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zynq7-mainline-gem.dtsi"
4/include/ "zedboard-zynq7-board.dtsi"
5/ {
6} ; \ No newline at end of file
diff --git a/conf/machine/boards/zedboard/zedboard-zynq7.dts b/conf/machine/boards/zedboard/zedboard-zynq7.dts
new file mode 100644
index 00000000..e16e15ba
--- /dev/null
+++ b/conf/machine/boards/zedboard/zedboard-zynq7.dts
@@ -0,0 +1,5 @@
1/dts-v1/;
2/include/ "zynq7-base.dtsi"
3/include/ "zedboard-zynq7-board.dtsi"
4/ {
5} ; \ No newline at end of file
diff --git a/conf/machine/include/machine-xilinx-board.inc b/conf/machine/include/machine-xilinx-board.inc
new file mode 100644
index 00000000..dcd4b030
--- /dev/null
+++ b/conf/machine/include/machine-xilinx-board.inc
@@ -0,0 +1,3 @@
1# Default Xilinx Board settings
2
3EXTRA_IMAGEDEPENDS += "virtual/bootloader"
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
new file mode 100644
index 00000000..4d5d977d
--- /dev/null
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -0,0 +1,24 @@
1# Default Xilinx BSP Machine settings
2
3# File System Configuration
4IMAGE_FSTYPES ?= "cpio tar.gz ext2 ext2.gz.u-boot"
5IMAGE_CLASSES += "image_types_uboot"
6
7# Kernel Configuration
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx"
9PREFERRED_VERSION_linux-xlnx ?= "3.8%"
10PREFERRED_VERSION_linux-yocto ?= "3.10%"
11
12# U-Boot Configuration
13PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx"
14PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx"
15PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%"
16
17# Architecture specific kernel configuration parts, defconfigs for Xilinx architectures
18MACHINE_KCONFIG_prepend += "common/linux/${SOC_FAMILY}/defconfig_${@'.'.join(d.getVar('LINUX_VERSION', True).split('.')[0:2]).strip('+')}.cfg "
19
20# Common Device Tree Includes
21MACHINE_DEVICETREE_append_zynq += " \
22 common/zynq7-base.dtsi \
23 common/zynq7-mainline-gem.dtsi \
24 "
diff --git a/conf/machine/include/microblaze/feature-microblaze-barrel-shift.inc b/conf/machine/include/microblaze/feature-microblaze-barrel-shift.inc
new file mode 100644
index 00000000..ca7e7e39
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-barrel-shift.inc
@@ -0,0 +1,3 @@
1TUNEVALID[barrel-shift] = "Enable Microblaze Hardware Barrel Shift."
2MBCCARGSBARRELSHIFT += "${@bb.utils.contains("TUNE_FEATURES", "barrel-shift", "-mxl-barrel-shift", "-mno-xl-barrel-shift" ,d)}"
3MBPKGBARRELSHIFT .= "${@bb.utils.contains("TUNE_FEATURES", "barrel-shift", "-bs", "" ,d)}"
diff --git a/conf/machine/include/microblaze/feature-microblaze-divide.inc b/conf/machine/include/microblaze/feature-microblaze-divide.inc
new file mode 100644
index 00000000..5d010a4a
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-divide.inc
@@ -0,0 +1,3 @@
1TUNEVALID[divide-hard] = "Enable Microblaze hardware divider."
2MBCCARGSDIV += "${@bb.utils.contains("TUNE_FEATURES", "divide-hard", "-mno-xl-soft-div", "-mxl-soft-div" ,d)}"
3MBPKGDIV .= "${@bb.utils.contains("TUNE_FEATURES", "divide-hard", "-div", "" ,d)}"
diff --git a/conf/machine/include/microblaze/feature-microblaze-endian.inc b/conf/machine/include/microblaze/feature-microblaze-endian.inc
new file mode 100644
index 00000000..80567611
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-endian.inc
@@ -0,0 +1,13 @@
1# This feature file must be included/required FIRST as it defines the start of the PKGARCH bitbake variable
2MBCCARGSENDIAN = ""
3MBPKGENDIAN = ""
4
5TUNEVALID[little-endian] = "Use Microblaze Little Endian."
6MBCCARGSENDIAN += "${@bb.utils.contains("TUNE_FEATURES", "little-endian", "-mlittle-endian", "" ,d)}"
7MBPKGENDIAN .= "${@bb.utils.contains("TUNE_FEATURES", "little-endian", "el", "eb" ,d)}"
8
9TUNEVALID[big-endian] = "Use Microblaze Big Endian."
10MBCCARGSENDIAN += "${@bb.utils.contains("TUNE_FEATURES", "big-endian", "-mbig-endian", "" ,d)}"
11MBPKGENDIAN .= "${@bb.utils.contains("TUNE_FEATURES", "big-endian", "eb", "" ,d)}"
12
13TUNECONFLICTS[little-endian] = "big-endian"
diff --git a/conf/machine/include/microblaze/feature-microblaze-fpu.inc b/conf/machine/include/microblaze/feature-microblaze-fpu.inc
new file mode 100644
index 00000000..bf2fe38b
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-fpu.inc
@@ -0,0 +1,17 @@
1TUNEVALID[fpu-soft] = "Use Microblaze software FPU"
2TUNEVALID[fpu-hard] = "Enable Microblaze hardware FPU in basic mode."
3TUNEVALID[fpu-hard-extended] = "Enable Microblaze hardware FPU in extended mode - conversion and square root instructions."
4
5# Establish which fpu is configured in TUNE_FEATURES. Soft is the default for gcc.
6MBCCARGSFPU_BASIC = "${@bb.utils.contains("TUNE_FEATURES", "fpu-hard", "-mhard-float", "", d)}"
7MBCCARGSFPU = "${@bb.utils.contains("TUNE_FEATURES", "fpu-hard-extended", "-mhard-float -mxl-float-convert -mxl-float-sqrt", "${MBCCARGSFPU_BASIC}" ,d)}"
8
9MBPKGFPU_BASIC = "${@bb.utils.contains("TUNE_FEATURES", "fpu-hard", "-fb", "", d)}"
10MBPKGFPU = "${@bb.utils.contains("TUNE_FEATURES", "fpu-hard-extended", "-fe", "${MBPKGFPU_BASIC}", d)}"
11
12# Set target fpu (bitbake known target) to soft or hard (basic or extended in microblaze language)
13TARGETFPU_BASIC = "${@bb.utils.contains("TUNE_FEATURES", "fpu-hard", "fpu-hard", "fpu-soft", d)}"
14TARGET_FPU = "${@bb.utils.contains("TUNE_FEATURES", "fpu-hard-extended", "fpu-hard", "${TARGETFPU_BASIC}", d)}"
15
16TUNECONFLICTS[fpu-hard] = "fpu-soft"
17TUNECONFLICTS[fpu-hard-extended] = "fpu-soft"
diff --git a/conf/machine/include/microblaze/feature-microblaze-multiply.inc b/conf/machine/include/microblaze/feature-microblaze-multiply.inc
new file mode 100644
index 00000000..e3f8ae5f
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-multiply.inc
@@ -0,0 +1,9 @@
1TUNEVALID[multiply-low] = "Enable Microblaze Hardware Multiply with low (32 bit) result."
2TUNEVALID[multiply-high] = "Enable Microblaze Hardware Multiply with high (64 bit) result."
3
4# Establish which Multiply output result size to use
5MBCCARGSMUL_BASIC = "${@bb.utils.contains("TUNE_FEATURES", "multiply-low", "-mno-xl-soft-mul", "-mxl-soft-mul" ,d)}"
6MBCCARGSMUL = "${@bb.utils.contains("TUNE_FEATURES", "multiply-high", "-mno-xl-soft-mul -mxl-multiply-high", "${MBCCARGSMUL_BASIC}" ,d)}"
7
8MBPKGMUL_BASIC = "${@bb.utils.contains("TUNE_FEATURES", "multiply-low", "-ml", "" ,d)}"
9MBPKGMUL = "${@bb.utils.contains("TUNE_FEATURES", "multiply-high", "-mh", "${MBPKGMUL_BASIC}" ,d)}"
diff --git a/conf/machine/include/microblaze/feature-microblaze-pattern-compare.inc b/conf/machine/include/microblaze/feature-microblaze-pattern-compare.inc
new file mode 100644
index 00000000..347fba79
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-pattern-compare.inc
@@ -0,0 +1,3 @@
1TUNEVALID[pattern-compare] = "Enable Microblaze Pattern Compare Instructions."
2MBCCARGSPATTERNCOMPARE = "${@bb.utils.contains("TUNE_FEATURES", "pattern-compare", "-mxl-pattern-compare", "-mno-xl-pattern-compare" ,d)}"
3MBPKGSPATTERNCOMPARE = "${@bb.utils.contains("TUNE_FEATURES", "pattern-compare", "-cmp", "" ,d)}"
diff --git a/conf/machine/include/microblaze/feature-microblaze-reorder.inc b/conf/machine/include/microblaze/feature-microblaze-reorder.inc
new file mode 100644
index 00000000..0d809ad1
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-reorder.inc
@@ -0,0 +1,3 @@
1TUNEVALID[reorder] = "Enable Microblaze Reorder Instructions."
2MBCCARGSREORDER = "${@bb.utils.contains("TUNE_FEATURES", "reorder", "-mxl-reorder", "-mno-xl-reorder" ,d)}"
3MBPKGREORDER = "${@bb.utils.contains("TUNE_FEATURES", "reorder", "-re", "" ,d)}"
diff --git a/conf/machine/include/microblaze/feature-microblaze-v7.inc b/conf/machine/include/microblaze/feature-microblaze-v7.inc
new file mode 100644
index 00000000..6022e473
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-v7.inc
@@ -0,0 +1,7 @@
1# Setup version 'feature set' for supported Microblaze version 7 versions
2TUNEVALID[v7.30] = "Use Microblaze version 7.30"
3
4MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v7.30", "-mcpu=v7.30.a", "" ,d)}"
5MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v7.30", "-v7.30", "" ,d)}"
6
7TUNECONFLICTS[v7.30] += "reorder little-endian"
diff --git a/conf/machine/include/microblaze/feature-microblaze-v8.inc b/conf/machine/include/microblaze/feature-microblaze-v8.inc
new file mode 100644
index 00000000..46a11cfd
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-v8.inc
@@ -0,0 +1,45 @@
1# Setup version 'feature set' for supported Microblaze version 8 versions
2TUNEVALID[v8.50] = "Use Microblaze version 8.50"
3MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v8.50", "-mcpu=v8.50.a", "" ,d)}"
4MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v8.50", "-v8.50", "" ,d)}"
5
6TUNEVALID[v8.40] = "Use Microblaze version 8.40"
7MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v8.40", "-mcpu=v8.40.a", "" ,d)}"
8MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v8.40", "-v8.40", "" ,d)}"
9
10TUNEVALID[v8.30] = "Use Microblaze version 8.30"
11MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v8.30", "-mcpu=v8.30.a", "" ,d)}"
12MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v8.30", "-v8.30", "" ,d)}"
13
14TUNEVALID[v8.20] = "Use Microblaze version 8.20"
15MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v8.20", "-mcpu=v8.20.a", "" ,d)}"
16MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v8.20", "-v8.20", "" ,d)}"
17
18TUNEVALID[v8.10] = "Use Microblaze version 8.10"
19MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v8.10", "-mcpu=v8.10.a", "" ,d)}"
20MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v8.10", "-v8.10", "" ,d)}"
21
22TUNEVALID[v8.00] = "Use Microblaze version 8.00"
23MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v8.00", "-mcpu=v8.00.a", "" ,d)}"
24MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v8.00", "-v8.00", "" ,d)}"
25
26TUNECONFLICTS[v8.00] += "reorder"
27TUNECONFLICTS[v8.10] += "reorder"
28TUNECONFLICTS[v8.20] += "reorder"
29
30# Perform some additional sanity checking
31python __anonymous () {
32 import bb
33 tune_features = bb.data.getVar('TUNE_FEATURES', d, 1)
34 tuneslist = tune_features.split()
35
36 #
37 # GCC will fail on v8.30 if reorder and pattern-compare are not
38 # both in ccflags
39 # -mxl-reorder requires -mxl-pattern-compare for -mcpu=v8.30.a
40 # Check if either one exists alone and if so, add the other
41 #
42 if 'v8.30' in tuneslist:
43 if 'reorder' in tuneslist and 'pattern-compare' not in tuneslist:
44 d.setVar("TUNE_FEATURES", "%s pattern-compare" % tune_features)
45}
diff --git a/conf/machine/include/microblaze/feature-microblaze-v9.inc b/conf/machine/include/microblaze/feature-microblaze-v9.inc
new file mode 100644
index 00000000..cb934f6a
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-v9.inc
@@ -0,0 +1,4 @@
1# Setup version 'feature set' for supported Microblaze version 9 versions
2TUNEVALID[v9.0] = "Use Microblaze version 9.0"
3MBCCARGSVERSION += "${@bb.utils.contains("TUNE_FEATURES", "v9.0", "-mcpu=v9.0", "" ,d)}"
4MBPKGVERSION .= "${@bb.utils.contains("TUNE_FEATURES", "v9.0", "-v9.0", "" ,d)}"
diff --git a/conf/machine/include/microblaze/feature-microblaze-versions.inc b/conf/machine/include/microblaze/feature-microblaze-versions.inc
new file mode 100644
index 00000000..24181cc9
--- /dev/null
+++ b/conf/machine/include/microblaze/feature-microblaze-versions.inc
@@ -0,0 +1,19 @@
1# Microblaze Versions are defined as features sets, each containing
2# a set of hardware features.
3
4MBCCARGSVERSION = ""
5MBPKGVERSION = ""
6require conf/machine/include/microblaze/feature-microblaze-v9.inc
7require conf/machine/include/microblaze/feature-microblaze-v8.inc
8require conf/machine/include/microblaze/feature-microblaze-v7.inc
9
10# Setup a 'feature set' conflict list which ensures only one version is selected
11# when defining the TUNE_FEATURES_tune-<> in local.conf file.
12TUNECONFLICTS[v9.0] += "v7.30 v8.00 v8.10 v8.20 v8.30 v8.40 v8.50"
13TUNECONFLICTS[v8.50] += "v7.30 v8.00 v8.10 v8.20 v8.30 v8.40 v9.0"
14TUNECONFLICTS[v8.40] += "v7.30 v8.00 v8.10 v8.20 v8.30 v8.50 v9.0"
15TUNECONFLICTS[v8.30] += "v7.30 v8.00 v8.10 v8.20 v8.40 v8.50 v9.0"
16TUNECONFLICTS[v8.20] += "v7.30 v8.00 v8.10 v8.30 v8.40 v8.50 v9.0"
17TUNECONFLICTS[v8.10] += "v7.30 v8.00 v8.20 v8.30 v8.40 v8.50 v9.0"
18TUNECONFLICTS[v8.00] += "v7.30 v8.10 v8.20 v8.30 v8.40 v8.50 v9.0"
19TUNECONFLICTS[v7.30] += "v8.00 v8.10 v8.20 v8.30 v8.40 v8.50 v9.0"
diff --git a/conf/machine/include/tune-microblaze-features.inc b/conf/machine/include/tune-microblaze-features.inc
new file mode 100644
index 00000000..fd7e0c8f
--- /dev/null
+++ b/conf/machine/include/tune-microblaze-features.inc
@@ -0,0 +1,19 @@
1# The order of these files defines the order of sections in the PKGARCH variable
2require conf/machine/include/microblaze/feature-microblaze-endian.inc
3require conf/machine/include/microblaze/feature-microblaze-versions.inc
4require conf/machine/include/microblaze/feature-microblaze-barrel-shift.inc
5require conf/machine/include/microblaze/feature-microblaze-multiply.inc
6require conf/machine/include/microblaze/feature-microblaze-divide.inc
7require conf/machine/include/microblaze/feature-microblaze-fpu.inc
8require conf/machine/include/microblaze/feature-microblaze-pattern-compare.inc
9require conf/machine/include/microblaze/feature-microblaze-reorder.inc
10
11# Architecture name, either 'microblaze' or 'microblazeel' depending on endianess
12TUNE_ARCH = "microblaze${@bb.utils.contains("TUNE_FEATURES", "little-endian", "el", "" ,d)}"
13
14# Compiler args
15TUNE_CCARGS += "${MBCCARGSENDIAN} ${MBCCARGSVERSION} ${MBCCARGSBARRELSHIFT} ${MBCCARGSMUL} ${MBCCARGSDIV} ${MBCCARGSFPU} ${MBCCARGSPATTERNCOMPARE} ${MBCCARGSREORDER}"
16
17# Package Architecture formatting
18MBPKGMATH = "${MBPKGMUL}${MBPKGDIV}${MBPKGFPU}"
19TUNE_PKGARCH = "microblaze${MBPKGENDIAN}${MBPKGVERSION}${MBPKGBARRELSHIFT}${MBPKGSPATTERNCOMPARE}${MBPKGREORDER}${MBPKGMATH}"
diff --git a/conf/machine/include/tune-microblaze.inc b/conf/machine/include/tune-microblaze.inc
new file mode 100644
index 00000000..851379b8
--- /dev/null
+++ b/conf/machine/include/tune-microblaze.inc
@@ -0,0 +1,20 @@
1DEFAULTTUNE ?= "microblaze"
2SOC_FAMILY ?= "microblaze"
3
4require conf/machine/include/tune-microblaze-features.inc
5require conf/machine/include/soc-family.inc
6
7TUNEVALID[microblaze] = "Microblaze"
8AVAILTUNES += "microblaze"
9
10TUNE_FEATURES_tune-microblaze = "microblaze"
11PACKAGE_EXTRA_ARCHS_tune-microblaze = "${TUNE_PKGARCH}"
12
13# Linux Configuration
14KERNEL_IMAGETYPE ?= "linux.bin.ub"
15
16# U-Boot Configuration
17UBOOT_MACHINE ?= "microblaze-generic"
18
19# linux-yocto KMACHINE
20KMACHINE ?= "microblaze"
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc
new file mode 100644
index 00000000..46334205
--- /dev/null
+++ b/conf/machine/include/tune-zynq.inc
@@ -0,0 +1,22 @@
1DEFAULTTUNE ?= "zynq"
2SOC_FAMILY ?= "zynq"
3
4require conf/machine/include/tune-cortexa9.inc
5require conf/machine/include/soc-family.inc
6
7TUNEVALID[zynq] = "Zynq"
8AVAILTUNES += "zynq"
9
10TUNE_FEATURES_tune-zynq += "${TUNE_FEATURES_tune-armv7a-neon} zynq"
11ARMPKGARCH = "${ARMPKGARCH_tune-armv7a-neon}"
12PACKAGE_EXTRA_ARCHS_tune-zynq = "${PACKAGE_EXTRA_ARCHS_tune-armv7a-neon} zynq"
13
14# Linux Configuration
15KERNEL_IMAGETYPE ?= "uImage"
16
17# Set default load address.
18# Override with KERNEL_EXTRA_ARGS_<board> += "..." in machine file if required
19KERNEL_EXTRA_ARGS_zynq += "UIMAGE_LOADADDR=0x8000"
20
21# linux-yocto KMACHINE
22KMACHINE ?= "zynq"
diff --git a/conf/machine/kc705-trd-microblazeel.conf b/conf/machine/kc705-trd-microblazeel.conf
new file mode 100644
index 00000000..56e2abd2
--- /dev/null
+++ b/conf/machine/kc705-trd-microblazeel.conf
@@ -0,0 +1,26 @@
1#@TYPE: Machine
2#@NAME: kc705-trd-microblazeel
3#@DESCRIPTION: Machine support for Xilinx KC705 Embedded Kit TRD.
4#
5# Note: this TRD contains the 'Xylon logiSDHC' additional IP core, this is not
6# supported by this BSP.
7#
8# For details on the TRD and Evaluation board:
9# http://www.xilinx.com/products/boards-and-kits/DK-K7-EMBD-G.htm
10# For documentation and design files for the TRD:
11# http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/kintex-7_boards_and_kits/kintex-7_fpga_embedded_kit.html
12#
13
14TARGET_CPU = "microblazeel"
15MACHINE_FEATURES := ""
16
17require conf/machine/include/tune-microblaze.inc
18require conf/machine/include/machine-xilinx-default.inc
19require conf/machine/include/machine-xilinx-board.inc
20TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder multiply-low"
21
22SERIAL_CONSOLE = "115200 ttyS0"
23
24MACHINE_DEVICETREE := "kc705/kc705-trd-microblazeel.dts"
25MACHINE_KCONFIG := "kc705/kc705-trd-microblazeel.kconfig.cfg"
26MACHINE_XPARAMETERS := "kc705/kc705-trd-microblazeel.xparameters.h"
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/qemumicroblaze.conf
new file mode 100644
index 00000000..43de00b1
--- /dev/null
+++ b/conf/machine/qemumicroblaze.conf
@@ -0,0 +1,16 @@
1#@TYPE: Machine
2#@NAME: qemumicroblaze
3#@DESCRIPTION: MicroBlaze QEMU machine support ('petalogix-ml605' model)
4
5MACHINE_FEATURES := ""
6
7require conf/machine/include/tune-microblaze.inc
8require conf/machine/include/machine-xilinx-default.inc
9TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift reorder pattern-compare divide-hard multiply-high fpu-hard"
10
11EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
12
13SERIAL_CONSOLE = "115200 ttyS0"
14
15MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts"
16MACHINE_KCONFIG := "qemu/qemumicroblaze.cfg"
diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemuzynq.conf
new file mode 100644
index 00000000..55d44f39
--- /dev/null
+++ b/conf/machine/qemuzynq.conf
@@ -0,0 +1,18 @@
1#@TYPE: Machine
2#@NAME: qemuzynq
3#@DESCRIPTION: Zynq QEMU machine support ('xilinx-zynq-a9' model)
4
5MACHINE_FEATURES := ""
6
7require conf/machine/include/tune-zynq.inc
8require conf/machine/include/machine-xilinx-default.inc
9
10EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
11
12SERIAL_CONSOLE = "115200 ttyPS0"
13
14MACHINE_DEVICETREE := " \
15 qemu/qemuzynq.dts \
16 qemu/qemuzynq-yocto.dts \
17 qemu/qemuzynq-base.dtsi \
18 "
diff --git a/conf/machine/zc702-zynq7-prt.conf b/conf/machine/zc702-zynq7-prt.conf
new file mode 100644
index 00000000..e408f947
--- /dev/null
+++ b/conf/machine/zc702-zynq7-prt.conf
@@ -0,0 +1,32 @@
1#@TYPE: Machine
2#@NAME: zc702-zynq7
3#@DESCRIPTION: Machine support for ZC702 Evaluation Board.
4#
5# For details on the Evaluation board:
6# http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm
7# For documentation and design files for the ZC702:
8# http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc702_evaluation_kit.html
9# For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files.
10#
11
12require conf/machine/include/tune-zynq.inc
13require conf/machine/include/machine-xilinx-default.inc
14require conf/machine/include/machine-xilinx-board.inc
15
16# Kernel Configuration
17PREFERRED_PROVIDER_virtual/kernel = "linux-xlnx-prt"
18PREFERRED_VERSION_linux-xlnx-prt ?= "3.8%"
19PREFERRED_VERSION_linux-yocto-prt ?= "3.10%"
20
21# ZC70x machine definition known by Xilinx UBOOT
22UBOOT_MACHINE = "zynq_zc70x_config"
23
24SERIAL_CONSOLE = "115200 ttyPS0"
25
26MACHINE_DEVICETREE := " \
27 zc702/zc702-zynq7-board.dtsi \
28 zc702/zc702-zynq7.dts \
29 zc702/zc702-zynq7-yocto.dts \
30 "
31
32MACHINE_KCONFIG := "common/linux/rtc.cfg"
diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf
new file mode 100644
index 00000000..e59cbb65
--- /dev/null
+++ b/conf/machine/zc702-zynq7.conf
@@ -0,0 +1,27 @@
1#@TYPE: Machine
2#@NAME: zc702-zynq7
3#@DESCRIPTION: Machine support for ZC702 Evaluation Board.
4#
5# For details on the Evaluation board:
6# http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm
7# For documentation and design files for the ZC702:
8# http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc702_evaluation_kit.html
9# For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files.
10#
11
12require conf/machine/include/tune-zynq.inc
13require conf/machine/include/machine-xilinx-default.inc
14require conf/machine/include/machine-xilinx-board.inc
15
16# ZC70x machine definition known by Xilinx UBOOT
17UBOOT_MACHINE = "zynq_zc70x_config"
18
19SERIAL_CONSOLE = "115200 ttyPS0"
20
21MACHINE_DEVICETREE := " \
22 zc702/zc702-zynq7-board.dtsi \
23 zc702/zc702-zynq7.dts \
24 zc702/zc702-zynq7-yocto.dts \
25 "
26
27MACHINE_KCONFIG := "common/linux/rtc.cfg"
diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf
new file mode 100644
index 00000000..f4c7fce5
--- /dev/null
+++ b/conf/machine/zc706-zynq7.conf
@@ -0,0 +1,27 @@
1#@TYPE: Machine
2#@NAME: zc706-zynq7
3#@DESCRIPTION: Machine support for ZC706 Evaluation Board.
4#
5# For details on the Evaluation board:
6# http://www.origin.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm
7# For documentation and design files for the ZC702:
8# http://www.origin.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc706_evaluation_kit.html
9# For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files.
10#
11
12require conf/machine/include/tune-zynq.inc
13require conf/machine/include/machine-xilinx-default.inc
14require conf/machine/include/machine-xilinx-board.inc
15
16# ZC70x machine definition known by Xilinx UBOOT
17UBOOT_MACHINE = "zynq_zc70x_config"
18
19SERIAL_CONSOLE = "115200 ttyPS0"
20
21MACHINE_DEVICETREE := " \
22 zc706/zc706-zynq7-board.dtsi \
23 zc706/zc706-zynq7.dts \
24 zc706/zc706-zynq7-yocto.dts \
25 "
26
27MACHINE_KCONFIG := "common/linux/rtc.cfg"
diff --git a/conf/machine/zedboard-zynq7.conf b/conf/machine/zedboard-zynq7.conf
new file mode 100644
index 00000000..a5d5a382
--- /dev/null
+++ b/conf/machine/zedboard-zynq7.conf
@@ -0,0 +1,24 @@
1#@TYPE: Machine
2#@NAME: zedboard-zynq7
3#@DESCRIPTION: Machine support for ZedBoard. (http://www.zedboard.org/)
4#
5# For details on the Evaluation board:
6# http://www.zedboard.org/content/overview
7# For design files (including 'zynq_fsbl_0.elf') for the ZedBoard:
8# http://www.zedboard.org/reference-designs-categories/zynq-concepts-tools-and-techniques-zedboard
9#
10
11require conf/machine/include/tune-zynq.inc
12require conf/machine/include/machine-xilinx-default.inc
13require conf/machine/include/machine-xilinx-board.inc
14
15# Zedboard machine definition known by Xilinx UBOOT
16UBOOT_MACHINE = "zynq_zed_config"
17
18SERIAL_CONSOLE = "115200 ttyPS0"
19
20MACHINE_DEVICETREE := " \
21 zedboard/zedboard-zynq7-board.dtsi \
22 zedboard/zedboard-zynq7.dts \
23 zedboard/zedboard-zynq7-yocto.dts \
24 "