Skip to content
config.x86_64 239 KiB
Newer Older
Seblu's avatar
Seblu committed
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
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
Seblu's avatar
Seblu committed
# end of Partition Types

Seblu's avatar
Seblu committed
CONFIG_BLK_MQ_PCI=y
CONFIG_BLK_MQ_VIRTIO=y
Seblu's avatar
Seblu committed
CONFIG_BLK_PM=y
Seblu's avatar
Seblu committed
CONFIG_BLOCK_HOLDER_DEPRECATED=y
Seblu's avatar
Seblu committed
CONFIG_BLK_MQ_STACKING=y
Seblu's avatar
Seblu committed

#
# IO Schedulers
#
Seblu's avatar
Seblu committed
CONFIG_MQ_IOSCHED_DEADLINE=y
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_BFQ_CGROUP_DEBUG is not set
Seblu's avatar
Seblu committed
# end of IO Schedulers

Seblu's avatar
Seblu committed
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
CONFIG_ASN1=y
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_NON_OVERLAPPING_ADDRESS_SPACE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_SYNC_CORE_BEFORE_USERMODE=y
CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
CONFIG_FREEZER=y

#
# Executable file formats
Seblu's avatar
Seblu committed
#
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=y
Seblu's avatar
Seblu committed
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
Seblu's avatar
Seblu committed
# end of Executable file formats
Seblu's avatar
Seblu committed

#
# Memory Management options
#
Seblu's avatar
Seblu committed
CONFIG_ZPOOL=y
CONFIG_SWAP=y
CONFIG_ZSWAP=y
CONFIG_ZSWAP_DEFAULT_ON=y
Seblu's avatar
Seblu committed
# CONFIG_ZSWAP_EXCLUSIVE_LOADS_DEFAULT_ON is not set
Seblu's avatar
Seblu committed
CONFIG_ZSWAP_SHRINKER_DEFAULT_ON=y
Seblu's avatar
Seblu committed
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set
CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD=y
CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set
Seblu's avatar
Seblu committed
# CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set
CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC=y
CONFIG_ZSWAP_ZPOOL_DEFAULT="zsmalloc"
Seblu's avatar
Seblu committed
# CONFIG_ZBUD is not set
Seblu's avatar
Seblu committed
# CONFIG_Z3FOLD is not set
CONFIG_ZSMALLOC=y
CONFIG_ZSMALLOC_STAT=y
Seblu's avatar
Seblu committed
CONFIG_ZSMALLOC_CHAIN_SIZE=8
Seblu's avatar
Seblu committed

#
Seblu's avatar
Seblu committed
# Slab allocator options
Seblu's avatar
Seblu committed
#
CONFIG_SLUB=y
CONFIG_SLAB_MERGE_DEFAULT=y
CONFIG_SLAB_FREELIST_RANDOM=y
CONFIG_SLAB_FREELIST_HARDENED=y
# CONFIG_SLUB_STATS is not set
CONFIG_SLUB_CPU_PARTIAL=y
Seblu's avatar
Seblu committed
# CONFIG_RANDOM_KMALLOC_CACHES is not set
Seblu's avatar
Seblu committed
# end of Slab allocator options
Seblu's avatar
Seblu committed

CONFIG_SHUFFLE_PAGE_ALLOCATOR=y
# CONFIG_COMPAT_BRK is not set
Seblu's avatar
Seblu committed
CONFIG_SPARSEMEM=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=y
CONFIG_ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_FAST_GUP=y
Seblu's avatar
Seblu committed
CONFIG_NUMA_KEEP_MEMINFO=y
Seblu's avatar
Seblu committed
CONFIG_MEMORY_ISOLATION=y
Seblu's avatar
Seblu committed
CONFIG_EXCLUSIVE_SYSTEM_RAM=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
Seblu's avatar
Seblu committed
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=y
CONFIG_MEMORY_HOTREMOVE=y
Seblu's avatar
Seblu committed
CONFIG_MHP_MEMMAP_ON_MEMORY=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
Seblu's avatar
Seblu committed
CONFIG_SPLIT_PTLOCK_CPUS=4
Seblu's avatar
Seblu committed
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
Seblu's avatar
Seblu committed
CONFIG_MEMORY_BALLOON=y
CONFIG_BALLOON_COMPACTION=y
CONFIG_COMPACTION=y
Seblu's avatar
Seblu committed
CONFIG_COMPACT_UNEVICTABLE_DEFAULT=1
Seblu's avatar
Seblu committed
CONFIG_PAGE_REPORTING=y
Seblu's avatar
Seblu committed
CONFIG_MIGRATION=y
Seblu's avatar
Seblu committed
CONFIG_DEVICE_MIGRATION=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
Seblu's avatar
Seblu committed
CONFIG_CONTIG_ALLOC=y
Seblu's avatar
Seblu committed
CONFIG_PCP_BATCH_SCALE_MAX=5
Seblu's avatar
Seblu committed
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ARCH_WANTS_THP_SWAP=y
Seblu's avatar
Seblu committed
CONFIG_TRANSPARENT_HUGEPAGE=y
# CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS is not set
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
Seblu's avatar
Seblu committed
# CONFIG_TRANSPARENT_HUGEPAGE_NEVER is not set
Seblu's avatar
Seblu committed
CONFIG_THP_SWAP=y
Seblu's avatar
Seblu committed
# CONFIG_READ_ONLY_THP_FOR_FS is not set
Seblu's avatar
Seblu committed
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
Seblu's avatar
Seblu committed
CONFIG_CMA=y
# CONFIG_CMA_DEBUGFS is not set
Seblu's avatar
Seblu committed
CONFIG_CMA_SYSFS=y
Seblu's avatar
Seblu committed
CONFIG_CMA_AREAS=7
Seblu's avatar
Seblu committed
# CONFIG_MEM_SOFT_DIRTY is not set
Seblu's avatar
Seblu committed
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
Seblu's avatar
Seblu committed
CONFIG_PAGE_IDLE_FLAG=y
Seblu's avatar
Seblu committed
CONFIG_IDLE_PAGE_TRACKING=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_CURRENT_STACK_POINTER=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_PTE_DEVMAP=y
Seblu's avatar
Seblu committed
CONFIG_ZONE_DMA=y
CONFIG_ZONE_DMA32=y
Seblu's avatar
Seblu committed
CONFIG_ZONE_DEVICE=y
Seblu's avatar
Seblu committed
CONFIG_HMM_MIRROR=y
Seblu's avatar
Seblu committed
CONFIG_GET_FREE_REGION=y
Seblu's avatar
Seblu committed
CONFIG_DEVICE_PRIVATE=y
Seblu's avatar
Seblu committed
CONFIG_VMAP_PFN=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
CONFIG_ARCH_HAS_PKEYS=y
Seblu's avatar
Seblu committed
CONFIG_VM_EVENT_COUNTERS=y
Seblu's avatar
Seblu committed
# CONFIG_PERCPU_STATS is not set
Seblu's avatar
Seblu committed
# CONFIG_GUP_TEST is not set
Seblu's avatar
Seblu committed
# CONFIG_DMAPOOL_TEST is not set
Seblu's avatar
Seblu committed
CONFIG_ARCH_HAS_PTE_SPECIAL=y
Seblu's avatar
Seblu committed
CONFIG_MAPPING_DIRTY_HELPERS=y
Seblu's avatar
Seblu committed
CONFIG_MEMFD_CREATE=y
Seblu's avatar
Seblu committed
CONFIG_SECRETMEM=y
Seblu's avatar
Seblu committed
CONFIG_ANON_VMA_NAME=y
Seblu's avatar
Seblu committed
CONFIG_HAVE_ARCH_USERFAULTFD_WP=y
CONFIG_HAVE_ARCH_USERFAULTFD_MINOR=y
Seblu's avatar
Seblu committed
CONFIG_USERFAULTFD=y
Seblu's avatar
Seblu committed
CONFIG_PTE_MARKER_UFFD_WP=y
Seblu's avatar
Seblu committed
CONFIG_LRU_GEN=y
Seblu's avatar
Seblu committed
CONFIG_LRU_GEN_ENABLED=y
Seblu's avatar
Seblu committed
# CONFIG_LRU_GEN_STATS is not set
Seblu's avatar
Seblu committed
CONFIG_LRU_GEN_WALKS_MMU=y
Seblu's avatar
Seblu committed
CONFIG_ARCH_SUPPORTS_PER_VMA_LOCK=y
CONFIG_PER_VMA_LOCK=y
Seblu's avatar
Seblu committed
CONFIG_LOCK_MM_AND_FIND_VMA=y
Seblu's avatar
Seblu committed
CONFIG_IOMMU_MM_DATA=y
Seblu's avatar
Seblu committed

#
# Data Access Monitoring
#
Seblu's avatar
Seblu committed
CONFIG_DAMON=y
CONFIG_DAMON_VADDR=y
CONFIG_DAMON_PADDR=y
CONFIG_DAMON_SYSFS=y
# CONFIG_DAMON_DBGFS is not set
CONFIG_DAMON_RECLAIM=y
CONFIG_DAMON_LRU_SORT=y
Seblu's avatar
Seblu committed
# end of Data Access Monitoring
Seblu's avatar
Seblu committed
# end of Memory Management options

Seblu's avatar
Seblu committed
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
CONFIG_NET_XGRESS=y
Seblu's avatar
Seblu committed
CONFIG_NET_REDIRECT=y
Seblu's avatar
Seblu committed
CONFIG_SKB_EXTENSIONS=y
Seblu's avatar
Seblu committed

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_DIAG=m
CONFIG_UNIX=y
Seblu's avatar
Seblu committed
CONFIG_UNIX_SCM=y
Seblu's avatar
Seblu committed
CONFIG_AF_UNIX_OOB=y
Seblu's avatar
Seblu committed
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_TLS_TOE is not set
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_USER_COMPAT is not set
Seblu's avatar
Seblu committed
CONFIG_XFRM_INTERFACE=m
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_AH=m
CONFIG_XFRM_ESP=m
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_XFRM_ESPINTCP=y
Seblu's avatar
Seblu committed
CONFIG_XDP_SOCKETS=y
Seblu's avatar
Seblu committed
CONFIG_XDP_SOCKETS_DIAG=m
Seblu's avatar
Seblu committed
CONFIG_NET_HANDSHAKE=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_ESPINTCP=y
Seblu's avatar
Seblu committed
CONFIG_INET_IPCOMP=m
Seblu's avatar
Seblu committed
CONFIG_INET_TABLE_PERTURB_ORDER=16
Seblu's avatar
Seblu committed
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=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"
Seblu's avatar
Seblu committed
CONFIG_TCP_SIGPOOL=y
CONFIG_TCP_AO=y
Seblu's avatar
Seblu committed
CONFIG_TCP_MD5SIG=y
Seblu's avatar
Seblu committed
CONFIG_IPV6=y
Seblu's avatar
Seblu committed
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_ESPINTCP=y
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_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
CONFIG_IPV6_SUBTREES=y
Seblu's avatar
Seblu committed
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
Seblu's avatar
Seblu committed
CONFIG_IPV6_SEG6_LWTUNNEL=y
CONFIG_IPV6_SEG6_HMAC=y
Seblu's avatar
Seblu committed
CONFIG_IPV6_SEG6_BPF=y
Seblu's avatar
Seblu committed
CONFIG_IPV6_RPL_LWTUNNEL=y
Seblu's avatar
Seblu committed
# CONFIG_IPV6_IOAM6_LWTUNNEL is not set
Seblu's avatar
Seblu committed
# CONFIG_NETLABEL is not set
Seblu's avatar
Seblu committed
CONFIG_MPTCP=y
Seblu's avatar
Seblu committed
CONFIG_INET_MPTCP_DIAG=m
Seblu's avatar
Seblu committed
CONFIG_MPTCP_IPV6=y
Seblu's avatar
Seblu committed
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_EGRESS=y
CONFIG_NETFILTER_SKIP_EGRESS=y
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_NETLINK=m
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_FAMILY_BRIDGE=y
CONFIG_NETFILTER_FAMILY_ARP=y
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_BPF_LINK=y
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_NETLINK_HOOK=m
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_NETLINK_OSF=m
Seblu's avatar
Seblu committed
CONFIG_NF_CONNTRACK=m
Seblu's avatar
Seblu committed
CONFIG_NF_LOG_SYSLOG=m
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_CONNCOUNT=m
Seblu's avatar
Seblu committed
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
Seblu's avatar
Seblu committed
# CONFIG_NF_CONNTRACK_PROCFS is not set
Seblu's avatar
Seblu committed
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
CONFIG_NF_CONNTRACK_LABELS=y
Seblu's avatar
Seblu committed
CONFIG_NF_CONNTRACK_OVS=y
Seblu's avatar
Seblu committed
CONFIG_NF_CT_PROTO_DCCP=y
Seblu's avatar
Seblu committed
CONFIG_NF_CT_PROTO_GRE=y
Seblu's avatar
Seblu committed
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
Seblu's avatar
Seblu committed
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_SNMP=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NF_CT_NETLINK_TIMEOUT=m
CONFIG_NF_CT_NETLINK_HELPER=m
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
Seblu's avatar
Seblu committed
CONFIG_NF_NAT=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_SIP=m
CONFIG_NF_NAT_TFTP=m
Seblu's avatar
Seblu committed
CONFIG_NF_NAT_REDIRECT=y
Seblu's avatar
Seblu committed
CONFIG_NF_NAT_MASQUERADE=y
Seblu's avatar
Seblu committed
CONFIG_NF_NAT_OVS=y
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_SYNPROXY=m
CONFIG_NF_TABLES=m
Seblu's avatar
Seblu committed
CONFIG_NF_TABLES_INET=y
CONFIG_NF_TABLES_NETDEV=y
Seblu's avatar
Seblu committed
CONFIG_NFT_NUMGEN=m
Seblu's avatar
Seblu committed
CONFIG_NFT_CT=m
Seblu's avatar
Seblu committed
CONFIG_NFT_FLOW_OFFLOAD=m
Seblu's avatar
Seblu committed
CONFIG_NFT_CONNLIMIT=m
Seblu's avatar
Seblu committed
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
CONFIG_NFT_NAT=m
Seblu's avatar
Seblu committed
CONFIG_NFT_TUNNEL=m
Seblu's avatar
Seblu committed
CONFIG_NFT_QUEUE=m
Seblu's avatar
Seblu committed
CONFIG_NFT_QUOTA=m
Seblu's avatar
Seblu committed
CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
Seblu's avatar
Seblu committed
CONFIG_NFT_COMPAT=m
Seblu's avatar
Seblu committed
CONFIG_NFT_HASH=m
Seblu's avatar
Seblu committed
CONFIG_NFT_FIB=m
CONFIG_NFT_FIB_INET=m
Seblu's avatar
Seblu committed
CONFIG_NFT_XFRM=m
Seblu's avatar
Seblu committed
CONFIG_NFT_SOCKET=m
Seblu's avatar
Seblu committed
CONFIG_NFT_OSF=m
CONFIG_NFT_TPROXY=m
Seblu's avatar
Seblu committed
CONFIG_NFT_SYNPROXY=m
Seblu's avatar
Seblu committed
CONFIG_NF_DUP_NETDEV=m
CONFIG_NFT_DUP_NETDEV=m
CONFIG_NFT_FWD_NETDEV=m
Seblu's avatar
Seblu committed
CONFIG_NFT_FIB_NETDEV=m
Seblu's avatar
Seblu committed
CONFIG_NFT_REJECT_NETDEV=m
Seblu's avatar
Seblu committed
CONFIG_NF_FLOW_TABLE_INET=m
CONFIG_NF_FLOW_TABLE=m
Seblu's avatar
Seblu committed
# CONFIG_NF_FLOW_TABLE_PROCFS is not set
Seblu's avatar
Seblu committed
CONFIG_NETFILTER_XTABLES=m
Seblu's avatar
Seblu committed
# CONFIG_NETFILTER_XTABLES_COMPAT is not set
Seblu's avatar
Seblu committed

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m

#
# Xtables targets
#
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
CONFIG_NETFILTER_XT_TARGET_HMARK=m
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LED=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
CONFIG_NETFILTER_XT_MATCH_CGROUP=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_IPVS=m
CONFIG_NETFILTER_XT_MATCH_L2TP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
Seblu's avatar
Seblu committed
# end of Core Netfilter Configuration

Seblu's avatar
Seblu committed
CONFIG_IP_SET=m
CONFIG_IP_SET_MAX=256
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
CONFIG_IP_SET_HASH_IPMARK=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
Seblu's avatar
Seblu committed
CONFIG_IP_SET_HASH_IPMAC=m
Seblu's avatar
Seblu committed
CONFIG_IP_SET_HASH_MAC=m
CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETNET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
CONFIG_IP_VS=m
CONFIG_IP_VS_IPV6=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
CONFIG_IP_VS_PROTO_SCTP=y

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_FO=m
CONFIG_IP_VS_OVF=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
Seblu's avatar
Seblu committed
CONFIG_IP_VS_MH=m
Seblu's avatar
Seblu committed
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m
Seblu's avatar
Seblu committed
CONFIG_IP_VS_TWOS=m
Seblu's avatar
Seblu committed

#
# IPVS SH scheduler
#
CONFIG_IP_VS_SH_TAB_BITS=8

Seblu's avatar
Seblu committed
#
# IPVS MH scheduler
#
CONFIG_IP_VS_MH_TAB_INDEX=12

Seblu's avatar
Seblu committed
#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IP_VS_NFCT=y
CONFIG_IP_VS_PE_SIP=m

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
Seblu's avatar
Seblu committed
CONFIG_NF_SOCKET_IPV4=m
Seblu's avatar
Seblu committed
CONFIG_NF_TPROXY_IPV4=m
Seblu's avatar
Seblu committed
CONFIG_NF_TABLES_IPV4=y
Seblu's avatar
Seblu committed
CONFIG_NFT_REJECT_IPV4=m
CONFIG_NFT_DUP_IPV4=m
Seblu's avatar
Seblu committed
CONFIG_NFT_FIB_IPV4=m
Seblu's avatar
Seblu committed
CONFIG_NF_TABLES_ARP=y
Seblu's avatar
Seblu committed
CONFIG_NF_DUP_IPV4=m
CONFIG_NF_LOG_ARP=m
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
Seblu's avatar
Seblu committed
# CONFIG_IP_NF_IPTABLES is not set
# CONFIG_IP_NF_ARPTABLES is not set
Seblu's avatar
Seblu committed
# end of IP: Netfilter Configuration
Seblu's avatar
Seblu committed

#
# IPv6: Netfilter Configuration
#
Seblu's avatar
Seblu committed
CONFIG_NF_SOCKET_IPV6=m
Seblu's avatar
Seblu committed
CONFIG_NF_TPROXY_IPV6=m
Seblu's avatar
Seblu committed
CONFIG_NF_TABLES_IPV6=y
Seblu's avatar
Seblu committed
CONFIG_NFT_REJECT_IPV6=m
CONFIG_NFT_DUP_IPV6=m
Seblu's avatar
Seblu committed
CONFIG_NFT_FIB_IPV6=m
Seblu's avatar
Seblu committed
CONFIG_NF_DUP_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
Seblu's avatar
Seblu committed
# CONFIG_IP6_NF_IPTABLES is not set
Seblu's avatar
Seblu committed
# end of IPv6: Netfilter Configuration

Seblu's avatar
Seblu committed
CONFIG_NF_DEFRAG_IPV6=m
Seblu's avatar
Seblu committed
CONFIG_NF_TABLES_BRIDGE=m
CONFIG_NFT_BRIDGE_META=m
Seblu's avatar
Seblu committed
CONFIG_NFT_BRIDGE_REJECT=m
Seblu's avatar
Seblu committed
CONFIG_NF_CONNTRACK_BRIDGE=m
Seblu's avatar
Seblu committed
# CONFIG_BRIDGE_NF_EBTABLES is not set
Seblu's avatar
Seblu committed
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
# CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
Seblu's avatar
Seblu committed
CONFIG_INET_SCTP_DIAG=m
Seblu's avatar
Seblu committed
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
CONFIG_L2TP=m
# CONFIG_L2TP_DEBUGFS is not set
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_MRP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
Seblu's avatar
Seblu committed
CONFIG_BRIDGE_MRP=y
Seblu's avatar
Seblu committed
CONFIG_BRIDGE_CFM=y
Seblu's avatar
Seblu committed
# CONFIG_NET_DSA is not set
Seblu's avatar
Seblu committed
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
CONFIG_LLC=m
CONFIG_LLC2=m
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
CONFIG_6LOWPAN=m
Seblu's avatar
Seblu committed
# CONFIG_6LOWPAN_DEBUGFS is not set
Seblu's avatar
Seblu committed
CONFIG_6LOWPAN_NHC=m
CONFIG_6LOWPAN_NHC_DEST=m
CONFIG_6LOWPAN_NHC_FRAGMENT=m
CONFIG_6LOWPAN_NHC_HOP=m
CONFIG_6LOWPAN_NHC_IPV6=m
CONFIG_6LOWPAN_NHC_MOBILITY=m
CONFIG_6LOWPAN_NHC_ROUTING=m
CONFIG_6LOWPAN_NHC_UDP=m
Seblu's avatar
Seblu committed
CONFIG_6LOWPAN_GHC_EXT_HDR_HOP=m
CONFIG_6LOWPAN_GHC_UDP=m
CONFIG_6LOWPAN_GHC_ICMPV6=m
CONFIG_6LOWPAN_GHC_EXT_HDR_DEST=m
CONFIG_6LOWPAN_GHC_EXT_HDR_FRAG=m
CONFIG_6LOWPAN_GHC_EXT_HDR_ROUTE=m
Seblu's avatar
Seblu committed
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFB=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_CBS=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_ETF=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_MQPRIO_LIB=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_TAPRIO=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_MQPRIO=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_SKBPRIO=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_CHOKE=m
CONFIG_NET_SCH_QFQ=m
CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_CAKE=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_FQ=m
CONFIG_NET_SCH_HHF=m
CONFIG_NET_SCH_PIE=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_FQ_PIE=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_SCH_PLUG=m
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_ETS=m
Seblu's avatar
Seblu committed
# CONFIG_NET_SCH_DEFAULT is not set
Seblu's avatar
Seblu committed

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
# CONFIG_CLS_U32_MARK is not set
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_CLS_BPF=m
CONFIG_NET_CLS_FLOWER=m
Seblu's avatar
Seblu committed
CONFIG_NET_CLS_MATCHALL=m
Seblu's avatar
Seblu committed
# CONFIG_NET_EMATCH is not set
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_SAMPLE=m
Seblu's avatar
Seblu committed
# CONFIG_NET_ACT_IPT is not set
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_ACT_CSUM=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_MPLS=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_VLAN=m
CONFIG_NET_ACT_BPF=m
CONFIG_NET_ACT_CONNMARK=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_CTINFO=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_SKBMOD=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_IFE=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_TUNNEL_KEY=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_CT=m
Seblu's avatar
Seblu committed
CONFIG_NET_ACT_GATE=m
Seblu's avatar
Seblu committed
CONFIG_NET_IFE_SKBMARK=m
CONFIG_NET_IFE_SKBPRIO=m
Seblu's avatar
Seblu committed
CONFIG_NET_IFE_SKBTCINDEX=m
Seblu's avatar
Seblu committed
# CONFIG_NET_TC_SKB_EXT is not set
Seblu's avatar
Seblu committed
CONFIG_NET_SCH_FIFO=y
Seblu's avatar
Seblu committed
# CONFIG_DCB is not set
Seblu's avatar
Seblu committed
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
Seblu's avatar
Seblu committed
# CONFIG_OPENVSWITCH is not set
Seblu's avatar
Seblu committed
CONFIG_VSOCKETS=m
Seblu's avatar
Seblu committed
CONFIG_VSOCKETS_DIAG=m
Seblu's avatar
Seblu committed
CONFIG_VSOCKETS_LOOPBACK=m
Seblu's avatar
Seblu committed
CONFIG_VMWARE_VMCI_VSOCKETS=m
Seblu's avatar
Seblu committed
CONFIG_VIRTIO_VSOCKETS=m
CONFIG_VIRTIO_VSOCKETS_COMMON=m
Seblu's avatar
Seblu committed
CONFIG_HYPERV_VSOCKETS=m
Seblu's avatar
Seblu committed
CONFIG_NETLINK_DIAG=m
Seblu's avatar
Seblu committed
# CONFIG_MPLS is not set
Seblu's avatar
Seblu committed
CONFIG_NET_NSH=m
Seblu's avatar
Seblu committed
CONFIG_HSR=m
CONFIG_NET_SWITCHDEV=y
CONFIG_NET_L3_MASTER_DEV=y
Seblu's avatar
Seblu committed
CONFIG_QRTR=m
CONFIG_QRTR_SMD=m
CONFIG_QRTR_TUN=m
CONFIG_QRTR_MHI=m
Seblu's avatar
Seblu committed
CONFIG_NET_NCSI=y
Seblu's avatar
Seblu committed
CONFIG_NCSI_OEM_CMD_GET_MAC=y
Seblu's avatar
Seblu committed
CONFIG_NCSI_OEM_CMD_KEEP_PHY=y
Seblu's avatar
Seblu committed
CONFIG_PCPU_DEV_REFCNT=y
Seblu's avatar
Seblu committed
CONFIG_MAX_SKB_FRAGS=17
Seblu's avatar
Seblu committed
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
Seblu's avatar
Seblu committed
CONFIG_SOCK_RX_QUEUE_MAPPING=y
Seblu's avatar
Seblu committed
CONFIG_XPS=y
CONFIG_CGROUP_NET_PRIO=y
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
Seblu's avatar
Seblu committed
CONFIG_BPF_STREAM_PARSER=y
Seblu's avatar
Seblu committed
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
Seblu's avatar
Seblu committed
# CONFIG_NET_DROP_MONITOR is not set
Seblu's avatar
Seblu committed
# end of Network testing
# end of Networking options

Seblu's avatar
Seblu committed
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_BT=m
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
CONFIG_BT_LE=y
Seblu's avatar
Seblu committed
CONFIG_BT_LE_L2CAP_ECRED=y
Seblu's avatar
Seblu committed
CONFIG_BT_6LOWPAN=m
Seblu's avatar
Seblu committed
CONFIG_BT_LEDS=y
Seblu's avatar
Seblu committed
CONFIG_BT_MSFTEXT=y
Seblu's avatar
Seblu committed
# CONFIG_BT_AOSPEXT is not set
Seblu's avatar
Seblu committed
CONFIG_BT_DEBUGFS=y
Seblu's avatar
Seblu committed
# CONFIG_BT_FEATURE_DEBUG is not set
Seblu's avatar
Seblu committed

#
# Bluetooth device drivers
#
CONFIG_BT_INTEL=m
CONFIG_BT_BCM=m
CONFIG_BT_RTL=m
CONFIG_BT_QCA=m
Seblu's avatar
Seblu committed
CONFIG_BT_MTK=m
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBTUSB_POLL_SYNC=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBTUSB_BCM=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBTUSB_MTK=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBTUSB_RTL=y
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_SERDEV=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_H4=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_NOKIA=m
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIUART_3WIRE=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_INTEL=y
CONFIG_BT_HCIUART_BCM=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_RTL=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_QCA=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_AG6XX=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIUART_MRVL=y
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBCM203X=m
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBCM4377=m
Seblu's avatar
Seblu committed
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIVHCI=m
CONFIG_BT_MRVL=m
CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_ATH3K=m
Seblu's avatar
Seblu committed
CONFIG_BT_MTKSDIO=m
Seblu's avatar
Seblu committed
CONFIG_BT_MTKUART=m
Seblu's avatar
Seblu committed
CONFIG_BT_HCIRSI=m
Seblu's avatar
Seblu committed
CONFIG_BT_VIRTIO=m
Seblu's avatar
Seblu committed
CONFIG_BT_NXPUART=m
Seblu's avatar
Seblu committed
# end of Bluetooth device drivers

Seblu's avatar
Seblu committed
CONFIG_AF_RXRPC=m
Seblu's avatar
Seblu committed
CONFIG_AF_RXRPC_IPV6=y
# CONFIG_AF_RXRPC_INJECT_LOSS is not set
Seblu's avatar
Seblu committed
# CONFIG_AF_RXRPC_INJECT_RX_DELAY is not set
Seblu's avatar
Seblu committed
# CONFIG_AF_RXRPC_DEBUG is not set
Seblu's avatar
Seblu committed
CONFIG_RXKAD=y
Seblu's avatar
Seblu committed
# CONFIG_RXPERF is not set
Seblu's avatar
Seblu committed
CONFIG_AF_KCM=m
Seblu's avatar
Seblu committed
CONFIG_STREAM_PARSER=y
Seblu's avatar
Seblu committed
# CONFIG_MCTP is not set
Seblu's avatar
Seblu committed
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211=m
CONFIG_NL80211_TESTMODE=y
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
Seblu's avatar
Seblu committed
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
Seblu's avatar
Seblu committed
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
CONFIG_CFG80211_CRDA_SUPPORT=y
Seblu's avatar
Seblu committed
CONFIG_CFG80211_WEXT=y
CONFIG_CFG80211_WEXT_EXPORT=y
CONFIG_LIB80211=m
CONFIG_LIB80211_CRYPT_WEP=m
CONFIG_LIB80211_CRYPT_CCMP=m
CONFIG_LIB80211_CRYPT_TKIP=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_MESSAGE_TRACING is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
Seblu's avatar
Seblu committed
# CONFIG_RFKILL_GPIO is not set
Seblu's avatar
Seblu committed
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
CONFIG_CEPH_LIB=m
# CONFIG_CEPH_LIB_PRETTYDEBUG is not set
# CONFIG_CEPH_LIB_USE_DNS_RESOLVER is not set
CONFIG_NFC=m
CONFIG_NFC_DIGITAL=m
CONFIG_NFC_NCI=m
Seblu's avatar
Seblu committed
CONFIG_NFC_NCI_SPI=m
Seblu's avatar
Seblu committed
CONFIG_NFC_NCI_UART=m
CONFIG_NFC_HCI=m
CONFIG_NFC_SHDLC=y

#
# Near Field Communication (NFC) devices
#
Seblu's avatar
Seblu committed
CONFIG_NFC_TRF7970A=m
Seblu's avatar
Seblu committed
CONFIG_NFC_MEI_PHY=m
CONFIG_NFC_SIM=m
CONFIG_NFC_PORT100=m
Seblu's avatar
Seblu committed
CONFIG_NFC_VIRTUAL_NCI=m
CONFIG_NFC_FDP=m
CONFIG_NFC_FDP_I2C=m
Seblu's avatar
Seblu committed
CONFIG_NFC_PN544=m
CONFIG_NFC_PN544_I2C=m
CONFIG_NFC_PN544_MEI=m
Seblu's avatar
Seblu committed
CONFIG_NFC_PN533=m
CONFIG_NFC_PN533_USB=m
CONFIG_NFC_PN533_I2C=m
Seblu's avatar
Seblu committed
CONFIG_NFC_PN532_UART=m
Seblu's avatar
Seblu committed
CONFIG_NFC_MICROREAD=m
CONFIG_NFC_MICROREAD_I2C=m
CONFIG_NFC_MICROREAD_MEI=m
CONFIG_NFC_MRVL=m
CONFIG_NFC_MRVL_USB=m
CONFIG_NFC_MRVL_UART=m
CONFIG_NFC_MRVL_I2C=m
Seblu's avatar
Seblu committed
CONFIG_NFC_MRVL_SPI=m
Seblu's avatar
Seblu committed
CONFIG_NFC_ST21NFCA=m
CONFIG_NFC_ST21NFCA_I2C=m
CONFIG_NFC_ST_NCI=m
CONFIG_NFC_ST_NCI_I2C=m
CONFIG_NFC_ST_NCI_SPI=m
CONFIG_NFC_NXP_NCI=m
CONFIG_NFC_NXP_NCI_I2C=m
CONFIG_NFC_S3FWRN5=m
CONFIG_NFC_S3FWRN5_I2C=m
Seblu's avatar
Seblu committed
CONFIG_NFC_S3FWRN82_UART=m
Seblu's avatar
Seblu committed
CONFIG_NFC_ST95HF=m
Seblu's avatar
Seblu committed
# end of Near Field Communication (NFC) devices

Seblu's avatar
Seblu committed
CONFIG_PSAMPLE=m
CONFIG_NET_IFE=m
Seblu's avatar
Seblu committed
CONFIG_LWTUNNEL=y
Seblu's avatar
Seblu committed
CONFIG_LWTUNNEL_BPF=y
Seblu's avatar
Seblu committed
CONFIG_DST_CACHE=y
Seblu's avatar
Seblu committed
CONFIG_GRO_CELLS=y
Seblu's avatar
Seblu committed
CONFIG_SOCK_VALIDATE_XMIT=y
Seblu's avatar
Seblu committed
CONFIG_NET_SELFTESTS=y
Seblu's avatar
Seblu committed
CONFIG_NET_SOCK_MSG=y
Seblu's avatar
Seblu committed
CONFIG_NET_DEVLINK=y
Seblu's avatar
Seblu committed
CONFIG_PAGE_POOL=y
Seblu's avatar
Seblu committed
CONFIG_PAGE_POOL_STATS=y
Seblu's avatar
Seblu committed
CONFIG_FAILOVER=m
Seblu's avatar
Seblu committed
CONFIG_ETHTOOL_NETLINK=y
Seblu's avatar
Seblu committed

#
# Device Drivers
#
Seblu's avatar
Seblu committed
CONFIG_HAVE_EISA=y
# CONFIG_EISA is not set
CONFIG_HAVE_PCI=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIEAER_INJECT is not set
Seblu's avatar
Seblu committed
CONFIG_PCIEAER_CXL=y
Seblu's avatar
Seblu committed
# CONFIG_PCIE_ECRC is not set
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCIE_DPC=y