main/linux-postmarketos-qcom-msm8996: Update to 5.13.1 (MR 2339)
- Rebase onto v5.13.1. - Add firmware-name properties to oneplus3/3t device trees. - Enable nftables.
This commit is contained in:
parent
d4b39a8a7a
commit
72800777f6
2 changed files with 286 additions and 82 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
_flavor="postmarketos-qcom-msm8996"
|
_flavor="postmarketos-qcom-msm8996"
|
||||||
pkgname=linux-$_flavor
|
pkgname=linux-$_flavor
|
||||||
pkgver=5.12.12
|
pkgver=5.13.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8996 devices"
|
pkgdesc="Kernel close to mainline with extra patches for Qualcomm MSM8996 devices"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
_carch="arm64"
|
_carch="arm64"
|
||||||
url="https://gitlab.com/msm8996-mainline/linux-msm8996"
|
url="https://gitlab.com/msm8996-mainline/linux-msm8996"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
options="!strip !check !tracedeps pmb:cross-native"
|
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-nftables"
|
||||||
makedepends="bison findutils flex installkernel openssl-dev perl"
|
makedepends="bison findutils flex installkernel openssl-dev perl"
|
||||||
|
|
||||||
# Source
|
# Source
|
||||||
|
@ -47,6 +47,6 @@ package() {
|
||||||
INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb
|
INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb
|
||||||
}
|
}
|
||||||
sha512sums="
|
sha512sums="
|
||||||
d98b255750d97da89829081a80af66d2c0b5b4c525c637ab399ec15ab3b8fec38c0299c853a09117ad9acf3d6cf5127d39a25505eb987631218a6f8a740e34e0 linux-msm8996-v5.12.12-msm8996.tar.gz
|
c58a33e943012f3256cb75c1e98cbd448b99f2994c1a8bb5ed20d41933ea60d2859402e14a836bcaa1b63e64f0cc45f2f0c83008dedcf53f73529aebf1162465 linux-msm8996-v5.13.1-msm8996.tar.gz
|
||||||
e010e53eb997ec836deab3e56235d1badf03bf2061574b9e0ade3e5d42c6924f0e780efa764ae8cbb700416eb2326d4dfdfca4498b8fb2d2b232d340900865ef config-postmarketos-qcom-msm8996.aarch64
|
bf844e53559e3d8180bb4bb44c49f92ffbafcb6e6535485ae009dcca1903b872f623e4ff58432536b220a834c3a7076e90969c0660d7e55f5c2ec4ee874be733 config-postmarketos-qcom-msm8996.aarch64
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 5.12.12 Kernel Configuration
|
# Linux/arm64 5.13.1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 11.1.0"
|
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 10.3.1_git20210625) 10.3.1 20210625"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
CONFIG_GCC_VERSION=110100
|
CONFIG_GCC_VERSION=100301
|
||||||
CONFIG_CLANG_VERSION=0
|
CONFIG_CLANG_VERSION=0
|
||||||
|
CONFIG_AS_IS_GNU=y
|
||||||
|
CONFIG_AS_VERSION=23502
|
||||||
CONFIG_LD_IS_BFD=y
|
CONFIG_LD_IS_BFD=y
|
||||||
CONFIG_LD_VERSION=23601
|
CONFIG_LD_VERSION=23502
|
||||||
CONFIG_LLD_VERSION=0
|
CONFIG_LLD_VERSION=0
|
||||||
CONFIG_CC_CAN_LINK=y
|
|
||||||
CONFIG_CC_CAN_LINK_STATIC=y
|
|
||||||
CONFIG_CC_HAS_ASM_GOTO=y
|
CONFIG_CC_HAS_ASM_GOTO=y
|
||||||
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
|
|
||||||
CONFIG_CC_HAS_ASM_INLINE=y
|
CONFIG_CC_HAS_ASM_INLINE=y
|
||||||
CONFIG_IRQ_WORK=y
|
CONFIG_IRQ_WORK=y
|
||||||
CONFIG_BUILDTIME_TABLE_SORT=y
|
CONFIG_BUILDTIME_TABLE_SORT=y
|
||||||
|
@ -62,7 +61,6 @@ CONFIG_SPARSE_IRQ=y
|
||||||
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
|
# CONFIG_GENERIC_IRQ_DEBUGFS is not set
|
||||||
# end of IRQ subsystem
|
# end of IRQ subsystem
|
||||||
|
|
||||||
CONFIG_GENERIC_IRQ_MULTI_HANDLER=y
|
|
||||||
CONFIG_GENERIC_TIME_VSYSCALL=y
|
CONFIG_GENERIC_TIME_VSYSCALL=y
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
CONFIG_GENERIC_CLOCKEVENTS=y
|
||||||
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
||||||
|
@ -80,6 +78,18 @@ CONFIG_NO_HZ_IDLE=y
|
||||||
CONFIG_HIGH_RES_TIMERS=y
|
CONFIG_HIGH_RES_TIMERS=y
|
||||||
# end of Timers subsystem
|
# end of Timers subsystem
|
||||||
|
|
||||||
|
CONFIG_BPF=y
|
||||||
|
CONFIG_HAVE_EBPF_JIT=y
|
||||||
|
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# BPF subsystem
|
||||||
|
#
|
||||||
|
# CONFIG_BPF_SYSCALL is not set
|
||||||
|
CONFIG_BPF_JIT=y
|
||||||
|
CONFIG_BPF_JIT_DEFAULT_ON=y
|
||||||
|
# end of BPF subsystem
|
||||||
|
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
CONFIG_PREEMPT=y
|
||||||
|
@ -158,6 +168,7 @@ CONFIG_PROC_PID_CPUSET=y
|
||||||
CONFIG_CGROUP_DEVICE=y
|
CONFIG_CGROUP_DEVICE=y
|
||||||
CONFIG_CGROUP_CPUACCT=y
|
CONFIG_CGROUP_CPUACCT=y
|
||||||
CONFIG_CGROUP_PERF=y
|
CONFIG_CGROUP_PERF=y
|
||||||
|
# CONFIG_CGROUP_MISC is not set
|
||||||
# CONFIG_CGROUP_DEBUG is not set
|
# CONFIG_CGROUP_DEBUG is not set
|
||||||
CONFIG_NAMESPACES=y
|
CONFIG_NAMESPACES=y
|
||||||
CONFIG_UTS_NS=y
|
CONFIG_UTS_NS=y
|
||||||
|
@ -186,7 +197,6 @@ CONFIG_LD_ORPHAN_WARN=y
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
CONFIG_HAVE_UID16=y
|
CONFIG_HAVE_UID16=y
|
||||||
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
CONFIG_SYSCTL_EXCEPTION_TRACE=y
|
||||||
CONFIG_BPF=y
|
|
||||||
CONFIG_EXPERT=y
|
CONFIG_EXPERT=y
|
||||||
CONFIG_UID16=y
|
CONFIG_UID16=y
|
||||||
CONFIG_MULTIUSER=y
|
CONFIG_MULTIUSER=y
|
||||||
|
@ -214,9 +224,6 @@ CONFIG_MEMBARRIER=y
|
||||||
CONFIG_KALLSYMS=y
|
CONFIG_KALLSYMS=y
|
||||||
CONFIG_KALLSYMS_ALL=y
|
CONFIG_KALLSYMS_ALL=y
|
||||||
CONFIG_KALLSYMS_BASE_RELATIVE=y
|
CONFIG_KALLSYMS_BASE_RELATIVE=y
|
||||||
# CONFIG_BPF_SYSCALL is not set
|
|
||||||
CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y
|
|
||||||
CONFIG_BPF_JIT_DEFAULT_ON=y
|
|
||||||
# CONFIG_USERFAULTFD is not set
|
# CONFIG_USERFAULTFD is not set
|
||||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
||||||
CONFIG_KCMP=y
|
CONFIG_KCMP=y
|
||||||
|
@ -269,8 +276,7 @@ CONFIG_GENERIC_CSUM=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
CONFIG_ZONE_DMA=y
|
CONFIG_ZONE_DMA=y
|
||||||
CONFIG_ZONE_DMA32=y
|
CONFIG_ZONE_DMA32=y
|
||||||
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
|
||||||
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
|
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
CONFIG_KERNEL_MODE_NEON=y
|
CONFIG_KERNEL_MODE_NEON=y
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
CONFIG_FIX_EARLYCON_MEM=y
|
||||||
|
@ -282,10 +288,9 @@ CONFIG_ARCH_PROC_KCORE_TEXT=y
|
||||||
# Platform selection
|
# Platform selection
|
||||||
#
|
#
|
||||||
# CONFIG_ARCH_ACTIONS is not set
|
# CONFIG_ARCH_ACTIONS is not set
|
||||||
# CONFIG_ARCH_AGILEX is not set
|
|
||||||
# CONFIG_ARCH_N5X is not set
|
|
||||||
# CONFIG_ARCH_SUNXI is not set
|
# CONFIG_ARCH_SUNXI is not set
|
||||||
# CONFIG_ARCH_ALPINE is not set
|
# CONFIG_ARCH_ALPINE is not set
|
||||||
|
# CONFIG_ARCH_APPLE is not set
|
||||||
# CONFIG_ARCH_BCM2835 is not set
|
# CONFIG_ARCH_BCM2835 is not set
|
||||||
# CONFIG_ARCH_BCM4908 is not set
|
# CONFIG_ARCH_BCM4908 is not set
|
||||||
# CONFIG_ARCH_BCM_IPROC is not set
|
# CONFIG_ARCH_BCM_IPROC is not set
|
||||||
|
@ -309,7 +314,7 @@ CONFIG_ARCH_QCOM=y
|
||||||
# CONFIG_ARCH_ROCKCHIP is not set
|
# CONFIG_ARCH_ROCKCHIP is not set
|
||||||
# CONFIG_ARCH_S32 is not set
|
# CONFIG_ARCH_S32 is not set
|
||||||
# CONFIG_ARCH_SEATTLE is not set
|
# CONFIG_ARCH_SEATTLE is not set
|
||||||
# CONFIG_ARCH_STRATIX10 is not set
|
# CONFIG_ARCH_INTEL_SOCFPGA is not set
|
||||||
# CONFIG_ARCH_SYNQUACER is not set
|
# CONFIG_ARCH_SYNQUACER is not set
|
||||||
# CONFIG_ARCH_TEGRA is not set
|
# CONFIG_ARCH_TEGRA is not set
|
||||||
# CONFIG_ARCH_SPRD is not set
|
# CONFIG_ARCH_SPRD is not set
|
||||||
|
@ -337,6 +342,7 @@ CONFIG_ARM64_ERRATUM_819472=y
|
||||||
CONFIG_ARM64_ERRATUM_832075=y
|
CONFIG_ARM64_ERRATUM_832075=y
|
||||||
CONFIG_ARM64_ERRATUM_845719=y
|
CONFIG_ARM64_ERRATUM_845719=y
|
||||||
CONFIG_ARM64_ERRATUM_843419=y
|
CONFIG_ARM64_ERRATUM_843419=y
|
||||||
|
CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y
|
||||||
CONFIG_ARM64_ERRATUM_1024718=y
|
CONFIG_ARM64_ERRATUM_1024718=y
|
||||||
CONFIG_ARM64_ERRATUM_1418040=y
|
CONFIG_ARM64_ERRATUM_1418040=y
|
||||||
CONFIG_ARM64_WORKAROUND_SPECULATIVE_AT=y
|
CONFIG_ARM64_WORKAROUND_SPECULATIVE_AT=y
|
||||||
|
@ -391,12 +397,8 @@ CONFIG_HZ_250=y
|
||||||
CONFIG_HZ=250
|
CONFIG_HZ=250
|
||||||
CONFIG_SCHED_HRTICK=y
|
CONFIG_SCHED_HRTICK=y
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
||||||
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
|
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
|
||||||
CONFIG_HW_PERF_EVENTS=y
|
CONFIG_HW_PERF_EVENTS=y
|
||||||
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
|
CONFIG_ARCH_HAS_FILTER_PGPROT=y
|
||||||
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
|
|
||||||
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
|
|
||||||
CONFIG_PARAVIRT=y
|
CONFIG_PARAVIRT=y
|
||||||
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
|
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
|
||||||
CONFIG_KEXEC=y
|
CONFIG_KEXEC=y
|
||||||
|
@ -423,7 +425,6 @@ CONFIG_AS_HAS_LDAPR=y
|
||||||
CONFIG_AS_HAS_LSE_ATOMICS=y
|
CONFIG_AS_HAS_LSE_ATOMICS=y
|
||||||
CONFIG_ARM64_LSE_ATOMICS=y
|
CONFIG_ARM64_LSE_ATOMICS=y
|
||||||
CONFIG_ARM64_USE_LSE_ATOMICS=y
|
CONFIG_ARM64_USE_LSE_ATOMICS=y
|
||||||
CONFIG_ARM64_VHE=y
|
|
||||||
# end of ARMv8.1 architectural features
|
# end of ARMv8.1 architectural features
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -465,6 +466,12 @@ CONFIG_ARM64_AS_HAS_MTE=y
|
||||||
CONFIG_ARM64_MTE=y
|
CONFIG_ARM64_MTE=y
|
||||||
# end of ARMv8.5 architectural features
|
# end of ARMv8.5 architectural features
|
||||||
|
|
||||||
|
#
|
||||||
|
# ARMv8.7 architectural features
|
||||||
|
#
|
||||||
|
CONFIG_ARM64_EPAN=y
|
||||||
|
# end of ARMv8.7 architectural features
|
||||||
|
|
||||||
CONFIG_ARM64_SVE=y
|
CONFIG_ARM64_SVE=y
|
||||||
CONFIG_ARM64_MODULE_PLTS=y
|
CONFIG_ARM64_MODULE_PLTS=y
|
||||||
# CONFIG_ARM64_PSEUDO_NMI is not set
|
# CONFIG_ARM64_PSEUDO_NMI is not set
|
||||||
|
@ -483,8 +490,6 @@ CONFIG_CMDLINE=""
|
||||||
# end of Boot options
|
# end of Boot options
|
||||||
|
|
||||||
CONFIG_SYSVIPC_COMPAT=y
|
CONFIG_SYSVIPC_COMPAT=y
|
||||||
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
|
|
||||||
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Power management options
|
# Power management options
|
||||||
|
@ -668,6 +673,7 @@ CONFIG_STACKPROTECTOR_STRONG=y
|
||||||
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
|
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
|
||||||
CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y
|
CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y
|
||||||
CONFIG_LTO_NONE=y
|
CONFIG_LTO_NONE=y
|
||||||
|
CONFIG_ARCH_SUPPORTS_CFI_CLANG=y
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
CONFIG_HAVE_CONTEXT_TRACKING=y
|
||||||
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
|
||||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
||||||
|
@ -690,6 +696,8 @@ CONFIG_COMPAT_OLD_SIGACTION=y
|
||||||
CONFIG_COMPAT_32BIT_TIME=y
|
CONFIG_COMPAT_32BIT_TIME=y
|
||||||
CONFIG_HAVE_ARCH_VMAP_STACK=y
|
CONFIG_HAVE_ARCH_VMAP_STACK=y
|
||||||
CONFIG_VMAP_STACK=y
|
CONFIG_VMAP_STACK=y
|
||||||
|
CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y
|
||||||
|
# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set
|
||||||
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
|
||||||
CONFIG_STRICT_KERNEL_RWX=y
|
CONFIG_STRICT_KERNEL_RWX=y
|
||||||
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
||||||
|
@ -725,8 +733,12 @@ CONFIG_MODULE_UNLOAD=y
|
||||||
# CONFIG_MODVERSIONS is not set
|
# CONFIG_MODVERSIONS is not set
|
||||||
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
# CONFIG_MODULE_SRCVERSION_ALL is not set
|
||||||
# CONFIG_MODULE_SIG is not set
|
# CONFIG_MODULE_SIG is not set
|
||||||
# CONFIG_MODULE_COMPRESS is not set
|
CONFIG_MODULE_COMPRESS_NONE=y
|
||||||
|
# CONFIG_MODULE_COMPRESS_GZIP is not set
|
||||||
|
# CONFIG_MODULE_COMPRESS_XZ is not set
|
||||||
|
# CONFIG_MODULE_COMPRESS_ZSTD is not set
|
||||||
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
|
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
|
||||||
|
CONFIG_MODPROBE_PATH="/sbin/modprobe"
|
||||||
# CONFIG_TRIM_UNUSED_KSYMS is not set
|
# CONFIG_TRIM_UNUSED_KSYMS is not set
|
||||||
CONFIG_MODULES_TREE_LOOKUP=y
|
CONFIG_MODULES_TREE_LOOKUP=y
|
||||||
CONFIG_BLOCK=y
|
CONFIG_BLOCK=y
|
||||||
|
@ -801,8 +813,6 @@ CONFIG_COREDUMP=y
|
||||||
#
|
#
|
||||||
# Memory Management options
|
# Memory Management options
|
||||||
#
|
#
|
||||||
CONFIG_SELECT_MEMORY_MODEL=y
|
|
||||||
CONFIG_SPARSEMEM_MANUAL=y
|
|
||||||
CONFIG_SPARSEMEM=y
|
CONFIG_SPARSEMEM=y
|
||||||
CONFIG_NEED_MULTIPLE_NODES=y
|
CONFIG_NEED_MULTIPLE_NODES=y
|
||||||
CONFIG_SPARSEMEM_EXTREME=y
|
CONFIG_SPARSEMEM_EXTREME=y
|
||||||
|
@ -811,16 +821,20 @@ CONFIG_SPARSEMEM_VMEMMAP=y
|
||||||
CONFIG_HAVE_FAST_GUP=y
|
CONFIG_HAVE_FAST_GUP=y
|
||||||
CONFIG_ARCH_KEEP_MEMBLOCK=y
|
CONFIG_ARCH_KEEP_MEMBLOCK=y
|
||||||
CONFIG_MEMORY_ISOLATION=y
|
CONFIG_MEMORY_ISOLATION=y
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
# CONFIG_MEMORY_HOTPLUG is not set
|
# CONFIG_MEMORY_HOTPLUG is not set
|
||||||
|
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
|
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
|
||||||
CONFIG_MEMORY_BALLOON=y
|
CONFIG_MEMORY_BALLOON=y
|
||||||
CONFIG_BALLOON_COMPACTION=y
|
CONFIG_BALLOON_COMPACTION=y
|
||||||
CONFIG_COMPACTION=y
|
CONFIG_COMPACTION=y
|
||||||
CONFIG_PAGE_REPORTING=y
|
CONFIG_PAGE_REPORTING=y
|
||||||
CONFIG_MIGRATION=y
|
CONFIG_MIGRATION=y
|
||||||
|
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
|
||||||
|
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
|
||||||
CONFIG_CONTIG_ALLOC=y
|
CONFIG_CONTIG_ALLOC=y
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
CONFIG_PHYS_ADDR_T_64BIT=y
|
||||||
CONFIG_BOUNCE=y
|
|
||||||
CONFIG_MMU_NOTIFIER=y
|
CONFIG_MMU_NOTIFIER=y
|
||||||
CONFIG_KSM=y
|
CONFIG_KSM=y
|
||||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
||||||
|
@ -835,6 +849,7 @@ CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
|
||||||
CONFIG_CMA=y
|
CONFIG_CMA=y
|
||||||
# CONFIG_CMA_DEBUG is not set
|
# CONFIG_CMA_DEBUG is not set
|
||||||
# CONFIG_CMA_DEBUGFS is not set
|
# CONFIG_CMA_DEBUGFS is not set
|
||||||
|
# CONFIG_CMA_SYSFS is not set
|
||||||
CONFIG_CMA_AREAS=7
|
CONFIG_CMA_AREAS=7
|
||||||
CONFIG_ZPOOL=y
|
CONFIG_ZPOOL=y
|
||||||
# CONFIG_ZBUD is not set
|
# CONFIG_ZBUD is not set
|
||||||
|
@ -844,6 +859,7 @@ CONFIG_ZSMALLOC=y
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
CONFIG_GENERIC_EARLY_IOREMAP=y
|
||||||
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
|
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
|
||||||
# CONFIG_IDLE_PAGE_TRACKING is not set
|
# CONFIG_IDLE_PAGE_TRACKING is not set
|
||||||
|
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
|
||||||
CONFIG_ARCH_HAS_PTE_DEVMAP=y
|
CONFIG_ARCH_HAS_PTE_DEVMAP=y
|
||||||
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
|
CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y
|
||||||
# CONFIG_PERCPU_STATS is not set
|
# CONFIG_PERCPU_STATS is not set
|
||||||
|
@ -921,14 +937,136 @@ CONFIG_NETFILTER_ADVANCED=y
|
||||||
# Core Netfilter Configuration
|
# Core Netfilter Configuration
|
||||||
#
|
#
|
||||||
CONFIG_NETFILTER_INGRESS=y
|
CONFIG_NETFILTER_INGRESS=y
|
||||||
|
CONFIG_NETFILTER_NETLINK=m
|
||||||
# CONFIG_NETFILTER_NETLINK_ACCT is not set
|
# CONFIG_NETFILTER_NETLINK_ACCT is not set
|
||||||
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
|
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
|
||||||
# CONFIG_NETFILTER_NETLINK_LOG is not set
|
# CONFIG_NETFILTER_NETLINK_LOG is not set
|
||||||
# CONFIG_NETFILTER_NETLINK_OSF is not set
|
# CONFIG_NETFILTER_NETLINK_OSF is not set
|
||||||
# CONFIG_NF_CONNTRACK is not set
|
CONFIG_NF_CONNTRACK=m
|
||||||
# CONFIG_NF_LOG_NETDEV is not set
|
# CONFIG_NF_LOG_SYSLOG is not set
|
||||||
# CONFIG_NF_TABLES is not set
|
# CONFIG_NF_CONNTRACK_MARK is not set
|
||||||
# CONFIG_NETFILTER_XTABLES is not set
|
# CONFIG_NF_CONNTRACK_ZONES is not set
|
||||||
|
CONFIG_NF_CONNTRACK_PROCFS=y
|
||||||
|
# CONFIG_NF_CONNTRACK_EVENTS is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_LABELS is not set
|
||||||
|
CONFIG_NF_CT_PROTO_DCCP=y
|
||||||
|
CONFIG_NF_CT_PROTO_SCTP=y
|
||||||
|
CONFIG_NF_CT_PROTO_UDPLITE=y
|
||||||
|
# CONFIG_NF_CONNTRACK_AMANDA is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_FTP is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_H323 is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_IRC is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_SNMP is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_PPTP is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_SANE is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_SIP is not set
|
||||||
|
# CONFIG_NF_CONNTRACK_TFTP is not set
|
||||||
|
# CONFIG_NF_CT_NETLINK is not set
|
||||||
|
CONFIG_NF_NAT=m
|
||||||
|
CONFIG_NF_NAT_MASQUERADE=y
|
||||||
|
CONFIG_NF_TABLES=m
|
||||||
|
CONFIG_NF_TABLES_INET=y
|
||||||
|
# CONFIG_NF_TABLES_NETDEV is not set
|
||||||
|
# CONFIG_NFT_NUMGEN is not set
|
||||||
|
CONFIG_NFT_CT=m
|
||||||
|
CONFIG_NFT_COUNTER=m
|
||||||
|
# CONFIG_NFT_CONNLIMIT is not set
|
||||||
|
CONFIG_NFT_LOG=m
|
||||||
|
CONFIG_NFT_LIMIT=m
|
||||||
|
CONFIG_NFT_MASQ=m
|
||||||
|
# CONFIG_NFT_REDIR is not set
|
||||||
|
CONFIG_NFT_NAT=m
|
||||||
|
# CONFIG_NFT_TUNNEL is not set
|
||||||
|
# CONFIG_NFT_OBJREF is not set
|
||||||
|
# CONFIG_NFT_QUOTA is not set
|
||||||
|
CONFIG_NFT_REJECT=m
|
||||||
|
CONFIG_NFT_REJECT_INET=m
|
||||||
|
# CONFIG_NFT_COMPAT is not set
|
||||||
|
# CONFIG_NFT_HASH is not set
|
||||||
|
# CONFIG_NFT_SOCKET is not set
|
||||||
|
# CONFIG_NFT_OSF is not set
|
||||||
|
# CONFIG_NFT_TPROXY is not set
|
||||||
|
# CONFIG_NFT_SYNPROXY is not set
|
||||||
|
# CONFIG_NF_FLOW_TABLE is not set
|
||||||
|
CONFIG_NETFILTER_XTABLES=m
|
||||||
|
CONFIG_NETFILTER_XTABLES_COMPAT=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables combined modules
|
||||||
|
#
|
||||||
|
# CONFIG_NETFILTER_XT_MARK is not set
|
||||||
|
# CONFIG_NETFILTER_XT_CONNMARK is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables targets
|
||||||
|
#
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_LED is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_LOG is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
|
||||||
|
CONFIG_NETFILTER_XT_NAT=m
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_NETMAP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_MASQUERADE is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
|
||||||
|
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Xtables matches
|
||||||
|
#
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_BPF is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_ECN is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_HL is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_STATE is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
|
||||||
|
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
|
||||||
# end of Core Netfilter Configuration
|
# end of Core Netfilter Configuration
|
||||||
|
|
||||||
# CONFIG_IP_SET is not set
|
# CONFIG_IP_SET is not set
|
||||||
|
@ -937,13 +1075,32 @@ CONFIG_NETFILTER_INGRESS=y
|
||||||
#
|
#
|
||||||
# IP: Netfilter Configuration
|
# IP: Netfilter Configuration
|
||||||
#
|
#
|
||||||
|
CONFIG_NF_DEFRAG_IPV4=m
|
||||||
# CONFIG_NF_SOCKET_IPV4 is not set
|
# CONFIG_NF_SOCKET_IPV4 is not set
|
||||||
# CONFIG_NF_TPROXY_IPV4 is not set
|
# CONFIG_NF_TPROXY_IPV4 is not set
|
||||||
|
CONFIG_NF_TABLES_IPV4=y
|
||||||
|
CONFIG_NFT_REJECT_IPV4=m
|
||||||
|
# CONFIG_NFT_DUP_IPV4 is not set
|
||||||
|
# CONFIG_NFT_FIB_IPV4 is not set
|
||||||
|
# CONFIG_NF_TABLES_ARP is not set
|
||||||
# CONFIG_NF_DUP_IPV4 is not set
|
# CONFIG_NF_DUP_IPV4 is not set
|
||||||
# CONFIG_NF_LOG_ARP is not set
|
# CONFIG_NF_LOG_ARP is not set
|
||||||
# CONFIG_NF_LOG_IPV4 is not set
|
# CONFIG_NF_LOG_IPV4 is not set
|
||||||
# CONFIG_NF_REJECT_IPV4 is not set
|
CONFIG_NF_REJECT_IPV4=m
|
||||||
# CONFIG_IP_NF_IPTABLES is not set
|
CONFIG_IP_NF_IPTABLES=m
|
||||||
|
# CONFIG_IP_NF_MATCH_AH is not set
|
||||||
|
# CONFIG_IP_NF_MATCH_ECN is not set
|
||||||
|
# CONFIG_IP_NF_MATCH_TTL is not set
|
||||||
|
CONFIG_IP_NF_FILTER=m
|
||||||
|
CONFIG_IP_NF_TARGET_REJECT=m
|
||||||
|
# CONFIG_IP_NF_TARGET_SYNPROXY is not set
|
||||||
|
CONFIG_IP_NF_NAT=m
|
||||||
|
# CONFIG_IP_NF_TARGET_MASQUERADE is not set
|
||||||
|
# CONFIG_IP_NF_TARGET_NETMAP is not set
|
||||||
|
# CONFIG_IP_NF_TARGET_REDIRECT is not set
|
||||||
|
# CONFIG_IP_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP_NF_RAW is not set
|
||||||
|
# CONFIG_IP_NF_SECURITY is not set
|
||||||
# CONFIG_IP_NF_ARPTABLES is not set
|
# CONFIG_IP_NF_ARPTABLES is not set
|
||||||
# end of IP: Netfilter Configuration
|
# end of IP: Netfilter Configuration
|
||||||
|
|
||||||
|
@ -952,12 +1109,36 @@ CONFIG_NETFILTER_INGRESS=y
|
||||||
#
|
#
|
||||||
# CONFIG_NF_SOCKET_IPV6 is not set
|
# CONFIG_NF_SOCKET_IPV6 is not set
|
||||||
# CONFIG_NF_TPROXY_IPV6 is not set
|
# CONFIG_NF_TPROXY_IPV6 is not set
|
||||||
|
CONFIG_NF_TABLES_IPV6=y
|
||||||
|
CONFIG_NFT_REJECT_IPV6=m
|
||||||
|
# CONFIG_NFT_DUP_IPV6 is not set
|
||||||
|
# CONFIG_NFT_FIB_IPV6 is not set
|
||||||
# CONFIG_NF_DUP_IPV6 is not set
|
# CONFIG_NF_DUP_IPV6 is not set
|
||||||
# CONFIG_NF_REJECT_IPV6 is not set
|
CONFIG_NF_REJECT_IPV6=m
|
||||||
# CONFIG_NF_LOG_IPV6 is not set
|
# CONFIG_NF_LOG_IPV6 is not set
|
||||||
# CONFIG_IP6_NF_IPTABLES is not set
|
CONFIG_IP6_NF_IPTABLES=m
|
||||||
|
# CONFIG_IP6_NF_MATCH_AH is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_EUI64 is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_FRAG is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_OPTS is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_HL is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_MH is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_RT is not set
|
||||||
|
# CONFIG_IP6_NF_MATCH_SRH is not set
|
||||||
|
CONFIG_IP6_NF_FILTER=m
|
||||||
|
CONFIG_IP6_NF_TARGET_REJECT=m
|
||||||
|
# CONFIG_IP6_NF_TARGET_SYNPROXY is not set
|
||||||
|
# CONFIG_IP6_NF_MANGLE is not set
|
||||||
|
# CONFIG_IP6_NF_RAW is not set
|
||||||
|
# CONFIG_IP6_NF_SECURITY is not set
|
||||||
|
CONFIG_IP6_NF_NAT=m
|
||||||
|
# CONFIG_IP6_NF_TARGET_MASQUERADE is not set
|
||||||
|
# CONFIG_IP6_NF_TARGET_NPT is not set
|
||||||
# end of IPv6: Netfilter Configuration
|
# end of IPv6: Netfilter Configuration
|
||||||
|
|
||||||
|
CONFIG_NF_DEFRAG_IPV6=m
|
||||||
|
# CONFIG_NF_CONNTRACK_BRIDGE is not set
|
||||||
# CONFIG_BPFILTER is not set
|
# CONFIG_BPFILTER is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
|
@ -966,7 +1147,6 @@ CONFIG_NETFILTER_INGRESS=y
|
||||||
# CONFIG_ATM is not set
|
# CONFIG_ATM is not set
|
||||||
# CONFIG_L2TP is not set
|
# CONFIG_L2TP is not set
|
||||||
# CONFIG_BRIDGE is not set
|
# CONFIG_BRIDGE is not set
|
||||||
CONFIG_HAVE_NET_DSA=y
|
|
||||||
# CONFIG_NET_DSA is not set
|
# CONFIG_NET_DSA is not set
|
||||||
# CONFIG_VLAN_8021Q is not set
|
# CONFIG_VLAN_8021Q is not set
|
||||||
# CONFIG_DECNET is not set
|
# CONFIG_DECNET is not set
|
||||||
|
@ -993,6 +1173,7 @@ CONFIG_QRTR=y
|
||||||
CONFIG_QRTR_SMD=y
|
CONFIG_QRTR_SMD=y
|
||||||
CONFIG_QRTR_TUN=y
|
CONFIG_QRTR_TUN=y
|
||||||
# CONFIG_NET_NCSI is not set
|
# CONFIG_NET_NCSI is not set
|
||||||
|
CONFIG_PCPU_DEV_REFCNT=y
|
||||||
CONFIG_RPS=y
|
CONFIG_RPS=y
|
||||||
CONFIG_RFS_ACCEL=y
|
CONFIG_RFS_ACCEL=y
|
||||||
CONFIG_SOCK_RX_QUEUE_MAPPING=y
|
CONFIG_SOCK_RX_QUEUE_MAPPING=y
|
||||||
|
@ -1001,7 +1182,6 @@ CONFIG_XPS=y
|
||||||
# CONFIG_CGROUP_NET_CLASSID is not set
|
# CONFIG_CGROUP_NET_CLASSID is not set
|
||||||
CONFIG_NET_RX_BUSY_POLL=y
|
CONFIG_NET_RX_BUSY_POLL=y
|
||||||
CONFIG_BQL=y
|
CONFIG_BQL=y
|
||||||
CONFIG_BPF_JIT=y
|
|
||||||
CONFIG_NET_FLOW_LIMIT=y
|
CONFIG_NET_FLOW_LIMIT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1022,6 +1202,7 @@ CONFIG_BT_BREDR=y
|
||||||
# CONFIG_BT_LE is not set
|
# CONFIG_BT_LE is not set
|
||||||
CONFIG_BT_LEDS=y
|
CONFIG_BT_LEDS=y
|
||||||
# CONFIG_BT_MSFTEXT is not set
|
# CONFIG_BT_MSFTEXT is not set
|
||||||
|
# CONFIG_BT_AOSPEXT is not set
|
||||||
# CONFIG_BT_DEBUGFS is not set
|
# CONFIG_BT_DEBUGFS is not set
|
||||||
# CONFIG_BT_SELFTEST is not set
|
# CONFIG_BT_SELFTEST is not set
|
||||||
# CONFIG_BT_FEATURE_DEBUG is not set
|
# CONFIG_BT_FEATURE_DEBUG is not set
|
||||||
|
@ -1053,6 +1234,7 @@ CONFIG_BT_HCIUART_QCA=y
|
||||||
# CONFIG_BT_MRVL is not set
|
# CONFIG_BT_MRVL is not set
|
||||||
# CONFIG_BT_MTKSDIO is not set
|
# CONFIG_BT_MTKSDIO is not set
|
||||||
# CONFIG_BT_MTKUART is not set
|
# CONFIG_BT_MTKUART is not set
|
||||||
|
# CONFIG_BT_VIRTIO is not set
|
||||||
# end of Bluetooth device drivers
|
# end of Bluetooth device drivers
|
||||||
|
|
||||||
# CONFIG_AF_RXRPC is not set
|
# CONFIG_AF_RXRPC is not set
|
||||||
|
@ -1123,9 +1305,9 @@ CONFIG_NFC_NXP_NCI_I2C=m
|
||||||
# CONFIG_LWTUNNEL is not set
|
# CONFIG_LWTUNNEL is not set
|
||||||
CONFIG_DST_CACHE=y
|
CONFIG_DST_CACHE=y
|
||||||
CONFIG_GRO_CELLS=y
|
CONFIG_GRO_CELLS=y
|
||||||
|
CONFIG_NET_SELFTESTS=y
|
||||||
CONFIG_FAILOVER=y
|
CONFIG_FAILOVER=y
|
||||||
CONFIG_ETHTOOL_NETLINK=y
|
CONFIG_ETHTOOL_NETLINK=y
|
||||||
CONFIG_HAVE_EBPF_JIT=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
|
@ -1199,7 +1381,6 @@ CONFIG_PCIE_QCOM=y
|
||||||
#
|
#
|
||||||
# Mobiveil PCIe Core Support
|
# Mobiveil PCIe Core Support
|
||||||
#
|
#
|
||||||
# CONFIG_PCIE_LAYERSCAPE_GEN4 is not set
|
|
||||||
# end of Mobiveil PCIe Core Support
|
# end of Mobiveil PCIe Core Support
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1455,7 +1636,6 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y
|
||||||
CONFIG_ZRAM_DEF_COMP="lzo-rle"
|
CONFIG_ZRAM_DEF_COMP="lzo-rle"
|
||||||
# CONFIG_ZRAM_WRITEBACK is not set
|
# CONFIG_ZRAM_WRITEBACK is not set
|
||||||
CONFIG_ZRAM_MEMORY_TRACKING=y
|
CONFIG_ZRAM_MEMORY_TRACKING=y
|
||||||
# CONFIG_BLK_DEV_UMEM is not set
|
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
CONFIG_BLK_DEV_LOOP=y
|
||||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
|
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
|
||||||
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
|
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
|
||||||
|
@ -1502,9 +1682,9 @@ CONFIG_QCOM_FASTRPC=m
|
||||||
# CONFIG_DS1682 is not set
|
# CONFIG_DS1682 is not set
|
||||||
# CONFIG_LATTICE_ECP3_CONFIG is not set
|
# CONFIG_LATTICE_ECP3_CONFIG is not set
|
||||||
CONFIG_SRAM=y
|
CONFIG_SRAM=y
|
||||||
|
# CONFIG_DW_XDATA_PCIE is not set
|
||||||
# CONFIG_PCI_ENDPOINT_TEST is not set
|
# CONFIG_PCI_ENDPOINT_TEST is not set
|
||||||
# CONFIG_XILINX_SDFEC is not set
|
# CONFIG_XILINX_SDFEC is not set
|
||||||
# CONFIG_PVPANIC is not set
|
|
||||||
# CONFIG_HISI_HIKEY_USB is not set
|
# CONFIG_HISI_HIKEY_USB is not set
|
||||||
# CONFIG_C2PORT is not set
|
# CONFIG_C2PORT is not set
|
||||||
|
|
||||||
|
@ -1540,6 +1720,7 @@ CONFIG_EEPROM_AT25=y
|
||||||
# CONFIG_MISC_RTSX_USB is not set
|
# CONFIG_MISC_RTSX_USB is not set
|
||||||
# CONFIG_HABANA_AI is not set
|
# CONFIG_HABANA_AI is not set
|
||||||
# CONFIG_UACCE is not set
|
# CONFIG_UACCE is not set
|
||||||
|
# CONFIG_PVPANIC is not set
|
||||||
# end of Misc devices
|
# end of Misc devices
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1695,13 +1876,6 @@ CONFIG_TUN=y
|
||||||
CONFIG_VIRTIO_NET=y
|
CONFIG_VIRTIO_NET=y
|
||||||
# CONFIG_NLMON is not set
|
# CONFIG_NLMON is not set
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
|
||||||
#
|
|
||||||
# Distributed Switch Architecture drivers
|
|
||||||
#
|
|
||||||
# CONFIG_NET_DSA_MV88E6XXX_PTP is not set
|
|
||||||
# end of Distributed Switch Architecture drivers
|
|
||||||
|
|
||||||
CONFIG_ETHERNET=y
|
CONFIG_ETHERNET=y
|
||||||
# CONFIG_NET_VENDOR_3COM is not set
|
# CONFIG_NET_VENDOR_3COM is not set
|
||||||
# CONFIG_NET_VENDOR_ADAPTEC is not set
|
# CONFIG_NET_VENDOR_ADAPTEC is not set
|
||||||
|
@ -1730,6 +1904,7 @@ CONFIG_ETHERNET=y
|
||||||
# CONFIG_NET_VENDOR_HISILICON is not set
|
# CONFIG_NET_VENDOR_HISILICON is not set
|
||||||
# CONFIG_NET_VENDOR_HUAWEI is not set
|
# CONFIG_NET_VENDOR_HUAWEI is not set
|
||||||
# CONFIG_NET_VENDOR_INTEL is not set
|
# CONFIG_NET_VENDOR_INTEL is not set
|
||||||
|
CONFIG_NET_VENDOR_MICROSOFT=y
|
||||||
# CONFIG_JME is not set
|
# CONFIG_JME is not set
|
||||||
# CONFIG_NET_VENDOR_MARVELL is not set
|
# CONFIG_NET_VENDOR_MARVELL is not set
|
||||||
# CONFIG_NET_VENDOR_MELLANOX is not set
|
# CONFIG_NET_VENDOR_MELLANOX is not set
|
||||||
|
@ -1797,11 +1972,13 @@ CONFIG_AQUANTIA_PHY=y
|
||||||
# CONFIG_LSI_ET1011C_PHY is not set
|
# CONFIG_LSI_ET1011C_PHY is not set
|
||||||
# CONFIG_MARVELL_PHY is not set
|
# CONFIG_MARVELL_PHY is not set
|
||||||
# CONFIG_MARVELL_10G_PHY is not set
|
# CONFIG_MARVELL_10G_PHY is not set
|
||||||
|
# CONFIG_MARVELL_88X2222_PHY is not set
|
||||||
CONFIG_MICREL_PHY=y
|
CONFIG_MICREL_PHY=y
|
||||||
# CONFIG_MICROCHIP_PHY is not set
|
# CONFIG_MICROCHIP_PHY is not set
|
||||||
# CONFIG_MICROCHIP_T1_PHY is not set
|
# CONFIG_MICROCHIP_T1_PHY is not set
|
||||||
CONFIG_MICROSEMI_PHY=y
|
CONFIG_MICROSEMI_PHY=y
|
||||||
# CONFIG_NATIONAL_PHY is not set
|
# CONFIG_NATIONAL_PHY is not set
|
||||||
|
# CONFIG_NXP_C45_TJA11XX_PHY is not set
|
||||||
# CONFIG_NXP_TJA11XX_PHY is not set
|
# CONFIG_NXP_TJA11XX_PHY is not set
|
||||||
CONFIG_AT803X_PHY=y
|
CONFIG_AT803X_PHY=y
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
|
@ -1896,6 +2073,7 @@ CONFIG_WLAN_VENDOR_MICROCHIP=y
|
||||||
# CONFIG_USB_NET_RNDIS_WLAN is not set
|
# CONFIG_USB_NET_RNDIS_WLAN is not set
|
||||||
# CONFIG_VIRT_WIFI is not set
|
# CONFIG_VIRT_WIFI is not set
|
||||||
# CONFIG_WAN is not set
|
# CONFIG_WAN is not set
|
||||||
|
# CONFIG_WWAN is not set
|
||||||
# CONFIG_XEN_NETDEV_FRONTEND is not set
|
# CONFIG_XEN_NETDEV_FRONTEND is not set
|
||||||
# CONFIG_XEN_NETDEV_BACKEND is not set
|
# CONFIG_XEN_NETDEV_BACKEND is not set
|
||||||
# CONFIG_VMXNET3 is not set
|
# CONFIG_VMXNET3 is not set
|
||||||
|
@ -1981,7 +2159,6 @@ CONFIG_MOUSE_PS2_SMBUS=y
|
||||||
# CONFIG_INPUT_JOYSTICK is not set
|
# CONFIG_INPUT_JOYSTICK is not set
|
||||||
# CONFIG_INPUT_TABLET is not set
|
# CONFIG_INPUT_TABLET is not set
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
CONFIG_TOUCHSCREEN_PROPERTIES=y
|
|
||||||
# CONFIG_TOUCHSCREEN_ADS7846 is not set
|
# CONFIG_TOUCHSCREEN_ADS7846 is not set
|
||||||
# CONFIG_TOUCHSCREEN_AD7877 is not set
|
# CONFIG_TOUCHSCREEN_AD7877 is not set
|
||||||
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
||||||
|
@ -2006,7 +2183,9 @@ CONFIG_TOUCHSCREEN_ATMEL_MXT=m
|
||||||
# CONFIG_TOUCHSCREEN_FUJITSU is not set
|
# CONFIG_TOUCHSCREEN_FUJITSU is not set
|
||||||
# CONFIG_TOUCHSCREEN_GOODIX is not set
|
# CONFIG_TOUCHSCREEN_GOODIX is not set
|
||||||
# CONFIG_TOUCHSCREEN_HIDEEP is not set
|
# CONFIG_TOUCHSCREEN_HIDEEP is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set
|
||||||
# CONFIG_TOUCHSCREEN_ILI210X is not set
|
# CONFIG_TOUCHSCREEN_ILI210X is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_ILITEK is not set
|
||||||
# CONFIG_TOUCHSCREEN_S6SY761 is not set
|
# CONFIG_TOUCHSCREEN_S6SY761 is not set
|
||||||
# CONFIG_TOUCHSCREEN_GUNZE is not set
|
# CONFIG_TOUCHSCREEN_GUNZE is not set
|
||||||
# CONFIG_TOUCHSCREEN_EKTF2127 is not set
|
# CONFIG_TOUCHSCREEN_EKTF2127 is not set
|
||||||
|
@ -2018,6 +2197,7 @@ CONFIG_TOUCHSCREEN_ATMEL_MXT=m
|
||||||
# CONFIG_TOUCHSCREEN_MCS5000 is not set
|
# CONFIG_TOUCHSCREEN_MCS5000 is not set
|
||||||
# CONFIG_TOUCHSCREEN_MMS114 is not set
|
# CONFIG_TOUCHSCREEN_MMS114 is not set
|
||||||
# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
|
# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_MSG2638 is not set
|
||||||
# CONFIG_TOUCHSCREEN_MTOUCH is not set
|
# CONFIG_TOUCHSCREEN_MTOUCH is not set
|
||||||
# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set
|
# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set
|
||||||
# CONFIG_TOUCHSCREEN_INEXIO is not set
|
# CONFIG_TOUCHSCREEN_INEXIO is not set
|
||||||
|
@ -2054,8 +2234,8 @@ CONFIG_INPUT_MISC=y
|
||||||
# CONFIG_INPUT_BMA150 is not set
|
# CONFIG_INPUT_BMA150 is not set
|
||||||
# CONFIG_INPUT_E3X0_BUTTON is not set
|
# CONFIG_INPUT_E3X0_BUTTON is not set
|
||||||
CONFIG_INPUT_PM8941_PWRKEY=y
|
CONFIG_INPUT_PM8941_PWRKEY=y
|
||||||
CONFIG_INPUT_PM8XXX_VIBRATOR=y
|
# CONFIG_INPUT_PM8XXX_VIBRATOR is not set
|
||||||
CONFIG_INPUT_PMI8998_HAPTICS=m
|
CONFIG_INPUT_QCOM_SPMI_HAPTICS=m
|
||||||
# CONFIG_INPUT_MMA8450 is not set
|
# CONFIG_INPUT_MMA8450 is not set
|
||||||
# CONFIG_INPUT_GPIO_BEEPER is not set
|
# CONFIG_INPUT_GPIO_BEEPER is not set
|
||||||
# CONFIG_INPUT_GPIO_DECODER is not set
|
# CONFIG_INPUT_GPIO_DECODER is not set
|
||||||
|
@ -2076,6 +2256,7 @@ CONFIG_INPUT_PWM_VIBRA=y
|
||||||
# CONFIG_INPUT_ADXL34X is not set
|
# CONFIG_INPUT_ADXL34X is not set
|
||||||
# CONFIG_INPUT_IMS_PCU is not set
|
# CONFIG_INPUT_IMS_PCU is not set
|
||||||
# CONFIG_INPUT_IQS269A is not set
|
# CONFIG_INPUT_IQS269A is not set
|
||||||
|
# CONFIG_INPUT_IQS626A is not set
|
||||||
# CONFIG_INPUT_CMA3000 is not set
|
# CONFIG_INPUT_CMA3000 is not set
|
||||||
# CONFIG_INPUT_XEN_KBDDEV_FRONTEND is not set
|
# CONFIG_INPUT_XEN_KBDDEV_FRONTEND is not set
|
||||||
# CONFIG_INPUT_DRV260X_HAPTICS is not set
|
# CONFIG_INPUT_DRV260X_HAPTICS is not set
|
||||||
|
@ -2189,7 +2370,6 @@ CONFIG_SERIAL_MCTRL_GPIO=y
|
||||||
# CONFIG_N_GSM is not set
|
# CONFIG_N_GSM is not set
|
||||||
# CONFIG_NOZOMI is not set
|
# CONFIG_NOZOMI is not set
|
||||||
# CONFIG_NULL_TTY is not set
|
# CONFIG_NULL_TTY is not set
|
||||||
# CONFIG_TRACE_SINK is not set
|
|
||||||
CONFIG_HVC_DRIVER=y
|
CONFIG_HVC_DRIVER=y
|
||||||
CONFIG_HVC_IRQ=y
|
CONFIG_HVC_IRQ=y
|
||||||
CONFIG_HVC_XEN=y
|
CONFIG_HVC_XEN=y
|
||||||
|
@ -2288,6 +2468,7 @@ CONFIG_I2C_RK3X=y
|
||||||
# External I2C/SMBus adapter drivers
|
# External I2C/SMBus adapter drivers
|
||||||
#
|
#
|
||||||
# CONFIG_I2C_DIOLAN_U2C is not set
|
# CONFIG_I2C_DIOLAN_U2C is not set
|
||||||
|
# CONFIG_I2C_CP2615 is not set
|
||||||
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
|
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
|
||||||
# CONFIG_I2C_TAOS_EVM is not set
|
# CONFIG_I2C_TAOS_EVM is not set
|
||||||
# CONFIG_I2C_TINY_USB is not set
|
# CONFIG_I2C_TINY_USB is not set
|
||||||
|
@ -2377,6 +2558,7 @@ CONFIG_PTP_1588_CLOCK=y
|
||||||
#
|
#
|
||||||
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
|
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
|
||||||
#
|
#
|
||||||
|
CONFIG_PTP_1588_CLOCK_KVM=y
|
||||||
# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set
|
# CONFIG_PTP_1588_CLOCK_IDT82P33 is not set
|
||||||
# CONFIG_PTP_1588_CLOCK_IDTCM is not set
|
# CONFIG_PTP_1588_CLOCK_IDTCM is not set
|
||||||
# CONFIG_PTP_1588_CLOCK_OCP is not set
|
# CONFIG_PTP_1588_CLOCK_OCP is not set
|
||||||
|
@ -2569,6 +2751,7 @@ CONFIG_BATTERY_BQ27XXX_I2C=y
|
||||||
# CONFIG_CHARGER_BQ256XX is not set
|
# CONFIG_CHARGER_BQ256XX is not set
|
||||||
# CONFIG_CHARGER_SMB347 is not set
|
# CONFIG_CHARGER_SMB347 is not set
|
||||||
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
|
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
|
||||||
|
# CONFIG_BATTERY_GOLDFISH is not set
|
||||||
# CONFIG_CHARGER_RT9455 is not set
|
# CONFIG_CHARGER_RT9455 is not set
|
||||||
# CONFIG_CHARGER_UCS1002 is not set
|
# CONFIG_CHARGER_UCS1002 is not set
|
||||||
# CONFIG_CHARGER_BD99954 is not set
|
# CONFIG_CHARGER_BD99954 is not set
|
||||||
|
@ -2676,6 +2859,7 @@ CONFIG_SENSORS_ARM_SCPI=y
|
||||||
# CONFIG_SENSORS_NCT7802 is not set
|
# CONFIG_SENSORS_NCT7802 is not set
|
||||||
# CONFIG_SENSORS_NCT7904 is not set
|
# CONFIG_SENSORS_NCT7904 is not set
|
||||||
# CONFIG_SENSORS_NPCM7XX is not set
|
# CONFIG_SENSORS_NPCM7XX is not set
|
||||||
|
# CONFIG_SENSORS_NZXT_KRAKEN2 is not set
|
||||||
# CONFIG_SENSORS_OCC_P8_I2C is not set
|
# CONFIG_SENSORS_OCC_P8_I2C is not set
|
||||||
# CONFIG_SENSORS_PCF8591 is not set
|
# CONFIG_SENSORS_PCF8591 is not set
|
||||||
# CONFIG_PMBUS is not set
|
# CONFIG_PMBUS is not set
|
||||||
|
@ -2858,6 +3042,7 @@ CONFIG_BCMA_POSSIBLE=y
|
||||||
# CONFIG_EZX_PCAP is not set
|
# CONFIG_EZX_PCAP is not set
|
||||||
# CONFIG_MFD_CPCAP is not set
|
# CONFIG_MFD_CPCAP is not set
|
||||||
# CONFIG_MFD_VIPERBOARD is not set
|
# CONFIG_MFD_VIPERBOARD is not set
|
||||||
|
# CONFIG_MFD_NTXEC is not set
|
||||||
# CONFIG_MFD_RETU is not set
|
# CONFIG_MFD_RETU is not set
|
||||||
# CONFIG_MFD_PCF50633 is not set
|
# CONFIG_MFD_PCF50633 is not set
|
||||||
CONFIG_MFD_QCOM_RPM=y
|
CONFIG_MFD_QCOM_RPM=y
|
||||||
|
@ -2871,7 +3056,6 @@ CONFIG_MFD_SPMI_PMIC=y
|
||||||
# CONFIG_MFD_SI476X_CORE is not set
|
# CONFIG_MFD_SI476X_CORE is not set
|
||||||
# CONFIG_MFD_SM501 is not set
|
# CONFIG_MFD_SM501 is not set
|
||||||
# CONFIG_MFD_SKY81452 is not set
|
# CONFIG_MFD_SKY81452 is not set
|
||||||
# CONFIG_ABX500_CORE is not set
|
|
||||||
# CONFIG_MFD_STMPE is not set
|
# CONFIG_MFD_STMPE is not set
|
||||||
CONFIG_MFD_SYSCON=y
|
CONFIG_MFD_SYSCON=y
|
||||||
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
# CONFIG_MFD_TI_AM335X_TSCADC is not set
|
||||||
|
@ -2911,9 +3095,11 @@ CONFIG_MFD_SYSCON=y
|
||||||
# CONFIG_MFD_ROHM_BD718XX is not set
|
# CONFIG_MFD_ROHM_BD718XX is not set
|
||||||
# CONFIG_MFD_ROHM_BD70528 is not set
|
# CONFIG_MFD_ROHM_BD70528 is not set
|
||||||
# CONFIG_MFD_ROHM_BD71828 is not set
|
# CONFIG_MFD_ROHM_BD71828 is not set
|
||||||
|
# CONFIG_MFD_ROHM_BD957XMUF is not set
|
||||||
# CONFIG_MFD_STPMIC1 is not set
|
# CONFIG_MFD_STPMIC1 is not set
|
||||||
# CONFIG_MFD_STMFX is not set
|
# CONFIG_MFD_STMFX is not set
|
||||||
# CONFIG_MFD_WCD934X is not set
|
# CONFIG_MFD_WCD934X is not set
|
||||||
|
# CONFIG_MFD_ATC260X_I2C is not set
|
||||||
# CONFIG_MFD_VEXPRESS_SYSREG is not set
|
# CONFIG_MFD_VEXPRESS_SYSREG is not set
|
||||||
# CONFIG_RAVE_SP_CORE is not set
|
# CONFIG_RAVE_SP_CORE is not set
|
||||||
# CONFIG_MFD_INTEL_M10_BMC is not set
|
# CONFIG_MFD_INTEL_M10_BMC is not set
|
||||||
|
@ -3338,7 +3524,6 @@ CONFIG_DRM_MSM_GPU_STATE=y
|
||||||
CONFIG_DRM_MSM_HDMI_HDCP=y
|
CONFIG_DRM_MSM_HDMI_HDCP=y
|
||||||
CONFIG_DRM_MSM_DP=y
|
CONFIG_DRM_MSM_DP=y
|
||||||
CONFIG_DRM_MSM_DSI=y
|
CONFIG_DRM_MSM_DSI=y
|
||||||
CONFIG_DRM_MSM_DSI_PLL=y
|
|
||||||
# CONFIG_DRM_MSM_DSI_28NM_PHY is not set
|
# CONFIG_DRM_MSM_DSI_28NM_PHY is not set
|
||||||
# CONFIG_DRM_MSM_DSI_20NM_PHY is not set
|
# CONFIG_DRM_MSM_DSI_20NM_PHY is not set
|
||||||
# CONFIG_DRM_MSM_DSI_28NM_8960_PHY is not set
|
# CONFIG_DRM_MSM_DSI_28NM_8960_PHY is not set
|
||||||
|
@ -3421,8 +3606,10 @@ CONFIG_DRM_PANEL_BRIDGE=y
|
||||||
# Display Interface Bridges
|
# Display Interface Bridges
|
||||||
#
|
#
|
||||||
# CONFIG_DRM_CDNS_DSI is not set
|
# CONFIG_DRM_CDNS_DSI is not set
|
||||||
|
# CONFIG_DRM_CHIPONE_ICN6211 is not set
|
||||||
# CONFIG_DRM_CHRONTEL_CH7033 is not set
|
# CONFIG_DRM_CHRONTEL_CH7033 is not set
|
||||||
# CONFIG_DRM_DISPLAY_CONNECTOR is not set
|
# CONFIG_DRM_DISPLAY_CONNECTOR is not set
|
||||||
|
# CONFIG_DRM_LONTIUM_LT8912B is not set
|
||||||
# CONFIG_DRM_LONTIUM_LT9611 is not set
|
# CONFIG_DRM_LONTIUM_LT9611 is not set
|
||||||
# CONFIG_DRM_LONTIUM_LT9611UXC is not set
|
# CONFIG_DRM_LONTIUM_LT9611UXC is not set
|
||||||
# CONFIG_DRM_LVDS_CODEC is not set
|
# CONFIG_DRM_LVDS_CODEC is not set
|
||||||
|
@ -3452,10 +3639,10 @@ CONFIG_DRM_PANEL_BRIDGE=y
|
||||||
# end of Display Interface Bridges
|
# end of Display Interface Bridges
|
||||||
|
|
||||||
# CONFIG_DRM_ETNAVIV is not set
|
# CONFIG_DRM_ETNAVIV is not set
|
||||||
# CONFIG_DRM_ARCPGU is not set
|
|
||||||
# CONFIG_DRM_HISI_HIBMC is not set
|
# CONFIG_DRM_HISI_HIBMC is not set
|
||||||
# CONFIG_DRM_HISI_KIRIN is not set
|
# CONFIG_DRM_HISI_KIRIN is not set
|
||||||
# CONFIG_DRM_MXSFB is not set
|
# CONFIG_DRM_MXSFB is not set
|
||||||
|
# CONFIG_DRM_ARCPGU is not set
|
||||||
# CONFIG_DRM_CIRRUS_QEMU is not set
|
# CONFIG_DRM_CIRRUS_QEMU is not set
|
||||||
# CONFIG_DRM_GM12U320 is not set
|
# CONFIG_DRM_GM12U320 is not set
|
||||||
# CONFIG_TINYDRM_HX8357D is not set
|
# CONFIG_TINYDRM_HX8357D is not set
|
||||||
|
@ -3467,10 +3654,11 @@ CONFIG_DRM_PANEL_BRIDGE=y
|
||||||
# CONFIG_TINYDRM_ST7586 is not set
|
# CONFIG_TINYDRM_ST7586 is not set
|
||||||
# CONFIG_TINYDRM_ST7735R is not set
|
# CONFIG_TINYDRM_ST7735R is not set
|
||||||
# CONFIG_DRM_PL111 is not set
|
# CONFIG_DRM_PL111 is not set
|
||||||
# CONFIG_DRM_XEN is not set
|
# CONFIG_DRM_XEN_FRONTEND is not set
|
||||||
# CONFIG_DRM_LIMA is not set
|
# CONFIG_DRM_LIMA is not set
|
||||||
# CONFIG_DRM_PANFROST is not set
|
# CONFIG_DRM_PANFROST is not set
|
||||||
# CONFIG_DRM_TIDSS is not set
|
# CONFIG_DRM_TIDSS is not set
|
||||||
|
# CONFIG_DRM_GUD is not set
|
||||||
# CONFIG_DRM_LEGACY is not set
|
# CONFIG_DRM_LEGACY is not set
|
||||||
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m
|
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m
|
||||||
|
|
||||||
|
@ -3665,6 +3853,7 @@ CONFIG_SND_SOC_COMPRESS=y
|
||||||
# CONFIG_SND_SOC_FSL_ESAI is not set
|
# CONFIG_SND_SOC_FSL_ESAI is not set
|
||||||
# CONFIG_SND_SOC_FSL_MICFIL is not set
|
# CONFIG_SND_SOC_FSL_MICFIL is not set
|
||||||
# CONFIG_SND_SOC_FSL_XCVR is not set
|
# CONFIG_SND_SOC_FSL_XCVR is not set
|
||||||
|
# CONFIG_SND_SOC_FSL_RPMSG is not set
|
||||||
# CONFIG_SND_SOC_IMX_AUDMUX is not set
|
# CONFIG_SND_SOC_IMX_AUDMUX is not set
|
||||||
# end of SoC Audio for Freescale CPUs
|
# end of SoC Audio for Freescale CPUs
|
||||||
|
|
||||||
|
@ -3782,13 +3971,16 @@ CONFIG_SND_SOC_HDMI_CODEC=m
|
||||||
# CONFIG_SND_SOC_PCM512x_SPI is not set
|
# CONFIG_SND_SOC_PCM512x_SPI is not set
|
||||||
# CONFIG_SND_SOC_RK3328 is not set
|
# CONFIG_SND_SOC_RK3328 is not set
|
||||||
# CONFIG_SND_SOC_RT1308_SDW is not set
|
# CONFIG_SND_SOC_RT1308_SDW is not set
|
||||||
|
# CONFIG_SND_SOC_RT1316_SDW is not set
|
||||||
# CONFIG_SND_SOC_RT5616 is not set
|
# CONFIG_SND_SOC_RT5616 is not set
|
||||||
# CONFIG_SND_SOC_RT5631 is not set
|
# CONFIG_SND_SOC_RT5631 is not set
|
||||||
# CONFIG_SND_SOC_RT5659 is not set
|
# CONFIG_SND_SOC_RT5659 is not set
|
||||||
# CONFIG_SND_SOC_RT5682_SDW is not set
|
# CONFIG_SND_SOC_RT5682_SDW is not set
|
||||||
# CONFIG_SND_SOC_RT700_SDW is not set
|
# CONFIG_SND_SOC_RT700_SDW is not set
|
||||||
# CONFIG_SND_SOC_RT711_SDW is not set
|
# CONFIG_SND_SOC_RT711_SDW is not set
|
||||||
|
# CONFIG_SND_SOC_RT711_SDCA_SDW is not set
|
||||||
# CONFIG_SND_SOC_RT715_SDW is not set
|
# CONFIG_SND_SOC_RT715_SDW is not set
|
||||||
|
# CONFIG_SND_SOC_RT715_SDCA_SDW is not set
|
||||||
# CONFIG_SND_SOC_SGTL5000 is not set
|
# CONFIG_SND_SOC_SGTL5000 is not set
|
||||||
# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
|
# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
|
||||||
# CONFIG_SND_SOC_SIMPLE_MUX is not set
|
# CONFIG_SND_SOC_SIMPLE_MUX is not set
|
||||||
|
@ -3815,7 +4007,8 @@ CONFIG_SND_SOC_HDMI_CODEC=m
|
||||||
# CONFIG_SND_SOC_TLV320AIC31XX is not set
|
# CONFIG_SND_SOC_TLV320AIC31XX is not set
|
||||||
# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set
|
# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set
|
||||||
# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set
|
# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set
|
||||||
# CONFIG_SND_SOC_TLV320AIC3X is not set
|
# CONFIG_SND_SOC_TLV320AIC3X_I2C is not set
|
||||||
|
# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set
|
||||||
# CONFIG_SND_SOC_TLV320ADCX140 is not set
|
# CONFIG_SND_SOC_TLV320ADCX140 is not set
|
||||||
# CONFIG_SND_SOC_TS3A227E is not set
|
# CONFIG_SND_SOC_TS3A227E is not set
|
||||||
# CONFIG_SND_SOC_TSCS42XX is not set
|
# CONFIG_SND_SOC_TSCS42XX is not set
|
||||||
|
@ -3868,6 +4061,7 @@ CONFIG_SND_SIMPLE_CARD_UTILS=m
|
||||||
CONFIG_SND_SIMPLE_CARD=m
|
CONFIG_SND_SIMPLE_CARD=m
|
||||||
CONFIG_SND_AUDIO_GRAPH_CARD=m
|
CONFIG_SND_AUDIO_GRAPH_CARD=m
|
||||||
# CONFIG_SND_XEN_FRONTEND is not set
|
# CONFIG_SND_XEN_FRONTEND is not set
|
||||||
|
# CONFIG_SND_VIRTIO is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# HID support
|
# HID support
|
||||||
|
@ -3907,6 +4101,7 @@ CONFIG_HID_CYPRESS=y
|
||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
# CONFIG_HID_ELO is not set
|
# CONFIG_HID_ELO is not set
|
||||||
CONFIG_HID_EZKEY=y
|
CONFIG_HID_EZKEY=y
|
||||||
|
# CONFIG_HID_FT260 is not set
|
||||||
# CONFIG_HID_GEMBIRD is not set
|
# CONFIG_HID_GEMBIRD is not set
|
||||||
# CONFIG_HID_GFRM is not set
|
# CONFIG_HID_GFRM is not set
|
||||||
# CONFIG_HID_GLORIOUS is not set
|
# CONFIG_HID_GLORIOUS is not set
|
||||||
|
@ -3955,6 +4150,7 @@ CONFIG_HID_MONTEREY=y
|
||||||
# CONFIG_HID_ROCCAT is not set
|
# CONFIG_HID_ROCCAT is not set
|
||||||
# CONFIG_HID_SAITEK is not set
|
# CONFIG_HID_SAITEK is not set
|
||||||
# CONFIG_HID_SAMSUNG is not set
|
# CONFIG_HID_SAMSUNG is not set
|
||||||
|
# CONFIG_HID_SEMITEK is not set
|
||||||
# CONFIG_HID_SONY is not set
|
# CONFIG_HID_SONY is not set
|
||||||
# CONFIG_HID_SPEEDLINK is not set
|
# CONFIG_HID_SPEEDLINK is not set
|
||||||
# CONFIG_HID_STEAM is not set
|
# CONFIG_HID_STEAM is not set
|
||||||
|
@ -4334,7 +4530,6 @@ CONFIG_LEDS_PWM=y
|
||||||
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
|
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_BLINKM is not set
|
# CONFIG_LEDS_BLINKM is not set
|
||||||
CONFIG_LEDS_QCOM_LPG=y
|
|
||||||
CONFIG_LEDS_SYSCON=y
|
CONFIG_LEDS_SYSCON=y
|
||||||
# CONFIG_LEDS_MLXREG is not set
|
# CONFIG_LEDS_MLXREG is not set
|
||||||
# CONFIG_LEDS_USER is not set
|
# CONFIG_LEDS_USER is not set
|
||||||
|
@ -4345,6 +4540,11 @@ CONFIG_LEDS_SYSCON=y
|
||||||
# Flash and Torch LED drivers
|
# Flash and Torch LED drivers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# RGB LED drivers
|
||||||
|
#
|
||||||
|
CONFIG_LEDS_QCOM_LPG=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# LED Triggers
|
# LED Triggers
|
||||||
#
|
#
|
||||||
|
@ -4369,11 +4569,6 @@ CONFIG_LEDS_TRIGGER_PANIC=y
|
||||||
# CONFIG_LEDS_TRIGGER_PATTERN is not set
|
# CONFIG_LEDS_TRIGGER_PATTERN is not set
|
||||||
# CONFIG_LEDS_TRIGGER_AUDIO is not set
|
# CONFIG_LEDS_TRIGGER_AUDIO is not set
|
||||||
# CONFIG_LEDS_TRIGGER_TTY is not set
|
# CONFIG_LEDS_TRIGGER_TTY is not set
|
||||||
|
|
||||||
#
|
|
||||||
# LED Blink
|
|
||||||
#
|
|
||||||
# CONFIG_LEDS_BLINK is not set
|
|
||||||
# CONFIG_ACCESSIBILITY is not set
|
# CONFIG_ACCESSIBILITY is not set
|
||||||
# CONFIG_INFINIBAND is not set
|
# CONFIG_INFINIBAND is not set
|
||||||
CONFIG_EDAC_SUPPORT=y
|
CONFIG_EDAC_SUPPORT=y
|
||||||
|
@ -4600,9 +4795,9 @@ CONFIG_XEN_AUTO_XLATE=y
|
||||||
# end of Xen driver support
|
# end of Xen driver support
|
||||||
|
|
||||||
# CONFIG_GREYBUS is not set
|
# CONFIG_GREYBUS is not set
|
||||||
|
# CONFIG_COMEDI is not set
|
||||||
CONFIG_STAGING=y
|
CONFIG_STAGING=y
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_COMEDI is not set
|
|
||||||
# CONFIG_RTL8192U is not set
|
# CONFIG_RTL8192U is not set
|
||||||
# CONFIG_RTLLIB is not set
|
# CONFIG_RTLLIB is not set
|
||||||
# CONFIG_RTL8723BS is not set
|
# CONFIG_RTL8723BS is not set
|
||||||
|
@ -4639,7 +4834,6 @@ CONFIG_STAGING=y
|
||||||
#
|
#
|
||||||
# Capacitance to digital converters
|
# Capacitance to digital converters
|
||||||
#
|
#
|
||||||
# CONFIG_AD7150 is not set
|
|
||||||
# CONFIG_AD7746 is not set
|
# CONFIG_AD7746 is not set
|
||||||
# end of Capacitance to digital converters
|
# end of Capacitance to digital converters
|
||||||
|
|
||||||
|
@ -4685,17 +4879,9 @@ CONFIG_ASHMEM=y
|
||||||
# CONFIG_FB_TFT is not set
|
# CONFIG_FB_TFT is not set
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_PI433 is not set
|
# CONFIG_PI433 is not set
|
||||||
|
|
||||||
#
|
|
||||||
# Gasket devices
|
|
||||||
#
|
|
||||||
# CONFIG_STAGING_GASKET_FRAMEWORK is not set
|
|
||||||
# end of Gasket devices
|
|
||||||
|
|
||||||
# CONFIG_XIL_AXIS_FIFO is not set
|
# CONFIG_XIL_AXIS_FIFO is not set
|
||||||
# CONFIG_FIELDBUS_DEV is not set
|
# CONFIG_FIELDBUS_DEV is not set
|
||||||
# CONFIG_QLGE is not set
|
# CONFIG_QLGE is not set
|
||||||
# CONFIG_WIMAX is not set
|
|
||||||
# CONFIG_WFX is not set
|
# CONFIG_WFX is not set
|
||||||
# CONFIG_SPMI_HISI3670 is not set
|
# CONFIG_SPMI_HISI3670 is not set
|
||||||
# CONFIG_MFD_HI6421_SPMI is not set
|
# CONFIG_MFD_HI6421_SPMI is not set
|
||||||
|
@ -5005,6 +5191,7 @@ CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
|
||||||
# CONFIG_BMA220 is not set
|
# CONFIG_BMA220 is not set
|
||||||
# CONFIG_BMA400 is not set
|
# CONFIG_BMA400 is not set
|
||||||
# CONFIG_BMC150_ACCEL is not set
|
# CONFIG_BMC150_ACCEL is not set
|
||||||
|
# CONFIG_BMI088_ACCEL is not set
|
||||||
# CONFIG_DA280 is not set
|
# CONFIG_DA280 is not set
|
||||||
# CONFIG_DA311 is not set
|
# CONFIG_DA311 is not set
|
||||||
# CONFIG_DMARD06 is not set
|
# CONFIG_DMARD06 is not set
|
||||||
|
@ -5086,6 +5273,7 @@ CONFIG_QCOM_SPMI_ADC5=m
|
||||||
# CONFIG_TI_ADS8344 is not set
|
# CONFIG_TI_ADS8344 is not set
|
||||||
# CONFIG_TI_ADS8688 is not set
|
# CONFIG_TI_ADS8688 is not set
|
||||||
# CONFIG_TI_ADS124S08 is not set
|
# CONFIG_TI_ADS124S08 is not set
|
||||||
|
# CONFIG_TI_ADS131E08 is not set
|
||||||
# CONFIG_TI_TLC4541 is not set
|
# CONFIG_TI_TLC4541 is not set
|
||||||
# CONFIG_VF610_ADC is not set
|
# CONFIG_VF610_ADC is not set
|
||||||
# CONFIG_XILINX_XADC is not set
|
# CONFIG_XILINX_XADC is not set
|
||||||
|
@ -5104,6 +5292,12 @@ CONFIG_QCOM_SPMI_ADC5=m
|
||||||
# CONFIG_HMC425 is not set
|
# CONFIG_HMC425 is not set
|
||||||
# end of Amplifiers
|
# end of Amplifiers
|
||||||
|
|
||||||
|
#
|
||||||
|
# Capacitance to digital converters
|
||||||
|
#
|
||||||
|
# CONFIG_AD7150 is not set
|
||||||
|
# end of Capacitance to digital converters
|
||||||
|
|
||||||
#
|
#
|
||||||
# Chemical Sensors
|
# Chemical Sensors
|
||||||
#
|
#
|
||||||
|
@ -5124,6 +5318,11 @@ CONFIG_QCOM_SPMI_ADC5=m
|
||||||
#
|
#
|
||||||
# end of Hid Sensor IIO Common
|
# end of Hid Sensor IIO Common
|
||||||
|
|
||||||
|
#
|
||||||
|
# IIO SCMI Sensors
|
||||||
|
#
|
||||||
|
# end of IIO SCMI Sensors
|
||||||
|
|
||||||
#
|
#
|
||||||
# SSP Sensor Common
|
# SSP Sensor Common
|
||||||
#
|
#
|
||||||
|
@ -5676,6 +5875,7 @@ CONFIG_TMPFS=y
|
||||||
CONFIG_TMPFS_POSIX_ACL=y
|
CONFIG_TMPFS_POSIX_ACL=y
|
||||||
CONFIG_TMPFS_XATTR=y
|
CONFIG_TMPFS_XATTR=y
|
||||||
# CONFIG_TMPFS_INODE64 is not set
|
# CONFIG_TMPFS_INODE64 is not set
|
||||||
|
CONFIG_ARCH_SUPPORTS_HUGETLBFS=y
|
||||||
CONFIG_HUGETLBFS=y
|
CONFIG_HUGETLBFS=y
|
||||||
CONFIG_HUGETLB_PAGE=y
|
CONFIG_HUGETLB_PAGE=y
|
||||||
CONFIG_MEMFD_CREATE=y
|
CONFIG_MEMFD_CREATE=y
|
||||||
|
@ -5853,6 +6053,7 @@ CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
|
||||||
# CONFIG_SECURITY_YAMA is not set
|
# CONFIG_SECURITY_YAMA is not set
|
||||||
# CONFIG_SECURITY_SAFESETID is not set
|
# CONFIG_SECURITY_SAFESETID is not set
|
||||||
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
|
# CONFIG_SECURITY_LOCKDOWN_LSM is not set
|
||||||
|
# CONFIG_SECURITY_LANDLOCK is not set
|
||||||
CONFIG_INTEGRITY=y
|
CONFIG_INTEGRITY=y
|
||||||
# CONFIG_INTEGRITY_SIGNATURE is not set
|
# CONFIG_INTEGRITY_SIGNATURE is not set
|
||||||
CONFIG_INTEGRITY_AUDIT=y
|
CONFIG_INTEGRITY_AUDIT=y
|
||||||
|
@ -5920,6 +6121,7 @@ CONFIG_CRYPTO_RSA=y
|
||||||
# CONFIG_CRYPTO_DH is not set
|
# CONFIG_CRYPTO_DH is not set
|
||||||
CONFIG_CRYPTO_ECC=y
|
CONFIG_CRYPTO_ECC=y
|
||||||
CONFIG_CRYPTO_ECDH=y
|
CONFIG_CRYPTO_ECDH=y
|
||||||
|
# CONFIG_CRYPTO_ECDSA is not set
|
||||||
# CONFIG_CRYPTO_ECRDSA is not set
|
# CONFIG_CRYPTO_ECRDSA is not set
|
||||||
# CONFIG_CRYPTO_SM2 is not set
|
# CONFIG_CRYPTO_SM2 is not set
|
||||||
# CONFIG_CRYPTO_CURVE25519 is not set
|
# CONFIG_CRYPTO_CURVE25519 is not set
|
||||||
|
@ -6096,6 +6298,7 @@ CONFIG_HAVE_ARCH_BITREVERSE=y
|
||||||
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
CONFIG_GENERIC_STRNCPY_FROM_USER=y
|
||||||
CONFIG_GENERIC_STRNLEN_USER=y
|
CONFIG_GENERIC_STRNLEN_USER=y
|
||||||
CONFIG_GENERIC_NET_UTILS=y
|
CONFIG_GENERIC_NET_UTILS=y
|
||||||
|
CONFIG_GENERIC_FIND_FIRST_BIT=y
|
||||||
# CONFIG_CORDIC is not set
|
# CONFIG_CORDIC is not set
|
||||||
# CONFIG_PRIME_NUMBERS is not set
|
# CONFIG_PRIME_NUMBERS is not set
|
||||||
CONFIG_RATIONAL=y
|
CONFIG_RATIONAL=y
|
||||||
|
@ -6248,6 +6451,7 @@ CONFIG_SECTION_MISMATCH_WARN_ONLY=y
|
||||||
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_32B is not set
|
# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_32B is not set
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
||||||
CONFIG_FRAME_POINTER=y
|
CONFIG_FRAME_POINTER=y
|
||||||
|
# CONFIG_VMLINUX_MAP is not set
|
||||||
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
|
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
|
||||||
# end of Compile-time checks and compiler options
|
# end of Compile-time checks and compiler options
|
||||||
|
|
||||||
|
@ -6266,7 +6470,6 @@ CONFIG_HAVE_ARCH_KGDB=y
|
||||||
# CONFIG_KGDB is not set
|
# CONFIG_KGDB is not set
|
||||||
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
|
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
|
||||||
# CONFIG_UBSAN is not set
|
# CONFIG_UBSAN is not set
|
||||||
CONFIG_HAVE_KCSAN_COMPILER=y
|
|
||||||
# end of Generic Kernel Debugging Instruments
|
# end of Generic Kernel Debugging Instruments
|
||||||
|
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
|
@ -6301,8 +6504,8 @@ CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
||||||
CONFIG_HAVE_ARCH_KASAN=y
|
CONFIG_HAVE_ARCH_KASAN=y
|
||||||
CONFIG_HAVE_ARCH_KASAN_SW_TAGS=y
|
CONFIG_HAVE_ARCH_KASAN_SW_TAGS=y
|
||||||
CONFIG_HAVE_ARCH_KASAN_HW_TAGS=y
|
CONFIG_HAVE_ARCH_KASAN_HW_TAGS=y
|
||||||
|
CONFIG_HAVE_ARCH_KASAN_VMALLOC=y
|
||||||
CONFIG_CC_HAS_KASAN_GENERIC=y
|
CONFIG_CC_HAS_KASAN_GENERIC=y
|
||||||
CONFIG_CC_HAS_KASAN_SW_TAGS=y
|
|
||||||
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
|
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
|
||||||
# CONFIG_KASAN is not set
|
# CONFIG_KASAN is not set
|
||||||
CONFIG_HAVE_ARCH_KFENCE=y
|
CONFIG_HAVE_ARCH_KFENCE=y
|
||||||
|
@ -6358,7 +6561,6 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
||||||
# CONFIG_STACKTRACE is not set
|
# CONFIG_STACKTRACE is not set
|
||||||
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
|
# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
|
||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
CONFIG_HAVE_DEBUG_BUGVERBOSE=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Debug kernel data structures
|
# Debug kernel data structures
|
||||||
|
@ -6423,6 +6625,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
|
||||||
# CONFIG_TEST_LIST_SORT is not set
|
# CONFIG_TEST_LIST_SORT is not set
|
||||||
# CONFIG_TEST_MIN_HEAP is not set
|
# CONFIG_TEST_MIN_HEAP is not set
|
||||||
# CONFIG_TEST_SORT is not set
|
# CONFIG_TEST_SORT is not set
|
||||||
|
# CONFIG_TEST_DIV64 is not set
|
||||||
# CONFIG_BACKTRACE_SELF_TEST is not set
|
# CONFIG_BACKTRACE_SELF_TEST is not set
|
||||||
# CONFIG_RBTREE_TEST is not set
|
# CONFIG_RBTREE_TEST is not set
|
||||||
# CONFIG_REED_SOLOMON_TEST is not set
|
# CONFIG_REED_SOLOMON_TEST is not set
|
||||||
|
@ -6457,6 +6660,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
|
||||||
# CONFIG_TEST_STACKINIT is not set
|
# CONFIG_TEST_STACKINIT is not set
|
||||||
# CONFIG_TEST_MEMINIT is not set
|
# CONFIG_TEST_MEMINIT is not set
|
||||||
# CONFIG_TEST_FREE_PAGES is not set
|
# CONFIG_TEST_FREE_PAGES is not set
|
||||||
|
CONFIG_ARCH_USE_MEMTEST=y
|
||||||
CONFIG_MEMTEST=y
|
CONFIG_MEMTEST=y
|
||||||
# end of Kernel Testing and Coverage
|
# end of Kernel Testing and Coverage
|
||||||
# end of Kernel hacking
|
# end of Kernel hacking
|
||||||
|
|
Loading…
Reference in a new issue