linux-lenovo-21bx: upgrade to 6.8_rc5 (MR 4854)
kconfig migrated, and enabled a driver for a usb uart/serial adapter that I use sometimes for debugging other devices.
This commit is contained in:
parent
fa3a734875
commit
9ac973f072
2 changed files with 87 additions and 35 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Konrad Dybcio <konradybcio@kernel.org>
|
# Maintainer: Konrad Dybcio <konradybcio@kernel.org>
|
||||||
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
# Co-Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||||
pkgname=linux-lenovo-21bx
|
pkgname=linux-lenovo-21bx
|
||||||
pkgver=6.7
|
pkgver=6.8_rc5
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
_commit="dd209a8fb4840e48ca4963bb23057f38b1066a6d"
|
_commit="00a0ee0018ac61ec4c93536f27916ff40cfe7a99"
|
||||||
pkgdesc="Lenovo ThinkPad X13s kernel fork"
|
pkgdesc="Lenovo ThinkPad X13s kernel fork"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
_carch="arm64"
|
_carch="arm64"
|
||||||
|
@ -64,7 +64,7 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
e660104c28e3f41e4f6ccdccb95be7b17077a9d230a68899e8851be05c8eba6b2473ef8a2b4fc86bed1cdf02d305d06c6acae453a3648a597ad59b4ac422ccbb linux-lenovo-21bx-dd209a8fb4840e48ca4963bb23057f38b1066a6d.tar.gz
|
595a8affed112eeaecd111c6b8e206996f7367716a1768ffa5f755ddfdffea4318ba3bddfa59ab18cf98d5dd9b5536883d49151b1d26e858b5a88ef206f8e20a linux-lenovo-21bx-00a0ee0018ac61ec4c93536f27916ff40cfe7a99.tar.gz
|
||||||
02c804db63f2ff5a78155f93930174c81ac040a03f9919961c1d8f2b5b06d92b10cad35a40c5bdddf4dfd1a7e22fd813562042cf94075498e4040b31b430f3b3 config-lenovo-21bx.aarch64
|
0b4d4f9ea933de4f549227d40fd801aef5c9cce7ae6c22c997936c7fe8f7485e12e25b929bc0e249a4a13f663549e2d3ea20191975f3d69354db41ec9b92b7b3 config-lenovo-21bx.aarch64
|
||||||
fac2fc6cd033c30d1abea6ac77c173945f77e7c3db9e547b6e2a68969e731d4d69f6093fbc3a0b7068dddffe224692edb7175a953bc28f9449b8018c91835d31 0001-drm-panel-edp-Add-timings-for-BOE-NV133WUM-N63.patch
|
fac2fc6cd033c30d1abea6ac77c173945f77e7c3db9e547b6e2a68969e731d4d69f6093fbc3a0b7068dddffe224692edb7175a953bc28f9449b8018c91835d31 0001-drm-panel-edp-Add-timings-for-BOE-NV133WUM-N63.patch
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 6.7.0-rc7 Kernel Configuration
|
# Linux/arm64 6.8.0-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014"
|
CONFIG_CC_VERSION_TEXT="gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
CONFIG_GCC_VERSION=130201
|
CONFIG_GCC_VERSION=130201
|
||||||
CONFIG_CLANG_VERSION=0
|
CONFIG_CLANG_VERSION=0
|
||||||
CONFIG_AS_IS_GNU=y
|
CONFIG_AS_IS_GNU=y
|
||||||
CONFIG_AS_VERSION=24100
|
CONFIG_AS_VERSION=24200
|
||||||
CONFIG_LD_IS_BFD=y
|
CONFIG_LD_IS_BFD=y
|
||||||
CONFIG_LD_VERSION=24100
|
CONFIG_LD_VERSION=24200
|
||||||
CONFIG_LLD_VERSION=0
|
CONFIG_LLD_VERSION=0
|
||||||
CONFIG_CC_CAN_LINK=y
|
CONFIG_CC_CAN_LINK=y
|
||||||
CONFIG_CC_CAN_LINK_STATIC=y
|
CONFIG_CC_CAN_LINK_STATIC=y
|
||||||
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
|
CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y
|
||||||
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
|
CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y
|
||||||
|
CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND=y
|
||||||
CONFIG_CC_HAS_ASM_INLINE=y
|
CONFIG_CC_HAS_ASM_INLINE=y
|
||||||
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
|
CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y
|
||||||
CONFIG_PAHOLE_VERSION=0
|
CONFIG_PAHOLE_VERSION=0
|
||||||
|
@ -176,6 +177,8 @@ CONFIG_CC_HAS_INT128=y
|
||||||
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
|
CONFIG_CC_IMPLICIT_FALLTHROUGH="-Wimplicit-fallthrough=5"
|
||||||
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
|
CONFIG_GCC11_NO_ARRAY_BOUNDS=y
|
||||||
CONFIG_CC_NO_ARRAY_BOUNDS=y
|
CONFIG_CC_NO_ARRAY_BOUNDS=y
|
||||||
|
CONFIG_GCC_NO_STRINGOP_OVERFLOW=y
|
||||||
|
CONFIG_CC_NO_STRINGOP_OVERFLOW=y
|
||||||
CONFIG_ARCH_SUPPORTS_INT128=y
|
CONFIG_ARCH_SUPPORTS_INT128=y
|
||||||
CONFIG_NUMA_BALANCING=y
|
CONFIG_NUMA_BALANCING=y
|
||||||
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
|
CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
|
||||||
|
@ -253,14 +256,14 @@ CONFIG_AIO=y
|
||||||
CONFIG_IO_URING=y
|
CONFIG_IO_URING=y
|
||||||
CONFIG_ADVISE_SYSCALLS=y
|
CONFIG_ADVISE_SYSCALLS=y
|
||||||
CONFIG_MEMBARRIER=y
|
CONFIG_MEMBARRIER=y
|
||||||
|
CONFIG_KCMP=y
|
||||||
|
CONFIG_RSEQ=y
|
||||||
|
CONFIG_CACHESTAT_SYSCALL=y
|
||||||
CONFIG_KALLSYMS=y
|
CONFIG_KALLSYMS=y
|
||||||
# CONFIG_KALLSYMS_SELFTEST is not set
|
# CONFIG_KALLSYMS_SELFTEST is not set
|
||||||
# CONFIG_KALLSYMS_ALL is not set
|
# CONFIG_KALLSYMS_ALL is not set
|
||||||
CONFIG_KALLSYMS_BASE_RELATIVE=y
|
CONFIG_KALLSYMS_BASE_RELATIVE=y
|
||||||
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
|
||||||
CONFIG_KCMP=y
|
|
||||||
CONFIG_RSEQ=y
|
|
||||||
CONFIG_CACHESTAT_SYSCALL=y
|
|
||||||
CONFIG_HAVE_PERF_EVENTS=y
|
CONFIG_HAVE_PERF_EVENTS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -390,7 +393,9 @@ CONFIG_ARM64_ERRATUM_2067961=y
|
||||||
# CONFIG_ARM64_ERRATUM_2441009 is not set
|
# CONFIG_ARM64_ERRATUM_2441009 is not set
|
||||||
CONFIG_ARM64_ERRATUM_2457168=y
|
CONFIG_ARM64_ERRATUM_2457168=y
|
||||||
CONFIG_ARM64_ERRATUM_2645198=y
|
CONFIG_ARM64_ERRATUM_2645198=y
|
||||||
|
CONFIG_ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD=y
|
||||||
CONFIG_ARM64_ERRATUM_2966298=y
|
CONFIG_ARM64_ERRATUM_2966298=y
|
||||||
|
CONFIG_ARM64_ERRATUM_3117295=y
|
||||||
CONFIG_CAVIUM_ERRATUM_22375=y
|
CONFIG_CAVIUM_ERRATUM_22375=y
|
||||||
CONFIG_CAVIUM_ERRATUM_23144=y
|
CONFIG_CAVIUM_ERRATUM_23144=y
|
||||||
CONFIG_CAVIUM_ERRATUM_23154=y
|
CONFIG_CAVIUM_ERRATUM_23154=y
|
||||||
|
@ -726,6 +731,7 @@ CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
||||||
CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y
|
CONFIG_ARCH_SUPPORTS_PAGE_TABLE_CHECK=y
|
||||||
CONFIG_ARCH_HAVE_TRACE_MMIO_ACCESS=y
|
CONFIG_ARCH_HAVE_TRACE_MMIO_ACCESS=y
|
||||||
|
CONFIG_ARCH_HAS_HW_PTE_YOUNG=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
|
@ -766,6 +772,7 @@ CONFIG_BLK_CGROUP_PUNT_BIO=y
|
||||||
CONFIG_BLK_DEV_BSG_COMMON=y
|
CONFIG_BLK_DEV_BSG_COMMON=y
|
||||||
# CONFIG_BLK_DEV_BSGLIB is not set
|
# CONFIG_BLK_DEV_BSGLIB is not set
|
||||||
# CONFIG_BLK_DEV_INTEGRITY is not set
|
# CONFIG_BLK_DEV_INTEGRITY is not set
|
||||||
|
CONFIG_BLK_DEV_WRITE_MOUNTED=y
|
||||||
# CONFIG_BLK_DEV_ZONED is not set
|
# CONFIG_BLK_DEV_ZONED is not set
|
||||||
CONFIG_BLK_DEV_THROTTLING=y
|
CONFIG_BLK_DEV_THROTTLING=y
|
||||||
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
|
# CONFIG_BLK_DEV_THROTTLING_LOW is not set
|
||||||
|
@ -839,9 +846,8 @@ CONFIG_ZSMALLOC=y
|
||||||
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
CONFIG_ZSMALLOC_CHAIN_SIZE=8
|
||||||
|
|
||||||
#
|
#
|
||||||
# SLAB allocator options
|
# Slab allocator options
|
||||||
#
|
#
|
||||||
# CONFIG_SLAB_DEPRECATED is not set
|
|
||||||
CONFIG_SLUB=y
|
CONFIG_SLUB=y
|
||||||
CONFIG_SLAB_MERGE_DEFAULT=y
|
CONFIG_SLAB_MERGE_DEFAULT=y
|
||||||
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
||||||
|
@ -849,7 +855,7 @@ CONFIG_SLAB_MERGE_DEFAULT=y
|
||||||
# CONFIG_SLUB_STATS is not set
|
# CONFIG_SLUB_STATS is not set
|
||||||
CONFIG_SLUB_CPU_PARTIAL=y
|
CONFIG_SLUB_CPU_PARTIAL=y
|
||||||
# CONFIG_RANDOM_KMALLOC_CACHES is not set
|
# CONFIG_RANDOM_KMALLOC_CACHES is not set
|
||||||
# end of SLAB allocator options
|
# end of Slab allocator options
|
||||||
|
|
||||||
# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
|
# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set
|
||||||
CONFIG_COMPAT_BRK=y
|
CONFIG_COMPAT_BRK=y
|
||||||
|
@ -885,6 +891,7 @@ CONFIG_ARCH_WANTS_THP_SWAP=y
|
||||||
CONFIG_TRANSPARENT_HUGEPAGE=y
|
CONFIG_TRANSPARENT_HUGEPAGE=y
|
||||||
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
|
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
|
||||||
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
|
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
|
||||||
|
# CONFIG_TRANSPARENT_HUGEPAGE_NEVER is not set
|
||||||
CONFIG_THP_SWAP=y
|
CONFIG_THP_SWAP=y
|
||||||
# CONFIG_READ_ONLY_THP_FOR_FS is not set
|
# CONFIG_READ_ONLY_THP_FOR_FS is not set
|
||||||
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
|
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
|
||||||
|
@ -1277,7 +1284,6 @@ CONFIG_NF_DEFRAG_IPV6=y
|
||||||
# CONFIG_NF_TABLES_BRIDGE is not set
|
# CONFIG_NF_TABLES_BRIDGE is not set
|
||||||
# CONFIG_NF_CONNTRACK_BRIDGE is not set
|
# CONFIG_NF_CONNTRACK_BRIDGE is not set
|
||||||
# CONFIG_BRIDGE_NF_EBTABLES is not set
|
# CONFIG_BRIDGE_NF_EBTABLES 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
|
||||||
# CONFIG_RDS is not set
|
# CONFIG_RDS is not set
|
||||||
|
@ -1533,7 +1539,6 @@ CONFIG_VGA_ARB_MAX_GPUS=16
|
||||||
# Cadence-based PCIe controllers
|
# Cadence-based PCIe controllers
|
||||||
#
|
#
|
||||||
# CONFIG_PCIE_CADENCE_PLAT_HOST is not set
|
# CONFIG_PCIE_CADENCE_PLAT_HOST is not set
|
||||||
# CONFIG_PCI_J721E_HOST is not set
|
|
||||||
# end of Cadence-based PCIe controllers
|
# end of Cadence-based PCIe controllers
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1605,6 +1610,7 @@ CONFIG_DEV_COREDUMP=y
|
||||||
# CONFIG_DEBUG_DEVRES is not set
|
# CONFIG_DEBUG_DEVRES is not set
|
||||||
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
|
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
|
||||||
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
|
# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
|
||||||
|
CONFIG_GENERIC_CPU_DEVICES=y
|
||||||
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
CONFIG_GENERIC_CPU_AUTOPROBE=y
|
||||||
CONFIG_GENERIC_CPU_VULNERABILITIES=y
|
CONFIG_GENERIC_CPU_VULNERABILITIES=y
|
||||||
CONFIG_SOC_BUS=y
|
CONFIG_SOC_BUS=y
|
||||||
|
@ -1662,13 +1668,10 @@ CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE=y
|
||||||
CONFIG_ARM_SCMI_TRANSPORT_VIRTIO=y
|
CONFIG_ARM_SCMI_TRANSPORT_VIRTIO=y
|
||||||
CONFIG_ARM_SCMI_TRANSPORT_VIRTIO_VERSION1_COMPLIANCE=y
|
CONFIG_ARM_SCMI_TRANSPORT_VIRTIO_VERSION1_COMPLIANCE=y
|
||||||
# CONFIG_ARM_SCMI_TRANSPORT_VIRTIO_ATOMIC_ENABLE is not set
|
# CONFIG_ARM_SCMI_TRANSPORT_VIRTIO_ATOMIC_ENABLE is not set
|
||||||
CONFIG_ARM_SCMI_POWER_DOMAIN=y
|
|
||||||
CONFIG_ARM_SCMI_PERF_DOMAIN=y
|
|
||||||
CONFIG_ARM_SCMI_POWER_CONTROL=y
|
CONFIG_ARM_SCMI_POWER_CONTROL=y
|
||||||
# end of ARM System Control and Management Interface Protocol
|
# end of ARM System Control and Management Interface Protocol
|
||||||
|
|
||||||
CONFIG_ARM_SCPI_PROTOCOL=y
|
CONFIG_ARM_SCPI_PROTOCOL=y
|
||||||
CONFIG_ARM_SCPI_POWER_DOMAIN=y
|
|
||||||
CONFIG_DMIID=y
|
CONFIG_DMIID=y
|
||||||
# CONFIG_DMI_SYSFS is not set
|
# CONFIG_DMI_SYSFS is not set
|
||||||
# CONFIG_FW_CFG_SYSFS is not set
|
# CONFIG_FW_CFG_SYSFS is not set
|
||||||
|
@ -1742,6 +1745,7 @@ CONFIG_ZRAM_DEF_COMP_ZSTD=y
|
||||||
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
# CONFIG_ZRAM_DEF_COMP_LZ4 is not set
|
||||||
CONFIG_ZRAM_DEF_COMP="zstd"
|
CONFIG_ZRAM_DEF_COMP="zstd"
|
||||||
# CONFIG_ZRAM_WRITEBACK is not set
|
# CONFIG_ZRAM_WRITEBACK is not set
|
||||||
|
# CONFIG_ZRAM_TRACK_ENTRY_ACTIME is not set
|
||||||
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
# CONFIG_ZRAM_MEMORY_TRACKING is not set
|
||||||
# CONFIG_ZRAM_MULTI_COMP is not set
|
# CONFIG_ZRAM_MULTI_COMP is not set
|
||||||
CONFIG_BLK_DEV_LOOP=y
|
CONFIG_BLK_DEV_LOOP=y
|
||||||
|
@ -1798,6 +1802,7 @@ CONFIG_SRAM=y
|
||||||
# CONFIG_HISI_HIKEY_USB is not set
|
# CONFIG_HISI_HIKEY_USB is not set
|
||||||
# CONFIG_OPEN_DICE is not set
|
# CONFIG_OPEN_DICE is not set
|
||||||
# CONFIG_VCPU_STALL_DETECTOR is not set
|
# CONFIG_VCPU_STALL_DETECTOR is not set
|
||||||
|
# CONFIG_NSM is not set
|
||||||
# CONFIG_C2PORT is not set
|
# CONFIG_C2PORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -2164,7 +2169,6 @@ CONFIG_NET_VENDOR_WIZNET=y
|
||||||
# CONFIG_WIZNET_W5300 is not set
|
# CONFIG_WIZNET_W5300 is not set
|
||||||
CONFIG_NET_VENDOR_XILINX=y
|
CONFIG_NET_VENDOR_XILINX=y
|
||||||
# CONFIG_XILINX_EMACLITE is not set
|
# CONFIG_XILINX_EMACLITE is not set
|
||||||
# CONFIG_XILINX_AXI_EMAC is not set
|
|
||||||
# CONFIG_XILINX_LL_TEMAC is not set
|
# CONFIG_XILINX_LL_TEMAC is not set
|
||||||
# CONFIG_FDDI is not set
|
# CONFIG_FDDI is not set
|
||||||
# CONFIG_HIPPI is not set
|
# CONFIG_HIPPI is not set
|
||||||
|
@ -2228,6 +2232,7 @@ CONFIG_AX88796B_PHY=y
|
||||||
# CONFIG_DP83867_PHY is not set
|
# CONFIG_DP83867_PHY is not set
|
||||||
# CONFIG_DP83869_PHY is not set
|
# CONFIG_DP83869_PHY is not set
|
||||||
# CONFIG_DP83TD510_PHY is not set
|
# CONFIG_DP83TD510_PHY is not set
|
||||||
|
# CONFIG_DP83TG720_PHY is not set
|
||||||
# CONFIG_VITESSE_PHY is not set
|
# CONFIG_VITESSE_PHY is not set
|
||||||
# CONFIG_XILINX_GMII2RGMII is not set
|
# CONFIG_XILINX_GMII2RGMII is not set
|
||||||
# CONFIG_MICREL_KS8995MA is not set
|
# CONFIG_MICREL_KS8995MA is not set
|
||||||
|
@ -2328,7 +2333,6 @@ CONFIG_ATH11K_DEBUG=y
|
||||||
# CONFIG_ATH12K is not set
|
# CONFIG_ATH12K is not set
|
||||||
# CONFIG_WLAN_VENDOR_ATMEL is not set
|
# CONFIG_WLAN_VENDOR_ATMEL is not set
|
||||||
# CONFIG_WLAN_VENDOR_BROADCOM is not set
|
# CONFIG_WLAN_VENDOR_BROADCOM is not set
|
||||||
# CONFIG_WLAN_VENDOR_CISCO is not set
|
|
||||||
# CONFIG_WLAN_VENDOR_INTEL is not set
|
# CONFIG_WLAN_VENDOR_INTEL is not set
|
||||||
# CONFIG_WLAN_VENDOR_INTERSIL is not set
|
# CONFIG_WLAN_VENDOR_INTERSIL is not set
|
||||||
# CONFIG_WLAN_VENDOR_MARVELL is not set
|
# CONFIG_WLAN_VENDOR_MARVELL is not set
|
||||||
|
@ -2343,7 +2347,6 @@ CONFIG_ATH11K_DEBUG=y
|
||||||
# CONFIG_WLAN_VENDOR_TI is not set
|
# CONFIG_WLAN_VENDOR_TI is not set
|
||||||
# CONFIG_WLAN_VENDOR_ZYDAS is not set
|
# CONFIG_WLAN_VENDOR_ZYDAS is not set
|
||||||
# CONFIG_WLAN_VENDOR_QUANTENNA is not set
|
# CONFIG_WLAN_VENDOR_QUANTENNA is not set
|
||||||
# CONFIG_USB_NET_RNDIS_WLAN is not set
|
|
||||||
# CONFIG_MAC80211_HWSIM is not set
|
# CONFIG_MAC80211_HWSIM 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
|
||||||
|
@ -2668,7 +2671,6 @@ CONFIG_SPI_QCOM_GENI=y
|
||||||
# CONFIG_SPI_THUNDERX is not set
|
# CONFIG_SPI_THUNDERX is not set
|
||||||
# CONFIG_SPI_XCOMM is not set
|
# CONFIG_SPI_XCOMM is not set
|
||||||
# CONFIG_SPI_XILINX is not set
|
# CONFIG_SPI_XILINX is not set
|
||||||
# CONFIG_SPI_ZYNQMP_GQSPI is not set
|
|
||||||
# CONFIG_SPI_AMD is not set
|
# CONFIG_SPI_AMD is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -2739,6 +2741,7 @@ CONFIG_PINCTRL_SC8280XP=y
|
||||||
# CONFIG_PINCTRL_SDM670 is not set
|
# CONFIG_PINCTRL_SDM670 is not set
|
||||||
# CONFIG_PINCTRL_SDM845 is not set
|
# CONFIG_PINCTRL_SDM845 is not set
|
||||||
# CONFIG_PINCTRL_SDX75 is not set
|
# CONFIG_PINCTRL_SDX75 is not set
|
||||||
|
# CONFIG_PINCTRL_SM4450 is not set
|
||||||
# CONFIG_PINCTRL_SM6115 is not set
|
# CONFIG_PINCTRL_SM6115 is not set
|
||||||
# CONFIG_PINCTRL_SM6125 is not set
|
# CONFIG_PINCTRL_SM6125 is not set
|
||||||
# CONFIG_PINCTRL_SM6350 is not set
|
# CONFIG_PINCTRL_SM6350 is not set
|
||||||
|
@ -2749,6 +2752,8 @@ CONFIG_PINCTRL_SC8280XP=y
|
||||||
# CONFIG_PINCTRL_SM8350 is not set
|
# CONFIG_PINCTRL_SM8350 is not set
|
||||||
# CONFIG_PINCTRL_SM8450 is not set
|
# CONFIG_PINCTRL_SM8450 is not set
|
||||||
# CONFIG_PINCTRL_SM8550 is not set
|
# CONFIG_PINCTRL_SM8550 is not set
|
||||||
|
# CONFIG_PINCTRL_SM8650 is not set
|
||||||
|
# CONFIG_PINCTRL_X1E80100 is not set
|
||||||
CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
|
CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
|
||||||
# CONFIG_PINCTRL_QCOM_SSBI_PMIC is not set
|
# CONFIG_PINCTRL_QCOM_SSBI_PMIC is not set
|
||||||
CONFIG_PINCTRL_LPASS_LPI=y
|
CONFIG_PINCTRL_LPASS_LPI=y
|
||||||
|
@ -2759,6 +2764,7 @@ CONFIG_PINCTRL_LPASS_LPI=y
|
||||||
# CONFIG_PINCTRL_SM8450_LPASS_LPI is not set
|
# CONFIG_PINCTRL_SM8450_LPASS_LPI is not set
|
||||||
CONFIG_PINCTRL_SC8280XP_LPASS_LPI=y
|
CONFIG_PINCTRL_SC8280XP_LPASS_LPI=y
|
||||||
# CONFIG_PINCTRL_SM8550_LPASS_LPI is not set
|
# CONFIG_PINCTRL_SM8550_LPASS_LPI is not set
|
||||||
|
# CONFIG_PINCTRL_SM8650_LPASS_LPI is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Renesas pinctrl drivers
|
# Renesas pinctrl drivers
|
||||||
|
@ -2954,6 +2960,7 @@ CONFIG_SENSORS_ARM_SCPI=y
|
||||||
# CONFIG_SENSORS_F71882FG is not set
|
# CONFIG_SENSORS_F71882FG is not set
|
||||||
# CONFIG_SENSORS_F75375S is not set
|
# CONFIG_SENSORS_F75375S is not set
|
||||||
# CONFIG_SENSORS_FTSTEUTATES is not set
|
# CONFIG_SENSORS_FTSTEUTATES is not set
|
||||||
|
# CONFIG_SENSORS_GIGABYTE_WATERFORCE is not set
|
||||||
# CONFIG_SENSORS_GL518SM is not set
|
# CONFIG_SENSORS_GL518SM is not set
|
||||||
# CONFIG_SENSORS_GL520SM is not set
|
# CONFIG_SENSORS_GL520SM is not set
|
||||||
# CONFIG_SENSORS_G760A is not set
|
# CONFIG_SENSORS_G760A is not set
|
||||||
|
@ -3085,6 +3092,7 @@ CONFIG_SENSORS_ARM_SCPI=y
|
||||||
CONFIG_THERMAL=y
|
CONFIG_THERMAL=y
|
||||||
# CONFIG_THERMAL_NETLINK is not set
|
# CONFIG_THERMAL_NETLINK is not set
|
||||||
# CONFIG_THERMAL_STATISTICS is not set
|
# CONFIG_THERMAL_STATISTICS is not set
|
||||||
|
# CONFIG_THERMAL_DEBUGFS is not set
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
||||||
CONFIG_THERMAL_HWMON=y
|
CONFIG_THERMAL_HWMON=y
|
||||||
CONFIG_THERMAL_OF=y
|
CONFIG_THERMAL_OF=y
|
||||||
|
@ -3243,7 +3251,6 @@ CONFIG_MFD_SPMI_PMIC=y
|
||||||
# CONFIG_MFD_SKY81452 is not set
|
# CONFIG_MFD_SKY81452 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_LP3943 is not set
|
# CONFIG_MFD_LP3943 is not set
|
||||||
# CONFIG_MFD_LP8788 is not set
|
# CONFIG_MFD_LP8788 is not set
|
||||||
# CONFIG_MFD_TI_LMU is not set
|
# CONFIG_MFD_TI_LMU is not set
|
||||||
|
@ -3297,6 +3304,7 @@ CONFIG_REGULATOR=y
|
||||||
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
||||||
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
|
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
|
||||||
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
|
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
|
||||||
|
# CONFIG_REGULATOR_NETLINK_EVENTS is not set
|
||||||
# CONFIG_REGULATOR_88PG86X is not set
|
# CONFIG_REGULATOR_88PG86X is not set
|
||||||
# CONFIG_REGULATOR_ACT8865 is not set
|
# CONFIG_REGULATOR_ACT8865 is not set
|
||||||
# CONFIG_REGULATOR_AD5398 is not set
|
# CONFIG_REGULATOR_AD5398 is not set
|
||||||
|
@ -3565,7 +3573,10 @@ CONFIG_MEDIA_HIDE_ANCILLARY_SUBDRV=y
|
||||||
# Media ancillary drivers
|
# Media ancillary drivers
|
||||||
#
|
#
|
||||||
CONFIG_VIDEO_CAMERA_SENSOR=y
|
CONFIG_VIDEO_CAMERA_SENSOR=y
|
||||||
|
# CONFIG_VIDEO_ALVIUM_CSI2 is not set
|
||||||
# CONFIG_VIDEO_AR0521 is not set
|
# CONFIG_VIDEO_AR0521 is not set
|
||||||
|
# CONFIG_VIDEO_GC0308 is not set
|
||||||
|
# CONFIG_VIDEO_GC2145 is not set
|
||||||
# CONFIG_VIDEO_HI556 is not set
|
# CONFIG_VIDEO_HI556 is not set
|
||||||
# CONFIG_VIDEO_HI846 is not set
|
# CONFIG_VIDEO_HI846 is not set
|
||||||
# CONFIG_VIDEO_HI847 is not set
|
# CONFIG_VIDEO_HI847 is not set
|
||||||
|
@ -3610,6 +3621,7 @@ CONFIG_VIDEO_CAMERA_SENSOR=y
|
||||||
# CONFIG_VIDEO_OV5675 is not set
|
# CONFIG_VIDEO_OV5675 is not set
|
||||||
# CONFIG_VIDEO_OV5693 is not set
|
# CONFIG_VIDEO_OV5693 is not set
|
||||||
# CONFIG_VIDEO_OV5695 is not set
|
# CONFIG_VIDEO_OV5695 is not set
|
||||||
|
# CONFIG_VIDEO_OV64A40 is not set
|
||||||
# CONFIG_VIDEO_OV6650 is not set
|
# CONFIG_VIDEO_OV6650 is not set
|
||||||
# CONFIG_VIDEO_OV7251 is not set
|
# CONFIG_VIDEO_OV7251 is not set
|
||||||
# CONFIG_VIDEO_OV7640 is not set
|
# CONFIG_VIDEO_OV7640 is not set
|
||||||
|
@ -3632,6 +3644,12 @@ CONFIG_VIDEO_CAMERA_SENSOR=y
|
||||||
# CONFIG_VIDEO_CCS is not set
|
# CONFIG_VIDEO_CCS is not set
|
||||||
# CONFIG_VIDEO_ET8EK8 is not set
|
# CONFIG_VIDEO_ET8EK8 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Camera ISPs
|
||||||
|
#
|
||||||
|
# CONFIG_VIDEO_THP7312 is not set
|
||||||
|
# end of Camera ISPs
|
||||||
|
|
||||||
#
|
#
|
||||||
# Lens drivers
|
# Lens drivers
|
||||||
#
|
#
|
||||||
|
@ -3696,6 +3714,7 @@ CONFIG_DRM_DISPLAY_HELPER=y
|
||||||
CONFIG_DRM_DISPLAY_DP_HELPER=y
|
CONFIG_DRM_DISPLAY_DP_HELPER=y
|
||||||
# CONFIG_DRM_DP_AUX_CHARDEV is not set
|
# CONFIG_DRM_DP_AUX_CHARDEV is not set
|
||||||
# CONFIG_DRM_DP_CEC is not set
|
# CONFIG_DRM_DP_CEC is not set
|
||||||
|
CONFIG_DRM_EXEC=y
|
||||||
CONFIG_DRM_GEM_DMA_HELPER=y
|
CONFIG_DRM_GEM_DMA_HELPER=y
|
||||||
CONFIG_DRM_SCHED=y
|
CONFIG_DRM_SCHED=y
|
||||||
|
|
||||||
|
@ -3719,6 +3738,7 @@ CONFIG_DRM_MALI_DISPLAY=y
|
||||||
# CONFIG_DRM_RADEON is not set
|
# CONFIG_DRM_RADEON is not set
|
||||||
# CONFIG_DRM_AMDGPU is not set
|
# CONFIG_DRM_AMDGPU is not set
|
||||||
# CONFIG_DRM_NOUVEAU is not set
|
# CONFIG_DRM_NOUVEAU is not set
|
||||||
|
# CONFIG_DRM_XE is not set
|
||||||
# CONFIG_DRM_VGEM is not set
|
# CONFIG_DRM_VGEM is not set
|
||||||
# CONFIG_DRM_VKMS is not set
|
# CONFIG_DRM_VKMS is not set
|
||||||
# CONFIG_DRM_VMWGFX is not set
|
# CONFIG_DRM_VMWGFX is not set
|
||||||
|
@ -3776,6 +3796,8 @@ CONFIG_DRM_PANEL_EDP=y
|
||||||
|
|
||||||
CONFIG_DRM_BRIDGE=y
|
CONFIG_DRM_BRIDGE=y
|
||||||
CONFIG_DRM_PANEL_BRIDGE=y
|
CONFIG_DRM_PANEL_BRIDGE=y
|
||||||
|
CONFIG_DRM_AUX_BRIDGE=y
|
||||||
|
CONFIG_DRM_AUX_HPD_BRIDGE=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Display Interface Bridges
|
# Display Interface Bridges
|
||||||
|
@ -3819,7 +3841,6 @@ CONFIG_DRM_DISPLAY_CONNECTOR=y
|
||||||
# CONFIG_DRM_CDNS_MHDP8546 is not set
|
# CONFIG_DRM_CDNS_MHDP8546 is not set
|
||||||
# end of Display Interface Bridges
|
# end of Display Interface Bridges
|
||||||
|
|
||||||
# CONFIG_DRM_LOONGSON is not set
|
|
||||||
# CONFIG_DRM_ETNAVIV is not set
|
# CONFIG_DRM_ETNAVIV 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
|
||||||
|
@ -3845,7 +3866,7 @@ CONFIG_DRM_DISPLAY_CONNECTOR=y
|
||||||
# CONFIG_DRM_TIDSS is not set
|
# CONFIG_DRM_TIDSS is not set
|
||||||
# CONFIG_DRM_GUD is not set
|
# CONFIG_DRM_GUD is not set
|
||||||
# CONFIG_DRM_SSD130X is not set
|
# CONFIG_DRM_SSD130X is not set
|
||||||
# CONFIG_DRM_LEGACY is not set
|
# CONFIG_DRM_POWERVR is not set
|
||||||
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
|
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -3854,7 +3875,6 @@ CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
# CONFIG_FB_CIRRUS is not set
|
# CONFIG_FB_CIRRUS is not set
|
||||||
# CONFIG_FB_PM2 is not set
|
# CONFIG_FB_PM2 is not set
|
||||||
# CONFIG_FB_ARMCLCD is not set
|
|
||||||
# CONFIG_FB_CYBER2000 is not set
|
# CONFIG_FB_CYBER2000 is not set
|
||||||
# CONFIG_FB_ASILIANT is not set
|
# CONFIG_FB_ASILIANT is not set
|
||||||
# CONFIG_FB_IMSTT is not set
|
# CONFIG_FB_IMSTT is not set
|
||||||
|
@ -3900,7 +3920,7 @@ CONFIG_FB_SYS_FILLRECT=y
|
||||||
CONFIG_FB_SYS_COPYAREA=y
|
CONFIG_FB_SYS_COPYAREA=y
|
||||||
CONFIG_FB_SYS_IMAGEBLIT=y
|
CONFIG_FB_SYS_IMAGEBLIT=y
|
||||||
# CONFIG_FB_FOREIGN_ENDIAN is not set
|
# CONFIG_FB_FOREIGN_ENDIAN is not set
|
||||||
CONFIG_FB_SYS_FOPS=y
|
CONFIG_FB_SYSMEM_FOPS=y
|
||||||
CONFIG_FB_DEFERRED_IO=y
|
CONFIG_FB_DEFERRED_IO=y
|
||||||
CONFIG_FB_DMAMEM_HELPERS=y
|
CONFIG_FB_DMAMEM_HELPERS=y
|
||||||
CONFIG_FB_IOMEM_FOPS=y
|
CONFIG_FB_IOMEM_FOPS=y
|
||||||
|
@ -3925,6 +3945,7 @@ CONFIG_BACKLIGHT_PWM=y
|
||||||
# CONFIG_BACKLIGHT_LM3630A is not set
|
# CONFIG_BACKLIGHT_LM3630A is not set
|
||||||
# CONFIG_BACKLIGHT_LM3639 is not set
|
# CONFIG_BACKLIGHT_LM3639 is not set
|
||||||
# CONFIG_BACKLIGHT_LP855X is not set
|
# CONFIG_BACKLIGHT_LP855X is not set
|
||||||
|
# CONFIG_BACKLIGHT_MP3309C is not set
|
||||||
# CONFIG_BACKLIGHT_GPIO is not set
|
# CONFIG_BACKLIGHT_GPIO is not set
|
||||||
# CONFIG_BACKLIGHT_LV5207LP is not set
|
# CONFIG_BACKLIGHT_LV5207LP is not set
|
||||||
# CONFIG_BACKLIGHT_BD6107 is not set
|
# CONFIG_BACKLIGHT_BD6107 is not set
|
||||||
|
@ -4058,6 +4079,7 @@ CONFIG_SND_SOC_QDSP6=y
|
||||||
CONFIG_SND_SOC_SC8280XP=y
|
CONFIG_SND_SOC_SC8280XP=y
|
||||||
# CONFIG_SND_SOC_SC7180 is not set
|
# CONFIG_SND_SOC_SC7180 is not set
|
||||||
# CONFIG_SND_SOC_SC7280 is not set
|
# CONFIG_SND_SOC_SC7280 is not set
|
||||||
|
# CONFIG_SND_SOC_X1E80100 is not set
|
||||||
# CONFIG_SND_SOC_SOF_TOPLEVEL is not set
|
# CONFIG_SND_SOC_SOF_TOPLEVEL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -4408,6 +4430,7 @@ CONFIG_HID_MULTITOUCH=y
|
||||||
# CONFIG_HID_ZYDACRON is not set
|
# CONFIG_HID_ZYDACRON is not set
|
||||||
# CONFIG_HID_SENSOR_HUB is not set
|
# CONFIG_HID_SENSOR_HUB is not set
|
||||||
# CONFIG_HID_ALPS is not set
|
# CONFIG_HID_ALPS is not set
|
||||||
|
# CONFIG_HID_MCP2200 is not set
|
||||||
# CONFIG_HID_MCP2221 is not set
|
# CONFIG_HID_MCP2221 is not set
|
||||||
# end of Special HID drivers
|
# end of Special HID drivers
|
||||||
|
|
||||||
|
@ -4566,7 +4589,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=y
|
||||||
# CONFIG_USB_SERIAL_MOS7840 is not set
|
# CONFIG_USB_SERIAL_MOS7840 is not set
|
||||||
# CONFIG_USB_SERIAL_MXUPORT is not set
|
# CONFIG_USB_SERIAL_MXUPORT is not set
|
||||||
# CONFIG_USB_SERIAL_NAVMAN is not set
|
# CONFIG_USB_SERIAL_NAVMAN is not set
|
||||||
# CONFIG_USB_SERIAL_PL2303 is not set
|
CONFIG_USB_SERIAL_PL2303=m
|
||||||
# CONFIG_USB_SERIAL_OTI6858 is not set
|
# CONFIG_USB_SERIAL_OTI6858 is not set
|
||||||
# CONFIG_USB_SERIAL_QCAUX is not set
|
# CONFIG_USB_SERIAL_QCAUX is not set
|
||||||
# CONFIG_USB_SERIAL_QUALCOMM is not set
|
# CONFIG_USB_SERIAL_QUALCOMM is not set
|
||||||
|
@ -4724,6 +4747,7 @@ CONFIG_TYPEC_MUX_GPIO_SBU=y
|
||||||
# CONFIG_TYPEC_MUX_PI3USB30532 is not set
|
# CONFIG_TYPEC_MUX_PI3USB30532 is not set
|
||||||
# CONFIG_TYPEC_MUX_NB7VPQ904M is not set
|
# CONFIG_TYPEC_MUX_NB7VPQ904M is not set
|
||||||
# CONFIG_TYPEC_MUX_PTN36502 is not set
|
# CONFIG_TYPEC_MUX_PTN36502 is not set
|
||||||
|
# CONFIG_TYPEC_MUX_WCD939X_USBSS is not set
|
||||||
# end of USB Type-C Multiplexer/DeMultiplexer Switch support
|
# end of USB Type-C Multiplexer/DeMultiplexer Switch support
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -4770,8 +4794,6 @@ CONFIG_MMC_CQHCI=y
|
||||||
# CONFIG_MMC_TOSHIBA_PCI is not set
|
# CONFIG_MMC_TOSHIBA_PCI is not set
|
||||||
# CONFIG_MMC_MTK is not set
|
# CONFIG_MMC_MTK is not set
|
||||||
# CONFIG_MMC_SDHCI_XENON is not set
|
# CONFIG_MMC_SDHCI_XENON is not set
|
||||||
# CONFIG_MMC_SDHCI_OMAP is not set
|
|
||||||
# CONFIG_MMC_SDHCI_AM654 is not set
|
|
||||||
CONFIG_SCSI_UFSHCD=y
|
CONFIG_SCSI_UFSHCD=y
|
||||||
# CONFIG_SCSI_UFS_BSG is not set
|
# CONFIG_SCSI_UFS_BSG is not set
|
||||||
# CONFIG_SCSI_UFS_HWMON is not set
|
# CONFIG_SCSI_UFS_HWMON is not set
|
||||||
|
@ -4905,6 +4927,7 @@ CONFIG_RTC_INTF_DEV=y
|
||||||
# CONFIG_RTC_DRV_DS1672 is not set
|
# CONFIG_RTC_DRV_DS1672 is not set
|
||||||
# CONFIG_RTC_DRV_HYM8563 is not set
|
# CONFIG_RTC_DRV_HYM8563 is not set
|
||||||
# CONFIG_RTC_DRV_MAX6900 is not set
|
# CONFIG_RTC_DRV_MAX6900 is not set
|
||||||
|
# CONFIG_RTC_DRV_MAX31335 is not set
|
||||||
# CONFIG_RTC_DRV_NCT3018Y is not set
|
# CONFIG_RTC_DRV_NCT3018Y is not set
|
||||||
# CONFIG_RTC_DRV_RS5C372 is not set
|
# CONFIG_RTC_DRV_RS5C372 is not set
|
||||||
# CONFIG_RTC_DRV_ISL1208 is not set
|
# CONFIG_RTC_DRV_ISL1208 is not set
|
||||||
|
@ -5094,6 +5117,7 @@ CONFIG_COMMON_CLK_SCPI=y
|
||||||
CONFIG_QCOM_GDSC=y
|
CONFIG_QCOM_GDSC=y
|
||||||
CONFIG_QCOM_RPMCC=y
|
CONFIG_QCOM_RPMCC=y
|
||||||
CONFIG_COMMON_CLK_QCOM=y
|
CONFIG_COMMON_CLK_QCOM=y
|
||||||
|
# CONFIG_CLK_X1E80100_GCC is not set
|
||||||
# CONFIG_QCOM_A53PLL is not set
|
# CONFIG_QCOM_A53PLL is not set
|
||||||
# CONFIG_QCOM_A7PLL is not set
|
# CONFIG_QCOM_A7PLL is not set
|
||||||
# CONFIG_QCOM_CLK_APCS_MSM8916 is not set
|
# CONFIG_QCOM_CLK_APCS_MSM8916 is not set
|
||||||
|
@ -5125,6 +5149,7 @@ CONFIG_QCOM_CLK_RPMH=y
|
||||||
# CONFIG_QCS_GCC_404 is not set
|
# CONFIG_QCS_GCC_404 is not set
|
||||||
# CONFIG_SC_CAMCC_7180 is not set
|
# CONFIG_SC_CAMCC_7180 is not set
|
||||||
# CONFIG_SC_CAMCC_7280 is not set
|
# CONFIG_SC_CAMCC_7280 is not set
|
||||||
|
# CONFIG_SC_CAMCC_8280XP is not set
|
||||||
# CONFIG_SC_DISPCC_7180 is not set
|
# CONFIG_SC_DISPCC_7180 is not set
|
||||||
# CONFIG_SC_DISPCC_7280 is not set
|
# CONFIG_SC_DISPCC_7280 is not set
|
||||||
CONFIG_SC_DISPCC_8280XP=y
|
CONFIG_SC_DISPCC_8280XP=y
|
||||||
|
@ -5151,6 +5176,7 @@ CONFIG_SC_LPASSCC_8280XP=y
|
||||||
# CONFIG_QCS_TURING_404 is not set
|
# CONFIG_QCS_TURING_404 is not set
|
||||||
# CONFIG_QCS_Q6SSTOP_404 is not set
|
# CONFIG_QCS_Q6SSTOP_404 is not set
|
||||||
# CONFIG_QDU_GCC_1000 is not set
|
# CONFIG_QDU_GCC_1000 is not set
|
||||||
|
# CONFIG_QDU_ECPRICC_1000 is not set
|
||||||
# CONFIG_SDM_GCC_845 is not set
|
# CONFIG_SDM_GCC_845 is not set
|
||||||
# CONFIG_SDM_GPUCC_845 is not set
|
# CONFIG_SDM_GPUCC_845 is not set
|
||||||
# CONFIG_SDM_VIDEOCC_845 is not set
|
# CONFIG_SDM_VIDEOCC_845 is not set
|
||||||
|
@ -5162,6 +5188,7 @@ CONFIG_SC_LPASSCC_8280XP=y
|
||||||
# CONFIG_SM_CAMCC_8450 is not set
|
# CONFIG_SM_CAMCC_8450 is not set
|
||||||
# CONFIG_SM_CAMCC_8550 is not set
|
# CONFIG_SM_CAMCC_8550 is not set
|
||||||
# CONFIG_SM_DISPCC_8250 is not set
|
# CONFIG_SM_DISPCC_8250 is not set
|
||||||
|
# CONFIG_SM_DISPCC_8650 is not set
|
||||||
# CONFIG_SM_GCC_4450 is not set
|
# CONFIG_SM_GCC_4450 is not set
|
||||||
# CONFIG_SM_GCC_6115 is not set
|
# CONFIG_SM_GCC_6115 is not set
|
||||||
# CONFIG_SM_GCC_6125 is not set
|
# CONFIG_SM_GCC_6125 is not set
|
||||||
|
@ -5173,6 +5200,7 @@ CONFIG_SC_LPASSCC_8280XP=y
|
||||||
CONFIG_SM_GCC_8350=y
|
CONFIG_SM_GCC_8350=y
|
||||||
# CONFIG_SM_GCC_8450 is not set
|
# CONFIG_SM_GCC_8450 is not set
|
||||||
# CONFIG_SM_GCC_8550 is not set
|
# CONFIG_SM_GCC_8550 is not set
|
||||||
|
# CONFIG_SM_GCC_8650 is not set
|
||||||
# CONFIG_SM_GPUCC_6115 is not set
|
# CONFIG_SM_GPUCC_6115 is not set
|
||||||
# CONFIG_SM_GPUCC_6125 is not set
|
# CONFIG_SM_GPUCC_6125 is not set
|
||||||
# CONFIG_SM_GPUCC_6375 is not set
|
# CONFIG_SM_GPUCC_6375 is not set
|
||||||
|
@ -5182,7 +5210,9 @@ CONFIG_SM_GCC_8350=y
|
||||||
# CONFIG_SM_GPUCC_8350 is not set
|
# CONFIG_SM_GPUCC_8350 is not set
|
||||||
# CONFIG_SM_GPUCC_8450 is not set
|
# CONFIG_SM_GPUCC_8450 is not set
|
||||||
# CONFIG_SM_GPUCC_8550 is not set
|
# CONFIG_SM_GPUCC_8550 is not set
|
||||||
|
# CONFIG_SM_GPUCC_8650 is not set
|
||||||
# CONFIG_SM_TCSRCC_8550 is not set
|
# CONFIG_SM_TCSRCC_8550 is not set
|
||||||
|
# CONFIG_SM_TCSRCC_8650 is not set
|
||||||
# CONFIG_SM_VIDEOCC_8150 is not set
|
# CONFIG_SM_VIDEOCC_8150 is not set
|
||||||
# CONFIG_SM_VIDEOCC_8250 is not set
|
# CONFIG_SM_VIDEOCC_8250 is not set
|
||||||
CONFIG_SM_VIDEOCC_8350=y
|
CONFIG_SM_VIDEOCC_8350=y
|
||||||
|
@ -5373,6 +5403,10 @@ CONFIG_QCOM_ICC_BWMON=y
|
||||||
#
|
#
|
||||||
# end of Amlogic PM Domains
|
# end of Amlogic PM Domains
|
||||||
|
|
||||||
|
CONFIG_ARM_SCMI_PERF_DOMAIN=y
|
||||||
|
CONFIG_ARM_SCMI_POWER_DOMAIN=y
|
||||||
|
CONFIG_ARM_SCPI_POWER_DOMAIN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Broadcom PM Domains
|
# Broadcom PM Domains
|
||||||
#
|
#
|
||||||
|
@ -5484,6 +5518,7 @@ CONFIG_IIO=y
|
||||||
#
|
#
|
||||||
# CONFIG_AD4130 is not set
|
# CONFIG_AD4130 is not set
|
||||||
# CONFIG_AD7091R5 is not set
|
# CONFIG_AD7091R5 is not set
|
||||||
|
# CONFIG_AD7091R8 is not set
|
||||||
# CONFIG_AD7124 is not set
|
# CONFIG_AD7124 is not set
|
||||||
# CONFIG_AD7192 is not set
|
# CONFIG_AD7192 is not set
|
||||||
# CONFIG_AD7266 is not set
|
# CONFIG_AD7266 is not set
|
||||||
|
@ -5521,6 +5556,7 @@ CONFIG_IIO=y
|
||||||
# CONFIG_MAX11410 is not set
|
# CONFIG_MAX11410 is not set
|
||||||
# CONFIG_MAX1241 is not set
|
# CONFIG_MAX1241 is not set
|
||||||
# CONFIG_MAX1363 is not set
|
# CONFIG_MAX1363 is not set
|
||||||
|
# CONFIG_MAX34408 is not set
|
||||||
# CONFIG_MAX9611 is not set
|
# CONFIG_MAX9611 is not set
|
||||||
# CONFIG_MCP320X is not set
|
# CONFIG_MCP320X is not set
|
||||||
# CONFIG_MCP3422 is not set
|
# CONFIG_MCP3422 is not set
|
||||||
|
@ -5587,6 +5623,7 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
#
|
#
|
||||||
# Chemical Sensors
|
# Chemical Sensors
|
||||||
#
|
#
|
||||||
|
# CONFIG_AOSONG_AGS02MA is not set
|
||||||
# CONFIG_ATLAS_PH_SENSOR is not set
|
# CONFIG_ATLAS_PH_SENSOR is not set
|
||||||
# CONFIG_ATLAS_EZO_SENSOR is not set
|
# CONFIG_ATLAS_EZO_SENSOR is not set
|
||||||
# CONFIG_BME680 is not set
|
# CONFIG_BME680 is not set
|
||||||
|
@ -5657,6 +5694,7 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_MAX5821 is not set
|
# CONFIG_MAX5821 is not set
|
||||||
# CONFIG_MCP4725 is not set
|
# CONFIG_MCP4725 is not set
|
||||||
# CONFIG_MCP4728 is not set
|
# CONFIG_MCP4728 is not set
|
||||||
|
# CONFIG_MCP4821 is not set
|
||||||
# CONFIG_MCP4922 is not set
|
# CONFIG_MCP4922 is not set
|
||||||
# CONFIG_TI_DAC082S085 is not set
|
# CONFIG_TI_DAC082S085 is not set
|
||||||
# CONFIG_TI_DAC5571 is not set
|
# CONFIG_TI_DAC5571 is not set
|
||||||
|
@ -5736,6 +5774,7 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_DHT11 is not set
|
# CONFIG_DHT11 is not set
|
||||||
# CONFIG_HDC100X is not set
|
# CONFIG_HDC100X is not set
|
||||||
# CONFIG_HDC2010 is not set
|
# CONFIG_HDC2010 is not set
|
||||||
|
# CONFIG_HDC3020 is not set
|
||||||
# CONFIG_HTS221 is not set
|
# CONFIG_HTS221 is not set
|
||||||
# CONFIG_HTU21 is not set
|
# CONFIG_HTU21 is not set
|
||||||
# CONFIG_SI7005 is not set
|
# CONFIG_SI7005 is not set
|
||||||
|
@ -5751,6 +5790,8 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_ADIS16480 is not set
|
# CONFIG_ADIS16480 is not set
|
||||||
# CONFIG_BMI160_I2C is not set
|
# CONFIG_BMI160_I2C is not set
|
||||||
# CONFIG_BMI160_SPI is not set
|
# CONFIG_BMI160_SPI is not set
|
||||||
|
# CONFIG_BMI323_I2C is not set
|
||||||
|
# CONFIG_BMI323_SPI is not set
|
||||||
# CONFIG_BOSCH_BNO055_SERIAL is not set
|
# CONFIG_BOSCH_BNO055_SERIAL is not set
|
||||||
# CONFIG_BOSCH_BNO055_I2C is not set
|
# CONFIG_BOSCH_BNO055_I2C is not set
|
||||||
# CONFIG_FXOS8700_I2C is not set
|
# CONFIG_FXOS8700_I2C is not set
|
||||||
|
@ -5786,10 +5827,12 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_SENSORS_ISL29018 is not set
|
# CONFIG_SENSORS_ISL29018 is not set
|
||||||
# CONFIG_SENSORS_ISL29028 is not set
|
# CONFIG_SENSORS_ISL29028 is not set
|
||||||
# CONFIG_ISL29125 is not set
|
# CONFIG_ISL29125 is not set
|
||||||
|
# CONFIG_ISL76682 is not set
|
||||||
# CONFIG_JSA1212 is not set
|
# CONFIG_JSA1212 is not set
|
||||||
# CONFIG_ROHM_BU27008 is not set
|
# CONFIG_ROHM_BU27008 is not set
|
||||||
# CONFIG_ROHM_BU27034 is not set
|
# CONFIG_ROHM_BU27034 is not set
|
||||||
# CONFIG_RPR0521 is not set
|
# CONFIG_RPR0521 is not set
|
||||||
|
# CONFIG_LTR390 is not set
|
||||||
# CONFIG_LTR501 is not set
|
# CONFIG_LTR501 is not set
|
||||||
# CONFIG_LTRF216A is not set
|
# CONFIG_LTRF216A is not set
|
||||||
# CONFIG_LV0104CS is not set
|
# CONFIG_LV0104CS is not set
|
||||||
|
@ -5815,6 +5858,7 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_VCNL4035 is not set
|
# CONFIG_VCNL4035 is not set
|
||||||
# CONFIG_VEML6030 is not set
|
# CONFIG_VEML6030 is not set
|
||||||
# CONFIG_VEML6070 is not set
|
# CONFIG_VEML6070 is not set
|
||||||
|
# CONFIG_VEML6075 is not set
|
||||||
# CONFIG_VL6180 is not set
|
# CONFIG_VL6180 is not set
|
||||||
# CONFIG_ZOPT2201 is not set
|
# CONFIG_ZOPT2201 is not set
|
||||||
# end of Light sensors
|
# end of Light sensors
|
||||||
|
@ -5886,6 +5930,7 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_DLHL60D is not set
|
# CONFIG_DLHL60D is not set
|
||||||
# CONFIG_DPS310 is not set
|
# CONFIG_DPS310 is not set
|
||||||
# CONFIG_HP03 is not set
|
# CONFIG_HP03 is not set
|
||||||
|
# CONFIG_HSC030PA is not set
|
||||||
# CONFIG_ICP10100 is not set
|
# CONFIG_ICP10100 is not set
|
||||||
# CONFIG_MPL115_I2C is not set
|
# CONFIG_MPL115_I2C is not set
|
||||||
# CONFIG_MPL115_SPI is not set
|
# CONFIG_MPL115_SPI is not set
|
||||||
|
@ -5939,6 +5984,7 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_MAXIM_THERMOCOUPLE is not set
|
# CONFIG_MAXIM_THERMOCOUPLE is not set
|
||||||
# CONFIG_MLX90614 is not set
|
# CONFIG_MLX90614 is not set
|
||||||
# CONFIG_MLX90632 is not set
|
# CONFIG_MLX90632 is not set
|
||||||
|
# CONFIG_MLX90635 is not set
|
||||||
# CONFIG_TMP006 is not set
|
# CONFIG_TMP006 is not set
|
||||||
# CONFIG_TMP007 is not set
|
# CONFIG_TMP007 is not set
|
||||||
# CONFIG_TMP117 is not set
|
# CONFIG_TMP117 is not set
|
||||||
|
@ -5947,6 +5993,7 @@ CONFIG_QCOM_SPMI_ADC5=y
|
||||||
# CONFIG_MAX30208 is not set
|
# CONFIG_MAX30208 is not set
|
||||||
# CONFIG_MAX31856 is not set
|
# CONFIG_MAX31856 is not set
|
||||||
# CONFIG_MAX31865 is not set
|
# CONFIG_MAX31865 is not set
|
||||||
|
# CONFIG_MCP9600 is not set
|
||||||
# end of Temperature sensors
|
# end of Temperature sensors
|
||||||
|
|
||||||
# CONFIG_NTB is not set
|
# CONFIG_NTB is not set
|
||||||
|
@ -6047,6 +6094,7 @@ CONFIG_ARM_PMUV3=y
|
||||||
# CONFIG_ARM_SPE_PMU is not set
|
# CONFIG_ARM_SPE_PMU is not set
|
||||||
# CONFIG_HISI_PCIE_PMU is not set
|
# CONFIG_HISI_PCIE_PMU is not set
|
||||||
# CONFIG_HNS3_PMU is not set
|
# CONFIG_HNS3_PMU is not set
|
||||||
|
# CONFIG_DWC_PCIE_PMU is not set
|
||||||
# CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU is not set
|
# CONFIG_ARM_CORESIGHT_PMU_ARCH_SYSTEM_PMU is not set
|
||||||
# end of Performance monitor support
|
# end of Performance monitor support
|
||||||
|
|
||||||
|
@ -6066,6 +6114,7 @@ CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
|
||||||
# CONFIG_DAX is not set
|
# CONFIG_DAX is not set
|
||||||
CONFIG_NVMEM=y
|
CONFIG_NVMEM=y
|
||||||
CONFIG_NVMEM_SYSFS=y
|
CONFIG_NVMEM_SYSFS=y
|
||||||
|
CONFIG_NVMEM_LAYOUTS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Layout Types
|
# Layout Types
|
||||||
|
@ -6117,12 +6166,15 @@ CONFIG_INTERCONNECT_QCOM_SC8280XP=y
|
||||||
# CONFIG_INTERCONNECT_QCOM_SDX55 is not set
|
# CONFIG_INTERCONNECT_QCOM_SDX55 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SDX65 is not set
|
# CONFIG_INTERCONNECT_QCOM_SDX65 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SDX75 is not set
|
# CONFIG_INTERCONNECT_QCOM_SDX75 is not set
|
||||||
|
# CONFIG_INTERCONNECT_QCOM_SM6115 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SM6350 is not set
|
# CONFIG_INTERCONNECT_QCOM_SM6350 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SM8150 is not set
|
# CONFIG_INTERCONNECT_QCOM_SM8150 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SM8250 is not set
|
# CONFIG_INTERCONNECT_QCOM_SM8250 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SM8350 is not set
|
# CONFIG_INTERCONNECT_QCOM_SM8350 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SM8450 is not set
|
# CONFIG_INTERCONNECT_QCOM_SM8450 is not set
|
||||||
# CONFIG_INTERCONNECT_QCOM_SM8550 is not set
|
# CONFIG_INTERCONNECT_QCOM_SM8550 is not set
|
||||||
|
# CONFIG_INTERCONNECT_QCOM_SM8650 is not set
|
||||||
|
# CONFIG_INTERCONNECT_QCOM_X1E80100 is not set
|
||||||
# CONFIG_COUNTER is not set
|
# CONFIG_COUNTER is not set
|
||||||
# CONFIG_MOST is not set
|
# CONFIG_MOST is not set
|
||||||
# CONFIG_PECI is not set
|
# CONFIG_PECI is not set
|
||||||
|
@ -6136,6 +6188,7 @@ CONFIG_INTERCONNECT_QCOM_SC8280XP=y
|
||||||
CONFIG_DCACHE_WORD_ACCESS=y
|
CONFIG_DCACHE_WORD_ACCESS=y
|
||||||
# CONFIG_VALIDATE_FS_PARSER is not set
|
# CONFIG_VALIDATE_FS_PARSER is not set
|
||||||
CONFIG_FS_IOMAP=y
|
CONFIG_FS_IOMAP=y
|
||||||
|
CONFIG_FS_STACK=y
|
||||||
CONFIG_BUFFER_HEAD=y
|
CONFIG_BUFFER_HEAD=y
|
||||||
CONFIG_LEGACY_DIRECT_IO=y
|
CONFIG_LEGACY_DIRECT_IO=y
|
||||||
# CONFIG_EXT2_FS is not set
|
# CONFIG_EXT2_FS is not set
|
||||||
|
@ -6202,7 +6255,6 @@ CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
|
||||||
#
|
#
|
||||||
# Caches
|
# Caches
|
||||||
#
|
#
|
||||||
# CONFIG_FSCACHE is not set
|
|
||||||
# end of Caches
|
# end of Caches
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -6485,14 +6537,12 @@ CONFIG_CRYPTO_SM4_GENERIC=y
|
||||||
# CONFIG_CRYPTO_ARC4 is not set
|
# CONFIG_CRYPTO_ARC4 is not set
|
||||||
# CONFIG_CRYPTO_CHACHA20 is not set
|
# CONFIG_CRYPTO_CHACHA20 is not set
|
||||||
CONFIG_CRYPTO_CBC=y
|
CONFIG_CRYPTO_CBC=y
|
||||||
# CONFIG_CRYPTO_CFB is not set
|
|
||||||
CONFIG_CRYPTO_CTR=y
|
CONFIG_CRYPTO_CTR=y
|
||||||
# CONFIG_CRYPTO_CTS is not set
|
# CONFIG_CRYPTO_CTS is not set
|
||||||
CONFIG_CRYPTO_ECB=y
|
CONFIG_CRYPTO_ECB=y
|
||||||
# CONFIG_CRYPTO_HCTR2 is not set
|
# CONFIG_CRYPTO_HCTR2 is not set
|
||||||
# CONFIG_CRYPTO_KEYWRAP is not set
|
# CONFIG_CRYPTO_KEYWRAP is not set
|
||||||
# CONFIG_CRYPTO_LRW is not set
|
# CONFIG_CRYPTO_LRW is not set
|
||||||
# CONFIG_CRYPTO_OFB is not set
|
|
||||||
# CONFIG_CRYPTO_PCBC is not set
|
# CONFIG_CRYPTO_PCBC is not set
|
||||||
CONFIG_CRYPTO_XTS=y
|
CONFIG_CRYPTO_XTS=y
|
||||||
# end of Length-preserving ciphers and modes
|
# end of Length-preserving ciphers and modes
|
||||||
|
@ -6620,6 +6670,7 @@ CONFIG_CRYPTO_HW=y
|
||||||
# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set
|
# CONFIG_CRYPTO_DEV_QAT_C3XXX is not set
|
||||||
# CONFIG_CRYPTO_DEV_QAT_C62X is not set
|
# CONFIG_CRYPTO_DEV_QAT_C62X is not set
|
||||||
# CONFIG_CRYPTO_DEV_QAT_4XXX is not set
|
# CONFIG_CRYPTO_DEV_QAT_4XXX is not set
|
||||||
|
# CONFIG_CRYPTO_DEV_QAT_420XX is not set
|
||||||
# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set
|
# CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is not set
|
||||||
# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set
|
# CONFIG_CRYPTO_DEV_QAT_C3XXXVF is not set
|
||||||
# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set
|
# CONFIG_CRYPTO_DEV_QAT_C62XVF is not set
|
||||||
|
@ -6802,6 +6853,7 @@ CONFIG_FONT_8x16=y
|
||||||
CONFIG_SG_POOL=y
|
CONFIG_SG_POOL=y
|
||||||
CONFIG_ARCH_STACKWALK=y
|
CONFIG_ARCH_STACKWALK=y
|
||||||
CONFIG_STACKDEPOT=y
|
CONFIG_STACKDEPOT=y
|
||||||
|
CONFIG_STACKDEPOT_MAX_FRAMES=64
|
||||||
CONFIG_SBITMAP=y
|
CONFIG_SBITMAP=y
|
||||||
# CONFIG_LWQ_TEST is not set
|
# CONFIG_LWQ_TEST is not set
|
||||||
# end of Library routines
|
# end of Library routines
|
||||||
|
@ -6835,7 +6887,7 @@ CONFIG_DEBUG_MISC=y
|
||||||
#
|
#
|
||||||
# Compile-time checks and compiler options
|
# Compile-time checks and compiler options
|
||||||
#
|
#
|
||||||
CONFIG_AS_HAS_NON_CONST_LEB128=y
|
CONFIG_AS_HAS_NON_CONST_ULEB128=y
|
||||||
CONFIG_DEBUG_INFO_NONE=y
|
CONFIG_DEBUG_INFO_NONE=y
|
||||||
# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
|
# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set
|
||||||
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
# CONFIG_DEBUG_INFO_DWARF4 is not set
|
||||||
|
|
Loading…
Reference in a new issue