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