├── 3_2_2017 ├── configs │ ├── config.440 │ ├── config.arm │ ├── config.e500 │ ├── config.e500-smp │ ├── config.i386 │ ├── config.i386-smp │ ├── config.mips │ ├── config.mipsel │ ├── config.powerpc │ ├── config.tile │ └── config.x86_64 └── linux-3.3.5.patch ├── 9_2_2016 ├── configs │ └── config.mips └── linux-3.3.5.patch ├── LICENSE └── README.md /3_2_2017/configs/config.e500-smp: -------------------------------------------------------------------------------- 1 | # 2 | # Automatically generated file; DO NOT EDIT. 3 | # Linux/powerpc 3.3.5 Kernel Configuration 4 | # 5 | # CONFIG_PPC64 is not set 6 | 7 | # 8 | # Processor support 9 | # 10 | # CONFIG_PPC_BOOK3S_32 is not set 11 | CONFIG_PPC_85xx=y 12 | # CONFIG_PPC_8xx is not set 13 | # CONFIG_40x is not set 14 | # CONFIG_44x is not set 15 | # CONFIG_E200 is not set 16 | CONFIG_E500=y 17 | # CONFIG_PPC_E500MC is not set 18 | CONFIG_FSL_EMB_PERFMON=y 19 | CONFIG_BOOKE=y 20 | CONFIG_FSL_BOOKE=y 21 | CONFIG_PPC_FSL_BOOK3E=y 22 | # CONFIG_PHYS_64BIT is not set 23 | # CONFIG_SPE is not set 24 | CONFIG_PPC_MMU_NOHASH=y 25 | CONFIG_PPC_BOOK3E_MMU=y 26 | # CONFIG_PPC_MM_SLICES is not set 27 | CONFIG_SMP=y 28 | CONFIG_NR_CPUS=2 29 | CONFIG_PPC32=y 30 | CONFIG_32BIT=y 31 | CONFIG_WORD_SIZE=32 32 | # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 33 | # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set 34 | CONFIG_MMU=y 35 | CONFIG_GENERIC_CMOS_UPDATE=y 36 | CONFIG_GENERIC_TIME_VSYSCALL=y 37 | CONFIG_GENERIC_CLOCKEVENTS=y 38 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 39 | # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 40 | CONFIG_NR_IRQS=512 41 | CONFIG_STACKTRACE_SUPPORT=y 42 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y 43 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y 44 | CONFIG_LOCKDEP_SUPPORT=y 45 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y 46 | CONFIG_ARCH_HAS_ILOG2_U32=y 47 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 48 | CONFIG_GENERIC_HWEIGHT=y 49 | CONFIG_GENERIC_GPIO=y 50 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set 51 | CONFIG_PPC=y 52 | CONFIG_EARLY_PRINTK=y 53 | CONFIG_GENERIC_NVRAM=y 54 | CONFIG_SCHED_OMIT_FRAME_POINTER=y 55 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y 56 | CONFIG_PPC_OF=y 57 | CONFIG_PPC_UDBG_16550=y 58 | CONFIG_GENERIC_TBSYNC=y 59 | CONFIG_AUDIT_ARCH=y 60 | CONFIG_GENERIC_BUG=y 61 | # CONFIG_EPAPR_BOOT is not set 62 | # CONFIG_DEFAULT_UIMAGE is not set 63 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y 64 | # CONFIG_PPC_DCR_NATIVE is not set 65 | # CONFIG_PPC_DCR_MMIO is not set 66 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y 67 | CONFIG_PPC_ADV_DEBUG_REGS=y 68 | CONFIG_PPC_ADV_DEBUG_IACS=2 69 | CONFIG_PPC_ADV_DEBUG_DACS=2 70 | CONFIG_PPC_ADV_DEBUG_DVCS=0 71 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 72 | CONFIG_HAVE_IRQ_WORK=y 73 | 74 | # 75 | # General setup 76 | # 77 | CONFIG_EXPERIMENTAL=y 78 | CONFIG_INIT_ENV_ARG_LIMIT=32 79 | CONFIG_CROSS_COMPILE="" 80 | CONFIG_LOCALVERSION="" 81 | # CONFIG_LOCALVERSION_AUTO is not set 82 | CONFIG_DEFAULT_HOSTNAME="(none)" 83 | # CONFIG_SWAP is not set 84 | CONFIG_SYSVIPC=y 85 | CONFIG_SYSVIPC_SYSCTL=y 86 | # CONFIG_POSIX_MQUEUE is not set 87 | CONFIG_BSD_PROCESS_ACCT=y 88 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set 89 | # CONFIG_FHANDLE is not set 90 | # CONFIG_TASKSTATS is not set 91 | # CONFIG_AUDIT is not set 92 | CONFIG_HAVE_GENERIC_HARDIRQS=y 93 | 94 | # 95 | # IRQ subsystem 96 | # 97 | CONFIG_GENERIC_HARDIRQS=y 98 | CONFIG_HAVE_SPARSE_IRQ=y 99 | CONFIG_GENERIC_IRQ_SHOW=y 100 | CONFIG_GENERIC_IRQ_SHOW_LEVEL=y 101 | CONFIG_IRQ_FORCED_THREADING=y 102 | CONFIG_SPARSE_IRQ=y 103 | 104 | # 105 | # RCU Subsystem 106 | # 107 | CONFIG_TREE_RCU=y 108 | # CONFIG_PREEMPT_RCU is not set 109 | # CONFIG_RCU_TRACE is not set 110 | CONFIG_RCU_FANOUT=32 111 | # CONFIG_RCU_FANOUT_EXACT is not set 112 | # CONFIG_TREE_RCU_TRACE is not set 113 | # CONFIG_IKCONFIG is not set 114 | CONFIG_LOG_BUF_SHIFT=14 115 | # CONFIG_CGROUPS is not set 116 | # CONFIG_CHECKPOINT_RESTORE is not set 117 | CONFIG_NAMESPACES=y 118 | # CONFIG_UTS_NS is not set 119 | # CONFIG_IPC_NS is not set 120 | # CONFIG_USER_NS is not set 121 | # CONFIG_PID_NS is not set 122 | CONFIG_NET_NS=y 123 | # CONFIG_SCHED_AUTOGROUP is not set 124 | # CONFIG_SYSFS_DEPRECATED is not set 125 | # CONFIG_RELAY is not set 126 | CONFIG_BLK_DEV_INITRD=y 127 | CONFIG_INITRAMFS_SOURCE="" 128 | # CONFIG_RD_GZIP is not set 129 | # CONFIG_RD_BZIP2 is not set 130 | # CONFIG_RD_LZMA is not set 131 | CONFIG_RD_XZ=y 132 | # CONFIG_RD_LZO is not set 133 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 134 | CONFIG_SYSCTL=y 135 | CONFIG_ANON_INODES=y 136 | CONFIG_EXPERT=y 137 | CONFIG_SYSCTL_SYSCALL=y 138 | CONFIG_KALLSYMS=y 139 | # CONFIG_KALLSYMS_ALL is not set 140 | CONFIG_HOTPLUG=y 141 | CONFIG_PRINTK=y 142 | CONFIG_BUG=y 143 | CONFIG_ELF_CORE=y 144 | CONFIG_BASE_FULL=y 145 | CONFIG_FUTEX=y 146 | CONFIG_EPOLL=y 147 | CONFIG_SIGNALFD=y 148 | # CONFIG_TIMERFD is not set 149 | CONFIG_EVENTFD=y 150 | CONFIG_SHMEM=y 151 | # CONFIG_AIO is not set 152 | CONFIG_EMBEDDED=y 153 | CONFIG_HAVE_PERF_EVENTS=y 154 | 155 | # 156 | # Kernel Performance Events And Counters 157 | # 158 | # CONFIG_PERF_EVENTS is not set 159 | # CONFIG_PERF_COUNTERS is not set 160 | CONFIG_VM_EVENT_COUNTERS=y 161 | CONFIG_PCI_QUIRKS=y 162 | CONFIG_SLUB_DEBUG=y 163 | CONFIG_COMPAT_BRK=y 164 | # CONFIG_SLAB is not set 165 | CONFIG_SLUB=y 166 | # CONFIG_SLOB is not set 167 | CONFIG_PROFILING=y 168 | CONFIG_OPROFILE=m 169 | CONFIG_HAVE_OPROFILE=y 170 | # CONFIG_KPROBES is not set 171 | CONFIG_JUMP_LABEL=y 172 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y 173 | CONFIG_HAVE_IOREMAP_PROT=y 174 | CONFIG_HAVE_KPROBES=y 175 | CONFIG_HAVE_KRETPROBES=y 176 | CONFIG_HAVE_ARCH_TRACEHOOK=y 177 | CONFIG_HAVE_DMA_ATTRS=y 178 | CONFIG_USE_GENERIC_SMP_HELPERS=y 179 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y 180 | CONFIG_HAVE_DMA_API_DEBUG=y 181 | CONFIG_HAVE_ARCH_JUMP_LABEL=y 182 | CONFIG_HAVE_RCU_TABLE_FREE=y 183 | CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y 184 | 185 | # 186 | # GCOV-based kernel profiling 187 | # 188 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 189 | CONFIG_SLABINFO=y 190 | CONFIG_RT_MUTEXES=y 191 | CONFIG_BASE_SMALL=0 192 | CONFIG_MODULES=y 193 | # CONFIG_MODULE_FORCE_LOAD is not set 194 | CONFIG_MODULE_UNLOAD=y 195 | # CONFIG_MODULE_FORCE_UNLOAD is not set 196 | # CONFIG_MODVERSIONS is not set 197 | # CONFIG_MODULE_SRCVERSION_ALL is not set 198 | CONFIG_STOP_MACHINE=y 199 | CONFIG_BLOCK=y 200 | # CONFIG_LBDAF is not set 201 | # CONFIG_BLK_DEV_BSG is not set 202 | # CONFIG_BLK_DEV_BSGLIB is not set 203 | # CONFIG_BLK_DEV_INTEGRITY is not set 204 | 205 | # 206 | # Partition Types 207 | # 208 | # CONFIG_PARTITION_ADVANCED is not set 209 | CONFIG_MSDOS_PARTITION=y 210 | 211 | # 212 | # IO Schedulers 213 | # 214 | CONFIG_IOSCHED_NOOP=y 215 | # CONFIG_IOSCHED_DEADLINE is not set 216 | # CONFIG_IOSCHED_CFQ is not set 217 | CONFIG_DEFAULT_NOOP=y 218 | CONFIG_DEFAULT_IOSCHED="noop" 219 | # CONFIG_INLINE_SPIN_TRYLOCK is not set 220 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 221 | # CONFIG_INLINE_SPIN_LOCK is not set 222 | # CONFIG_INLINE_SPIN_LOCK_BH is not set 223 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 224 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 225 | CONFIG_INLINE_SPIN_UNLOCK=y 226 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 227 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 228 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 229 | # CONFIG_INLINE_READ_TRYLOCK is not set 230 | # CONFIG_INLINE_READ_LOCK is not set 231 | # CONFIG_INLINE_READ_LOCK_BH is not set 232 | # CONFIG_INLINE_READ_LOCK_IRQ is not set 233 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 234 | CONFIG_INLINE_READ_UNLOCK=y 235 | # CONFIG_INLINE_READ_UNLOCK_BH is not set 236 | CONFIG_INLINE_READ_UNLOCK_IRQ=y 237 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 238 | # CONFIG_INLINE_WRITE_TRYLOCK is not set 239 | # CONFIG_INLINE_WRITE_LOCK is not set 240 | # CONFIG_INLINE_WRITE_LOCK_BH is not set 241 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 242 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 243 | CONFIG_INLINE_WRITE_UNLOCK=y 244 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 245 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 246 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 247 | CONFIG_MUTEX_SPIN_ON_OWNER=y 248 | # CONFIG_FREEZER is not set 249 | CONFIG_PPC_MSI_BITMAP=y 250 | # CONFIG_PPC_XICS is not set 251 | # CONFIG_PPC_ICP_NATIVE is not set 252 | # CONFIG_PPC_ICP_HV is not set 253 | # CONFIG_PPC_ICS_RTAS is not set 254 | 255 | # 256 | # Platform support 257 | # 258 | # CONFIG_PPC_CELL is not set 259 | # CONFIG_PPC_CELL_NATIVE is not set 260 | # CONFIG_PQ2ADS is not set 261 | CONFIG_FSL_SOC_BOOKE=y 262 | # CONFIG_MPC8540_ADS is not set 263 | # CONFIG_MPC8560_ADS is not set 264 | # CONFIG_MPC85xx_CDS is not set 265 | # CONFIG_MPC85xx_MDS is not set 266 | # CONFIG_MPC8536_DS is not set 267 | # CONFIG_MPC85xx_DS is not set 268 | CONFIG_RB1000=y 269 | CONFIG_RB800=y 270 | CONFIG_RB1100=y 271 | CONFIG_RB1120=y 272 | CONFIG_METAROUTER=y 273 | # CONFIG_MPC85xx_RDB is not set 274 | # CONFIG_P1010_RDB is not set 275 | # CONFIG_P1022_DS is not set 276 | # CONFIG_P1023_RDS is not set 277 | # CONFIG_SOCRATES is not set 278 | # CONFIG_KSI8560 is not set 279 | # CONFIG_XES_MPC85xx is not set 280 | # CONFIG_STX_GP3 is not set 281 | # CONFIG_TQM8540 is not set 282 | # CONFIG_TQM8541 is not set 283 | # CONFIG_TQM8548 is not set 284 | # CONFIG_TQM8555 is not set 285 | # CONFIG_TQM8560 is not set 286 | # CONFIG_SBC8548 is not set 287 | # CONFIG_SBC8560 is not set 288 | # CONFIG_P2041_RDB is not set 289 | # CONFIG_P3041_DS is not set 290 | # CONFIG_P3060_QDS is not set 291 | # CONFIG_P4080_DS is not set 292 | # CONFIG_P5020_DS is not set 293 | # CONFIG_PPC_WSP is not set 294 | # CONFIG_KVM_GUEST is not set 295 | CONFIG_PPC_SMP_MUXED_IPI=y 296 | # CONFIG_IPIC is not set 297 | CONFIG_MPIC=y 298 | # CONFIG_PPC_EPAPR_HV_PIC is not set 299 | # CONFIG_MPIC_WEIRD is not set 300 | CONFIG_MT_VIC=y 301 | CONFIG_RB_AUX=y 302 | CONFIG_RB_PCI=y 303 | # CONFIG_PPC_I8259 is not set 304 | # CONFIG_PPC_RTAS is not set 305 | # CONFIG_MMIO_NVRAM is not set 306 | # CONFIG_MPIC_U3_HT_IRQS is not set 307 | # CONFIG_PPC_MPC106 is not set 308 | # CONFIG_PPC_970_NAP is not set 309 | # CONFIG_PPC_P7_NAP is not set 310 | CONFIG_RB_IOMAP=y 311 | 312 | # 313 | # CPU Frequency scaling 314 | # 315 | # CONFIG_CPU_FREQ is not set 316 | 317 | # 318 | # CPUIdle driver 319 | # 320 | # CONFIG_CPU_IDLE is not set 321 | # CONFIG_QUICC_ENGINE is not set 322 | # CONFIG_CPM2 is not set 323 | # CONFIG_FSL_ULI1575 is not set 324 | # CONFIG_SIMPLE_GPIO is not set 325 | 326 | # 327 | # Kernel options 328 | # 329 | # CONFIG_HIGHMEM is not set 330 | CONFIG_TICK_ONESHOT=y 331 | # CONFIG_NO_HZ is not set 332 | CONFIG_HIGH_RES_TIMERS=y 333 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 334 | CONFIG_HZ_100=y 335 | # CONFIG_HZ_250 is not set 336 | # CONFIG_HZ_300 is not set 337 | # CONFIG_HZ_1000 is not set 338 | CONFIG_HZ=100 339 | CONFIG_SCHED_HRTICK=y 340 | CONFIG_PREEMPT_NONE=y 341 | # CONFIG_PREEMPT_VOLUNTARY is not set 342 | # CONFIG_PREEMPT is not set 343 | CONFIG_BINFMT_ELF=y 344 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 345 | # CONFIG_HAVE_AOUT is not set 346 | # CONFIG_BINFMT_MISC is not set 347 | CONFIG_MATH_EMULATION=y 348 | # CONFIG_IOMMU_HELPER is not set 349 | # CONFIG_SWIOTLB is not set 350 | CONFIG_HOTPLUG_CPU=y 351 | CONFIG_ARCH_CPU_PROBE_RELEASE=y 352 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 353 | CONFIG_ARCH_HAS_WALK_MEMORY=y 354 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 355 | # CONFIG_KEXEC is not set 356 | # CONFIG_CRASH_DUMP is not set 357 | # CONFIG_IRQ_ALL_CPUS is not set 358 | CONFIG_MAX_ACTIVE_REGIONS=32 359 | CONFIG_ARCH_FLATMEM_ENABLE=y 360 | CONFIG_SELECT_MEMORY_MODEL=y 361 | CONFIG_FLATMEM_MANUAL=y 362 | CONFIG_FLATMEM=y 363 | CONFIG_FLAT_NODE_MEM_MAP=y 364 | CONFIG_HAVE_MEMBLOCK=y 365 | CONFIG_HAVE_MEMBLOCK_NODE_MAP=y 366 | CONFIG_PAGEFLAGS_EXTENDED=y 367 | CONFIG_SPLIT_PTLOCK_CPUS=4 368 | # CONFIG_COMPACTION is not set 369 | # CONFIG_MIGRATION is not set 370 | # CONFIG_PHYS_ADDR_T_64BIT is not set 371 | CONFIG_ZONE_DMA_FLAG=1 372 | CONFIG_BOUNCE=y 373 | CONFIG_VIRT_TO_BUS=y 374 | # CONFIG_KSM is not set 375 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 376 | # CONFIG_CLEANCACHE is not set 377 | CONFIG_PPC_4K_PAGES=y 378 | CONFIG_FORCE_MAX_ZONEORDER=11 379 | # CONFIG_CMDLINE_BOOL is not set 380 | CONFIG_EXTRA_TARGETS="" 381 | # CONFIG_PM_RUNTIME is not set 382 | # CONFIG_SECCOMP is not set 383 | CONFIG_ISA_DMA_API=y 384 | 385 | # 386 | # Bus options 387 | # 388 | CONFIG_ZONE_DMA=y 389 | # CONFIG_NEED_DMA_MAP_STATE is not set 390 | CONFIG_NEED_SG_DMA_LENGTH=y 391 | CONFIG_GENERIC_ISA_DMA=y 392 | CONFIG_PPC_INDIRECT_PCI=y 393 | CONFIG_FSL_SOC=y 394 | CONFIG_FSL_PCI=y 395 | # CONFIG_FSL_LBC is not set 396 | CONFIG_HAS_FSL_QBMAN=y 397 | CONFIG_PPC_PCI_CHOICE=y 398 | CONFIG_PCI=y 399 | CONFIG_PCI_DOMAINS=y 400 | CONFIG_PCI_SYSCALL=y 401 | CONFIG_PCIEPORTBUS=y 402 | CONFIG_PCIEAER=y 403 | # CONFIG_PCIE_ECRC is not set 404 | # CONFIG_PCIEAER_INJECT is not set 405 | # CONFIG_PCIEASPM is not set 406 | CONFIG_ARCH_SUPPORTS_MSI=y 407 | CONFIG_PCI_MSI=y 408 | # CONFIG_PCI_DEBUG is not set 409 | # CONFIG_PCI_STUB is not set 410 | # CONFIG_PCI_IOV is not set 411 | # CONFIG_PCI_PRI is not set 412 | # CONFIG_PCI_PASID is not set 413 | # CONFIG_PCCARD is not set 414 | # CONFIG_HOTPLUG_PCI is not set 415 | # CONFIG_HAS_RAPIDIO is not set 416 | # CONFIG_RAPIDIO is not set 417 | # CONFIG_NONSTATIC_KERNEL is not set 418 | 419 | # 420 | # Advanced setup 421 | # 422 | CONFIG_ADVANCED_OPTIONS=y 423 | CONFIG_LOWMEM_SIZE_BOOL=y 424 | CONFIG_LOWMEM_SIZE=0x60000000 425 | # CONFIG_LOWMEM_CAM_NUM_BOOL is not set 426 | CONFIG_LOWMEM_CAM_NUM=3 427 | # CONFIG_DYNAMIC_MEMSTART is not set 428 | CONFIG_PAGE_OFFSET_BOOL=y 429 | CONFIG_PAGE_OFFSET=0x80000000 430 | CONFIG_KERNEL_START_BOOL=y 431 | CONFIG_KERNEL_START=0x80000000 432 | # CONFIG_PHYSICAL_START_BOOL is not set 433 | CONFIG_PHYSICAL_START=0x00000000 434 | CONFIG_PHYSICAL_ALIGN=0x04000000 435 | CONFIG_TASK_SIZE_BOOL=y 436 | CONFIG_TASK_SIZE=0x80000000 437 | CONFIG_NET=y 438 | 439 | # 440 | # Networking options 441 | # 442 | CONFIG_PACKET=y 443 | CONFIG_UNIX=y 444 | # CONFIG_UNIX_DIAG is not set 445 | CONFIG_XFRM=y 446 | CONFIG_XFRM_USER=m 447 | # CONFIG_XFRM_SUB_POLICY is not set 448 | # CONFIG_XFRM_MIGRATE is not set 449 | CONFIG_XFRM_STATISTICS=y 450 | CONFIG_XFRM_IPCOMP=m 451 | CONFIG_NET_KEY=m 452 | # CONFIG_NET_KEY_MIGRATE is not set 453 | CONFIG_INET=y 454 | CONFIG_IP_MULTICAST=y 455 | CONFIG_IP_ADVANCED_ROUTER=y 456 | CONFIG_IP_FIB_TRIE_STATS=y 457 | CONFIG_IP_MULTIPLE_TABLES=y 458 | CONFIG_IP_ROUTE_MULTIPATH=y 459 | # CONFIG_IP_ROUTE_VERBOSE is not set 460 | CONFIG_IP_ROUTE_CLASSID=y 461 | # CONFIG_IP_PNP is not set 462 | CONFIG_NET_IPIP=m 463 | # CONFIG_NET_IPGRE_DEMUX is not set 464 | CONFIG_IP_MROUTE=y 465 | # CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set 466 | CONFIG_IP_PIMSM_V1=y 467 | CONFIG_IP_PIMSM_V2=y 468 | # CONFIG_ARPD is not set 469 | CONFIG_SYN_COOKIES=y 470 | CONFIG_INET_AH=m 471 | CONFIG_INET_ESP=m 472 | CONFIG_INET_IPCOMP=m 473 | CONFIG_INET_XFRM_TUNNEL=m 474 | CONFIG_INET_TUNNEL=y 475 | CONFIG_INET_XFRM_MODE_TRANSPORT=y 476 | CONFIG_INET_XFRM_MODE_TUNNEL=y 477 | CONFIG_INET_XFRM_MODE_BEET=y 478 | # CONFIG_INET_LRO is not set 479 | # CONFIG_INET_DIAG is not set 480 | # CONFIG_TCP_CONG_ADVANCED is not set 481 | CONFIG_TCP_CONG_CUBIC=y 482 | CONFIG_DEFAULT_TCP_CONG="cubic" 483 | CONFIG_TCP_MD5SIG=y 484 | CONFIG_IPV6=m 485 | # CONFIG_IPV6_PRIVACY is not set 486 | # CONFIG_IPV6_ROUTER_PREF is not set 487 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set 488 | CONFIG_INET6_AH=m 489 | CONFIG_INET6_ESP=m 490 | # CONFIG_INET6_IPCOMP is not set 491 | # CONFIG_IPV6_MIP6 is not set 492 | # CONFIG_INET6_XFRM_TUNNEL is not set 493 | CONFIG_INET6_TUNNEL=m 494 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m 495 | CONFIG_INET6_XFRM_MODE_TUNNEL=m 496 | CONFIG_INET6_XFRM_MODE_BEET=m 497 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 498 | CONFIG_IPV6_SIT=m 499 | # CONFIG_IPV6_SIT_6RD is not set 500 | CONFIG_IPV6_NDISC_NODETYPE=y 501 | CONFIG_IPV6_TUNNEL=m 502 | CONFIG_IPV6_MULTIPLE_TABLES=y 503 | # CONFIG_IPV6_SUBTREES is not set 504 | # CONFIG_IPV6_MROUTE is not set 505 | # CONFIG_NETWORK_SECMARK is not set 506 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set 507 | CONFIG_NETFILTER=y 508 | # CONFIG_NETFILTER_DEBUG is not set 509 | CONFIG_NETFILTER_ADVANCED=y 510 | CONFIG_BRIDGE_NETFILTER=y 511 | 512 | # 513 | # Core Netfilter Configuration 514 | # 515 | CONFIG_NETFILTER_NETLINK=m 516 | # CONFIG_NETFILTER_NETLINK_ACCT is not set 517 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set 518 | # CONFIG_NETFILTER_NETLINK_LOG is not set 519 | CONFIG_NF_CONNTRACK=m 520 | CONFIG_NF_CONNTRACK_MARK=y 521 | CONFIG_NF_CONNTRACK_PROCFS=y 522 | # CONFIG_NF_CONNTRACK_EVENTS is not set 523 | # CONFIG_NF_CONNTRACK_TIMESTAMP is not set 524 | CONFIG_NF_CT_PROTO_DCCP=m 525 | CONFIG_NF_CT_PROTO_GRE=m 526 | CONFIG_NF_CT_PROTO_SCTP=m 527 | CONFIG_NF_CT_PROTO_UDPLITE=m 528 | CONFIG_NF_CONNTRACK_AMANDA=m 529 | CONFIG_NF_CONNTRACK_FTP=m 530 | CONFIG_NF_CONNTRACK_H323=m 531 | CONFIG_NF_CONNTRACK_IRC=m 532 | CONFIG_NF_CONNTRACK_BROADCAST=m 533 | CONFIG_NF_CONNTRACK_NETBIOS_NS=m 534 | CONFIG_NF_CONNTRACK_SNMP=m 535 | CONFIG_NF_CONNTRACK_PPTP=m 536 | # CONFIG_NF_CONNTRACK_SANE is not set 537 | CONFIG_NF_CONNTRACK_SIP=m 538 | CONFIG_NF_CONNTRACK_TFTP=m 539 | CONFIG_NF_CT_NETLINK=m 540 | # CONFIG_NETFILTER_TPROXY is not set 541 | CONFIG_NETFILTER_XTABLES=m 542 | 543 | # 544 | # Xtables combined modules 545 | # 546 | CONFIG_NETFILTER_XT_MARK=m 547 | CONFIG_NETFILTER_XT_CONNMARK=m 548 | 549 | # 550 | # Xtables targets 551 | # 552 | # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set 553 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 554 | CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 555 | # CONFIG_NETFILTER_XT_TARGET_CT is not set 556 | CONFIG_NETFILTER_XT_TARGET_DSCP=m 557 | CONFIG_NETFILTER_XT_TARGET_HL=m 558 | # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set 559 | # CONFIG_NETFILTER_XT_TARGET_LED is not set 560 | CONFIG_NETFILTER_XT_TARGET_MARK=m 561 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 562 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 563 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 564 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 565 | # CONFIG_NETFILTER_XT_TARGET_TEE is not set 566 | # CONFIG_NETFILTER_XT_TARGET_TRACE is not set 567 | CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 568 | # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set 569 | 570 | # 571 | # Xtables matches 572 | # 573 | CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m 574 | # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set 575 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 576 | CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 577 | CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m 578 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 579 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 580 | # CONFIG_NETFILTER_XT_MATCH_CPU is not set 581 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 582 | # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set 583 | CONFIG_NETFILTER_XT_MATCH_DSCP=m 584 | # CONFIG_NETFILTER_XT_MATCH_ECN is not set 585 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set 586 | CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 587 | CONFIG_NETFILTER_XT_MATCH_HELPER=m 588 | CONFIG_NETFILTER_XT_MATCH_HL=m 589 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 590 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m 591 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m 592 | CONFIG_NETFILTER_XT_MATCH_MAC=m 593 | CONFIG_NETFILTER_XT_MATCH_MARK=m 594 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 595 | # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set 596 | # CONFIG_NETFILTER_XT_MATCH_OSF is not set 597 | # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 598 | CONFIG_NETFILTER_XT_MATCH_POLICY=m 599 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m 600 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 601 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 602 | # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 603 | CONFIG_NETFILTER_XT_MATCH_REALM=m 604 | # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 605 | # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 606 | # CONFIG_NETFILTER_XT_MATCH_STATE is not set 607 | CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 608 | CONFIG_NETFILTER_XT_MATCH_STRING=m 609 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 610 | # CONFIG_NETFILTER_XT_MATCH_TIME is not set 611 | # CONFIG_NETFILTER_XT_MATCH_U32 is not set 612 | # CONFIG_IP_SET is not set 613 | # CONFIG_IP_VS is not set 614 | 615 | # 616 | # IP: Netfilter Configuration 617 | # 618 | CONFIG_NF_DEFRAG_IPV4=m 619 | CONFIG_NF_CONNTRACK_IPV4=m 620 | # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set 621 | # CONFIG_IP_NF_QUEUE is not set 622 | CONFIG_IP_NF_IPTABLES=m 623 | # CONFIG_IP_NF_MATCH_AH is not set 624 | # CONFIG_IP_NF_MATCH_ECN is not set 625 | # CONFIG_IP_NF_MATCH_RPFILTER is not set 626 | CONFIG_IP_NF_MATCH_TTL=m 627 | CONFIG_IP_NF_FILTER=m 628 | CONFIG_IP_NF_TARGET_REJECT=m 629 | CONFIG_IP_NF_TARGET_LOG=m 630 | # CONFIG_IP_NF_TARGET_ULOG is not set 631 | CONFIG_NF_NAT=m 632 | CONFIG_NF_NAT_NEEDED=y 633 | CONFIG_IP_NF_TARGET_MASQUERADE=m 634 | CONFIG_IP_NF_TARGET_NETMAP=m 635 | CONFIG_IP_NF_TARGET_REDIRECT=m 636 | # CONFIG_NF_NAT_SNMP_BASIC is not set 637 | CONFIG_NF_NAT_PROTO_DCCP=m 638 | CONFIG_NF_NAT_PROTO_GRE=m 639 | CONFIG_NF_NAT_PROTO_UDPLITE=m 640 | CONFIG_NF_NAT_PROTO_SCTP=m 641 | CONFIG_NF_NAT_FTP=m 642 | CONFIG_NF_NAT_IRC=m 643 | CONFIG_NF_NAT_TFTP=m 644 | CONFIG_NF_NAT_AMANDA=m 645 | CONFIG_NF_NAT_PPTP=m 646 | CONFIG_NF_NAT_H323=m 647 | CONFIG_NF_NAT_SIP=m 648 | CONFIG_IP_NF_MANGLE=m 649 | CONFIG_IP_NF_TARGET_CLUSTERIP=m 650 | # CONFIG_IP_NF_TARGET_ECN is not set 651 | CONFIG_IP_NF_TARGET_TTL=m 652 | CONFIG_IP_NF_RAW=m 653 | # CONFIG_IP_NF_ARPTABLES is not set 654 | 655 | # 656 | # IPv6: Netfilter Configuration 657 | # 658 | CONFIG_NF_DEFRAG_IPV6=m 659 | CONFIG_NF_CONNTRACK_IPV6=m 660 | # CONFIG_IP6_NF_QUEUE is not set 661 | CONFIG_IP6_NF_IPTABLES=m 662 | CONFIG_IP6_NF_MATCH_AH=m 663 | CONFIG_IP6_NF_MATCH_EUI64=m 664 | CONFIG_IP6_NF_MATCH_FRAG=m 665 | CONFIG_IP6_NF_MATCH_OPTS=m 666 | CONFIG_IP6_NF_MATCH_HL=m 667 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m 668 | CONFIG_IP6_NF_MATCH_MH=m 669 | # CONFIG_IP6_NF_MATCH_RPFILTER is not set 670 | CONFIG_IP6_NF_MATCH_RT=m 671 | CONFIG_IP6_NF_TARGET_HL=m 672 | # CONFIG_IP6_NF_TARGET_LOG is not set 673 | CONFIG_IP6_NF_FILTER=m 674 | CONFIG_IP6_NF_TARGET_REJECT=m 675 | CONFIG_IP6_NF_MANGLE=m 676 | CONFIG_IP6_NF_RAW=m 677 | CONFIG_BRIDGE_NF_EBTABLES=m 678 | CONFIG_BRIDGE_EBT_BROUTE=m 679 | CONFIG_BRIDGE_EBT_T_FILTER=m 680 | CONFIG_BRIDGE_EBT_T_NAT=m 681 | CONFIG_BRIDGE_EBT_802_3=m 682 | # CONFIG_BRIDGE_EBT_AMONG is not set 683 | CONFIG_BRIDGE_EBT_ARP=m 684 | CONFIG_BRIDGE_EBT_IP=m 685 | CONFIG_BRIDGE_EBT_IP6=m 686 | CONFIG_BRIDGE_EBT_LIMIT=m 687 | CONFIG_BRIDGE_EBT_MARK=m 688 | CONFIG_BRIDGE_EBT_PKTTYPE=m 689 | CONFIG_BRIDGE_EBT_STP=m 690 | CONFIG_BRIDGE_EBT_VLAN=m 691 | CONFIG_BRIDGE_EBT_ARPREPLY=m 692 | CONFIG_BRIDGE_EBT_DNAT=m 693 | CONFIG_BRIDGE_EBT_MARK_T=m 694 | CONFIG_BRIDGE_EBT_REDIRECT=m 695 | CONFIG_BRIDGE_EBT_SNAT=m 696 | # CONFIG_BRIDGE_EBT_LOG is not set 697 | # CONFIG_BRIDGE_EBT_ULOG is not set 698 | # CONFIG_BRIDGE_EBT_NFLOG is not set 699 | # CONFIG_IP_DCCP is not set 700 | CONFIG_IP_SCTP=m 701 | # CONFIG_SCTP_DBG_MSG is not set 702 | # CONFIG_SCTP_DBG_OBJCNT is not set 703 | # CONFIG_SCTP_HMAC_NONE is not set 704 | # CONFIG_SCTP_HMAC_SHA1 is not set 705 | CONFIG_SCTP_HMAC_MD5=y 706 | # CONFIG_RDS is not set 707 | # CONFIG_TIPC is not set 708 | # CONFIG_ATM is not set 709 | # CONFIG_L2TP is not set 710 | CONFIG_STP=m 711 | CONFIG_BRIDGE=m 712 | CONFIG_BRIDGE_IGMP_SNOOPING=y 713 | # CONFIG_NET_DSA is not set 714 | CONFIG_VLAN_8021Q=m 715 | # CONFIG_VLAN_8021Q_GVRP is not set 716 | # CONFIG_DECNET is not set 717 | CONFIG_LLC=y 718 | # CONFIG_LLC2 is not set 719 | # CONFIG_IPX is not set 720 | # CONFIG_ATALK is not set 721 | # CONFIG_X25 is not set 722 | # CONFIG_LAPB is not set 723 | # CONFIG_ECONET is not set 724 | # CONFIG_WAN_ROUTER is not set 725 | # CONFIG_PHONET is not set 726 | # CONFIG_IEEE802154 is not set 727 | CONFIG_NET_SCHED=y 728 | 729 | # 730 | # Queueing/Scheduling 731 | # 732 | # CONFIG_NET_SCH_CBQ is not set 733 | CONFIG_NET_SCH_HTB=m 734 | # CONFIG_NET_SCH_HFSC is not set 735 | # CONFIG_NET_SCH_PRIO is not set 736 | # CONFIG_NET_SCH_MULTIQ is not set 737 | CONFIG_NET_SCH_RED=m 738 | # CONFIG_NET_SCH_SFB is not set 739 | CONFIG_NET_SCH_SFQ=m 740 | # CONFIG_NET_SCH_TEQL is not set 741 | # CONFIG_NET_SCH_TBF is not set 742 | # CONFIG_NET_SCH_GRED is not set 743 | # CONFIG_NET_SCH_DSMARK is not set 744 | # CONFIG_NET_SCH_NETEM is not set 745 | # CONFIG_NET_SCH_DRR is not set 746 | # CONFIG_NET_SCH_MQPRIO is not set 747 | # CONFIG_NET_SCH_CHOKE is not set 748 | # CONFIG_NET_SCH_QFQ is not set 749 | 750 | # 751 | # Classification 752 | # 753 | CONFIG_NET_CLS=y 754 | # CONFIG_NET_CLS_BASIC is not set 755 | # CONFIG_NET_CLS_TCINDEX is not set 756 | # CONFIG_NET_CLS_ROUTE4 is not set 757 | CONFIG_NET_CLS_FW=m 758 | # CONFIG_NET_CLS_U32 is not set 759 | # CONFIG_NET_CLS_RSVP is not set 760 | # CONFIG_NET_CLS_RSVP6 is not set 761 | # CONFIG_NET_CLS_FLOW is not set 762 | # CONFIG_NET_EMATCH is not set 763 | # CONFIG_NET_CLS_ACT is not set 764 | # CONFIG_NET_CLS_IND is not set 765 | CONFIG_NET_SCH_FIFO=y 766 | # CONFIG_DCB is not set 767 | # CONFIG_BATMAN_ADV is not set 768 | # CONFIG_OPENVSWITCH is not set 769 | CONFIG_RPS=y 770 | CONFIG_RFS_ACCEL=y 771 | CONFIG_XPS=y 772 | CONFIG_BQL=y 773 | 774 | # 775 | # Network testing 776 | # 777 | # CONFIG_NET_PKTGEN is not set 778 | # CONFIG_HAMRADIO is not set 779 | # CONFIG_CAN is not set 780 | # CONFIG_IRDA is not set 781 | # CONFIG_BT is not set 782 | # CONFIG_AF_RXRPC is not set 783 | CONFIG_FIB_RULES=y 784 | # CONFIG_WIRELESS is not set 785 | # CONFIG_WIMAX is not set 786 | # CONFIG_RFKILL is not set 787 | # CONFIG_NET_9P is not set 788 | # CONFIG_CAIF is not set 789 | # CONFIG_CEPH_LIB is not set 790 | # CONFIG_NFC is not set 791 | 792 | # 793 | # Device Drivers 794 | # 795 | 796 | # 797 | # Generic Driver Options 798 | # 799 | CONFIG_UEVENT_HELPER_PATH="" 800 | CONFIG_DEVTMPFS=y 801 | # CONFIG_DEVTMPFS_MOUNT is not set 802 | # CONFIG_STANDALONE is not set 803 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set 804 | CONFIG_FW_LOADER=y 805 | # CONFIG_FIRMWARE_IN_KERNEL is not set 806 | CONFIG_EXTRA_FIRMWARE="" 807 | # CONFIG_DEBUG_DRIVER is not set 808 | # CONFIG_DEBUG_DEVRES is not set 809 | # CONFIG_SYS_HYPERVISOR is not set 810 | # CONFIG_GENERIC_CPU_DEVICES is not set 811 | # CONFIG_DMA_SHARED_BUFFER is not set 812 | # CONFIG_CONNECTOR is not set 813 | CONFIG_MTD=y 814 | # CONFIG_MTD_TESTS is not set 815 | # CONFIG_MTD_REDBOOT_PARTS is not set 816 | # CONFIG_MTD_CMDLINE_PARTS is not set 817 | CONFIG_MTD_OF_PARTS=y 818 | # CONFIG_MTD_AR7_PARTS is not set 819 | 820 | # 821 | # User Modules And Translation Layers 822 | # 823 | CONFIG_MTD_CHAR=y 824 | CONFIG_MTD_BLKDEVS=y 825 | CONFIG_MTD_BLOCK=y 826 | # CONFIG_FTL is not set 827 | # CONFIG_NFTL is not set 828 | # CONFIG_INFTL is not set 829 | # CONFIG_RFD_FTL is not set 830 | # CONFIG_SSFDC is not set 831 | # CONFIG_SM_FTL is not set 832 | # CONFIG_MTD_OOPS is not set 833 | 834 | # 835 | # RAM/ROM/Flash chip drivers 836 | # 837 | # CONFIG_MTD_CFI is not set 838 | # CONFIG_MTD_JEDECPROBE is not set 839 | CONFIG_MTD_MAP_BANK_WIDTH_1=y 840 | CONFIG_MTD_MAP_BANK_WIDTH_2=y 841 | CONFIG_MTD_MAP_BANK_WIDTH_4=y 842 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 843 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 844 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 845 | CONFIG_MTD_CFI_I1=y 846 | CONFIG_MTD_CFI_I2=y 847 | # CONFIG_MTD_CFI_I4 is not set 848 | # CONFIG_MTD_CFI_I8 is not set 849 | # CONFIG_MTD_RAM is not set 850 | # CONFIG_MTD_ROM is not set 851 | # CONFIG_MTD_ABSENT is not set 852 | 853 | # 854 | # Mapping drivers for chip access 855 | # 856 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set 857 | # CONFIG_MTD_INTEL_VR_NOR is not set 858 | # CONFIG_MTD_PLATRAM is not set 859 | 860 | # 861 | # Self-contained MTD device drivers 862 | # 863 | # CONFIG_MTD_PMC551 is not set 864 | # CONFIG_MTD_DATAFLASH is not set 865 | # CONFIG_MTD_M25P80 is not set 866 | # CONFIG_MTD_SST25L is not set 867 | # CONFIG_MTD_SLRAM is not set 868 | # CONFIG_MTD_PHRAM is not set 869 | # CONFIG_MTD_MTDRAM is not set 870 | # CONFIG_MTD_BLOCK2MTD is not set 871 | 872 | # 873 | # Disk-On-Chip Device Drivers 874 | # 875 | # CONFIG_MTD_DOC2000 is not set 876 | # CONFIG_MTD_DOC2001 is not set 877 | # CONFIG_MTD_DOC2001PLUS is not set 878 | # CONFIG_MTD_DOCG3 is not set 879 | CONFIG_MTD_NAND_ECC=y 880 | # CONFIG_MTD_NAND_ECC_SMC is not set 881 | CONFIG_MTD_NAND=y 882 | CONFIG_MTD_NAND_VERIFY_WRITE=y 883 | # CONFIG_MTD_NAND_ECC_BCH is not set 884 | # CONFIG_MTD_SM_COMMON is not set 885 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set 886 | # CONFIG_MTD_NAND_DENALI is not set 887 | CONFIG_MTD_NAND_IDS=y 888 | # CONFIG_MTD_NAND_RICOH is not set 889 | # CONFIG_MTD_NAND_DISKONCHIP is not set 890 | # CONFIG_MTD_NAND_CAFE is not set 891 | # CONFIG_MTD_NAND_NANDSIM is not set 892 | # CONFIG_MTD_NAND_PLATFORM is not set 893 | CONFIG_MTD_NAND_RB_PPC=y 894 | CONFIG_MTD_NAND_RB_FCM=y 895 | CONFIG_MTD_NAND_RB=y 896 | # CONFIG_MTD_NAND_FSL_ELBC is not set 897 | # CONFIG_MTD_NAND_FSL_UPM is not set 898 | # CONFIG_MTD_ONENAND is not set 899 | 900 | # 901 | # LPDDR flash memory drivers 902 | # 903 | # CONFIG_MTD_LPDDR is not set 904 | CONFIG_MTD_UBI=y 905 | CONFIG_MTD_UBI_WL_THRESHOLD=4096 906 | CONFIG_MTD_UBI_BEB_RESERVE=3 907 | # CONFIG_MTD_UBI_GLUEBI is not set 908 | # CONFIG_MTD_UBI_DEBUG is not set 909 | CONFIG_DTC=y 910 | CONFIG_OF=y 911 | 912 | # 913 | # Device Tree and Open Firmware support 914 | # 915 | # CONFIG_PROC_DEVICETREE is not set 916 | # CONFIG_OF_SELFTEST is not set 917 | CONFIG_OF_FLATTREE=y 918 | CONFIG_OF_EARLY_FLATTREE=y 919 | CONFIG_OF_DYNAMIC=y 920 | CONFIG_OF_ADDRESS=y 921 | CONFIG_OF_IRQ=y 922 | CONFIG_OF_DEVICE=y 923 | CONFIG_OF_GPIO=y 924 | CONFIG_OF_NET=y 925 | CONFIG_OF_SPI=y 926 | CONFIG_OF_MDIO=y 927 | CONFIG_OF_PCI=y 928 | CONFIG_OF_PCI_IRQ=y 929 | # CONFIG_PARPORT is not set 930 | CONFIG_BLK_DEV=y 931 | # CONFIG_BLK_DEV_FD is not set 932 | # CONFIG_BLK_CPQ_DA is not set 933 | # CONFIG_BLK_CPQ_CISS_DA is not set 934 | # CONFIG_BLK_DEV_DAC960 is not set 935 | # CONFIG_BLK_DEV_UMEM is not set 936 | # CONFIG_BLK_DEV_COW_COMMON is not set 937 | # CONFIG_BLK_DEV_LOOP is not set 938 | 939 | # 940 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 941 | # 942 | # CONFIG_BLK_DEV_NBD is not set 943 | # CONFIG_BLK_DEV_NVME is not set 944 | # CONFIG_BLK_DEV_SX8 is not set 945 | # CONFIG_BLK_DEV_RAM is not set 946 | # CONFIG_CDROM_PKTCDVD is not set 947 | # CONFIG_ATA_OVER_ETH is not set 948 | # CONFIG_BLK_DEV_HD is not set 949 | # CONFIG_BLK_DEV_RBD is not set 950 | 951 | # 952 | # Misc devices 953 | # 954 | # CONFIG_SENSORS_LIS3LV02D is not set 955 | # CONFIG_AD525X_DPOT is not set 956 | # CONFIG_PHANTOM is not set 957 | # CONFIG_INTEL_MID_PTI is not set 958 | # CONFIG_SGI_IOC4 is not set 959 | # CONFIG_TIFM_CORE is not set 960 | # CONFIG_ENCLOSURE_SERVICES is not set 961 | # CONFIG_HP_ILO is not set 962 | # CONFIG_TI_DAC7512 is not set 963 | # CONFIG_PCH_PHUB is not set 964 | # CONFIG_C2PORT is not set 965 | 966 | # 967 | # EEPROM support 968 | # 969 | # CONFIG_EEPROM_AT25 is not set 970 | # CONFIG_EEPROM_93CX6 is not set 971 | # CONFIG_EEPROM_93XX46 is not set 972 | # CONFIG_CB710_CORE is not set 973 | # CONFIG_IWMC3200TOP is not set 974 | 975 | # 976 | # Texas Instruments shared transport line discipline 977 | # 978 | # CONFIG_TI_ST is not set 979 | # CONFIG_SENSORS_LIS3_SPI is not set 980 | 981 | # 982 | # Altera FPGA firmware download module 983 | # 984 | CONFIG_HAVE_IDE=y 985 | # CONFIG_IDE is not set 986 | 987 | # 988 | # SCSI device support 989 | # 990 | CONFIG_SCSI_MOD=m 991 | # CONFIG_RAID_ATTRS is not set 992 | CONFIG_SCSI=m 993 | CONFIG_SCSI_DMA=y 994 | # CONFIG_SCSI_TGT is not set 995 | # CONFIG_SCSI_NETLINK is not set 996 | CONFIG_SCSI_PROC_FS=y 997 | 998 | # 999 | # SCSI support type (disk, tape, CD-ROM) 1000 | # 1001 | # CONFIG_BLK_DEV_SD is not set 1002 | # CONFIG_CHR_DEV_ST is not set 1003 | # CONFIG_CHR_DEV_OSST is not set 1004 | # CONFIG_BLK_DEV_SR is not set 1005 | # CONFIG_CHR_DEV_SG is not set 1006 | # CONFIG_CHR_DEV_SCH is not set 1007 | # CONFIG_SCSI_MULTI_LUN is not set 1008 | # CONFIG_SCSI_CONSTANTS is not set 1009 | # CONFIG_SCSI_LOGGING is not set 1010 | # CONFIG_SCSI_SCAN_ASYNC is not set 1011 | CONFIG_SCSI_WAIT_SCAN=m 1012 | 1013 | # 1014 | # SCSI Transports 1015 | # 1016 | # CONFIG_SCSI_SPI_ATTRS is not set 1017 | # CONFIG_SCSI_FC_ATTRS is not set 1018 | # CONFIG_SCSI_ISCSI_ATTRS is not set 1019 | # CONFIG_SCSI_SAS_ATTRS is not set 1020 | # CONFIG_SCSI_SAS_LIBSAS is not set 1021 | # CONFIG_SCSI_SRP_ATTRS is not set 1022 | CONFIG_SCSI_LOWLEVEL=y 1023 | # CONFIG_ISCSI_TCP is not set 1024 | # CONFIG_ISCSI_BOOT_SYSFS is not set 1025 | # CONFIG_SCSI_CXGB3_ISCSI is not set 1026 | # CONFIG_SCSI_CXGB4_ISCSI is not set 1027 | # CONFIG_SCSI_BNX2_ISCSI is not set 1028 | # CONFIG_SCSI_BNX2X_FCOE is not set 1029 | # CONFIG_BE2ISCSI is not set 1030 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 1031 | # CONFIG_SCSI_HPSA is not set 1032 | # CONFIG_SCSI_3W_9XXX is not set 1033 | # CONFIG_SCSI_3W_SAS is not set 1034 | # CONFIG_SCSI_ACARD is not set 1035 | # CONFIG_SCSI_AACRAID is not set 1036 | # CONFIG_SCSI_AIC7XXX is not set 1037 | # CONFIG_SCSI_AIC7XXX_OLD is not set 1038 | # CONFIG_SCSI_AIC79XX is not set 1039 | # CONFIG_SCSI_AIC94XX is not set 1040 | # CONFIG_SCSI_MVSAS is not set 1041 | # CONFIG_SCSI_MVUMI is not set 1042 | # CONFIG_SCSI_DPT_I2O is not set 1043 | # CONFIG_SCSI_ADVANSYS is not set 1044 | # CONFIG_SCSI_ARCMSR is not set 1045 | # CONFIG_MEGARAID_NEWGEN is not set 1046 | # CONFIG_MEGARAID_LEGACY is not set 1047 | # CONFIG_MEGARAID_SAS is not set 1048 | # CONFIG_SCSI_MPT2SAS is not set 1049 | # CONFIG_SCSI_HPTIOP is not set 1050 | # CONFIG_SCSI_BUSLOGIC is not set 1051 | # CONFIG_LIBFC is not set 1052 | # CONFIG_LIBFCOE is not set 1053 | # CONFIG_FCOE is not set 1054 | # CONFIG_SCSI_DMX3191D is not set 1055 | # CONFIG_SCSI_EATA is not set 1056 | # CONFIG_SCSI_FUTURE_DOMAIN is not set 1057 | # CONFIG_SCSI_GDTH is not set 1058 | # CONFIG_SCSI_IPS is not set 1059 | # CONFIG_SCSI_INITIO is not set 1060 | # CONFIG_SCSI_INIA100 is not set 1061 | # CONFIG_SCSI_STEX is not set 1062 | # CONFIG_SCSI_SYM53C8XX_2 is not set 1063 | # CONFIG_SCSI_QLOGIC_1280 is not set 1064 | # CONFIG_SCSI_QLA_FC is not set 1065 | # CONFIG_SCSI_QLA_ISCSI is not set 1066 | # CONFIG_SCSI_LPFC is not set 1067 | # CONFIG_SCSI_DC395x is not set 1068 | # CONFIG_SCSI_DC390T is not set 1069 | # CONFIG_SCSI_NSP32 is not set 1070 | # CONFIG_SCSI_DEBUG is not set 1071 | # CONFIG_SCSI_PMCRAID is not set 1072 | # CONFIG_SCSI_PM8001 is not set 1073 | # CONFIG_SCSI_SRP is not set 1074 | # CONFIG_SCSI_BFA_FC is not set 1075 | # CONFIG_SCSI_DH is not set 1076 | # CONFIG_SCSI_OSD_INITIATOR is not set 1077 | # CONFIG_ATA is not set 1078 | # CONFIG_MD is not set 1079 | # CONFIG_TARGET_CORE is not set 1080 | # CONFIG_FUSION is not set 1081 | 1082 | # 1083 | # IEEE 1394 (FireWire) support 1084 | # 1085 | # CONFIG_FIREWIRE is not set 1086 | # CONFIG_FIREWIRE_NOSY is not set 1087 | # CONFIG_I2O is not set 1088 | # CONFIG_MACINTOSH_DRIVERS is not set 1089 | CONFIG_NETDEVICES=y 1090 | CONFIG_NET_CORE=y 1091 | CONFIG_BONDING=m 1092 | CONFIG_DUMMY=m 1093 | # CONFIG_EQUALIZER is not set 1094 | # CONFIG_NET_FC is not set 1095 | CONFIG_MII=y 1096 | # CONFIG_NET_TEAM is not set 1097 | # CONFIG_MACVLAN is not set 1098 | # CONFIG_NETCONSOLE is not set 1099 | # CONFIG_NETPOLL is not set 1100 | # CONFIG_NET_POLL_CONTROLLER is not set 1101 | # CONFIG_TUN is not set 1102 | # CONFIG_VETH is not set 1103 | # CONFIG_ARCNET is not set 1104 | 1105 | # 1106 | # CAIF transport drivers 1107 | # 1108 | CONFIG_ETHERNET=y 1109 | # CONFIG_NET_VENDOR_3COM is not set 1110 | # CONFIG_NET_VENDOR_ADAPTEC is not set 1111 | # CONFIG_NET_VENDOR_ALTEON is not set 1112 | # CONFIG_NET_VENDOR_AMD is not set 1113 | # CONFIG_NET_VENDOR_ATHEROS is not set 1114 | # CONFIG_NET_VENDOR_BROADCOM is not set 1115 | # CONFIG_NET_VENDOR_BROCADE is not set 1116 | # CONFIG_NET_CALXEDA_XGMAC is not set 1117 | # CONFIG_NET_VENDOR_CHELSIO is not set 1118 | # CONFIG_NET_VENDOR_CISCO is not set 1119 | # CONFIG_DNET is not set 1120 | # CONFIG_NET_VENDOR_DEC is not set 1121 | # CONFIG_NET_VENDOR_DLINK is not set 1122 | # CONFIG_NET_VENDOR_EMULEX is not set 1123 | # CONFIG_NET_VENDOR_EXAR is not set 1124 | # CONFIG_NET_VENDOR_FREESCALE is not set 1125 | # CONFIG_NET_VENDOR_HP is not set 1126 | CONFIG_NET_VENDOR_INTEL=y 1127 | CONFIG_E100=m 1128 | # CONFIG_E1000 is not set 1129 | # CONFIG_E1000E is not set 1130 | # CONFIG_IGB is not set 1131 | # CONFIG_IGBVF is not set 1132 | # CONFIG_IXGB is not set 1133 | # CONFIG_IXGBE is not set 1134 | # CONFIG_IXGBEVF is not set 1135 | # CONFIG_NET_VENDOR_I825XX is not set 1136 | # CONFIG_IP1000 is not set 1137 | # CONFIG_JME is not set 1138 | CONFIG_MT_VETH=y 1139 | # CONFIG_NET_VENDOR_MARVELL is not set 1140 | # CONFIG_NET_VENDOR_MELLANOX is not set 1141 | # CONFIG_NET_VENDOR_MICREL is not set 1142 | # CONFIG_NET_VENDOR_MICROCHIP is not set 1143 | # CONFIG_NET_VENDOR_MYRI is not set 1144 | # CONFIG_FEALNX is not set 1145 | # CONFIG_NET_VENDOR_NATSEMI is not set 1146 | # CONFIG_NET_VENDOR_NVIDIA is not set 1147 | # CONFIG_NET_VENDOR_OKI is not set 1148 | # CONFIG_ETHOC is not set 1149 | # CONFIG_NET_PACKET_ENGINE is not set 1150 | # CONFIG_NET_VENDOR_QLOGIC is not set 1151 | # CONFIG_NET_VENDOR_REALTEK is not set 1152 | # CONFIG_NET_VENDOR_RDC is not set 1153 | # CONFIG_NET_VENDOR_SEEQ is not set 1154 | # CONFIG_NET_VENDOR_SILAN is not set 1155 | # CONFIG_NET_VENDOR_SIS is not set 1156 | # CONFIG_SFC is not set 1157 | # CONFIG_NET_VENDOR_SMSC is not set 1158 | # CONFIG_NET_VENDOR_STMICRO is not set 1159 | # CONFIG_NET_VENDOR_SUN is not set 1160 | # CONFIG_NET_VENDOR_TEHUTI is not set 1161 | # CONFIG_NET_VENDOR_TI is not set 1162 | CONFIG_NET_VENDOR_VIA=y 1163 | CONFIG_VIA_RHINE=m 1164 | CONFIG_VIA_RHINE_MMIO=y 1165 | # CONFIG_VIA_VELOCITY is not set 1166 | # CONFIG_NET_VENDOR_XILINX is not set 1167 | # CONFIG_FDDI is not set 1168 | # CONFIG_HIPPI is not set 1169 | CONFIG_PHYLIB=y 1170 | 1171 | # 1172 | # MII PHY device drivers 1173 | # 1174 | # CONFIG_MARVELL_PHY is not set 1175 | # CONFIG_DAVICOM_PHY is not set 1176 | # CONFIG_QSEMI_PHY is not set 1177 | # CONFIG_LXT_PHY is not set 1178 | # CONFIG_CICADA_PHY is not set 1179 | # CONFIG_VITESSE_PHY is not set 1180 | # CONFIG_SMSC_PHY is not set 1181 | # CONFIG_BROADCOM_PHY is not set 1182 | # CONFIG_ICPLUS_PHY is not set 1183 | # CONFIG_REALTEK_PHY is not set 1184 | # CONFIG_NATIONAL_PHY is not set 1185 | # CONFIG_STE10XP is not set 1186 | # CONFIG_LSI_ET1011C_PHY is not set 1187 | # CONFIG_MICREL_PHY is not set 1188 | # CONFIG_FIXED_PHY is not set 1189 | # CONFIG_MDIO_BITBANG is not set 1190 | # CONFIG_MICREL_KS8995MA is not set 1191 | CONFIG_PPP=m 1192 | # CONFIG_PPP_BSDCOMP is not set 1193 | CONFIG_PPP_DEFLATE=m 1194 | # CONFIG_PPP_FILTER is not set 1195 | CONFIG_PPP_MPPE=m 1196 | CONFIG_PPP_MULTILINK=y 1197 | CONFIG_PPPOE=m 1198 | CONFIG_PPP_ASYNC=m 1199 | CONFIG_PPP_SYNC_TTY=m 1200 | # CONFIG_SLIP is not set 1201 | CONFIG_SLHC=m 1202 | # CONFIG_TR is not set 1203 | # CONFIG_WLAN is not set 1204 | 1205 | # 1206 | # Enable WiMAX (Networking options) to see the WiMAX drivers 1207 | # 1208 | # CONFIG_WAN is not set 1209 | # CONFIG_VMXNET3 is not set 1210 | # CONFIG_ISDN is not set 1211 | # CONFIG_PHONE is not set 1212 | 1213 | # 1214 | # Input device support 1215 | # 1216 | CONFIG_INPUT=y 1217 | # CONFIG_INPUT_FF_MEMLESS is not set 1218 | # CONFIG_INPUT_POLLDEV is not set 1219 | # CONFIG_INPUT_SPARSEKMAP is not set 1220 | 1221 | # 1222 | # Userland interfaces 1223 | # 1224 | # CONFIG_INPUT_MOUSEDEV is not set 1225 | # CONFIG_INPUT_JOYDEV is not set 1226 | # CONFIG_INPUT_EVDEV is not set 1227 | # CONFIG_INPUT_EVBUG is not set 1228 | 1229 | # 1230 | # Input Device Drivers 1231 | # 1232 | # CONFIG_INPUT_KEYBOARD is not set 1233 | # CONFIG_INPUT_MOUSE is not set 1234 | # CONFIG_INPUT_JOYSTICK is not set 1235 | # CONFIG_INPUT_TABLET is not set 1236 | # CONFIG_INPUT_TOUCHSCREEN is not set 1237 | # CONFIG_INPUT_MISC is not set 1238 | 1239 | # 1240 | # Hardware I/O ports 1241 | # 1242 | # CONFIG_SERIO is not set 1243 | # CONFIG_GAMEPORT is not set 1244 | 1245 | # 1246 | # Character devices 1247 | # 1248 | # CONFIG_VT is not set 1249 | CONFIG_UNIX98_PTYS=y 1250 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1251 | # CONFIG_LEGACY_PTYS is not set 1252 | # CONFIG_SERIAL_NONSTANDARD is not set 1253 | # CONFIG_NOZOMI is not set 1254 | # CONFIG_N_GSM is not set 1255 | # CONFIG_TRACE_SINK is not set 1256 | # CONFIG_PPC_EPAPR_HV_BYTECHAN is not set 1257 | # CONFIG_DEVKMEM is not set 1258 | 1259 | # 1260 | # Serial drivers 1261 | # 1262 | CONFIG_SERIAL_8250=y 1263 | CONFIG_SERIAL_8250_CONSOLE=y 1264 | # CONFIG_SERIAL_8250_PCI is not set 1265 | CONFIG_SERIAL_8250_NR_UARTS=2 1266 | CONFIG_SERIAL_8250_RUNTIME_UARTS=2 1267 | # CONFIG_SERIAL_8250_EXTENDED is not set 1268 | CONFIG_SERIAL_8250_SHARE_IRQ=y 1269 | CONFIG_SERIAL_8250_FSL=y 1270 | # CONFIG_SERIAL_8250_DW is not set 1271 | 1272 | # 1273 | # Non-8250 serial port support 1274 | # 1275 | # CONFIG_SERIAL_MAX3100 is not set 1276 | # CONFIG_SERIAL_MAX3107 is not set 1277 | # CONFIG_SERIAL_MFD_HSU is not set 1278 | # CONFIG_SERIAL_UARTLITE is not set 1279 | CONFIG_SERIAL_CORE=y 1280 | CONFIG_SERIAL_CORE_CONSOLE=y 1281 | # CONFIG_SERIAL_JSM is not set 1282 | # CONFIG_SERIAL_OF_PLATFORM is not set 1283 | # CONFIG_SERIAL_TIMBERDALE is not set 1284 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set 1285 | # CONFIG_SERIAL_ALTERA_UART is not set 1286 | # CONFIG_SERIAL_IFX6X60 is not set 1287 | # CONFIG_SERIAL_PCH_UART is not set 1288 | # CONFIG_SERIAL_XILINX_PS_UART is not set 1289 | # CONFIG_TTY_PRINTK is not set 1290 | CONFIG_HVC_DRIVER=y 1291 | CONFIG_HVC_IRQ=y 1292 | # CONFIG_HVC_UDBG is not set 1293 | CONFIG_HVC_META=y 1294 | # CONFIG_IPMI_HANDLER is not set 1295 | CONFIG_HW_RANDOM=y 1296 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set 1297 | # CONFIG_NVRAM is not set 1298 | # CONFIG_GEN_RTC is not set 1299 | # CONFIG_R3964 is not set 1300 | # CONFIG_APPLICOM is not set 1301 | # CONFIG_RAW_DRIVER is not set 1302 | # CONFIG_TCG_TPM is not set 1303 | CONFIG_DEVPORT=y 1304 | # CONFIG_RAMOOPS is not set 1305 | # CONFIG_I2C is not set 1306 | CONFIG_SPI=y 1307 | # CONFIG_SPI_DEBUG is not set 1308 | CONFIG_SPI_MASTER=y 1309 | 1310 | # 1311 | # SPI Master Controller Drivers 1312 | # 1313 | # CONFIG_SPI_ALTERA is not set 1314 | # CONFIG_SPI_BITBANG is not set 1315 | # CONFIG_SPI_GPIO is not set 1316 | # CONFIG_SPI_FSL_SPI is not set 1317 | # CONFIG_SPI_FSL_ESPI is not set 1318 | # CONFIG_SPI_OC_TINY is not set 1319 | CONFIG_SPI_RB_PPC=y 1320 | # CONFIG_SPI_PXA2XX_PCI is not set 1321 | # CONFIG_SPI_TOPCLIFF_PCH is not set 1322 | # CONFIG_SPI_XILINX is not set 1323 | # CONFIG_SPI_DESIGNWARE is not set 1324 | 1325 | # 1326 | # SPI Protocol Masters 1327 | # 1328 | # CONFIG_SPI_SPIDEV is not set 1329 | # CONFIG_SPI_TLE62X0 is not set 1330 | 1331 | # 1332 | # PPS support 1333 | # 1334 | # CONFIG_PPS is not set 1335 | 1336 | # 1337 | # PPS generators support 1338 | # 1339 | 1340 | # 1341 | # PTP clock support 1342 | # 1343 | 1344 | # 1345 | # Enable Device Drivers -> PPS to see the PTP clock options. 1346 | # 1347 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y 1348 | CONFIG_GPIOLIB=y 1349 | # CONFIG_DEBUG_GPIO is not set 1350 | # CONFIG_GPIO_SYSFS is not set 1351 | 1352 | # 1353 | # Memory mapped GPIO drivers: 1354 | # 1355 | # CONFIG_GPIO_GENERIC_PLATFORM is not set 1356 | CONFIG_GPIO_MPC8XXX=y 1357 | # CONFIG_GPIO_XILINX is not set 1358 | # CONFIG_GPIO_VX855 is not set 1359 | 1360 | # 1361 | # I2C GPIO expanders: 1362 | # 1363 | 1364 | # 1365 | # PCI GPIO expanders: 1366 | # 1367 | # CONFIG_GPIO_BT8XX is not set 1368 | # CONFIG_GPIO_ML_IOH is not set 1369 | # CONFIG_GPIO_RDC321X is not set 1370 | 1371 | # 1372 | # SPI GPIO expanders: 1373 | # 1374 | # CONFIG_GPIO_MAX7301 is not set 1375 | # CONFIG_GPIO_MCP23S08 is not set 1376 | # CONFIG_GPIO_MC33880 is not set 1377 | # CONFIG_GPIO_74X164 is not set 1378 | 1379 | # 1380 | # AC97 GPIO expanders: 1381 | # 1382 | 1383 | # 1384 | # MODULbus GPIO expanders: 1385 | # 1386 | # CONFIG_W1 is not set 1387 | # CONFIG_POWER_SUPPLY is not set 1388 | CONFIG_HWMON=y 1389 | # CONFIG_HWMON_VID is not set 1390 | # CONFIG_HWMON_DEBUG_CHIP is not set 1391 | 1392 | # 1393 | # Native drivers 1394 | # 1395 | # CONFIG_SENSORS_AD7314 is not set 1396 | # CONFIG_SENSORS_ADCXX is not set 1397 | # CONFIG_SENSORS_I5K_AMB is not set 1398 | # CONFIG_SENSORS_GPIO_FAN is not set 1399 | # CONFIG_SENSORS_LM70 is not set 1400 | # CONFIG_SENSORS_MAX1111 is not set 1401 | # CONFIG_SENSORS_NTC_THERMISTOR is not set 1402 | # CONFIG_SENSORS_SHT15 is not set 1403 | # CONFIG_SENSORS_SIS5595 is not set 1404 | # CONFIG_SENSORS_SCH56XX_COMMON is not set 1405 | # CONFIG_SENSORS_ADS7871 is not set 1406 | # CONFIG_SENSORS_VIA686A is not set 1407 | # CONFIG_SENSORS_VT8231 is not set 1408 | # CONFIG_THERMAL is not set 1409 | CONFIG_WATCHDOG=y 1410 | # CONFIG_WATCHDOG_CORE is not set 1411 | # CONFIG_WATCHDOG_NOWAYOUT is not set 1412 | 1413 | # 1414 | # Watchdog Device Drivers 1415 | # 1416 | CONFIG_SOFT_WATCHDOG=m 1417 | # CONFIG_ALIM7101_WDT is not set 1418 | CONFIG_BOOKE_WDT=y 1419 | CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT=35 1420 | 1421 | # 1422 | # PCI-based Watchdog Cards 1423 | # 1424 | # CONFIG_PCIPCWATCHDOG is not set 1425 | # CONFIG_WDTPCI is not set 1426 | CONFIG_SSB_POSSIBLE=y 1427 | 1428 | # 1429 | # Sonics Silicon Backplane 1430 | # 1431 | # CONFIG_SSB is not set 1432 | CONFIG_BCMA_POSSIBLE=y 1433 | 1434 | # 1435 | # Broadcom specific AMBA 1436 | # 1437 | # CONFIG_BCMA is not set 1438 | 1439 | # 1440 | # Multifunction device drivers 1441 | # 1442 | # CONFIG_MFD_CORE is not set 1443 | # CONFIG_MFD_SM501 is not set 1444 | # CONFIG_HTC_PASIC3 is not set 1445 | # CONFIG_MFD_TPS65912_SPI is not set 1446 | # CONFIG_MFD_STMPE is not set 1447 | # CONFIG_MFD_TMIO is not set 1448 | # CONFIG_MFD_DA9052_SPI is not set 1449 | # CONFIG_MFD_WM831X_SPI is not set 1450 | # CONFIG_MFD_MC13XXX is not set 1451 | # CONFIG_ABX500_CORE is not set 1452 | # CONFIG_EZX_PCAP is not set 1453 | # CONFIG_MFD_TIMBERDALE is not set 1454 | # CONFIG_LPC_SCH is not set 1455 | # CONFIG_MFD_RDC321X is not set 1456 | # CONFIG_MFD_JANZ_CMODIO is not set 1457 | # CONFIG_MFD_VX855 is not set 1458 | # CONFIG_REGULATOR is not set 1459 | # CONFIG_MEDIA_SUPPORT is not set 1460 | 1461 | # 1462 | # Graphics support 1463 | # 1464 | # CONFIG_AGP is not set 1465 | # CONFIG_VGA_ARB is not set 1466 | # CONFIG_DRM is not set 1467 | # CONFIG_STUB_POULSBO is not set 1468 | # CONFIG_VGASTATE is not set 1469 | CONFIG_VIDEO_OUTPUT_CONTROL=m 1470 | # CONFIG_FB is not set 1471 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1472 | # CONFIG_SOUND is not set 1473 | # CONFIG_HID_SUPPORT is not set 1474 | # CONFIG_USB_SUPPORT is not set 1475 | # CONFIG_UWB is not set 1476 | CONFIG_MMC=m 1477 | # CONFIG_MMC_DEBUG is not set 1478 | # CONFIG_MMC_UNSAFE_RESUME is not set 1479 | # CONFIG_MMC_CLKGATE is not set 1480 | 1481 | # 1482 | # MMC/SD/SDIO Card Drivers 1483 | # 1484 | CONFIG_MMC_BLOCK=m 1485 | CONFIG_MMC_BLOCK_MINORS=8 1486 | CONFIG_MMC_BLOCK_BOUNCE=y 1487 | # CONFIG_SDIO_UART is not set 1488 | # CONFIG_MMC_TEST is not set 1489 | 1490 | # 1491 | # MMC/SD/SDIO Host Controller Drivers 1492 | # 1493 | # CONFIG_MMC_SDHCI is not set 1494 | # CONFIG_MMC_WBSD is not set 1495 | # CONFIG_MMC_TIFM_SD is not set 1496 | CONFIG_MMC_SPI=m 1497 | # CONFIG_MMC_CB710 is not set 1498 | # CONFIG_MMC_VIA_SDMMC is not set 1499 | # CONFIG_MEMSTICK is not set 1500 | CONFIG_NEW_LEDS=y 1501 | CONFIG_LEDS_CLASS=y 1502 | 1503 | # 1504 | # LED drivers 1505 | # 1506 | CONFIG_LEDS_GPIO=y 1507 | CONFIG_LEDS_RB_PPC=y 1508 | # CONFIG_LEDS_DAC124S085 is not set 1509 | # CONFIG_LEDS_LT3593 is not set 1510 | # CONFIG_LEDS_OT200 is not set 1511 | CONFIG_LEDS_TRIGGERS=y 1512 | 1513 | # 1514 | # LED Triggers 1515 | # 1516 | # CONFIG_LEDS_TRIGGER_TIMER is not set 1517 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y 1518 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set 1519 | # CONFIG_LEDS_TRIGGER_GPIO is not set 1520 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set 1521 | 1522 | # 1523 | # iptables trigger is under Netfilter config (LED target) 1524 | # 1525 | # CONFIG_ACCESSIBILITY is not set 1526 | # CONFIG_INFINIBAND is not set 1527 | # CONFIG_EDAC is not set 1528 | # CONFIG_RTC_CLASS is not set 1529 | # CONFIG_DMADEVICES is not set 1530 | # CONFIG_AUXDISPLAY is not set 1531 | # CONFIG_UIO is not set 1532 | 1533 | # 1534 | # Virtio drivers 1535 | # 1536 | # CONFIG_VIRTIO_PCI is not set 1537 | # CONFIG_VIRTIO_BALLOON is not set 1538 | # CONFIG_VIRTIO_MMIO is not set 1539 | 1540 | # 1541 | # Microsoft Hyper-V guest support 1542 | # 1543 | CONFIG_STAGING=y 1544 | # CONFIG_ET131X is not set 1545 | # CONFIG_ECHO is not set 1546 | # CONFIG_RTS_PSTOR is not set 1547 | # CONFIG_VME_BUS is not set 1548 | # CONFIG_DX_SEP is not set 1549 | # CONFIG_IIO is not set 1550 | # CONFIG_XVMALLOC is not set 1551 | # CONFIG_ZRAM is not set 1552 | # CONFIG_CRYSTALHD is not set 1553 | # CONFIG_FT1000 is not set 1554 | 1555 | # 1556 | # Speakup console speech 1557 | # 1558 | # CONFIG_STAGING_MEDIA is not set 1559 | 1560 | # 1561 | # Android 1562 | # 1563 | # CONFIG_ANDROID is not set 1564 | CONFIG_FSL_DPA=y 1565 | 1566 | # 1567 | # Freescale Datapath QMan/BMan options 1568 | # 1569 | # CONFIG_FSL_DPA_CHECKING is not set 1570 | CONFIG_FSL_DPA_CAN_WAIT=y 1571 | CONFIG_FSL_DPA_CAN_WAIT_SYNC=y 1572 | CONFIG_FSL_DPA_PIRQ_FAST=y 1573 | CONFIG_FSL_DPA_PIRQ_SLOW=y 1574 | CONFIG_FSL_DPA_PORTAL_SHARE=y 1575 | CONFIG_FSL_BMAN=y 1576 | CONFIG_FSL_BMAN_CONFIG=y 1577 | # CONFIG_FSL_BMAN_TEST is not set 1578 | CONFIG_FSL_QMAN=y 1579 | CONFIG_FSL_QMAN_BUG_AND_FEATURE_REV1=y 1580 | CONFIG_FSL_QMAN_POLL_LIMIT=32 1581 | CONFIG_FSL_QMAN_CONFIG=y 1582 | # CONFIG_FSL_QMAN_TEST is not set 1583 | CONFIG_FSL_QMAN_FQD_SZ=9 1584 | CONFIG_FSL_QMAN_CI_SCHED_CFG_SRCCIV=4 1585 | CONFIG_FSL_QMAN_CI_SCHED_CFG_SRQ_W=3 1586 | CONFIG_FSL_QMAN_CI_SCHED_CFG_RW_W=2 1587 | CONFIG_FSL_QMAN_CI_SCHED_CFG_BMAN_W=2 1588 | CONFIG_FSL_QMAN_PIRQ_DQRR_ITHRESH=12 1589 | CONFIG_FSL_QMAN_PIRQ_MR_ITHRESH=4 1590 | CONFIG_FSL_QMAN_PIRQ_IPERIOD=100 1591 | # CONFIG_FSL_QMAN_FQ_LOOKUP is not set 1592 | 1593 | # 1594 | # SOC (System On Chip) specific Drivers 1595 | # 1596 | 1597 | # 1598 | # Hardware Spinlock drivers 1599 | # 1600 | # CONFIG_IOMMU_SUPPORT is not set 1601 | # CONFIG_VIRT_DRIVERS is not set 1602 | # CONFIG_PM_DEVFREQ is not set 1603 | 1604 | # 1605 | # File systems 1606 | # 1607 | # CONFIG_EXT2_FS is not set 1608 | CONFIG_EXT3_FS=y 1609 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set 1610 | CONFIG_EXT3_FS_XATTR=y 1611 | # CONFIG_EXT3_FS_POSIX_ACL is not set 1612 | # CONFIG_EXT3_FS_SECURITY is not set 1613 | # CONFIG_EXT4_FS is not set 1614 | CONFIG_JBD=y 1615 | CONFIG_FS_MBCACHE=y 1616 | # CONFIG_REISERFS_FS is not set 1617 | # CONFIG_JFS_FS is not set 1618 | # CONFIG_XFS_FS is not set 1619 | # CONFIG_BTRFS_FS is not set 1620 | # CONFIG_NILFS2_FS is not set 1621 | # CONFIG_FS_POSIX_ACL is not set 1622 | CONFIG_FILE_LOCKING=y 1623 | CONFIG_FSNOTIFY=y 1624 | CONFIG_DNOTIFY=y 1625 | CONFIG_INOTIFY_USER=y 1626 | # CONFIG_FANOTIFY is not set 1627 | # CONFIG_QUOTA is not set 1628 | # CONFIG_QUOTACTL is not set 1629 | # CONFIG_AUTOFS4_FS is not set 1630 | # CONFIG_FUSE_FS is not set 1631 | 1632 | # 1633 | # Caches 1634 | # 1635 | # CONFIG_FSCACHE is not set 1636 | 1637 | # 1638 | # CD-ROM/DVD Filesystems 1639 | # 1640 | # CONFIG_ISO9660_FS is not set 1641 | # CONFIG_UDF_FS is not set 1642 | 1643 | # 1644 | # DOS/FAT/NT Filesystems 1645 | # 1646 | CONFIG_FAT_FS=y 1647 | # CONFIG_MSDOS_FS is not set 1648 | CONFIG_VFAT_FS=y 1649 | CONFIG_FAT_DEFAULT_CODEPAGE=437 1650 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 1651 | # CONFIG_NTFS_FS is not set 1652 | 1653 | # 1654 | # Pseudo filesystems 1655 | # 1656 | CONFIG_PROC_FS=y 1657 | # CONFIG_PROC_KCORE is not set 1658 | CONFIG_PROC_SYSCTL=y 1659 | CONFIG_PROC_PAGE_MONITOR=y 1660 | CONFIG_SYSFS=y 1661 | CONFIG_TMPFS=y 1662 | # CONFIG_TMPFS_POSIX_ACL is not set 1663 | # CONFIG_TMPFS_XATTR is not set 1664 | # CONFIG_HUGETLB_PAGE is not set 1665 | # CONFIG_CONFIGFS_FS is not set 1666 | CONFIG_MISC_FILESYSTEMS=y 1667 | # CONFIG_ADFS_FS is not set 1668 | # CONFIG_AFFS_FS is not set 1669 | # CONFIG_HFS_FS is not set 1670 | # CONFIG_HFSPLUS_FS is not set 1671 | # CONFIG_BEFS_FS is not set 1672 | # CONFIG_BFS_FS is not set 1673 | # CONFIG_EFS_FS is not set 1674 | # CONFIG_JFFS2_FS is not set 1675 | CONFIG_UBIFS_FS=y 1676 | # CONFIG_UBIFS_FS_XATTR is not set 1677 | # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set 1678 | CONFIG_UBIFS_FS_LZO=y 1679 | CONFIG_UBIFS_FS_ZLIB=y 1680 | # CONFIG_UBIFS_FS_DEBUG is not set 1681 | # CONFIG_LOGFS is not set 1682 | # CONFIG_CRAMFS is not set 1683 | CONFIG_SQUASHFS=y 1684 | # CONFIG_SQUASHFS_XATTR is not set 1685 | # CONFIG_SQUASHFS_ZLIB is not set 1686 | # CONFIG_SQUASHFS_LZO is not set 1687 | CONFIG_SQUASHFS_XZ=y 1688 | CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y 1689 | # CONFIG_SQUASHFS_EMBEDDED is not set 1690 | CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 1691 | # CONFIG_VXFS_FS is not set 1692 | # CONFIG_MINIX_FS is not set 1693 | # CONFIG_OMFS_FS is not set 1694 | # CONFIG_HPFS_FS is not set 1695 | # CONFIG_QNX4FS_FS is not set 1696 | # CONFIG_ROMFS_FS is not set 1697 | # CONFIG_PSTORE is not set 1698 | # CONFIG_SYSV_FS is not set 1699 | # CONFIG_UFS_FS is not set 1700 | # CONFIG_YAFFS_FS is not set 1701 | CONFIG_META_FS=y 1702 | CONFIG_NETWORK_FILESYSTEMS=y 1703 | # CONFIG_NFS_FS is not set 1704 | # CONFIG_NFSD is not set 1705 | # CONFIG_CEPH_FS is not set 1706 | # CONFIG_CIFS is not set 1707 | # CONFIG_NCP_FS is not set 1708 | # CONFIG_CODA_FS is not set 1709 | # CONFIG_AFS_FS is not set 1710 | CONFIG_NLS=y 1711 | CONFIG_NLS_DEFAULT="iso8859-1" 1712 | CONFIG_NLS_CODEPAGE_437=y 1713 | # CONFIG_NLS_CODEPAGE_737 is not set 1714 | # CONFIG_NLS_CODEPAGE_775 is not set 1715 | # CONFIG_NLS_CODEPAGE_850 is not set 1716 | # CONFIG_NLS_CODEPAGE_852 is not set 1717 | # CONFIG_NLS_CODEPAGE_855 is not set 1718 | # CONFIG_NLS_CODEPAGE_857 is not set 1719 | # CONFIG_NLS_CODEPAGE_860 is not set 1720 | # CONFIG_NLS_CODEPAGE_861 is not set 1721 | # CONFIG_NLS_CODEPAGE_862 is not set 1722 | # CONFIG_NLS_CODEPAGE_863 is not set 1723 | # CONFIG_NLS_CODEPAGE_864 is not set 1724 | # CONFIG_NLS_CODEPAGE_865 is not set 1725 | # CONFIG_NLS_CODEPAGE_866 is not set 1726 | # CONFIG_NLS_CODEPAGE_869 is not set 1727 | # CONFIG_NLS_CODEPAGE_936 is not set 1728 | # CONFIG_NLS_CODEPAGE_950 is not set 1729 | # CONFIG_NLS_CODEPAGE_932 is not set 1730 | # CONFIG_NLS_CODEPAGE_949 is not set 1731 | # CONFIG_NLS_CODEPAGE_874 is not set 1732 | # CONFIG_NLS_ISO8859_8 is not set 1733 | # CONFIG_NLS_CODEPAGE_1250 is not set 1734 | # CONFIG_NLS_CODEPAGE_1251 is not set 1735 | # CONFIG_NLS_ASCII is not set 1736 | CONFIG_NLS_ISO8859_1=y 1737 | # CONFIG_NLS_ISO8859_2 is not set 1738 | # CONFIG_NLS_ISO8859_3 is not set 1739 | # CONFIG_NLS_ISO8859_4 is not set 1740 | # CONFIG_NLS_ISO8859_5 is not set 1741 | # CONFIG_NLS_ISO8859_6 is not set 1742 | # CONFIG_NLS_ISO8859_7 is not set 1743 | # CONFIG_NLS_ISO8859_9 is not set 1744 | # CONFIG_NLS_ISO8859_13 is not set 1745 | # CONFIG_NLS_ISO8859_14 is not set 1746 | # CONFIG_NLS_ISO8859_15 is not set 1747 | # CONFIG_NLS_KOI8_R is not set 1748 | # CONFIG_NLS_KOI8_U is not set 1749 | # CONFIG_NLS_UTF8 is not set 1750 | # CONFIG_BINARY_PRINTF is not set 1751 | 1752 | # 1753 | # Library routines 1754 | # 1755 | CONFIG_BITREVERSE=y 1756 | CONFIG_GENERIC_PCI_IOMAP=y 1757 | CONFIG_CRC_CCITT=m 1758 | CONFIG_CRC16=y 1759 | # CONFIG_CRC_T10DIF is not set 1760 | CONFIG_CRC_ITU_T=m 1761 | CONFIG_CRC32=y 1762 | CONFIG_CRC7=m 1763 | CONFIG_LIBCRC32C=y 1764 | # CONFIG_CRC8 is not set 1765 | CONFIG_ZLIB_INFLATE=y 1766 | CONFIG_ZLIB_DEFLATE=y 1767 | CONFIG_LZO_COMPRESS=y 1768 | CONFIG_LZO_DECOMPRESS=y 1769 | CONFIG_XZ_DEC=y 1770 | CONFIG_XZ_DEC_X86=y 1771 | CONFIG_XZ_DEC_POWERPC=y 1772 | CONFIG_XZ_DEC_IA64=y 1773 | CONFIG_XZ_DEC_ARM=y 1774 | CONFIG_XZ_DEC_ARMTHUMB=y 1775 | CONFIG_XZ_DEC_SPARC=y 1776 | CONFIG_XZ_DEC_BCJ=y 1777 | # CONFIG_XZ_DEC_TEST is not set 1778 | CONFIG_DECOMPRESS_XZ=y 1779 | CONFIG_TEXTSEARCH=y 1780 | CONFIG_TEXTSEARCH_KMP=m 1781 | CONFIG_TEXTSEARCH_BM=m 1782 | CONFIG_TEXTSEARCH_FSM=m 1783 | CONFIG_HAS_IOMEM=y 1784 | CONFIG_HAS_IOPORT=y 1785 | CONFIG_HAS_DMA=y 1786 | CONFIG_CPU_RMAP=y 1787 | CONFIG_DQL=y 1788 | CONFIG_NLATTR=y 1789 | CONFIG_GENERIC_ATOMIC64=y 1790 | # CONFIG_AVERAGE is not set 1791 | # CONFIG_CORDIC is not set 1792 | 1793 | # 1794 | # Kernel hacking 1795 | # 1796 | # CONFIG_PRINTK_TIME is not set 1797 | CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 1798 | CONFIG_ENABLE_WARN_DEPRECATED=y 1799 | CONFIG_ENABLE_MUST_CHECK=y 1800 | CONFIG_FRAME_WARN=1024 1801 | # CONFIG_MAGIC_SYSRQ is not set 1802 | # CONFIG_STRIP_ASM_SYMS is not set 1803 | # CONFIG_UNUSED_SYMBOLS is not set 1804 | # CONFIG_DEBUG_FS is not set 1805 | # CONFIG_HEADERS_CHECK is not set 1806 | # CONFIG_DEBUG_SECTION_MISMATCH is not set 1807 | CONFIG_DEBUG_KERNEL=y 1808 | # CONFIG_DEBUG_SHIRQ is not set 1809 | CONFIG_LOCKUP_DETECTOR=y 1810 | # CONFIG_HARDLOCKUP_DETECTOR is not set 1811 | CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y 1812 | CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1 1813 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y 1814 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1 1815 | CONFIG_DETECT_HUNG_TASK=y 1816 | CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 1817 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y 1818 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1 1819 | # CONFIG_SCHED_DEBUG is not set 1820 | # CONFIG_SCHEDSTATS is not set 1821 | # CONFIG_TIMER_STATS is not set 1822 | # CONFIG_DEBUG_OBJECTS is not set 1823 | # CONFIG_SLUB_DEBUG_ON is not set 1824 | # CONFIG_SLUB_STATS is not set 1825 | # CONFIG_DEBUG_KMEMLEAK is not set 1826 | # CONFIG_DEBUG_RT_MUTEXES is not set 1827 | # CONFIG_RT_MUTEX_TESTER is not set 1828 | # CONFIG_DEBUG_SPINLOCK is not set 1829 | # CONFIG_DEBUG_MUTEXES is not set 1830 | # CONFIG_DEBUG_LOCK_ALLOC is not set 1831 | # CONFIG_PROVE_LOCKING is not set 1832 | # CONFIG_SPARSE_RCU_POINTER is not set 1833 | # CONFIG_LOCK_STAT is not set 1834 | # CONFIG_DEBUG_ATOMIC_SLEEP is not set 1835 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1836 | CONFIG_STACKTRACE=y 1837 | # CONFIG_DEBUG_STACK_USAGE is not set 1838 | # CONFIG_DEBUG_KOBJECT is not set 1839 | # CONFIG_DEBUG_BUGVERBOSE is not set 1840 | CONFIG_DEBUG_INFO=y 1841 | # CONFIG_DEBUG_INFO_REDUCED is not set 1842 | # CONFIG_DEBUG_VM is not set 1843 | # CONFIG_DEBUG_WRITECOUNT is not set 1844 | # CONFIG_DEBUG_MEMORY_INIT is not set 1845 | # CONFIG_DEBUG_LIST is not set 1846 | # CONFIG_TEST_LIST_SORT is not set 1847 | # CONFIG_DEBUG_SG is not set 1848 | # CONFIG_DEBUG_NOTIFIERS is not set 1849 | # CONFIG_DEBUG_CREDENTIALS is not set 1850 | # CONFIG_RCU_TORTURE_TEST is not set 1851 | CONFIG_RCU_CPU_STALL_TIMEOUT=60 1852 | # CONFIG_BACKTRACE_SELF_TEST is not set 1853 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1854 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1855 | # CONFIG_DEBUG_PER_CPU_MAPS is not set 1856 | # CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set 1857 | # CONFIG_FAULT_INJECTION is not set 1858 | # CONFIG_LATENCYTOP is not set 1859 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1860 | # CONFIG_DEBUG_PAGEALLOC is not set 1861 | CONFIG_HAVE_FUNCTION_TRACER=y 1862 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1863 | CONFIG_HAVE_DYNAMIC_FTRACE=y 1864 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y 1865 | CONFIG_HAVE_SYSCALL_TRACEPOINTS=y 1866 | CONFIG_RING_BUFFER=y 1867 | CONFIG_RING_BUFFER_ALLOW_SWAP=y 1868 | CONFIG_TRACING_SUPPORT=y 1869 | # CONFIG_FTRACE is not set 1870 | # CONFIG_DMA_API_DEBUG is not set 1871 | # CONFIG_ATOMIC64_SELFTEST is not set 1872 | # CONFIG_SAMPLES is not set 1873 | CONFIG_HAVE_ARCH_KGDB=y 1874 | # CONFIG_KGDB is not set 1875 | # CONFIG_TEST_KSTRTOX is not set 1876 | # CONFIG_PPC_DISABLE_WERROR is not set 1877 | CONFIG_PPC_WERROR=y 1878 | CONFIG_PRINT_STACK_DEPTH=64 1879 | CONFIG_DEBUG_STACKOVERFLOW=y 1880 | # CONFIG_CODE_PATCHING_SELFTEST is not set 1881 | # CONFIG_FTR_FIXUP_SELFTEST is not set 1882 | # CONFIG_MSI_BITMAP_SELFTEST is not set 1883 | # CONFIG_XMON is not set 1884 | # CONFIG_BDI_SWITCH is not set 1885 | # CONFIG_PPC_EARLY_DEBUG is not set 1886 | CONFIG_STRICT_DEVMEM=y 1887 | 1888 | # 1889 | # Security options 1890 | # 1891 | # CONFIG_KEYS is not set 1892 | # CONFIG_SECURITY_DMESG_RESTRICT is not set 1893 | # CONFIG_SECURITY is not set 1894 | # CONFIG_SECURITYFS is not set 1895 | CONFIG_DEFAULT_SECURITY_DAC=y 1896 | CONFIG_DEFAULT_SECURITY="" 1897 | CONFIG_CRYPTO=y 1898 | 1899 | # 1900 | # Crypto core or helper 1901 | # 1902 | CONFIG_CRYPTO_ALGAPI=y 1903 | CONFIG_CRYPTO_ALGAPI2=y 1904 | CONFIG_CRYPTO_AEAD=y 1905 | CONFIG_CRYPTO_AEAD2=y 1906 | CONFIG_CRYPTO_BLKCIPHER=y 1907 | CONFIG_CRYPTO_BLKCIPHER2=y 1908 | CONFIG_CRYPTO_HASH=y 1909 | CONFIG_CRYPTO_HASH2=y 1910 | CONFIG_CRYPTO_RNG=m 1911 | CONFIG_CRYPTO_RNG2=y 1912 | CONFIG_CRYPTO_PCOMP2=y 1913 | CONFIG_CRYPTO_MANAGER=y 1914 | CONFIG_CRYPTO_MANAGER2=y 1915 | # CONFIG_CRYPTO_USER is not set 1916 | CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y 1917 | CONFIG_CRYPTO_GF128MUL=m 1918 | CONFIG_CRYPTO_NULL=m 1919 | # CONFIG_CRYPTO_PCRYPT is not set 1920 | CONFIG_CRYPTO_WORKQUEUE=y 1921 | # CONFIG_CRYPTO_CRYPTD is not set 1922 | CONFIG_CRYPTO_AUTHENC=y 1923 | # CONFIG_CRYPTO_TEST is not set 1924 | 1925 | # 1926 | # Authenticated Encryption with Associated Data 1927 | # 1928 | CONFIG_CRYPTO_CCM=m 1929 | CONFIG_CRYPTO_GCM=m 1930 | CONFIG_CRYPTO_SEQIV=m 1931 | 1932 | # 1933 | # Block modes 1934 | # 1935 | CONFIG_CRYPTO_CBC=y 1936 | CONFIG_CRYPTO_CTR=m 1937 | # CONFIG_CRYPTO_CTS is not set 1938 | CONFIG_CRYPTO_ECB=y 1939 | # CONFIG_CRYPTO_LRW is not set 1940 | CONFIG_CRYPTO_PCBC=m 1941 | # CONFIG_CRYPTO_XTS is not set 1942 | 1943 | # 1944 | # Hash modes 1945 | # 1946 | CONFIG_CRYPTO_HMAC=y 1947 | # CONFIG_CRYPTO_XCBC is not set 1948 | # CONFIG_CRYPTO_VMAC is not set 1949 | 1950 | # 1951 | # Digest 1952 | # 1953 | CONFIG_CRYPTO_CRC32C=y 1954 | CONFIG_CRYPTO_GHASH=m 1955 | # CONFIG_CRYPTO_MD4 is not set 1956 | CONFIG_CRYPTO_MD5=y 1957 | # CONFIG_CRYPTO_MICHAEL_MIC is not set 1958 | # CONFIG_CRYPTO_RMD128 is not set 1959 | # CONFIG_CRYPTO_RMD160 is not set 1960 | # CONFIG_CRYPTO_RMD256 is not set 1961 | # CONFIG_CRYPTO_RMD320 is not set 1962 | CONFIG_CRYPTO_SHA1=m 1963 | CONFIG_CRYPTO_SHA256=m 1964 | CONFIG_CRYPTO_SHA512=m 1965 | # CONFIG_CRYPTO_TGR192 is not set 1966 | # CONFIG_CRYPTO_WP512 is not set 1967 | 1968 | # 1969 | # Ciphers 1970 | # 1971 | CONFIG_CRYPTO_AES=m 1972 | # CONFIG_CRYPTO_ANUBIS is not set 1973 | CONFIG_CRYPTO_ARC4=m 1974 | CONFIG_CRYPTO_BLOWFISH=m 1975 | CONFIG_CRYPTO_BLOWFISH_COMMON=m 1976 | CONFIG_CRYPTO_CAMELLIA=m 1977 | # CONFIG_CRYPTO_CAST5 is not set 1978 | # CONFIG_CRYPTO_CAST6 is not set 1979 | CONFIG_CRYPTO_DES=m 1980 | # CONFIG_CRYPTO_FCRYPT is not set 1981 | # CONFIG_CRYPTO_KHAZAD is not set 1982 | # CONFIG_CRYPTO_SALSA20 is not set 1983 | # CONFIG_CRYPTO_SEED is not set 1984 | # CONFIG_CRYPTO_SERPENT is not set 1985 | # CONFIG_CRYPTO_TEA is not set 1986 | CONFIG_CRYPTO_TWOFISH=m 1987 | CONFIG_CRYPTO_TWOFISH_COMMON=m 1988 | 1989 | # 1990 | # Compression 1991 | # 1992 | CONFIG_CRYPTO_DEFLATE=y 1993 | # CONFIG_CRYPTO_ZLIB is not set 1994 | CONFIG_CRYPTO_LZO=y 1995 | 1996 | # 1997 | # Random Number Generation 1998 | # 1999 | CONFIG_CRYPTO_ANSI_CPRNG=m 2000 | # CONFIG_CRYPTO_USER_API_HASH is not set 2001 | # CONFIG_CRYPTO_USER_API_SKCIPHER is not set 2002 | CONFIG_CRYPTO_HW=y 2003 | # CONFIG_CRYPTO_DEV_HIFN_795X is not set 2004 | CONFIG_CRYPTO_DEV_FSL_CAAM=m 2005 | CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9 2006 | CONFIG_CRYPTO_DEV_FSL_CAAM_INTC=y 2007 | CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD=255 2008 | CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD=2048 2009 | CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=m 2010 | CONFIG_CRYPTO_DEV_TALITOS=m 2011 | # CONFIG_PPC_CLOCK is not set 2012 | # CONFIG_VIRTUALIZATION is not set 2013 | -------------------------------------------------------------------------------- /3_2_2017/configs/config.mipsel: -------------------------------------------------------------------------------- 1 | # 2 | # Automatically generated file; DO NOT EDIT. 3 | # Linux/mips 3.3.5 Kernel Configuration 4 | # 5 | CONFIG_MIPS=y 6 | 7 | # 8 | # Machine selection 9 | # 10 | CONFIG_ZONE_DMA=y 11 | # CONFIG_MIPS_ALCHEMY is not set 12 | # CONFIG_AR7 is not set 13 | # CONFIG_ATH79 is not set 14 | # CONFIG_BCM47XX is not set 15 | # CONFIG_BCM63XX is not set 16 | # CONFIG_MIPS_COBALT is not set 17 | # CONFIG_MACH_DECSTATION is not set 18 | # CONFIG_MACH_JAZZ is not set 19 | # CONFIG_MACH_JZ4740 is not set 20 | # CONFIG_LANTIQ is not set 21 | # CONFIG_LASAT is not set 22 | # CONFIG_MACH_LOONGSON is not set 23 | # CONFIG_MIPS_MALTA is not set 24 | # CONFIG_MIPS_SIM is not set 25 | # CONFIG_NEC_MARKEINS is not set 26 | # CONFIG_MACH_VR41XX is not set 27 | # CONFIG_NXP_STB220 is not set 28 | # CONFIG_NXP_STB225 is not set 29 | # CONFIG_PNX8550_JBS is not set 30 | # CONFIG_PNX8550_STB810 is not set 31 | # CONFIG_PMC_MSP is not set 32 | # CONFIG_PMC_YOSEMITE is not set 33 | # CONFIG_POWERTV is not set 34 | # CONFIG_SGI_IP22 is not set 35 | # CONFIG_SGI_IP27 is not set 36 | # CONFIG_SGI_IP28 is not set 37 | # CONFIG_SGI_IP32 is not set 38 | # CONFIG_SIBYTE_CRHINE is not set 39 | # CONFIG_SIBYTE_CARMEL is not set 40 | # CONFIG_SIBYTE_CRHONE is not set 41 | # CONFIG_SIBYTE_RHONE is not set 42 | # CONFIG_SIBYTE_SWARM is not set 43 | # CONFIG_SIBYTE_LITTLESUR is not set 44 | # CONFIG_SIBYTE_SENTOSA is not set 45 | # CONFIG_SIBYTE_BIGSUR is not set 46 | # CONFIG_SNI_RM is not set 47 | # CONFIG_MACH_TX39XX is not set 48 | # CONFIG_MACH_TX49XX is not set 49 | # CONFIG_MIKROTIK_RB532 is not set 50 | CONFIG_MIPS_MIKROTIK=y 51 | # CONFIG_WR_PPMC is not set 52 | # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set 53 | # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set 54 | # CONFIG_NLM_XLR_BOARD is not set 55 | # CONFIG_NLM_XLP_BOARD is not set 56 | # CONFIG_SOFT_PCI_IO is not set 57 | # CONFIG_MAPPED_KERNEL is not set 58 | # CONFIG_ALCHEMY_GPIO_INDIRECT is not set 59 | CONFIG_RWSEM_GENERIC_SPINLOCK=y 60 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set 61 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set 62 | CONFIG_GENERIC_HWEIGHT=y 63 | CONFIG_GENERIC_CALIBRATE_DELAY=y 64 | CONFIG_GENERIC_CLOCKEVENTS=y 65 | CONFIG_GENERIC_CMOS_UPDATE=y 66 | CONFIG_SCHED_OMIT_FRAME_POINTER=y 67 | CONFIG_CEVT_R4K_LIB=y 68 | CONFIG_CEVT_R4K=y 69 | CONFIG_CSRC_R4K_LIB=y 70 | CONFIG_CSRC_R4K=y 71 | # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set 72 | CONFIG_DMA_NONCOHERENT=y 73 | CONFIG_NEED_DMA_MAP_STATE=y 74 | # CONFIG_MIPS_MACHINE is not set 75 | # CONFIG_NO_IOPORT is not set 76 | CONFIG_GENERIC_GPIO=y 77 | # CONFIG_CPU_BIG_ENDIAN is not set 78 | CONFIG_CPU_LITTLE_ENDIAN=y 79 | CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y 80 | CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y 81 | CONFIG_IRQ_CPU=y 82 | CONFIG_MIPS_L1_CACHE_SHIFT=4 83 | 84 | # 85 | # CPU selection 86 | # 87 | CONFIG_CPU_MIPS32_R1=y 88 | # CONFIG_CPU_MIPS32_R2 is not set 89 | CONFIG_SYS_HAS_CPU_MIPS32_R1=y 90 | CONFIG_SYS_HAS_CPU_MIPS32_R2=y 91 | CONFIG_CPU_MIPS32=y 92 | CONFIG_CPU_MIPSR1=y 93 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y 94 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y 95 | CONFIG_HARDWARE_WATCHPOINTS=y 96 | 97 | # 98 | # Kernel type 99 | # 100 | CONFIG_32BIT=y 101 | CONFIG_PAGE_SIZE_4KB=y 102 | # CONFIG_PAGE_SIZE_16KB is not set 103 | # CONFIG_PAGE_SIZE_64KB is not set 104 | CONFIG_FORCE_MAX_ZONEORDER=11 105 | CONFIG_MIPS_MT_DISABLED=y 106 | # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 107 | CONFIG_CPU_HAS_SYNC=y 108 | CONFIG_CPU_SUPPORTS_HIGHMEM=y 109 | CONFIG_ARCH_FLATMEM_ENABLE=y 110 | CONFIG_SELECT_MEMORY_MODEL=y 111 | CONFIG_FLATMEM_MANUAL=y 112 | CONFIG_FLATMEM=y 113 | CONFIG_FLAT_NODE_MEM_MAP=y 114 | CONFIG_HAVE_MEMBLOCK=y 115 | CONFIG_HAVE_MEMBLOCK_NODE_MAP=y 116 | CONFIG_ARCH_DISCARD_MEMBLOCK=y 117 | CONFIG_PAGEFLAGS_EXTENDED=y 118 | CONFIG_SPLIT_PTLOCK_CPUS=4 119 | # CONFIG_COMPACTION is not set 120 | # CONFIG_PHYS_ADDR_T_64BIT is not set 121 | CONFIG_ZONE_DMA_FLAG=1 122 | CONFIG_BOUNCE=y 123 | CONFIG_VIRT_TO_BUS=y 124 | # CONFIG_KSM is not set 125 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 126 | CONFIG_NEED_PER_CPU_KM=y 127 | # CONFIG_CLEANCACHE is not set 128 | CONFIG_TICK_ONESHOT=y 129 | # CONFIG_NO_HZ is not set 130 | CONFIG_HIGH_RES_TIMERS=y 131 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 132 | # CONFIG_HZ_48 is not set 133 | CONFIG_HZ_100=y 134 | # CONFIG_HZ_128 is not set 135 | # CONFIG_HZ_250 is not set 136 | # CONFIG_HZ_256 is not set 137 | # CONFIG_HZ_1000 is not set 138 | # CONFIG_HZ_1024 is not set 139 | CONFIG_SYS_SUPPORTS_ARBIT_HZ=y 140 | CONFIG_HZ=100 141 | CONFIG_PREEMPT_NONE=y 142 | # CONFIG_PREEMPT_VOLUNTARY is not set 143 | # CONFIG_PREEMPT is not set 144 | # CONFIG_KEXEC is not set 145 | # CONFIG_SECCOMP is not set 146 | # CONFIG_USE_OF is not set 147 | CONFIG_LOCKDEP_SUPPORT=y 148 | CONFIG_STACKTRACE_SUPPORT=y 149 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 150 | CONFIG_HAVE_IRQ_WORK=y 151 | CONFIG_IRQ_WORK=y 152 | 153 | # 154 | # General setup 155 | # 156 | CONFIG_EXPERIMENTAL=y 157 | CONFIG_BROKEN_ON_SMP=y 158 | CONFIG_INIT_ENV_ARG_LIMIT=32 159 | CONFIG_CROSS_COMPILE="" 160 | CONFIG_LOCALVERSION="" 161 | # CONFIG_LOCALVERSION_AUTO is not set 162 | CONFIG_DEFAULT_HOSTNAME="(none)" 163 | # CONFIG_SWAP is not set 164 | CONFIG_SYSVIPC=y 165 | CONFIG_SYSVIPC_SYSCTL=y 166 | # CONFIG_POSIX_MQUEUE is not set 167 | CONFIG_BSD_PROCESS_ACCT=y 168 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set 169 | # CONFIG_FHANDLE is not set 170 | # CONFIG_TASKSTATS is not set 171 | # CONFIG_AUDIT is not set 172 | CONFIG_HAVE_GENERIC_HARDIRQS=y 173 | 174 | # 175 | # IRQ subsystem 176 | # 177 | CONFIG_GENERIC_HARDIRQS=y 178 | CONFIG_GENERIC_IRQ_PROBE=y 179 | CONFIG_GENERIC_IRQ_SHOW=y 180 | CONFIG_IRQ_FORCED_THREADING=y 181 | 182 | # 183 | # RCU Subsystem 184 | # 185 | CONFIG_TINY_RCU=y 186 | # CONFIG_PREEMPT_RCU is not set 187 | # CONFIG_RCU_TRACE is not set 188 | # CONFIG_TREE_RCU_TRACE is not set 189 | # CONFIG_IKCONFIG is not set 190 | CONFIG_LOG_BUF_SHIFT=14 191 | # CONFIG_CGROUPS is not set 192 | # CONFIG_CHECKPOINT_RESTORE is not set 193 | CONFIG_NAMESPACES=y 194 | # CONFIG_UTS_NS is not set 195 | # CONFIG_IPC_NS is not set 196 | # CONFIG_USER_NS is not set 197 | # CONFIG_PID_NS is not set 198 | CONFIG_NET_NS=y 199 | # CONFIG_SCHED_AUTOGROUP is not set 200 | # CONFIG_SYSFS_DEPRECATED is not set 201 | # CONFIG_RELAY is not set 202 | CONFIG_BLK_DEV_INITRD=y 203 | CONFIG_INITRAMFS_SOURCE="" 204 | # CONFIG_RD_GZIP is not set 205 | # CONFIG_RD_BZIP2 is not set 206 | # CONFIG_RD_LZMA is not set 207 | CONFIG_RD_XZ=y 208 | # CONFIG_RD_LZO is not set 209 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y 210 | CONFIG_SYSCTL=y 211 | CONFIG_ANON_INODES=y 212 | CONFIG_EXPERT=y 213 | CONFIG_SYSCTL_SYSCALL=y 214 | CONFIG_KALLSYMS=y 215 | # CONFIG_KALLSYMS_ALL is not set 216 | CONFIG_HOTPLUG=y 217 | CONFIG_PRINTK=y 218 | CONFIG_BUG=y 219 | CONFIG_ELF_CORE=y 220 | CONFIG_BASE_FULL=y 221 | CONFIG_FUTEX=y 222 | CONFIG_EPOLL=y 223 | CONFIG_SIGNALFD=y 224 | # CONFIG_TIMERFD is not set 225 | CONFIG_EVENTFD=y 226 | CONFIG_SHMEM=y 227 | # CONFIG_AIO is not set 228 | CONFIG_EMBEDDED=y 229 | CONFIG_HAVE_PERF_EVENTS=y 230 | CONFIG_PERF_USE_VMALLOC=y 231 | 232 | # 233 | # Kernel Performance Events And Counters 234 | # 235 | CONFIG_PERF_EVENTS=y 236 | # CONFIG_PERF_COUNTERS is not set 237 | # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 238 | # CONFIG_VM_EVENT_COUNTERS is not set 239 | CONFIG_PCI_QUIRKS=y 240 | CONFIG_SLUB_DEBUG=y 241 | CONFIG_COMPAT_BRK=y 242 | # CONFIG_SLAB is not set 243 | CONFIG_SLUB=y 244 | # CONFIG_SLOB is not set 245 | CONFIG_PROFILING=y 246 | CONFIG_OPROFILE=m 247 | CONFIG_HAVE_OPROFILE=y 248 | # CONFIG_KPROBES is not set 249 | CONFIG_JUMP_LABEL=y 250 | CONFIG_HAVE_KPROBES=y 251 | CONFIG_HAVE_KRETPROBES=y 252 | CONFIG_HAVE_DMA_ATTRS=y 253 | CONFIG_HAVE_DMA_API_DEBUG=y 254 | CONFIG_HAVE_ARCH_JUMP_LABEL=y 255 | 256 | # 257 | # GCOV-based kernel profiling 258 | # 259 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y 260 | CONFIG_SLABINFO=y 261 | CONFIG_RT_MUTEXES=y 262 | CONFIG_BASE_SMALL=0 263 | CONFIG_MODULES=y 264 | # CONFIG_MODULE_FORCE_LOAD is not set 265 | CONFIG_MODULE_UNLOAD=y 266 | # CONFIG_MODULE_FORCE_UNLOAD is not set 267 | # CONFIG_MODVERSIONS is not set 268 | # CONFIG_MODULE_SRCVERSION_ALL is not set 269 | CONFIG_BLOCK=y 270 | # CONFIG_LBDAF is not set 271 | # CONFIG_BLK_DEV_BSG is not set 272 | # CONFIG_BLK_DEV_BSGLIB is not set 273 | # CONFIG_BLK_DEV_INTEGRITY is not set 274 | 275 | # 276 | # Partition Types 277 | # 278 | # CONFIG_PARTITION_ADVANCED is not set 279 | CONFIG_MSDOS_PARTITION=y 280 | 281 | # 282 | # IO Schedulers 283 | # 284 | CONFIG_IOSCHED_NOOP=y 285 | # CONFIG_IOSCHED_DEADLINE is not set 286 | # CONFIG_IOSCHED_CFQ is not set 287 | CONFIG_DEFAULT_NOOP=y 288 | CONFIG_DEFAULT_IOSCHED="noop" 289 | # CONFIG_INLINE_SPIN_TRYLOCK is not set 290 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 291 | # CONFIG_INLINE_SPIN_LOCK is not set 292 | # CONFIG_INLINE_SPIN_LOCK_BH is not set 293 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 294 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 295 | CONFIG_INLINE_SPIN_UNLOCK=y 296 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 297 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 298 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 299 | # CONFIG_INLINE_READ_TRYLOCK is not set 300 | # CONFIG_INLINE_READ_LOCK is not set 301 | # CONFIG_INLINE_READ_LOCK_BH is not set 302 | # CONFIG_INLINE_READ_LOCK_IRQ is not set 303 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 304 | CONFIG_INLINE_READ_UNLOCK=y 305 | # CONFIG_INLINE_READ_UNLOCK_BH is not set 306 | CONFIG_INLINE_READ_UNLOCK_IRQ=y 307 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 308 | # CONFIG_INLINE_WRITE_TRYLOCK is not set 309 | # CONFIG_INLINE_WRITE_LOCK is not set 310 | # CONFIG_INLINE_WRITE_LOCK_BH is not set 311 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 312 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 313 | CONFIG_INLINE_WRITE_UNLOCK=y 314 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 315 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 316 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 317 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set 318 | # CONFIG_FREEZER is not set 319 | 320 | # 321 | # Bus options (PCI, PCMCIA, EISA, ISA, TC) 322 | # 323 | CONFIG_HW_HAS_PCI=y 324 | CONFIG_PCI=y 325 | CONFIG_PCI_DOMAINS=y 326 | # CONFIG_ARCH_SUPPORTS_MSI is not set 327 | # CONFIG_PCI_DEBUG is not set 328 | # CONFIG_PCI_STUB is not set 329 | # CONFIG_PCI_IOV is not set 330 | # CONFIG_PCI_PRI is not set 331 | # CONFIG_PCI_PASID is not set 332 | CONFIG_MMU=y 333 | # CONFIG_PCCARD is not set 334 | # CONFIG_HOTPLUG_PCI is not set 335 | # CONFIG_RAPIDIO is not set 336 | 337 | # 338 | # Executable file formats 339 | # 340 | CONFIG_BINFMT_ELF=y 341 | CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y 342 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 343 | # CONFIG_HAVE_AOUT is not set 344 | # CONFIG_BINFMT_MISC is not set 345 | CONFIG_TRAD_SIGNALS=y 346 | 347 | # 348 | # Power management options 349 | # 350 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y 351 | CONFIG_ARCH_SUSPEND_POSSIBLE=y 352 | # CONFIG_SUSPEND is not set 353 | # CONFIG_PM_RUNTIME is not set 354 | CONFIG_NET=y 355 | 356 | # 357 | # Networking options 358 | # 359 | CONFIG_PACKET=y 360 | CONFIG_UNIX=y 361 | # CONFIG_UNIX_DIAG is not set 362 | CONFIG_XFRM=y 363 | CONFIG_XFRM_USER=m 364 | # CONFIG_XFRM_SUB_POLICY is not set 365 | # CONFIG_XFRM_MIGRATE is not set 366 | CONFIG_XFRM_STATISTICS=y 367 | CONFIG_XFRM_IPCOMP=m 368 | CONFIG_NET_KEY=m 369 | # CONFIG_NET_KEY_MIGRATE is not set 370 | CONFIG_INET=y 371 | CONFIG_IP_MULTICAST=y 372 | CONFIG_IP_ADVANCED_ROUTER=y 373 | CONFIG_IP_FIB_TRIE_STATS=y 374 | CONFIG_IP_MULTIPLE_TABLES=y 375 | CONFIG_IP_ROUTE_MULTIPATH=y 376 | # CONFIG_IP_ROUTE_VERBOSE is not set 377 | CONFIG_IP_ROUTE_CLASSID=y 378 | # CONFIG_IP_PNP is not set 379 | CONFIG_NET_IPIP=m 380 | # CONFIG_NET_IPGRE_DEMUX is not set 381 | CONFIG_IP_MROUTE=y 382 | # CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set 383 | CONFIG_IP_PIMSM_V1=y 384 | CONFIG_IP_PIMSM_V2=y 385 | # CONFIG_ARPD is not set 386 | CONFIG_SYN_COOKIES=y 387 | CONFIG_INET_AH=m 388 | CONFIG_INET_ESP=m 389 | CONFIG_INET_IPCOMP=m 390 | CONFIG_INET_XFRM_TUNNEL=m 391 | CONFIG_INET_TUNNEL=y 392 | CONFIG_INET_XFRM_MODE_TRANSPORT=y 393 | CONFIG_INET_XFRM_MODE_TUNNEL=y 394 | CONFIG_INET_XFRM_MODE_BEET=y 395 | # CONFIG_INET_LRO is not set 396 | # CONFIG_INET_DIAG is not set 397 | # CONFIG_TCP_CONG_ADVANCED is not set 398 | CONFIG_TCP_CONG_CUBIC=y 399 | CONFIG_DEFAULT_TCP_CONG="cubic" 400 | CONFIG_TCP_MD5SIG=y 401 | CONFIG_IPV6=m 402 | # CONFIG_IPV6_PRIVACY is not set 403 | # CONFIG_IPV6_ROUTER_PREF is not set 404 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set 405 | CONFIG_INET6_AH=m 406 | CONFIG_INET6_ESP=m 407 | # CONFIG_INET6_IPCOMP is not set 408 | # CONFIG_IPV6_MIP6 is not set 409 | # CONFIG_INET6_XFRM_TUNNEL is not set 410 | CONFIG_INET6_TUNNEL=m 411 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m 412 | CONFIG_INET6_XFRM_MODE_TUNNEL=m 413 | CONFIG_INET6_XFRM_MODE_BEET=m 414 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 415 | CONFIG_IPV6_SIT=m 416 | # CONFIG_IPV6_SIT_6RD is not set 417 | CONFIG_IPV6_NDISC_NODETYPE=y 418 | CONFIG_IPV6_TUNNEL=m 419 | CONFIG_IPV6_MULTIPLE_TABLES=y 420 | # CONFIG_IPV6_SUBTREES is not set 421 | # CONFIG_IPV6_MROUTE is not set 422 | # CONFIG_NETWORK_SECMARK is not set 423 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set 424 | CONFIG_NETFILTER=y 425 | # CONFIG_NETFILTER_DEBUG is not set 426 | CONFIG_NETFILTER_ADVANCED=y 427 | CONFIG_BRIDGE_NETFILTER=y 428 | 429 | # 430 | # Core Netfilter Configuration 431 | # 432 | CONFIG_NETFILTER_NETLINK=m 433 | # CONFIG_NETFILTER_NETLINK_ACCT is not set 434 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set 435 | # CONFIG_NETFILTER_NETLINK_LOG is not set 436 | CONFIG_NF_CONNTRACK=m 437 | CONFIG_NF_CONNTRACK_MARK=y 438 | CONFIG_NF_CONNTRACK_PROCFS=y 439 | # CONFIG_NF_CONNTRACK_EVENTS is not set 440 | # CONFIG_NF_CONNTRACK_TIMESTAMP is not set 441 | CONFIG_NF_CT_PROTO_DCCP=m 442 | CONFIG_NF_CT_PROTO_GRE=m 443 | CONFIG_NF_CT_PROTO_SCTP=m 444 | CONFIG_NF_CT_PROTO_UDPLITE=m 445 | CONFIG_NF_CONNTRACK_AMANDA=m 446 | CONFIG_NF_CONNTRACK_FTP=m 447 | CONFIG_NF_CONNTRACK_H323=m 448 | CONFIG_NF_CONNTRACK_IRC=m 449 | CONFIG_NF_CONNTRACK_BROADCAST=m 450 | CONFIG_NF_CONNTRACK_NETBIOS_NS=m 451 | CONFIG_NF_CONNTRACK_SNMP=m 452 | CONFIG_NF_CONNTRACK_PPTP=m 453 | # CONFIG_NF_CONNTRACK_SANE is not set 454 | CONFIG_NF_CONNTRACK_SIP=m 455 | CONFIG_NF_CONNTRACK_TFTP=m 456 | CONFIG_NF_CT_NETLINK=m 457 | # CONFIG_NETFILTER_TPROXY is not set 458 | CONFIG_NETFILTER_XTABLES=m 459 | 460 | # 461 | # Xtables combined modules 462 | # 463 | CONFIG_NETFILTER_XT_MARK=m 464 | CONFIG_NETFILTER_XT_CONNMARK=m 465 | 466 | # 467 | # Xtables targets 468 | # 469 | # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set 470 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 471 | CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 472 | # CONFIG_NETFILTER_XT_TARGET_CT is not set 473 | CONFIG_NETFILTER_XT_TARGET_DSCP=m 474 | CONFIG_NETFILTER_XT_TARGET_HL=m 475 | # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set 476 | # CONFIG_NETFILTER_XT_TARGET_LED is not set 477 | CONFIG_NETFILTER_XT_TARGET_MARK=m 478 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 479 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 480 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 481 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 482 | # CONFIG_NETFILTER_XT_TARGET_TEE is not set 483 | # CONFIG_NETFILTER_XT_TARGET_TRACE is not set 484 | CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 485 | # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set 486 | 487 | # 488 | # Xtables matches 489 | # 490 | CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m 491 | # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set 492 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 493 | CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 494 | CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m 495 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 496 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 497 | # CONFIG_NETFILTER_XT_MATCH_CPU is not set 498 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 499 | # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set 500 | CONFIG_NETFILTER_XT_MATCH_DSCP=m 501 | # CONFIG_NETFILTER_XT_MATCH_ECN is not set 502 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set 503 | CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 504 | CONFIG_NETFILTER_XT_MATCH_HELPER=m 505 | CONFIG_NETFILTER_XT_MATCH_HL=m 506 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 507 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m 508 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m 509 | CONFIG_NETFILTER_XT_MATCH_MAC=m 510 | CONFIG_NETFILTER_XT_MATCH_MARK=m 511 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 512 | # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set 513 | # CONFIG_NETFILTER_XT_MATCH_OSF is not set 514 | # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 515 | CONFIG_NETFILTER_XT_MATCH_POLICY=m 516 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m 517 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 518 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 519 | # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 520 | CONFIG_NETFILTER_XT_MATCH_REALM=m 521 | # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 522 | # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 523 | # CONFIG_NETFILTER_XT_MATCH_STATE is not set 524 | CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 525 | CONFIG_NETFILTER_XT_MATCH_STRING=m 526 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 527 | # CONFIG_NETFILTER_XT_MATCH_TIME is not set 528 | # CONFIG_NETFILTER_XT_MATCH_U32 is not set 529 | # CONFIG_IP_SET is not set 530 | # CONFIG_IP_VS is not set 531 | 532 | # 533 | # IP: Netfilter Configuration 534 | # 535 | CONFIG_NF_DEFRAG_IPV4=m 536 | CONFIG_NF_CONNTRACK_IPV4=m 537 | # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set 538 | # CONFIG_IP_NF_QUEUE is not set 539 | CONFIG_IP_NF_IPTABLES=m 540 | # CONFIG_IP_NF_MATCH_AH is not set 541 | # CONFIG_IP_NF_MATCH_ECN is not set 542 | # CONFIG_IP_NF_MATCH_RPFILTER is not set 543 | CONFIG_IP_NF_MATCH_TTL=m 544 | CONFIG_IP_NF_FILTER=m 545 | CONFIG_IP_NF_TARGET_REJECT=m 546 | CONFIG_IP_NF_TARGET_LOG=m 547 | # CONFIG_IP_NF_TARGET_ULOG is not set 548 | CONFIG_NF_NAT=m 549 | CONFIG_NF_NAT_NEEDED=y 550 | CONFIG_IP_NF_TARGET_MASQUERADE=m 551 | CONFIG_IP_NF_TARGET_NETMAP=m 552 | CONFIG_IP_NF_TARGET_REDIRECT=m 553 | # CONFIG_NF_NAT_SNMP_BASIC is not set 554 | CONFIG_NF_NAT_PROTO_DCCP=m 555 | CONFIG_NF_NAT_PROTO_GRE=m 556 | CONFIG_NF_NAT_PROTO_UDPLITE=m 557 | CONFIG_NF_NAT_PROTO_SCTP=m 558 | CONFIG_NF_NAT_FTP=m 559 | CONFIG_NF_NAT_IRC=m 560 | CONFIG_NF_NAT_TFTP=m 561 | CONFIG_NF_NAT_AMANDA=m 562 | CONFIG_NF_NAT_PPTP=m 563 | CONFIG_NF_NAT_H323=m 564 | CONFIG_NF_NAT_SIP=m 565 | CONFIG_IP_NF_MANGLE=m 566 | # CONFIG_IP_NF_TARGET_CLUSTERIP is not set 567 | # CONFIG_IP_NF_TARGET_ECN is not set 568 | CONFIG_IP_NF_TARGET_TTL=m 569 | CONFIG_IP_NF_RAW=m 570 | # CONFIG_IP_NF_ARPTABLES is not set 571 | 572 | # 573 | # IPv6: Netfilter Configuration 574 | # 575 | CONFIG_NF_DEFRAG_IPV6=m 576 | CONFIG_NF_CONNTRACK_IPV6=m 577 | # CONFIG_IP6_NF_QUEUE is not set 578 | CONFIG_IP6_NF_IPTABLES=m 579 | CONFIG_IP6_NF_MATCH_AH=m 580 | CONFIG_IP6_NF_MATCH_EUI64=m 581 | CONFIG_IP6_NF_MATCH_FRAG=m 582 | CONFIG_IP6_NF_MATCH_OPTS=m 583 | CONFIG_IP6_NF_MATCH_HL=m 584 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m 585 | CONFIG_IP6_NF_MATCH_MH=m 586 | # CONFIG_IP6_NF_MATCH_RPFILTER is not set 587 | CONFIG_IP6_NF_MATCH_RT=m 588 | CONFIG_IP6_NF_TARGET_HL=m 589 | # CONFIG_IP6_NF_TARGET_LOG is not set 590 | CONFIG_IP6_NF_FILTER=m 591 | CONFIG_IP6_NF_TARGET_REJECT=m 592 | CONFIG_IP6_NF_MANGLE=m 593 | CONFIG_IP6_NF_RAW=m 594 | CONFIG_BRIDGE_NF_EBTABLES=m 595 | CONFIG_BRIDGE_EBT_BROUTE=m 596 | CONFIG_BRIDGE_EBT_T_FILTER=m 597 | CONFIG_BRIDGE_EBT_T_NAT=m 598 | CONFIG_BRIDGE_EBT_802_3=m 599 | # CONFIG_BRIDGE_EBT_AMONG is not set 600 | CONFIG_BRIDGE_EBT_ARP=m 601 | CONFIG_BRIDGE_EBT_IP=m 602 | CONFIG_BRIDGE_EBT_IP6=m 603 | CONFIG_BRIDGE_EBT_LIMIT=m 604 | CONFIG_BRIDGE_EBT_MARK=m 605 | CONFIG_BRIDGE_EBT_PKTTYPE=m 606 | CONFIG_BRIDGE_EBT_STP=m 607 | CONFIG_BRIDGE_EBT_VLAN=m 608 | CONFIG_BRIDGE_EBT_ARPREPLY=m 609 | CONFIG_BRIDGE_EBT_DNAT=m 610 | CONFIG_BRIDGE_EBT_MARK_T=m 611 | CONFIG_BRIDGE_EBT_REDIRECT=m 612 | CONFIG_BRIDGE_EBT_SNAT=m 613 | # CONFIG_BRIDGE_EBT_LOG is not set 614 | # CONFIG_BRIDGE_EBT_ULOG is not set 615 | # CONFIG_BRIDGE_EBT_NFLOG is not set 616 | # CONFIG_IP_DCCP is not set 617 | CONFIG_IP_SCTP=m 618 | # CONFIG_SCTP_DBG_MSG is not set 619 | # CONFIG_SCTP_DBG_OBJCNT is not set 620 | # CONFIG_SCTP_HMAC_NONE is not set 621 | # CONFIG_SCTP_HMAC_SHA1 is not set 622 | CONFIG_SCTP_HMAC_MD5=y 623 | # CONFIG_RDS is not set 624 | # CONFIG_TIPC is not set 625 | # CONFIG_ATM is not set 626 | # CONFIG_L2TP is not set 627 | CONFIG_STP=m 628 | CONFIG_BRIDGE=m 629 | CONFIG_BRIDGE_IGMP_SNOOPING=y 630 | # CONFIG_NET_DSA is not set 631 | CONFIG_VLAN_8021Q=m 632 | # CONFIG_VLAN_8021Q_GVRP is not set 633 | # CONFIG_DECNET is not set 634 | CONFIG_LLC=y 635 | # CONFIG_LLC2 is not set 636 | # CONFIG_IPX is not set 637 | # CONFIG_ATALK is not set 638 | # CONFIG_X25 is not set 639 | # CONFIG_LAPB is not set 640 | # CONFIG_ECONET is not set 641 | # CONFIG_WAN_ROUTER is not set 642 | # CONFIG_PHONET is not set 643 | # CONFIG_IEEE802154 is not set 644 | CONFIG_NET_SCHED=y 645 | 646 | # 647 | # Queueing/Scheduling 648 | # 649 | # CONFIG_NET_SCH_CBQ is not set 650 | CONFIG_NET_SCH_HTB=m 651 | # CONFIG_NET_SCH_HFSC is not set 652 | # CONFIG_NET_SCH_PRIO is not set 653 | # CONFIG_NET_SCH_MULTIQ is not set 654 | CONFIG_NET_SCH_RED=m 655 | # CONFIG_NET_SCH_SFB is not set 656 | CONFIG_NET_SCH_SFQ=m 657 | # CONFIG_NET_SCH_TEQL is not set 658 | # CONFIG_NET_SCH_TBF is not set 659 | # CONFIG_NET_SCH_GRED is not set 660 | # CONFIG_NET_SCH_DSMARK is not set 661 | # CONFIG_NET_SCH_NETEM is not set 662 | # CONFIG_NET_SCH_DRR is not set 663 | # CONFIG_NET_SCH_MQPRIO is not set 664 | # CONFIG_NET_SCH_CHOKE is not set 665 | # CONFIG_NET_SCH_QFQ is not set 666 | 667 | # 668 | # Classification 669 | # 670 | CONFIG_NET_CLS=y 671 | # CONFIG_NET_CLS_BASIC is not set 672 | # CONFIG_NET_CLS_TCINDEX is not set 673 | # CONFIG_NET_CLS_ROUTE4 is not set 674 | CONFIG_NET_CLS_FW=m 675 | # CONFIG_NET_CLS_U32 is not set 676 | # CONFIG_NET_CLS_RSVP is not set 677 | # CONFIG_NET_CLS_RSVP6 is not set 678 | # CONFIG_NET_CLS_FLOW is not set 679 | # CONFIG_NET_EMATCH is not set 680 | # CONFIG_NET_CLS_ACT is not set 681 | # CONFIG_NET_CLS_IND is not set 682 | CONFIG_NET_SCH_FIFO=y 683 | # CONFIG_DCB is not set 684 | # CONFIG_BATMAN_ADV is not set 685 | # CONFIG_OPENVSWITCH is not set 686 | CONFIG_BQL=y 687 | 688 | # 689 | # Network testing 690 | # 691 | # CONFIG_NET_PKTGEN is not set 692 | # CONFIG_HAMRADIO is not set 693 | # CONFIG_CAN is not set 694 | # CONFIG_IRDA is not set 695 | # CONFIG_BT is not set 696 | # CONFIG_AF_RXRPC is not set 697 | CONFIG_FIB_RULES=y 698 | # CONFIG_WIRELESS is not set 699 | # CONFIG_WIMAX is not set 700 | # CONFIG_RFKILL is not set 701 | # CONFIG_NET_9P is not set 702 | # CONFIG_CAIF is not set 703 | # CONFIG_CEPH_LIB is not set 704 | # CONFIG_NFC is not set 705 | 706 | # 707 | # Device Drivers 708 | # 709 | 710 | # 711 | # Generic Driver Options 712 | # 713 | CONFIG_UEVENT_HELPER_PATH="" 714 | CONFIG_DEVTMPFS=y 715 | # CONFIG_DEVTMPFS_MOUNT is not set 716 | # CONFIG_STANDALONE is not set 717 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set 718 | CONFIG_FW_LOADER=y 719 | # CONFIG_FIRMWARE_IN_KERNEL is not set 720 | CONFIG_EXTRA_FIRMWARE="" 721 | # CONFIG_DEBUG_DRIVER is not set 722 | # CONFIG_DEBUG_DEVRES is not set 723 | # CONFIG_SYS_HYPERVISOR is not set 724 | # CONFIG_GENERIC_CPU_DEVICES is not set 725 | # CONFIG_DMA_SHARED_BUFFER is not set 726 | # CONFIG_CONNECTOR is not set 727 | CONFIG_MTD=y 728 | # CONFIG_MTD_TESTS is not set 729 | # CONFIG_MTD_REDBOOT_PARTS is not set 730 | # CONFIG_MTD_CMDLINE_PARTS is not set 731 | # CONFIG_MTD_AR7_PARTS is not set 732 | 733 | # 734 | # User Modules And Translation Layers 735 | # 736 | CONFIG_MTD_CHAR=y 737 | CONFIG_MTD_BLKDEVS=y 738 | CONFIG_MTD_BLOCK=y 739 | # CONFIG_FTL is not set 740 | # CONFIG_NFTL is not set 741 | # CONFIG_INFTL is not set 742 | # CONFIG_RFD_FTL is not set 743 | # CONFIG_SSFDC is not set 744 | # CONFIG_SM_FTL is not set 745 | # CONFIG_MTD_OOPS is not set 746 | 747 | # 748 | # RAM/ROM/Flash chip drivers 749 | # 750 | # CONFIG_MTD_CFI is not set 751 | # CONFIG_MTD_JEDECPROBE is not set 752 | CONFIG_MTD_MAP_BANK_WIDTH_1=y 753 | CONFIG_MTD_MAP_BANK_WIDTH_2=y 754 | CONFIG_MTD_MAP_BANK_WIDTH_4=y 755 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 756 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 757 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 758 | CONFIG_MTD_CFI_I1=y 759 | CONFIG_MTD_CFI_I2=y 760 | # CONFIG_MTD_CFI_I4 is not set 761 | # CONFIG_MTD_CFI_I8 is not set 762 | # CONFIG_MTD_RAM is not set 763 | # CONFIG_MTD_ROM is not set 764 | # CONFIG_MTD_ABSENT is not set 765 | 766 | # 767 | # Mapping drivers for chip access 768 | # 769 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set 770 | # CONFIG_MTD_INTEL_VR_NOR is not set 771 | # CONFIG_MTD_PLATRAM is not set 772 | 773 | # 774 | # Self-contained MTD device drivers 775 | # 776 | # CONFIG_MTD_PMC551 is not set 777 | # CONFIG_MTD_SLRAM is not set 778 | # CONFIG_MTD_PHRAM is not set 779 | # CONFIG_MTD_MTDRAM is not set 780 | # CONFIG_MTD_BLOCK2MTD is not set 781 | 782 | # 783 | # Disk-On-Chip Device Drivers 784 | # 785 | # CONFIG_MTD_DOC2000 is not set 786 | # CONFIG_MTD_DOC2001 is not set 787 | # CONFIG_MTD_DOC2001PLUS is not set 788 | # CONFIG_MTD_DOCG3 is not set 789 | CONFIG_MTD_NAND_ECC=y 790 | # CONFIG_MTD_NAND_ECC_SMC is not set 791 | CONFIG_MTD_NAND=y 792 | CONFIG_MTD_NAND_VERIFY_WRITE=y 793 | # CONFIG_MTD_NAND_ECC_BCH is not set 794 | # CONFIG_MTD_SM_COMMON is not set 795 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set 796 | # CONFIG_MTD_NAND_DENALI is not set 797 | CONFIG_MTD_NAND_IDS=y 798 | # CONFIG_MTD_NAND_RICOH is not set 799 | # CONFIG_MTD_NAND_DISKONCHIP is not set 800 | # CONFIG_MTD_NAND_CAFE is not set 801 | # CONFIG_MTD_NAND_NANDSIM is not set 802 | # CONFIG_MTD_NAND_PLATFORM is not set 803 | CONFIG_MTD_NAND_RB500=y 804 | CONFIG_MTD_NAND_RB=y 805 | # CONFIG_MTD_ONENAND is not set 806 | 807 | # 808 | # LPDDR flash memory drivers 809 | # 810 | # CONFIG_MTD_LPDDR is not set 811 | # CONFIG_MTD_UBI is not set 812 | # CONFIG_PARPORT is not set 813 | CONFIG_BLK_DEV=y 814 | # CONFIG_BLK_CPQ_DA is not set 815 | # CONFIG_BLK_CPQ_CISS_DA is not set 816 | # CONFIG_BLK_DEV_DAC960 is not set 817 | # CONFIG_BLK_DEV_UMEM is not set 818 | # CONFIG_BLK_DEV_COW_COMMON is not set 819 | # CONFIG_BLK_DEV_LOOP is not set 820 | 821 | # 822 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 823 | # 824 | # CONFIG_BLK_DEV_NBD is not set 825 | # CONFIG_BLK_DEV_NVME is not set 826 | # CONFIG_BLK_DEV_SX8 is not set 827 | # CONFIG_BLK_DEV_RAM is not set 828 | # CONFIG_CDROM_PKTCDVD is not set 829 | # CONFIG_ATA_OVER_ETH is not set 830 | # CONFIG_BLK_DEV_HD is not set 831 | # CONFIG_BLK_DEV_RBD is not set 832 | 833 | # 834 | # Misc devices 835 | # 836 | # CONFIG_SENSORS_LIS3LV02D is not set 837 | # CONFIG_PHANTOM is not set 838 | # CONFIG_INTEL_MID_PTI is not set 839 | # CONFIG_SGI_IOC4 is not set 840 | # CONFIG_TIFM_CORE is not set 841 | # CONFIG_ENCLOSURE_SERVICES is not set 842 | # CONFIG_HP_ILO is not set 843 | # CONFIG_PCH_PHUB is not set 844 | # CONFIG_C2PORT is not set 845 | 846 | # 847 | # EEPROM support 848 | # 849 | # CONFIG_EEPROM_93CX6 is not set 850 | # CONFIG_CB710_CORE is not set 851 | 852 | # 853 | # Texas Instruments shared transport line discipline 854 | # 855 | # CONFIG_TI_ST is not set 856 | 857 | # 858 | # Altera FPGA firmware download module 859 | # 860 | CONFIG_HAVE_IDE=y 861 | # CONFIG_IDE is not set 862 | 863 | # 864 | # SCSI device support 865 | # 866 | CONFIG_SCSI_MOD=m 867 | # CONFIG_RAID_ATTRS is not set 868 | CONFIG_SCSI=m 869 | CONFIG_SCSI_DMA=y 870 | # CONFIG_SCSI_TGT is not set 871 | # CONFIG_SCSI_NETLINK is not set 872 | # CONFIG_SCSI_PROC_FS is not set 873 | 874 | # 875 | # SCSI support type (disk, tape, CD-ROM) 876 | # 877 | CONFIG_BLK_DEV_SD=m 878 | # CONFIG_CHR_DEV_ST is not set 879 | # CONFIG_CHR_DEV_OSST is not set 880 | # CONFIG_BLK_DEV_SR is not set 881 | # CONFIG_CHR_DEV_SG is not set 882 | # CONFIG_CHR_DEV_SCH is not set 883 | # CONFIG_SCSI_MULTI_LUN is not set 884 | # CONFIG_SCSI_CONSTANTS is not set 885 | # CONFIG_SCSI_LOGGING is not set 886 | # CONFIG_SCSI_SCAN_ASYNC is not set 887 | CONFIG_SCSI_WAIT_SCAN=m 888 | 889 | # 890 | # SCSI Transports 891 | # 892 | # CONFIG_SCSI_SPI_ATTRS is not set 893 | # CONFIG_SCSI_FC_ATTRS is not set 894 | # CONFIG_SCSI_ISCSI_ATTRS is not set 895 | # CONFIG_SCSI_SAS_ATTRS is not set 896 | # CONFIG_SCSI_SAS_LIBSAS is not set 897 | # CONFIG_SCSI_SRP_ATTRS is not set 898 | CONFIG_SCSI_LOWLEVEL=y 899 | # CONFIG_ISCSI_TCP is not set 900 | # CONFIG_ISCSI_BOOT_SYSFS is not set 901 | # CONFIG_SCSI_CXGB3_ISCSI is not set 902 | # CONFIG_SCSI_CXGB4_ISCSI is not set 903 | # CONFIG_SCSI_BNX2_ISCSI is not set 904 | # CONFIG_SCSI_BNX2X_FCOE is not set 905 | # CONFIG_BE2ISCSI is not set 906 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 907 | # CONFIG_SCSI_HPSA is not set 908 | # CONFIG_SCSI_3W_9XXX is not set 909 | # CONFIG_SCSI_3W_SAS is not set 910 | # CONFIG_SCSI_ACARD is not set 911 | # CONFIG_SCSI_AACRAID is not set 912 | # CONFIG_SCSI_AIC7XXX is not set 913 | # CONFIG_SCSI_AIC7XXX_OLD is not set 914 | # CONFIG_SCSI_AIC79XX is not set 915 | # CONFIG_SCSI_AIC94XX is not set 916 | # CONFIG_SCSI_MVSAS is not set 917 | # CONFIG_SCSI_MVUMI is not set 918 | # CONFIG_SCSI_DPT_I2O is not set 919 | # CONFIG_SCSI_ADVANSYS is not set 920 | # CONFIG_SCSI_ARCMSR is not set 921 | # CONFIG_MEGARAID_NEWGEN is not set 922 | # CONFIG_MEGARAID_LEGACY is not set 923 | # CONFIG_MEGARAID_SAS is not set 924 | # CONFIG_SCSI_MPT2SAS is not set 925 | # CONFIG_SCSI_HPTIOP is not set 926 | # CONFIG_LIBFC is not set 927 | # CONFIG_LIBFCOE is not set 928 | # CONFIG_FCOE is not set 929 | # CONFIG_SCSI_DMX3191D is not set 930 | # CONFIG_SCSI_FUTURE_DOMAIN is not set 931 | # CONFIG_SCSI_IPS is not set 932 | # CONFIG_SCSI_INITIO is not set 933 | # CONFIG_SCSI_INIA100 is not set 934 | # CONFIG_SCSI_STEX is not set 935 | # CONFIG_SCSI_SYM53C8XX_2 is not set 936 | # CONFIG_SCSI_IPR is not set 937 | # CONFIG_SCSI_QLOGIC_1280 is not set 938 | # CONFIG_SCSI_QLA_FC is not set 939 | # CONFIG_SCSI_QLA_ISCSI is not set 940 | # CONFIG_SCSI_LPFC is not set 941 | # CONFIG_SCSI_DC395x is not set 942 | # CONFIG_SCSI_DC390T is not set 943 | # CONFIG_SCSI_NSP32 is not set 944 | # CONFIG_SCSI_DEBUG is not set 945 | # CONFIG_SCSI_PMCRAID is not set 946 | # CONFIG_SCSI_PM8001 is not set 947 | # CONFIG_SCSI_SRP is not set 948 | # CONFIG_SCSI_BFA_FC is not set 949 | # CONFIG_SCSI_DH is not set 950 | # CONFIG_SCSI_OSD_INITIATOR is not set 951 | CONFIG_ATA=m 952 | # CONFIG_ATA_NONSTANDARD is not set 953 | CONFIG_ATA_VERBOSE_ERROR=y 954 | CONFIG_SATA_PMP=y 955 | 956 | # 957 | # Controllers with non-SFF native interface 958 | # 959 | # CONFIG_SATA_AHCI is not set 960 | # CONFIG_SATA_AHCI_PLATFORM is not set 961 | # CONFIG_SATA_INIC162X is not set 962 | # CONFIG_SATA_ACARD_AHCI is not set 963 | # CONFIG_SATA_SIL24 is not set 964 | CONFIG_ATA_SFF=y 965 | 966 | # 967 | # SFF controllers with custom DMA interface 968 | # 969 | # CONFIG_PDC_ADMA is not set 970 | # CONFIG_SATA_QSTOR is not set 971 | # CONFIG_SATA_SX4 is not set 972 | CONFIG_ATA_BMDMA=y 973 | 974 | # 975 | # SATA SFF controllers with BMDMA 976 | # 977 | # CONFIG_ATA_PIIX is not set 978 | # CONFIG_SATA_MV is not set 979 | # CONFIG_SATA_NV is not set 980 | # CONFIG_SATA_PROMISE is not set 981 | # CONFIG_SATA_SIL is not set 982 | # CONFIG_SATA_SIS is not set 983 | # CONFIG_SATA_SVW is not set 984 | # CONFIG_SATA_ULI is not set 985 | # CONFIG_SATA_VIA is not set 986 | # CONFIG_SATA_VITESSE is not set 987 | 988 | # 989 | # PATA SFF controllers with BMDMA 990 | # 991 | # CONFIG_PATA_ALI is not set 992 | # CONFIG_PATA_AMD is not set 993 | # CONFIG_PATA_ARTOP is not set 994 | # CONFIG_PATA_ATIIXP is not set 995 | # CONFIG_PATA_ATP867X is not set 996 | # CONFIG_PATA_CMD64X is not set 997 | # CONFIG_PATA_CS5520 is not set 998 | # CONFIG_PATA_CS5530 is not set 999 | # CONFIG_PATA_CS5536 is not set 1000 | # CONFIG_PATA_CYPRESS is not set 1001 | # CONFIG_PATA_EFAR is not set 1002 | # CONFIG_PATA_HPT366 is not set 1003 | # CONFIG_PATA_HPT37X is not set 1004 | # CONFIG_PATA_HPT3X2N is not set 1005 | # CONFIG_PATA_HPT3X3 is not set 1006 | # CONFIG_PATA_IT8213 is not set 1007 | # CONFIG_PATA_IT821X is not set 1008 | # CONFIG_PATA_JMICRON is not set 1009 | # CONFIG_PATA_MARVELL is not set 1010 | # CONFIG_PATA_NETCELL is not set 1011 | # CONFIG_PATA_NINJA32 is not set 1012 | # CONFIG_PATA_NS87415 is not set 1013 | # CONFIG_PATA_OLDPIIX is not set 1014 | # CONFIG_PATA_OPTIDMA is not set 1015 | # CONFIG_PATA_PDC2027X is not set 1016 | # CONFIG_PATA_PDC_OLD is not set 1017 | # CONFIG_PATA_RADISYS is not set 1018 | # CONFIG_PATA_RDC is not set 1019 | # CONFIG_PATA_SC1200 is not set 1020 | # CONFIG_PATA_SCH is not set 1021 | # CONFIG_PATA_SERVERWORKS is not set 1022 | # CONFIG_PATA_SIL680 is not set 1023 | # CONFIG_PATA_SIS is not set 1024 | # CONFIG_PATA_TOSHIBA is not set 1025 | # CONFIG_PATA_TRIFLEX is not set 1026 | # CONFIG_PATA_VIA is not set 1027 | # CONFIG_PATA_WINBOND is not set 1028 | 1029 | # 1030 | # PIO-only SFF controllers 1031 | # 1032 | # CONFIG_PATA_CMD640_PCI is not set 1033 | # CONFIG_PATA_MPIIX is not set 1034 | # CONFIG_PATA_NS87410 is not set 1035 | # CONFIG_PATA_OPTI is not set 1036 | # CONFIG_PATA_PLATFORM is not set 1037 | # CONFIG_PATA_RZ1000 is not set 1038 | CONFIG_PATA_RB500=m 1039 | CONFIG_PATA_RB100=m 1040 | 1041 | # 1042 | # Generic fallback / legacy drivers 1043 | # 1044 | # CONFIG_ATA_GENERIC is not set 1045 | # CONFIG_PATA_LEGACY is not set 1046 | # CONFIG_MD is not set 1047 | # CONFIG_TARGET_CORE is not set 1048 | # CONFIG_FUSION is not set 1049 | 1050 | # 1051 | # IEEE 1394 (FireWire) support 1052 | # 1053 | # CONFIG_FIREWIRE is not set 1054 | # CONFIG_FIREWIRE_NOSY is not set 1055 | # CONFIG_I2O is not set 1056 | CONFIG_NETDEVICES=y 1057 | CONFIG_NET_CORE=y 1058 | CONFIG_BONDING=m 1059 | CONFIG_DUMMY=m 1060 | # CONFIG_EQUALIZER is not set 1061 | # CONFIG_NET_FC is not set 1062 | CONFIG_MII=y 1063 | # CONFIG_NET_TEAM is not set 1064 | # CONFIG_MACVLAN is not set 1065 | # CONFIG_NETCONSOLE is not set 1066 | # CONFIG_NETPOLL is not set 1067 | # CONFIG_NET_POLL_CONTROLLER is not set 1068 | # CONFIG_TUN is not set 1069 | # CONFIG_VETH is not set 1070 | # CONFIG_ARCNET is not set 1071 | 1072 | # 1073 | # CAIF transport drivers 1074 | # 1075 | CONFIG_ETHERNET=y 1076 | # CONFIG_NET_VENDOR_3COM is not set 1077 | CONFIG_NET_VENDOR_ADAPTEC=y 1078 | # CONFIG_ADAPTEC_STARFIRE is not set 1079 | CONFIG_NET_VENDOR_ALTEON=y 1080 | # CONFIG_ACENIC is not set 1081 | CONFIG_NET_VENDOR_AMD=y 1082 | # CONFIG_AMD8111_ETH is not set 1083 | # CONFIG_PCNET32 is not set 1084 | CONFIG_NET_VENDOR_ATHEROS=y 1085 | # CONFIG_ATL2 is not set 1086 | # CONFIG_ATL1 is not set 1087 | # CONFIG_ATL1E is not set 1088 | # CONFIG_ATL1C is not set 1089 | CONFIG_NET_VENDOR_BROADCOM=y 1090 | # CONFIG_B44 is not set 1091 | # CONFIG_BNX2 is not set 1092 | # CONFIG_CNIC is not set 1093 | # CONFIG_TIGON3 is not set 1094 | # CONFIG_BNX2X is not set 1095 | CONFIG_NET_VENDOR_BROCADE=y 1096 | # CONFIG_BNA is not set 1097 | # CONFIG_NET_CALXEDA_XGMAC is not set 1098 | CONFIG_NET_VENDOR_CHELSIO=y 1099 | # CONFIG_CHELSIO_T1 is not set 1100 | # CONFIG_CHELSIO_T3 is not set 1101 | # CONFIG_CHELSIO_T4 is not set 1102 | # CONFIG_CHELSIO_T4VF is not set 1103 | CONFIG_NET_VENDOR_CISCO=y 1104 | # CONFIG_ENIC is not set 1105 | # CONFIG_DM9000 is not set 1106 | # CONFIG_DNET is not set 1107 | CONFIG_NET_VENDOR_DEC=y 1108 | # CONFIG_NET_TULIP is not set 1109 | CONFIG_NET_VENDOR_DLINK=y 1110 | # CONFIG_DL2K is not set 1111 | # CONFIG_SUNDANCE is not set 1112 | CONFIG_NET_VENDOR_EMULEX=y 1113 | # CONFIG_BE2NET is not set 1114 | CONFIG_NET_VENDOR_EXAR=y 1115 | # CONFIG_S2IO is not set 1116 | # CONFIG_VXGE is not set 1117 | CONFIG_NET_VENDOR_HP=y 1118 | # CONFIG_HP100 is not set 1119 | CONFIG_NET_VENDOR_INTEL=y 1120 | CONFIG_E100=m 1121 | # CONFIG_E1000 is not set 1122 | # CONFIG_E1000E is not set 1123 | # CONFIG_IGB is not set 1124 | # CONFIG_IGBVF is not set 1125 | # CONFIG_IXGB is not set 1126 | # CONFIG_IXGBE is not set 1127 | CONFIG_NET_VENDOR_I825XX=y 1128 | # CONFIG_IP1000 is not set 1129 | # CONFIG_JME is not set 1130 | CONFIG_RBKORINA=y 1131 | CONFIG_ADM5120_ETH=y 1132 | CONFIG_CRETHER=y 1133 | # CONFIG_MT_VETH is not set 1134 | CONFIG_NET_VENDOR_MARVELL=y 1135 | # CONFIG_SKGE is not set 1136 | # CONFIG_SKY2 is not set 1137 | CONFIG_NET_VENDOR_MELLANOX=y 1138 | # CONFIG_MLX4_EN is not set 1139 | # CONFIG_MLX4_CORE is not set 1140 | CONFIG_NET_VENDOR_MICREL=y 1141 | # CONFIG_KS8851_MLL is not set 1142 | # CONFIG_KSZ884X_PCI is not set 1143 | CONFIG_NET_VENDOR_MYRI=y 1144 | # CONFIG_MYRI10GE is not set 1145 | # CONFIG_FEALNX is not set 1146 | CONFIG_NET_VENDOR_NATSEMI=y 1147 | # CONFIG_NATSEMI is not set 1148 | # CONFIG_NS83820 is not set 1149 | CONFIG_NET_VENDOR_8390=y 1150 | # CONFIG_AX88796 is not set 1151 | # CONFIG_NE2K_PCI is not set 1152 | CONFIG_NET_VENDOR_NVIDIA=y 1153 | # CONFIG_FORCEDETH is not set 1154 | CONFIG_NET_VENDOR_OKI=y 1155 | # CONFIG_PCH_GBE is not set 1156 | # CONFIG_ETHOC is not set 1157 | CONFIG_NET_PACKET_ENGINE=y 1158 | # CONFIG_HAMACHI is not set 1159 | # CONFIG_YELLOWFIN is not set 1160 | CONFIG_NET_VENDOR_QLOGIC=y 1161 | # CONFIG_QLA3XXX is not set 1162 | # CONFIG_QLCNIC is not set 1163 | # CONFIG_QLGE is not set 1164 | # CONFIG_NETXEN_NIC is not set 1165 | CONFIG_NET_VENDOR_REALTEK=y 1166 | # CONFIG_8139CP is not set 1167 | # CONFIG_8139TOO is not set 1168 | # CONFIG_R8169 is not set 1169 | CONFIG_NET_VENDOR_RDC=y 1170 | # CONFIG_R6040 is not set 1171 | CONFIG_NET_VENDOR_SEEQ=y 1172 | # CONFIG_SEEQ8005 is not set 1173 | CONFIG_NET_VENDOR_SILAN=y 1174 | # CONFIG_SC92031 is not set 1175 | CONFIG_NET_VENDOR_SIS=y 1176 | # CONFIG_SIS900 is not set 1177 | # CONFIG_SIS190 is not set 1178 | # CONFIG_SFC is not set 1179 | CONFIG_NET_VENDOR_SMSC=y 1180 | # CONFIG_SMC91X is not set 1181 | # CONFIG_EPIC100 is not set 1182 | # CONFIG_SMSC911X is not set 1183 | # CONFIG_SMSC9420 is not set 1184 | CONFIG_NET_VENDOR_STMICRO=y 1185 | # CONFIG_STMMAC_ETH is not set 1186 | CONFIG_NET_VENDOR_SUN=y 1187 | # CONFIG_HAPPYMEAL is not set 1188 | # CONFIG_SUNGEM is not set 1189 | # CONFIG_CASSINI is not set 1190 | # CONFIG_NIU is not set 1191 | CONFIG_NET_VENDOR_TEHUTI=y 1192 | # CONFIG_TEHUTI is not set 1193 | CONFIG_NET_VENDOR_TI=y 1194 | # CONFIG_TLAN is not set 1195 | CONFIG_NET_VENDOR_TOSHIBA=y 1196 | # CONFIG_TC35815 is not set 1197 | CONFIG_NET_VENDOR_VIA=y 1198 | CONFIG_VIA_RHINE=m 1199 | # CONFIG_VIA_RHINE_MMIO is not set 1200 | # CONFIG_VIA_VELOCITY is not set 1201 | # CONFIG_FDDI is not set 1202 | # CONFIG_HIPPI is not set 1203 | # CONFIG_PHYLIB is not set 1204 | CONFIG_PPP=m 1205 | # CONFIG_PPP_BSDCOMP is not set 1206 | CONFIG_PPP_DEFLATE=m 1207 | # CONFIG_PPP_FILTER is not set 1208 | CONFIG_PPP_MPPE=m 1209 | CONFIG_PPP_MULTILINK=y 1210 | CONFIG_PPPOE=m 1211 | CONFIG_PPP_ASYNC=m 1212 | CONFIG_PPP_SYNC_TTY=m 1213 | # CONFIG_SLIP is not set 1214 | CONFIG_SLHC=m 1215 | # CONFIG_TR is not set 1216 | # CONFIG_WLAN is not set 1217 | 1218 | # 1219 | # Enable WiMAX (Networking options) to see the WiMAX drivers 1220 | # 1221 | # CONFIG_WAN is not set 1222 | # CONFIG_VMXNET3 is not set 1223 | # CONFIG_ISDN is not set 1224 | # CONFIG_PHONE is not set 1225 | 1226 | # 1227 | # Input device support 1228 | # 1229 | CONFIG_INPUT=y 1230 | # CONFIG_INPUT_FF_MEMLESS is not set 1231 | # CONFIG_INPUT_POLLDEV is not set 1232 | # CONFIG_INPUT_SPARSEKMAP is not set 1233 | 1234 | # 1235 | # Userland interfaces 1236 | # 1237 | # CONFIG_INPUT_MOUSEDEV is not set 1238 | # CONFIG_INPUT_JOYDEV is not set 1239 | # CONFIG_INPUT_EVDEV is not set 1240 | # CONFIG_INPUT_EVBUG is not set 1241 | 1242 | # 1243 | # Input Device Drivers 1244 | # 1245 | # CONFIG_INPUT_KEYBOARD is not set 1246 | # CONFIG_INPUT_MOUSE is not set 1247 | # CONFIG_INPUT_JOYSTICK is not set 1248 | # CONFIG_INPUT_TABLET is not set 1249 | # CONFIG_INPUT_TOUCHSCREEN is not set 1250 | # CONFIG_INPUT_MISC is not set 1251 | 1252 | # 1253 | # Hardware I/O ports 1254 | # 1255 | # CONFIG_SERIO is not set 1256 | # CONFIG_GAMEPORT is not set 1257 | 1258 | # 1259 | # Character devices 1260 | # 1261 | # CONFIG_VT is not set 1262 | CONFIG_UNIX98_PTYS=y 1263 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1264 | # CONFIG_LEGACY_PTYS is not set 1265 | # CONFIG_SERIAL_NONSTANDARD is not set 1266 | # CONFIG_NOZOMI is not set 1267 | # CONFIG_N_GSM is not set 1268 | # CONFIG_TRACE_SINK is not set 1269 | # CONFIG_DEVKMEM is not set 1270 | 1271 | # 1272 | # Serial drivers 1273 | # 1274 | CONFIG_SERIAL_8250=y 1275 | CONFIG_SERIAL_8250_CONSOLE=y 1276 | CONFIG_SERIAL_8250_PCI=y 1277 | CONFIG_SERIAL_8250_NR_UARTS=1 1278 | CONFIG_SERIAL_8250_RUNTIME_UARTS=1 1279 | # CONFIG_SERIAL_8250_EXTENDED is not set 1280 | 1281 | # 1282 | # Non-8250 serial port support 1283 | # 1284 | CONFIG_SERIAL_ADM5120=y 1285 | # CONFIG_SERIAL_AR9330 is not set 1286 | # CONFIG_SERIAL_MFD_HSU is not set 1287 | CONFIG_SERIAL_CORE=y 1288 | CONFIG_SERIAL_CORE_CONSOLE=y 1289 | # CONFIG_SERIAL_JSM is not set 1290 | # CONFIG_SERIAL_TIMBERDALE is not set 1291 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set 1292 | # CONFIG_SERIAL_ALTERA_UART is not set 1293 | # CONFIG_SERIAL_PCH_UART is not set 1294 | # CONFIG_SERIAL_XILINX_PS_UART is not set 1295 | # CONFIG_TTY_PRINTK is not set 1296 | CONFIG_HVC_DRIVER=y 1297 | CONFIG_HVC_IRQ=y 1298 | CONFIG_HVC_META=y 1299 | # CONFIG_IPMI_HANDLER is not set 1300 | CONFIG_HW_RANDOM=y 1301 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set 1302 | # CONFIG_R3964 is not set 1303 | # CONFIG_APPLICOM is not set 1304 | # CONFIG_RAW_DRIVER is not set 1305 | # CONFIG_TCG_TPM is not set 1306 | CONFIG_DEVPORT=y 1307 | # CONFIG_RAMOOPS is not set 1308 | # CONFIG_I2C is not set 1309 | # CONFIG_SPI is not set 1310 | 1311 | # 1312 | # PPS support 1313 | # 1314 | # CONFIG_PPS is not set 1315 | 1316 | # 1317 | # PPS generators support 1318 | # 1319 | 1320 | # 1321 | # PTP clock support 1322 | # 1323 | 1324 | # 1325 | # Enable Device Drivers -> PPS to see the PTP clock options. 1326 | # 1327 | CONFIG_ARCH_REQUIRE_GPIOLIB=y 1328 | CONFIG_GPIOLIB=y 1329 | # CONFIG_DEBUG_GPIO is not set 1330 | # CONFIG_GPIO_SYSFS is not set 1331 | 1332 | # 1333 | # Memory mapped GPIO drivers: 1334 | # 1335 | # CONFIG_GPIO_GENERIC_PLATFORM is not set 1336 | # CONFIG_GPIO_VX855 is not set 1337 | 1338 | # 1339 | # I2C GPIO expanders: 1340 | # 1341 | 1342 | # 1343 | # PCI GPIO expanders: 1344 | # 1345 | # CONFIG_GPIO_BT8XX is not set 1346 | # CONFIG_GPIO_ML_IOH is not set 1347 | # CONFIG_GPIO_RDC321X is not set 1348 | 1349 | # 1350 | # SPI GPIO expanders: 1351 | # 1352 | 1353 | # 1354 | # AC97 GPIO expanders: 1355 | # 1356 | 1357 | # 1358 | # MODULbus GPIO expanders: 1359 | # 1360 | # CONFIG_W1 is not set 1361 | # CONFIG_POWER_SUPPLY is not set 1362 | CONFIG_HWMON=y 1363 | # CONFIG_HWMON_VID is not set 1364 | # CONFIG_HWMON_DEBUG_CHIP is not set 1365 | 1366 | # 1367 | # Native drivers 1368 | # 1369 | # CONFIG_SENSORS_I5K_AMB is not set 1370 | # CONFIG_SENSORS_F71805F is not set 1371 | # CONFIG_SENSORS_F71882FG is not set 1372 | # CONFIG_SENSORS_GPIO_FAN is not set 1373 | # CONFIG_SENSORS_IT87 is not set 1374 | # CONFIG_SENSORS_NTC_THERMISTOR is not set 1375 | # CONFIG_SENSORS_PC87360 is not set 1376 | # CONFIG_SENSORS_PC87427 is not set 1377 | # CONFIG_SENSORS_SHT15 is not set 1378 | # CONFIG_SENSORS_SIS5595 is not set 1379 | # CONFIG_SENSORS_SMSC47M1 is not set 1380 | # CONFIG_SENSORS_SMSC47B397 is not set 1381 | # CONFIG_SENSORS_SCH56XX_COMMON is not set 1382 | # CONFIG_SENSORS_SCH5627 is not set 1383 | # CONFIG_SENSORS_SCH5636 is not set 1384 | # CONFIG_SENSORS_VIA686A is not set 1385 | # CONFIG_SENSORS_VT1211 is not set 1386 | # CONFIG_SENSORS_VT8231 is not set 1387 | # CONFIG_SENSORS_W83627HF is not set 1388 | # CONFIG_SENSORS_W83627EHF is not set 1389 | # CONFIG_THERMAL is not set 1390 | CONFIG_WATCHDOG=y 1391 | # CONFIG_WATCHDOG_CORE is not set 1392 | # CONFIG_WATCHDOG_NOWAYOUT is not set 1393 | 1394 | # 1395 | # Watchdog Device Drivers 1396 | # 1397 | CONFIG_SOFT_WATCHDOG=m 1398 | # CONFIG_ALIM7101_WDT is not set 1399 | 1400 | # 1401 | # PCI-based Watchdog Cards 1402 | # 1403 | # CONFIG_PCIPCWATCHDOG is not set 1404 | # CONFIG_WDTPCI is not set 1405 | CONFIG_SSB_POSSIBLE=y 1406 | 1407 | # 1408 | # Sonics Silicon Backplane 1409 | # 1410 | # CONFIG_SSB is not set 1411 | CONFIG_BCMA_POSSIBLE=y 1412 | 1413 | # 1414 | # Broadcom specific AMBA 1415 | # 1416 | # CONFIG_BCMA is not set 1417 | 1418 | # 1419 | # Multifunction device drivers 1420 | # 1421 | # CONFIG_MFD_CORE is not set 1422 | # CONFIG_MFD_SM501 is not set 1423 | # CONFIG_HTC_PASIC3 is not set 1424 | # CONFIG_MFD_TMIO is not set 1425 | # CONFIG_ABX500_CORE is not set 1426 | # CONFIG_MFD_TIMBERDALE is not set 1427 | # CONFIG_LPC_SCH is not set 1428 | # CONFIG_MFD_RDC321X is not set 1429 | # CONFIG_MFD_JANZ_CMODIO is not set 1430 | # CONFIG_MFD_VX855 is not set 1431 | # CONFIG_REGULATOR is not set 1432 | # CONFIG_MEDIA_SUPPORT is not set 1433 | 1434 | # 1435 | # Graphics support 1436 | # 1437 | # CONFIG_VGA_ARB is not set 1438 | # CONFIG_DRM is not set 1439 | # CONFIG_STUB_POULSBO is not set 1440 | # CONFIG_VGASTATE is not set 1441 | CONFIG_VIDEO_OUTPUT_CONTROL=m 1442 | # CONFIG_FB is not set 1443 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1444 | # CONFIG_SOUND is not set 1445 | CONFIG_HID_SUPPORT=y 1446 | # CONFIG_HID is not set 1447 | # CONFIG_HID_PID is not set 1448 | CONFIG_USB_SUPPORT=y 1449 | CONFIG_USB_ARCH_HAS_HCD=y 1450 | CONFIG_USB_ARCH_HAS_OHCI=y 1451 | CONFIG_USB_ARCH_HAS_EHCI=y 1452 | CONFIG_USB_ARCH_HAS_XHCI=y 1453 | # CONFIG_USB is not set 1454 | # CONFIG_USB_OTG_WHITELIST is not set 1455 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1456 | 1457 | # 1458 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may 1459 | # 1460 | # CONFIG_USB_GADGET is not set 1461 | 1462 | # 1463 | # OTG and related infrastructure 1464 | # 1465 | # CONFIG_UWB is not set 1466 | # CONFIG_MMC is not set 1467 | # CONFIG_MEMSTICK is not set 1468 | CONFIG_NEW_LEDS=y 1469 | CONFIG_LEDS_CLASS=y 1470 | 1471 | # 1472 | # LED drivers 1473 | # 1474 | # CONFIG_LEDS_GPIO is not set 1475 | # CONFIG_LEDS_RB400 is not set 1476 | CONFIG_LEDS_RB_MIPSEL=y 1477 | # CONFIG_LEDS_LT3593 is not set 1478 | # CONFIG_LEDS_OT200 is not set 1479 | CONFIG_LEDS_TRIGGERS=y 1480 | 1481 | # 1482 | # LED Triggers 1483 | # 1484 | # CONFIG_LEDS_TRIGGER_TIMER is not set 1485 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y 1486 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set 1487 | # CONFIG_LEDS_TRIGGER_GPIO is not set 1488 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set 1489 | 1490 | # 1491 | # iptables trigger is under Netfilter config (LED target) 1492 | # 1493 | # CONFIG_ACCESSIBILITY is not set 1494 | # CONFIG_INFINIBAND is not set 1495 | CONFIG_RTC_LIB=y 1496 | # CONFIG_RTC_CLASS is not set 1497 | # CONFIG_DMADEVICES is not set 1498 | # CONFIG_AUXDISPLAY is not set 1499 | # CONFIG_UIO is not set 1500 | 1501 | # 1502 | # Virtio drivers 1503 | # 1504 | # CONFIG_VIRTIO_PCI is not set 1505 | # CONFIG_VIRTIO_BALLOON is not set 1506 | # CONFIG_VIRTIO_MMIO is not set 1507 | 1508 | # 1509 | # Microsoft Hyper-V guest support 1510 | # 1511 | # CONFIG_STAGING is not set 1512 | 1513 | # 1514 | # SOC (System On Chip) specific Drivers 1515 | # 1516 | 1517 | # 1518 | # Hardware Spinlock drivers 1519 | # 1520 | # CONFIG_IOMMU_SUPPORT is not set 1521 | # CONFIG_VIRT_DRIVERS is not set 1522 | # CONFIG_PM_DEVFREQ is not set 1523 | 1524 | # 1525 | # File systems 1526 | # 1527 | # CONFIG_EXT2_FS is not set 1528 | CONFIG_EXT3_FS=m 1529 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set 1530 | # CONFIG_EXT3_FS_XATTR is not set 1531 | # CONFIG_EXT4_FS is not set 1532 | CONFIG_JBD=m 1533 | # CONFIG_REISERFS_FS is not set 1534 | # CONFIG_JFS_FS is not set 1535 | # CONFIG_XFS_FS is not set 1536 | # CONFIG_BTRFS_FS is not set 1537 | # CONFIG_NILFS2_FS is not set 1538 | # CONFIG_FS_POSIX_ACL is not set 1539 | CONFIG_FILE_LOCKING=y 1540 | CONFIG_FSNOTIFY=y 1541 | CONFIG_DNOTIFY=y 1542 | CONFIG_INOTIFY_USER=y 1543 | # CONFIG_FANOTIFY is not set 1544 | # CONFIG_QUOTA is not set 1545 | # CONFIG_QUOTACTL is not set 1546 | # CONFIG_AUTOFS4_FS is not set 1547 | # CONFIG_FUSE_FS is not set 1548 | 1549 | # 1550 | # Caches 1551 | # 1552 | # CONFIG_FSCACHE is not set 1553 | 1554 | # 1555 | # CD-ROM/DVD Filesystems 1556 | # 1557 | # CONFIG_ISO9660_FS is not set 1558 | # CONFIG_UDF_FS is not set 1559 | 1560 | # 1561 | # DOS/FAT/NT Filesystems 1562 | # 1563 | CONFIG_FAT_FS=m 1564 | # CONFIG_MSDOS_FS is not set 1565 | CONFIG_VFAT_FS=m 1566 | CONFIG_FAT_DEFAULT_CODEPAGE=437 1567 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 1568 | # CONFIG_NTFS_FS is not set 1569 | 1570 | # 1571 | # Pseudo filesystems 1572 | # 1573 | CONFIG_PROC_FS=y 1574 | # CONFIG_PROC_KCORE is not set 1575 | CONFIG_PROC_SYSCTL=y 1576 | CONFIG_PROC_PAGE_MONITOR=y 1577 | CONFIG_SYSFS=y 1578 | CONFIG_TMPFS=y 1579 | # CONFIG_TMPFS_POSIX_ACL is not set 1580 | # CONFIG_TMPFS_XATTR is not set 1581 | # CONFIG_HUGETLB_PAGE is not set 1582 | # CONFIG_CONFIGFS_FS is not set 1583 | CONFIG_MISC_FILESYSTEMS=y 1584 | # CONFIG_ADFS_FS is not set 1585 | # CONFIG_AFFS_FS is not set 1586 | # CONFIG_HFS_FS is not set 1587 | # CONFIG_HFSPLUS_FS is not set 1588 | # CONFIG_BEFS_FS is not set 1589 | # CONFIG_BFS_FS is not set 1590 | # CONFIG_EFS_FS is not set 1591 | # CONFIG_JFFS2_FS is not set 1592 | # CONFIG_LOGFS is not set 1593 | # CONFIG_CRAMFS is not set 1594 | CONFIG_SQUASHFS=y 1595 | # CONFIG_SQUASHFS_XATTR is not set 1596 | # CONFIG_SQUASHFS_ZLIB is not set 1597 | # CONFIG_SQUASHFS_LZO is not set 1598 | CONFIG_SQUASHFS_XZ=y 1599 | CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y 1600 | CONFIG_SQUASHFS_EMBEDDED=y 1601 | CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=1 1602 | # CONFIG_VXFS_FS is not set 1603 | # CONFIG_MINIX_FS is not set 1604 | # CONFIG_MINIX_FS_NATIVE_ENDIAN is not set 1605 | # CONFIG_OMFS_FS is not set 1606 | # CONFIG_HPFS_FS is not set 1607 | # CONFIG_QNX4FS_FS is not set 1608 | # CONFIG_ROMFS_FS is not set 1609 | # CONFIG_PSTORE is not set 1610 | # CONFIG_SYSV_FS is not set 1611 | # CONFIG_UFS_FS is not set 1612 | CONFIG_YAFFS_FS=y 1613 | CONFIG_YAFFS_YAFFS1=y 1614 | # CONFIG_YAFFS_DOES_ECC is not set 1615 | CONFIG_YAFFS_YAFFS2=y 1616 | CONFIG_YAFFS_AUTO_YAFFS2=y 1617 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set 1618 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set 1619 | CONFIG_YAFFS_DISABLE_CHUNK_ERASED_CHECK=y 1620 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y 1621 | # CONFIG_META_FS is not set 1622 | CONFIG_NETWORK_FILESYSTEMS=y 1623 | # CONFIG_NFS_FS is not set 1624 | # CONFIG_NFSD is not set 1625 | # CONFIG_CEPH_FS is not set 1626 | # CONFIG_CIFS is not set 1627 | # CONFIG_NCP_FS is not set 1628 | # CONFIG_CODA_FS is not set 1629 | # CONFIG_AFS_FS is not set 1630 | CONFIG_NLS=m 1631 | CONFIG_NLS_DEFAULT="iso8859-1" 1632 | CONFIG_NLS_CODEPAGE_437=m 1633 | # CONFIG_NLS_CODEPAGE_737 is not set 1634 | # CONFIG_NLS_CODEPAGE_775 is not set 1635 | # CONFIG_NLS_CODEPAGE_850 is not set 1636 | # CONFIG_NLS_CODEPAGE_852 is not set 1637 | # CONFIG_NLS_CODEPAGE_855 is not set 1638 | # CONFIG_NLS_CODEPAGE_857 is not set 1639 | # CONFIG_NLS_CODEPAGE_860 is not set 1640 | # CONFIG_NLS_CODEPAGE_861 is not set 1641 | # CONFIG_NLS_CODEPAGE_862 is not set 1642 | # CONFIG_NLS_CODEPAGE_863 is not set 1643 | # CONFIG_NLS_CODEPAGE_864 is not set 1644 | # CONFIG_NLS_CODEPAGE_865 is not set 1645 | # CONFIG_NLS_CODEPAGE_866 is not set 1646 | # CONFIG_NLS_CODEPAGE_869 is not set 1647 | # CONFIG_NLS_CODEPAGE_936 is not set 1648 | # CONFIG_NLS_CODEPAGE_950 is not set 1649 | # CONFIG_NLS_CODEPAGE_932 is not set 1650 | # CONFIG_NLS_CODEPAGE_949 is not set 1651 | # CONFIG_NLS_CODEPAGE_874 is not set 1652 | # CONFIG_NLS_ISO8859_8 is not set 1653 | # CONFIG_NLS_CODEPAGE_1250 is not set 1654 | # CONFIG_NLS_CODEPAGE_1251 is not set 1655 | # CONFIG_NLS_ASCII is not set 1656 | CONFIG_NLS_ISO8859_1=m 1657 | # CONFIG_NLS_ISO8859_2 is not set 1658 | # CONFIG_NLS_ISO8859_3 is not set 1659 | # CONFIG_NLS_ISO8859_4 is not set 1660 | # CONFIG_NLS_ISO8859_5 is not set 1661 | # CONFIG_NLS_ISO8859_6 is not set 1662 | # CONFIG_NLS_ISO8859_7 is not set 1663 | # CONFIG_NLS_ISO8859_9 is not set 1664 | # CONFIG_NLS_ISO8859_13 is not set 1665 | # CONFIG_NLS_ISO8859_14 is not set 1666 | # CONFIG_NLS_ISO8859_15 is not set 1667 | # CONFIG_NLS_KOI8_R is not set 1668 | # CONFIG_NLS_KOI8_U is not set 1669 | # CONFIG_NLS_UTF8 is not set 1670 | 1671 | # 1672 | # Kernel hacking 1673 | # 1674 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y 1675 | # CONFIG_PRINTK_TIME is not set 1676 | CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 1677 | CONFIG_ENABLE_WARN_DEPRECATED=y 1678 | CONFIG_ENABLE_MUST_CHECK=y 1679 | CONFIG_FRAME_WARN=1024 1680 | # CONFIG_MAGIC_SYSRQ is not set 1681 | # CONFIG_STRIP_ASM_SYMS is not set 1682 | # CONFIG_UNUSED_SYMBOLS is not set 1683 | # CONFIG_DEBUG_FS is not set 1684 | # CONFIG_HEADERS_CHECK is not set 1685 | # CONFIG_DEBUG_SECTION_MISMATCH is not set 1686 | CONFIG_DEBUG_KERNEL=y 1687 | # CONFIG_DEBUG_SHIRQ is not set 1688 | CONFIG_LOCKUP_DETECTOR=y 1689 | # CONFIG_HARDLOCKUP_DETECTOR is not set 1690 | CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y 1691 | CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1 1692 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y 1693 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1 1694 | CONFIG_DETECT_HUNG_TASK=y 1695 | CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 1696 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y 1697 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1 1698 | # CONFIG_SCHED_DEBUG is not set 1699 | # CONFIG_SCHEDSTATS is not set 1700 | # CONFIG_TIMER_STATS is not set 1701 | # CONFIG_DEBUG_OBJECTS is not set 1702 | # CONFIG_SLUB_DEBUG_ON is not set 1703 | # CONFIG_SLUB_STATS is not set 1704 | # CONFIG_DEBUG_KMEMLEAK is not set 1705 | # CONFIG_DEBUG_RT_MUTEXES is not set 1706 | # CONFIG_RT_MUTEX_TESTER is not set 1707 | # CONFIG_DEBUG_SPINLOCK is not set 1708 | # CONFIG_DEBUG_MUTEXES is not set 1709 | # CONFIG_DEBUG_LOCK_ALLOC is not set 1710 | # CONFIG_PROVE_LOCKING is not set 1711 | # CONFIG_SPARSE_RCU_POINTER is not set 1712 | # CONFIG_LOCK_STAT is not set 1713 | # CONFIG_DEBUG_ATOMIC_SLEEP is not set 1714 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1715 | CONFIG_STACKTRACE=y 1716 | # CONFIG_DEBUG_STACK_USAGE is not set 1717 | # CONFIG_DEBUG_KOBJECT is not set 1718 | # CONFIG_DEBUG_INFO is not set 1719 | # CONFIG_DEBUG_VM is not set 1720 | # CONFIG_DEBUG_WRITECOUNT is not set 1721 | # CONFIG_DEBUG_MEMORY_INIT is not set 1722 | # CONFIG_DEBUG_LIST is not set 1723 | # CONFIG_TEST_LIST_SORT is not set 1724 | # CONFIG_DEBUG_SG is not set 1725 | # CONFIG_DEBUG_NOTIFIERS is not set 1726 | # CONFIG_DEBUG_CREDENTIALS is not set 1727 | # CONFIG_BOOT_PRINTK_DELAY is not set 1728 | # CONFIG_RCU_TORTURE_TEST is not set 1729 | # CONFIG_BACKTRACE_SELF_TEST is not set 1730 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1731 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1732 | # CONFIG_FAULT_INJECTION is not set 1733 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1734 | # CONFIG_DEBUG_PAGEALLOC is not set 1735 | CONFIG_HAVE_FUNCTION_TRACER=y 1736 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1737 | CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y 1738 | CONFIG_HAVE_DYNAMIC_FTRACE=y 1739 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y 1740 | CONFIG_HAVE_C_RECORDMCOUNT=y 1741 | CONFIG_RING_BUFFER=y 1742 | CONFIG_RING_BUFFER_ALLOW_SWAP=y 1743 | CONFIG_TRACING_SUPPORT=y 1744 | # CONFIG_FTRACE is not set 1745 | # CONFIG_DMA_API_DEBUG is not set 1746 | # CONFIG_ATOMIC64_SELFTEST is not set 1747 | # CONFIG_SAMPLES is not set 1748 | CONFIG_HAVE_ARCH_KGDB=y 1749 | # CONFIG_KGDB is not set 1750 | # CONFIG_TEST_KSTRTOX is not set 1751 | # CONFIG_CMDLINE_BOOL is not set 1752 | CONFIG_DEBUG_STACKOVERFLOW=y 1753 | # CONFIG_RUNTIME_DEBUG is not set 1754 | 1755 | # 1756 | # Security options 1757 | # 1758 | # CONFIG_KEYS is not set 1759 | # CONFIG_SECURITY_DMESG_RESTRICT is not set 1760 | # CONFIG_SECURITY is not set 1761 | # CONFIG_SECURITYFS is not set 1762 | CONFIG_DEFAULT_SECURITY_DAC=y 1763 | CONFIG_DEFAULT_SECURITY="" 1764 | CONFIG_CRYPTO=y 1765 | 1766 | # 1767 | # Crypto core or helper 1768 | # 1769 | CONFIG_CRYPTO_ALGAPI=y 1770 | CONFIG_CRYPTO_ALGAPI2=y 1771 | CONFIG_CRYPTO_AEAD=y 1772 | CONFIG_CRYPTO_AEAD2=y 1773 | CONFIG_CRYPTO_BLKCIPHER=y 1774 | CONFIG_CRYPTO_BLKCIPHER2=y 1775 | CONFIG_CRYPTO_HASH=y 1776 | CONFIG_CRYPTO_HASH2=y 1777 | CONFIG_CRYPTO_RNG=m 1778 | CONFIG_CRYPTO_RNG2=y 1779 | CONFIG_CRYPTO_PCOMP2=y 1780 | CONFIG_CRYPTO_MANAGER=y 1781 | CONFIG_CRYPTO_MANAGER2=y 1782 | # CONFIG_CRYPTO_USER is not set 1783 | CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y 1784 | CONFIG_CRYPTO_GF128MUL=m 1785 | CONFIG_CRYPTO_NULL=m 1786 | CONFIG_CRYPTO_WORKQUEUE=y 1787 | # CONFIG_CRYPTO_CRYPTD is not set 1788 | CONFIG_CRYPTO_AUTHENC=y 1789 | # CONFIG_CRYPTO_TEST is not set 1790 | 1791 | # 1792 | # Authenticated Encryption with Associated Data 1793 | # 1794 | CONFIG_CRYPTO_CCM=m 1795 | CONFIG_CRYPTO_GCM=m 1796 | CONFIG_CRYPTO_SEQIV=m 1797 | 1798 | # 1799 | # Block modes 1800 | # 1801 | CONFIG_CRYPTO_CBC=y 1802 | CONFIG_CRYPTO_CTR=m 1803 | # CONFIG_CRYPTO_CTS is not set 1804 | CONFIG_CRYPTO_ECB=y 1805 | # CONFIG_CRYPTO_LRW is not set 1806 | CONFIG_CRYPTO_PCBC=m 1807 | # CONFIG_CRYPTO_XTS is not set 1808 | 1809 | # 1810 | # Hash modes 1811 | # 1812 | CONFIG_CRYPTO_HMAC=y 1813 | # CONFIG_CRYPTO_XCBC is not set 1814 | # CONFIG_CRYPTO_VMAC is not set 1815 | 1816 | # 1817 | # Digest 1818 | # 1819 | CONFIG_CRYPTO_CRC32C=y 1820 | CONFIG_CRYPTO_GHASH=m 1821 | # CONFIG_CRYPTO_MD4 is not set 1822 | CONFIG_CRYPTO_MD5=y 1823 | # CONFIG_CRYPTO_MICHAEL_MIC is not set 1824 | # CONFIG_CRYPTO_RMD128 is not set 1825 | # CONFIG_CRYPTO_RMD160 is not set 1826 | # CONFIG_CRYPTO_RMD256 is not set 1827 | # CONFIG_CRYPTO_RMD320 is not set 1828 | CONFIG_CRYPTO_SHA1=m 1829 | CONFIG_CRYPTO_SHA256=m 1830 | CONFIG_CRYPTO_SHA512=m 1831 | # CONFIG_CRYPTO_TGR192 is not set 1832 | # CONFIG_CRYPTO_WP512 is not set 1833 | 1834 | # 1835 | # Ciphers 1836 | # 1837 | CONFIG_CRYPTO_AES=m 1838 | # CONFIG_CRYPTO_ANUBIS is not set 1839 | CONFIG_CRYPTO_ARC4=m 1840 | CONFIG_CRYPTO_BLOWFISH=m 1841 | CONFIG_CRYPTO_BLOWFISH_COMMON=m 1842 | CONFIG_CRYPTO_CAMELLIA=m 1843 | # CONFIG_CRYPTO_CAST5 is not set 1844 | # CONFIG_CRYPTO_CAST6 is not set 1845 | CONFIG_CRYPTO_DES=m 1846 | # CONFIG_CRYPTO_FCRYPT is not set 1847 | # CONFIG_CRYPTO_KHAZAD is not set 1848 | # CONFIG_CRYPTO_SALSA20 is not set 1849 | # CONFIG_CRYPTO_SEED is not set 1850 | # CONFIG_CRYPTO_SERPENT is not set 1851 | # CONFIG_CRYPTO_TEA is not set 1852 | CONFIG_CRYPTO_TWOFISH=m 1853 | CONFIG_CRYPTO_TWOFISH_COMMON=m 1854 | 1855 | # 1856 | # Compression 1857 | # 1858 | CONFIG_CRYPTO_DEFLATE=m 1859 | # CONFIG_CRYPTO_ZLIB is not set 1860 | # CONFIG_CRYPTO_LZO is not set 1861 | 1862 | # 1863 | # Random Number Generation 1864 | # 1865 | CONFIG_CRYPTO_ANSI_CPRNG=m 1866 | # CONFIG_CRYPTO_USER_API_HASH is not set 1867 | # CONFIG_CRYPTO_USER_API_SKCIPHER is not set 1868 | # CONFIG_CRYPTO_HW is not set 1869 | # CONFIG_BINARY_PRINTF is not set 1870 | 1871 | # 1872 | # Library routines 1873 | # 1874 | CONFIG_BITREVERSE=y 1875 | CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y 1876 | CONFIG_GENERIC_PCI_IOMAP=y 1877 | CONFIG_CRC_CCITT=m 1878 | # CONFIG_CRC16 is not set 1879 | # CONFIG_CRC_T10DIF is not set 1880 | # CONFIG_CRC_ITU_T is not set 1881 | CONFIG_CRC32=y 1882 | # CONFIG_CRC7 is not set 1883 | CONFIG_LIBCRC32C=y 1884 | # CONFIG_CRC8 is not set 1885 | CONFIG_ZLIB_INFLATE=m 1886 | CONFIG_ZLIB_DEFLATE=m 1887 | CONFIG_XZ_DEC=y 1888 | CONFIG_XZ_DEC_X86=y 1889 | CONFIG_XZ_DEC_POWERPC=y 1890 | CONFIG_XZ_DEC_IA64=y 1891 | CONFIG_XZ_DEC_ARM=y 1892 | CONFIG_XZ_DEC_ARMTHUMB=y 1893 | CONFIG_XZ_DEC_SPARC=y 1894 | CONFIG_XZ_DEC_BCJ=y 1895 | # CONFIG_XZ_DEC_TEST is not set 1896 | CONFIG_DECOMPRESS_XZ=y 1897 | CONFIG_TEXTSEARCH=y 1898 | CONFIG_TEXTSEARCH_KMP=m 1899 | CONFIG_TEXTSEARCH_BM=m 1900 | CONFIG_TEXTSEARCH_FSM=m 1901 | CONFIG_HAS_IOMEM=y 1902 | CONFIG_HAS_IOPORT=y 1903 | CONFIG_HAS_DMA=y 1904 | CONFIG_DQL=y 1905 | CONFIG_NLATTR=y 1906 | CONFIG_GENERIC_ATOMIC64=y 1907 | # CONFIG_AVERAGE is not set 1908 | # CONFIG_CORDIC is not set 1909 | -------------------------------------------------------------------------------- /3_2_2017/configs/config.powerpc: -------------------------------------------------------------------------------- 1 | # 2 | # Automatically generated file; DO NOT EDIT. 3 | # Linux/powerpc 3.3.5 Kernel Configuration 4 | # 5 | # CONFIG_PPC64 is not set 6 | 7 | # 8 | # Processor support 9 | # 10 | CONFIG_PPC_BOOK3S_32=y 11 | # CONFIG_PPC_85xx is not set 12 | # CONFIG_PPC_8xx is not set 13 | # CONFIG_40x is not set 14 | # CONFIG_44x is not set 15 | # CONFIG_E200 is not set 16 | CONFIG_PPC_BOOK3S=y 17 | CONFIG_6xx=y 18 | CONFIG_PPC_FPU=y 19 | CONFIG_FSL_EMB_PERFMON=y 20 | # CONFIG_ALTIVEC is not set 21 | CONFIG_PPC_STD_MMU=y 22 | CONFIG_PPC_STD_MMU_32=y 23 | # CONFIG_PPC_MM_SLICES is not set 24 | CONFIG_PPC_HAVE_PMU_SUPPORT=y 25 | # CONFIG_SMP is not set 26 | CONFIG_PPC32=y 27 | CONFIG_32BIT=y 28 | CONFIG_WORD_SIZE=32 29 | # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set 30 | # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set 31 | CONFIG_MMU=y 32 | CONFIG_GENERIC_CMOS_UPDATE=y 33 | CONFIG_GENERIC_TIME_VSYSCALL=y 34 | CONFIG_GENERIC_CLOCKEVENTS=y 35 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set 36 | # CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK is not set 37 | CONFIG_NR_IRQS=512 38 | CONFIG_STACKTRACE_SUPPORT=y 39 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y 40 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y 41 | CONFIG_LOCKDEP_SUPPORT=y 42 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y 43 | CONFIG_ARCH_HAS_ILOG2_U32=y 44 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 45 | CONFIG_GENERIC_HWEIGHT=y 46 | CONFIG_GENERIC_GPIO=y 47 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set 48 | CONFIG_PPC=y 49 | CONFIG_EARLY_PRINTK=y 50 | CONFIG_GENERIC_NVRAM=y 51 | CONFIG_SCHED_OMIT_FRAME_POINTER=y 52 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y 53 | CONFIG_PPC_OF=y 54 | CONFIG_PPC_UDBG_16550=y 55 | # CONFIG_GENERIC_TBSYNC is not set 56 | CONFIG_AUDIT_ARCH=y 57 | CONFIG_GENERIC_BUG=y 58 | # CONFIG_EPAPR_BOOT is not set 59 | # CONFIG_DEFAULT_UIMAGE is not set 60 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y 61 | CONFIG_ARCH_SUSPEND_POSSIBLE=y 62 | # CONFIG_PPC_DCR_NATIVE is not set 63 | # CONFIG_PPC_DCR_MMIO is not set 64 | CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y 65 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 66 | CONFIG_HAVE_IRQ_WORK=y 67 | 68 | # 69 | # General setup 70 | # 71 | CONFIG_EXPERIMENTAL=y 72 | CONFIG_BROKEN_ON_SMP=y 73 | CONFIG_INIT_ENV_ARG_LIMIT=32 74 | CONFIG_CROSS_COMPILE="" 75 | CONFIG_LOCALVERSION="" 76 | # CONFIG_LOCALVERSION_AUTO is not set 77 | CONFIG_DEFAULT_HOSTNAME="(none)" 78 | # CONFIG_SWAP is not set 79 | CONFIG_SYSVIPC=y 80 | CONFIG_SYSVIPC_SYSCTL=y 81 | # CONFIG_POSIX_MQUEUE is not set 82 | CONFIG_BSD_PROCESS_ACCT=y 83 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set 84 | # CONFIG_FHANDLE is not set 85 | # CONFIG_TASKSTATS is not set 86 | # CONFIG_AUDIT is not set 87 | CONFIG_HAVE_GENERIC_HARDIRQS=y 88 | 89 | # 90 | # IRQ subsystem 91 | # 92 | CONFIG_GENERIC_HARDIRQS=y 93 | CONFIG_HAVE_SPARSE_IRQ=y 94 | CONFIG_GENERIC_IRQ_SHOW=y 95 | CONFIG_GENERIC_IRQ_SHOW_LEVEL=y 96 | CONFIG_IRQ_FORCED_THREADING=y 97 | CONFIG_SPARSE_IRQ=y 98 | 99 | # 100 | # RCU Subsystem 101 | # 102 | CONFIG_TINY_RCU=y 103 | # CONFIG_PREEMPT_RCU is not set 104 | # CONFIG_RCU_TRACE is not set 105 | # CONFIG_TREE_RCU_TRACE is not set 106 | # CONFIG_IKCONFIG is not set 107 | CONFIG_LOG_BUF_SHIFT=14 108 | # CONFIG_CGROUPS is not set 109 | # CONFIG_CHECKPOINT_RESTORE is not set 110 | CONFIG_NAMESPACES=y 111 | # CONFIG_UTS_NS is not set 112 | # CONFIG_IPC_NS is not set 113 | # CONFIG_USER_NS is not set 114 | # CONFIG_PID_NS is not set 115 | CONFIG_NET_NS=y 116 | # CONFIG_SCHED_AUTOGROUP is not set 117 | # CONFIG_SYSFS_DEPRECATED is not set 118 | # CONFIG_RELAY is not set 119 | CONFIG_BLK_DEV_INITRD=y 120 | CONFIG_INITRAMFS_SOURCE="" 121 | # CONFIG_RD_GZIP is not set 122 | # CONFIG_RD_BZIP2 is not set 123 | # CONFIG_RD_LZMA is not set 124 | CONFIG_RD_XZ=y 125 | # CONFIG_RD_LZO is not set 126 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 127 | CONFIG_SYSCTL=y 128 | CONFIG_ANON_INODES=y 129 | CONFIG_EXPERT=y 130 | CONFIG_SYSCTL_SYSCALL=y 131 | CONFIG_KALLSYMS=y 132 | # CONFIG_KALLSYMS_ALL is not set 133 | CONFIG_HOTPLUG=y 134 | CONFIG_PRINTK=y 135 | CONFIG_BUG=y 136 | CONFIG_ELF_CORE=y 137 | CONFIG_BASE_FULL=y 138 | CONFIG_FUTEX=y 139 | CONFIG_EPOLL=y 140 | CONFIG_SIGNALFD=y 141 | # CONFIG_TIMERFD is not set 142 | CONFIG_EVENTFD=y 143 | CONFIG_SHMEM=y 144 | # CONFIG_AIO is not set 145 | CONFIG_EMBEDDED=y 146 | CONFIG_HAVE_PERF_EVENTS=y 147 | 148 | # 149 | # Kernel Performance Events And Counters 150 | # 151 | # CONFIG_PERF_EVENTS is not set 152 | # CONFIG_PERF_COUNTERS is not set 153 | CONFIG_VM_EVENT_COUNTERS=y 154 | CONFIG_PCI_QUIRKS=y 155 | CONFIG_SLUB_DEBUG=y 156 | CONFIG_COMPAT_BRK=y 157 | # CONFIG_SLAB is not set 158 | CONFIG_SLUB=y 159 | # CONFIG_SLOB is not set 160 | CONFIG_PROFILING=y 161 | CONFIG_OPROFILE=m 162 | CONFIG_HAVE_OPROFILE=y 163 | # CONFIG_KPROBES is not set 164 | CONFIG_JUMP_LABEL=y 165 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y 166 | CONFIG_HAVE_IOREMAP_PROT=y 167 | CONFIG_HAVE_KPROBES=y 168 | CONFIG_HAVE_KRETPROBES=y 169 | CONFIG_HAVE_ARCH_TRACEHOOK=y 170 | CONFIG_HAVE_DMA_ATTRS=y 171 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y 172 | CONFIG_HAVE_DMA_API_DEBUG=y 173 | CONFIG_HAVE_ARCH_JUMP_LABEL=y 174 | CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y 175 | 176 | # 177 | # GCOV-based kernel profiling 178 | # 179 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set 180 | CONFIG_SLABINFO=y 181 | CONFIG_RT_MUTEXES=y 182 | CONFIG_BASE_SMALL=0 183 | CONFIG_MODULES=y 184 | # CONFIG_MODULE_FORCE_LOAD is not set 185 | CONFIG_MODULE_UNLOAD=y 186 | # CONFIG_MODULE_FORCE_UNLOAD is not set 187 | # CONFIG_MODVERSIONS is not set 188 | # CONFIG_MODULE_SRCVERSION_ALL is not set 189 | CONFIG_BLOCK=y 190 | # CONFIG_LBDAF is not set 191 | # CONFIG_BLK_DEV_BSG is not set 192 | # CONFIG_BLK_DEV_BSGLIB is not set 193 | # CONFIG_BLK_DEV_INTEGRITY is not set 194 | 195 | # 196 | # Partition Types 197 | # 198 | # CONFIG_PARTITION_ADVANCED is not set 199 | CONFIG_MSDOS_PARTITION=y 200 | 201 | # 202 | # IO Schedulers 203 | # 204 | CONFIG_IOSCHED_NOOP=y 205 | # CONFIG_IOSCHED_DEADLINE is not set 206 | # CONFIG_IOSCHED_CFQ is not set 207 | CONFIG_DEFAULT_NOOP=y 208 | CONFIG_DEFAULT_IOSCHED="noop" 209 | # CONFIG_INLINE_SPIN_TRYLOCK is not set 210 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 211 | # CONFIG_INLINE_SPIN_LOCK is not set 212 | # CONFIG_INLINE_SPIN_LOCK_BH is not set 213 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 214 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 215 | CONFIG_INLINE_SPIN_UNLOCK=y 216 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 217 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 218 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 219 | # CONFIG_INLINE_READ_TRYLOCK is not set 220 | # CONFIG_INLINE_READ_LOCK is not set 221 | # CONFIG_INLINE_READ_LOCK_BH is not set 222 | # CONFIG_INLINE_READ_LOCK_IRQ is not set 223 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 224 | CONFIG_INLINE_READ_UNLOCK=y 225 | # CONFIG_INLINE_READ_UNLOCK_BH is not set 226 | CONFIG_INLINE_READ_UNLOCK_IRQ=y 227 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 228 | # CONFIG_INLINE_WRITE_TRYLOCK is not set 229 | # CONFIG_INLINE_WRITE_LOCK is not set 230 | # CONFIG_INLINE_WRITE_LOCK_BH is not set 231 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 232 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 233 | CONFIG_INLINE_WRITE_UNLOCK=y 234 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 235 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 236 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 237 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set 238 | # CONFIG_FREEZER is not set 239 | # CONFIG_PPC_XICS is not set 240 | # CONFIG_PPC_ICP_NATIVE is not set 241 | # CONFIG_PPC_ICP_HV is not set 242 | # CONFIG_PPC_ICS_RTAS is not set 243 | 244 | # 245 | # Platform support 246 | # 247 | # CONFIG_PPC_CHRP is not set 248 | # CONFIG_PPC_MPC512x is not set 249 | # CONFIG_PPC_MPC52xx is not set 250 | # CONFIG_PPC_PMAC is not set 251 | # CONFIG_PPC_CELL is not set 252 | # CONFIG_PPC_CELL_NATIVE is not set 253 | # CONFIG_PPC_82xx is not set 254 | # CONFIG_PQ2ADS is not set 255 | CONFIG_PPC_83xx=y 256 | # CONFIG_MPC830x_RDB is not set 257 | # CONFIG_MPC831x_RDB is not set 258 | # CONFIG_MPC832x_MDS is not set 259 | # CONFIG_MPC832x_RDB is not set 260 | CONFIG_RB_PPC=y 261 | # CONFIG_MPC834x_MDS is not set 262 | # CONFIG_MPC834x_ITX is not set 263 | # CONFIG_MPC836x_MDS is not set 264 | # CONFIG_MPC836x_RDK is not set 265 | # CONFIG_MPC837x_MDS is not set 266 | # CONFIG_MPC837x_RDB is not set 267 | # CONFIG_SBC834x is not set 268 | # CONFIG_ASP834x is not set 269 | # CONFIG_KMETER1 is not set 270 | CONFIG_PPC_MPC832x=y 271 | CONFIG_PPC_MPC834x=y 272 | # CONFIG_PPC_86xx is not set 273 | # CONFIG_EMBEDDED6xx is not set 274 | # CONFIG_AMIGAONE is not set 275 | # CONFIG_PPC_WSP is not set 276 | # CONFIG_KVM_GUEST is not set 277 | # CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set 278 | CONFIG_IPIC=y 279 | # CONFIG_MPIC is not set 280 | # CONFIG_PPC_EPAPR_HV_PIC is not set 281 | # CONFIG_MPIC_WEIRD is not set 282 | # CONFIG_PPC_I8259 is not set 283 | # CONFIG_PPC_RTAS is not set 284 | # CONFIG_MMIO_NVRAM is not set 285 | # CONFIG_MPIC_U3_HT_IRQS is not set 286 | # CONFIG_PPC_MPC106 is not set 287 | # CONFIG_PPC_970_NAP is not set 288 | # CONFIG_PPC_P7_NAP is not set 289 | CONFIG_RB_IOMAP=y 290 | 291 | # 292 | # CPU Frequency scaling 293 | # 294 | # CONFIG_CPU_FREQ is not set 295 | 296 | # 297 | # CPUIdle driver 298 | # 299 | # CONFIG_CPU_IDLE is not set 300 | # CONFIG_TAU is not set 301 | CONFIG_QUICC_ENGINE=y 302 | # CONFIG_QE_GPIO is not set 303 | # CONFIG_FSL_ULI1575 is not set 304 | # CONFIG_SIMPLE_GPIO is not set 305 | 306 | # 307 | # Kernel options 308 | # 309 | # CONFIG_HIGHMEM is not set 310 | CONFIG_TICK_ONESHOT=y 311 | # CONFIG_NO_HZ is not set 312 | CONFIG_HIGH_RES_TIMERS=y 313 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y 314 | CONFIG_HZ_100=y 315 | # CONFIG_HZ_250 is not set 316 | # CONFIG_HZ_300 is not set 317 | # CONFIG_HZ_1000 is not set 318 | CONFIG_HZ=100 319 | CONFIG_SCHED_HRTICK=y 320 | CONFIG_PREEMPT_NONE=y 321 | # CONFIG_PREEMPT_VOLUNTARY is not set 322 | # CONFIG_PREEMPT is not set 323 | CONFIG_BINFMT_ELF=y 324 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 325 | # CONFIG_HAVE_AOUT is not set 326 | # CONFIG_BINFMT_MISC is not set 327 | CONFIG_MATH_EMULATION=y 328 | # CONFIG_IOMMU_HELPER is not set 329 | # CONFIG_SWIOTLB is not set 330 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y 331 | CONFIG_ARCH_HAS_WALK_MEMORY=y 332 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y 333 | # CONFIG_KEXEC is not set 334 | # CONFIG_CRASH_DUMP is not set 335 | CONFIG_MAX_ACTIVE_REGIONS=32 336 | CONFIG_ARCH_FLATMEM_ENABLE=y 337 | CONFIG_SELECT_MEMORY_MODEL=y 338 | CONFIG_FLATMEM_MANUAL=y 339 | CONFIG_FLATMEM=y 340 | CONFIG_FLAT_NODE_MEM_MAP=y 341 | CONFIG_HAVE_MEMBLOCK=y 342 | CONFIG_HAVE_MEMBLOCK_NODE_MAP=y 343 | CONFIG_PAGEFLAGS_EXTENDED=y 344 | CONFIG_SPLIT_PTLOCK_CPUS=4 345 | # CONFIG_COMPACTION is not set 346 | # CONFIG_MIGRATION is not set 347 | # CONFIG_PHYS_ADDR_T_64BIT is not set 348 | CONFIG_ZONE_DMA_FLAG=1 349 | CONFIG_BOUNCE=y 350 | CONFIG_VIRT_TO_BUS=y 351 | # CONFIG_KSM is not set 352 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 353 | CONFIG_NEED_PER_CPU_KM=y 354 | # CONFIG_CLEANCACHE is not set 355 | CONFIG_PPC_4K_PAGES=y 356 | CONFIG_FORCE_MAX_ZONEORDER=11 357 | # CONFIG_CMDLINE_BOOL is not set 358 | CONFIG_EXTRA_TARGETS="" 359 | # CONFIG_SUSPEND is not set 360 | # CONFIG_PM_RUNTIME is not set 361 | # CONFIG_SECCOMP is not set 362 | CONFIG_ISA_DMA_API=y 363 | 364 | # 365 | # Bus options 366 | # 367 | CONFIG_ZONE_DMA=y 368 | # CONFIG_NEED_DMA_MAP_STATE is not set 369 | CONFIG_NEED_SG_DMA_LENGTH=y 370 | CONFIG_GENERIC_ISA_DMA=y 371 | CONFIG_PPC_INDIRECT_PCI=y 372 | CONFIG_FSL_SOC=y 373 | CONFIG_FSL_PCI=y 374 | # CONFIG_FSL_LBC is not set 375 | # CONFIG_HAS_FSL_QBMAN is not set 376 | CONFIG_PPC_PCI_CHOICE=y 377 | CONFIG_PCI=y 378 | CONFIG_PCI_DOMAINS=y 379 | CONFIG_PCI_SYSCALL=y 380 | # CONFIG_PCIEPORTBUS is not set 381 | CONFIG_ARCH_SUPPORTS_MSI=y 382 | # CONFIG_PCI_MSI is not set 383 | CONFIG_PCI_DEBUG=y 384 | # CONFIG_PCI_STUB is not set 385 | # CONFIG_PCI_IOV is not set 386 | # CONFIG_PCI_PRI is not set 387 | # CONFIG_PCI_PASID is not set 388 | # CONFIG_PCCARD is not set 389 | # CONFIG_HOTPLUG_PCI is not set 390 | # CONFIG_HAS_RAPIDIO is not set 391 | # CONFIG_RAPIDIO is not set 392 | # CONFIG_NONSTATIC_KERNEL is not set 393 | 394 | # 395 | # Advanced setup 396 | # 397 | CONFIG_ADVANCED_OPTIONS=y 398 | CONFIG_LOWMEM_SIZE_BOOL=y 399 | CONFIG_LOWMEM_SIZE=0x70000000 400 | CONFIG_PAGE_OFFSET_BOOL=y 401 | CONFIG_PAGE_OFFSET=0x80000000 402 | CONFIG_KERNEL_START_BOOL=y 403 | CONFIG_KERNEL_START=0x80000000 404 | CONFIG_PHYSICAL_START=0x00000000 405 | CONFIG_TASK_SIZE_BOOL=y 406 | CONFIG_TASK_SIZE=0x80000000 407 | CONFIG_NET=y 408 | 409 | # 410 | # Networking options 411 | # 412 | CONFIG_PACKET=y 413 | CONFIG_UNIX=y 414 | # CONFIG_UNIX_DIAG is not set 415 | CONFIG_XFRM=y 416 | CONFIG_XFRM_USER=m 417 | # CONFIG_XFRM_SUB_POLICY is not set 418 | # CONFIG_XFRM_MIGRATE is not set 419 | CONFIG_XFRM_STATISTICS=y 420 | CONFIG_XFRM_IPCOMP=m 421 | CONFIG_NET_KEY=m 422 | # CONFIG_NET_KEY_MIGRATE is not set 423 | CONFIG_INET=y 424 | CONFIG_IP_MULTICAST=y 425 | CONFIG_IP_ADVANCED_ROUTER=y 426 | CONFIG_IP_FIB_TRIE_STATS=y 427 | CONFIG_IP_MULTIPLE_TABLES=y 428 | CONFIG_IP_ROUTE_MULTIPATH=y 429 | # CONFIG_IP_ROUTE_VERBOSE is not set 430 | CONFIG_IP_ROUTE_CLASSID=y 431 | # CONFIG_IP_PNP is not set 432 | CONFIG_NET_IPIP=m 433 | # CONFIG_NET_IPGRE_DEMUX is not set 434 | CONFIG_IP_MROUTE=y 435 | # CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set 436 | CONFIG_IP_PIMSM_V1=y 437 | CONFIG_IP_PIMSM_V2=y 438 | # CONFIG_ARPD is not set 439 | CONFIG_SYN_COOKIES=y 440 | CONFIG_INET_AH=m 441 | CONFIG_INET_ESP=m 442 | CONFIG_INET_IPCOMP=m 443 | CONFIG_INET_XFRM_TUNNEL=m 444 | CONFIG_INET_TUNNEL=y 445 | CONFIG_INET_XFRM_MODE_TRANSPORT=y 446 | CONFIG_INET_XFRM_MODE_TUNNEL=y 447 | CONFIG_INET_XFRM_MODE_BEET=y 448 | # CONFIG_INET_LRO is not set 449 | # CONFIG_INET_DIAG is not set 450 | # CONFIG_TCP_CONG_ADVANCED is not set 451 | CONFIG_TCP_CONG_CUBIC=y 452 | CONFIG_DEFAULT_TCP_CONG="cubic" 453 | CONFIG_TCP_MD5SIG=y 454 | CONFIG_IPV6=m 455 | # CONFIG_IPV6_PRIVACY is not set 456 | # CONFIG_IPV6_ROUTER_PREF is not set 457 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set 458 | CONFIG_INET6_AH=m 459 | CONFIG_INET6_ESP=m 460 | # CONFIG_INET6_IPCOMP is not set 461 | # CONFIG_IPV6_MIP6 is not set 462 | # CONFIG_INET6_XFRM_TUNNEL is not set 463 | CONFIG_INET6_TUNNEL=m 464 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m 465 | CONFIG_INET6_XFRM_MODE_TUNNEL=m 466 | CONFIG_INET6_XFRM_MODE_BEET=m 467 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 468 | CONFIG_IPV6_SIT=m 469 | # CONFIG_IPV6_SIT_6RD is not set 470 | CONFIG_IPV6_NDISC_NODETYPE=y 471 | CONFIG_IPV6_TUNNEL=m 472 | CONFIG_IPV6_MULTIPLE_TABLES=y 473 | # CONFIG_IPV6_SUBTREES is not set 474 | # CONFIG_IPV6_MROUTE is not set 475 | # CONFIG_NETWORK_SECMARK is not set 476 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set 477 | CONFIG_NETFILTER=y 478 | # CONFIG_NETFILTER_DEBUG is not set 479 | CONFIG_NETFILTER_ADVANCED=y 480 | CONFIG_BRIDGE_NETFILTER=y 481 | 482 | # 483 | # Core Netfilter Configuration 484 | # 485 | CONFIG_NETFILTER_NETLINK=m 486 | # CONFIG_NETFILTER_NETLINK_ACCT is not set 487 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set 488 | # CONFIG_NETFILTER_NETLINK_LOG is not set 489 | CONFIG_NF_CONNTRACK=m 490 | CONFIG_NF_CONNTRACK_MARK=y 491 | CONFIG_NF_CONNTRACK_PROCFS=y 492 | # CONFIG_NF_CONNTRACK_EVENTS is not set 493 | # CONFIG_NF_CONNTRACK_TIMESTAMP is not set 494 | CONFIG_NF_CT_PROTO_DCCP=m 495 | CONFIG_NF_CT_PROTO_GRE=m 496 | CONFIG_NF_CT_PROTO_SCTP=m 497 | CONFIG_NF_CT_PROTO_UDPLITE=m 498 | CONFIG_NF_CONNTRACK_AMANDA=m 499 | CONFIG_NF_CONNTRACK_FTP=m 500 | CONFIG_NF_CONNTRACK_H323=m 501 | CONFIG_NF_CONNTRACK_IRC=m 502 | CONFIG_NF_CONNTRACK_BROADCAST=m 503 | CONFIG_NF_CONNTRACK_NETBIOS_NS=m 504 | CONFIG_NF_CONNTRACK_SNMP=m 505 | CONFIG_NF_CONNTRACK_PPTP=m 506 | # CONFIG_NF_CONNTRACK_SANE is not set 507 | CONFIG_NF_CONNTRACK_SIP=m 508 | CONFIG_NF_CONNTRACK_TFTP=m 509 | CONFIG_NF_CT_NETLINK=m 510 | # CONFIG_NETFILTER_TPROXY is not set 511 | CONFIG_NETFILTER_XTABLES=m 512 | 513 | # 514 | # Xtables combined modules 515 | # 516 | CONFIG_NETFILTER_XT_MARK=m 517 | CONFIG_NETFILTER_XT_CONNMARK=m 518 | 519 | # 520 | # Xtables targets 521 | # 522 | # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set 523 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set 524 | CONFIG_NETFILTER_XT_TARGET_CONNMARK=m 525 | # CONFIG_NETFILTER_XT_TARGET_CT is not set 526 | CONFIG_NETFILTER_XT_TARGET_DSCP=m 527 | CONFIG_NETFILTER_XT_TARGET_HL=m 528 | # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set 529 | # CONFIG_NETFILTER_XT_TARGET_LED is not set 530 | CONFIG_NETFILTER_XT_TARGET_MARK=m 531 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 532 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 533 | CONFIG_NETFILTER_XT_TARGET_NOTRACK=m 534 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set 535 | # CONFIG_NETFILTER_XT_TARGET_TEE is not set 536 | # CONFIG_NETFILTER_XT_TARGET_TRACE is not set 537 | CONFIG_NETFILTER_XT_TARGET_TCPMSS=m 538 | # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set 539 | 540 | # 541 | # Xtables matches 542 | # 543 | CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m 544 | # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set 545 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 546 | CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m 547 | CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m 548 | CONFIG_NETFILTER_XT_MATCH_CONNMARK=m 549 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m 550 | # CONFIG_NETFILTER_XT_MATCH_CPU is not set 551 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set 552 | # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set 553 | CONFIG_NETFILTER_XT_MATCH_DSCP=m 554 | # CONFIG_NETFILTER_XT_MATCH_ECN is not set 555 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set 556 | CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m 557 | CONFIG_NETFILTER_XT_MATCH_HELPER=m 558 | CONFIG_NETFILTER_XT_MATCH_HL=m 559 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set 560 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m 561 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m 562 | CONFIG_NETFILTER_XT_MATCH_MAC=m 563 | CONFIG_NETFILTER_XT_MATCH_MARK=m 564 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m 565 | # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set 566 | # CONFIG_NETFILTER_XT_MATCH_OSF is not set 567 | # CONFIG_NETFILTER_XT_MATCH_OWNER is not set 568 | CONFIG_NETFILTER_XT_MATCH_POLICY=m 569 | CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m 570 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set 571 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set 572 | # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set 573 | CONFIG_NETFILTER_XT_MATCH_REALM=m 574 | # CONFIG_NETFILTER_XT_MATCH_RECENT is not set 575 | # CONFIG_NETFILTER_XT_MATCH_SCTP is not set 576 | # CONFIG_NETFILTER_XT_MATCH_STATE is not set 577 | CONFIG_NETFILTER_XT_MATCH_STATISTIC=m 578 | CONFIG_NETFILTER_XT_MATCH_STRING=m 579 | CONFIG_NETFILTER_XT_MATCH_TCPMSS=m 580 | # CONFIG_NETFILTER_XT_MATCH_TIME is not set 581 | # CONFIG_NETFILTER_XT_MATCH_U32 is not set 582 | # CONFIG_IP_SET is not set 583 | # CONFIG_IP_VS is not set 584 | 585 | # 586 | # IP: Netfilter Configuration 587 | # 588 | CONFIG_NF_DEFRAG_IPV4=m 589 | CONFIG_NF_CONNTRACK_IPV4=m 590 | # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set 591 | # CONFIG_IP_NF_QUEUE is not set 592 | CONFIG_IP_NF_IPTABLES=m 593 | # CONFIG_IP_NF_MATCH_AH is not set 594 | # CONFIG_IP_NF_MATCH_ECN is not set 595 | # CONFIG_IP_NF_MATCH_RPFILTER is not set 596 | CONFIG_IP_NF_MATCH_TTL=m 597 | CONFIG_IP_NF_FILTER=m 598 | CONFIG_IP_NF_TARGET_REJECT=m 599 | CONFIG_IP_NF_TARGET_LOG=m 600 | # CONFIG_IP_NF_TARGET_ULOG is not set 601 | CONFIG_NF_NAT=m 602 | CONFIG_NF_NAT_NEEDED=y 603 | CONFIG_IP_NF_TARGET_MASQUERADE=m 604 | CONFIG_IP_NF_TARGET_NETMAP=m 605 | CONFIG_IP_NF_TARGET_REDIRECT=m 606 | # CONFIG_NF_NAT_SNMP_BASIC is not set 607 | CONFIG_NF_NAT_PROTO_DCCP=m 608 | CONFIG_NF_NAT_PROTO_GRE=m 609 | CONFIG_NF_NAT_PROTO_UDPLITE=m 610 | CONFIG_NF_NAT_PROTO_SCTP=m 611 | CONFIG_NF_NAT_FTP=m 612 | CONFIG_NF_NAT_IRC=m 613 | CONFIG_NF_NAT_TFTP=m 614 | CONFIG_NF_NAT_AMANDA=m 615 | CONFIG_NF_NAT_PPTP=m 616 | CONFIG_NF_NAT_H323=m 617 | CONFIG_NF_NAT_SIP=m 618 | CONFIG_IP_NF_MANGLE=m 619 | CONFIG_IP_NF_TARGET_CLUSTERIP=m 620 | # CONFIG_IP_NF_TARGET_ECN is not set 621 | CONFIG_IP_NF_TARGET_TTL=m 622 | CONFIG_IP_NF_RAW=m 623 | # CONFIG_IP_NF_ARPTABLES is not set 624 | 625 | # 626 | # IPv6: Netfilter Configuration 627 | # 628 | CONFIG_NF_DEFRAG_IPV6=m 629 | CONFIG_NF_CONNTRACK_IPV6=m 630 | # CONFIG_IP6_NF_QUEUE is not set 631 | CONFIG_IP6_NF_IPTABLES=m 632 | CONFIG_IP6_NF_MATCH_AH=m 633 | CONFIG_IP6_NF_MATCH_EUI64=m 634 | CONFIG_IP6_NF_MATCH_FRAG=m 635 | CONFIG_IP6_NF_MATCH_OPTS=m 636 | CONFIG_IP6_NF_MATCH_HL=m 637 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m 638 | CONFIG_IP6_NF_MATCH_MH=m 639 | # CONFIG_IP6_NF_MATCH_RPFILTER is not set 640 | CONFIG_IP6_NF_MATCH_RT=m 641 | CONFIG_IP6_NF_TARGET_HL=m 642 | # CONFIG_IP6_NF_TARGET_LOG is not set 643 | CONFIG_IP6_NF_FILTER=m 644 | CONFIG_IP6_NF_TARGET_REJECT=m 645 | CONFIG_IP6_NF_MANGLE=m 646 | CONFIG_IP6_NF_RAW=m 647 | CONFIG_BRIDGE_NF_EBTABLES=m 648 | CONFIG_BRIDGE_EBT_BROUTE=m 649 | CONFIG_BRIDGE_EBT_T_FILTER=m 650 | CONFIG_BRIDGE_EBT_T_NAT=m 651 | CONFIG_BRIDGE_EBT_802_3=m 652 | # CONFIG_BRIDGE_EBT_AMONG is not set 653 | CONFIG_BRIDGE_EBT_ARP=m 654 | CONFIG_BRIDGE_EBT_IP=m 655 | CONFIG_BRIDGE_EBT_IP6=m 656 | CONFIG_BRIDGE_EBT_LIMIT=m 657 | CONFIG_BRIDGE_EBT_MARK=m 658 | CONFIG_BRIDGE_EBT_PKTTYPE=m 659 | CONFIG_BRIDGE_EBT_STP=m 660 | CONFIG_BRIDGE_EBT_VLAN=m 661 | CONFIG_BRIDGE_EBT_ARPREPLY=m 662 | CONFIG_BRIDGE_EBT_DNAT=m 663 | CONFIG_BRIDGE_EBT_MARK_T=m 664 | CONFIG_BRIDGE_EBT_REDIRECT=m 665 | CONFIG_BRIDGE_EBT_SNAT=m 666 | # CONFIG_BRIDGE_EBT_LOG is not set 667 | # CONFIG_BRIDGE_EBT_ULOG is not set 668 | # CONFIG_BRIDGE_EBT_NFLOG is not set 669 | # CONFIG_IP_DCCP is not set 670 | CONFIG_IP_SCTP=m 671 | # CONFIG_SCTP_DBG_MSG is not set 672 | # CONFIG_SCTP_DBG_OBJCNT is not set 673 | # CONFIG_SCTP_HMAC_NONE is not set 674 | # CONFIG_SCTP_HMAC_SHA1 is not set 675 | CONFIG_SCTP_HMAC_MD5=y 676 | # CONFIG_RDS is not set 677 | # CONFIG_TIPC is not set 678 | # CONFIG_ATM is not set 679 | # CONFIG_L2TP is not set 680 | CONFIG_STP=m 681 | CONFIG_BRIDGE=m 682 | CONFIG_BRIDGE_IGMP_SNOOPING=y 683 | # CONFIG_NET_DSA is not set 684 | CONFIG_VLAN_8021Q=m 685 | # CONFIG_VLAN_8021Q_GVRP is not set 686 | # CONFIG_DECNET is not set 687 | CONFIG_LLC=y 688 | # CONFIG_LLC2 is not set 689 | # CONFIG_IPX is not set 690 | # CONFIG_ATALK is not set 691 | # CONFIG_X25 is not set 692 | # CONFIG_LAPB is not set 693 | # CONFIG_ECONET is not set 694 | # CONFIG_WAN_ROUTER is not set 695 | # CONFIG_PHONET is not set 696 | # CONFIG_IEEE802154 is not set 697 | CONFIG_NET_SCHED=y 698 | 699 | # 700 | # Queueing/Scheduling 701 | # 702 | # CONFIG_NET_SCH_CBQ is not set 703 | CONFIG_NET_SCH_HTB=m 704 | # CONFIG_NET_SCH_HFSC is not set 705 | # CONFIG_NET_SCH_PRIO is not set 706 | # CONFIG_NET_SCH_MULTIQ is not set 707 | CONFIG_NET_SCH_RED=m 708 | # CONFIG_NET_SCH_SFB is not set 709 | CONFIG_NET_SCH_SFQ=m 710 | # CONFIG_NET_SCH_TEQL is not set 711 | # CONFIG_NET_SCH_TBF is not set 712 | # CONFIG_NET_SCH_GRED is not set 713 | # CONFIG_NET_SCH_DSMARK is not set 714 | # CONFIG_NET_SCH_NETEM is not set 715 | # CONFIG_NET_SCH_DRR is not set 716 | # CONFIG_NET_SCH_MQPRIO is not set 717 | # CONFIG_NET_SCH_CHOKE is not set 718 | # CONFIG_NET_SCH_QFQ is not set 719 | 720 | # 721 | # Classification 722 | # 723 | CONFIG_NET_CLS=y 724 | # CONFIG_NET_CLS_BASIC is not set 725 | # CONFIG_NET_CLS_TCINDEX is not set 726 | # CONFIG_NET_CLS_ROUTE4 is not set 727 | CONFIG_NET_CLS_FW=m 728 | # CONFIG_NET_CLS_U32 is not set 729 | # CONFIG_NET_CLS_RSVP is not set 730 | # CONFIG_NET_CLS_RSVP6 is not set 731 | # CONFIG_NET_CLS_FLOW is not set 732 | # CONFIG_NET_EMATCH is not set 733 | # CONFIG_NET_CLS_ACT is not set 734 | # CONFIG_NET_CLS_IND is not set 735 | CONFIG_NET_SCH_FIFO=y 736 | # CONFIG_DCB is not set 737 | # CONFIG_BATMAN_ADV is not set 738 | # CONFIG_OPENVSWITCH is not set 739 | CONFIG_BQL=y 740 | 741 | # 742 | # Network testing 743 | # 744 | # CONFIG_NET_PKTGEN is not set 745 | # CONFIG_HAMRADIO is not set 746 | # CONFIG_CAN is not set 747 | # CONFIG_IRDA is not set 748 | # CONFIG_BT is not set 749 | # CONFIG_AF_RXRPC is not set 750 | CONFIG_FIB_RULES=y 751 | # CONFIG_WIRELESS is not set 752 | # CONFIG_WIMAX is not set 753 | # CONFIG_RFKILL is not set 754 | # CONFIG_NET_9P is not set 755 | # CONFIG_CAIF is not set 756 | # CONFIG_CEPH_LIB is not set 757 | # CONFIG_NFC is not set 758 | 759 | # 760 | # Device Drivers 761 | # 762 | 763 | # 764 | # Generic Driver Options 765 | # 766 | CONFIG_UEVENT_HELPER_PATH="" 767 | CONFIG_DEVTMPFS=y 768 | # CONFIG_DEVTMPFS_MOUNT is not set 769 | # CONFIG_STANDALONE is not set 770 | # CONFIG_PREVENT_FIRMWARE_BUILD is not set 771 | CONFIG_FW_LOADER=y 772 | # CONFIG_FIRMWARE_IN_KERNEL is not set 773 | CONFIG_EXTRA_FIRMWARE="" 774 | # CONFIG_DEBUG_DRIVER is not set 775 | # CONFIG_DEBUG_DEVRES is not set 776 | # CONFIG_SYS_HYPERVISOR is not set 777 | # CONFIG_GENERIC_CPU_DEVICES is not set 778 | # CONFIG_DMA_SHARED_BUFFER is not set 779 | # CONFIG_CONNECTOR is not set 780 | CONFIG_MTD=y 781 | # CONFIG_MTD_TESTS is not set 782 | # CONFIG_MTD_REDBOOT_PARTS is not set 783 | # CONFIG_MTD_CMDLINE_PARTS is not set 784 | CONFIG_MTD_OF_PARTS=y 785 | # CONFIG_MTD_AR7_PARTS is not set 786 | 787 | # 788 | # User Modules And Translation Layers 789 | # 790 | CONFIG_MTD_CHAR=y 791 | CONFIG_MTD_BLKDEVS=y 792 | CONFIG_MTD_BLOCK=y 793 | # CONFIG_FTL is not set 794 | # CONFIG_NFTL is not set 795 | # CONFIG_INFTL is not set 796 | # CONFIG_RFD_FTL is not set 797 | # CONFIG_SSFDC is not set 798 | # CONFIG_SM_FTL is not set 799 | # CONFIG_MTD_OOPS is not set 800 | 801 | # 802 | # RAM/ROM/Flash chip drivers 803 | # 804 | # CONFIG_MTD_CFI is not set 805 | # CONFIG_MTD_JEDECPROBE is not set 806 | CONFIG_MTD_MAP_BANK_WIDTH_1=y 807 | CONFIG_MTD_MAP_BANK_WIDTH_2=y 808 | CONFIG_MTD_MAP_BANK_WIDTH_4=y 809 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set 810 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set 811 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set 812 | CONFIG_MTD_CFI_I1=y 813 | CONFIG_MTD_CFI_I2=y 814 | # CONFIG_MTD_CFI_I4 is not set 815 | # CONFIG_MTD_CFI_I8 is not set 816 | # CONFIG_MTD_RAM is not set 817 | # CONFIG_MTD_ROM is not set 818 | # CONFIG_MTD_ABSENT is not set 819 | 820 | # 821 | # Mapping drivers for chip access 822 | # 823 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set 824 | # CONFIG_MTD_INTEL_VR_NOR is not set 825 | # CONFIG_MTD_PLATRAM is not set 826 | 827 | # 828 | # Self-contained MTD device drivers 829 | # 830 | # CONFIG_MTD_PMC551 is not set 831 | # CONFIG_MTD_DATAFLASH is not set 832 | # CONFIG_MTD_M25P80 is not set 833 | # CONFIG_MTD_SST25L is not set 834 | # CONFIG_MTD_SLRAM is not set 835 | # CONFIG_MTD_PHRAM is not set 836 | # CONFIG_MTD_MTDRAM is not set 837 | # CONFIG_MTD_BLOCK2MTD is not set 838 | 839 | # 840 | # Disk-On-Chip Device Drivers 841 | # 842 | # CONFIG_MTD_DOC2000 is not set 843 | # CONFIG_MTD_DOC2001 is not set 844 | # CONFIG_MTD_DOC2001PLUS is not set 845 | # CONFIG_MTD_DOCG3 is not set 846 | CONFIG_MTD_NAND_ECC=y 847 | # CONFIG_MTD_NAND_ECC_SMC is not set 848 | CONFIG_MTD_NAND=y 849 | CONFIG_MTD_NAND_VERIFY_WRITE=y 850 | # CONFIG_MTD_NAND_ECC_BCH is not set 851 | # CONFIG_MTD_SM_COMMON is not set 852 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set 853 | # CONFIG_MTD_NAND_DENALI is not set 854 | CONFIG_MTD_NAND_IDS=y 855 | # CONFIG_MTD_NAND_RICOH is not set 856 | # CONFIG_MTD_NAND_DISKONCHIP is not set 857 | # CONFIG_MTD_NAND_CAFE is not set 858 | # CONFIG_MTD_NAND_NANDSIM is not set 859 | # CONFIG_MTD_NAND_PLATFORM is not set 860 | CONFIG_MTD_NAND_RB_PPC=y 861 | CONFIG_MTD_NAND_RB=y 862 | # CONFIG_MTD_NAND_FSL_ELBC is not set 863 | # CONFIG_MTD_NAND_FSL_UPM is not set 864 | # CONFIG_MTD_ONENAND is not set 865 | 866 | # 867 | # LPDDR flash memory drivers 868 | # 869 | # CONFIG_MTD_LPDDR is not set 870 | # CONFIG_MTD_UBI is not set 871 | CONFIG_DTC=y 872 | CONFIG_OF=y 873 | 874 | # 875 | # Device Tree and Open Firmware support 876 | # 877 | # CONFIG_PROC_DEVICETREE is not set 878 | # CONFIG_OF_SELFTEST is not set 879 | CONFIG_OF_FLATTREE=y 880 | CONFIG_OF_EARLY_FLATTREE=y 881 | CONFIG_OF_DYNAMIC=y 882 | CONFIG_OF_ADDRESS=y 883 | CONFIG_OF_IRQ=y 884 | CONFIG_OF_DEVICE=y 885 | CONFIG_OF_GPIO=y 886 | CONFIG_OF_NET=y 887 | CONFIG_OF_SPI=y 888 | CONFIG_OF_MDIO=y 889 | CONFIG_OF_PCI=y 890 | CONFIG_OF_PCI_IRQ=y 891 | # CONFIG_PARPORT is not set 892 | CONFIG_BLK_DEV=y 893 | # CONFIG_BLK_DEV_FD is not set 894 | # CONFIG_BLK_CPQ_DA is not set 895 | # CONFIG_BLK_CPQ_CISS_DA is not set 896 | # CONFIG_BLK_DEV_DAC960 is not set 897 | # CONFIG_BLK_DEV_UMEM is not set 898 | # CONFIG_BLK_DEV_COW_COMMON is not set 899 | # CONFIG_BLK_DEV_LOOP is not set 900 | 901 | # 902 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 903 | # 904 | # CONFIG_BLK_DEV_NBD is not set 905 | # CONFIG_BLK_DEV_NVME is not set 906 | # CONFIG_BLK_DEV_SX8 is not set 907 | # CONFIG_BLK_DEV_RAM is not set 908 | # CONFIG_CDROM_PKTCDVD is not set 909 | # CONFIG_ATA_OVER_ETH is not set 910 | # CONFIG_BLK_DEV_HD is not set 911 | # CONFIG_BLK_DEV_RBD is not set 912 | 913 | # 914 | # Misc devices 915 | # 916 | # CONFIG_SENSORS_LIS3LV02D is not set 917 | # CONFIG_AD525X_DPOT is not set 918 | # CONFIG_PHANTOM is not set 919 | # CONFIG_INTEL_MID_PTI is not set 920 | # CONFIG_SGI_IOC4 is not set 921 | # CONFIG_TIFM_CORE is not set 922 | # CONFIG_ENCLOSURE_SERVICES is not set 923 | # CONFIG_HP_ILO is not set 924 | # CONFIG_TI_DAC7512 is not set 925 | # CONFIG_PCH_PHUB is not set 926 | # CONFIG_C2PORT is not set 927 | 928 | # 929 | # EEPROM support 930 | # 931 | # CONFIG_EEPROM_AT25 is not set 932 | # CONFIG_EEPROM_93CX6 is not set 933 | # CONFIG_EEPROM_93XX46 is not set 934 | # CONFIG_CB710_CORE is not set 935 | # CONFIG_IWMC3200TOP is not set 936 | 937 | # 938 | # Texas Instruments shared transport line discipline 939 | # 940 | # CONFIG_TI_ST is not set 941 | # CONFIG_SENSORS_LIS3_SPI is not set 942 | 943 | # 944 | # Altera FPGA firmware download module 945 | # 946 | CONFIG_HAVE_IDE=y 947 | # CONFIG_IDE is not set 948 | 949 | # 950 | # SCSI device support 951 | # 952 | CONFIG_SCSI_MOD=m 953 | # CONFIG_RAID_ATTRS is not set 954 | CONFIG_SCSI=m 955 | CONFIG_SCSI_DMA=y 956 | # CONFIG_SCSI_TGT is not set 957 | # CONFIG_SCSI_NETLINK is not set 958 | CONFIG_SCSI_PROC_FS=y 959 | 960 | # 961 | # SCSI support type (disk, tape, CD-ROM) 962 | # 963 | CONFIG_BLK_DEV_SD=m 964 | # CONFIG_CHR_DEV_ST is not set 965 | # CONFIG_CHR_DEV_OSST is not set 966 | # CONFIG_BLK_DEV_SR is not set 967 | # CONFIG_CHR_DEV_SG is not set 968 | # CONFIG_CHR_DEV_SCH is not set 969 | # CONFIG_SCSI_MULTI_LUN is not set 970 | # CONFIG_SCSI_CONSTANTS is not set 971 | # CONFIG_SCSI_LOGGING is not set 972 | # CONFIG_SCSI_SCAN_ASYNC is not set 973 | CONFIG_SCSI_WAIT_SCAN=m 974 | 975 | # 976 | # SCSI Transports 977 | # 978 | # CONFIG_SCSI_SPI_ATTRS is not set 979 | # CONFIG_SCSI_FC_ATTRS is not set 980 | # CONFIG_SCSI_ISCSI_ATTRS is not set 981 | # CONFIG_SCSI_SAS_ATTRS is not set 982 | # CONFIG_SCSI_SAS_LIBSAS is not set 983 | # CONFIG_SCSI_SRP_ATTRS is not set 984 | CONFIG_SCSI_LOWLEVEL=y 985 | # CONFIG_ISCSI_TCP is not set 986 | # CONFIG_ISCSI_BOOT_SYSFS is not set 987 | # CONFIG_SCSI_CXGB3_ISCSI is not set 988 | # CONFIG_SCSI_CXGB4_ISCSI is not set 989 | # CONFIG_SCSI_BNX2_ISCSI is not set 990 | # CONFIG_SCSI_BNX2X_FCOE is not set 991 | # CONFIG_BE2ISCSI is not set 992 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 993 | # CONFIG_SCSI_HPSA is not set 994 | # CONFIG_SCSI_3W_9XXX is not set 995 | # CONFIG_SCSI_3W_SAS is not set 996 | # CONFIG_SCSI_ACARD is not set 997 | # CONFIG_SCSI_AACRAID is not set 998 | # CONFIG_SCSI_AIC7XXX is not set 999 | # CONFIG_SCSI_AIC7XXX_OLD is not set 1000 | # CONFIG_SCSI_AIC79XX is not set 1001 | # CONFIG_SCSI_AIC94XX is not set 1002 | # CONFIG_SCSI_MVSAS is not set 1003 | # CONFIG_SCSI_MVUMI is not set 1004 | # CONFIG_SCSI_DPT_I2O is not set 1005 | # CONFIG_SCSI_ADVANSYS is not set 1006 | # CONFIG_SCSI_ARCMSR is not set 1007 | # CONFIG_MEGARAID_NEWGEN is not set 1008 | # CONFIG_MEGARAID_LEGACY is not set 1009 | # CONFIG_MEGARAID_SAS is not set 1010 | # CONFIG_SCSI_MPT2SAS is not set 1011 | # CONFIG_SCSI_HPTIOP is not set 1012 | # CONFIG_SCSI_BUSLOGIC is not set 1013 | # CONFIG_LIBFC is not set 1014 | # CONFIG_LIBFCOE is not set 1015 | # CONFIG_FCOE is not set 1016 | # CONFIG_SCSI_DMX3191D is not set 1017 | # CONFIG_SCSI_EATA is not set 1018 | # CONFIG_SCSI_FUTURE_DOMAIN is not set 1019 | # CONFIG_SCSI_GDTH is not set 1020 | # CONFIG_SCSI_IPS is not set 1021 | # CONFIG_SCSI_INITIO is not set 1022 | # CONFIG_SCSI_INIA100 is not set 1023 | # CONFIG_SCSI_STEX is not set 1024 | # CONFIG_SCSI_SYM53C8XX_2 is not set 1025 | # CONFIG_SCSI_IPR is not set 1026 | # CONFIG_SCSI_QLOGIC_1280 is not set 1027 | # CONFIG_SCSI_QLA_FC is not set 1028 | # CONFIG_SCSI_QLA_ISCSI is not set 1029 | # CONFIG_SCSI_LPFC is not set 1030 | # CONFIG_SCSI_DC395x is not set 1031 | # CONFIG_SCSI_DC390T is not set 1032 | # CONFIG_SCSI_NSP32 is not set 1033 | # CONFIG_SCSI_DEBUG is not set 1034 | # CONFIG_SCSI_PMCRAID is not set 1035 | # CONFIG_SCSI_PM8001 is not set 1036 | # CONFIG_SCSI_SRP is not set 1037 | # CONFIG_SCSI_BFA_FC is not set 1038 | # CONFIG_SCSI_DH is not set 1039 | # CONFIG_SCSI_OSD_INITIATOR is not set 1040 | CONFIG_ATA=m 1041 | # CONFIG_ATA_NONSTANDARD is not set 1042 | CONFIG_ATA_VERBOSE_ERROR=y 1043 | CONFIG_SATA_PMP=y 1044 | 1045 | # 1046 | # Controllers with non-SFF native interface 1047 | # 1048 | # CONFIG_SATA_AHCI is not set 1049 | # CONFIG_SATA_AHCI_PLATFORM is not set 1050 | # CONFIG_SATA_FSL is not set 1051 | # CONFIG_SATA_INIC162X is not set 1052 | # CONFIG_SATA_ACARD_AHCI is not set 1053 | # CONFIG_SATA_SIL24 is not set 1054 | CONFIG_ATA_SFF=y 1055 | 1056 | # 1057 | # SFF controllers with custom DMA interface 1058 | # 1059 | # CONFIG_PDC_ADMA is not set 1060 | # CONFIG_SATA_QSTOR is not set 1061 | # CONFIG_SATA_SX4 is not set 1062 | CONFIG_ATA_BMDMA=y 1063 | 1064 | # 1065 | # SATA SFF controllers with BMDMA 1066 | # 1067 | # CONFIG_ATA_PIIX is not set 1068 | # CONFIG_SATA_MV is not set 1069 | # CONFIG_SATA_NV is not set 1070 | # CONFIG_SATA_PROMISE is not set 1071 | # CONFIG_SATA_SIL is not set 1072 | # CONFIG_SATA_SIS is not set 1073 | # CONFIG_SATA_SVW is not set 1074 | # CONFIG_SATA_ULI is not set 1075 | # CONFIG_SATA_VIA is not set 1076 | # CONFIG_SATA_VITESSE is not set 1077 | 1078 | # 1079 | # PATA SFF controllers with BMDMA 1080 | # 1081 | # CONFIG_PATA_ALI is not set 1082 | # CONFIG_PATA_AMD is not set 1083 | # CONFIG_PATA_ARTOP is not set 1084 | # CONFIG_PATA_ATIIXP is not set 1085 | # CONFIG_PATA_ATP867X is not set 1086 | # CONFIG_PATA_CMD64X is not set 1087 | # CONFIG_PATA_CS5520 is not set 1088 | # CONFIG_PATA_CS5530 is not set 1089 | # CONFIG_PATA_CS5536 is not set 1090 | # CONFIG_PATA_CYPRESS is not set 1091 | # CONFIG_PATA_EFAR is not set 1092 | # CONFIG_PATA_HPT366 is not set 1093 | # CONFIG_PATA_HPT37X is not set 1094 | # CONFIG_PATA_HPT3X2N is not set 1095 | # CONFIG_PATA_HPT3X3 is not set 1096 | # CONFIG_PATA_IT8213 is not set 1097 | # CONFIG_PATA_IT821X is not set 1098 | # CONFIG_PATA_JMICRON is not set 1099 | # CONFIG_PATA_MARVELL is not set 1100 | # CONFIG_PATA_NETCELL is not set 1101 | # CONFIG_PATA_NINJA32 is not set 1102 | # CONFIG_PATA_NS87415 is not set 1103 | # CONFIG_PATA_OLDPIIX is not set 1104 | # CONFIG_PATA_OPTIDMA is not set 1105 | # CONFIG_PATA_PDC2027X is not set 1106 | # CONFIG_PATA_PDC_OLD is not set 1107 | # CONFIG_PATA_RADISYS is not set 1108 | # CONFIG_PATA_RDC is not set 1109 | # CONFIG_PATA_SC1200 is not set 1110 | # CONFIG_PATA_SCH is not set 1111 | # CONFIG_PATA_SERVERWORKS is not set 1112 | # CONFIG_PATA_SIL680 is not set 1113 | # CONFIG_PATA_SIS is not set 1114 | # CONFIG_PATA_TOSHIBA is not set 1115 | # CONFIG_PATA_TRIFLEX is not set 1116 | # CONFIG_PATA_VIA is not set 1117 | # CONFIG_PATA_WINBOND is not set 1118 | 1119 | # 1120 | # PIO-only SFF controllers 1121 | # 1122 | # CONFIG_PATA_CMD640_PCI is not set 1123 | # CONFIG_PATA_MPIIX is not set 1124 | # CONFIG_PATA_NS87410 is not set 1125 | # CONFIG_PATA_OPTI is not set 1126 | # CONFIG_PATA_PLATFORM is not set 1127 | # CONFIG_PATA_RZ1000 is not set 1128 | CONFIG_PATA_RBPPC=m 1129 | 1130 | # 1131 | # Generic fallback / legacy drivers 1132 | # 1133 | # CONFIG_ATA_GENERIC is not set 1134 | # CONFIG_PATA_LEGACY is not set 1135 | # CONFIG_MD is not set 1136 | # CONFIG_TARGET_CORE is not set 1137 | # CONFIG_FUSION is not set 1138 | 1139 | # 1140 | # IEEE 1394 (FireWire) support 1141 | # 1142 | # CONFIG_FIREWIRE is not set 1143 | # CONFIG_FIREWIRE_NOSY is not set 1144 | # CONFIG_I2O is not set 1145 | # CONFIG_MACINTOSH_DRIVERS is not set 1146 | CONFIG_NETDEVICES=y 1147 | CONFIG_NET_CORE=y 1148 | CONFIG_BONDING=m 1149 | CONFIG_DUMMY=m 1150 | # CONFIG_EQUALIZER is not set 1151 | # CONFIG_NET_FC is not set 1152 | CONFIG_MII=y 1153 | # CONFIG_NET_TEAM is not set 1154 | # CONFIG_MACVLAN is not set 1155 | # CONFIG_NETCONSOLE is not set 1156 | # CONFIG_NETPOLL is not set 1157 | # CONFIG_NET_POLL_CONTROLLER is not set 1158 | # CONFIG_TUN is not set 1159 | # CONFIG_VETH is not set 1160 | # CONFIG_ARCNET is not set 1161 | 1162 | # 1163 | # CAIF transport drivers 1164 | # 1165 | CONFIG_ETHERNET=y 1166 | # CONFIG_NET_VENDOR_3COM is not set 1167 | # CONFIG_NET_VENDOR_ADAPTEC is not set 1168 | # CONFIG_NET_VENDOR_ALTEON is not set 1169 | # CONFIG_NET_VENDOR_AMD is not set 1170 | # CONFIG_NET_VENDOR_ATHEROS is not set 1171 | # CONFIG_NET_VENDOR_BROADCOM is not set 1172 | # CONFIG_NET_VENDOR_BROCADE is not set 1173 | # CONFIG_NET_CALXEDA_XGMAC is not set 1174 | # CONFIG_NET_VENDOR_CHELSIO is not set 1175 | # CONFIG_NET_VENDOR_CISCO is not set 1176 | # CONFIG_DNET is not set 1177 | # CONFIG_NET_VENDOR_DEC is not set 1178 | # CONFIG_NET_VENDOR_DLINK is not set 1179 | # CONFIG_NET_VENDOR_EMULEX is not set 1180 | # CONFIG_NET_VENDOR_EXAR is not set 1181 | CONFIG_NET_VENDOR_FREESCALE=y 1182 | CONFIG_FSL_PQ_MDIO=m 1183 | CONFIG_UCC_GETH=m 1184 | # CONFIG_UGETH_TX_ON_DEMAND is not set 1185 | # CONFIG_GIANFAR is not set 1186 | # CONFIG_NET_VENDOR_HP is not set 1187 | CONFIG_NET_VENDOR_INTEL=y 1188 | CONFIG_E100=m 1189 | # CONFIG_E1000 is not set 1190 | # CONFIG_E1000E is not set 1191 | # CONFIG_IGB is not set 1192 | # CONFIG_IGBVF is not set 1193 | # CONFIG_IXGB is not set 1194 | # CONFIG_IXGBE is not set 1195 | # CONFIG_NET_VENDOR_I825XX is not set 1196 | # CONFIG_IP1000 is not set 1197 | # CONFIG_JME is not set 1198 | # CONFIG_NET_VENDOR_MARVELL is not set 1199 | # CONFIG_NET_VENDOR_MELLANOX is not set 1200 | # CONFIG_NET_VENDOR_MICREL is not set 1201 | # CONFIG_NET_VENDOR_MICROCHIP is not set 1202 | # CONFIG_NET_VENDOR_MYRI is not set 1203 | # CONFIG_FEALNX is not set 1204 | # CONFIG_NET_VENDOR_NATSEMI is not set 1205 | # CONFIG_NET_VENDOR_NVIDIA is not set 1206 | # CONFIG_NET_VENDOR_OKI is not set 1207 | # CONFIG_ETHOC is not set 1208 | # CONFIG_NET_PACKET_ENGINE is not set 1209 | # CONFIG_NET_VENDOR_QLOGIC is not set 1210 | # CONFIG_NET_VENDOR_REALTEK is not set 1211 | # CONFIG_NET_VENDOR_RDC is not set 1212 | # CONFIG_NET_VENDOR_SEEQ is not set 1213 | # CONFIG_NET_VENDOR_SILAN is not set 1214 | # CONFIG_NET_VENDOR_SIS is not set 1215 | # CONFIG_SFC is not set 1216 | # CONFIG_NET_VENDOR_SMSC is not set 1217 | # CONFIG_NET_VENDOR_STMICRO is not set 1218 | # CONFIG_NET_VENDOR_SUN is not set 1219 | # CONFIG_NET_VENDOR_TEHUTI is not set 1220 | # CONFIG_NET_VENDOR_TI is not set 1221 | CONFIG_NET_VENDOR_VIA=y 1222 | CONFIG_VIA_RHINE=m 1223 | CONFIG_VIA_RHINE_MMIO=y 1224 | # CONFIG_VIA_VELOCITY is not set 1225 | # CONFIG_NET_VENDOR_XILINX is not set 1226 | # CONFIG_FDDI is not set 1227 | # CONFIG_HIPPI is not set 1228 | CONFIG_PHYLIB=y 1229 | 1230 | # 1231 | # MII PHY device drivers 1232 | # 1233 | # CONFIG_MARVELL_PHY is not set 1234 | # CONFIG_DAVICOM_PHY is not set 1235 | # CONFIG_QSEMI_PHY is not set 1236 | # CONFIG_LXT_PHY is not set 1237 | # CONFIG_CICADA_PHY is not set 1238 | # CONFIG_VITESSE_PHY is not set 1239 | # CONFIG_SMSC_PHY is not set 1240 | # CONFIG_BROADCOM_PHY is not set 1241 | # CONFIG_ICPLUS_PHY is not set 1242 | # CONFIG_REALTEK_PHY is not set 1243 | # CONFIG_NATIONAL_PHY is not set 1244 | # CONFIG_STE10XP is not set 1245 | # CONFIG_LSI_ET1011C_PHY is not set 1246 | # CONFIG_MICREL_PHY is not set 1247 | # CONFIG_FIXED_PHY is not set 1248 | # CONFIG_MDIO_BITBANG is not set 1249 | # CONFIG_MICREL_KS8995MA is not set 1250 | CONFIG_PPP=m 1251 | # CONFIG_PPP_BSDCOMP is not set 1252 | CONFIG_PPP_DEFLATE=m 1253 | # CONFIG_PPP_FILTER is not set 1254 | CONFIG_PPP_MPPE=m 1255 | CONFIG_PPP_MULTILINK=y 1256 | CONFIG_PPPOE=m 1257 | CONFIG_PPP_ASYNC=m 1258 | CONFIG_PPP_SYNC_TTY=m 1259 | # CONFIG_SLIP is not set 1260 | CONFIG_SLHC=m 1261 | # CONFIG_TR is not set 1262 | # CONFIG_WLAN is not set 1263 | 1264 | # 1265 | # Enable WiMAX (Networking options) to see the WiMAX drivers 1266 | # 1267 | # CONFIG_WAN is not set 1268 | # CONFIG_VMXNET3 is not set 1269 | # CONFIG_ISDN is not set 1270 | # CONFIG_PHONE is not set 1271 | 1272 | # 1273 | # Input device support 1274 | # 1275 | CONFIG_INPUT=y 1276 | # CONFIG_INPUT_FF_MEMLESS is not set 1277 | # CONFIG_INPUT_POLLDEV is not set 1278 | # CONFIG_INPUT_SPARSEKMAP is not set 1279 | 1280 | # 1281 | # Userland interfaces 1282 | # 1283 | # CONFIG_INPUT_MOUSEDEV is not set 1284 | # CONFIG_INPUT_JOYDEV is not set 1285 | # CONFIG_INPUT_EVDEV is not set 1286 | # CONFIG_INPUT_EVBUG is not set 1287 | 1288 | # 1289 | # Input Device Drivers 1290 | # 1291 | # CONFIG_INPUT_KEYBOARD is not set 1292 | # CONFIG_INPUT_MOUSE is not set 1293 | # CONFIG_INPUT_JOYSTICK is not set 1294 | # CONFIG_INPUT_TABLET is not set 1295 | # CONFIG_INPUT_TOUCHSCREEN is not set 1296 | # CONFIG_INPUT_MISC is not set 1297 | 1298 | # 1299 | # Hardware I/O ports 1300 | # 1301 | # CONFIG_SERIO is not set 1302 | # CONFIG_GAMEPORT is not set 1303 | 1304 | # 1305 | # Character devices 1306 | # 1307 | # CONFIG_VT is not set 1308 | CONFIG_UNIX98_PTYS=y 1309 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set 1310 | # CONFIG_LEGACY_PTYS is not set 1311 | # CONFIG_SERIAL_NONSTANDARD is not set 1312 | # CONFIG_NOZOMI is not set 1313 | # CONFIG_N_GSM is not set 1314 | # CONFIG_TRACE_SINK is not set 1315 | # CONFIG_PPC_EPAPR_HV_BYTECHAN is not set 1316 | # CONFIG_DEVKMEM is not set 1317 | 1318 | # 1319 | # Serial drivers 1320 | # 1321 | CONFIG_SERIAL_8250=y 1322 | CONFIG_SERIAL_8250_CONSOLE=y 1323 | CONFIG_SERIAL_8250_PCI=y 1324 | CONFIG_SERIAL_8250_NR_UARTS=2 1325 | CONFIG_SERIAL_8250_RUNTIME_UARTS=2 1326 | # CONFIG_SERIAL_8250_EXTENDED is not set 1327 | CONFIG_SERIAL_8250_FSL=y 1328 | # CONFIG_SERIAL_8250_DW is not set 1329 | 1330 | # 1331 | # Non-8250 serial port support 1332 | # 1333 | # CONFIG_SERIAL_MAX3100 is not set 1334 | # CONFIG_SERIAL_MAX3107 is not set 1335 | # CONFIG_SERIAL_MFD_HSU is not set 1336 | # CONFIG_SERIAL_UARTLITE is not set 1337 | CONFIG_SERIAL_CORE=y 1338 | CONFIG_SERIAL_CORE_CONSOLE=y 1339 | # CONFIG_SERIAL_JSM is not set 1340 | # CONFIG_SERIAL_OF_PLATFORM is not set 1341 | # CONFIG_SERIAL_QE is not set 1342 | # CONFIG_SERIAL_TIMBERDALE is not set 1343 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set 1344 | # CONFIG_SERIAL_ALTERA_UART is not set 1345 | # CONFIG_SERIAL_IFX6X60 is not set 1346 | # CONFIG_SERIAL_PCH_UART is not set 1347 | # CONFIG_SERIAL_XILINX_PS_UART is not set 1348 | # CONFIG_TTY_PRINTK is not set 1349 | # CONFIG_HVC_UDBG is not set 1350 | # CONFIG_IPMI_HANDLER is not set 1351 | CONFIG_HW_RANDOM=y 1352 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set 1353 | # CONFIG_NVRAM is not set 1354 | # CONFIG_GEN_RTC is not set 1355 | # CONFIG_R3964 is not set 1356 | # CONFIG_APPLICOM is not set 1357 | # CONFIG_RAW_DRIVER is not set 1358 | # CONFIG_TCG_TPM is not set 1359 | CONFIG_DEVPORT=y 1360 | # CONFIG_RAMOOPS is not set 1361 | # CONFIG_I2C is not set 1362 | CONFIG_SPI=y 1363 | # CONFIG_SPI_DEBUG is not set 1364 | CONFIG_SPI_MASTER=y 1365 | 1366 | # 1367 | # SPI Master Controller Drivers 1368 | # 1369 | # CONFIG_SPI_ALTERA is not set 1370 | # CONFIG_SPI_BITBANG is not set 1371 | # CONFIG_SPI_GPIO is not set 1372 | # CONFIG_SPI_FSL_SPI is not set 1373 | # CONFIG_SPI_FSL_ESPI is not set 1374 | # CONFIG_SPI_OC_TINY is not set 1375 | # CONFIG_SPI_PXA2XX_PCI is not set 1376 | # CONFIG_SPI_TOPCLIFF_PCH is not set 1377 | # CONFIG_SPI_XILINX is not set 1378 | # CONFIG_SPI_DESIGNWARE is not set 1379 | 1380 | # 1381 | # SPI Protocol Masters 1382 | # 1383 | # CONFIG_SPI_SPIDEV is not set 1384 | # CONFIG_SPI_TLE62X0 is not set 1385 | 1386 | # 1387 | # PPS support 1388 | # 1389 | # CONFIG_PPS is not set 1390 | 1391 | # 1392 | # PPS generators support 1393 | # 1394 | 1395 | # 1396 | # PTP clock support 1397 | # 1398 | 1399 | # 1400 | # Enable Device Drivers -> PPS to see the PTP clock options. 1401 | # 1402 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y 1403 | CONFIG_GPIOLIB=y 1404 | # CONFIG_DEBUG_GPIO is not set 1405 | # CONFIG_GPIO_SYSFS is not set 1406 | 1407 | # 1408 | # Memory mapped GPIO drivers: 1409 | # 1410 | # CONFIG_GPIO_GENERIC_PLATFORM is not set 1411 | # CONFIG_GPIO_MPC8XXX is not set 1412 | # CONFIG_GPIO_XILINX is not set 1413 | # CONFIG_GPIO_VX855 is not set 1414 | 1415 | # 1416 | # I2C GPIO expanders: 1417 | # 1418 | 1419 | # 1420 | # PCI GPIO expanders: 1421 | # 1422 | # CONFIG_GPIO_BT8XX is not set 1423 | # CONFIG_GPIO_ML_IOH is not set 1424 | # CONFIG_GPIO_RDC321X is not set 1425 | 1426 | # 1427 | # SPI GPIO expanders: 1428 | # 1429 | # CONFIG_GPIO_MAX7301 is not set 1430 | # CONFIG_GPIO_MCP23S08 is not set 1431 | # CONFIG_GPIO_MC33880 is not set 1432 | # CONFIG_GPIO_74X164 is not set 1433 | 1434 | # 1435 | # AC97 GPIO expanders: 1436 | # 1437 | 1438 | # 1439 | # MODULbus GPIO expanders: 1440 | # 1441 | # CONFIG_W1 is not set 1442 | # CONFIG_POWER_SUPPLY is not set 1443 | CONFIG_HWMON=y 1444 | # CONFIG_HWMON_VID is not set 1445 | # CONFIG_HWMON_DEBUG_CHIP is not set 1446 | 1447 | # 1448 | # Native drivers 1449 | # 1450 | # CONFIG_SENSORS_AD7314 is not set 1451 | # CONFIG_SENSORS_ADCXX is not set 1452 | # CONFIG_SENSORS_I5K_AMB is not set 1453 | # CONFIG_SENSORS_GPIO_FAN is not set 1454 | # CONFIG_SENSORS_LM70 is not set 1455 | # CONFIG_SENSORS_MAX1111 is not set 1456 | # CONFIG_SENSORS_NTC_THERMISTOR is not set 1457 | # CONFIG_SENSORS_SHT15 is not set 1458 | # CONFIG_SENSORS_SIS5595 is not set 1459 | # CONFIG_SENSORS_SCH56XX_COMMON is not set 1460 | # CONFIG_SENSORS_ADS7871 is not set 1461 | # CONFIG_SENSORS_VIA686A is not set 1462 | # CONFIG_SENSORS_VT8231 is not set 1463 | # CONFIG_THERMAL is not set 1464 | CONFIG_WATCHDOG=y 1465 | # CONFIG_WATCHDOG_CORE is not set 1466 | # CONFIG_WATCHDOG_NOWAYOUT is not set 1467 | 1468 | # 1469 | # Watchdog Device Drivers 1470 | # 1471 | CONFIG_SOFT_WATCHDOG=m 1472 | # CONFIG_ALIM7101_WDT is not set 1473 | CONFIG_8xxx_WDT=m 1474 | 1475 | # 1476 | # PCI-based Watchdog Cards 1477 | # 1478 | # CONFIG_PCIPCWATCHDOG is not set 1479 | # CONFIG_WDTPCI is not set 1480 | CONFIG_SSB_POSSIBLE=y 1481 | 1482 | # 1483 | # Sonics Silicon Backplane 1484 | # 1485 | # CONFIG_SSB is not set 1486 | CONFIG_BCMA_POSSIBLE=y 1487 | 1488 | # 1489 | # Broadcom specific AMBA 1490 | # 1491 | # CONFIG_BCMA is not set 1492 | 1493 | # 1494 | # Multifunction device drivers 1495 | # 1496 | # CONFIG_MFD_CORE is not set 1497 | # CONFIG_MFD_SM501 is not set 1498 | # CONFIG_HTC_PASIC3 is not set 1499 | # CONFIG_MFD_TPS65912_SPI is not set 1500 | # CONFIG_MFD_STMPE is not set 1501 | # CONFIG_MFD_TMIO is not set 1502 | # CONFIG_MFD_DA9052_SPI is not set 1503 | # CONFIG_MFD_WM831X_SPI is not set 1504 | # CONFIG_MFD_MC13XXX is not set 1505 | # CONFIG_ABX500_CORE is not set 1506 | # CONFIG_EZX_PCAP is not set 1507 | # CONFIG_MFD_TIMBERDALE is not set 1508 | # CONFIG_LPC_SCH is not set 1509 | # CONFIG_MFD_RDC321X is not set 1510 | # CONFIG_MFD_JANZ_CMODIO is not set 1511 | # CONFIG_MFD_VX855 is not set 1512 | # CONFIG_REGULATOR is not set 1513 | # CONFIG_MEDIA_SUPPORT is not set 1514 | 1515 | # 1516 | # Graphics support 1517 | # 1518 | # CONFIG_AGP is not set 1519 | # CONFIG_VGA_ARB is not set 1520 | # CONFIG_DRM is not set 1521 | # CONFIG_STUB_POULSBO is not set 1522 | # CONFIG_VGASTATE is not set 1523 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set 1524 | # CONFIG_FB is not set 1525 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set 1526 | # CONFIG_SOUND is not set 1527 | CONFIG_HID_SUPPORT=y 1528 | # CONFIG_HID is not set 1529 | # CONFIG_HID_PID is not set 1530 | CONFIG_USB_SUPPORT=y 1531 | CONFIG_USB_ARCH_HAS_HCD=y 1532 | CONFIG_USB_ARCH_HAS_OHCI=y 1533 | CONFIG_USB_ARCH_HAS_EHCI=y 1534 | CONFIG_USB_ARCH_HAS_XHCI=y 1535 | # CONFIG_USB is not set 1536 | # CONFIG_USB_OTG_WHITELIST is not set 1537 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set 1538 | 1539 | # 1540 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may 1541 | # 1542 | # CONFIG_USB_GADGET is not set 1543 | 1544 | # 1545 | # OTG and related infrastructure 1546 | # 1547 | # CONFIG_UWB is not set 1548 | CONFIG_MMC=m 1549 | # CONFIG_MMC_DEBUG is not set 1550 | # CONFIG_MMC_UNSAFE_RESUME is not set 1551 | # CONFIG_MMC_CLKGATE is not set 1552 | 1553 | # 1554 | # MMC/SD/SDIO Card Drivers 1555 | # 1556 | CONFIG_MMC_BLOCK=m 1557 | CONFIG_MMC_BLOCK_MINORS=8 1558 | CONFIG_MMC_BLOCK_BOUNCE=y 1559 | # CONFIG_SDIO_UART is not set 1560 | # CONFIG_MMC_TEST is not set 1561 | 1562 | # 1563 | # MMC/SD/SDIO Host Controller Drivers 1564 | # 1565 | # CONFIG_MMC_SDHCI is not set 1566 | # CONFIG_MMC_WBSD is not set 1567 | # CONFIG_MMC_TIFM_SD is not set 1568 | CONFIG_MMC_SPI=m 1569 | # CONFIG_MMC_CB710 is not set 1570 | # CONFIG_MMC_VIA_SDMMC is not set 1571 | # CONFIG_MEMSTICK is not set 1572 | CONFIG_NEW_LEDS=y 1573 | CONFIG_LEDS_CLASS=y 1574 | 1575 | # 1576 | # LED drivers 1577 | # 1578 | # CONFIG_LEDS_GPIO is not set 1579 | CONFIG_LEDS_RB_PPC=y 1580 | # CONFIG_LEDS_DAC124S085 is not set 1581 | # CONFIG_LEDS_LT3593 is not set 1582 | # CONFIG_LEDS_OT200 is not set 1583 | CONFIG_LEDS_TRIGGERS=y 1584 | 1585 | # 1586 | # LED Triggers 1587 | # 1588 | # CONFIG_LEDS_TRIGGER_TIMER is not set 1589 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y 1590 | # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set 1591 | # CONFIG_LEDS_TRIGGER_GPIO is not set 1592 | # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set 1593 | 1594 | # 1595 | # iptables trigger is under Netfilter config (LED target) 1596 | # 1597 | # CONFIG_ACCESSIBILITY is not set 1598 | # CONFIG_INFINIBAND is not set 1599 | # CONFIG_EDAC is not set 1600 | # CONFIG_RTC_CLASS is not set 1601 | # CONFIG_DMADEVICES is not set 1602 | # CONFIG_AUXDISPLAY is not set 1603 | # CONFIG_UIO is not set 1604 | 1605 | # 1606 | # Virtio drivers 1607 | # 1608 | # CONFIG_VIRTIO_PCI is not set 1609 | # CONFIG_VIRTIO_BALLOON is not set 1610 | # CONFIG_VIRTIO_MMIO is not set 1611 | 1612 | # 1613 | # Microsoft Hyper-V guest support 1614 | # 1615 | # CONFIG_STAGING is not set 1616 | 1617 | # 1618 | # SOC (System On Chip) specific Drivers 1619 | # 1620 | 1621 | # 1622 | # Hardware Spinlock drivers 1623 | # 1624 | # CONFIG_IOMMU_SUPPORT is not set 1625 | # CONFIG_VIRT_DRIVERS is not set 1626 | # CONFIG_PM_DEVFREQ is not set 1627 | 1628 | # 1629 | # File systems 1630 | # 1631 | # CONFIG_EXT2_FS is not set 1632 | CONFIG_EXT3_FS=y 1633 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set 1634 | CONFIG_EXT3_FS_XATTR=y 1635 | # CONFIG_EXT3_FS_POSIX_ACL is not set 1636 | # CONFIG_EXT3_FS_SECURITY is not set 1637 | # CONFIG_EXT4_FS is not set 1638 | CONFIG_JBD=y 1639 | CONFIG_FS_MBCACHE=y 1640 | # CONFIG_REISERFS_FS is not set 1641 | # CONFIG_JFS_FS is not set 1642 | # CONFIG_XFS_FS is not set 1643 | # CONFIG_BTRFS_FS is not set 1644 | # CONFIG_NILFS2_FS is not set 1645 | # CONFIG_FS_POSIX_ACL is not set 1646 | CONFIG_FILE_LOCKING=y 1647 | CONFIG_FSNOTIFY=y 1648 | CONFIG_DNOTIFY=y 1649 | CONFIG_INOTIFY_USER=y 1650 | # CONFIG_FANOTIFY is not set 1651 | # CONFIG_QUOTA is not set 1652 | # CONFIG_QUOTACTL is not set 1653 | # CONFIG_AUTOFS4_FS is not set 1654 | # CONFIG_FUSE_FS is not set 1655 | 1656 | # 1657 | # Caches 1658 | # 1659 | # CONFIG_FSCACHE is not set 1660 | 1661 | # 1662 | # CD-ROM/DVD Filesystems 1663 | # 1664 | # CONFIG_ISO9660_FS is not set 1665 | # CONFIG_UDF_FS is not set 1666 | 1667 | # 1668 | # DOS/FAT/NT Filesystems 1669 | # 1670 | CONFIG_FAT_FS=y 1671 | # CONFIG_MSDOS_FS is not set 1672 | CONFIG_VFAT_FS=y 1673 | CONFIG_FAT_DEFAULT_CODEPAGE=437 1674 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" 1675 | # CONFIG_NTFS_FS is not set 1676 | 1677 | # 1678 | # Pseudo filesystems 1679 | # 1680 | CONFIG_PROC_FS=y 1681 | # CONFIG_PROC_KCORE is not set 1682 | CONFIG_PROC_SYSCTL=y 1683 | CONFIG_PROC_PAGE_MONITOR=y 1684 | CONFIG_SYSFS=y 1685 | CONFIG_TMPFS=y 1686 | # CONFIG_TMPFS_POSIX_ACL is not set 1687 | # CONFIG_TMPFS_XATTR is not set 1688 | # CONFIG_HUGETLB_PAGE is not set 1689 | # CONFIG_CONFIGFS_FS is not set 1690 | CONFIG_MISC_FILESYSTEMS=y 1691 | # CONFIG_ADFS_FS is not set 1692 | # CONFIG_AFFS_FS is not set 1693 | # CONFIG_HFS_FS is not set 1694 | # CONFIG_HFSPLUS_FS is not set 1695 | # CONFIG_BEFS_FS is not set 1696 | # CONFIG_BFS_FS is not set 1697 | # CONFIG_EFS_FS is not set 1698 | # CONFIG_JFFS2_FS is not set 1699 | # CONFIG_LOGFS is not set 1700 | # CONFIG_CRAMFS is not set 1701 | CONFIG_SQUASHFS=y 1702 | # CONFIG_SQUASHFS_XATTR is not set 1703 | # CONFIG_SQUASHFS_ZLIB is not set 1704 | # CONFIG_SQUASHFS_LZO is not set 1705 | CONFIG_SQUASHFS_XZ=y 1706 | CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y 1707 | # CONFIG_SQUASHFS_EMBEDDED is not set 1708 | CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 1709 | # CONFIG_VXFS_FS is not set 1710 | # CONFIG_MINIX_FS is not set 1711 | # CONFIG_OMFS_FS is not set 1712 | # CONFIG_HPFS_FS is not set 1713 | # CONFIG_QNX4FS_FS is not set 1714 | # CONFIG_ROMFS_FS is not set 1715 | # CONFIG_PSTORE is not set 1716 | # CONFIG_SYSV_FS is not set 1717 | # CONFIG_UFS_FS is not set 1718 | CONFIG_YAFFS_FS=y 1719 | CONFIG_YAFFS_YAFFS1=y 1720 | # CONFIG_YAFFS_DOES_ECC is not set 1721 | CONFIG_YAFFS_YAFFS2=y 1722 | CONFIG_YAFFS_AUTO_YAFFS2=y 1723 | # CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set 1724 | # CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set 1725 | CONFIG_YAFFS_DISABLE_CHUNK_ERASED_CHECK=y 1726 | CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y 1727 | CONFIG_NETWORK_FILESYSTEMS=y 1728 | # CONFIG_NFS_FS is not set 1729 | # CONFIG_NFSD is not set 1730 | # CONFIG_CEPH_FS is not set 1731 | # CONFIG_CIFS is not set 1732 | # CONFIG_NCP_FS is not set 1733 | # CONFIG_CODA_FS is not set 1734 | # CONFIG_AFS_FS is not set 1735 | CONFIG_NLS=y 1736 | CONFIG_NLS_DEFAULT="iso8859-1" 1737 | CONFIG_NLS_CODEPAGE_437=y 1738 | # CONFIG_NLS_CODEPAGE_737 is not set 1739 | # CONFIG_NLS_CODEPAGE_775 is not set 1740 | # CONFIG_NLS_CODEPAGE_850 is not set 1741 | # CONFIG_NLS_CODEPAGE_852 is not set 1742 | # CONFIG_NLS_CODEPAGE_855 is not set 1743 | # CONFIG_NLS_CODEPAGE_857 is not set 1744 | # CONFIG_NLS_CODEPAGE_860 is not set 1745 | # CONFIG_NLS_CODEPAGE_861 is not set 1746 | # CONFIG_NLS_CODEPAGE_862 is not set 1747 | # CONFIG_NLS_CODEPAGE_863 is not set 1748 | # CONFIG_NLS_CODEPAGE_864 is not set 1749 | # CONFIG_NLS_CODEPAGE_865 is not set 1750 | # CONFIG_NLS_CODEPAGE_866 is not set 1751 | # CONFIG_NLS_CODEPAGE_869 is not set 1752 | # CONFIG_NLS_CODEPAGE_936 is not set 1753 | # CONFIG_NLS_CODEPAGE_950 is not set 1754 | # CONFIG_NLS_CODEPAGE_932 is not set 1755 | # CONFIG_NLS_CODEPAGE_949 is not set 1756 | # CONFIG_NLS_CODEPAGE_874 is not set 1757 | # CONFIG_NLS_ISO8859_8 is not set 1758 | # CONFIG_NLS_CODEPAGE_1250 is not set 1759 | # CONFIG_NLS_CODEPAGE_1251 is not set 1760 | # CONFIG_NLS_ASCII is not set 1761 | CONFIG_NLS_ISO8859_1=y 1762 | # CONFIG_NLS_ISO8859_2 is not set 1763 | # CONFIG_NLS_ISO8859_3 is not set 1764 | # CONFIG_NLS_ISO8859_4 is not set 1765 | # CONFIG_NLS_ISO8859_5 is not set 1766 | # CONFIG_NLS_ISO8859_6 is not set 1767 | # CONFIG_NLS_ISO8859_7 is not set 1768 | # CONFIG_NLS_ISO8859_9 is not set 1769 | # CONFIG_NLS_ISO8859_13 is not set 1770 | # CONFIG_NLS_ISO8859_14 is not set 1771 | # CONFIG_NLS_ISO8859_15 is not set 1772 | # CONFIG_NLS_KOI8_R is not set 1773 | # CONFIG_NLS_KOI8_U is not set 1774 | # CONFIG_NLS_UTF8 is not set 1775 | CONFIG_UCC_FAST=y 1776 | CONFIG_UCC=y 1777 | # CONFIG_BINARY_PRINTF is not set 1778 | 1779 | # 1780 | # Library routines 1781 | # 1782 | CONFIG_BITREVERSE=y 1783 | CONFIG_GENERIC_PCI_IOMAP=y 1784 | CONFIG_CRC_CCITT=m 1785 | # CONFIG_CRC16 is not set 1786 | # CONFIG_CRC_T10DIF is not set 1787 | CONFIG_CRC_ITU_T=m 1788 | CONFIG_CRC32=y 1789 | CONFIG_CRC7=m 1790 | CONFIG_LIBCRC32C=y 1791 | # CONFIG_CRC8 is not set 1792 | CONFIG_ZLIB_INFLATE=y 1793 | CONFIG_ZLIB_DEFLATE=y 1794 | CONFIG_XZ_DEC=y 1795 | CONFIG_XZ_DEC_X86=y 1796 | CONFIG_XZ_DEC_POWERPC=y 1797 | CONFIG_XZ_DEC_IA64=y 1798 | CONFIG_XZ_DEC_ARM=y 1799 | CONFIG_XZ_DEC_ARMTHUMB=y 1800 | CONFIG_XZ_DEC_SPARC=y 1801 | CONFIG_XZ_DEC_BCJ=y 1802 | # CONFIG_XZ_DEC_TEST is not set 1803 | CONFIG_DECOMPRESS_XZ=y 1804 | CONFIG_TEXTSEARCH=y 1805 | CONFIG_TEXTSEARCH_KMP=m 1806 | CONFIG_TEXTSEARCH_BM=m 1807 | CONFIG_TEXTSEARCH_FSM=m 1808 | CONFIG_HAS_IOMEM=y 1809 | CONFIG_HAS_IOPORT=y 1810 | CONFIG_HAS_DMA=y 1811 | CONFIG_DQL=y 1812 | CONFIG_NLATTR=y 1813 | CONFIG_GENERIC_ATOMIC64=y 1814 | # CONFIG_AVERAGE is not set 1815 | # CONFIG_CORDIC is not set 1816 | 1817 | # 1818 | # Kernel hacking 1819 | # 1820 | # CONFIG_PRINTK_TIME is not set 1821 | CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 1822 | CONFIG_ENABLE_WARN_DEPRECATED=y 1823 | CONFIG_ENABLE_MUST_CHECK=y 1824 | CONFIG_FRAME_WARN=1024 1825 | # CONFIG_MAGIC_SYSRQ is not set 1826 | # CONFIG_STRIP_ASM_SYMS is not set 1827 | # CONFIG_UNUSED_SYMBOLS is not set 1828 | # CONFIG_DEBUG_FS is not set 1829 | # CONFIG_HEADERS_CHECK is not set 1830 | # CONFIG_DEBUG_SECTION_MISMATCH is not set 1831 | CONFIG_DEBUG_KERNEL=y 1832 | # CONFIG_DEBUG_SHIRQ is not set 1833 | CONFIG_LOCKUP_DETECTOR=y 1834 | # CONFIG_HARDLOCKUP_DETECTOR is not set 1835 | CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y 1836 | CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1 1837 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y 1838 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1 1839 | CONFIG_DETECT_HUNG_TASK=y 1840 | CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 1841 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y 1842 | CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1 1843 | # CONFIG_SCHED_DEBUG is not set 1844 | # CONFIG_SCHEDSTATS is not set 1845 | # CONFIG_TIMER_STATS is not set 1846 | # CONFIG_DEBUG_OBJECTS is not set 1847 | # CONFIG_SLUB_DEBUG_ON is not set 1848 | # CONFIG_SLUB_STATS is not set 1849 | # CONFIG_DEBUG_KMEMLEAK is not set 1850 | # CONFIG_DEBUG_RT_MUTEXES is not set 1851 | # CONFIG_RT_MUTEX_TESTER is not set 1852 | # CONFIG_DEBUG_SPINLOCK is not set 1853 | # CONFIG_DEBUG_MUTEXES is not set 1854 | # CONFIG_DEBUG_LOCK_ALLOC is not set 1855 | # CONFIG_PROVE_LOCKING is not set 1856 | # CONFIG_SPARSE_RCU_POINTER is not set 1857 | # CONFIG_LOCK_STAT is not set 1858 | # CONFIG_DEBUG_ATOMIC_SLEEP is not set 1859 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set 1860 | CONFIG_STACKTRACE=y 1861 | # CONFIG_DEBUG_STACK_USAGE is not set 1862 | # CONFIG_DEBUG_KOBJECT is not set 1863 | # CONFIG_DEBUG_BUGVERBOSE is not set 1864 | CONFIG_DEBUG_INFO=y 1865 | # CONFIG_DEBUG_INFO_REDUCED is not set 1866 | # CONFIG_DEBUG_VM is not set 1867 | # CONFIG_DEBUG_WRITECOUNT is not set 1868 | # CONFIG_DEBUG_MEMORY_INIT is not set 1869 | # CONFIG_DEBUG_LIST is not set 1870 | # CONFIG_TEST_LIST_SORT is not set 1871 | # CONFIG_DEBUG_SG is not set 1872 | # CONFIG_DEBUG_NOTIFIERS is not set 1873 | # CONFIG_DEBUG_CREDENTIALS is not set 1874 | # CONFIG_RCU_TORTURE_TEST is not set 1875 | # CONFIG_BACKTRACE_SELF_TEST is not set 1876 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1877 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1878 | # CONFIG_FAULT_INJECTION is not set 1879 | # CONFIG_LATENCYTOP is not set 1880 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1881 | # CONFIG_DEBUG_PAGEALLOC is not set 1882 | CONFIG_HAVE_FUNCTION_TRACER=y 1883 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1884 | CONFIG_HAVE_DYNAMIC_FTRACE=y 1885 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y 1886 | CONFIG_HAVE_SYSCALL_TRACEPOINTS=y 1887 | CONFIG_RING_BUFFER=y 1888 | CONFIG_RING_BUFFER_ALLOW_SWAP=y 1889 | CONFIG_TRACING_SUPPORT=y 1890 | # CONFIG_FTRACE is not set 1891 | # CONFIG_DMA_API_DEBUG is not set 1892 | # CONFIG_ATOMIC64_SELFTEST is not set 1893 | # CONFIG_SAMPLES is not set 1894 | CONFIG_HAVE_ARCH_KGDB=y 1895 | # CONFIG_KGDB is not set 1896 | # CONFIG_TEST_KSTRTOX is not set 1897 | # CONFIG_PPC_DISABLE_WERROR is not set 1898 | CONFIG_PPC_WERROR=y 1899 | CONFIG_PRINT_STACK_DEPTH=64 1900 | CONFIG_DEBUG_STACKOVERFLOW=y 1901 | # CONFIG_CODE_PATCHING_SELFTEST is not set 1902 | # CONFIG_FTR_FIXUP_SELFTEST is not set 1903 | # CONFIG_MSI_BITMAP_SELFTEST is not set 1904 | # CONFIG_XMON is not set 1905 | # CONFIG_BDI_SWITCH is not set 1906 | # CONFIG_BOOTX_TEXT is not set 1907 | # CONFIG_PPC_EARLY_DEBUG is not set 1908 | CONFIG_STRICT_DEVMEM=y 1909 | 1910 | # 1911 | # Security options 1912 | # 1913 | # CONFIG_KEYS is not set 1914 | # CONFIG_SECURITY_DMESG_RESTRICT is not set 1915 | # CONFIG_SECURITY is not set 1916 | # CONFIG_SECURITYFS is not set 1917 | CONFIG_DEFAULT_SECURITY_DAC=y 1918 | CONFIG_DEFAULT_SECURITY="" 1919 | CONFIG_CRYPTO=y 1920 | 1921 | # 1922 | # Crypto core or helper 1923 | # 1924 | CONFIG_CRYPTO_ALGAPI=y 1925 | CONFIG_CRYPTO_ALGAPI2=y 1926 | CONFIG_CRYPTO_AEAD=y 1927 | CONFIG_CRYPTO_AEAD2=y 1928 | CONFIG_CRYPTO_BLKCIPHER=y 1929 | CONFIG_CRYPTO_BLKCIPHER2=y 1930 | CONFIG_CRYPTO_HASH=y 1931 | CONFIG_CRYPTO_HASH2=y 1932 | CONFIG_CRYPTO_RNG=m 1933 | CONFIG_CRYPTO_RNG2=y 1934 | CONFIG_CRYPTO_PCOMP2=y 1935 | CONFIG_CRYPTO_MANAGER=y 1936 | CONFIG_CRYPTO_MANAGER2=y 1937 | # CONFIG_CRYPTO_USER is not set 1938 | CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y 1939 | CONFIG_CRYPTO_GF128MUL=m 1940 | CONFIG_CRYPTO_NULL=m 1941 | CONFIG_CRYPTO_WORKQUEUE=y 1942 | # CONFIG_CRYPTO_CRYPTD is not set 1943 | CONFIG_CRYPTO_AUTHENC=y 1944 | # CONFIG_CRYPTO_TEST is not set 1945 | 1946 | # 1947 | # Authenticated Encryption with Associated Data 1948 | # 1949 | CONFIG_CRYPTO_CCM=m 1950 | CONFIG_CRYPTO_GCM=m 1951 | CONFIG_CRYPTO_SEQIV=m 1952 | 1953 | # 1954 | # Block modes 1955 | # 1956 | CONFIG_CRYPTO_CBC=y 1957 | CONFIG_CRYPTO_CTR=m 1958 | # CONFIG_CRYPTO_CTS is not set 1959 | CONFIG_CRYPTO_ECB=y 1960 | # CONFIG_CRYPTO_LRW is not set 1961 | CONFIG_CRYPTO_PCBC=m 1962 | # CONFIG_CRYPTO_XTS is not set 1963 | 1964 | # 1965 | # Hash modes 1966 | # 1967 | CONFIG_CRYPTO_HMAC=y 1968 | # CONFIG_CRYPTO_XCBC is not set 1969 | # CONFIG_CRYPTO_VMAC is not set 1970 | 1971 | # 1972 | # Digest 1973 | # 1974 | CONFIG_CRYPTO_CRC32C=y 1975 | CONFIG_CRYPTO_GHASH=m 1976 | # CONFIG_CRYPTO_MD4 is not set 1977 | CONFIG_CRYPTO_MD5=y 1978 | # CONFIG_CRYPTO_MICHAEL_MIC is not set 1979 | # CONFIG_CRYPTO_RMD128 is not set 1980 | # CONFIG_CRYPTO_RMD160 is not set 1981 | # CONFIG_CRYPTO_RMD256 is not set 1982 | # CONFIG_CRYPTO_RMD320 is not set 1983 | CONFIG_CRYPTO_SHA1=m 1984 | CONFIG_CRYPTO_SHA256=m 1985 | CONFIG_CRYPTO_SHA512=m 1986 | # CONFIG_CRYPTO_TGR192 is not set 1987 | # CONFIG_CRYPTO_WP512 is not set 1988 | 1989 | # 1990 | # Ciphers 1991 | # 1992 | CONFIG_CRYPTO_AES=m 1993 | # CONFIG_CRYPTO_ANUBIS is not set 1994 | CONFIG_CRYPTO_ARC4=m 1995 | CONFIG_CRYPTO_BLOWFISH=m 1996 | CONFIG_CRYPTO_BLOWFISH_COMMON=m 1997 | CONFIG_CRYPTO_CAMELLIA=m 1998 | # CONFIG_CRYPTO_CAST5 is not set 1999 | # CONFIG_CRYPTO_CAST6 is not set 2000 | CONFIG_CRYPTO_DES=m 2001 | # CONFIG_CRYPTO_FCRYPT is not set 2002 | # CONFIG_CRYPTO_KHAZAD is not set 2003 | # CONFIG_CRYPTO_SALSA20 is not set 2004 | # CONFIG_CRYPTO_SEED is not set 2005 | # CONFIG_CRYPTO_SERPENT is not set 2006 | # CONFIG_CRYPTO_TEA is not set 2007 | CONFIG_CRYPTO_TWOFISH=m 2008 | CONFIG_CRYPTO_TWOFISH_COMMON=m 2009 | 2010 | # 2011 | # Compression 2012 | # 2013 | CONFIG_CRYPTO_DEFLATE=y 2014 | # CONFIG_CRYPTO_ZLIB is not set 2015 | # CONFIG_CRYPTO_LZO is not set 2016 | 2017 | # 2018 | # Random Number Generation 2019 | # 2020 | CONFIG_CRYPTO_ANSI_CPRNG=m 2021 | # CONFIG_CRYPTO_USER_API_HASH is not set 2022 | # CONFIG_CRYPTO_USER_API_SKCIPHER is not set 2023 | # CONFIG_CRYPTO_HW is not set 2024 | # CONFIG_PPC_CLOCK is not set 2025 | CONFIG_PPC_LIB_RHEAP=y 2026 | # CONFIG_VIRTUALIZATION is not set 2027 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 2, June 1991 3 | 4 | Copyright (C) 1989, 1991 Free Software Foundation, Inc., 5 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 | Everyone is permitted to copy and distribute verbatim copies 7 | of this license document, but changing it is not allowed. 8 | 9 | Preamble 10 | 11 | The licenses for most software are designed to take away your 12 | freedom to share and change it. By contrast, the GNU General Public 13 | License is intended to guarantee your freedom to share and change free 14 | software--to make sure the software is free for all its users. This 15 | General Public License applies to most of the Free Software 16 | Foundation's software and to any other program whose authors commit to 17 | using it. (Some other Free Software Foundation software is covered by 18 | the GNU Lesser General Public License instead.) You can apply it to 19 | your programs, too. 20 | 21 | When we speak of free software, we are referring to freedom, not 22 | price. Our General Public Licenses are designed to make sure that you 23 | have the freedom to distribute copies of free software (and charge for 24 | this service if you wish), that you receive source code or can get it 25 | if you want it, that you can change the software or use pieces of it 26 | in new free programs; and that you know you can do these things. 27 | 28 | To protect your rights, we need to make restrictions that forbid 29 | anyone to deny you these rights or to ask you to surrender the rights. 30 | These restrictions translate to certain responsibilities for you if you 31 | distribute copies of the software, or if you modify it. 32 | 33 | For example, if you distribute copies of such a program, whether 34 | gratis or for a fee, you must give the recipients all the rights that 35 | you have. You must make sure that they, too, receive or can get the 36 | source code. And you must show them these terms so they know their 37 | rights. 38 | 39 | We protect your rights with two steps: (1) copyright the software, and 40 | (2) offer you this license which gives you legal permission to copy, 41 | distribute and/or modify the software. 42 | 43 | Also, for each author's protection and ours, we want to make certain 44 | that everyone understands that there is no warranty for this free 45 | software. If the software is modified by someone else and passed on, we 46 | want its recipients to know that what they have is not the original, so 47 | that any problems introduced by others will not reflect on the original 48 | authors' reputations. 49 | 50 | Finally, any free program is threatened constantly by software 51 | patents. We wish to avoid the danger that redistributors of a free 52 | program will individually obtain patent licenses, in effect making the 53 | program proprietary. To prevent this, we have made it clear that any 54 | patent must be licensed for everyone's free use or not licensed at all. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | GNU GENERAL PUBLIC LICENSE 60 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 | 62 | 0. This License applies to any program or other work which contains 63 | a notice placed by the copyright holder saying it may be distributed 64 | under the terms of this General Public License. The "Program", below, 65 | refers to any such program or work, and a "work based on the Program" 66 | means either the Program or any derivative work under copyright law: 67 | that is to say, a work containing the Program or a portion of it, 68 | either verbatim or with modifications and/or translated into another 69 | language. (Hereinafter, translation is included without limitation in 70 | the term "modification".) Each licensee is addressed as "you". 71 | 72 | Activities other than copying, distribution and modification are not 73 | covered by this License; they are outside its scope. The act of 74 | running the Program is not restricted, and the output from the Program 75 | is covered only if its contents constitute a work based on the 76 | Program (independent of having been made by running the Program). 77 | Whether that is true depends on what the Program does. 78 | 79 | 1. You may copy and distribute verbatim copies of the Program's 80 | source code as you receive it, in any medium, provided that you 81 | conspicuously and appropriately publish on each copy an appropriate 82 | copyright notice and disclaimer of warranty; keep intact all the 83 | notices that refer to this License and to the absence of any warranty; 84 | and give any other recipients of the Program a copy of this License 85 | along with the Program. 86 | 87 | You may charge a fee for the physical act of transferring a copy, and 88 | you may at your option offer warranty protection in exchange for a fee. 89 | 90 | 2. You may modify your copy or copies of the Program or any portion 91 | of it, thus forming a work based on the Program, and copy and 92 | distribute such modifications or work under the terms of Section 1 93 | above, provided that you also meet all of these conditions: 94 | 95 | a) You must cause the modified files to carry prominent notices 96 | stating that you changed the files and the date of any change. 97 | 98 | b) You must cause any work that you distribute or publish, that in 99 | whole or in part contains or is derived from the Program or any 100 | part thereof, to be licensed as a whole at no charge to all third 101 | parties under the terms of this License. 102 | 103 | c) If the modified program normally reads commands interactively 104 | when run, you must cause it, when started running for such 105 | interactive use in the most ordinary way, to print or display an 106 | announcement including an appropriate copyright notice and a 107 | notice that there is no warranty (or else, saying that you provide 108 | a warranty) and that users may redistribute the program under 109 | these conditions, and telling the user how to view a copy of this 110 | License. (Exception: if the Program itself is interactive but 111 | does not normally print such an announcement, your work based on 112 | the Program is not required to print an announcement.) 113 | 114 | These requirements apply to the modified work as a whole. If 115 | identifiable sections of that work are not derived from the Program, 116 | and can be reasonably considered independent and separate works in 117 | themselves, then this License, and its terms, do not apply to those 118 | sections when you distribute them as separate works. But when you 119 | distribute the same sections as part of a whole which is a work based 120 | on the Program, the distribution of the whole must be on the terms of 121 | this License, whose permissions for other licensees extend to the 122 | entire whole, and thus to each and every part regardless of who wrote it. 123 | 124 | Thus, it is not the intent of this section to claim rights or contest 125 | your rights to work written entirely by you; rather, the intent is to 126 | exercise the right to control the distribution of derivative or 127 | collective works based on the Program. 128 | 129 | In addition, mere aggregation of another work not based on the Program 130 | with the Program (or with a work based on the Program) on a volume of 131 | a storage or distribution medium does not bring the other work under 132 | the scope of this License. 133 | 134 | 3. You may copy and distribute the Program (or a work based on it, 135 | under Section 2) in object code or executable form under the terms of 136 | Sections 1 and 2 above provided that you also do one of the following: 137 | 138 | a) Accompany it with the complete corresponding machine-readable 139 | source code, which must be distributed under the terms of Sections 140 | 1 and 2 above on a medium customarily used for software interchange; or, 141 | 142 | b) Accompany it with a written offer, valid for at least three 143 | years, to give any third party, for a charge no more than your 144 | cost of physically performing source distribution, a complete 145 | machine-readable copy of the corresponding source code, to be 146 | distributed under the terms of Sections 1 and 2 above on a medium 147 | customarily used for software interchange; or, 148 | 149 | c) Accompany it with the information you received as to the offer 150 | to distribute corresponding source code. (This alternative is 151 | allowed only for noncommercial distribution and only if you 152 | received the program in object code or executable form with such 153 | an offer, in accord with Subsection b above.) 154 | 155 | The source code for a work means the preferred form of the work for 156 | making modifications to it. For an executable work, complete source 157 | code means all the source code for all modules it contains, plus any 158 | associated interface definition files, plus the scripts used to 159 | control compilation and installation of the executable. However, as a 160 | special exception, the source code distributed need not include 161 | anything that is normally distributed (in either source or binary 162 | form) with the major components (compiler, kernel, and so on) of the 163 | operating system on which the executable runs, unless that component 164 | itself accompanies the executable. 165 | 166 | If distribution of executable or object code is made by offering 167 | access to copy from a designated place, then offering equivalent 168 | access to copy the source code from the same place counts as 169 | distribution of the source code, even though third parties are not 170 | compelled to copy the source along with the object code. 171 | 172 | 4. You may not copy, modify, sublicense, or distribute the Program 173 | except as expressly provided under this License. Any attempt 174 | otherwise to copy, modify, sublicense or distribute the Program is 175 | void, and will automatically terminate your rights under this License. 176 | However, parties who have received copies, or rights, from you under 177 | this License will not have their licenses terminated so long as such 178 | parties remain in full compliance. 179 | 180 | 5. You are not required to accept this License, since you have not 181 | signed it. However, nothing else grants you permission to modify or 182 | distribute the Program or its derivative works. These actions are 183 | prohibited by law if you do not accept this License. Therefore, by 184 | modifying or distributing the Program (or any work based on the 185 | Program), you indicate your acceptance of this License to do so, and 186 | all its terms and conditions for copying, distributing or modifying 187 | the Program or works based on it. 188 | 189 | 6. Each time you redistribute the Program (or any work based on the 190 | Program), the recipient automatically receives a license from the 191 | original licensor to copy, distribute or modify the Program subject to 192 | these terms and conditions. You may not impose any further 193 | restrictions on the recipients' exercise of the rights granted herein. 194 | You are not responsible for enforcing compliance by third parties to 195 | this License. 196 | 197 | 7. If, as a consequence of a court judgment or allegation of patent 198 | infringement or for any other reason (not limited to patent issues), 199 | conditions are imposed on you (whether by court order, agreement or 200 | otherwise) that contradict the conditions of this License, they do not 201 | excuse you from the conditions of this License. If you cannot 202 | distribute so as to satisfy simultaneously your obligations under this 203 | License and any other pertinent obligations, then as a consequence you 204 | may not distribute the Program at all. For example, if a patent 205 | license would not permit royalty-free redistribution of the Program by 206 | all those who receive copies directly or indirectly through you, then 207 | the only way you could satisfy both it and this License would be to 208 | refrain entirely from distribution of the Program. 209 | 210 | If any portion of this section is held invalid or unenforceable under 211 | any particular circumstance, the balance of the section is intended to 212 | apply and the section as a whole is intended to apply in other 213 | circumstances. 214 | 215 | It is not the purpose of this section to induce you to infringe any 216 | patents or other property right claims or to contest validity of any 217 | such claims; this section has the sole purpose of protecting the 218 | integrity of the free software distribution system, which is 219 | implemented by public license practices. Many people have made 220 | generous contributions to the wide range of software distributed 221 | through that system in reliance on consistent application of that 222 | system; it is up to the author/donor to decide if he or she is willing 223 | to distribute software through any other system and a licensee cannot 224 | impose that choice. 225 | 226 | This section is intended to make thoroughly clear what is believed to 227 | be a consequence of the rest of this License. 228 | 229 | 8. If the distribution and/or use of the Program is restricted in 230 | certain countries either by patents or by copyrighted interfaces, the 231 | original copyright holder who places the Program under this License 232 | may add an explicit geographical distribution limitation excluding 233 | those countries, so that distribution is permitted only in or among 234 | countries not thus excluded. In such case, this License incorporates 235 | the limitation as if written in the body of this License. 236 | 237 | 9. The Free Software Foundation may publish revised and/or new versions 238 | of the General Public License from time to time. Such new versions will 239 | be similar in spirit to the present version, but may differ in detail to 240 | address new problems or concerns. 241 | 242 | Each version is given a distinguishing version number. If the Program 243 | specifies a version number of this License which applies to it and "any 244 | later version", you have the option of following the terms and conditions 245 | either of that version or of any later version published by the Free 246 | Software Foundation. If the Program does not specify a version number of 247 | this License, you may choose any version ever published by the Free Software 248 | Foundation. 249 | 250 | 10. If you wish to incorporate parts of the Program into other free 251 | programs whose distribution conditions are different, write to the author 252 | to ask for permission. For software which is copyrighted by the Free 253 | Software Foundation, write to the Free Software Foundation; we sometimes 254 | make exceptions for this. Our decision will be guided by the two goals 255 | of preserving the free status of all derivatives of our free software and 256 | of promoting the sharing and reuse of software generally. 257 | 258 | NO WARRANTY 259 | 260 | 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 | FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 | OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 | PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 | OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 | TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 | PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 | REPAIR OR CORRECTION. 269 | 270 | 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 | REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 | INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 | OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 | YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 | PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 | POSSIBILITY OF SUCH DAMAGES. 279 | 280 | END OF TERMS AND CONDITIONS 281 | 282 | How to Apply These Terms to Your New Programs 283 | 284 | If you develop a new program, and you want it to be of the greatest 285 | possible use to the public, the best way to achieve this is to make it 286 | free software which everyone can redistribute and change under these terms. 287 | 288 | To do so, attach the following notices to the program. It is safest 289 | to attach them to the start of each source file to most effectively 290 | convey the exclusion of warranty; and each file should have at least 291 | the "copyright" line and a pointer to where the full notice is found. 292 | 293 | {description} 294 | Copyright (C) {year} {fullname} 295 | 296 | This program is free software; you can redistribute it and/or modify 297 | it under the terms of the GNU General Public License as published by 298 | the Free Software Foundation; either version 2 of the License, or 299 | (at your option) any later version. 300 | 301 | This program is distributed in the hope that it will be useful, 302 | but WITHOUT ANY WARRANTY; without even the implied warranty of 303 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 304 | GNU General Public License for more details. 305 | 306 | You should have received a copy of the GNU General Public License along 307 | with this program; if not, write to the Free Software Foundation, Inc., 308 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 309 | 310 | Also add information on how to contact you by electronic and paper mail. 311 | 312 | If the program is interactive, make it output a short notice like this 313 | when it starts in an interactive mode: 314 | 315 | Gnomovision version 69, Copyright (C) year name of author 316 | Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 | This is free software, and you are welcome to redistribute it 318 | under certain conditions; type `show c' for details. 319 | 320 | The hypothetical commands `show w' and `show c' should show the appropriate 321 | parts of the General Public License. Of course, the commands you use may 322 | be called something other than `show w' and `show c'; they could even be 323 | mouse-clicks or menu items--whatever suits your program. 324 | 325 | You should also get your employer (if you work as a programmer) or your 326 | school, if any, to sign a "copyright disclaimer" for the program, if 327 | necessary. Here is a sample; alter the names: 328 | 329 | Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 | `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 | 332 | {signature of Ty Coon}, 1 April 1989 333 | Ty Coon, President of Vice 334 | 335 | This General Public License does not permit incorporating your program into 336 | proprietary programs. If your program is a subroutine library, you may 337 | consider it more useful to permit linking proprietary applications with the 338 | library. If this is what you want to do, use the GNU Lesser General 339 | Public License instead of this License. 340 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## RouterOS Linux kernel patch 2 | 3 | Asked kindly to Mikrotik because of GPL. 4 | 5 | # Mail 6 | 7 | ``` 8 | Hello, 9 | 10 | I am able to give you the patch with our Kernel modifications. Most of the 11 | programs are entirely proprietary and are not covered by GPL. 12 | 13 | The kernel patch is attached. 14 | 15 | Regards, 16 | Normunds R. 17 | ``` 18 | 19 | Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA 20 | --------------------------------------------------------------------------------