diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-23 16:04:21 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-04-23 16:04:21 +1000 |
| commit | 7baa3e67f9a2ca22e7ad81b1470e1136952225de (patch) | |
| tree | cc57df042f1b3e1450c6c74128883fa54424ebc3 | |
| parent | 98a8298372a29ad4d06e17333d9896c3f119a3e7 (diff) | |
| download | meta-xilinx-7baa3e67f9a2ca22e7ad81b1470e1136952225de.tar.gz | |
Moved defconfig to bsp/board layer.
Also some other minor changes.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
| -rw-r--r-- | conf/machine/include/tune-zynq.inc | 4 | ||||
| -rw-r--r-- | meta-zedboard/recipes-kernel/linux/linux-xlnx.inc | 7 | ||||
| -rw-r--r-- | meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig (renamed from recipes-kernel/linux/linux-xlnx/defconfig) | 1020 | ||||
| -rw-r--r-- | meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts | 128 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-extra.inc | 1 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 6 |
6 files changed, 686 insertions, 480 deletions
diff --git a/conf/machine/include/tune-zynq.inc b/conf/machine/include/tune-zynq.inc index da75b698..d87855cc 100644 --- a/conf/machine/include/tune-zynq.inc +++ b/conf/machine/include/tune-zynq.inc | |||
| @@ -6,8 +6,10 @@ require conf/machine/include/tune-cortexa9.inc | |||
| 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" | 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-xlnx" |
| 7 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" | 7 | PREFERRED_VERSION_linux-xlnx ?= "3.8%" |
| 8 | 8 | ||
| 9 | KERNEL_IMAGETYPE = "uImage" | 9 | KERNEL_IMAGETYPE ?= "uImage" |
| 10 | 10 | ||
| 11 | #INHERIT += "image_types_uboot" | ||
| 12 | #IMAGE_FSTYPES = "cpio ext2 ext2.gz.u-boot" | ||
| 11 | IMAGE_FSTYPES = "cpio ext2" | 13 | IMAGE_FSTYPES = "cpio ext2" |
| 12 | 14 | ||
| 13 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" | 15 | PREFERRED_PROVIDER_u-boot ?= "u-boot-xlnx" |
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc index 5ecc153f..e2d42a78 100644 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc +++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | # linux-xlnx specific modifications for zedboard | 1 | # linux-xlnx specific modifications for zedboard |
| 2 | 2 | ||
| 3 | #Consider providing a skeleton bsp setup? | 3 | #Consider providing a skeleton bsp setup? |
| 4 | #FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" | 4 | |
| 5 | #SRC_URI_append_zedboard += "file://zedboard.dts" | 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" |
| 6 | SRC_URI_append_zedboard += "file://defconfig" | ||
| 6 | #KERNEL_DEVICETREE_zedboard = "${WORKDIR}/zedboard.dts" | 7 | #KERNEL_DEVICETREE_zedboard = "${WORKDIR}/zedboard.dts" |
| 7 | 8 | ||
| 8 | KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts" | 9 | KERNEL_DEVICETREE_zedboard = "${S}/arch/arm/boot/dts/zynq-zed.dts" |
| 9 | 10 | ||
| 10 | COMPATIBLE_MACHINE_zedboard = "zedboard" | 11 | COMPATIBLE_MACHINE_zedboard = "zedboard" |
| 12 | |||
| 13 | KERNEL_IMAGETYPE = "zImage" \ No newline at end of file | ||
diff --git a/recipes-kernel/linux/linux-xlnx/defconfig b/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig index 9fce1c80..625d4c9c 100644 --- a/recipes-kernel/linux/linux-xlnx/defconfig +++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx/defconfig | |||
| @@ -1,17 +1,23 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated file; DO NOT EDIT. | 2 | # Automatically generated file; DO NOT EDIT. |
| 3 | # Linux/arm 3.6.0 Kernel Configuration | 3 | # Linux/arm 3.3.0-14.2-build1 Kernel Configuration |
| 4 | # | 4 | # |
| 5 | CONFIG_ARM=y | 5 | CONFIG_ARM=y |
| 6 | CONFIG_MIGHT_HAVE_PCI=y | ||
| 7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | 6 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y |
| 8 | CONFIG_GENERIC_GPIO=y | 7 | CONFIG_GENERIC_GPIO=y |
| 8 | # CONFIG_ARCH_USES_GETTIMEOFFSET is not set | ||
| 9 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
| 10 | CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y | ||
| 11 | CONFIG_KTIME_SCALAR=y | ||
| 9 | CONFIG_HAVE_PROC_CPU=y | 12 | CONFIG_HAVE_PROC_CPU=y |
| 10 | CONFIG_STACKTRACE_SUPPORT=y | 13 | CONFIG_STACKTRACE_SUPPORT=y |
| 11 | CONFIG_LOCKDEP_SUPPORT=y | 14 | CONFIG_LOCKDEP_SUPPORT=y |
| 12 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 15 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
| 16 | CONFIG_HARDIRQS_SW_RESEND=y | ||
| 17 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 18 | CONFIG_GENERIC_LOCKBREAK=y | ||
| 13 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
| 14 | CONFIG_ARCH_HAS_CPUFREQ=y | 20 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y |
| 15 | CONFIG_GENERIC_HWEIGHT=y | 21 | CONFIG_GENERIC_HWEIGHT=y |
| 16 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 22 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 17 | CONFIG_NEED_DMA_MAP_STATE=y | 23 | CONFIG_NEED_DMA_MAP_STATE=y |
| @@ -21,6 +27,7 @@ CONFIG_PHYS_OFFSET=0x0 | |||
| 21 | CONFIG_GENERIC_BUG=y | 27 | CONFIG_GENERIC_BUG=y |
| 22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 23 | CONFIG_HAVE_IRQ_WORK=y | 29 | CONFIG_HAVE_IRQ_WORK=y |
| 30 | CONFIG_IRQ_WORK=y | ||
| 24 | 31 | ||
| 25 | # | 32 | # |
| 26 | # General setup | 33 | # General setup |
| @@ -29,14 +36,12 @@ CONFIG_EXPERIMENTAL=y | |||
| 29 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 36 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 30 | CONFIG_CROSS_COMPILE="" | 37 | CONFIG_CROSS_COMPILE="" |
| 31 | CONFIG_LOCALVERSION="" | 38 | CONFIG_LOCALVERSION="" |
| 32 | # CONFIG_LOCALVERSION_AUTO is not set | 39 | CONFIG_LOCALVERSION_AUTO=y |
| 33 | CONFIG_HAVE_KERNEL_GZIP=y | 40 | CONFIG_HAVE_KERNEL_GZIP=y |
| 34 | CONFIG_HAVE_KERNEL_LZMA=y | 41 | CONFIG_HAVE_KERNEL_LZMA=y |
| 35 | CONFIG_HAVE_KERNEL_XZ=y | ||
| 36 | CONFIG_HAVE_KERNEL_LZO=y | 42 | CONFIG_HAVE_KERNEL_LZO=y |
| 37 | CONFIG_KERNEL_GZIP=y | 43 | CONFIG_KERNEL_GZIP=y |
| 38 | # CONFIG_KERNEL_LZMA is not set | 44 | # CONFIG_KERNEL_LZMA is not set |
| 39 | # CONFIG_KERNEL_XZ is not set | ||
| 40 | # CONFIG_KERNEL_LZO is not set | 45 | # CONFIG_KERNEL_LZO is not set |
| 41 | CONFIG_DEFAULT_HOSTNAME="(none)" | 46 | CONFIG_DEFAULT_HOSTNAME="(none)" |
| 42 | CONFIG_SWAP=y | 47 | CONFIG_SWAP=y |
| @@ -53,30 +58,18 @@ CONFIG_HAVE_GENERIC_HARDIRQS=y | |||
| 53 | # IRQ subsystem | 58 | # IRQ subsystem |
| 54 | # | 59 | # |
| 55 | CONFIG_GENERIC_HARDIRQS=y | 60 | CONFIG_GENERIC_HARDIRQS=y |
| 56 | CONFIG_GENERIC_IRQ_PROBE=y | 61 | CONFIG_HAVE_SPARSE_IRQ=y |
| 57 | CONFIG_GENERIC_IRQ_SHOW=y | 62 | CONFIG_GENERIC_IRQ_SHOW=y |
| 58 | CONFIG_HARDIRQS_SW_RESEND=y | ||
| 59 | CONFIG_IRQ_DOMAIN=y | 63 | CONFIG_IRQ_DOMAIN=y |
| 60 | # CONFIG_IRQ_DOMAIN_DEBUG is not set | 64 | # CONFIG_SPARSE_IRQ is not set |
| 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 | 65 | ||
| 73 | # | 66 | # |
| 74 | # RCU Subsystem | 67 | # RCU Subsystem |
| 75 | # | 68 | # |
| 76 | CONFIG_TREE_PREEMPT_RCU=y | 69 | CONFIG_TREE_PREEMPT_RCU=y |
| 77 | CONFIG_PREEMPT_RCU=y | 70 | CONFIG_PREEMPT_RCU=y |
| 71 | # CONFIG_RCU_TRACE is not set | ||
| 78 | CONFIG_RCU_FANOUT=32 | 72 | CONFIG_RCU_FANOUT=32 |
| 79 | CONFIG_RCU_FANOUT_LEAF=16 | ||
| 80 | # CONFIG_RCU_FANOUT_EXACT is not set | 73 | # CONFIG_RCU_FANOUT_EXACT is not set |
| 81 | # CONFIG_RCU_FAST_NO_HZ is not set | 74 | # CONFIG_RCU_FAST_NO_HZ is not set |
| 82 | # CONFIG_TREE_RCU_TRACE is not set | 75 | # CONFIG_TREE_RCU_TRACE is not set |
| @@ -93,16 +86,11 @@ CONFIG_SYSFS_DEPRECATED_V2=y | |||
| 93 | # CONFIG_RELAY is not set | 86 | # CONFIG_RELAY is not set |
| 94 | CONFIG_BLK_DEV_INITRD=y | 87 | CONFIG_BLK_DEV_INITRD=y |
| 95 | CONFIG_INITRAMFS_SOURCE="" | 88 | CONFIG_INITRAMFS_SOURCE="" |
| 96 | ## CONFIG_INITRAMFS_SOURCE="${ROOTDIR}/images/rootfs.cpio" | ||
| 97 | ## CONFIG_INITRAMFS_ROOT_UID=0 | ||
| 98 | ## CONFIG_INITRAMFS_ROOT_GID=0 | ||
| 99 | CONFIG_RD_GZIP=y | 89 | CONFIG_RD_GZIP=y |
| 100 | # CONFIG_RD_BZIP2 is not set | 90 | # CONFIG_RD_BZIP2 is not set |
| 101 | # CONFIG_RD_LZMA is not set | 91 | # CONFIG_RD_LZMA is not set |
| 102 | # CONFIG_RD_XZ is not set | 92 | # CONFIG_RD_XZ is not set |
| 103 | # CONFIG_RD_LZO is not set | 93 | # CONFIG_RD_LZO is not set |
| 104 | CONFIG_INITRAMFS_COMPRESSION_NONE=y | ||
| 105 | # CONFIG_INITRAMFS_COMPRESSION_GZIP is not set | ||
| 106 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 94 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
| 107 | CONFIG_SYSCTL=y | 95 | CONFIG_SYSCTL=y |
| 108 | CONFIG_ANON_INODES=y | 96 | CONFIG_ANON_INODES=y |
| @@ -110,7 +98,7 @@ CONFIG_EXPERT=y | |||
| 110 | CONFIG_UID16=y | 98 | CONFIG_UID16=y |
| 111 | CONFIG_SYSCTL_SYSCALL=y | 99 | CONFIG_SYSCTL_SYSCALL=y |
| 112 | CONFIG_KALLSYMS=y | 100 | CONFIG_KALLSYMS=y |
| 113 | CONFIG_KALLSYMS_ALL=y | 101 | # CONFIG_KALLSYMS_ALL is not set |
| 114 | CONFIG_HOTPLUG=y | 102 | CONFIG_HOTPLUG=y |
| 115 | CONFIG_PRINTK=y | 103 | CONFIG_PRINTK=y |
| 116 | CONFIG_BUG=y | 104 | CONFIG_BUG=y |
| @@ -130,7 +118,9 @@ CONFIG_PERF_USE_VMALLOC=y | |||
| 130 | # | 118 | # |
| 131 | # Kernel Performance Events And Counters | 119 | # Kernel Performance Events And Counters |
| 132 | # | 120 | # |
| 133 | # CONFIG_PERF_EVENTS is not set | 121 | CONFIG_PERF_EVENTS=y |
| 122 | # CONFIG_PERF_COUNTERS is not set | ||
| 123 | # CONFIG_DEBUG_PERF_USE_VMALLOC is not set | ||
| 134 | CONFIG_VM_EVENT_COUNTERS=y | 124 | CONFIG_VM_EVENT_COUNTERS=y |
| 135 | CONFIG_COMPAT_BRK=y | 125 | CONFIG_COMPAT_BRK=y |
| 136 | CONFIG_SLAB=y | 126 | CONFIG_SLAB=y |
| @@ -139,62 +129,39 @@ CONFIG_SLAB=y | |||
| 139 | # CONFIG_PROFILING is not set | 129 | # CONFIG_PROFILING is not set |
| 140 | CONFIG_HAVE_OPROFILE=y | 130 | CONFIG_HAVE_OPROFILE=y |
| 141 | # CONFIG_KPROBES is not set | 131 | # CONFIG_KPROBES is not set |
| 142 | # CONFIG_JUMP_LABEL is not set | ||
| 143 | CONFIG_HAVE_KPROBES=y | 132 | CONFIG_HAVE_KPROBES=y |
| 144 | CONFIG_HAVE_KRETPROBES=y | 133 | CONFIG_HAVE_KRETPROBES=y |
| 145 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
| 146 | CONFIG_HAVE_DMA_ATTRS=y | ||
| 147 | CONFIG_HAVE_DMA_CONTIGUOUS=y | ||
| 148 | CONFIG_USE_GENERIC_SMP_HELPERS=y | 134 | CONFIG_USE_GENERIC_SMP_HELPERS=y |
| 149 | CONFIG_GENERIC_SMP_IDLE_THREAD=y | ||
| 150 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y | 135 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y |
| 151 | CONFIG_HAVE_CLK=y | 136 | CONFIG_HAVE_CLK=y |
| 152 | CONFIG_HAVE_DMA_API_DEBUG=y | 137 | CONFIG_HAVE_DMA_API_DEBUG=y |
| 153 | CONFIG_HAVE_ARCH_JUMP_LABEL=y | 138 | CONFIG_HAVE_HW_BREAKPOINT=y |
| 154 | CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y | ||
| 155 | 139 | ||
| 156 | # | 140 | # |
| 157 | # GCOV-based kernel profiling | 141 | # GCOV-based kernel profiling |
| 158 | # | 142 | # |
| 159 | # CONFIG_GCOV_KERNEL is not set | ||
| 160 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | 143 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y |
| 161 | CONFIG_SLABINFO=y | 144 | CONFIG_SLABINFO=y |
| 162 | CONFIG_RT_MUTEXES=y | 145 | CONFIG_RT_MUTEXES=y |
| 163 | CONFIG_BASE_SMALL=0 | 146 | CONFIG_BASE_SMALL=0 |
| 164 | CONFIG_MODULES=y | 147 | CONFIG_MODULES=y |
| 165 | CONFIG_MODULE_FORCE_LOAD=y | 148 | # CONFIG_MODULE_FORCE_LOAD is not set |
| 166 | CONFIG_MODULE_UNLOAD=y | 149 | CONFIG_MODULE_UNLOAD=y |
| 167 | CONFIG_MODULE_FORCE_UNLOAD=y | 150 | CONFIG_MODULE_FORCE_UNLOAD=y |
| 168 | # CONFIG_MODVERSIONS is not set | 151 | CONFIG_MODVERSIONS=y |
| 169 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 152 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 170 | CONFIG_STOP_MACHINE=y | 153 | CONFIG_STOP_MACHINE=y |
| 171 | CONFIG_BLOCK=y | 154 | CONFIG_BLOCK=y |
| 172 | CONFIG_LBDAF=y | 155 | CONFIG_LBDAF=y |
| 173 | CONFIG_BLK_DEV_BSG=y | 156 | # CONFIG_BLK_DEV_BSG is not set |
| 174 | # CONFIG_BLK_DEV_BSGLIB is not set | 157 | # CONFIG_BLK_DEV_BSGLIB is not set |
| 175 | # CONFIG_BLK_DEV_INTEGRITY is not set | 158 | # CONFIG_BLK_DEV_INTEGRITY is not set |
| 176 | 159 | ||
| 177 | # | 160 | # |
| 178 | # Partition Types | 161 | # Partition Types |
| 179 | # | 162 | # |
| 180 | CONFIG_PARTITION_ADVANCED=y | 163 | # CONFIG_PARTITION_ADVANCED is not set |
| 181 | # CONFIG_ACORN_PARTITION is not set | ||
| 182 | # CONFIG_OSF_PARTITION is not set | ||
| 183 | # CONFIG_AMIGA_PARTITION is not set | ||
| 184 | # CONFIG_ATARI_PARTITION is not set | ||
| 185 | # CONFIG_MAC_PARTITION is not set | ||
| 186 | CONFIG_MSDOS_PARTITION=y | 164 | CONFIG_MSDOS_PARTITION=y |
| 187 | # CONFIG_BSD_DISKLABEL is not set | ||
| 188 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 189 | # CONFIG_SOLARIS_X86_PARTITION is not set | ||
| 190 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 191 | # CONFIG_LDM_PARTITION is not set | ||
| 192 | # CONFIG_SGI_PARTITION is not set | ||
| 193 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 194 | # CONFIG_SUN_PARTITION is not set | ||
| 195 | # CONFIG_KARMA_PARTITION is not set | ||
| 196 | # CONFIG_EFI_PARTITION is not set | ||
| 197 | # CONFIG_SYSV68_PARTITION is not set | ||
| 198 | 165 | ||
| 199 | # | 166 | # |
| 200 | # IO Schedulers | 167 | # IO Schedulers |
| @@ -212,7 +179,7 @@ CONFIG_DEFAULT_IOSCHED="cfq" | |||
| 212 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | 179 | # CONFIG_INLINE_SPIN_LOCK_BH is not set |
| 213 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | 180 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set |
| 214 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | 181 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set |
| 215 | CONFIG_UNINLINE_SPIN_UNLOCK=y | 182 | # CONFIG_INLINE_SPIN_UNLOCK is not set |
| 216 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | 183 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set |
| 217 | # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set | 184 | # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set |
| 218 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | 185 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set |
| @@ -241,7 +208,6 @@ CONFIG_MUTEX_SPIN_ON_OWNER=y | |||
| 241 | # System Type | 208 | # System Type |
| 242 | # | 209 | # |
| 243 | CONFIG_MMU=y | 210 | CONFIG_MMU=y |
| 244 | # CONFIG_ARCH_SOCFPGA is not set | ||
| 245 | # CONFIG_ARCH_INTEGRATOR is not set | 211 | # CONFIG_ARCH_INTEGRATOR is not set |
| 246 | # CONFIG_ARCH_REALVIEW is not set | 212 | # CONFIG_ARCH_REALVIEW is not set |
| 247 | # CONFIG_ARCH_VERSATILE is not set | 213 | # CONFIG_ARCH_VERSATILE is not set |
| @@ -263,8 +229,9 @@ CONFIG_MMU=y | |||
| 263 | # CONFIG_ARCH_IOP13XX is not set | 229 | # CONFIG_ARCH_IOP13XX is not set |
| 264 | # CONFIG_ARCH_IOP32X is not set | 230 | # CONFIG_ARCH_IOP32X is not set |
| 265 | # CONFIG_ARCH_IOP33X is not set | 231 | # CONFIG_ARCH_IOP33X is not set |
| 232 | # CONFIG_ARCH_IXP23XX is not set | ||
| 233 | # CONFIG_ARCH_IXP2000 is not set | ||
| 266 | # CONFIG_ARCH_IXP4XX is not set | 234 | # CONFIG_ARCH_IXP4XX is not set |
| 267 | # CONFIG_ARCH_MVEBU is not set | ||
| 268 | # CONFIG_ARCH_DOVE is not set | 235 | # CONFIG_ARCH_DOVE is not set |
| 269 | # CONFIG_ARCH_KIRKWOOD is not set | 236 | # CONFIG_ARCH_KIRKWOOD is not set |
| 270 | # CONFIG_ARCH_LPC32XX is not set | 237 | # CONFIG_ARCH_LPC32XX is not set |
| @@ -281,7 +248,7 @@ CONFIG_MMU=y | |||
| 281 | # CONFIG_ARCH_SHMOBILE is not set | 248 | # CONFIG_ARCH_SHMOBILE is not set |
| 282 | # CONFIG_ARCH_RPC is not set | 249 | # CONFIG_ARCH_RPC is not set |
| 283 | # CONFIG_ARCH_SA1100 is not set | 250 | # CONFIG_ARCH_SA1100 is not set |
| 284 | # CONFIG_ARCH_S3C24XX is not set | 251 | # CONFIG_ARCH_S3C2410 is not set |
| 285 | # CONFIG_ARCH_S3C64XX is not set | 252 | # CONFIG_ARCH_S3C64XX is not set |
| 286 | # CONFIG_ARCH_S5P64X0 is not set | 253 | # CONFIG_ARCH_S5P64X0 is not set |
| 287 | # CONFIG_ARCH_S5PC100 is not set | 254 | # CONFIG_ARCH_S5PC100 is not set |
| @@ -297,14 +264,25 @@ CONFIG_MMU=y | |||
| 297 | # CONFIG_ARCH_VT8500 is not set | 264 | # CONFIG_ARCH_VT8500 is not set |
| 298 | CONFIG_ARCH_ZYNQ=y | 265 | CONFIG_ARCH_ZYNQ=y |
| 299 | # CONFIG_GPIO_PCA953X is not set | 266 | # CONFIG_GPIO_PCA953X is not set |
| 267 | # CONFIG_KEYBOARD_GPIO_POLLED is not set | ||
| 268 | |||
| 269 | # | ||
| 270 | # System MMU | ||
| 271 | # | ||
| 300 | 272 | ||
| 301 | # | 273 | # |
| 302 | # Xilinx Specific Options | 274 | # Xilinx Specific Options |
| 303 | # | 275 | # |
| 276 | CONFIG_ZYNQ_EARLY_UART1=y | ||
| 277 | # CONFIG_ZYNQ_EARLY_UART_EP107 is not set | ||
| 278 | CONFIG_XILINX_FIXED_DEVTREE_ADDR=y | ||
| 304 | CONFIG_XILINX_L1_PREFETCH=y | 279 | CONFIG_XILINX_L1_PREFETCH=y |
| 305 | CONFIG_XILINX_L2_PREFETCH=y | 280 | CONFIG_XILINX_L2_PREFETCH=y |
| 306 | CONFIG_DMA_ENGINE=y | 281 | # CONFIG_XILINX_TEST is not set |
| 307 | # CONFIG_XILINX_AXIPCIE is not set | 282 | CONFIG_ZYNQ_DEFAULT_KERNEL=y |
| 283 | # CONFIG_ZYNQ_AMP_CPU0_MASTER is not set | ||
| 284 | # CONFIG_ZYNQ_AMP_CPU1_SLAVE is not set | ||
| 285 | # CONFIG_ZYNQ_CPU1_TEST is not set | ||
| 308 | 286 | ||
| 309 | # | 287 | # |
| 310 | # Processor Type | 288 | # Processor Type |
| @@ -353,7 +331,7 @@ CONFIG_MULTI_IRQ_HANDLER=y | |||
| 353 | # CONFIG_PL310_ERRATA_727915 is not set | 331 | # CONFIG_PL310_ERRATA_727915 is not set |
| 354 | # CONFIG_ARM_ERRATA_743622 is not set | 332 | # CONFIG_ARM_ERRATA_743622 is not set |
| 355 | # CONFIG_ARM_ERRATA_751472 is not set | 333 | # CONFIG_ARM_ERRATA_751472 is not set |
| 356 | CONFIG_PL310_ERRATA_753970=y | 334 | # CONFIG_PL310_ERRATA_753970 is not set |
| 357 | # CONFIG_ARM_ERRATA_754322 is not set | 335 | # CONFIG_ARM_ERRATA_754322 is not set |
| 358 | # CONFIG_ARM_ERRATA_754327 is not set | 336 | # CONFIG_ARM_ERRATA_754327 is not set |
| 359 | # CONFIG_ARM_ERRATA_764369 is not set | 337 | # CONFIG_ARM_ERRATA_764369 is not set |
| @@ -365,7 +343,7 @@ CONFIG_ICST=y | |||
| 365 | # Bus support | 343 | # Bus support |
| 366 | # | 344 | # |
| 367 | CONFIG_ARM_AMBA=y | 345 | CONFIG_ARM_AMBA=y |
| 368 | # CONFIG_PCI is not set | 346 | CONFIG_ISA_DMA_API=y |
| 369 | # CONFIG_PCI_SYSCALL is not set | 347 | # CONFIG_PCI_SYSCALL is not set |
| 370 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 348 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 371 | # CONFIG_PCCARD is not set | 349 | # CONFIG_PCCARD is not set |
| @@ -373,21 +351,26 @@ CONFIG_ARM_AMBA=y | |||
| 373 | # | 351 | # |
| 374 | # Kernel Features | 352 | # Kernel Features |
| 375 | # | 353 | # |
| 354 | CONFIG_TICK_ONESHOT=y | ||
| 355 | CONFIG_NO_HZ=y | ||
| 356 | CONFIG_HIGH_RES_TIMERS=y | ||
| 357 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
| 376 | CONFIG_HAVE_SMP=y | 358 | CONFIG_HAVE_SMP=y |
| 377 | CONFIG_SMP=y | 359 | CONFIG_SMP=y |
| 378 | CONFIG_SMP_ON_UP=y | 360 | CONFIG_SMP_ON_UP=y |
| 379 | # CONFIG_ARM_CPU_TOPOLOGY is not set | 361 | CONFIG_ARM_CPU_TOPOLOGY=y |
| 362 | # CONFIG_SCHED_MC is not set | ||
| 363 | # CONFIG_SCHED_SMT is not set | ||
| 380 | CONFIG_HAVE_ARM_SCU=y | 364 | CONFIG_HAVE_ARM_SCU=y |
| 381 | # CONFIG_ARM_ARCH_TIMER is not set | ||
| 382 | CONFIG_HAVE_ARM_TWD=y | 365 | CONFIG_HAVE_ARM_TWD=y |
| 383 | CONFIG_VMSPLIT_3G=y | 366 | CONFIG_VMSPLIT_3G=y |
| 384 | # CONFIG_VMSPLIT_2G is not set | 367 | # CONFIG_VMSPLIT_2G is not set |
| 385 | # CONFIG_VMSPLIT_1G is not set | 368 | # CONFIG_VMSPLIT_1G is not set |
| 386 | CONFIG_PAGE_OFFSET=0xC0000000 | 369 | CONFIG_PAGE_OFFSET=0xC0000000 |
| 387 | CONFIG_NR_CPUS=2 | 370 | CONFIG_NR_CPUS=4 |
| 388 | CONFIG_HOTPLUG_CPU=y | 371 | # CONFIG_HOTPLUG_CPU is not set |
| 389 | CONFIG_LOCAL_TIMERS=y | 372 | CONFIG_LOCAL_TIMERS=y |
| 390 | CONFIG_ARCH_NR_GPIO=1024 | 373 | CONFIG_ARCH_NR_GPIO=0 |
| 391 | # CONFIG_PREEMPT_NONE is not set | 374 | # CONFIG_PREEMPT_NONE is not set |
| 392 | # CONFIG_PREEMPT_VOLUNTARY is not set | 375 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 393 | CONFIG_PREEMPT=y | 376 | CONFIG_PREEMPT=y |
| @@ -401,6 +384,7 @@ CONFIG_AEABI=y | |||
| 401 | CONFIG_HAVE_ARCH_PFN_VALID=y | 384 | CONFIG_HAVE_ARCH_PFN_VALID=y |
| 402 | CONFIG_HIGHMEM=y | 385 | CONFIG_HIGHMEM=y |
| 403 | # CONFIG_HIGHPTE is not set | 386 | # CONFIG_HIGHPTE is not set |
| 387 | CONFIG_HW_PERF_EVENTS=y | ||
| 404 | CONFIG_SELECT_MEMORY_MODEL=y | 388 | CONFIG_SELECT_MEMORY_MODEL=y |
| 405 | CONFIG_FLATMEM_MANUAL=y | 389 | CONFIG_FLATMEM_MANUAL=y |
| 406 | CONFIG_FLATMEM=y | 390 | CONFIG_FLATMEM=y |
| @@ -413,11 +397,9 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
| 413 | CONFIG_ZONE_DMA_FLAG=0 | 397 | CONFIG_ZONE_DMA_FLAG=0 |
| 414 | CONFIG_BOUNCE=y | 398 | CONFIG_BOUNCE=y |
| 415 | CONFIG_VIRT_TO_BUS=y | 399 | CONFIG_VIRT_TO_BUS=y |
| 416 | CONFIG_KSM=y | 400 | # CONFIG_KSM is not set |
| 417 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 401 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
| 418 | CONFIG_CROSS_MEMORY_ATTACH=y | ||
| 419 | # CONFIG_CLEANCACHE is not set | 402 | # CONFIG_CLEANCACHE is not set |
| 420 | # CONFIG_FRONTSWAP is not set | ||
| 421 | CONFIG_FORCE_MAX_ZONEORDER=11 | 403 | CONFIG_FORCE_MAX_ZONEORDER=11 |
| 422 | CONFIG_ALIGNMENT_TRAP=y | 404 | CONFIG_ALIGNMENT_TRAP=y |
| 423 | # CONFIG_UACCESS_WITH_MEMCPY is not set | 405 | # CONFIG_UACCESS_WITH_MEMCPY is not set |
| @@ -437,20 +419,13 @@ CONFIG_CMDLINE_FROM_BOOTLOADER=y | |||
| 437 | # CONFIG_CMDLINE_EXTEND is not set | 419 | # CONFIG_CMDLINE_EXTEND is not set |
| 438 | # CONFIG_CMDLINE_FORCE is not set | 420 | # CONFIG_CMDLINE_FORCE is not set |
| 439 | # CONFIG_XIP_KERNEL is not set | 421 | # CONFIG_XIP_KERNEL is not set |
| 440 | # CONFIG_KEXEC is not set | ||
| 441 | # CONFIG_CRASH_DUMP is not set | 422 | # CONFIG_CRASH_DUMP is not set |
| 442 | # CONFIG_AUTO_ZRELADDR is not set | 423 | # CONFIG_AUTO_ZRELADDR is not set |
| 443 | 424 | ||
| 444 | # | 425 | # |
| 445 | # CPU Power Management | 426 | # CPU Power Management |
| 446 | # | 427 | # |
| 447 | |||
| 448 | # | ||
| 449 | # CPU Frequency scaling | ||
| 450 | # | ||
| 451 | # CONFIG_CPU_FREQ is not set | ||
| 452 | # CONFIG_CPU_IDLE is not set | 428 | # CONFIG_CPU_IDLE is not set |
| 453 | # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set | ||
| 454 | 429 | ||
| 455 | # | 430 | # |
| 456 | # Floating point emulation | 431 | # Floating point emulation |
| @@ -481,8 +456,6 @@ CONFIG_PM_RUNTIME=y | |||
| 481 | CONFIG_PM=y | 456 | CONFIG_PM=y |
| 482 | # CONFIG_PM_DEBUG is not set | 457 | # CONFIG_PM_DEBUG is not set |
| 483 | # CONFIG_APM_EMULATION is not set | 458 | # CONFIG_APM_EMULATION is not set |
| 484 | CONFIG_ARCH_HAS_OPP=y | ||
| 485 | # CONFIG_PM_OPP is not set | ||
| 486 | CONFIG_PM_CLK=y | 459 | CONFIG_PM_CLK=y |
| 487 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | 460 | CONFIG_ARCH_SUSPEND_POSSIBLE=y |
| 488 | # CONFIG_ARM_CPU_SUSPEND is not set | 461 | # CONFIG_ARM_CPU_SUSPEND is not set |
| @@ -501,19 +474,22 @@ CONFIG_XFRM=y | |||
| 501 | # CONFIG_XFRM_STATISTICS is not set | 474 | # CONFIG_XFRM_STATISTICS is not set |
| 502 | # CONFIG_NET_KEY is not set | 475 | # CONFIG_NET_KEY is not set |
| 503 | CONFIG_INET=y | 476 | CONFIG_INET=y |
| 504 | # CONFIG_IP_MULTICAST is not set | 477 | CONFIG_IP_MULTICAST=y |
| 505 | # CONFIG_IP_ADVANCED_ROUTER is not set | 478 | # CONFIG_IP_ADVANCED_ROUTER is not set |
| 506 | # CONFIG_IP_PNP is not set | 479 | CONFIG_IP_PNP=y |
| 507 | # CONFIG_NET_IPIP is not set | 480 | CONFIG_IP_PNP_DHCP=y |
| 481 | CONFIG_IP_PNP_BOOTP=y | ||
| 482 | CONFIG_IP_PNP_RARP=y | ||
| 483 | CONFIG_NET_IPIP=m | ||
| 508 | # CONFIG_NET_IPGRE_DEMUX is not set | 484 | # CONFIG_NET_IPGRE_DEMUX is not set |
| 485 | # CONFIG_IP_MROUTE is not set | ||
| 509 | # CONFIG_ARPD is not set | 486 | # CONFIG_ARPD is not set |
| 510 | # CONFIG_SYN_COOKIES is not set | 487 | # CONFIG_SYN_COOKIES is not set |
| 511 | # CONFIG_NET_IPVTI is not set | ||
| 512 | # CONFIG_INET_AH is not set | 488 | # CONFIG_INET_AH is not set |
| 513 | # CONFIG_INET_ESP is not set | 489 | # CONFIG_INET_ESP is not set |
| 514 | # CONFIG_INET_IPCOMP is not set | 490 | # CONFIG_INET_IPCOMP is not set |
| 515 | # CONFIG_INET_XFRM_TUNNEL is not set | 491 | # CONFIG_INET_XFRM_TUNNEL is not set |
| 516 | CONFIG_INET_TUNNEL=y | 492 | CONFIG_INET_TUNNEL=m |
| 517 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 493 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 518 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 494 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 519 | CONFIG_INET_XFRM_MODE_BEET=y | 495 | CONFIG_INET_XFRM_MODE_BEET=y |
| @@ -525,7 +501,7 @@ CONFIG_INET_TCP_DIAG=y | |||
| 525 | CONFIG_TCP_CONG_CUBIC=y | 501 | CONFIG_TCP_CONG_CUBIC=y |
| 526 | CONFIG_DEFAULT_TCP_CONG="cubic" | 502 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 527 | # CONFIG_TCP_MD5SIG is not set | 503 | # CONFIG_TCP_MD5SIG is not set |
| 528 | CONFIG_IPV6=y | 504 | CONFIG_IPV6=m |
| 529 | # CONFIG_IPV6_PRIVACY is not set | 505 | # CONFIG_IPV6_PRIVACY is not set |
| 530 | # CONFIG_IPV6_ROUTER_PREF is not set | 506 | # CONFIG_IPV6_ROUTER_PREF is not set |
| 531 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | 507 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set |
| @@ -535,11 +511,11 @@ CONFIG_IPV6=y | |||
| 535 | # CONFIG_IPV6_MIP6 is not set | 511 | # CONFIG_IPV6_MIP6 is not set |
| 536 | # CONFIG_INET6_XFRM_TUNNEL is not set | 512 | # CONFIG_INET6_XFRM_TUNNEL is not set |
| 537 | # CONFIG_INET6_TUNNEL is not set | 513 | # CONFIG_INET6_TUNNEL is not set |
| 538 | CONFIG_INET6_XFRM_MODE_TRANSPORT=y | 514 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m |
| 539 | CONFIG_INET6_XFRM_MODE_TUNNEL=y | 515 | CONFIG_INET6_XFRM_MODE_TUNNEL=m |
| 540 | CONFIG_INET6_XFRM_MODE_BEET=y | 516 | CONFIG_INET6_XFRM_MODE_BEET=m |
| 541 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | 517 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set |
| 542 | CONFIG_IPV6_SIT=y | 518 | CONFIG_IPV6_SIT=m |
| 543 | # CONFIG_IPV6_SIT_6RD is not set | 519 | # CONFIG_IPV6_SIT_6RD is not set |
| 544 | CONFIG_IPV6_NDISC_NODETYPE=y | 520 | CONFIG_IPV6_NDISC_NODETYPE=y |
| 545 | # CONFIG_IPV6_TUNNEL is not set | 521 | # CONFIG_IPV6_TUNNEL is not set |
| @@ -556,13 +532,15 @@ CONFIG_IPV6_NDISC_NODETYPE=y | |||
| 556 | # CONFIG_L2TP is not set | 532 | # CONFIG_L2TP is not set |
| 557 | # CONFIG_BRIDGE is not set | 533 | # CONFIG_BRIDGE is not set |
| 558 | # CONFIG_NET_DSA is not set | 534 | # CONFIG_NET_DSA is not set |
| 559 | # CONFIG_VLAN_8021Q is not set | 535 | CONFIG_VLAN_8021Q=m |
| 536 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
| 560 | # CONFIG_DECNET is not set | 537 | # CONFIG_DECNET is not set |
| 561 | # CONFIG_LLC2 is not set | 538 | # CONFIG_LLC2 is not set |
| 562 | # CONFIG_IPX is not set | 539 | # CONFIG_IPX is not set |
| 563 | # CONFIG_ATALK is not set | 540 | # CONFIG_ATALK is not set |
| 564 | # CONFIG_X25 is not set | 541 | # CONFIG_X25 is not set |
| 565 | # CONFIG_LAPB is not set | 542 | # CONFIG_LAPB is not set |
| 543 | # CONFIG_ECONET is not set | ||
| 566 | # CONFIG_WAN_ROUTER is not set | 544 | # CONFIG_WAN_ROUTER is not set |
| 567 | # CONFIG_PHONET is not set | 545 | # CONFIG_PHONET is not set |
| 568 | # CONFIG_IEEE802154 is not set | 546 | # CONFIG_IEEE802154 is not set |
| @@ -574,7 +552,6 @@ CONFIG_RPS=y | |||
| 574 | CONFIG_RFS_ACCEL=y | 552 | CONFIG_RFS_ACCEL=y |
| 575 | CONFIG_XPS=y | 553 | CONFIG_XPS=y |
| 576 | CONFIG_BQL=y | 554 | CONFIG_BQL=y |
| 577 | # CONFIG_BPF_JIT is not set | ||
| 578 | 555 | ||
| 579 | # | 556 | # |
| 580 | # Network testing | 557 | # Network testing |
| @@ -585,14 +562,19 @@ CONFIG_BQL=y | |||
| 585 | # CONFIG_IRDA is not set | 562 | # CONFIG_IRDA is not set |
| 586 | # CONFIG_BT is not set | 563 | # CONFIG_BT is not set |
| 587 | # CONFIG_AF_RXRPC is not set | 564 | # CONFIG_AF_RXRPC is not set |
| 588 | # CONFIG_WIRELESS is not set | 565 | CONFIG_WIRELESS=y |
| 566 | # CONFIG_CFG80211 is not set | ||
| 567 | # CONFIG_LIB80211 is not set | ||
| 568 | |||
| 569 | # | ||
| 570 | # CFG80211 needs to be enabled for MAC80211 | ||
| 571 | # | ||
| 589 | # CONFIG_WIMAX is not set | 572 | # CONFIG_WIMAX is not set |
| 590 | # CONFIG_RFKILL is not set | 573 | # CONFIG_RFKILL is not set |
| 591 | # CONFIG_NET_9P is not set | 574 | # CONFIG_NET_9P is not set |
| 592 | # CONFIG_CAIF is not set | 575 | # CONFIG_CAIF is not set |
| 593 | # CONFIG_CEPH_LIB is not set | 576 | # CONFIG_CEPH_LIB is not set |
| 594 | # CONFIG_NFC is not set | 577 | # CONFIG_NFC is not set |
| 595 | CONFIG_HAVE_BPF_JIT=y | ||
| 596 | 578 | ||
| 597 | # | 579 | # |
| 598 | # Device Drivers | 580 | # Device Drivers |
| @@ -606,16 +588,16 @@ CONFIG_DEVTMPFS=y | |||
| 606 | CONFIG_DEVTMPFS_MOUNT=y | 588 | CONFIG_DEVTMPFS_MOUNT=y |
| 607 | CONFIG_STANDALONE=y | 589 | CONFIG_STANDALONE=y |
| 608 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 590 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 609 | CONFIG_FW_LOADER=y | 591 | CONFIG_FW_LOADER=m |
| 610 | # CONFIG_FIRMWARE_IN_KERNEL is not set | 592 | CONFIG_FIRMWARE_IN_KERNEL=y |
| 611 | CONFIG_EXTRA_FIRMWARE="" | 593 | CONFIG_EXTRA_FIRMWARE="" |
| 612 | # CONFIG_DEBUG_DRIVER is not set | 594 | # CONFIG_DEBUG_DRIVER is not set |
| 613 | # CONFIG_DEBUG_DEVRES is not set | 595 | # CONFIG_DEBUG_DEVRES is not set |
| 614 | # CONFIG_SYS_HYPERVISOR is not set | 596 | # CONFIG_SYS_HYPERVISOR is not set |
| 615 | # CONFIG_GENERIC_CPU_DEVICES is not set | 597 | # CONFIG_GENERIC_CPU_DEVICES is not set |
| 616 | # CONFIG_DMA_SHARED_BUFFER is not set | 598 | # CONFIG_DMA_SHARED_BUFFER is not set |
| 617 | # CONFIG_CMA is not set | 599 | CONFIG_CONNECTOR=y |
| 618 | # CONFIG_CONNECTOR is not set | 600 | CONFIG_PROC_EVENTS=y |
| 619 | CONFIG_MTD=y | 601 | CONFIG_MTD=y |
| 620 | # CONFIG_MTD_TESTS is not set | 602 | # CONFIG_MTD_TESTS is not set |
| 621 | # CONFIG_MTD_REDBOOT_PARTS is not set | 603 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| @@ -643,13 +625,9 @@ CONFIG_MTD_BLOCK=y | |||
| 643 | # RAM/ROM/Flash chip drivers | 625 | # RAM/ROM/Flash chip drivers |
| 644 | # | 626 | # |
| 645 | CONFIG_MTD_CFI=y | 627 | CONFIG_MTD_CFI=y |
| 646 | CONFIG_MTD_JEDECPROBE=y | 628 | # CONFIG_MTD_JEDECPROBE is not set |
| 647 | CONFIG_MTD_GEN_PROBE=y | 629 | CONFIG_MTD_GEN_PROBE=y |
| 648 | CONFIG_MTD_CFI_ADV_OPTIONS=y | 630 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set |
| 649 | CONFIG_MTD_CFI_NOSWAP=y | ||
| 650 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
| 651 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
| 652 | # CONFIG_MTD_CFI_GEOMETRY is not set | ||
| 653 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | 631 | CONFIG_MTD_MAP_BANK_WIDTH_1=y |
| 654 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | 632 | CONFIG_MTD_MAP_BANK_WIDTH_2=y |
| 655 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | 633 | CONFIG_MTD_MAP_BANK_WIDTH_4=y |
| @@ -660,26 +638,22 @@ CONFIG_MTD_CFI_I1=y | |||
| 660 | CONFIG_MTD_CFI_I2=y | 638 | CONFIG_MTD_CFI_I2=y |
| 661 | # CONFIG_MTD_CFI_I4 is not set | 639 | # CONFIG_MTD_CFI_I4 is not set |
| 662 | # CONFIG_MTD_CFI_I8 is not set | 640 | # CONFIG_MTD_CFI_I8 is not set |
| 663 | # CONFIG_MTD_OTP is not set | 641 | # CONFIG_MTD_CFI_INTELEXT is not set |
| 664 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 665 | CONFIG_MTD_CFI_AMDSTD=y | 642 | CONFIG_MTD_CFI_AMDSTD=y |
| 666 | CONFIG_MTD_CFI_STAA=y | 643 | # CONFIG_MTD_CFI_STAA is not set |
| 667 | CONFIG_MTD_CFI_UTIL=y | 644 | CONFIG_MTD_CFI_UTIL=y |
| 668 | CONFIG_MTD_RAM=y | 645 | # CONFIG_MTD_RAM is not set |
| 669 | # CONFIG_MTD_ROM is not set | 646 | # CONFIG_MTD_ROM is not set |
| 670 | # CONFIG_MTD_ABSENT is not set | 647 | # CONFIG_MTD_ABSENT is not set |
| 671 | 648 | ||
| 672 | # | 649 | # |
| 673 | # Mapping drivers for chip access | 650 | # Mapping drivers for chip access |
| 674 | # | 651 | # |
| 675 | CONFIG_MTD_COMPLEX_MAPPINGS=y | 652 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
| 676 | CONFIG_MTD_PHYSMAP=y | 653 | CONFIG_MTD_PHYSMAP=y |
| 677 | # CONFIG_MTD_PHYSMAP_COMPAT is not set | 654 | # CONFIG_MTD_PHYSMAP_COMPAT is not set |
| 678 | CONFIG_MTD_PHYSMAP_OF=y | 655 | CONFIG_MTD_PHYSMAP_OF=y |
| 679 | # CONFIG_MTD_IMPA7 is not set | ||
| 680 | # CONFIG_MTD_GPIO_ADDR is not set | ||
| 681 | # CONFIG_MTD_PLATRAM is not set | 656 | # CONFIG_MTD_PLATRAM is not set |
| 682 | # CONFIG_MTD_LATCH_ADDR is not set | ||
| 683 | 657 | ||
| 684 | # | 658 | # |
| 685 | # Self-contained MTD device drivers | 659 | # Self-contained MTD device drivers |
| @@ -710,11 +684,10 @@ CONFIG_MTD_NAND=y | |||
| 710 | # CONFIG_MTD_NAND_GPIO is not set | 684 | # CONFIG_MTD_NAND_GPIO is not set |
| 711 | CONFIG_MTD_NAND_IDS=y | 685 | CONFIG_MTD_NAND_IDS=y |
| 712 | # CONFIG_MTD_NAND_DISKONCHIP is not set | 686 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
| 713 | # CONFIG_MTD_NAND_DOCG4 is not set | ||
| 714 | # CONFIG_MTD_NAND_NANDSIM is not set | 687 | # CONFIG_MTD_NAND_NANDSIM is not set |
| 715 | # CONFIG_MTD_NAND_PLATFORM is not set | 688 | # CONFIG_MTD_NAND_PLATFORM is not set |
| 716 | # CONFIG_MTD_ALAUDA is not set | 689 | # CONFIG_MTD_ALAUDA is not set |
| 717 | # CONFIG_MTD_NAND_XILINX_PS is not set | 690 | CONFIG_MTD_NAND_XILINX_PSS=y |
| 718 | # CONFIG_MTD_ONENAND is not set | 691 | # CONFIG_MTD_ONENAND is not set |
| 719 | 692 | ||
| 720 | # | 693 | # |
| @@ -735,25 +708,27 @@ CONFIG_OF_EARLY_FLATTREE=y | |||
| 735 | CONFIG_OF_ADDRESS=y | 708 | CONFIG_OF_ADDRESS=y |
| 736 | CONFIG_OF_IRQ=y | 709 | CONFIG_OF_IRQ=y |
| 737 | CONFIG_OF_DEVICE=y | 710 | CONFIG_OF_DEVICE=y |
| 711 | CONFIG_OF_GPIO=y | ||
| 738 | CONFIG_OF_I2C=y | 712 | CONFIG_OF_I2C=y |
| 739 | CONFIG_OF_NET=y | 713 | CONFIG_OF_NET=y |
| 714 | CONFIG_OF_SPI=y | ||
| 740 | CONFIG_OF_MDIO=y | 715 | CONFIG_OF_MDIO=y |
| 741 | CONFIG_OF_MTD=y | ||
| 742 | # CONFIG_PARPORT is not set | 716 | # CONFIG_PARPORT is not set |
| 743 | CONFIG_BLK_DEV=y | 717 | CONFIG_BLK_DEV=y |
| 744 | # CONFIG_BLK_DEV_COW_COMMON is not set | 718 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 745 | # CONFIG_BLK_DEV_LOOP is not set | 719 | CONFIG_BLK_DEV_LOOP=y |
| 746 | 720 | CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 | |
| 747 | # | 721 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set |
| 748 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | 722 | # CONFIG_BLK_DEV_DRBD is not set |
| 749 | # | ||
| 750 | # CONFIG_BLK_DEV_NBD is not set | 723 | # CONFIG_BLK_DEV_NBD is not set |
| 751 | # CONFIG_BLK_DEV_UB is not set | 724 | # CONFIG_BLK_DEV_UB is not set |
| 752 | # CONFIG_BLK_DEV_RAM is not set | 725 | CONFIG_BLK_DEV_RAM=y |
| 726 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 727 | CONFIG_BLK_DEV_RAM_SIZE=16384 | ||
| 728 | # CONFIG_BLK_DEV_XIP is not set | ||
| 753 | # CONFIG_CDROM_PKTCDVD is not set | 729 | # CONFIG_CDROM_PKTCDVD is not set |
| 754 | # CONFIG_ATA_OVER_ETH is not set | 730 | # CONFIG_ATA_OVER_ETH is not set |
| 755 | # CONFIG_MG_DISK is not set | 731 | # CONFIG_MG_DISK is not set |
| 756 | # CONFIG_VIRTIO_BLK is not set | ||
| 757 | # CONFIG_BLK_DEV_RBD is not set | 732 | # CONFIG_BLK_DEV_RBD is not set |
| 758 | 733 | ||
| 759 | # | 734 | # |
| @@ -774,21 +749,21 @@ CONFIG_BLK_DEV=y | |||
| 774 | # CONFIG_HMC6352 is not set | 749 | # CONFIG_HMC6352 is not set |
| 775 | # CONFIG_DS1682 is not set | 750 | # CONFIG_DS1682 is not set |
| 776 | # CONFIG_TI_DAC7512 is not set | 751 | # CONFIG_TI_DAC7512 is not set |
| 777 | # CONFIG_BMP085_I2C is not set | 752 | # CONFIG_BMP085 is not set |
| 778 | # CONFIG_BMP085_SPI is not set | ||
| 779 | # CONFIG_USB_SWITCH_FSA9480 is not set | 753 | # CONFIG_USB_SWITCH_FSA9480 is not set |
| 780 | # CONFIG_SI570 is not set | 754 | CONFIG_SI570=y |
| 781 | # CONFIG_C2PORT is not set | 755 | # CONFIG_C2PORT is not set |
| 782 | 756 | ||
| 783 | # | 757 | # |
| 784 | # EEPROM support | 758 | # EEPROM support |
| 785 | # | 759 | # |
| 786 | CONFIG_EEPROM_AT24=y | 760 | CONFIG_EEPROM_AT24=y |
| 787 | # CONFIG_EEPROM_AT25 is not set | 761 | CONFIG_EEPROM_AT25=y |
| 788 | # CONFIG_EEPROM_LEGACY is not set | 762 | # CONFIG_EEPROM_LEGACY is not set |
| 789 | # CONFIG_EEPROM_MAX6875 is not set | 763 | # CONFIG_EEPROM_MAX6875 is not set |
| 790 | # CONFIG_EEPROM_93CX6 is not set | 764 | # CONFIG_EEPROM_93CX6 is not set |
| 791 | # CONFIG_EEPROM_93XX46 is not set | 765 | # CONFIG_EEPROM_93XX46 is not set |
| 766 | # CONFIG_IWMC3200TOP is not set | ||
| 792 | 767 | ||
| 793 | # | 768 | # |
| 794 | # Texas Instruments shared transport line discipline | 769 | # Texas Instruments shared transport line discipline |
| @@ -809,7 +784,7 @@ CONFIG_SCSI_MOD=y | |||
| 809 | # CONFIG_RAID_ATTRS is not set | 784 | # CONFIG_RAID_ATTRS is not set |
| 810 | CONFIG_SCSI=y | 785 | CONFIG_SCSI=y |
| 811 | CONFIG_SCSI_DMA=y | 786 | CONFIG_SCSI_DMA=y |
| 812 | CONFIG_SCSI_TGT=y | 787 | # CONFIG_SCSI_TGT is not set |
| 813 | # CONFIG_SCSI_NETLINK is not set | 788 | # CONFIG_SCSI_NETLINK is not set |
| 814 | CONFIG_SCSI_PROC_FS=y | 789 | CONFIG_SCSI_PROC_FS=y |
| 815 | 790 | ||
| @@ -817,16 +792,16 @@ CONFIG_SCSI_PROC_FS=y | |||
| 817 | # SCSI support type (disk, tape, CD-ROM) | 792 | # SCSI support type (disk, tape, CD-ROM) |
| 818 | # | 793 | # |
| 819 | CONFIG_BLK_DEV_SD=y | 794 | CONFIG_BLK_DEV_SD=y |
| 820 | CONFIG_CHR_DEV_ST=y | 795 | # CONFIG_CHR_DEV_ST is not set |
| 821 | CONFIG_CHR_DEV_OSST=y | 796 | # CONFIG_CHR_DEV_OSST is not set |
| 822 | CONFIG_BLK_DEV_SR=y | 797 | # CONFIG_BLK_DEV_SR is not set |
| 823 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
| 824 | CONFIG_CHR_DEV_SG=y | 798 | CONFIG_CHR_DEV_SG=y |
| 825 | CONFIG_CHR_DEV_SCH=y | 799 | # CONFIG_CHR_DEV_SCH is not set |
| 826 | # CONFIG_SCSI_MULTI_LUN is not set | 800 | CONFIG_SCSI_MULTI_LUN=y |
| 827 | # CONFIG_SCSI_CONSTANTS is not set | 801 | # CONFIG_SCSI_CONSTANTS is not set |
| 828 | # CONFIG_SCSI_LOGGING is not set | 802 | # CONFIG_SCSI_LOGGING is not set |
| 829 | # CONFIG_SCSI_SCAN_ASYNC is not set | 803 | # CONFIG_SCSI_SCAN_ASYNC is not set |
| 804 | CONFIG_SCSI_WAIT_SCAN=m | ||
| 830 | 805 | ||
| 831 | # | 806 | # |
| 832 | # SCSI Transports | 807 | # SCSI Transports |
| @@ -843,7 +818,6 @@ CONFIG_SCSI_LOWLEVEL=y | |||
| 843 | # CONFIG_LIBFC is not set | 818 | # CONFIG_LIBFC is not set |
| 844 | # CONFIG_LIBFCOE is not set | 819 | # CONFIG_LIBFCOE is not set |
| 845 | # CONFIG_SCSI_DEBUG is not set | 820 | # CONFIG_SCSI_DEBUG is not set |
| 846 | # CONFIG_SCSI_VIRTIO is not set | ||
| 847 | # CONFIG_SCSI_DH is not set | 821 | # CONFIG_SCSI_DH is not set |
| 848 | # CONFIG_SCSI_OSD_INITIATOR is not set | 822 | # CONFIG_SCSI_OSD_INITIATOR is not set |
| 849 | # CONFIG_ATA is not set | 823 | # CONFIG_ATA is not set |
| @@ -862,35 +836,42 @@ CONFIG_NET_CORE=y | |||
| 862 | # CONFIG_NET_POLL_CONTROLLER is not set | 836 | # CONFIG_NET_POLL_CONTROLLER is not set |
| 863 | # CONFIG_TUN is not set | 837 | # CONFIG_TUN is not set |
| 864 | # CONFIG_VETH is not set | 838 | # CONFIG_VETH is not set |
| 865 | # CONFIG_VIRTIO_NET is not set | ||
| 866 | 839 | ||
| 867 | # | 840 | # |
| 868 | # CAIF transport drivers | 841 | # CAIF transport drivers |
| 869 | # | 842 | # |
| 870 | CONFIG_ETHERNET=y | 843 | CONFIG_ETHERNET=y |
| 871 | # CONFIG_NET_VENDOR_BROADCOM is not set | 844 | CONFIG_NET_VENDOR_BROADCOM=y |
| 845 | # CONFIG_B44 is not set | ||
| 872 | # CONFIG_NET_CALXEDA_XGMAC is not set | 846 | # CONFIG_NET_CALXEDA_XGMAC is not set |
| 873 | # CONFIG_NET_VENDOR_CHELSIO is not set | 847 | CONFIG_NET_VENDOR_CHELSIO=y |
| 874 | CONFIG_NET_VENDOR_CIRRUS=y | ||
| 875 | # CONFIG_CS89x0 is not set | ||
| 876 | # CONFIG_DM9000 is not set | 848 | # CONFIG_DM9000 is not set |
| 877 | # CONFIG_DNET is not set | 849 | # CONFIG_DNET is not set |
| 878 | # CONFIG_NET_VENDOR_FARADAY is not set | 850 | CONFIG_NET_VENDOR_FARADAY=y |
| 879 | # CONFIG_NET_VENDOR_INTEL is not set | 851 | # CONFIG_FTMAC100 is not set |
| 880 | # CONFIG_NET_VENDOR_MARVELL is not set | 852 | # CONFIG_FTGMAC100 is not set |
| 881 | # CONFIG_NET_VENDOR_MICREL is not set | 853 | CONFIG_NET_VENDOR_INTEL=y |
| 882 | # CONFIG_NET_VENDOR_MICROCHIP is not set | 854 | CONFIG_NET_VENDOR_I825XX=y |
| 883 | # CONFIG_NET_VENDOR_NATSEMI is not set | 855 | # CONFIG_ZNET is not set |
| 856 | CONFIG_NET_VENDOR_MARVELL=y | ||
| 857 | CONFIG_NET_VENDOR_MICREL=y | ||
| 858 | # CONFIG_KS8851 is not set | ||
| 859 | # CONFIG_KS8851_MLL is not set | ||
| 860 | CONFIG_NET_VENDOR_MICROCHIP=y | ||
| 861 | # CONFIG_ENC28J60 is not set | ||
| 862 | CONFIG_NET_VENDOR_NATSEMI=y | ||
| 863 | CONFIG_NET_VENDOR_8390=y | ||
| 864 | # CONFIG_AX88796 is not set | ||
| 884 | # CONFIG_ETHOC is not set | 865 | # CONFIG_ETHOC is not set |
| 885 | # CONFIG_NET_VENDOR_SEEQ is not set | 866 | CONFIG_NET_VENDOR_SEEQ=y |
| 886 | # CONFIG_NET_VENDOR_SMSC is not set | 867 | # CONFIG_SEEQ8005 is not set |
| 887 | # CONFIG_NET_VENDOR_STMICRO is not set | 868 | CONFIG_NET_VENDOR_SMSC=y |
| 888 | CONFIG_NET_VENDOR_WIZNET=y | 869 | # CONFIG_SMC91X is not set |
| 889 | # CONFIG_WIZNET_W5100 is not set | 870 | # CONFIG_SMC911X is not set |
| 890 | # CONFIG_WIZNET_W5300 is not set | 871 | # CONFIG_SMSC911X is not set |
| 872 | CONFIG_NET_VENDOR_STMICRO=y | ||
| 873 | # CONFIG_STMMAC_ETH is not set | ||
| 891 | CONFIG_NET_VENDOR_XILINX=y | 874 | CONFIG_NET_VENDOR_XILINX=y |
| 892 | CONFIG_XILINX_EMACLITE=y | ||
| 893 | # CONFIG_XILINX_AXI_EMAC is not set | ||
| 894 | CONFIG_XILINX_PS_EMAC=y | 875 | CONFIG_XILINX_PS_EMAC=y |
| 895 | # CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set | 876 | # CONFIG_XILINX_PS_EMAC_HWTSTAMP is not set |
| 896 | CONFIG_PHYLIB=y | 877 | CONFIG_PHYLIB=y |
| @@ -898,16 +879,14 @@ CONFIG_PHYLIB=y | |||
| 898 | # | 879 | # |
| 899 | # MII PHY device drivers | 880 | # MII PHY device drivers |
| 900 | # | 881 | # |
| 901 | # CONFIG_AMD_PHY is not set | 882 | CONFIG_MARVELL_PHY=y |
| 902 | # CONFIG_MARVELL_PHY is not set | ||
| 903 | # CONFIG_DAVICOM_PHY is not set | 883 | # CONFIG_DAVICOM_PHY is not set |
| 904 | # CONFIG_QSEMI_PHY is not set | 884 | # CONFIG_QSEMI_PHY is not set |
| 905 | # CONFIG_LXT_PHY is not set | 885 | # CONFIG_LXT_PHY is not set |
| 906 | # CONFIG_CICADA_PHY is not set | 886 | # CONFIG_CICADA_PHY is not set |
| 907 | # CONFIG_VITESSE_PHY is not set | 887 | CONFIG_VITESSE_PHY=y |
| 908 | # CONFIG_SMSC_PHY is not set | 888 | # CONFIG_SMSC_PHY is not set |
| 909 | # CONFIG_BROADCOM_PHY is not set | 889 | # CONFIG_BROADCOM_PHY is not set |
| 910 | # CONFIG_BCM87XX_PHY is not set | ||
| 911 | # CONFIG_ICPLUS_PHY is not set | 890 | # CONFIG_ICPLUS_PHY is not set |
| 912 | # CONFIG_REALTEK_PHY is not set | 891 | # CONFIG_REALTEK_PHY is not set |
| 913 | # CONFIG_NATIONAL_PHY is not set | 892 | # CONFIG_NATIONAL_PHY is not set |
| @@ -915,8 +894,8 @@ CONFIG_PHYLIB=y | |||
| 915 | # CONFIG_LSI_ET1011C_PHY is not set | 894 | # CONFIG_LSI_ET1011C_PHY is not set |
| 916 | # CONFIG_MICREL_PHY is not set | 895 | # CONFIG_MICREL_PHY is not set |
| 917 | # CONFIG_FIXED_PHY is not set | 896 | # CONFIG_FIXED_PHY is not set |
| 918 | # CONFIG_MDIO_BITBANG is not set | 897 | CONFIG_MDIO_BITBANG=y |
| 919 | # CONFIG_MDIO_BUS_MUX_GPIO is not set | 898 | # CONFIG_MDIO_GPIO is not set |
| 920 | # CONFIG_MICREL_KS8995MA is not set | 899 | # CONFIG_MICREL_KS8995MA is not set |
| 921 | # CONFIG_PPP is not set | 900 | # CONFIG_PPP is not set |
| 922 | # CONFIG_SLIP is not set | 901 | # CONFIG_SLIP is not set |
| @@ -930,13 +909,16 @@ CONFIG_PHYLIB=y | |||
| 930 | # CONFIG_USB_RTL8150 is not set | 909 | # CONFIG_USB_RTL8150 is not set |
| 931 | # CONFIG_USB_USBNET is not set | 910 | # CONFIG_USB_USBNET is not set |
| 932 | # CONFIG_USB_IPHETH is not set | 911 | # CONFIG_USB_IPHETH is not set |
| 933 | # CONFIG_WLAN is not set | 912 | CONFIG_WLAN=y |
| 913 | # CONFIG_USB_ZD1201 is not set | ||
| 914 | # CONFIG_HOSTAP is not set | ||
| 934 | 915 | ||
| 935 | # | 916 | # |
| 936 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 917 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
| 937 | # | 918 | # |
| 938 | # CONFIG_WAN is not set | 919 | # CONFIG_WAN is not set |
| 939 | # CONFIG_ISDN is not set | 920 | # CONFIG_ISDN is not set |
| 921 | # CONFIG_PHONE is not set | ||
| 940 | 922 | ||
| 941 | # | 923 | # |
| 942 | # Input device support | 924 | # Input device support |
| @@ -944,22 +926,57 @@ CONFIG_PHYLIB=y | |||
| 944 | CONFIG_INPUT=y | 926 | CONFIG_INPUT=y |
| 945 | # CONFIG_INPUT_FF_MEMLESS is not set | 927 | # CONFIG_INPUT_FF_MEMLESS is not set |
| 946 | # CONFIG_INPUT_POLLDEV is not set | 928 | # CONFIG_INPUT_POLLDEV is not set |
| 947 | # CONFIG_INPUT_SPARSEKMAP is not set | 929 | CONFIG_INPUT_SPARSEKMAP=y |
| 948 | # CONFIG_INPUT_MATRIXKMAP is not set | ||
| 949 | 930 | ||
| 950 | # | 931 | # |
| 951 | # Userland interfaces | 932 | # Userland interfaces |
| 952 | # | 933 | # |
| 953 | # CONFIG_INPUT_MOUSEDEV is not set | 934 | CONFIG_INPUT_MOUSEDEV=y |
| 935 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
| 936 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 937 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 954 | # CONFIG_INPUT_JOYDEV is not set | 938 | # CONFIG_INPUT_JOYDEV is not set |
| 955 | # CONFIG_INPUT_EVDEV is not set | 939 | CONFIG_INPUT_EVDEV=y |
| 956 | # CONFIG_INPUT_EVBUG is not set | 940 | CONFIG_INPUT_EVBUG=y |
| 957 | 941 | ||
| 958 | # | 942 | # |
| 959 | # Input Device Drivers | 943 | # Input Device Drivers |
| 960 | # | 944 | # |
| 961 | # CONFIG_INPUT_KEYBOARD is not set | 945 | CONFIG_INPUT_KEYBOARD=y |
| 962 | # CONFIG_INPUT_MOUSE is not set | 946 | # CONFIG_KEYBOARD_ADP5588 is not set |
| 947 | # CONFIG_KEYBOARD_ADP5589 is not set | ||
| 948 | CONFIG_KEYBOARD_ATKBD=y | ||
| 949 | # CONFIG_KEYBOARD_QT1070 is not set | ||
| 950 | # CONFIG_KEYBOARD_QT2160 is not set | ||
| 951 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 952 | # CONFIG_KEYBOARD_GPIO is not set | ||
| 953 | # CONFIG_KEYBOARD_TCA6416 is not set | ||
| 954 | # CONFIG_KEYBOARD_TCA8418 is not set | ||
| 955 | # CONFIG_KEYBOARD_MATRIX is not set | ||
| 956 | # CONFIG_KEYBOARD_MAX7359 is not set | ||
| 957 | # CONFIG_KEYBOARD_MCS is not set | ||
| 958 | # CONFIG_KEYBOARD_MPR121 is not set | ||
| 959 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 960 | # CONFIG_KEYBOARD_OPENCORES is not set | ||
| 961 | # CONFIG_KEYBOARD_SAMSUNG is not set | ||
| 962 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
| 963 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 964 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 965 | CONFIG_INPUT_MOUSE=y | ||
| 966 | CONFIG_MOUSE_PS2=y | ||
| 967 | CONFIG_MOUSE_PS2_ALPS=y | ||
| 968 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
| 969 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
| 970 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
| 971 | # CONFIG_MOUSE_PS2_ELANTECH is not set | ||
| 972 | # CONFIG_MOUSE_PS2_SENTELIC is not set | ||
| 973 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
| 974 | # CONFIG_MOUSE_SERIAL is not set | ||
| 975 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
| 976 | # CONFIG_MOUSE_BCM5974 is not set | ||
| 977 | # CONFIG_MOUSE_VSXXXAA is not set | ||
| 978 | # CONFIG_MOUSE_GPIO is not set | ||
| 979 | # CONFIG_MOUSE_SYNAPTICS_I2C is not set | ||
| 963 | # CONFIG_INPUT_JOYSTICK is not set | 980 | # CONFIG_INPUT_JOYSTICK is not set |
| 964 | # CONFIG_INPUT_TABLET is not set | 981 | # CONFIG_INPUT_TABLET is not set |
| 965 | # CONFIG_INPUT_TOUCHSCREEN is not set | 982 | # CONFIG_INPUT_TOUCHSCREEN is not set |
| @@ -984,14 +1001,14 @@ CONFIG_VT=y | |||
| 984 | CONFIG_CONSOLE_TRANSLATIONS=y | 1001 | CONFIG_CONSOLE_TRANSLATIONS=y |
| 985 | CONFIG_VT_CONSOLE=y | 1002 | CONFIG_VT_CONSOLE=y |
| 986 | CONFIG_HW_CONSOLE=y | 1003 | CONFIG_HW_CONSOLE=y |
| 987 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | 1004 | CONFIG_VT_HW_CONSOLE_BINDING=y |
| 988 | CONFIG_UNIX98_PTYS=y | 1005 | CONFIG_UNIX98_PTYS=y |
| 989 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | 1006 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set |
| 990 | # CONFIG_LEGACY_PTYS is not set | 1007 | # CONFIG_LEGACY_PTYS is not set |
| 991 | # CONFIG_SERIAL_NONSTANDARD is not set | 1008 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 992 | # CONFIG_N_GSM is not set | 1009 | # CONFIG_N_GSM is not set |
| 993 | # CONFIG_TRACE_SINK is not set | 1010 | # CONFIG_TRACE_SINK is not set |
| 994 | CONFIG_DEVKMEM=y | 1011 | # CONFIG_DEVKMEM is not set |
| 995 | 1012 | ||
| 996 | # | 1013 | # |
| 997 | # Serial drivers | 1014 | # Serial drivers |
| @@ -1005,7 +1022,6 @@ CONFIG_DEVKMEM=y | |||
| 1005 | # CONFIG_SERIAL_AMBA_PL011 is not set | 1022 | # CONFIG_SERIAL_AMBA_PL011 is not set |
| 1006 | # CONFIG_SERIAL_MAX3100 is not set | 1023 | # CONFIG_SERIAL_MAX3100 is not set |
| 1007 | # CONFIG_SERIAL_MAX3107 is not set | 1024 | # CONFIG_SERIAL_MAX3107 is not set |
| 1008 | # CONFIG_SERIAL_UARTLITE is not set | ||
| 1009 | CONFIG_SERIAL_CORE=y | 1025 | CONFIG_SERIAL_CORE=y |
| 1010 | CONFIG_SERIAL_CORE_CONSOLE=y | 1026 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 1011 | # CONFIG_SERIAL_TIMBERDALE is not set | 1027 | # CONFIG_SERIAL_TIMBERDALE is not set |
| @@ -1016,13 +1032,13 @@ CONFIG_SERIAL_XILINX_PS_UART=y | |||
| 1016 | CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y | 1032 | CONFIG_SERIAL_XILINX_PS_UART_CONSOLE=y |
| 1017 | # CONFIG_TTY_PRINTK is not set | 1033 | # CONFIG_TTY_PRINTK is not set |
| 1018 | # CONFIG_HVC_DCC is not set | 1034 | # CONFIG_HVC_DCC is not set |
| 1019 | # CONFIG_VIRTIO_CONSOLE is not set | ||
| 1020 | # CONFIG_IPMI_HANDLER is not set | 1035 | # CONFIG_IPMI_HANDLER is not set |
| 1021 | # CONFIG_HW_RANDOM is not set | 1036 | # CONFIG_HW_RANDOM is not set |
| 1022 | CONFIG_XILINX_DEVCFG=y | 1037 | CONFIG_XILINX_DEVCFG=y |
| 1023 | # CONFIG_R3964 is not set | 1038 | # CONFIG_R3964 is not set |
| 1024 | # CONFIG_RAW_DRIVER is not set | 1039 | # CONFIG_RAW_DRIVER is not set |
| 1025 | # CONFIG_TCG_TPM is not set | 1040 | # CONFIG_TCG_TPM is not set |
| 1041 | # CONFIG_RAMOOPS is not set | ||
| 1026 | CONFIG_I2C=y | 1042 | CONFIG_I2C=y |
| 1027 | CONFIG_I2C_BOARDINFO=y | 1043 | CONFIG_I2C_BOARDINFO=y |
| 1028 | CONFIG_I2C_COMPAT=y | 1044 | CONFIG_I2C_COMPAT=y |
| @@ -1046,7 +1062,6 @@ CONFIG_I2C_HELPER_AUTO=y | |||
| 1046 | # | 1062 | # |
| 1047 | # CONFIG_I2C_DESIGNWARE_PLATFORM is not set | 1063 | # CONFIG_I2C_DESIGNWARE_PLATFORM is not set |
| 1048 | # CONFIG_I2C_GPIO is not set | 1064 | # CONFIG_I2C_GPIO is not set |
| 1049 | # CONFIG_I2C_NOMADIK is not set | ||
| 1050 | # CONFIG_I2C_OCORES is not set | 1065 | # CONFIG_I2C_OCORES is not set |
| 1051 | # CONFIG_I2C_PCA_PLATFORM is not set | 1066 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 1052 | # CONFIG_I2C_PXA_PCI is not set | 1067 | # CONFIG_I2C_PXA_PCI is not set |
| @@ -1082,10 +1097,10 @@ CONFIG_SPI_MASTER=y | |||
| 1082 | # CONFIG_SPI_OC_TINY is not set | 1097 | # CONFIG_SPI_OC_TINY is not set |
| 1083 | # CONFIG_SPI_PL022 is not set | 1098 | # CONFIG_SPI_PL022 is not set |
| 1084 | # CONFIG_SPI_PXA2XX_PCI is not set | 1099 | # CONFIG_SPI_PXA2XX_PCI is not set |
| 1085 | # CONFIG_SPI_XCOMM is not set | ||
| 1086 | # CONFIG_SPI_XILINX is not set | 1100 | # CONFIG_SPI_XILINX is not set |
| 1087 | CONFIG_SPI_XILINX_PS_QSPI=y | 1101 | CONFIG_SPI_XILINX_PS_QSPI=y |
| 1088 | # CONFIG_SPI_XILINX_PS_SPI is not set | 1102 | # CONFIG_XILINX_PS_QSPI_USE_DUAL_FLASH is not set |
| 1103 | CONFIG_SPI_XILINX_PS_SPI=y | ||
| 1089 | # CONFIG_SPI_DESIGNWARE is not set | 1104 | # CONFIG_SPI_DESIGNWARE is not set |
| 1090 | 1105 | ||
| 1091 | # | 1106 | # |
| @@ -1093,7 +1108,6 @@ CONFIG_SPI_XILINX_PS_QSPI=y | |||
| 1093 | # | 1108 | # |
| 1094 | # CONFIG_SPI_SPIDEV is not set | 1109 | # CONFIG_SPI_SPIDEV is not set |
| 1095 | # CONFIG_SPI_TLE62X0 is not set | 1110 | # CONFIG_SPI_TLE62X0 is not set |
| 1096 | # CONFIG_HSI is not set | ||
| 1097 | 1111 | ||
| 1098 | # | 1112 | # |
| 1099 | # PPS support | 1113 | # PPS support |
| @@ -1113,7 +1127,6 @@ CONFIG_SPI_XILINX_PS_QSPI=y | |||
| 1113 | # | 1127 | # |
| 1114 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | 1128 | CONFIG_ARCH_REQUIRE_GPIOLIB=y |
| 1115 | CONFIG_GPIOLIB=y | 1129 | CONFIG_GPIOLIB=y |
| 1116 | CONFIG_OF_GPIO=y | ||
| 1117 | # CONFIG_DEBUG_GPIO is not set | 1130 | # CONFIG_DEBUG_GPIO is not set |
| 1118 | CONFIG_GPIO_SYSFS=y | 1131 | CONFIG_GPIO_SYSFS=y |
| 1119 | 1132 | ||
| @@ -1121,7 +1134,6 @@ CONFIG_GPIO_SYSFS=y | |||
| 1121 | # Memory mapped GPIO drivers: | 1134 | # Memory mapped GPIO drivers: |
| 1122 | # | 1135 | # |
| 1123 | # CONFIG_GPIO_GENERIC_PLATFORM is not set | 1136 | # CONFIG_GPIO_GENERIC_PLATFORM is not set |
| 1124 | # CONFIG_GPIO_EM is not set | ||
| 1125 | # CONFIG_GPIO_PL061 is not set | 1137 | # CONFIG_GPIO_PL061 is not set |
| 1126 | # CONFIG_GPIO_XILINX is not set | 1138 | # CONFIG_GPIO_XILINX is not set |
| 1127 | CONFIG_GPIO_XILINX_PS=y | 1139 | CONFIG_GPIO_XILINX_PS=y |
| @@ -1156,111 +1168,10 @@ CONFIG_GPIO_XILINX_PS=y | |||
| 1156 | # | 1168 | # |
| 1157 | # CONFIG_W1 is not set | 1169 | # CONFIG_W1 is not set |
| 1158 | # CONFIG_POWER_SUPPLY is not set | 1170 | # CONFIG_POWER_SUPPLY is not set |
| 1159 | # CONFIG_POWER_AVS is not set | 1171 | # CONFIG_HWMON is not set |
| 1160 | CONFIG_HWMON=y | ||
| 1161 | # CONFIG_HWMON_VID is not set | ||
| 1162 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
| 1163 | |||
| 1164 | # | ||
| 1165 | # Native drivers | ||
| 1166 | # | ||
| 1167 | # CONFIG_SENSORS_AD7314 is not set | ||
| 1168 | # CONFIG_SENSORS_AD7414 is not set | ||
| 1169 | # CONFIG_SENSORS_AD7418 is not set | ||
| 1170 | # CONFIG_SENSORS_ADCXX is not set | ||
| 1171 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 1172 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 1173 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 1174 | # CONFIG_SENSORS_ADM1029 is not set | ||
| 1175 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 1176 | # CONFIG_SENSORS_ADM9240 is not set | ||
| 1177 | # CONFIG_SENSORS_ADT7411 is not set | ||
| 1178 | # CONFIG_SENSORS_ADT7462 is not set | ||
| 1179 | # CONFIG_SENSORS_ADT7470 is not set | ||
| 1180 | # CONFIG_SENSORS_ADT7475 is not set | ||
| 1181 | # CONFIG_SENSORS_ASC7621 is not set | ||
| 1182 | # CONFIG_SENSORS_ATXP1 is not set | ||
| 1183 | # CONFIG_SENSORS_DS620 is not set | ||
| 1184 | # CONFIG_SENSORS_DS1621 is not set | ||
| 1185 | # CONFIG_SENSORS_F71805F is not set | ||
| 1186 | # CONFIG_SENSORS_F71882FG is not set | ||
| 1187 | # CONFIG_SENSORS_F75375S is not set | ||
| 1188 | # CONFIG_SENSORS_G760A is not set | ||
| 1189 | # CONFIG_SENSORS_GL518SM is not set | ||
| 1190 | # CONFIG_SENSORS_GL520SM is not set | ||
| 1191 | # CONFIG_SENSORS_GPIO_FAN is not set | ||
| 1192 | # CONFIG_SENSORS_HIH6130 is not set | ||
| 1193 | # CONFIG_SENSORS_IT87 is not set | ||
| 1194 | # CONFIG_SENSORS_JC42 is not set | ||
| 1195 | # CONFIG_SENSORS_LINEAGE is not set | ||
| 1196 | # CONFIG_SENSORS_LM63 is not set | ||
| 1197 | # CONFIG_SENSORS_LM70 is not set | ||
| 1198 | # CONFIG_SENSORS_LM73 is not set | ||
| 1199 | # CONFIG_SENSORS_LM75 is not set | ||
| 1200 | # CONFIG_SENSORS_LM77 is not set | ||
| 1201 | # CONFIG_SENSORS_LM78 is not set | ||
| 1202 | # CONFIG_SENSORS_LM80 is not set | ||
| 1203 | # CONFIG_SENSORS_LM83 is not set | ||
| 1204 | # CONFIG_SENSORS_LM85 is not set | ||
| 1205 | # CONFIG_SENSORS_LM87 is not set | ||
| 1206 | # CONFIG_SENSORS_LM90 is not set | ||
| 1207 | # CONFIG_SENSORS_LM92 is not set | ||
| 1208 | # CONFIG_SENSORS_LM93 is not set | ||
| 1209 | # CONFIG_SENSORS_LTC4151 is not set | ||
| 1210 | # CONFIG_SENSORS_LTC4215 is not set | ||
| 1211 | # CONFIG_SENSORS_LTC4245 is not set | ||
| 1212 | # CONFIG_SENSORS_LTC4261 is not set | ||
| 1213 | # CONFIG_SENSORS_LM95241 is not set | ||
| 1214 | # CONFIG_SENSORS_LM95245 is not set | ||
| 1215 | # CONFIG_SENSORS_MAX1111 is not set | ||
| 1216 | # CONFIG_SENSORS_MAX16065 is not set | ||
| 1217 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 1218 | # CONFIG_SENSORS_MAX1668 is not set | ||
| 1219 | # CONFIG_SENSORS_MAX6639 is not set | ||
| 1220 | # CONFIG_SENSORS_MAX6642 is not set | ||
| 1221 | # CONFIG_SENSORS_MAX6650 is not set | ||
| 1222 | # CONFIG_SENSORS_MCP3021 is not set | ||
| 1223 | # CONFIG_SENSORS_NTC_THERMISTOR is not set | ||
| 1224 | # CONFIG_SENSORS_PC87360 is not set | ||
| 1225 | # CONFIG_SENSORS_PC87427 is not set | ||
| 1226 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 1227 | # CONFIG_PMBUS is not set | ||
| 1228 | # CONFIG_SENSORS_SHT15 is not set | ||
| 1229 | # CONFIG_SENSORS_SHT21 is not set | ||
| 1230 | # CONFIG_SENSORS_SMM665 is not set | ||
| 1231 | # CONFIG_SENSORS_DME1737 is not set | ||
| 1232 | # CONFIG_SENSORS_EMC1403 is not set | ||
| 1233 | # CONFIG_SENSORS_EMC2103 is not set | ||
| 1234 | # CONFIG_SENSORS_EMC6W201 is not set | ||
| 1235 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 1236 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
| 1237 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 1238 | # CONFIG_SENSORS_SCH56XX_COMMON is not set | ||
| 1239 | # CONFIG_SENSORS_SCH5627 is not set | ||
| 1240 | # CONFIG_SENSORS_SCH5636 is not set | ||
| 1241 | # CONFIG_SENSORS_ADS1015 is not set | ||
| 1242 | # CONFIG_SENSORS_ADS7828 is not set | ||
| 1243 | # CONFIG_SENSORS_ADS7871 is not set | ||
| 1244 | # CONFIG_SENSORS_AMC6821 is not set | ||
| 1245 | # CONFIG_SENSORS_INA2XX is not set | ||
| 1246 | # CONFIG_SENSORS_THMC50 is not set | ||
| 1247 | # CONFIG_SENSORS_TMP102 is not set | ||
| 1248 | # CONFIG_SENSORS_TMP401 is not set | ||
| 1249 | # CONFIG_SENSORS_TMP421 is not set | ||
| 1250 | # CONFIG_SENSORS_VT1211 is not set | ||
| 1251 | # CONFIG_SENSORS_W83781D is not set | ||
| 1252 | # CONFIG_SENSORS_W83791D is not set | ||
| 1253 | # CONFIG_SENSORS_W83792D is not set | ||
| 1254 | # CONFIG_SENSORS_W83793 is not set | ||
| 1255 | # CONFIG_SENSORS_W83795 is not set | ||
| 1256 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 1257 | # CONFIG_SENSORS_W83L786NG is not set | ||
| 1258 | # CONFIG_SENSORS_W83627HF is not set | ||
| 1259 | # CONFIG_SENSORS_W83627EHF is not set | ||
| 1260 | CONFIG_SENSORS_XADCPS=y | ||
| 1261 | # CONFIG_THERMAL is not set | 1172 | # CONFIG_THERMAL is not set |
| 1262 | CONFIG_WATCHDOG=y | 1173 | CONFIG_WATCHDOG=y |
| 1263 | CONFIG_WATCHDOG_CORE=y | 1174 | # CONFIG_WATCHDOG_CORE is not set |
| 1264 | # CONFIG_WATCHDOG_NOWAYOUT is not set | 1175 | # CONFIG_WATCHDOG_NOWAYOUT is not set |
| 1265 | 1176 | ||
| 1266 | # | 1177 | # |
| @@ -1271,6 +1182,7 @@ CONFIG_WATCHDOG_CORE=y | |||
| 1271 | # CONFIG_DW_WATCHDOG is not set | 1182 | # CONFIG_DW_WATCHDOG is not set |
| 1272 | # CONFIG_MPCORE_WATCHDOG is not set | 1183 | # CONFIG_MPCORE_WATCHDOG is not set |
| 1273 | CONFIG_XILINX_PS_WATCHDOG=y | 1184 | CONFIG_XILINX_PS_WATCHDOG=y |
| 1185 | # CONFIG_XILINX_SCU_WATCHDOG is not set | ||
| 1274 | # CONFIG_MAX63XX_WATCHDOG is not set | 1186 | # CONFIG_MAX63XX_WATCHDOG is not set |
| 1275 | 1187 | ||
| 1276 | # | 1188 | # |
| @@ -1295,23 +1207,19 @@ CONFIG_BCMA_POSSIBLE=y | |||
| 1295 | # | 1207 | # |
| 1296 | # CONFIG_MFD_CORE is not set | 1208 | # CONFIG_MFD_CORE is not set |
| 1297 | # CONFIG_MFD_88PM860X is not set | 1209 | # CONFIG_MFD_88PM860X is not set |
| 1298 | # CONFIG_MFD_88PM800 is not set | ||
| 1299 | # CONFIG_MFD_88PM805 is not set | ||
| 1300 | # CONFIG_MFD_SM501 is not set | 1210 | # CONFIG_MFD_SM501 is not set |
| 1301 | # CONFIG_MFD_ASIC3 is not set | 1211 | # CONFIG_MFD_ASIC3 is not set |
| 1302 | # CONFIG_HTC_EGPIO is not set | 1212 | # CONFIG_HTC_EGPIO is not set |
| 1303 | # CONFIG_HTC_PASIC3 is not set | 1213 | # CONFIG_HTC_PASIC3 is not set |
| 1304 | # CONFIG_HTC_I2CPLD is not set | 1214 | # CONFIG_HTC_I2CPLD is not set |
| 1305 | # CONFIG_MFD_LM3533 is not set | ||
| 1306 | # CONFIG_TPS6105X is not set | 1215 | # CONFIG_TPS6105X is not set |
| 1307 | # CONFIG_TPS65010 is not set | 1216 | # CONFIG_TPS65010 is not set |
| 1308 | # CONFIG_TPS6507X is not set | 1217 | # CONFIG_TPS6507X is not set |
| 1309 | # CONFIG_MFD_TPS65217 is not set | 1218 | # CONFIG_MFD_TPS6586X is not set |
| 1310 | # CONFIG_MFD_TPS65910 is not set | 1219 | # CONFIG_MFD_TPS65910 is not set |
| 1311 | # CONFIG_MFD_TPS65912_I2C is not set | 1220 | # CONFIG_MFD_TPS65912_I2C is not set |
| 1312 | # CONFIG_MFD_TPS65912_SPI is not set | 1221 | # CONFIG_MFD_TPS65912_SPI is not set |
| 1313 | # CONFIG_TWL4030_CORE is not set | 1222 | # CONFIG_TWL4030_CORE is not set |
| 1314 | # CONFIG_TWL6040_CORE is not set | ||
| 1315 | # CONFIG_MFD_STMPE is not set | 1223 | # CONFIG_MFD_STMPE is not set |
| 1316 | # CONFIG_MFD_TC3589X is not set | 1224 | # CONFIG_MFD_TC3589X is not set |
| 1317 | # CONFIG_MFD_TMIO is not set | 1225 | # CONFIG_MFD_TMIO is not set |
| @@ -1322,31 +1230,211 @@ CONFIG_BCMA_POSSIBLE=y | |||
| 1322 | # CONFIG_MFD_DA9052_SPI is not set | 1230 | # CONFIG_MFD_DA9052_SPI is not set |
| 1323 | # CONFIG_MFD_DA9052_I2C is not set | 1231 | # CONFIG_MFD_DA9052_I2C is not set |
| 1324 | # CONFIG_PMIC_ADP5520 is not set | 1232 | # CONFIG_PMIC_ADP5520 is not set |
| 1325 | # CONFIG_MFD_MAX77686 is not set | ||
| 1326 | # CONFIG_MFD_MAX77693 is not set | ||
| 1327 | # CONFIG_MFD_MAX8925 is not set | 1233 | # CONFIG_MFD_MAX8925 is not set |
| 1328 | # CONFIG_MFD_MAX8997 is not set | 1234 | # CONFIG_MFD_MAX8997 is not set |
| 1329 | # CONFIG_MFD_MAX8998 is not set | 1235 | # CONFIG_MFD_MAX8998 is not set |
| 1330 | # CONFIG_MFD_SEC_CORE is not set | 1236 | # CONFIG_MFD_S5M_CORE is not set |
| 1331 | # CONFIG_MFD_ARIZONA_I2C is not set | ||
| 1332 | # CONFIG_MFD_ARIZONA_SPI is not set | ||
| 1333 | # CONFIG_MFD_WM8400 is not set | 1237 | # CONFIG_MFD_WM8400 is not set |
| 1334 | # CONFIG_MFD_WM831X_I2C is not set | 1238 | # CONFIG_MFD_WM831X_I2C is not set |
| 1335 | # CONFIG_MFD_WM831X_SPI is not set | 1239 | # CONFIG_MFD_WM831X_SPI is not set |
| 1336 | # CONFIG_MFD_WM8350_I2C is not set | 1240 | # CONFIG_MFD_WM8350_I2C is not set |
| 1337 | # CONFIG_MFD_WM8994 is not set | 1241 | # CONFIG_MFD_WM8994 is not set |
| 1338 | # CONFIG_MFD_PCF50633 is not set | 1242 | # CONFIG_MFD_PCF50633 is not set |
| 1339 | # CONFIG_MFD_MC13XXX_SPI is not set | 1243 | # CONFIG_MFD_MC13XXX is not set |
| 1340 | # CONFIG_MFD_MC13XXX_I2C is not set | ||
| 1341 | # CONFIG_ABX500_CORE is not set | 1244 | # CONFIG_ABX500_CORE is not set |
| 1342 | # CONFIG_EZX_PCAP is not set | 1245 | # CONFIG_EZX_PCAP is not set |
| 1343 | # CONFIG_MFD_WL1273_CORE is not set | 1246 | # CONFIG_MFD_WL1273_CORE is not set |
| 1344 | # CONFIG_MFD_TPS65090 is not set | ||
| 1345 | # CONFIG_MFD_AAT2870_CORE is not set | 1247 | # CONFIG_MFD_AAT2870_CORE is not set |
| 1346 | # CONFIG_MFD_RC5T583 is not set | ||
| 1347 | # CONFIG_MFD_PALMAS is not set | ||
| 1348 | # CONFIG_REGULATOR is not set | 1248 | # CONFIG_REGULATOR is not set |
| 1349 | # CONFIG_MEDIA_SUPPORT is not set | 1249 | CONFIG_MEDIA_SUPPORT=y |
| 1250 | |||
| 1251 | # | ||
| 1252 | # Multimedia core support | ||
| 1253 | # | ||
| 1254 | # CONFIG_MEDIA_CONTROLLER is not set | ||
| 1255 | CONFIG_VIDEO_DEV=y | ||
| 1256 | CONFIG_VIDEO_V4L2_COMMON=y | ||
| 1257 | # CONFIG_DVB_CORE is not set | ||
| 1258 | CONFIG_VIDEO_MEDIA=y | ||
| 1259 | |||
| 1260 | # | ||
| 1261 | # Multimedia drivers | ||
| 1262 | # | ||
| 1263 | # CONFIG_RC_CORE is not set | ||
| 1264 | # CONFIG_MEDIA_ATTACH is not set | ||
| 1265 | CONFIG_MEDIA_TUNER=y | ||
| 1266 | # CONFIG_MEDIA_TUNER_CUSTOMISE is not set | ||
| 1267 | CONFIG_MEDIA_TUNER_SIMPLE=y | ||
| 1268 | CONFIG_MEDIA_TUNER_TDA8290=y | ||
| 1269 | CONFIG_MEDIA_TUNER_TDA827X=y | ||
| 1270 | CONFIG_MEDIA_TUNER_TDA18271=y | ||
| 1271 | CONFIG_MEDIA_TUNER_TDA9887=y | ||
| 1272 | CONFIG_MEDIA_TUNER_TEA5761=y | ||
| 1273 | CONFIG_MEDIA_TUNER_TEA5767=y | ||
| 1274 | CONFIG_MEDIA_TUNER_MT20XX=y | ||
| 1275 | CONFIG_MEDIA_TUNER_XC2028=y | ||
| 1276 | CONFIG_MEDIA_TUNER_XC5000=y | ||
| 1277 | CONFIG_MEDIA_TUNER_XC4000=y | ||
| 1278 | CONFIG_MEDIA_TUNER_MC44S803=y | ||
| 1279 | CONFIG_VIDEO_V4L2=y | ||
| 1280 | CONFIG_VIDEOBUF2_CORE=y | ||
| 1281 | CONFIG_VIDEOBUF2_MEMOPS=y | ||
| 1282 | CONFIG_VIDEOBUF2_VMALLOC=y | ||
| 1283 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
| 1284 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
| 1285 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
| 1286 | # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set | ||
| 1287 | |||
| 1288 | # | ||
| 1289 | # Encoders, decoders, sensors and other helper chips | ||
| 1290 | # | ||
| 1291 | |||
| 1292 | # | ||
| 1293 | # Audio decoders, processors and mixers | ||
| 1294 | # | ||
| 1295 | # CONFIG_VIDEO_TVAUDIO is not set | ||
| 1296 | # CONFIG_VIDEO_TDA7432 is not set | ||
| 1297 | # CONFIG_VIDEO_TDA9840 is not set | ||
| 1298 | # CONFIG_VIDEO_TEA6415C is not set | ||
| 1299 | # CONFIG_VIDEO_TEA6420 is not set | ||
| 1300 | # CONFIG_VIDEO_MSP3400 is not set | ||
| 1301 | # CONFIG_VIDEO_CS5345 is not set | ||
| 1302 | # CONFIG_VIDEO_CS53L32A is not set | ||
| 1303 | # CONFIG_VIDEO_TLV320AIC23B is not set | ||
| 1304 | # CONFIG_VIDEO_WM8775 is not set | ||
| 1305 | # CONFIG_VIDEO_WM8739 is not set | ||
| 1306 | # CONFIG_VIDEO_VP27SMPX is not set | ||
| 1307 | |||
| 1308 | # | ||
| 1309 | # RDS decoders | ||
| 1310 | # | ||
| 1311 | # CONFIG_VIDEO_SAA6588 is not set | ||
| 1312 | |||
| 1313 | # | ||
| 1314 | # Video decoders | ||
| 1315 | # | ||
| 1316 | # CONFIG_VIDEO_ADV7180 is not set | ||
| 1317 | # CONFIG_VIDEO_BT819 is not set | ||
| 1318 | # CONFIG_VIDEO_BT856 is not set | ||
| 1319 | # CONFIG_VIDEO_BT866 is not set | ||
| 1320 | # CONFIG_VIDEO_KS0127 is not set | ||
| 1321 | # CONFIG_VIDEO_SAA7110 is not set | ||
| 1322 | # CONFIG_VIDEO_SAA711X is not set | ||
| 1323 | # CONFIG_VIDEO_SAA7191 is not set | ||
| 1324 | # CONFIG_VIDEO_TVP514X is not set | ||
| 1325 | # CONFIG_VIDEO_TVP5150 is not set | ||
| 1326 | # CONFIG_VIDEO_TVP7002 is not set | ||
| 1327 | # CONFIG_VIDEO_VPX3220 is not set | ||
| 1328 | |||
| 1329 | # | ||
| 1330 | # Video and audio decoders | ||
| 1331 | # | ||
| 1332 | # CONFIG_VIDEO_SAA717X is not set | ||
| 1333 | # CONFIG_VIDEO_CX25840 is not set | ||
| 1334 | |||
| 1335 | # | ||
| 1336 | # MPEG video encoders | ||
| 1337 | # | ||
| 1338 | # CONFIG_VIDEO_CX2341X is not set | ||
| 1339 | |||
| 1340 | # | ||
| 1341 | # Video encoders | ||
| 1342 | # | ||
| 1343 | # CONFIG_VIDEO_SAA7127 is not set | ||
| 1344 | # CONFIG_VIDEO_SAA7185 is not set | ||
| 1345 | # CONFIG_VIDEO_ADV7170 is not set | ||
| 1346 | # CONFIG_VIDEO_ADV7175 is not set | ||
| 1347 | # CONFIG_VIDEO_ADV7343 is not set | ||
| 1348 | # CONFIG_VIDEO_AK881X is not set | ||
| 1349 | |||
| 1350 | # | ||
| 1351 | # Camera sensor devices | ||
| 1352 | # | ||
| 1353 | # CONFIG_VIDEO_OV7670 is not set | ||
| 1354 | # CONFIG_VIDEO_MT9V011 is not set | ||
| 1355 | # CONFIG_VIDEO_TCM825X is not set | ||
| 1356 | # CONFIG_VIDEO_SR030PC30 is not set | ||
| 1357 | |||
| 1358 | # | ||
| 1359 | # Flash devices | ||
| 1360 | # | ||
| 1361 | |||
| 1362 | # | ||
| 1363 | # Video improvement chips | ||
| 1364 | # | ||
| 1365 | # CONFIG_VIDEO_UPD64031A is not set | ||
| 1366 | # CONFIG_VIDEO_UPD64083 is not set | ||
| 1367 | |||
| 1368 | # | ||
| 1369 | # Miscelaneous helper chips | ||
| 1370 | # | ||
| 1371 | # CONFIG_VIDEO_THS7303 is not set | ||
| 1372 | # CONFIG_VIDEO_M52790 is not set | ||
| 1373 | # CONFIG_VIDEO_VIVI is not set | ||
| 1374 | CONFIG_V4L_USB_DRIVERS=y | ||
| 1375 | CONFIG_USB_VIDEO_CLASS=y | ||
| 1376 | CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y | ||
| 1377 | CONFIG_USB_GSPCA=y | ||
| 1378 | # CONFIG_USB_M5602 is not set | ||
| 1379 | # CONFIG_USB_STV06XX is not set | ||
| 1380 | # CONFIG_USB_GL860 is not set | ||
| 1381 | # CONFIG_USB_GSPCA_BENQ is not set | ||
| 1382 | # CONFIG_USB_GSPCA_CONEX is not set | ||
| 1383 | # CONFIG_USB_GSPCA_CPIA1 is not set | ||
| 1384 | # CONFIG_USB_GSPCA_ETOMS is not set | ||
| 1385 | # CONFIG_USB_GSPCA_FINEPIX is not set | ||
| 1386 | # CONFIG_USB_GSPCA_JEILINJ is not set | ||
| 1387 | # CONFIG_USB_GSPCA_JL2005BCD is not set | ||
| 1388 | # CONFIG_USB_GSPCA_KINECT is not set | ||
| 1389 | # CONFIG_USB_GSPCA_KONICA is not set | ||
| 1390 | # CONFIG_USB_GSPCA_MARS is not set | ||
| 1391 | # CONFIG_USB_GSPCA_MR97310A is not set | ||
| 1392 | # CONFIG_USB_GSPCA_NW80X is not set | ||
| 1393 | # CONFIG_USB_GSPCA_OV519 is not set | ||
| 1394 | # CONFIG_USB_GSPCA_OV534 is not set | ||
| 1395 | # CONFIG_USB_GSPCA_OV534_9 is not set | ||
| 1396 | # CONFIG_USB_GSPCA_PAC207 is not set | ||
| 1397 | # CONFIG_USB_GSPCA_PAC7302 is not set | ||
| 1398 | # CONFIG_USB_GSPCA_PAC7311 is not set | ||
| 1399 | # CONFIG_USB_GSPCA_SE401 is not set | ||
| 1400 | # CONFIG_USB_GSPCA_SN9C2028 is not set | ||
| 1401 | # CONFIG_USB_GSPCA_SN9C20X is not set | ||
| 1402 | # CONFIG_USB_GSPCA_SONIXB is not set | ||
| 1403 | # CONFIG_USB_GSPCA_SONIXJ is not set | ||
| 1404 | # CONFIG_USB_GSPCA_SPCA500 is not set | ||
| 1405 | # CONFIG_USB_GSPCA_SPCA501 is not set | ||
| 1406 | # CONFIG_USB_GSPCA_SPCA505 is not set | ||
| 1407 | # CONFIG_USB_GSPCA_SPCA506 is not set | ||
| 1408 | # CONFIG_USB_GSPCA_SPCA508 is not set | ||
| 1409 | # CONFIG_USB_GSPCA_SPCA561 is not set | ||
| 1410 | # CONFIG_USB_GSPCA_SPCA1528 is not set | ||
| 1411 | # CONFIG_USB_GSPCA_SQ905 is not set | ||
| 1412 | # CONFIG_USB_GSPCA_SQ905C is not set | ||
| 1413 | # CONFIG_USB_GSPCA_SQ930X is not set | ||
| 1414 | # CONFIG_USB_GSPCA_STK014 is not set | ||
| 1415 | # CONFIG_USB_GSPCA_STV0680 is not set | ||
| 1416 | # CONFIG_USB_GSPCA_SUNPLUS is not set | ||
| 1417 | # CONFIG_USB_GSPCA_T613 is not set | ||
| 1418 | # CONFIG_USB_GSPCA_TOPRO is not set | ||
| 1419 | # CONFIG_USB_GSPCA_TV8532 is not set | ||
| 1420 | # CONFIG_USB_GSPCA_VC032X is not set | ||
| 1421 | # CONFIG_USB_GSPCA_VICAM is not set | ||
| 1422 | # CONFIG_USB_GSPCA_XIRLINK_CIT is not set | ||
| 1423 | # CONFIG_USB_GSPCA_ZC3XX is not set | ||
| 1424 | # CONFIG_VIDEO_PVRUSB2 is not set | ||
| 1425 | # CONFIG_VIDEO_HDPVR is not set | ||
| 1426 | # CONFIG_VIDEO_EM28XX is not set | ||
| 1427 | # CONFIG_VIDEO_USBVISION is not set | ||
| 1428 | # CONFIG_USB_ET61X251 is not set | ||
| 1429 | # CONFIG_USB_SN9C102 is not set | ||
| 1430 | # CONFIG_USB_PWC is not set | ||
| 1431 | # CONFIG_VIDEO_CPIA2 is not set | ||
| 1432 | # CONFIG_USB_ZR364XX is not set | ||
| 1433 | # CONFIG_USB_STKWEBCAM is not set | ||
| 1434 | # CONFIG_USB_S2255 is not set | ||
| 1435 | # CONFIG_V4L_PLATFORM_DRIVERS is not set | ||
| 1436 | # CONFIG_V4L_MEM2MEM_DRIVERS is not set | ||
| 1437 | # CONFIG_RADIO_ADAPTERS is not set | ||
| 1350 | 1438 | ||
| 1351 | # | 1439 | # |
| 1352 | # Graphics support | 1440 | # Graphics support |
| @@ -1358,9 +1446,9 @@ CONFIG_FB=y | |||
| 1358 | # CONFIG_FIRMWARE_EDID is not set | 1446 | # CONFIG_FIRMWARE_EDID is not set |
| 1359 | # CONFIG_FB_DDC is not set | 1447 | # CONFIG_FB_DDC is not set |
| 1360 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | 1448 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set |
| 1361 | # CONFIG_FB_CFB_FILLRECT is not set | 1449 | CONFIG_FB_CFB_FILLRECT=y |
| 1362 | # CONFIG_FB_CFB_COPYAREA is not set | 1450 | CONFIG_FB_CFB_COPYAREA=y |
| 1363 | # CONFIG_FB_CFB_IMAGEBLIT is not set | 1451 | CONFIG_FB_CFB_IMAGEBLIT=y |
| 1364 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | 1452 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set |
| 1365 | # CONFIG_FB_SYS_FILLRECT is not set | 1453 | # CONFIG_FB_SYS_FILLRECT is not set |
| 1366 | # CONFIG_FB_SYS_COPYAREA is not set | 1454 | # CONFIG_FB_SYS_COPYAREA is not set |
| @@ -1378,6 +1466,7 @@ CONFIG_FB=y | |||
| 1378 | # Frame buffer hardware drivers | 1466 | # Frame buffer hardware drivers |
| 1379 | # | 1467 | # |
| 1380 | # CONFIG_FB_ARMCLCD is not set | 1468 | # CONFIG_FB_ARMCLCD is not set |
| 1469 | # CONFIG_FB_UVESA is not set | ||
| 1381 | # CONFIG_FB_S1D13XXX is not set | 1470 | # CONFIG_FB_S1D13XXX is not set |
| 1382 | # CONFIG_FB_SMSCUFX is not set | 1471 | # CONFIG_FB_SMSCUFX is not set |
| 1383 | # CONFIG_FB_UDL is not set | 1472 | # CONFIG_FB_UDL is not set |
| @@ -1385,9 +1474,11 @@ CONFIG_FB=y | |||
| 1385 | # CONFIG_FB_VIRTUAL is not set | 1474 | # CONFIG_FB_VIRTUAL is not set |
| 1386 | # CONFIG_FB_METRONOME is not set | 1475 | # CONFIG_FB_METRONOME is not set |
| 1387 | # CONFIG_FB_BROADSHEET is not set | 1476 | # CONFIG_FB_BROADSHEET is not set |
| 1388 | # CONFIG_FB_AUO_K190X is not set | 1477 | CONFIG_FB_XYLON=y |
| 1389 | # CONFIG_FB_XYLON is not set | 1478 | # CONFIG_FB_XYLON_PLATFORM is not set |
| 1390 | # CONFIG_EXYNOS_VIDEO is not set | 1479 | CONFIG_FB_XYLON_NUM_FBS=0 |
| 1480 | # CONFIG_FB_XYLON_ZYNQ_PS_PIXCLK is not set | ||
| 1481 | # CONFIG_FB_XYLON_ZC702_PIXCLK is not set | ||
| 1391 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 1482 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
| 1392 | 1483 | ||
| 1393 | # | 1484 | # |
| @@ -1410,14 +1501,16 @@ CONFIG_FONT_8x16=y | |||
| 1410 | # CONFIG_FONT_10x18 is not set | 1501 | # CONFIG_FONT_10x18 is not set |
| 1411 | # CONFIG_LOGO is not set | 1502 | # CONFIG_LOGO is not set |
| 1412 | # CONFIG_SOUND is not set | 1503 | # CONFIG_SOUND is not set |
| 1504 | CONFIG_HID_SUPPORT=y | ||
| 1505 | CONFIG_HID=y | ||
| 1506 | # CONFIG_HIDRAW is not set | ||
| 1413 | 1507 | ||
| 1414 | # | 1508 | # |
| 1415 | # HID support | 1509 | # USB Input Devices |
| 1416 | # | 1510 | # |
| 1417 | CONFIG_HID=y | 1511 | CONFIG_USB_HID=y |
| 1418 | # CONFIG_HIDRAW is not set | 1512 | # CONFIG_HID_PID is not set |
| 1419 | # CONFIG_UHID is not set | 1513 | # CONFIG_USB_HIDDEV is not set |
| 1420 | CONFIG_HID_GENERIC=y | ||
| 1421 | 1514 | ||
| 1422 | # | 1515 | # |
| 1423 | # Special HID drivers | 1516 | # Special HID drivers |
| @@ -1425,7 +1518,6 @@ CONFIG_HID_GENERIC=y | |||
| 1425 | # CONFIG_HID_A4TECH is not set | 1518 | # CONFIG_HID_A4TECH is not set |
| 1426 | # CONFIG_HID_ACRUX is not set | 1519 | # CONFIG_HID_ACRUX is not set |
| 1427 | # CONFIG_HID_APPLE is not set | 1520 | # CONFIG_HID_APPLE is not set |
| 1428 | # CONFIG_HID_AUREAL is not set | ||
| 1429 | # CONFIG_HID_BELKIN is not set | 1521 | # CONFIG_HID_BELKIN is not set |
| 1430 | # CONFIG_HID_CHERRY is not set | 1522 | # CONFIG_HID_CHERRY is not set |
| 1431 | # CONFIG_HID_CHICONY is not set | 1523 | # CONFIG_HID_CHICONY is not set |
| @@ -1442,9 +1534,8 @@ CONFIG_HID_GENERIC=y | |||
| 1442 | # CONFIG_HID_TWINHAN is not set | 1534 | # CONFIG_HID_TWINHAN is not set |
| 1443 | # CONFIG_HID_KENSINGTON is not set | 1535 | # CONFIG_HID_KENSINGTON is not set |
| 1444 | # CONFIG_HID_LCPOWER is not set | 1536 | # CONFIG_HID_LCPOWER is not set |
| 1445 | # CONFIG_HID_LENOVO_TPKBD is not set | ||
| 1446 | # CONFIG_HID_LOGITECH is not set | 1537 | # CONFIG_HID_LOGITECH is not set |
| 1447 | # CONFIG_HID_MICROSOFT is not set | 1538 | CONFIG_HID_MICROSOFT=y |
| 1448 | # CONFIG_HID_MONTEREY is not set | 1539 | # CONFIG_HID_MONTEREY is not set |
| 1449 | # CONFIG_HID_MULTITOUCH is not set | 1540 | # CONFIG_HID_MULTITOUCH is not set |
| 1450 | # CONFIG_HID_NTRIG is not set | 1541 | # CONFIG_HID_NTRIG is not set |
| @@ -1454,45 +1545,38 @@ CONFIG_HID_GENERIC=y | |||
| 1454 | # CONFIG_HID_PICOLCD is not set | 1545 | # CONFIG_HID_PICOLCD is not set |
| 1455 | # CONFIG_HID_PRIMAX is not set | 1546 | # CONFIG_HID_PRIMAX is not set |
| 1456 | # CONFIG_HID_ROCCAT is not set | 1547 | # CONFIG_HID_ROCCAT is not set |
| 1457 | # CONFIG_HID_SAITEK is not set | ||
| 1458 | # CONFIG_HID_SAMSUNG is not set | 1548 | # CONFIG_HID_SAMSUNG is not set |
| 1459 | # CONFIG_HID_SONY is not set | 1549 | # CONFIG_HID_SONY is not set |
| 1460 | # CONFIG_HID_SPEEDLINK is not set | 1550 | # CONFIG_HID_SPEEDLINK is not set |
| 1461 | # CONFIG_HID_SUNPLUS is not set | 1551 | # CONFIG_HID_SUNPLUS is not set |
| 1462 | # CONFIG_HID_GREENASIA is not set | 1552 | # CONFIG_HID_GREENASIA is not set |
| 1463 | # CONFIG_HID_SMARTJOYPLUS is not set | 1553 | # CONFIG_HID_SMARTJOYPLUS is not set |
| 1464 | # CONFIG_HID_TIVO is not set | ||
| 1465 | # CONFIG_HID_TOPSEED is not set | 1554 | # CONFIG_HID_TOPSEED is not set |
| 1466 | # CONFIG_HID_THRUSTMASTER is not set | 1555 | # CONFIG_HID_THRUSTMASTER is not set |
| 1467 | # CONFIG_HID_ZEROPLUS is not set | 1556 | # CONFIG_HID_ZEROPLUS is not set |
| 1468 | # CONFIG_HID_ZYDACRON is not set | 1557 | # CONFIG_HID_ZYDACRON is not set |
| 1469 | |||
| 1470 | # | ||
| 1471 | # USB HID support | ||
| 1472 | # | ||
| 1473 | CONFIG_USB_HID=y | ||
| 1474 | # CONFIG_HID_PID is not set | ||
| 1475 | # CONFIG_USB_HIDDEV is not set | ||
| 1476 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 1477 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
| 1478 | # CONFIG_USB_ARCH_HAS_XHCI is not set | ||
| 1479 | CONFIG_USB_SUPPORT=y | 1558 | CONFIG_USB_SUPPORT=y |
| 1480 | CONFIG_USB_COMMON=y | 1559 | CONFIG_USB_COMMON=y |
| 1481 | CONFIG_USB_ARCH_HAS_HCD=y | 1560 | CONFIG_USB_ARCH_HAS_HCD=y |
| 1561 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 1562 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
| 1563 | # CONFIG_USB_ARCH_HAS_XHCI is not set | ||
| 1482 | CONFIG_USB=y | 1564 | CONFIG_USB=y |
| 1483 | # CONFIG_USB_DEBUG is not set | 1565 | # CONFIG_USB_DEBUG is not set |
| 1484 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | 1566 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set |
| 1485 | 1567 | ||
| 1486 | # | 1568 | # |
| 1487 | # Miscellaneous USB options | 1569 | # Miscellaneous USB options |
| 1488 | # | 1570 | # |
| 1571 | CONFIG_USB_DEVICEFS=y | ||
| 1572 | CONFIG_USB_DEVICE_CLASS=y | ||
| 1489 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1573 | # CONFIG_USB_DYNAMIC_MINORS is not set |
| 1490 | CONFIG_USB_SUSPEND=y | 1574 | CONFIG_USB_SUSPEND=y |
| 1491 | CONFIG_USB_OTG=y | 1575 | CONFIG_USB_OTG=y |
| 1492 | # CONFIG_USB_OTG_WHITELIST is not set | 1576 | # CONFIG_USB_OTG_WHITELIST is not set |
| 1493 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 1577 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 1494 | # CONFIG_USB_DWC3 is not set | 1578 | # CONFIG_USB_DWC3 is not set |
| 1495 | CONFIG_USB_MON=y | 1579 | # CONFIG_USB_MON is not set |
| 1496 | # CONFIG_USB_WUSB_CBAF is not set | 1580 | # CONFIG_USB_WUSB_CBAF is not set |
| 1497 | 1581 | ||
| 1498 | # | 1582 | # |
| @@ -1501,18 +1585,17 @@ CONFIG_USB_MON=y | |||
| 1501 | # CONFIG_USB_C67X00_HCD is not set | 1585 | # CONFIG_USB_C67X00_HCD is not set |
| 1502 | CONFIG_USB_EHCI_HCD=y | 1586 | CONFIG_USB_EHCI_HCD=y |
| 1503 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | 1587 | CONFIG_USB_EHCI_ROOT_HUB_TT=y |
| 1504 | CONFIG_USB_EHCI_TT_NEWSCHED=y | 1588 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
| 1505 | CONFIG_USB_XUSBPS_DR_OF=y | 1589 | CONFIG_USB_XUSBPS_DR_OF=y |
| 1506 | CONFIG_USB_EHCI_XUSBPS=y | 1590 | CONFIG_USB_EHCI_XUSBPS=y |
| 1591 | # CONFIG_USB_EHCI_MV is not set | ||
| 1507 | # CONFIG_USB_OXU210HP_HCD is not set | 1592 | # CONFIG_USB_OXU210HP_HCD is not set |
| 1508 | # CONFIG_USB_ISP116X_HCD is not set | 1593 | # CONFIG_USB_ISP116X_HCD is not set |
| 1509 | # CONFIG_USB_ISP1760_HCD is not set | 1594 | # CONFIG_USB_ISP1760_HCD is not set |
| 1510 | # CONFIG_USB_ISP1362_HCD is not set | 1595 | # CONFIG_USB_ISP1362_HCD is not set |
| 1511 | # CONFIG_USB_EHCI_HCD_PLATFORM is not set | ||
| 1512 | # CONFIG_USB_SL811_HCD is not set | 1596 | # CONFIG_USB_SL811_HCD is not set |
| 1513 | # CONFIG_USB_R8A66597_HCD is not set | 1597 | # CONFIG_USB_R8A66597_HCD is not set |
| 1514 | # CONFIG_USB_MUSB_HDRC is not set | 1598 | # CONFIG_USB_MUSB_HDRC is not set |
| 1515 | # CONFIG_USB_CHIPIDEA is not set | ||
| 1516 | # CONFIG_USB_RENESAS_USBHS is not set | 1599 | # CONFIG_USB_RENESAS_USBHS is not set |
| 1517 | 1600 | ||
| 1518 | # | 1601 | # |
| @@ -1582,26 +1665,16 @@ CONFIG_USB_STORAGE=y | |||
| 1582 | # CONFIG_USB_TEST is not set | 1665 | # CONFIG_USB_TEST is not set |
| 1583 | # CONFIG_USB_ISIGHTFW is not set | 1666 | # CONFIG_USB_ISIGHTFW is not set |
| 1584 | # CONFIG_USB_YUREX is not set | 1667 | # CONFIG_USB_YUREX is not set |
| 1585 | |||
| 1586 | # | ||
| 1587 | # USB Physical Layer drivers | ||
| 1588 | # | ||
| 1589 | # CONFIG_USB_ISP1301 is not set | ||
| 1590 | CONFIG_USB_GADGET=y | 1668 | CONFIG_USB_GADGET=y |
| 1591 | # CONFIG_USB_GADGET_DEBUG is not set | 1669 | # CONFIG_USB_GADGET_DEBUG is not set |
| 1592 | # CONFIG_USB_GADGET_DEBUG_FILES is not set | 1670 | # CONFIG_USB_GADGET_DEBUG_FILES is not set |
| 1593 | # CONFIG_USB_GADGET_DEBUG_FS is not set | ||
| 1594 | CONFIG_USB_GADGET_VBUS_DRAW=2 | 1671 | CONFIG_USB_GADGET_VBUS_DRAW=2 |
| 1595 | CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 | 1672 | CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 |
| 1596 | |||
| 1597 | # | ||
| 1598 | # USB Peripheral Controller | ||
| 1599 | # | ||
| 1600 | CONFIG_USB_GADGET_XUSBPS=y | 1673 | CONFIG_USB_GADGET_XUSBPS=y |
| 1601 | # CONFIG_XUSBPS_ERRATA_DT654401 is not set | ||
| 1602 | CONFIG_USB_XUSBPS=y | 1674 | CONFIG_USB_XUSBPS=y |
| 1603 | CONFIG_USB_FUSB300=y | 1675 | # CONFIG_USB_FUSB300 is not set |
| 1604 | # CONFIG_USB_R8A66597 is not set | 1676 | # CONFIG_USB_R8A66597 is not set |
| 1677 | # CONFIG_USB_GADGET_XILINX is not set | ||
| 1605 | # CONFIG_USB_MV_UDC is not set | 1678 | # CONFIG_USB_MV_UDC is not set |
| 1606 | # CONFIG_USB_M66592 is not set | 1679 | # CONFIG_USB_M66592 is not set |
| 1607 | # CONFIG_USB_NET2272 is not set | 1680 | # CONFIG_USB_NET2272 is not set |
| @@ -1613,7 +1686,8 @@ CONFIG_USB_ZERO=m | |||
| 1613 | # CONFIG_USB_G_NCM is not set | 1686 | # CONFIG_USB_G_NCM is not set |
| 1614 | # CONFIG_USB_GADGETFS is not set | 1687 | # CONFIG_USB_GADGETFS is not set |
| 1615 | # CONFIG_USB_FUNCTIONFS is not set | 1688 | # CONFIG_USB_FUNCTIONFS is not set |
| 1616 | # CONFIG_USB_FILE_STORAGE is not set | 1689 | CONFIG_USB_FILE_STORAGE=m |
| 1690 | # CONFIG_USB_FILE_STORAGE_TEST is not set | ||
| 1617 | # CONFIG_USB_MASS_STORAGE is not set | 1691 | # CONFIG_USB_MASS_STORAGE is not set |
| 1618 | # CONFIG_USB_G_SERIAL is not set | 1692 | # CONFIG_USB_G_SERIAL is not set |
| 1619 | # CONFIG_USB_G_PRINTER is not set | 1693 | # CONFIG_USB_G_PRINTER is not set |
| @@ -1622,14 +1696,14 @@ CONFIG_USB_ZERO=m | |||
| 1622 | # CONFIG_USB_G_MULTI is not set | 1696 | # CONFIG_USB_G_MULTI is not set |
| 1623 | # CONFIG_USB_G_HID is not set | 1697 | # CONFIG_USB_G_HID is not set |
| 1624 | # CONFIG_USB_G_DBGP is not set | 1698 | # CONFIG_USB_G_DBGP is not set |
| 1699 | # CONFIG_USB_G_WEBCAM is not set | ||
| 1625 | 1700 | ||
| 1626 | # | 1701 | # |
| 1627 | # OTG and related infrastructure | 1702 | # OTG and related infrastructure |
| 1628 | # | 1703 | # |
| 1629 | CONFIG_USB_OTG_UTILS=y | 1704 | CONFIG_USB_OTG_UTILS=y |
| 1630 | # CONFIG_USB_GPIO_VBUS is not set | 1705 | # CONFIG_USB_GPIO_VBUS is not set |
| 1631 | CONFIG_USB_ULPI=y | 1706 | # CONFIG_USB_ULPI is not set |
| 1632 | CONFIG_USB_ULPI_VIEWPORT=y | ||
| 1633 | # CONFIG_NOP_USB_XCEIV is not set | 1707 | # CONFIG_NOP_USB_XCEIV is not set |
| 1634 | CONFIG_USB_XUSBPS_OTG=y | 1708 | CONFIG_USB_XUSBPS_OTG=y |
| 1635 | CONFIG_MMC=y | 1709 | CONFIG_MMC=y |
| @@ -1655,21 +1729,89 @@ CONFIG_MMC_SDHCI_PLTFM=y | |||
| 1655 | CONFIG_MMC_SDHCI_OF_XILINX_PS=y | 1729 | CONFIG_MMC_SDHCI_OF_XILINX_PS=y |
| 1656 | # CONFIG_MMC_SDHCI_PXAV3 is not set | 1730 | # CONFIG_MMC_SDHCI_PXAV3 is not set |
| 1657 | # CONFIG_MMC_SDHCI_PXAV2 is not set | 1731 | # CONFIG_MMC_SDHCI_PXAV2 is not set |
| 1732 | # CONFIG_MMC_WBSD is not set | ||
| 1658 | # CONFIG_MMC_DW is not set | 1733 | # CONFIG_MMC_DW is not set |
| 1659 | # CONFIG_MMC_VUB300 is not set | 1734 | # CONFIG_MMC_VUB300 is not set |
| 1660 | # CONFIG_MMC_USHC is not set | 1735 | # CONFIG_MMC_USHC is not set |
| 1661 | # CONFIG_MEMSTICK is not set | 1736 | # CONFIG_MEMSTICK is not set |
| 1662 | # CONFIG_NEW_LEDS is not set | 1737 | # CONFIG_NEW_LEDS is not set |
| 1663 | # CONFIG_ACCESSIBILITY is not set | 1738 | # CONFIG_ACCESSIBILITY is not set |
| 1664 | # CONFIG_EDAC is not set | ||
| 1665 | CONFIG_RTC_LIB=y | 1739 | CONFIG_RTC_LIB=y |
| 1666 | # CONFIG_RTC_CLASS is not set | 1740 | CONFIG_RTC_CLASS=y |
| 1741 | CONFIG_RTC_HCTOSYS=y | ||
| 1742 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 1743 | # CONFIG_RTC_DEBUG is not set | ||
| 1744 | |||
| 1745 | # | ||
| 1746 | # RTC interfaces | ||
| 1747 | # | ||
| 1748 | CONFIG_RTC_INTF_SYSFS=y | ||
| 1749 | CONFIG_RTC_INTF_PROC=y | ||
| 1750 | CONFIG_RTC_INTF_DEV=y | ||
| 1751 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 1752 | # CONFIG_RTC_DRV_TEST is not set | ||
| 1753 | |||
| 1754 | # | ||
| 1755 | # I2C RTC drivers | ||
| 1756 | # | ||
| 1757 | # CONFIG_RTC_DRV_DS1307 is not set | ||
| 1758 | # CONFIG_RTC_DRV_DS1374 is not set | ||
| 1759 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 1760 | # CONFIG_RTC_DRV_DS3232 is not set | ||
| 1761 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
| 1762 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 1763 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 1764 | # CONFIG_RTC_DRV_ISL12022 is not set | ||
| 1765 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 1766 | CONFIG_RTC_DRV_PCF8563=y | ||
| 1767 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 1768 | # CONFIG_RTC_DRV_M41T80 is not set | ||
| 1769 | # CONFIG_RTC_DRV_BQ32K is not set | ||
| 1770 | # CONFIG_RTC_DRV_S35390A is not set | ||
| 1771 | # CONFIG_RTC_DRV_FM3130 is not set | ||
| 1772 | # CONFIG_RTC_DRV_RX8581 is not set | ||
| 1773 | # CONFIG_RTC_DRV_RX8025 is not set | ||
| 1774 | # CONFIG_RTC_DRV_EM3027 is not set | ||
| 1775 | # CONFIG_RTC_DRV_RV3029C2 is not set | ||
| 1776 | |||
| 1777 | # | ||
| 1778 | # SPI RTC drivers | ||
| 1779 | # | ||
| 1780 | # CONFIG_RTC_DRV_M41T93 is not set | ||
| 1781 | # CONFIG_RTC_DRV_M41T94 is not set | ||
| 1782 | # CONFIG_RTC_DRV_DS1305 is not set | ||
| 1783 | # CONFIG_RTC_DRV_DS1390 is not set | ||
| 1784 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
| 1785 | # CONFIG_RTC_DRV_R9701 is not set | ||
| 1786 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
| 1787 | # CONFIG_RTC_DRV_DS3234 is not set | ||
| 1788 | # CONFIG_RTC_DRV_PCF2123 is not set | ||
| 1789 | |||
| 1790 | # | ||
| 1791 | # Platform RTC drivers | ||
| 1792 | # | ||
| 1793 | # CONFIG_RTC_DRV_CMOS is not set | ||
| 1794 | # CONFIG_RTC_DRV_DS1286 is not set | ||
| 1795 | # CONFIG_RTC_DRV_DS1511 is not set | ||
| 1796 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 1797 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 1798 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
| 1799 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 1800 | # CONFIG_RTC_DRV_M48T35 is not set | ||
| 1801 | # CONFIG_RTC_DRV_M48T59 is not set | ||
| 1802 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
| 1803 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
| 1804 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
| 1805 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 1806 | |||
| 1807 | # | ||
| 1808 | # on-CPU RTC drivers | ||
| 1809 | # | ||
| 1810 | # CONFIG_RTC_DRV_PL030 is not set | ||
| 1811 | # CONFIG_RTC_DRV_PL031 is not set | ||
| 1667 | # CONFIG_DMADEVICES is not set | 1812 | # CONFIG_DMADEVICES is not set |
| 1668 | # CONFIG_AUXDISPLAY is not set | 1813 | # CONFIG_AUXDISPLAY is not set |
| 1669 | CONFIG_UIO=y | 1814 | # CONFIG_UIO is not set |
| 1670 | CONFIG_UIO_PDRV_GENIRQ=y | ||
| 1671 | CONFIG_VIRTIO=y | ||
| 1672 | CONFIG_VIRTIO_RING=y | ||
| 1673 | 1815 | ||
| 1674 | # | 1816 | # |
| 1675 | # Virtio drivers | 1817 | # Virtio drivers |
| @@ -1688,54 +1830,29 @@ CONFIG_COMMON_CLK=y | |||
| 1688 | # | 1830 | # |
| 1689 | # Common Clock Framework | 1831 | # Common Clock Framework |
| 1690 | # | 1832 | # |
| 1833 | # CONFIG_COMMON_CLK_DISABLE_UNUSED is not set | ||
| 1691 | # CONFIG_COMMON_CLK_DEBUG is not set | 1834 | # CONFIG_COMMON_CLK_DEBUG is not set |
| 1692 | 1835 | ||
| 1693 | # | 1836 | # |
| 1694 | # Hardware Spinlock drivers | 1837 | # Hardware Spinlock drivers |
| 1695 | # | 1838 | # |
| 1696 | CONFIG_IOMMU_SUPPORT=y | 1839 | CONFIG_IOMMU_SUPPORT=y |
| 1697 | CONFIG_OF_IOMMU=y | 1840 | # CONFIG_VIRT_DRIVERS is not set |
| 1698 | |||
| 1699 | # | ||
| 1700 | # Remoteproc drivers (EXPERIMENTAL) | ||
| 1701 | # | ||
| 1702 | CONFIG_REMOTEPROC=y | ||
| 1703 | CONFIG_ZYNQ_REMOTEPROC=y | ||
| 1704 | CONFIG_MB_REMOTEPROC=m | ||
| 1705 | |||
| 1706 | # | ||
| 1707 | # Rpmsg drivers (EXPERIMENTAL) | ||
| 1708 | # | ||
| 1709 | CONFIG_RPMSG=y | ||
| 1710 | CONFIG_RPMSG_SERVER_SAMPLE=y | ||
| 1711 | CONFIG_RPMSG_OMX=m | ||
| 1712 | # CONFIG_RPMSG_FREERTOS_STAT is not set | ||
| 1713 | CONFIG_VIRT_DRIVERS=y | ||
| 1714 | # CONFIG_PM_DEVFREQ is not set | 1841 | # CONFIG_PM_DEVFREQ is not set |
| 1715 | # CONFIG_EXTCON is not set | ||
| 1716 | CONFIG_MEMORY=y | ||
| 1717 | CONFIG_ZYNQ_SMC=y | ||
| 1718 | # CONFIG_IIO is not set | ||
| 1719 | # CONFIG_PWM is not set | ||
| 1720 | # CONFIG_PMODS is not set | ||
| 1721 | 1842 | ||
| 1722 | # | 1843 | # |
| 1723 | # File systems | 1844 | # File systems |
| 1724 | # | 1845 | # |
| 1725 | CONFIG_DCACHE_WORD_ACCESS=y | ||
| 1726 | CONFIG_EXT2_FS=y | 1846 | CONFIG_EXT2_FS=y |
| 1727 | CONFIG_EXT2_FS_XATTR=y | 1847 | # CONFIG_EXT2_FS_XATTR is not set |
| 1728 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
| 1729 | # CONFIG_EXT2_FS_SECURITY is not set | ||
| 1730 | # CONFIG_EXT2_FS_XIP is not set | 1848 | # CONFIG_EXT2_FS_XIP is not set |
| 1731 | CONFIG_EXT3_FS=y | 1849 | CONFIG_EXT3_FS=y |
| 1732 | CONFIG_EXT3_DEFAULTS_TO_ORDERED=y | 1850 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set |
| 1733 | CONFIG_EXT3_FS_XATTR=y | 1851 | CONFIG_EXT3_FS_XATTR=y |
| 1734 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1852 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
| 1735 | # CONFIG_EXT3_FS_SECURITY is not set | 1853 | # CONFIG_EXT3_FS_SECURITY is not set |
| 1736 | # CONFIG_EXT4_FS is not set | 1854 | # CONFIG_EXT4_FS is not set |
| 1737 | CONFIG_JBD=y | 1855 | CONFIG_JBD=y |
| 1738 | # CONFIG_JBD_DEBUG is not set | ||
| 1739 | CONFIG_FS_MBCACHE=y | 1856 | CONFIG_FS_MBCACHE=y |
| 1740 | # CONFIG_REISERFS_FS is not set | 1857 | # CONFIG_REISERFS_FS is not set |
| 1741 | # CONFIG_JFS_FS is not set | 1858 | # CONFIG_JFS_FS is not set |
| @@ -1743,7 +1860,7 @@ CONFIG_FS_MBCACHE=y | |||
| 1743 | # CONFIG_GFS2_FS is not set | 1860 | # CONFIG_GFS2_FS is not set |
| 1744 | # CONFIG_BTRFS_FS is not set | 1861 | # CONFIG_BTRFS_FS is not set |
| 1745 | # CONFIG_NILFS2_FS is not set | 1862 | # CONFIG_NILFS2_FS is not set |
| 1746 | CONFIG_FS_POSIX_ACL=y | 1863 | # CONFIG_FS_POSIX_ACL is not set |
| 1747 | CONFIG_FILE_LOCKING=y | 1864 | CONFIG_FILE_LOCKING=y |
| 1748 | CONFIG_FSNOTIFY=y | 1865 | CONFIG_FSNOTIFY=y |
| 1749 | # CONFIG_DNOTIFY is not set | 1866 | # CONFIG_DNOTIFY is not set |
| @@ -1801,15 +1918,11 @@ CONFIG_JFFS2_FS_WRITEBUFFER=y | |||
| 1801 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | 1918 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set |
| 1802 | CONFIG_JFFS2_SUMMARY=y | 1919 | CONFIG_JFFS2_SUMMARY=y |
| 1803 | # CONFIG_JFFS2_FS_XATTR is not set | 1920 | # CONFIG_JFFS2_FS_XATTR is not set |
| 1804 | CONFIG_JFFS2_COMPRESSION_OPTIONS=y | 1921 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set |
| 1805 | CONFIG_JFFS2_ZLIB=y | 1922 | CONFIG_JFFS2_ZLIB=y |
| 1806 | CONFIG_JFFS2_LZO=y | 1923 | # CONFIG_JFFS2_LZO is not set |
| 1807 | CONFIG_JFFS2_RTIME=y | 1924 | CONFIG_JFFS2_RTIME=y |
| 1808 | CONFIG_JFFS2_RUBIN=y | 1925 | # CONFIG_JFFS2_RUBIN is not set |
| 1809 | # CONFIG_JFFS2_CMODE_NONE is not set | ||
| 1810 | CONFIG_JFFS2_CMODE_PRIORITY=y | ||
| 1811 | # CONFIG_JFFS2_CMODE_SIZE is not set | ||
| 1812 | # CONFIG_JFFS2_CMODE_FAVOURLZO is not set | ||
| 1813 | # CONFIG_LOGFS is not set | 1926 | # CONFIG_LOGFS is not set |
| 1814 | # CONFIG_CRAMFS is not set | 1927 | # CONFIG_CRAMFS is not set |
| 1815 | # CONFIG_SQUASHFS is not set | 1928 | # CONFIG_SQUASHFS is not set |
| @@ -1818,25 +1931,21 @@ CONFIG_JFFS2_CMODE_PRIORITY=y | |||
| 1818 | # CONFIG_OMFS_FS is not set | 1931 | # CONFIG_OMFS_FS is not set |
| 1819 | # CONFIG_HPFS_FS is not set | 1932 | # CONFIG_HPFS_FS is not set |
| 1820 | # CONFIG_QNX4FS_FS is not set | 1933 | # CONFIG_QNX4FS_FS is not set |
| 1821 | # CONFIG_QNX6FS_FS is not set | ||
| 1822 | # CONFIG_ROMFS_FS is not set | 1934 | # CONFIG_ROMFS_FS is not set |
| 1823 | # CONFIG_PSTORE is not set | 1935 | # CONFIG_PSTORE is not set |
| 1824 | # CONFIG_SYSV_FS is not set | 1936 | # CONFIG_SYSV_FS is not set |
| 1825 | # CONFIG_UFS_FS is not set | 1937 | # CONFIG_UFS_FS is not set |
| 1826 | CONFIG_NETWORK_FILESYSTEMS=y | 1938 | CONFIG_NETWORK_FILESYSTEMS=y |
| 1827 | CONFIG_NFS_FS=y | 1939 | CONFIG_NFS_FS=y |
| 1828 | CONFIG_NFS_V2=y | ||
| 1829 | CONFIG_NFS_V3=y | 1940 | CONFIG_NFS_V3=y |
| 1830 | CONFIG_NFS_V3_ACL=y | 1941 | # CONFIG_NFS_V3_ACL is not set |
| 1831 | # CONFIG_NFS_V4 is not set | 1942 | # CONFIG_NFS_V4 is not set |
| 1832 | # CONFIG_NFS_SWAP is not set | 1943 | CONFIG_ROOT_NFS=y |
| 1833 | # CONFIG_NFSD is not set | 1944 | # CONFIG_NFSD is not set |
| 1834 | CONFIG_LOCKD=y | 1945 | CONFIG_LOCKD=y |
| 1835 | CONFIG_LOCKD_V4=y | 1946 | CONFIG_LOCKD_V4=y |
| 1836 | CONFIG_NFS_ACL_SUPPORT=y | ||
| 1837 | CONFIG_NFS_COMMON=y | 1947 | CONFIG_NFS_COMMON=y |
| 1838 | CONFIG_SUNRPC=y | 1948 | CONFIG_SUNRPC=y |
| 1839 | # CONFIG_SUNRPC_DEBUG is not set | ||
| 1840 | # CONFIG_CEPH_FS is not set | 1949 | # CONFIG_CEPH_FS is not set |
| 1841 | # CONFIG_CIFS is not set | 1950 | # CONFIG_CIFS is not set |
| 1842 | # CONFIG_NCP_FS is not set | 1951 | # CONFIG_NCP_FS is not set |
| @@ -1845,54 +1954,43 @@ CONFIG_SUNRPC=y | |||
| 1845 | CONFIG_NLS=y | 1954 | CONFIG_NLS=y |
| 1846 | CONFIG_NLS_DEFAULT="iso8859-1" | 1955 | CONFIG_NLS_DEFAULT="iso8859-1" |
| 1847 | CONFIG_NLS_CODEPAGE_437=y | 1956 | CONFIG_NLS_CODEPAGE_437=y |
| 1848 | CONFIG_NLS_CODEPAGE_737=y | 1957 | # CONFIG_NLS_CODEPAGE_737 is not set |
| 1849 | CONFIG_NLS_CODEPAGE_775=y | 1958 | # CONFIG_NLS_CODEPAGE_775 is not set |
| 1850 | CONFIG_NLS_CODEPAGE_850=y | 1959 | # CONFIG_NLS_CODEPAGE_850 is not set |
| 1851 | CONFIG_NLS_CODEPAGE_852=y | 1960 | # CONFIG_NLS_CODEPAGE_852 is not set |
| 1852 | CONFIG_NLS_CODEPAGE_855=y | 1961 | # CONFIG_NLS_CODEPAGE_855 is not set |
| 1853 | CONFIG_NLS_CODEPAGE_857=y | 1962 | # CONFIG_NLS_CODEPAGE_857 is not set |
| 1854 | CONFIG_NLS_CODEPAGE_860=y | 1963 | # CONFIG_NLS_CODEPAGE_860 is not set |
| 1855 | CONFIG_NLS_CODEPAGE_861=y | 1964 | # CONFIG_NLS_CODEPAGE_861 is not set |
| 1856 | CONFIG_NLS_CODEPAGE_862=y | 1965 | # CONFIG_NLS_CODEPAGE_862 is not set |
| 1857 | CONFIG_NLS_CODEPAGE_863=y | 1966 | # CONFIG_NLS_CODEPAGE_863 is not set |
| 1858 | CONFIG_NLS_CODEPAGE_864=y | 1967 | # CONFIG_NLS_CODEPAGE_864 is not set |
| 1859 | CONFIG_NLS_CODEPAGE_865=y | 1968 | # CONFIG_NLS_CODEPAGE_865 is not set |
| 1860 | CONFIG_NLS_CODEPAGE_866=y | 1969 | # CONFIG_NLS_CODEPAGE_866 is not set |
| 1861 | CONFIG_NLS_CODEPAGE_869=y | 1970 | # CONFIG_NLS_CODEPAGE_869 is not set |
| 1862 | CONFIG_NLS_CODEPAGE_936=y | 1971 | # CONFIG_NLS_CODEPAGE_936 is not set |
| 1863 | CONFIG_NLS_CODEPAGE_950=y | 1972 | # CONFIG_NLS_CODEPAGE_950 is not set |
| 1864 | CONFIG_NLS_CODEPAGE_932=y | 1973 | # CONFIG_NLS_CODEPAGE_932 is not set |
| 1865 | CONFIG_NLS_CODEPAGE_949=y | 1974 | # CONFIG_NLS_CODEPAGE_949 is not set |
| 1866 | CONFIG_NLS_CODEPAGE_874=y | 1975 | # CONFIG_NLS_CODEPAGE_874 is not set |
| 1867 | CONFIG_NLS_ISO8859_8=y | 1976 | # CONFIG_NLS_ISO8859_8 is not set |
| 1868 | CONFIG_NLS_CODEPAGE_1250=y | 1977 | # CONFIG_NLS_CODEPAGE_1250 is not set |
| 1869 | CONFIG_NLS_CODEPAGE_1251=y | 1978 | # CONFIG_NLS_CODEPAGE_1251 is not set |
| 1870 | CONFIG_NLS_ASCII=y | 1979 | CONFIG_NLS_ASCII=y |
| 1871 | CONFIG_NLS_ISO8859_1=y | 1980 | CONFIG_NLS_ISO8859_1=y |
| 1872 | CONFIG_NLS_ISO8859_2=y | 1981 | # CONFIG_NLS_ISO8859_2 is not set |
| 1873 | CONFIG_NLS_ISO8859_3=y | 1982 | # CONFIG_NLS_ISO8859_3 is not set |
| 1874 | CONFIG_NLS_ISO8859_4=y | 1983 | # CONFIG_NLS_ISO8859_4 is not set |
| 1875 | CONFIG_NLS_ISO8859_5=y | 1984 | # CONFIG_NLS_ISO8859_5 is not set |
| 1876 | CONFIG_NLS_ISO8859_6=y | 1985 | # CONFIG_NLS_ISO8859_6 is not set |
| 1877 | CONFIG_NLS_ISO8859_7=y | 1986 | # CONFIG_NLS_ISO8859_7 is not set |
| 1878 | CONFIG_NLS_ISO8859_9=y | 1987 | # CONFIG_NLS_ISO8859_9 is not set |
| 1879 | CONFIG_NLS_ISO8859_13=y | 1988 | # CONFIG_NLS_ISO8859_13 is not set |
| 1880 | CONFIG_NLS_ISO8859_14=y | 1989 | # CONFIG_NLS_ISO8859_14 is not set |
| 1881 | CONFIG_NLS_ISO8859_15=y | 1990 | # CONFIG_NLS_ISO8859_15 is not set |
| 1882 | CONFIG_NLS_KOI8_R=y | 1991 | # CONFIG_NLS_KOI8_R is not set |
| 1883 | CONFIG_NLS_KOI8_U=y | 1992 | # CONFIG_NLS_KOI8_U is not set |
| 1884 | # CONFIG_NLS_MAC_ROMAN is not set | 1993 | # CONFIG_NLS_UTF8 is not set |
| 1885 | # CONFIG_NLS_MAC_CELTIC is not set | ||
| 1886 | # CONFIG_NLS_MAC_CENTEURO is not set | ||
| 1887 | # CONFIG_NLS_MAC_CROATIAN is not set | ||
| 1888 | # CONFIG_NLS_MAC_CYRILLIC is not set | ||
| 1889 | # CONFIG_NLS_MAC_GAELIC is not set | ||
| 1890 | # CONFIG_NLS_MAC_GREEK is not set | ||
| 1891 | # CONFIG_NLS_MAC_ICELAND is not set | ||
| 1892 | # CONFIG_NLS_MAC_INUIT is not set | ||
| 1893 | # CONFIG_NLS_MAC_ROMANIAN is not set | ||
| 1894 | # CONFIG_NLS_MAC_TURKISH is not set | ||
| 1895 | CONFIG_NLS_UTF8=y | ||
| 1896 | 1994 | ||
| 1897 | # | 1995 | # |
| 1898 | # Kernel hacking | 1996 | # Kernel hacking |
| @@ -1904,17 +2002,14 @@ CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 | |||
| 1904 | CONFIG_FRAME_WARN=1024 | 2002 | CONFIG_FRAME_WARN=1024 |
| 1905 | # CONFIG_MAGIC_SYSRQ is not set | 2003 | # CONFIG_MAGIC_SYSRQ is not set |
| 1906 | # CONFIG_STRIP_ASM_SYMS is not set | 2004 | # CONFIG_STRIP_ASM_SYMS is not set |
| 1907 | # CONFIG_READABLE_ASM is not set | ||
| 1908 | # CONFIG_UNUSED_SYMBOLS is not set | 2005 | # CONFIG_UNUSED_SYMBOLS is not set |
| 1909 | CONFIG_DEBUG_FS=y | 2006 | # CONFIG_DEBUG_FS is not set |
| 1910 | # CONFIG_HEADERS_CHECK is not set | 2007 | # CONFIG_HEADERS_CHECK is not set |
| 1911 | # CONFIG_DEBUG_SECTION_MISMATCH is not set | 2008 | # CONFIG_DEBUG_SECTION_MISMATCH is not set |
| 1912 | CONFIG_DEBUG_KERNEL=y | 2009 | CONFIG_DEBUG_KERNEL=y |
| 1913 | # CONFIG_DEBUG_SHIRQ is not set | 2010 | # CONFIG_DEBUG_SHIRQ is not set |
| 1914 | # CONFIG_LOCKUP_DETECTOR is not set | 2011 | # CONFIG_LOCKUP_DETECTOR is not set |
| 1915 | # CONFIG_HARDLOCKUP_DETECTOR is not set | 2012 | # CONFIG_HARDLOCKUP_DETECTOR is not set |
| 1916 | # CONFIG_PANIC_ON_OOPS is not set | ||
| 1917 | CONFIG_PANIC_ON_OOPS_VALUE=0 | ||
| 1918 | # CONFIG_DETECT_HUNG_TASK is not set | 2013 | # CONFIG_DETECT_HUNG_TASK is not set |
| 1919 | # CONFIG_SCHED_DEBUG is not set | 2014 | # CONFIG_SCHED_DEBUG is not set |
| 1920 | # CONFIG_SCHEDSTATS is not set | 2015 | # CONFIG_SCHEDSTATS is not set |
| @@ -1943,23 +2038,19 @@ CONFIG_PANIC_ON_OOPS_VALUE=0 | |||
| 1943 | # CONFIG_DEBUG_MEMORY_INIT is not set | 2038 | # CONFIG_DEBUG_MEMORY_INIT is not set |
| 1944 | # CONFIG_DEBUG_LIST is not set | 2039 | # CONFIG_DEBUG_LIST is not set |
| 1945 | # CONFIG_TEST_LIST_SORT is not set | 2040 | # CONFIG_TEST_LIST_SORT is not set |
| 1946 | CONFIG_DEBUG_SG=y | 2041 | # CONFIG_DEBUG_SG is not set |
| 1947 | # CONFIG_DEBUG_NOTIFIERS is not set | 2042 | # CONFIG_DEBUG_NOTIFIERS is not set |
| 1948 | # CONFIG_DEBUG_CREDENTIALS is not set | 2043 | # CONFIG_DEBUG_CREDENTIALS is not set |
| 1949 | CONFIG_FRAME_POINTER=y | ||
| 1950 | # CONFIG_BOOT_PRINTK_DELAY is not set | 2044 | # CONFIG_BOOT_PRINTK_DELAY is not set |
| 1951 | # CONFIG_RCU_TORTURE_TEST is not set | 2045 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1952 | CONFIG_RCU_CPU_STALL_TIMEOUT=60 | 2046 | CONFIG_RCU_CPU_STALL_TIMEOUT=60 |
| 1953 | CONFIG_RCU_CPU_STALL_VERBOSE=y | 2047 | # CONFIG_RCU_CPU_STALL_VERBOSE is not set |
| 1954 | # CONFIG_RCU_CPU_STALL_INFO is not set | ||
| 1955 | # CONFIG_RCU_TRACE is not set | ||
| 1956 | # CONFIG_BACKTRACE_SELF_TEST is not set | 2048 | # CONFIG_BACKTRACE_SELF_TEST is not set |
| 1957 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | 2049 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set |
| 1958 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | 2050 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set |
| 1959 | # CONFIG_DEBUG_PER_CPU_MAPS is not set | 2051 | # CONFIG_DEBUG_PER_CPU_MAPS is not set |
| 1960 | # CONFIG_LKDTM is not set | ||
| 1961 | # CONFIG_NOTIFIER_ERROR_INJECTION is not set | ||
| 1962 | # CONFIG_FAULT_INJECTION is not set | 2052 | # CONFIG_FAULT_INJECTION is not set |
| 2053 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
| 1963 | # CONFIG_DEBUG_PAGEALLOC is not set | 2054 | # CONFIG_DEBUG_PAGEALLOC is not set |
| 1964 | CONFIG_HAVE_FUNCTION_TRACER=y | 2055 | CONFIG_HAVE_FUNCTION_TRACER=y |
| 1965 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | 2056 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y |
| @@ -1968,7 +2059,6 @@ CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | |||
| 1968 | CONFIG_HAVE_C_RECORDMCOUNT=y | 2059 | CONFIG_HAVE_C_RECORDMCOUNT=y |
| 1969 | CONFIG_TRACING_SUPPORT=y | 2060 | CONFIG_TRACING_SUPPORT=y |
| 1970 | # CONFIG_FTRACE is not set | 2061 | # CONFIG_FTRACE is not set |
| 1971 | # CONFIG_DYNAMIC_DEBUG is not set | ||
| 1972 | # CONFIG_DMA_API_DEBUG is not set | 2062 | # CONFIG_DMA_API_DEBUG is not set |
| 1973 | # CONFIG_ATOMIC64_SELFTEST is not set | 2063 | # CONFIG_ATOMIC64_SELFTEST is not set |
| 1974 | # CONFIG_SAMPLES is not set | 2064 | # CONFIG_SAMPLES is not set |
| @@ -1976,17 +2066,13 @@ CONFIG_HAVE_ARCH_KGDB=y | |||
| 1976 | # CONFIG_KGDB is not set | 2066 | # CONFIG_KGDB is not set |
| 1977 | # CONFIG_TEST_KSTRTOX is not set | 2067 | # CONFIG_TEST_KSTRTOX is not set |
| 1978 | # CONFIG_STRICT_DEVMEM is not set | 2068 | # CONFIG_STRICT_DEVMEM is not set |
| 1979 | # CONFIG_ARM_UNWIND is not set | 2069 | CONFIG_ARM_UNWIND=y |
| 1980 | # CONFIG_DEBUG_USER is not set | 2070 | # CONFIG_DEBUG_USER is not set |
| 1981 | CONFIG_DEBUG_LL=y | 2071 | CONFIG_DEBUG_LL=y |
| 1982 | # CONFIG_DEBUG_ZYNQ_UART0 is not set | ||
| 1983 | # CONFIG_DEBUG_ZYNQ_UART1 is not set | ||
| 1984 | CONFIG_DEBUG_LL_UART_NONE=y | 2072 | CONFIG_DEBUG_LL_UART_NONE=y |
| 1985 | # CONFIG_DEBUG_ICEDCC is not set | 2073 | # CONFIG_DEBUG_ICEDCC is not set |
| 1986 | # CONFIG_DEBUG_SEMIHOSTING is not set | ||
| 1987 | CONFIG_EARLY_PRINTK=y | 2074 | CONFIG_EARLY_PRINTK=y |
| 1988 | # CONFIG_OC_ETM is not set | 2075 | # CONFIG_OC_ETM is not set |
| 1989 | # CONFIG_PID_IN_CONTEXTIDR is not set | ||
| 1990 | 2076 | ||
| 1991 | # | 2077 | # |
| 1992 | # Security options | 2078 | # Security options |
| @@ -2003,10 +2089,10 @@ CONFIG_CRYPTO=y | |||
| 2003 | # Crypto core or helper | 2089 | # Crypto core or helper |
| 2004 | # | 2090 | # |
| 2005 | # CONFIG_CRYPTO_FIPS is not set | 2091 | # CONFIG_CRYPTO_FIPS is not set |
| 2006 | CONFIG_CRYPTO_ALGAPI=y | 2092 | CONFIG_CRYPTO_ALGAPI=m |
| 2007 | CONFIG_CRYPTO_ALGAPI2=y | 2093 | CONFIG_CRYPTO_ALGAPI2=m |
| 2008 | CONFIG_CRYPTO_RNG=y | 2094 | CONFIG_CRYPTO_RNG=m |
| 2009 | CONFIG_CRYPTO_RNG2=y | 2095 | CONFIG_CRYPTO_RNG2=m |
| 2010 | # CONFIG_CRYPTO_MANAGER is not set | 2096 | # CONFIG_CRYPTO_MANAGER is not set |
| 2011 | # CONFIG_CRYPTO_MANAGER2 is not set | 2097 | # CONFIG_CRYPTO_MANAGER2 is not set |
| 2012 | # CONFIG_CRYPTO_USER is not set | 2098 | # CONFIG_CRYPTO_USER is not set |
| @@ -2063,7 +2149,7 @@ CONFIG_CRYPTO_RNG2=y | |||
| 2063 | # | 2149 | # |
| 2064 | # Ciphers | 2150 | # Ciphers |
| 2065 | # | 2151 | # |
| 2066 | CONFIG_CRYPTO_AES=y | 2152 | CONFIG_CRYPTO_AES=m |
| 2067 | # CONFIG_CRYPTO_ANUBIS is not set | 2153 | # CONFIG_CRYPTO_ANUBIS is not set |
| 2068 | # CONFIG_CRYPTO_ARC4 is not set | 2154 | # CONFIG_CRYPTO_ARC4 is not set |
| 2069 | # CONFIG_CRYPTO_BLOWFISH is not set | 2155 | # CONFIG_CRYPTO_BLOWFISH is not set |
| @@ -2089,7 +2175,7 @@ CONFIG_CRYPTO_AES=y | |||
| 2089 | # | 2175 | # |
| 2090 | # Random Number Generation | 2176 | # Random Number Generation |
| 2091 | # | 2177 | # |
| 2092 | CONFIG_CRYPTO_ANSI_CPRNG=y | 2178 | CONFIG_CRYPTO_ANSI_CPRNG=m |
| 2093 | # CONFIG_CRYPTO_USER_API_HASH is not set | 2179 | # CONFIG_CRYPTO_USER_API_HASH is not set |
| 2094 | # CONFIG_CRYPTO_USER_API_SKCIPHER is not set | 2180 | # CONFIG_CRYPTO_USER_API_SKCIPHER is not set |
| 2095 | CONFIG_CRYPTO_HW=y | 2181 | CONFIG_CRYPTO_HW=y |
| @@ -2099,27 +2185,17 @@ CONFIG_CRYPTO_HW=y | |||
| 2099 | # Library routines | 2185 | # Library routines |
| 2100 | # | 2186 | # |
| 2101 | CONFIG_BITREVERSE=y | 2187 | CONFIG_BITREVERSE=y |
| 2102 | CONFIG_GENERIC_STRNCPY_FROM_USER=y | ||
| 2103 | CONFIG_GENERIC_STRNLEN_USER=y | ||
| 2104 | CONFIG_GENERIC_PCI_IOMAP=y | 2188 | CONFIG_GENERIC_PCI_IOMAP=y |
| 2105 | CONFIG_GENERIC_IO=y | ||
| 2106 | # CONFIG_CRC_CCITT is not set | 2189 | # CONFIG_CRC_CCITT is not set |
| 2107 | # CONFIG_CRC16 is not set | 2190 | # CONFIG_CRC16 is not set |
| 2108 | # CONFIG_CRC_T10DIF is not set | 2191 | # CONFIG_CRC_T10DIF is not set |
| 2109 | # CONFIG_CRC_ITU_T is not set | 2192 | # CONFIG_CRC_ITU_T is not set |
| 2110 | CONFIG_CRC32=y | 2193 | CONFIG_CRC32=y |
| 2111 | # CONFIG_CRC32_SELFTEST is not set | ||
| 2112 | CONFIG_CRC32_SLICEBY8=y | ||
| 2113 | # CONFIG_CRC32_SLICEBY4 is not set | ||
| 2114 | # CONFIG_CRC32_SARWATE is not set | ||
| 2115 | # CONFIG_CRC32_BIT is not set | ||
| 2116 | # CONFIG_CRC7 is not set | 2194 | # CONFIG_CRC7 is not set |
| 2117 | # CONFIG_LIBCRC32C is not set | 2195 | # CONFIG_LIBCRC32C is not set |
| 2118 | # CONFIG_CRC8 is not set | 2196 | # CONFIG_CRC8 is not set |
| 2119 | CONFIG_ZLIB_INFLATE=y | 2197 | CONFIG_ZLIB_INFLATE=y |
| 2120 | CONFIG_ZLIB_DEFLATE=y | 2198 | CONFIG_ZLIB_DEFLATE=y |
| 2121 | CONFIG_LZO_COMPRESS=y | ||
| 2122 | CONFIG_LZO_DECOMPRESS=y | ||
| 2123 | # CONFIG_XZ_DEC is not set | 2199 | # CONFIG_XZ_DEC is not set |
| 2124 | # CONFIG_XZ_DEC_BCJ is not set | 2200 | # CONFIG_XZ_DEC_BCJ is not set |
| 2125 | CONFIG_DECOMPRESS_GZIP=y | 2201 | CONFIG_DECOMPRESS_GZIP=y |
| @@ -2129,7 +2205,5 @@ CONFIG_HAS_DMA=y | |||
| 2129 | CONFIG_CPU_RMAP=y | 2205 | CONFIG_CPU_RMAP=y |
| 2130 | CONFIG_DQL=y | 2206 | CONFIG_DQL=y |
| 2131 | CONFIG_NLATTR=y | 2207 | CONFIG_NLATTR=y |
| 2132 | CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y | ||
| 2133 | # CONFIG_AVERAGE is not set | 2208 | # CONFIG_AVERAGE is not set |
| 2134 | # CONFIG_CORDIC is not set | 2209 | # CONFIG_CORDIC is not set |
| 2135 | # CONFIG_DDR is not set | ||
diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts b/meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts new file mode 100644 index 00000000..b86ab35f --- /dev/null +++ b/meta-zedboard/recipes-kernel/linux/linux-xlnx/zedboard.dts | |||
| @@ -0,0 +1,128 @@ | |||
| 1 | /dts-v1/; | ||
| 2 | |||
| 3 | / { | ||
| 4 | model = "Xilinx Zynq ZedBoard"; | ||
| 5 | compatible = "xlnx,zynq-zc702"; | ||
| 6 | #address-cells = <0x1>; | ||
| 7 | #size-cells = <0x1>; | ||
| 8 | interrupt-parent = <0x1>; | ||
| 9 | |||
| 10 | memory { | ||
| 11 | device_type = "memory"; | ||
| 12 | reg = <0x0 0x20000000>; | ||
| 13 | }; | ||
| 14 | |||
| 15 | chosen { | ||
| 16 | bootargs = "console=ttyPS0,115200 root=/dev/ram rw initrd=0x800000,8M earlyprintk maxcpus=2 debug ip=192.168.1.10"; | ||
| 17 | linux,stdout-path = "/amba@0/uart@E0001000"; | ||
| 18 | }; | ||
| 19 | |||
| 20 | amba@0 { | ||
| 21 | compatible = "simple-bus"; | ||
| 22 | #address-cells = <0x1>; | ||
| 23 | #size-cells = <0x1>; | ||
| 24 | ranges; | ||
| 25 | |||
| 26 | intc@f8f01000 { | ||
| 27 | interrupt-controller; | ||
| 28 | compatible = "arm,cortex-a9-gic"; | ||
| 29 | #interrupt-cells = <0x3>; | ||
| 30 | reg = <0xf8f01000 0x1000 0xf8f00100 0x100>; | ||
| 31 | linux,phandle = <0x1>; | ||
| 32 | phandle = <0x1>; | ||
| 33 | }; | ||
| 34 | |||
| 35 | pl310@f8f02000 { | ||
| 36 | compatible = "arm,pl310-cache"; | ||
| 37 | cache-unified; | ||
| 38 | cache-level = <0x2>; | ||
| 39 | reg = <0xf8f02000 0x1000>; | ||
| 40 | arm,data-latency = <0x3 0x2 0x2>; | ||
| 41 | arm,tag-latency = <0x2 0x2 0x2>; | ||
| 42 | interrupts = <0x0 0x22 0x4>; | ||
| 43 | }; | ||
| 44 | |||
| 45 | uart@e0001000 { | ||
| 46 | compatible = "xlnx,ps7-uart-1.00.a"; | ||
| 47 | reg = <0xe0001000 0x1000>; | ||
| 48 | interrupts = <0x0 0x32 0x0>; | ||
| 49 | interrupt-parent = <0x1>; | ||
| 50 | clock = <0x2faf080>; | ||
| 51 | }; | ||
| 52 | |||
| 53 | timer@0xf8001000 { | ||
| 54 | compatible = "xlnx,ps7-ttc-1.00.a"; | ||
| 55 | reg = <0xf8001000 0x1000>; | ||
| 56 | interrupts = <0x0 0xa 0x0 0x0 0xb 0x0 0x0 0xc 0x0>; | ||
| 57 | interrupt-parent = <0x1>; | ||
| 58 | clock-frequency-timer0 = <0x69f6bc7>; | ||
| 59 | clock-frequency-timer1 = <0x69f6bc7>; | ||
| 60 | clock-frequency-timer2 = <0x69f6bc7>; | ||
| 61 | }; | ||
| 62 | |||
| 63 | swdt@f8005000 { | ||
| 64 | device_type = "watchdog"; | ||
| 65 | compatible = "xlnx,ps7-wdt-1.00.a"; | ||
| 66 | reg = <0xf8005000 0x100>; | ||
| 67 | clock-frequency = <0x69f6bc7>; | ||
| 68 | }; | ||
| 69 | |||
| 70 | eth@e000b000 { | ||
| 71 | compatible = "xlnx,ps7-ethernet-1.00.a"; | ||
| 72 | reg = <0xe000b000 0x1000>; | ||
| 73 | interrupts = <0x0 0x16 0x0>; | ||
| 74 | interrupt-parent = <0x1>; | ||
| 75 | phy-handle = <0x2>; | ||
| 76 | xlnx,ptp-enet-clock = <0x69f6bc7>; | ||
| 77 | xlnx,slcr-div0-1000Mbps = <0x8>; | ||
| 78 | xlnx,slcr-div0-100Mbps = <0x8>; | ||
| 79 | xlnx,slcr-div0-10Mbps = <0x8>; | ||
| 80 | xlnx,slcr-div1-1000Mbps = <0x1>; | ||
| 81 | xlnx,slcr-div1-100Mbps = <0x5>; | ||
| 82 | xlnx,slcr-div1-10Mbps = <0x32>; | ||
| 83 | #address-cells = <0x1>; | ||
| 84 | #size-cells = <0x0>; | ||
| 85 | |||
| 86 | phy@0 { | ||
| 87 | compatible = "marvell,88e1510"; | ||
| 88 | device_type = "ethernet-phy"; | ||
| 89 | reg = <0x0>; | ||
| 90 | marvell,reg-init = <0x3 0x10 0xff00 0x1e 0x3 0x11 0xfff0 0xa>; | ||
| 91 | linux,phandle = <0x2>; | ||
| 92 | phandle = <0x2>; | ||
| 93 | }; | ||
| 94 | }; | ||
| 95 | |||
| 96 | sdhci@e0100000 { | ||
| 97 | compatible = "xlnx,ps7-sdhci-1.00.a"; | ||
| 98 | reg = <0xe0100000 0x1000>; | ||
| 99 | xlnx,has-cd = <0x1>; | ||
| 100 | interrupts = <0x0 0x18 0x0>; | ||
| 101 | interrupt-parent = <0x1>; | ||
| 102 | clock-frequency = <0x1fc9f08>; | ||
| 103 | }; | ||
| 104 | |||
| 105 | usb@e0002000 { | ||
| 106 | compatible = "xlnx,ps7-usb-1.00.a"; | ||
| 107 | reg = <0xe0002000 0x1000>; | ||
| 108 | interrupts = <0x0 0x15 0x0>; | ||
| 109 | interrupt-parent = <0x1>; | ||
| 110 | dr_mode = "host"; | ||
| 111 | phy_type = "ulpi"; | ||
| 112 | }; | ||
| 113 | |||
| 114 | gpio@e000a000 { | ||
| 115 | compatible = "xlnx,ps7-gpio-1.00.a"; | ||
| 116 | reg = <0xe000a000 0x1000>; | ||
| 117 | interrupts = <0x0 0x14 0x0>; | ||
| 118 | interrupt-parent = <0x1>; | ||
| 119 | }; | ||
| 120 | |||
| 121 | devcfg@f8007000 { | ||
| 122 | compatible = "xlnx,ps7-dev-cfg-1.00.a"; | ||
| 123 | reg = <0xf8007000 0x100>; | ||
| 124 | interrupts = <0x0 0x8 0x0>; | ||
| 125 | interrupt-parent = <0x1>; | ||
| 126 | }; | ||
| 127 | }; | ||
| 128 | }; | ||
diff --git a/recipes-bsp/u-boot/u-boot-extra.inc b/recipes-bsp/u-boot/u-boot-extra.inc index 6fed1f78..aa7e6149 100644 --- a/recipes-bsp/u-boot/u-boot-extra.inc +++ b/recipes-bsp/u-boot/u-boot-extra.inc | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | 1 | ||
| 2 | # Move into include? | ||
| 3 | # Also deploy u-boot elf file with same file format as bin file | 2 | # Also deploy u-boot elf file with same file format as bin file |
| 4 | SRC_ELF ?= "u-boot" | 3 | SRC_ELF ?= "u-boot" |
| 5 | DEST_ELF ?= "u-boot-${MACHINE}-${PV}-${PR}.elf" | 4 | DEST_ELF ?= "u-boot-${MACHINE}-${PV}-${PR}.elf" |
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index b46445a3..f7797d8f 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -32,14 +32,14 @@ LINUX_VERSION_EXTENSION ?= "-xlnx" | |||
| 32 | 32 | ||
| 33 | require recipes-kernel/linux/linux-yocto.inc | 33 | require recipes-kernel/linux/linux-yocto.inc |
| 34 | 34 | ||
| 35 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" | 35 | #FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" |
| 36 | 36 | ||
| 37 | # Override SRC_URI in a bbappend file to point at a different source | 37 | # Override SRC_URI in a bbappend file to point at a different source |
| 38 | # tree if you do not want to build from Linus' tree. | 38 | # tree if you do not want to build from Linus' tree. |
| 39 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" | 39 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" |
| 40 | 40 | ||
| 41 | # Consolidate defconfig and use fragments | 41 | # Consolidate defconfig and use fragments? |
| 42 | SRC_URI += "file://defconfig" | 42 | #SRC_URI += "file://defconfig" |
| 43 | 43 | ||
| 44 | KERNEL_IMAGETYPE = "uImage" | 44 | KERNEL_IMAGETYPE = "uImage" |
| 45 | 45 | ||
