Skip to content
config.x86_64 164 KiB
Newer Older
Seblu's avatar
Seblu committed
#
# Automatically generated file; DO NOT EDIT.
Seblu's avatar
Seblu committed
# Linux/x86 4.18.20 Kernel Configuration
Seblu's avatar
Seblu committed
#

#
Seblu's avatar
Seblu committed
# Compiler: gcc (GCC) 8.2.1 20181127
Seblu's avatar
Seblu committed
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_MMU=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_MMAP_RND_BITS_MIN=28
CONFIG_ARCH_MMAP_RND_BITS_MAX=32
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=8
CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16
Seblu's avatar
Seblu committed
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_FILTER_PGPROT=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
Seblu's avatar
Seblu committed
CONFIG_DYNAMIC_PHYSICAL_MASK=y
Seblu's avatar
Seblu committed
CONFIG_PGTABLE_LEVELS=4
Seblu's avatar
Seblu committed
CONFIG_CC_IS_GCC=y
Seblu's avatar
Seblu committed
CONFIG_GCC_VERSION=80201
Seblu's avatar
Seblu committed
CONFIG_CLANG_VERSION=0
Seblu's avatar
Seblu committed
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
Seblu's avatar
Seblu committed
CONFIG_THREAD_INFO_IN_TASK=y
Seblu's avatar
Seblu committed

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-seblu"
Seblu's avatar
Seblu committed
# CONFIG_LOCALVERSION_AUTO is not set
Seblu's avatar
Seblu committed
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
Seblu's avatar
Seblu committed
# CONFIG_KERNEL_GZIP is not set
Seblu's avatar
Seblu committed
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
Seblu's avatar
Seblu committed
CONFIG_KERNEL_LZ4=y
Seblu's avatar
Seblu committed
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
Seblu's avatar
Seblu committed
CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
Seblu's avatar
Seblu committed
CONFIG_GENERIC_PENDING_IRQ=y
Seblu's avatar
Seblu committed
CONFIG_GENERIC_IRQ_MIGRATION=y
Seblu's avatar
Seblu committed
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
Seblu's avatar
Seblu committed
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y
Seblu's avatar
Seblu committed
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
Seblu's avatar
Seblu committed
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
Seblu's avatar
Seblu committed
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
Seblu's avatar
Seblu committed
# CONFIG_NO_HZ is not set
Seblu's avatar
Seblu committed
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
Seblu's avatar
Seblu committed
CONFIG_CPU_ISOLATION=y
Seblu's avatar
Seblu committed

#
# RCU Subsystem
#
CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
Seblu's avatar
Seblu committed
CONFIG_TREE_SRCU=y
Seblu's avatar
Seblu committed
CONFIG_TASKS_RCU=y
Seblu's avatar
Seblu committed
CONFIG_RCU_STALL_COMMON=y
Seblu's avatar
Seblu committed
CONFIG_RCU_NEED_SEGCBLIST=y
Seblu's avatar
Seblu committed
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
Seblu's avatar
Seblu committed
CONFIG_LOG_BUF_SHIFT=22
Seblu's avatar
Seblu committed
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
Seblu's avatar
Seblu committed
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
Seblu's avatar
Seblu committed
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_NUMA_BALANCING=y
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
CONFIG_CGROUPS=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
Seblu's avatar
Seblu committed
# CONFIG_MEMCG_SWAP_ENABLED is not set
Seblu's avatar
Seblu committed
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CGROUP_WRITEBACK=y
Seblu's avatar
Seblu committed
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
Seblu's avatar
Seblu committed
CONFIG_CGROUP_PIDS=y
Seblu's avatar
Seblu committed
CONFIG_CGROUP_RDMA=y
Seblu's avatar
Seblu committed
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_HUGETLB=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CGROUP_CPUACCT=y
# CONFIG_CGROUP_PERF is not set
Seblu's avatar
Seblu committed
CONFIG_CGROUP_BPF=y
CONFIG_SOCK_CGROUP_DATA=y
Seblu's avatar
Seblu committed
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
Seblu's avatar
Seblu committed
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
Seblu's avatar
Seblu committed
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
Seblu's avatar
Seblu committed
CONFIG_FHANDLE=y
Seblu's avatar
Seblu committed
CONFIG_POSIX_TIMERS=y
Seblu's avatar
Seblu committed
CONFIG_PRINTK=y
Seblu's avatar
Seblu committed
CONFIG_PRINTK_NMI=y
Seblu's avatar
Seblu committed
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
Seblu's avatar
Seblu committed
CONFIG_FUTEX_PI=y
Seblu's avatar
Seblu committed
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
Seblu's avatar
Seblu committed
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_BPF_SYSCALL=y
Seblu's avatar
Seblu committed
CONFIG_BPF_JIT_ALWAYS_ON=y
Seblu's avatar
Seblu committed
CONFIG_USERFAULTFD=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
Seblu's avatar
Seblu committed
CONFIG_RSEQ=y
Seblu's avatar
Seblu committed
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_COMPAT_BRK is not set
Seblu's avatar
Seblu committed
CONFIG_SLAB=y
# CONFIG_SLUB is not set
Seblu's avatar
Seblu committed
CONFIG_SLAB_MERGE_DEFAULT=y
Seblu's avatar
Seblu committed
CONFIG_SLAB_FREELIST_RANDOM=y
Seblu's avatar
Seblu committed
CONFIG_SYSTEM_DATA_VERIFICATION=y
Seblu's avatar
Seblu committed
# CONFIG_PROFILING is not set
Seblu's avatar
Seblu committed
CONFIG_CRASH_CORE=y
Seblu's avatar
Seblu committed
CONFIG_KEXEC_CORE=y
Seblu's avatar
Seblu committed
CONFIG_HOTPLUG_SMT=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_NMI=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_SET_MEMORY=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_RSEQ=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_CLK=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_RCU_TABLE_FREE=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_RCU_TABLE_INVALIDATE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
Seblu's avatar
Seblu committed
CONFIG_PLUGIN_HOSTCC="g++"
Seblu's avatar
Seblu committed
CONFIG_HAVE_GCC_PLUGINS=y
Seblu's avatar
Seblu committed
# CONFIG_GCC_PLUGINS is not set
Seblu's avatar
Seblu committed
CONFIG_HAVE_STACKPROTECTOR=y
CONFIG_CC_HAS_STACKPROTECTOR_NONE=y
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_WITHIN_STACK_FRAMES=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
Seblu's avatar
Seblu committed
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_EXIT_THREAD=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_MMAP_RND_BITS=28
CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y
CONFIG_ARCH_MMAP_RND_COMPAT_BITS=8
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_COMPAT_MMAP_BASES=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_COPY_THREAD_TLS=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_STACK_VALIDATION=y
Seblu's avatar
Seblu committed
CONFIG_ISA_BUS_API=y
Seblu's avatar
Seblu committed
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y
Seblu's avatar
Seblu committed
CONFIG_COMPAT_32BIT_TIME=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_VMAP_STACK=y
CONFIG_VMAP_STACK=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
CONFIG_STRICT_MODULE_RWX=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_REFCOUNT=y
Seblu's avatar
Seblu committed
# CONFIG_REFCOUNT_FULL is not set
Seblu's avatar
Seblu committed

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
Seblu's avatar
Seblu committed
# CONFIG_MODVERSIONS is not set
Seblu's avatar
Seblu committed
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
CONFIG_MODULE_COMPRESS=y
Seblu's avatar
Seblu committed
# CONFIG_MODULE_COMPRESS_GZIP is not set
CONFIG_MODULE_COMPRESS_XZ=y
Seblu's avatar
Seblu committed
# CONFIG_TRIM_UNUSED_KSYMS is not set
Seblu's avatar
Seblu committed
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_BLOCK=y
Seblu's avatar
Seblu committed
CONFIG_BLK_SCSI_REQUEST=y
Seblu's avatar
Seblu committed
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
Seblu's avatar
Seblu committed
CONFIG_BLK_DEV_ZONED=y
Seblu's avatar
Seblu committed
CONFIG_BLK_DEV_THROTTLING=y
Seblu's avatar
Seblu committed
CONFIG_BLK_DEV_THROTTLING_LOW=y
Seblu's avatar
Seblu committed
# CONFIG_BLK_CMDLINE_PARSER is not set
Seblu's avatar
Seblu committed
CONFIG_BLK_WBT=y
CONFIG_BLK_WBT_SQ=y
CONFIG_BLK_WBT_MQ=y
Seblu's avatar
Seblu committed
CONFIG_BLK_DEBUG_FS=y
CONFIG_BLK_SED_OPAL=y
Seblu's avatar
Seblu committed

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
CONFIG_ACORN_PARTITION=y
CONFIG_ACORN_PARTITION_CUMANA=y
CONFIG_ACORN_PARTITION_EESOX=y
CONFIG_ACORN_PARTITION_ICS=y
CONFIG_ACORN_PARTITION_ADFS=y
CONFIG_ACORN_PARTITION_POWERTEC=y
CONFIG_ACORN_PARTITION_RISCIX=y
CONFIG_AIX_PARTITION=y
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
Seblu's avatar
Seblu committed
# CONFIG_LDM_DEBUG is not set
Seblu's avatar
Seblu committed
CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_SYSV68_PARTITION=y
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y
Seblu's avatar
Seblu committed
CONFIG_BLK_MQ_PCI=y
Seblu's avatar
Seblu committed
CONFIG_BLK_MQ_VIRTIO=y
Seblu's avatar
Seblu committed

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
Seblu's avatar
Seblu committed
CONFIG_MQ_IOSCHED_DEADLINE=m
Seblu's avatar
Seblu committed
CONFIG_MQ_IOSCHED_KYBER=m
CONFIG_IOSCHED_BFQ=m
CONFIG_BFQ_GROUP_IOSCHED=y
Seblu's avatar
Seblu committed
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
Seblu's avatar
Seblu committed
CONFIG_ASN1=y
Seblu's avatar
Seblu committed
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
Seblu's avatar
Seblu committed
CONFIG_CC_HAS_SANE_STACKPROTECTOR=y
Seblu's avatar
Seblu committed
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_X2APIC=y
Seblu's avatar
Seblu committed
# CONFIG_X86_MPPARSE is not set
Seblu's avatar
Seblu committed
# CONFIG_GOLDFISH is not set
Seblu's avatar
Seblu committed
CONFIG_RETPOLINE=y
Seblu's avatar
Seblu committed
CONFIG_INTEL_RDT=y
Seblu's avatar
Seblu committed
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_INTEL_LPSS=y
CONFIG_X86_AMD_PLATFORM_DEVICE=y
Seblu's avatar
Seblu committed
CONFIG_IOSF_MBI=y
Seblu's avatar
Seblu committed
# CONFIG_IOSF_MBI_DEBUG is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
Seblu's avatar
Seblu committed
CONFIG_PARAVIRT_SPINLOCKS=y
# CONFIG_QUEUED_LOCK_STAT is not set
CONFIG_XEN=y
CONFIG_XEN_PV=y
CONFIG_XEN_PV_SMP=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_PVHVM_SMP=y
CONFIG_XEN_512GB=y
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
# CONFIG_XEN_PVH is not set
Seblu's avatar
Seblu committed
CONFIG_KVM_GUEST=y
# CONFIG_KVM_DEBUG_FS is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
Seblu's avatar
Seblu committed
CONFIG_JAILHOUSE_GUEST=y
Seblu's avatar
Seblu committed
CONFIG_NO_BOOTMEM=y
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_MATOM is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
Seblu's avatar
Seblu committed
# CONFIG_GART_IOMMU is not set
Seblu's avatar
Seblu committed
# CONFIG_CALGARY_IOMMU is not set
Seblu's avatar
Seblu committed
CONFIG_NR_CPUS_RANGE_BEGIN=2
CONFIG_NR_CPUS_RANGE_END=512
CONFIG_NR_CPUS_DEFAULT=64
Seblu's avatar
Seblu committed
CONFIG_NR_CPUS=128
Seblu's avatar
Seblu committed
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
Seblu's avatar
Seblu committed
CONFIG_SCHED_MC_PRIO=y
Seblu's avatar
Seblu committed
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
Seblu's avatar
Seblu committed
# CONFIG_X86_MCELOG_LEGACY is not set
Seblu's avatar
Seblu committed
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
Seblu's avatar
Seblu committed
# CONFIG_X86_MCE_INJECT is not set
Seblu's avatar
Seblu committed
CONFIG_X86_THERMAL_VECTOR=y
Seblu's avatar
Seblu committed

#
# Performance monitoring
#
CONFIG_PERF_EVENTS_INTEL_UNCORE=m
CONFIG_PERF_EVENTS_INTEL_RAPL=m
CONFIG_PERF_EVENTS_INTEL_CSTATE=m
CONFIG_PERF_EVENTS_AMD_POWER=m
Seblu's avatar
Seblu committed
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_I8K=m
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
Seblu's avatar
Seblu committed
CONFIG_X86_MSR=m
Seblu's avatar
Seblu committed
CONFIG_X86_CPUID=m
Seblu's avatar
Seblu committed
# CONFIG_X86_5LEVEL is not set
Seblu's avatar
Seblu committed
CONFIG_X86_DIRECT_GBPAGES=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
CONFIG_AMD_MEM_ENCRYPT=y
# CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT is not set
CONFIG_ARCH_USE_MEMREMAP_PROT=y
Seblu's avatar
Seblu committed
CONFIG_NUMA=y
# CONFIG_AMD_NUMA is not set
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=6
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_GENERIC_GUP=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
Seblu's avatar
Seblu committed
# CONFIG_MEMORY_HOTPLUG is not set
Seblu's avatar
Seblu committed
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
Seblu's avatar
Seblu committed
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
CONFIG_TRANSPARENT_HUGEPAGE=y
Seblu's avatar
Seblu committed
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_WANTS_THP_SWAP=y
CONFIG_THP_SWAP=y
Seblu's avatar
Seblu committed
CONFIG_TRANSPARENT_HUGE_PAGECACHE=y
Seblu's avatar
Seblu committed
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_CMA=y
# CONFIG_CMA_DEBUGFS is not set
CONFIG_CMA_AREAS=7
Seblu's avatar
Seblu committed
# CONFIG_ZSWAP is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set
Seblu's avatar
Seblu committed
CONFIG_GENERIC_EARLY_IOREMAP=y
Seblu's avatar
Seblu committed
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
Seblu's avatar
Seblu committed
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_ARCH_HAS_ZONE_DEVICE=y
Seblu's avatar
Seblu committed
CONFIG_FRAME_VECTOR=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
Seblu's avatar
Seblu committed
# CONFIG_PERCPU_STATS is not set
Seblu's avatar
Seblu committed
# CONFIG_GUP_BENCHMARK is not set
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_PTE_SPECIAL=y
Seblu's avatar
Seblu committed
CONFIG_X86_PMEM_LEGACY_DEVICE=y
CONFIG_X86_PMEM_LEGACY=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
Seblu's avatar
Seblu committed
CONFIG_X86_INTEL_UMIP=y
Seblu's avatar
Seblu committed
CONFIG_X86_INTEL_MPX=y
Seblu's avatar
Seblu committed
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
Seblu's avatar
Seblu committed
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_MIXED=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_KEXEC_PURGATORY=y
Seblu's avatar
Seblu committed
# CONFIG_KEXEC_VERIFY_SIG is not set
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
Seblu's avatar
Seblu committed
CONFIG_RANDOMIZE_BASE=y
CONFIG_X86_NEED_RELOCS=y
Seblu's avatar
Seblu committed
CONFIG_PHYSICAL_ALIGN=0x1000000
Seblu's avatar
Seblu committed
CONFIG_DYNAMIC_MEMORY_LAYOUT=y
Seblu's avatar
Seblu committed
CONFIG_RANDOMIZE_MEMORY=y
CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0x0
Seblu's avatar
Seblu committed
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_LEGACY_VSYSCALL_EMULATE is not set
CONFIG_LEGACY_VSYSCALL_NONE=y
Seblu's avatar
Seblu committed
# CONFIG_CMDLINE_BOOL is not set
CONFIG_MODIFY_LDT_SYSCALL=y
CONFIG_HAVE_LIVEPATCH=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_ADD_PAGES=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_CLK=y
Seblu's avatar
Seblu committed
CONFIG_PM_GENERIC_DOMAINS=y
Seblu's avatar
Seblu committed
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
Seblu's avatar
Seblu committed
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
Seblu's avatar
Seblu committed
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
# CONFIG_ACPI_DEBUGGER is not set
Seblu's avatar
Seblu committed
CONFIG_ACPI_SPCR_TABLE=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_LPIT=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y
CONFIG_ACPI_EC_DEBUGFS=m
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
Seblu's avatar
Seblu committed
CONFIG_ACPI_TAD=m
Seblu's avatar
Seblu committed
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_CPU_FREQ_PSS=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_PROCESSOR_CSTATE=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_PROCESSOR_IDLE=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_CPPC_LIB=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_PROCESSOR=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_IPMI=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_NUMA=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_ACPI_TABLE_UPGRADE=y
CONFIG_ACPI_TABLE_UPGRADE=y
Seblu's avatar
Seblu committed
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
CONFIG_ACPI_SBS=m
CONFIG_ACPI_HED=y
CONFIG_ACPI_CUSTOM_METHOD=m
CONFIG_ACPI_BGRT=y
CONFIG_ACPI_NFIT=m
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
CONFIG_ACPI_APEI_EINJ=m
CONFIG_ACPI_APEI_ERST_DEBUG=m
Seblu's avatar
Seblu committed
CONFIG_DPTF_POWER=m
Seblu's avatar
Seblu committed
CONFIG_ACPI_WATCHDOG=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_EXTLOG=m
CONFIG_PMIC_OPREGION=y
Seblu's avatar
Seblu committed
CONFIG_ACPI_CONFIGFS=m
Seblu's avatar
Seblu committed
CONFIG_X86_PM_TIMER=y
Seblu's avatar
Seblu committed
CONFIG_SFI=y

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
Seblu's avatar
Seblu committed
CONFIG_CPU_FREQ_GOV_ATTR_SET=y
Seblu's avatar
Seblu committed
CONFIG_CPU_FREQ_GOV_COMMON=y
Seblu's avatar
Seblu committed
# CONFIG_CPU_FREQ_STAT is not set
Seblu's avatar
Seblu committed
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
Seblu's avatar
Seblu committed
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
Seblu's avatar
Seblu committed
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
Seblu's avatar
Seblu committed
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
Seblu's avatar
Seblu committed
# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
Seblu's avatar
Seblu committed
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
Seblu's avatar
Seblu committed
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
Seblu's avatar
Seblu committed

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ=m
Seblu's avatar
Seblu committed
# CONFIG_X86_ACPI_CPUFREQ_CPB is not set
Seblu's avatar
Seblu committed
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_AMD_FREQ_SENSITIVITY=m
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
Seblu's avatar
Seblu committed
# CONFIG_X86_P4_CLOCKMOD is not set
Seblu's avatar
Seblu committed

#
# shared options
#

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_INTEL_IDLE=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
Seblu's avatar
Seblu committed
CONFIG_PCI_XEN=y
Seblu's avatar
Seblu committed
CONFIG_PCI_DOMAINS=y
Seblu's avatar
Seblu committed
CONFIG_MMCONF_FAM10H=y
Seblu's avatar
Seblu committed
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIEAER_INJECT is not set
Seblu's avatar
Seblu committed
# CONFIG_PCIE_ECRC is not set
Seblu's avatar
Seblu committed
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
Seblu's avatar
Seblu committed
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
Seblu's avatar
Seblu committed
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
Seblu's avatar
Seblu committed
CONFIG_PCIE_DPC=y
Seblu's avatar
Seblu committed
CONFIG_PCIE_PTM=y
Seblu's avatar
Seblu committed
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
Seblu's avatar
Seblu committed
CONFIG_PCI_QUIRKS=y
Seblu's avatar
Seblu committed
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
CONFIG_PCI_STUB=m
Seblu's avatar
Seblu committed
CONFIG_PCI_PF_STUB=m
Seblu's avatar
Seblu committed
CONFIG_XEN_PCIDEV_FRONTEND=y
Seblu's avatar
Seblu committed
CONFIG_PCI_ATS=y
Seblu's avatar
Seblu committed
CONFIG_PCI_LOCKLESS_CONFIG=y
Seblu's avatar
Seblu committed
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
Seblu's avatar
Seblu committed
CONFIG_PCI_HYPERV=m
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
CONFIG_HOTPLUG_PCI_CPCI=y
CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
Seblu's avatar
Seblu committed
# CONFIG_HOTPLUG_PCI_SHPC is not set
Seblu's avatar
Seblu committed

Seblu's avatar
Seblu committed
#
Seblu's avatar
Seblu committed
# PCI controller drivers
Seblu's avatar
Seblu committed
#

Seblu's avatar
Seblu committed
#
Seblu's avatar
Seblu committed
# Cadence PCIe controllers support
Seblu's avatar
Seblu committed
#
Seblu's avatar
Seblu committed
CONFIG_VMD=m
Seblu's avatar
Seblu committed

#
Seblu's avatar
Seblu committed
# DesignWare PCI Core Support
Seblu's avatar
Seblu committed
#
Seblu's avatar
Seblu committed
# CONFIG_PCIE_DW_PLAT_HOST is not set
Seblu's avatar
Seblu committed

#
# PCI Endpoint
#
# CONFIG_PCI_ENDPOINT is not set

#
# PCI switch controller drivers
#
# CONFIG_PCI_SW_SWITCHTEC is not set
Seblu's avatar
Seblu committed
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
CONFIG_PCCARD=m
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_RAPIDIO is not set
CONFIG_X86_SYSFB=y

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
Seblu's avatar
Seblu committed
CONFIG_ELFCORE=y
Seblu's avatar
Seblu committed
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=m
# CONFIG_X86_X32 is not set
Seblu's avatar
Seblu committed
CONFIG_COMPAT_32=y
Seblu's avatar
Seblu committed
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y
CONFIG_NET_INGRESS=y
Seblu's avatar
Seblu committed
CONFIG_NET_EGRESS=y
Seblu's avatar
Seblu committed

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=y
CONFIG_UNIX_DIAG=m
Seblu's avatar
Seblu committed
CONFIG_TLS=m
Seblu's avatar
Seblu committed
CONFIG_TLS_DEVICE=y
Seblu's avatar
Seblu committed
CONFIG_XFRM=y
Seblu's avatar
Seblu committed
CONFIG_XFRM_OFFLOAD=y
Seblu's avatar
Seblu committed
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
Seblu's avatar
Seblu committed
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
Seblu's avatar
Seblu committed
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
Seblu's avatar
Seblu committed
CONFIG_NET_KEY_MIGRATE=y
Seblu's avatar
Seblu committed
CONFIG_XDP_SOCKETS=y
Seblu's avatar
Seblu committed
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
Seblu's avatar
Seblu committed
CONFIG_IP_MROUTE_COMMON=y
Seblu's avatar
Seblu committed
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=m
CONFIG_NET_UDP_TUNNEL=m
CONFIG_NET_FOU=m
CONFIG_NET_FOU_IP_TUNNELS=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
Seblu's avatar
Seblu committed
CONFIG_INET_ESP_OFFLOAD=m
Seblu's avatar
Seblu committed
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_INET_UDP_DIAG=m
Seblu's avatar
Seblu committed
CONFIG_INET_RAW_DIAG=m
Seblu's avatar
Seblu committed
CONFIG_INET_DIAG_DESTROY=y
Seblu's avatar
Seblu committed
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
Seblu's avatar
Seblu committed
CONFIG_TCP_CONG_NV=m
Seblu's avatar
Seblu committed
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
CONFIG_TCP_CONG_CDG=m
Seblu's avatar
Seblu committed
CONFIG_TCP_CONG_BBR=m
Seblu's avatar
Seblu committed
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=m
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
Seblu's avatar
Seblu committed
CONFIG_INET6_ESP_OFFLOAD=m
Seblu's avatar
Seblu committed
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
CONFIG_IPV6_ILA=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_VTI=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_GRE=m
Seblu's avatar
Seblu committed
CONFIG_IPV6_FOU=m
CONFIG_IPV6_FOU_TUNNEL=m
Seblu's avatar
Seblu committed
CONFIG_IPV6_MULTIPLE_TABLES=y