mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-kirkwood-dt to 5.10.8-1
This commit is contained in:
parent
6ac8dc492a
commit
9fd38aee86
3 changed files with 145 additions and 78 deletions
|
@ -4,10 +4,10 @@
|
||||||
buildarch=2
|
buildarch=2
|
||||||
|
|
||||||
pkgbase=linux-kirkwood-dt
|
pkgbase=linux-kirkwood-dt
|
||||||
_srcname=linux-5.8
|
_srcname=linux-5.10
|
||||||
_kernelname=${pkgbase#linux}
|
_kernelname=${pkgbase#linux}
|
||||||
_desc="Marvell Kirkwood DT"
|
_desc="Marvell Kirkwood DT"
|
||||||
pkgver=5.8.13
|
pkgver=5.10.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -26,15 +26,15 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
||||||
'linux.preset'
|
'linux.preset'
|
||||||
'99-linux.hook')
|
'99-linux.hook')
|
||||||
|
|
||||||
md5sums=('0e5c4c15266218ef26c50fac0016095b'
|
md5sums=('753adc474bf799d569dec4f165ed92c3'
|
||||||
'1f276bf9d1bc12215179a4681c29a573'
|
'a552b8228212ab7810294bb6ee1ed148'
|
||||||
'6d1c68eff8d3d14855934915b4db629f'
|
'6d1c68eff8d3d14855934915b4db629f'
|
||||||
'673fa211745465f0af73bfc6d6ace606'
|
'673fa211745465f0af73bfc6d6ace606'
|
||||||
'a15280d3ef0605dbdb831049ec71238b'
|
'a15280d3ef0605dbdb831049ec71238b'
|
||||||
'832e5f66f42e07f5c0014772afa789fb'
|
'832e5f66f42e07f5c0014772afa789fb'
|
||||||
'536d5ff2e76bcfc73f86f0527ad40dba'
|
'536d5ff2e76bcfc73f86f0527ad40dba'
|
||||||
'6e22952ece3f53be88bc1d1a3cdeb13f'
|
'6e22952ece3f53be88bc1d1a3cdeb13f'
|
||||||
'867be2076e40491236a527d8091997f7'
|
'86f07b8198ec63178b05231c235a0a6f'
|
||||||
'959e49540dac4c5e689ad9037150a360'
|
'959e49540dac4c5e689ad9037150a360'
|
||||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -165,7 +165,7 @@ _package-headers() {
|
||||||
cp -t "${_builddir}" -a include scripts
|
cp -t "${_builddir}" -a include scripts
|
||||||
|
|
||||||
install -Dt "${_builddir}/arch/${KARCH}" -m644 arch/${KARCH}/Makefile
|
install -Dt "${_builddir}/arch/${KARCH}" -m644 arch/${KARCH}/Makefile
|
||||||
install -Dt "${_builddir}/arch/${KARCH}/kernel" -m644 arch/${KARCH}/kernel/asm-offsets.s arch/$KARCH/kernel/module.lds
|
install -Dt "${_builddir}/arch/${KARCH}/kernel" -m644 arch/${KARCH}/kernel/asm-offsets.s
|
||||||
|
|
||||||
cp -t "${_builddir}/arch/${KARCH}" -a arch/${KARCH}/include
|
cp -t "${_builddir}/arch/${KARCH}" -a arch/${KARCH}/include
|
||||||
mkdir -p "${_builddir}/arch/${KARCH}/plat-orion"
|
mkdir -p "${_builddir}/arch/${KARCH}/plat-orion"
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 5.8.7-1 Kernel Configuration
|
# Linux/arm 5.10.8-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
|
CONFIG_CC_VERSION_TEXT="armv5tel-unknown-linux-gnueabi-gcc (GCC) 10.2.0"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
CONFIG_GCC_VERSION=100200
|
CONFIG_GCC_VERSION=100200
|
||||||
CONFIG_LD_VERSION=235000000
|
CONFIG_LD_VERSION=235000000
|
||||||
CONFIG_CLANG_VERSION=0
|
CONFIG_CLANG_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=y
|
CONFIG_CC_HAS_ASM_GOTO=y
|
||||||
|
@ -108,6 +109,7 @@ CONFIG_SRCU=y
|
||||||
CONFIG_TREE_SRCU=y
|
CONFIG_TREE_SRCU=y
|
||||||
CONFIG_TASKS_RCU_GENERIC=y
|
CONFIG_TASKS_RCU_GENERIC=y
|
||||||
CONFIG_TASKS_RCU=y
|
CONFIG_TASKS_RCU=y
|
||||||
|
CONFIG_TASKS_TRACE_RCU=y
|
||||||
CONFIG_RCU_STALL_COMMON=y
|
CONFIG_RCU_STALL_COMMON=y
|
||||||
CONFIG_RCU_NEED_SEGCBLIST=y
|
CONFIG_RCU_NEED_SEGCBLIST=y
|
||||||
# end of RCU Subsystem
|
# end of RCU Subsystem
|
||||||
|
@ -162,9 +164,11 @@ CONFIG_RD_LZMA=y
|
||||||
CONFIG_RD_XZ=y
|
CONFIG_RD_XZ=y
|
||||||
CONFIG_RD_LZO=y
|
CONFIG_RD_LZO=y
|
||||||
CONFIG_RD_LZ4=y
|
CONFIG_RD_LZ4=y
|
||||||
|
CONFIG_RD_ZSTD=y
|
||||||
# CONFIG_BOOT_CONFIG is not set
|
# CONFIG_BOOT_CONFIG is not set
|
||||||
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
|
||||||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
||||||
|
CONFIG_LD_ORPHAN_WARN=y
|
||||||
CONFIG_SYSCTL=y
|
CONFIG_SYSCTL=y
|
||||||
CONFIG_HAVE_UID16=y
|
CONFIG_HAVE_UID16=y
|
||||||
CONFIG_BPF=y
|
CONFIG_BPF=y
|
||||||
|
@ -196,6 +200,8 @@ CONFIG_KALLSYMS_BASE_RELATIVE=y
|
||||||
# CONFIG_BPF_LSM is not set
|
# CONFIG_BPF_LSM is not set
|
||||||
CONFIG_BPF_SYSCALL=y
|
CONFIG_BPF_SYSCALL=y
|
||||||
# CONFIG_BPF_JIT_ALWAYS_ON is not set
|
# CONFIG_BPF_JIT_ALWAYS_ON is not set
|
||||||
|
CONFIG_USERMODE_DRIVER=y
|
||||||
|
# CONFIG_BPF_PRELOAD is not set
|
||||||
# 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_RSEQ=y
|
CONFIG_RSEQ=y
|
||||||
|
@ -278,6 +284,7 @@ CONFIG_ARCH_MULTI_CPU_AUTO=y
|
||||||
# CONFIG_ARCH_ASPEED is not set
|
# CONFIG_ARCH_ASPEED is not set
|
||||||
# CONFIG_ARCH_AT91 is not set
|
# CONFIG_ARCH_AT91 is not set
|
||||||
# CONFIG_ARCH_DAVINCI is not set
|
# CONFIG_ARCH_DAVINCI is not set
|
||||||
|
# CONFIG_ARCH_HISI is not set
|
||||||
# CONFIG_ARCH_MXC is not set
|
# CONFIG_ARCH_MXC is not set
|
||||||
# CONFIG_ARCH_INTEGRATOR is not set
|
# CONFIG_ARCH_INTEGRATOR is not set
|
||||||
# CONFIG_ARCH_LPC32XX is not set
|
# CONFIG_ARCH_LPC32XX is not set
|
||||||
|
@ -368,7 +375,6 @@ CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
|
||||||
CONFIG_FORCE_MAX_ZONEORDER=11
|
CONFIG_FORCE_MAX_ZONEORDER=11
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
CONFIG_ALIGNMENT_TRAP=y
|
||||||
CONFIG_UACCESS_WITH_MEMCPY=y
|
CONFIG_UACCESS_WITH_MEMCPY=y
|
||||||
CONFIG_SECCOMP=y
|
|
||||||
# CONFIG_PARAVIRT is not set
|
# CONFIG_PARAVIRT is not set
|
||||||
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
|
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
|
||||||
# end of Kernel Features
|
# end of Kernel Features
|
||||||
|
@ -495,12 +501,14 @@ CONFIG_CRYPTO_SHA512_ARM=y
|
||||||
CONFIG_CRYPTO_AES_ARM=y
|
CONFIG_CRYPTO_AES_ARM=y
|
||||||
# CONFIG_CRYPTO_CHACHA20_NEON is not set
|
# CONFIG_CRYPTO_CHACHA20_NEON is not set
|
||||||
CONFIG_CRYPTO_POLY1305_ARM=m
|
CONFIG_CRYPTO_POLY1305_ARM=m
|
||||||
|
CONFIG_AS_VFP_VMRS_FPINST=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# General architecture-dependent options
|
# General architecture-dependent options
|
||||||
#
|
#
|
||||||
CONFIG_CRASH_CORE=y
|
CONFIG_CRASH_CORE=y
|
||||||
CONFIG_KEXEC_CORE=y
|
CONFIG_KEXEC_CORE=y
|
||||||
|
CONFIG_SET_FS=y
|
||||||
CONFIG_OPROFILE=m
|
CONFIG_OPROFILE=m
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
CONFIG_KPROBES=y
|
CONFIG_KPROBES=y
|
||||||
|
@ -528,10 +536,11 @@ CONFIG_HAVE_PERF_REGS=y
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||||
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
|
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
|
||||||
|
CONFIG_HAVE_ARCH_SECCOMP=y
|
||||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||||
|
CONFIG_SECCOMP=y
|
||||||
CONFIG_SECCOMP_FILTER=y
|
CONFIG_SECCOMP_FILTER=y
|
||||||
CONFIG_HAVE_STACKPROTECTOR=y
|
CONFIG_HAVE_STACKPROTECTOR=y
|
||||||
CONFIG_CC_HAS_STACKPROTECTOR_NONE=y
|
|
||||||
CONFIG_STACKPROTECTOR=y
|
CONFIG_STACKPROTECTOR=y
|
||||||
CONFIG_STACKPROTECTOR_STRONG=y
|
CONFIG_STACKPROTECTOR_STRONG=y
|
||||||
CONFIG_HAVE_CONTEXT_TRACKING=y
|
CONFIG_HAVE_CONTEXT_TRACKING=y
|
||||||
|
@ -544,7 +553,6 @@ CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
|
||||||
CONFIG_HAVE_EXIT_THREAD=y
|
CONFIG_HAVE_EXIT_THREAD=y
|
||||||
CONFIG_ARCH_MMAP_RND_BITS=8
|
CONFIG_ARCH_MMAP_RND_BITS=8
|
||||||
CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y
|
CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y
|
||||||
CONFIG_HAVE_COPY_THREAD_TLS=y
|
|
||||||
CONFIG_CLONE_BACKWARDS=y
|
CONFIG_CLONE_BACKWARDS=y
|
||||||
CONFIG_OLD_SIGSUSPEND3=y
|
CONFIG_OLD_SIGSUSPEND3=y
|
||||||
CONFIG_OLD_SIGACTION=y
|
CONFIG_OLD_SIGACTION=y
|
||||||
|
@ -556,6 +564,7 @@ CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
|
||||||
# CONFIG_STRICT_MODULE_RWX is not set
|
# CONFIG_STRICT_MODULE_RWX is not set
|
||||||
CONFIG_ARCH_HAS_PHYS_TO_DMA=y
|
CONFIG_ARCH_HAS_PHYS_TO_DMA=y
|
||||||
# CONFIG_LOCK_EVENT_COUNTS is not set
|
# CONFIG_LOCK_EVENT_COUNTS is not set
|
||||||
|
CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
|
@ -692,7 +701,6 @@ CONFIG_ZPOOL=m
|
||||||
# CONFIG_ZBUD is not set
|
# CONFIG_ZBUD is not set
|
||||||
CONFIG_Z3FOLD=m
|
CONFIG_Z3FOLD=m
|
||||||
CONFIG_ZSMALLOC=y
|
CONFIG_ZSMALLOC=y
|
||||||
# CONFIG_ZSMALLOC_PGTABLE_MAPPING is not set
|
|
||||||
# CONFIG_ZSMALLOC_STAT is not set
|
# CONFIG_ZSMALLOC_STAT is not set
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
CONFIG_GENERIC_EARLY_IOREMAP=y
|
||||||
# CONFIG_IDLE_PAGE_TRACKING is not set
|
# CONFIG_IDLE_PAGE_TRACKING is not set
|
||||||
|
@ -804,8 +812,8 @@ CONFIG_IPV6_SEG6_BPF=y
|
||||||
CONFIG_IPV6_RPL_LWTUNNEL=y
|
CONFIG_IPV6_RPL_LWTUNNEL=y
|
||||||
# CONFIG_NETLABEL is not set
|
# CONFIG_NETLABEL is not set
|
||||||
CONFIG_MPTCP=y
|
CONFIG_MPTCP=y
|
||||||
|
CONFIG_INET_MPTCP_DIAG=y
|
||||||
CONFIG_MPTCP_IPV6=y
|
CONFIG_MPTCP_IPV6=y
|
||||||
# CONFIG_MPTCP_HMAC_TEST is not set
|
|
||||||
# CONFIG_NETWORK_SECMARK is not set
|
# CONFIG_NETWORK_SECMARK is not set
|
||||||
CONFIG_NET_PTP_CLASSIFY=y
|
CONFIG_NET_PTP_CLASSIFY=y
|
||||||
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
||||||
|
@ -1494,6 +1502,7 @@ CONFIG_PCI_MVEBU=y
|
||||||
# Cadence PCIe controllers support
|
# Cadence PCIe controllers support
|
||||||
#
|
#
|
||||||
# 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 PCIe controllers support
|
# end of Cadence PCIe controllers support
|
||||||
# end of PCI controller drivers
|
# end of PCI controller drivers
|
||||||
|
|
||||||
|
@ -1654,6 +1663,9 @@ CONFIG_MTD_SST25L=m
|
||||||
# CONFIG_MTD_DOCG3 is not set
|
# CONFIG_MTD_DOCG3 is not set
|
||||||
# end of Self-contained MTD device drivers
|
# end of Self-contained MTD device drivers
|
||||||
|
|
||||||
|
#
|
||||||
|
# NAND
|
||||||
|
#
|
||||||
CONFIG_MTD_NAND_CORE=y
|
CONFIG_MTD_NAND_CORE=y
|
||||||
# CONFIG_MTD_ONENAND is not set
|
# CONFIG_MTD_ONENAND is not set
|
||||||
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
|
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
|
||||||
|
@ -1684,6 +1696,13 @@ CONFIG_MTD_NAND_ORION=y
|
||||||
# CONFIG_MTD_NAND_DISKONCHIP is not set
|
# CONFIG_MTD_NAND_DISKONCHIP is not set
|
||||||
CONFIG_MTD_SPI_NAND=m
|
CONFIG_MTD_SPI_NAND=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# ECC engine support
|
||||||
|
#
|
||||||
|
CONFIG_MTD_NAND_ECC=y
|
||||||
|
# end of ECC engine support
|
||||||
|
# end of NAND
|
||||||
|
|
||||||
#
|
#
|
||||||
# LPDDR & LPDDR2 PCM memory drivers
|
# LPDDR & LPDDR2 PCM memory drivers
|
||||||
#
|
#
|
||||||
|
@ -1693,7 +1712,6 @@ CONFIG_MTD_SPI_NAND=m
|
||||||
|
|
||||||
CONFIG_MTD_SPI_NOR=m
|
CONFIG_MTD_SPI_NOR=m
|
||||||
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
|
CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
|
||||||
# CONFIG_SPI_CADENCE_QUADSPI is not set
|
|
||||||
CONFIG_MTD_UBI=y
|
CONFIG_MTD_UBI=y
|
||||||
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
||||||
CONFIG_MTD_UBI_BEB_LIMIT=20
|
CONFIG_MTD_UBI_BEB_LIMIT=20
|
||||||
|
@ -1710,7 +1728,6 @@ CONFIG_OF_KOBJ=y
|
||||||
CONFIG_OF_ADDRESS=y
|
CONFIG_OF_ADDRESS=y
|
||||||
CONFIG_OF_IRQ=y
|
CONFIG_OF_IRQ=y
|
||||||
CONFIG_OF_NET=y
|
CONFIG_OF_NET=y
|
||||||
CONFIG_OF_MDIO=y
|
|
||||||
CONFIG_OF_RESERVED_MEM=y
|
CONFIG_OF_RESERVED_MEM=y
|
||||||
# CONFIG_OF_OVERLAY is not set
|
# CONFIG_OF_OVERLAY is not set
|
||||||
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
|
||||||
|
@ -1799,13 +1816,6 @@ CONFIG_TI_ST=m
|
||||||
# CONFIG_SENSORS_LIS3_SPI is not set
|
# CONFIG_SENSORS_LIS3_SPI is not set
|
||||||
# CONFIG_SENSORS_LIS3_I2C is not set
|
# CONFIG_SENSORS_LIS3_I2C is not set
|
||||||
# CONFIG_ALTERA_STAPL is not set
|
# CONFIG_ALTERA_STAPL is not set
|
||||||
|
|
||||||
#
|
|
||||||
# Intel MIC & related support
|
|
||||||
#
|
|
||||||
# CONFIG_VOP_BUS is not set
|
|
||||||
# end of Intel MIC & related support
|
|
||||||
|
|
||||||
# CONFIG_ECHO is not set
|
# CONFIG_ECHO is not set
|
||||||
# CONFIG_MISC_ALCOR_PCI is not set
|
# CONFIG_MISC_ALCOR_PCI is not set
|
||||||
# CONFIG_MISC_RTSX_PCI is not set
|
# CONFIG_MISC_RTSX_PCI is not set
|
||||||
|
@ -2007,7 +2017,7 @@ CONFIG_MD_FAULTY=m
|
||||||
CONFIG_BCACHE=m
|
CONFIG_BCACHE=m
|
||||||
# CONFIG_BCACHE_DEBUG is not set
|
# CONFIG_BCACHE_DEBUG is not set
|
||||||
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
|
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
|
||||||
# CONFIG_BCACHE_ASYNC_REGISTRAION is not set
|
# CONFIG_BCACHE_ASYNC_REGISTRATION is not set
|
||||||
CONFIG_BLK_DEV_DM_BUILTIN=y
|
CONFIG_BLK_DEV_DM_BUILTIN=y
|
||||||
CONFIG_BLK_DEV_DM=m
|
CONFIG_BLK_DEV_DM=m
|
||||||
# CONFIG_DM_DEBUG is not set
|
# CONFIG_DM_DEBUG is not set
|
||||||
|
@ -2293,49 +2303,32 @@ CONFIG_DEFXX=m
|
||||||
# CONFIG_DEFXX_MMIO is not set
|
# CONFIG_DEFXX_MMIO is not set
|
||||||
# CONFIG_SKFP is not set
|
# CONFIG_SKFP is not set
|
||||||
# CONFIG_HIPPI is not set
|
# CONFIG_HIPPI is not set
|
||||||
CONFIG_MDIO_DEVICE=y
|
|
||||||
CONFIG_MDIO_BUS=y
|
|
||||||
# CONFIG_MDIO_BCM_UNIMAC is not set
|
|
||||||
# CONFIG_MDIO_BITBANG is not set
|
|
||||||
# CONFIG_MDIO_BUS_MUX_GPIO is not set
|
|
||||||
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
|
|
||||||
# CONFIG_MDIO_BUS_MUX_MULTIPLEXER is not set
|
|
||||||
# CONFIG_MDIO_HISI_FEMAC is not set
|
|
||||||
# CONFIG_MDIO_IPQ4019 is not set
|
|
||||||
# CONFIG_MDIO_MSCC_MIIM is not set
|
|
||||||
CONFIG_MDIO_MVUSB=m
|
|
||||||
# CONFIG_MDIO_XPCS is not set
|
|
||||||
CONFIG_PHYLINK=m
|
CONFIG_PHYLINK=m
|
||||||
CONFIG_PHYLIB=y
|
CONFIG_PHYLIB=y
|
||||||
CONFIG_SWPHY=y
|
CONFIG_SWPHY=y
|
||||||
CONFIG_LED_TRIGGER_PHY=y
|
CONFIG_LED_TRIGGER_PHY=y
|
||||||
|
CONFIG_FIXED_PHY=y
|
||||||
|
# CONFIG_SFP is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# MII PHY device drivers
|
# MII PHY device drivers
|
||||||
#
|
#
|
||||||
# CONFIG_SFP is not set
|
|
||||||
# CONFIG_ADIN_PHY is not set
|
|
||||||
# CONFIG_AMD_PHY is not set
|
# CONFIG_AMD_PHY is not set
|
||||||
|
# CONFIG_ADIN_PHY is not set
|
||||||
# CONFIG_AQUANTIA_PHY is not set
|
# CONFIG_AQUANTIA_PHY is not set
|
||||||
# CONFIG_AX88796B_PHY is not set
|
# CONFIG_AX88796B_PHY is not set
|
||||||
# CONFIG_BCM7XXX_PHY is not set
|
|
||||||
# CONFIG_BCM87XX_PHY is not set
|
|
||||||
# CONFIG_BROADCOM_PHY is not set
|
# CONFIG_BROADCOM_PHY is not set
|
||||||
# CONFIG_BCM54140_PHY is not set
|
# CONFIG_BCM54140_PHY is not set
|
||||||
|
# CONFIG_BCM7XXX_PHY is not set
|
||||||
# CONFIG_BCM84881_PHY is not set
|
# CONFIG_BCM84881_PHY is not set
|
||||||
|
# CONFIG_BCM87XX_PHY is not set
|
||||||
# CONFIG_CICADA_PHY is not set
|
# CONFIG_CICADA_PHY is not set
|
||||||
CONFIG_CORTINA_PHY=m
|
CONFIG_CORTINA_PHY=m
|
||||||
# CONFIG_DAVICOM_PHY is not set
|
# CONFIG_DAVICOM_PHY is not set
|
||||||
# CONFIG_DP83822_PHY is not set
|
|
||||||
# CONFIG_DP83TC811_PHY is not set
|
|
||||||
# CONFIG_DP83848_PHY is not set
|
|
||||||
# CONFIG_DP83867_PHY is not set
|
|
||||||
# CONFIG_DP83869_PHY is not set
|
|
||||||
CONFIG_FIXED_PHY=y
|
|
||||||
# CONFIG_ICPLUS_PHY is not set
|
# CONFIG_ICPLUS_PHY is not set
|
||||||
|
# CONFIG_LXT_PHY is not set
|
||||||
# CONFIG_INTEL_XWAY_PHY is not set
|
# CONFIG_INTEL_XWAY_PHY is not set
|
||||||
# CONFIG_LSI_ET1011C_PHY is not set
|
# CONFIG_LSI_ET1011C_PHY is not set
|
||||||
# CONFIG_LXT_PHY is not set
|
|
||||||
CONFIG_MARVELL_PHY=y
|
CONFIG_MARVELL_PHY=y
|
||||||
# CONFIG_MARVELL_10G_PHY is not set
|
# CONFIG_MARVELL_10G_PHY is not set
|
||||||
# CONFIG_MICREL_PHY is not set
|
# CONFIG_MICREL_PHY is not set
|
||||||
|
@ -2349,12 +2342,41 @@ CONFIG_AT803X_PHY=m
|
||||||
CONFIG_REALTEK_PHY=y
|
CONFIG_REALTEK_PHY=y
|
||||||
# CONFIG_RENESAS_PHY is not set
|
# CONFIG_RENESAS_PHY is not set
|
||||||
# CONFIG_ROCKCHIP_PHY is not set
|
# CONFIG_ROCKCHIP_PHY is not set
|
||||||
# CONFIG_SMSC_PHY is not set
|
CONFIG_SMSC_PHY=m
|
||||||
# CONFIG_STE10XP is not set
|
# CONFIG_STE10XP is not set
|
||||||
# CONFIG_TERANETICS_PHY is not set
|
# CONFIG_TERANETICS_PHY is not set
|
||||||
|
# CONFIG_DP83822_PHY is not set
|
||||||
|
# CONFIG_DP83TC811_PHY is not set
|
||||||
|
# CONFIG_DP83848_PHY is not set
|
||||||
|
# CONFIG_DP83867_PHY is not set
|
||||||
|
# CONFIG_DP83869_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
|
||||||
|
CONFIG_MDIO_DEVICE=y
|
||||||
|
CONFIG_MDIO_BUS=y
|
||||||
|
CONFIG_OF_MDIO=y
|
||||||
|
CONFIG_MDIO_DEVRES=y
|
||||||
|
# CONFIG_MDIO_BITBANG is not set
|
||||||
|
# CONFIG_MDIO_BCM_UNIMAC is not set
|
||||||
|
# CONFIG_MDIO_HISI_FEMAC is not set
|
||||||
|
CONFIG_MDIO_MVUSB=m
|
||||||
|
# CONFIG_MDIO_MSCC_MIIM is not set
|
||||||
|
# CONFIG_MDIO_IPQ4019 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# MDIO Multiplexers
|
||||||
|
#
|
||||||
|
# CONFIG_MDIO_BUS_MUX_GPIO is not set
|
||||||
|
# CONFIG_MDIO_BUS_MUX_MULTIPLEXER is not set
|
||||||
|
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# PCS device drivers
|
||||||
|
#
|
||||||
|
# CONFIG_PCS_XPCS is not set
|
||||||
|
# end of PCS device drivers
|
||||||
|
|
||||||
CONFIG_PPP=m
|
CONFIG_PPP=m
|
||||||
CONFIG_PPP_BSDCOMP=m
|
CONFIG_PPP_BSDCOMP=m
|
||||||
CONFIG_PPP_DEFLATE=m
|
CONFIG_PPP_DEFLATE=m
|
||||||
|
@ -2460,6 +2482,10 @@ CONFIG_ATH10K_SDIO=m
|
||||||
# CONFIG_ATH10K_TRACING is not set
|
# CONFIG_ATH10K_TRACING is not set
|
||||||
CONFIG_WCN36XX=m
|
CONFIG_WCN36XX=m
|
||||||
# CONFIG_WCN36XX_DEBUGFS is not set
|
# CONFIG_WCN36XX_DEBUGFS is not set
|
||||||
|
CONFIG_ATH11K=m
|
||||||
|
# CONFIG_ATH11K_PCI is not set
|
||||||
|
# CONFIG_ATH11K_DEBUG is not set
|
||||||
|
# CONFIG_ATH11K_TRACING is not set
|
||||||
CONFIG_WLAN_VENDOR_ATMEL=y
|
CONFIG_WLAN_VENDOR_ATMEL=y
|
||||||
# CONFIG_ATMEL is not set
|
# CONFIG_ATMEL is not set
|
||||||
CONFIG_AT76C50X_USB=m
|
CONFIG_AT76C50X_USB=m
|
||||||
|
@ -2580,7 +2606,11 @@ CONFIG_MT76x2U=m
|
||||||
# CONFIG_MT7603E is not set
|
# CONFIG_MT7603E is not set
|
||||||
# CONFIG_MT7615E is not set
|
# CONFIG_MT7615E is not set
|
||||||
# CONFIG_MT7663U is not set
|
# CONFIG_MT7663U is not set
|
||||||
|
# CONFIG_MT7663S is not set
|
||||||
# CONFIG_MT7915E is not set
|
# CONFIG_MT7915E is not set
|
||||||
|
CONFIG_WLAN_VENDOR_MICROCHIP=y
|
||||||
|
# CONFIG_WILC1000_SDIO is not set
|
||||||
|
# CONFIG_WILC1000_SPI is not set
|
||||||
CONFIG_WLAN_VENDOR_RALINK=y
|
CONFIG_WLAN_VENDOR_RALINK=y
|
||||||
CONFIG_RT2X00=m
|
CONFIG_RT2X00=m
|
||||||
CONFIG_RT2400PCI=m
|
CONFIG_RT2400PCI=m
|
||||||
|
@ -2848,6 +2878,7 @@ CONFIG_TOUCHSCREEN_TPS6507X=m
|
||||||
# CONFIG_TOUCHSCREEN_ZFORCE is not set
|
# CONFIG_TOUCHSCREEN_ZFORCE is not set
|
||||||
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
|
# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
|
||||||
# CONFIG_TOUCHSCREEN_IQS5XX is not set
|
# CONFIG_TOUCHSCREEN_IQS5XX is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_ZINITIX is not set
|
||||||
# CONFIG_INPUT_MISC is not set
|
# CONFIG_INPUT_MISC is not set
|
||||||
CONFIG_RMI4_CORE=m
|
CONFIG_RMI4_CORE=m
|
||||||
# CONFIG_RMI4_I2C is not set
|
# CONFIG_RMI4_I2C is not set
|
||||||
|
@ -2860,6 +2891,7 @@ CONFIG_RMI4_F11=y
|
||||||
CONFIG_RMI4_F12=y
|
CONFIG_RMI4_F12=y
|
||||||
CONFIG_RMI4_F30=y
|
CONFIG_RMI4_F30=y
|
||||||
# CONFIG_RMI4_F34 is not set
|
# CONFIG_RMI4_F34 is not set
|
||||||
|
# CONFIG_RMI4_F3A is not set
|
||||||
# CONFIG_RMI4_F54 is not set
|
# CONFIG_RMI4_F54 is not set
|
||||||
# CONFIG_RMI4_F55 is not set
|
# CONFIG_RMI4_F55 is not set
|
||||||
|
|
||||||
|
@ -2953,6 +2985,7 @@ CONFIG_SERIAL_MCTRL_GPIO=y
|
||||||
# CONFIG_TRACE_SINK is not set
|
# CONFIG_TRACE_SINK is not set
|
||||||
# CONFIG_HVC_DCC is not set
|
# CONFIG_HVC_DCC is not set
|
||||||
# CONFIG_SERIAL_DEV_BUS is not set
|
# CONFIG_SERIAL_DEV_BUS is not set
|
||||||
|
# CONFIG_VIRTIO_CONSOLE is not set
|
||||||
# CONFIG_IPMI_HANDLER is not set
|
# CONFIG_IPMI_HANDLER is not set
|
||||||
# CONFIG_HW_RANDOM is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
# CONFIG_APPLICOM is not set
|
# CONFIG_APPLICOM is not set
|
||||||
|
@ -3066,6 +3099,7 @@ CONFIG_SPI_MEM=y
|
||||||
# CONFIG_SPI_AXI_SPI_ENGINE is not set
|
# CONFIG_SPI_AXI_SPI_ENGINE is not set
|
||||||
# CONFIG_SPI_BITBANG is not set
|
# CONFIG_SPI_BITBANG is not set
|
||||||
# CONFIG_SPI_CADENCE is not set
|
# CONFIG_SPI_CADENCE is not set
|
||||||
|
# CONFIG_SPI_CADENCE_QUADSPI is not set
|
||||||
# CONFIG_SPI_DESIGNWARE is not set
|
# CONFIG_SPI_DESIGNWARE is not set
|
||||||
# CONFIG_SPI_NXP_FLEXSPI is not set
|
# CONFIG_SPI_NXP_FLEXSPI is not set
|
||||||
# CONFIG_SPI_GPIO is not set
|
# CONFIG_SPI_GPIO is not set
|
||||||
|
@ -3134,6 +3168,12 @@ CONFIG_GENERIC_PINCONF=y
|
||||||
# CONFIG_PINCTRL_OCELOT is not set
|
# CONFIG_PINCTRL_OCELOT is not set
|
||||||
CONFIG_PINCTRL_MVEBU=y
|
CONFIG_PINCTRL_MVEBU=y
|
||||||
CONFIG_PINCTRL_KIRKWOOD=y
|
CONFIG_PINCTRL_KIRKWOOD=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Renesas pinctrl drivers
|
||||||
|
#
|
||||||
|
# end of Renesas pinctrl drivers
|
||||||
|
|
||||||
CONFIG_PINCTRL_MADERA=m
|
CONFIG_PINCTRL_MADERA=m
|
||||||
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
||||||
CONFIG_GPIOLIB=y
|
CONFIG_GPIOLIB=y
|
||||||
|
@ -3141,6 +3181,8 @@ CONFIG_GPIOLIB_FASTPATH_LIMIT=512
|
||||||
CONFIG_OF_GPIO=y
|
CONFIG_OF_GPIO=y
|
||||||
# CONFIG_DEBUG_GPIO is not set
|
# CONFIG_DEBUG_GPIO is not set
|
||||||
CONFIG_GPIO_SYSFS=y
|
CONFIG_GPIO_SYSFS=y
|
||||||
|
CONFIG_GPIO_CDEV=y
|
||||||
|
CONFIG_GPIO_CDEV_V1=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Memory mapped GPIO drivers
|
# Memory mapped GPIO drivers
|
||||||
|
@ -3171,6 +3213,7 @@ CONFIG_GPIO_MVEBU=y
|
||||||
# CONFIG_GPIO_MAX7300 is not set
|
# CONFIG_GPIO_MAX7300 is not set
|
||||||
# CONFIG_GPIO_MAX732X is not set
|
# CONFIG_GPIO_MAX732X is not set
|
||||||
# CONFIG_GPIO_PCA953X is not set
|
# CONFIG_GPIO_PCA953X is not set
|
||||||
|
# CONFIG_GPIO_PCA9570 is not set
|
||||||
# CONFIG_GPIO_PCF857X is not set
|
# CONFIG_GPIO_PCF857X is not set
|
||||||
# CONFIG_GPIO_TPIC2810 is not set
|
# CONFIG_GPIO_TPIC2810 is not set
|
||||||
# end of I2C GPIO expanders
|
# end of I2C GPIO expanders
|
||||||
|
@ -3245,11 +3288,11 @@ CONFIG_W1_SLAVE_DS2438=m
|
||||||
# CONFIG_W1_SLAVE_DS28E17 is not set
|
# CONFIG_W1_SLAVE_DS28E17 is not set
|
||||||
# end of 1-wire Slaves
|
# end of 1-wire Slaves
|
||||||
|
|
||||||
# CONFIG_POWER_AVS is not set
|
|
||||||
CONFIG_POWER_RESET=y
|
CONFIG_POWER_RESET=y
|
||||||
# CONFIG_POWER_RESET_BRCMKONA is not set
|
# CONFIG_POWER_RESET_BRCMKONA is not set
|
||||||
CONFIG_POWER_RESET_GPIO=y
|
CONFIG_POWER_RESET_GPIO=y
|
||||||
# CONFIG_POWER_RESET_GPIO_RESTART is not set
|
# CONFIG_POWER_RESET_GPIO_RESTART is not set
|
||||||
|
CONFIG_POWER_RESET_LINKSTATION=m
|
||||||
# CONFIG_POWER_RESET_LTC2952 is not set
|
# CONFIG_POWER_RESET_LTC2952 is not set
|
||||||
CONFIG_POWER_RESET_QNAP=y
|
CONFIG_POWER_RESET_QNAP=y
|
||||||
CONFIG_POWER_RESET_RESTART=y
|
CONFIG_POWER_RESET_RESTART=y
|
||||||
|
@ -3267,7 +3310,6 @@ CONFIG_CHARGER_ADP5061=m
|
||||||
# CONFIG_BATTERY_DS2780 is not set
|
# CONFIG_BATTERY_DS2780 is not set
|
||||||
# CONFIG_BATTERY_DS2781 is not set
|
# CONFIG_BATTERY_DS2781 is not set
|
||||||
# CONFIG_BATTERY_DS2782 is not set
|
# CONFIG_BATTERY_DS2782 is not set
|
||||||
# CONFIG_BATTERY_LEGO_EV3 is not set
|
|
||||||
# CONFIG_BATTERY_SBS is not set
|
# CONFIG_BATTERY_SBS is not set
|
||||||
# CONFIG_CHARGER_SBS is not set
|
# CONFIG_CHARGER_SBS is not set
|
||||||
# CONFIG_MANAGER_SBS is not set
|
# CONFIG_MANAGER_SBS is not set
|
||||||
|
@ -3284,7 +3326,9 @@ CONFIG_CHARGER_GPIO=m
|
||||||
# CONFIG_CHARGER_BQ2415X is not set
|
# CONFIG_CHARGER_BQ2415X is not set
|
||||||
# CONFIG_CHARGER_BQ24257 is not set
|
# CONFIG_CHARGER_BQ24257 is not set
|
||||||
# CONFIG_CHARGER_BQ24735 is not set
|
# CONFIG_CHARGER_BQ24735 is not set
|
||||||
|
# CONFIG_CHARGER_BQ2515X is not set
|
||||||
# CONFIG_CHARGER_BQ25890 is not set
|
# CONFIG_CHARGER_BQ25890 is not set
|
||||||
|
# CONFIG_CHARGER_BQ25980 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_CHARGER_RT9455 is not set
|
# CONFIG_CHARGER_RT9455 is not set
|
||||||
|
@ -3318,6 +3362,7 @@ CONFIG_SENSORS_ADT7475=m
|
||||||
# CONFIG_SENSORS_AXI_FAN_CONTROL is not set
|
# CONFIG_SENSORS_AXI_FAN_CONTROL is not set
|
||||||
# CONFIG_SENSORS_ASPEED is not set
|
# CONFIG_SENSORS_ASPEED is not set
|
||||||
# CONFIG_SENSORS_ATXP1 is not set
|
# CONFIG_SENSORS_ATXP1 is not set
|
||||||
|
# CONFIG_SENSORS_CORSAIR_CPRO is not set
|
||||||
# CONFIG_SENSORS_DRIVETEMP is not set
|
# CONFIG_SENSORS_DRIVETEMP is not set
|
||||||
# CONFIG_SENSORS_DS620 is not set
|
# CONFIG_SENSORS_DS620 is not set
|
||||||
# CONFIG_SENSORS_DS1621 is not set
|
# CONFIG_SENSORS_DS1621 is not set
|
||||||
|
@ -3362,6 +3407,7 @@ CONFIG_SENSORS_ADT7475=m
|
||||||
# CONFIG_SENSORS_MAX31790 is not set
|
# CONFIG_SENSORS_MAX31790 is not set
|
||||||
# CONFIG_SENSORS_MCP3021 is not set
|
# CONFIG_SENSORS_MCP3021 is not set
|
||||||
# CONFIG_SENSORS_TC654 is not set
|
# CONFIG_SENSORS_TC654 is not set
|
||||||
|
# CONFIG_SENSORS_MR75203 is not set
|
||||||
# CONFIG_SENSORS_ADCXX is not set
|
# CONFIG_SENSORS_ADCXX is not set
|
||||||
CONFIG_SENSORS_LM63=m
|
CONFIG_SENSORS_LM63=m
|
||||||
# CONFIG_SENSORS_LM70 is not set
|
# CONFIG_SENSORS_LM70 is not set
|
||||||
|
@ -3436,6 +3482,7 @@ CONFIG_SENSORS_NSA320=m
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
# CONFIG_SENSORS_W83627HF is not set
|
||||||
# CONFIG_SENSORS_W83627EHF is not set
|
# CONFIG_SENSORS_W83627EHF is not set
|
||||||
CONFIG_THERMAL=y
|
CONFIG_THERMAL=y
|
||||||
|
# CONFIG_THERMAL_NETLINK is not set
|
||||||
# CONFIG_THERMAL_STATISTICS is not set
|
# CONFIG_THERMAL_STATISTICS is not set
|
||||||
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
|
||||||
CONFIG_THERMAL_OF=y
|
CONFIG_THERMAL_OF=y
|
||||||
|
@ -3448,7 +3495,6 @@ CONFIG_THERMAL_GOV_STEP_WISE=y
|
||||||
# CONFIG_THERMAL_GOV_BANG_BANG is not set
|
# CONFIG_THERMAL_GOV_BANG_BANG is not set
|
||||||
# CONFIG_THERMAL_GOV_USER_SPACE is not set
|
# CONFIG_THERMAL_GOV_USER_SPACE is not set
|
||||||
# CONFIG_CPU_THERMAL is not set
|
# CONFIG_CPU_THERMAL is not set
|
||||||
# CONFIG_CLOCK_THERMAL is not set
|
|
||||||
# CONFIG_THERMAL_EMULATION is not set
|
# CONFIG_THERMAL_EMULATION is not set
|
||||||
# CONFIG_THERMAL_MMIO is not set
|
# CONFIG_THERMAL_MMIO is not set
|
||||||
CONFIG_KIRKWOOD_THERMAL=m
|
CONFIG_KIRKWOOD_THERMAL=m
|
||||||
|
@ -3590,7 +3636,6 @@ CONFIG_MFD_MADERA_SPI=m
|
||||||
# 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_MFD_SMSC is not set
|
|
||||||
# CONFIG_ABX500_CORE is not set
|
# CONFIG_ABX500_CORE is not set
|
||||||
# CONFIG_MFD_STMPE is not set
|
# CONFIG_MFD_STMPE is not set
|
||||||
# CONFIG_MFD_SYSCON is not set
|
# CONFIG_MFD_SYSCON is not set
|
||||||
|
@ -3636,6 +3681,7 @@ CONFIG_MFD_WL1273_CORE=m
|
||||||
# CONFIG_MFD_ROHM_BD71828 is not set
|
# CONFIG_MFD_ROHM_BD71828 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_INTEL_M10_BMC is not set
|
||||||
# end of Multifunction device drivers
|
# end of Multifunction device drivers
|
||||||
|
|
||||||
CONFIG_REGULATOR=y
|
CONFIG_REGULATOR=y
|
||||||
|
@ -3651,6 +3697,7 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
||||||
# CONFIG_REGULATOR_DA9210 is not set
|
# CONFIG_REGULATOR_DA9210 is not set
|
||||||
# CONFIG_REGULATOR_DA9211 is not set
|
# CONFIG_REGULATOR_DA9211 is not set
|
||||||
# CONFIG_REGULATOR_FAN53555 is not set
|
# CONFIG_REGULATOR_FAN53555 is not set
|
||||||
|
# CONFIG_REGULATOR_FAN53880 is not set
|
||||||
CONFIG_REGULATOR_GPIO=y
|
CONFIG_REGULATOR_GPIO=y
|
||||||
# CONFIG_REGULATOR_ISL9305 is not set
|
# CONFIG_REGULATOR_ISL9305 is not set
|
||||||
# CONFIG_REGULATOR_ISL6271A is not set
|
# CONFIG_REGULATOR_ISL6271A is not set
|
||||||
|
@ -3672,13 +3719,18 @@ CONFIG_REGULATOR_GPIO=y
|
||||||
# CONFIG_REGULATOR_MP886X is not set
|
# CONFIG_REGULATOR_MP886X is not set
|
||||||
# CONFIG_REGULATOR_MPQ7920 is not set
|
# CONFIG_REGULATOR_MPQ7920 is not set
|
||||||
# CONFIG_REGULATOR_MT6311 is not set
|
# CONFIG_REGULATOR_MT6311 is not set
|
||||||
|
# CONFIG_REGULATOR_PCA9450 is not set
|
||||||
# CONFIG_REGULATOR_PFUZE100 is not set
|
# CONFIG_REGULATOR_PFUZE100 is not set
|
||||||
# CONFIG_REGULATOR_PV88060 is not set
|
# CONFIG_REGULATOR_PV88060 is not set
|
||||||
# CONFIG_REGULATOR_PV88080 is not set
|
# CONFIG_REGULATOR_PV88080 is not set
|
||||||
# CONFIG_REGULATOR_PV88090 is not set
|
# CONFIG_REGULATOR_PV88090 is not set
|
||||||
|
# CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set
|
||||||
|
# CONFIG_REGULATOR_RT4801 is not set
|
||||||
|
# CONFIG_REGULATOR_RTMV20 is not set
|
||||||
# CONFIG_REGULATOR_SLG51000 is not set
|
# CONFIG_REGULATOR_SLG51000 is not set
|
||||||
# CONFIG_REGULATOR_SY8106A is not set
|
# CONFIG_REGULATOR_SY8106A is not set
|
||||||
# CONFIG_REGULATOR_SY8824X is not set
|
# CONFIG_REGULATOR_SY8824X is not set
|
||||||
|
# CONFIG_REGULATOR_SY8827N is not set
|
||||||
# CONFIG_REGULATOR_TPS51632 is not set
|
# CONFIG_REGULATOR_TPS51632 is not set
|
||||||
# CONFIG_REGULATOR_TPS62360 is not set
|
# CONFIG_REGULATOR_TPS62360 is not set
|
||||||
# CONFIG_REGULATOR_TPS65023 is not set
|
# CONFIG_REGULATOR_TPS65023 is not set
|
||||||
|
@ -3720,6 +3772,7 @@ CONFIG_IR_SERIAL=m
|
||||||
CONFIG_IR_SERIAL_TRANSMITTER=y
|
CONFIG_IR_SERIAL_TRANSMITTER=y
|
||||||
CONFIG_IR_SIR=m
|
CONFIG_IR_SIR=m
|
||||||
# CONFIG_RC_XBOX_DVD is not set
|
# CONFIG_RC_XBOX_DVD is not set
|
||||||
|
# CONFIG_IR_TOY is not set
|
||||||
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
||||||
CONFIG_MEDIA_SUPPORT=m
|
CONFIG_MEDIA_SUPPORT=m
|
||||||
CONFIG_MEDIA_SUPPORT_FILTER=y
|
CONFIG_MEDIA_SUPPORT_FILTER=y
|
||||||
|
@ -4011,7 +4064,6 @@ CONFIG_VIDEO_OV2640=m
|
||||||
# CONFIG_VIDEO_OV2659 is not set
|
# CONFIG_VIDEO_OV2659 is not set
|
||||||
# CONFIG_VIDEO_OV2680 is not set
|
# CONFIG_VIDEO_OV2680 is not set
|
||||||
# CONFIG_VIDEO_OV2685 is not set
|
# CONFIG_VIDEO_OV2685 is not set
|
||||||
# CONFIG_VIDEO_OV2740 is not set
|
|
||||||
# CONFIG_VIDEO_OV5640 is not set
|
# CONFIG_VIDEO_OV5640 is not set
|
||||||
# CONFIG_VIDEO_OV5645 is not set
|
# CONFIG_VIDEO_OV5645 is not set
|
||||||
# CONFIG_VIDEO_OV5647 is not set
|
# CONFIG_VIDEO_OV5647 is not set
|
||||||
|
@ -4041,6 +4093,7 @@ CONFIG_VIDEO_MT9V011=m
|
||||||
# CONFIG_VIDEO_SR030PC30 is not set
|
# CONFIG_VIDEO_SR030PC30 is not set
|
||||||
# CONFIG_VIDEO_NOON010PC30 is not set
|
# CONFIG_VIDEO_NOON010PC30 is not set
|
||||||
# CONFIG_VIDEO_M5MOLS is not set
|
# CONFIG_VIDEO_M5MOLS is not set
|
||||||
|
# CONFIG_VIDEO_RDACM20 is not set
|
||||||
# CONFIG_VIDEO_RJ54N1 is not set
|
# CONFIG_VIDEO_RJ54N1 is not set
|
||||||
# CONFIG_VIDEO_S5K6AA is not set
|
# CONFIG_VIDEO_S5K6AA is not set
|
||||||
# CONFIG_VIDEO_S5K6A3 is not set
|
# CONFIG_VIDEO_S5K6A3 is not set
|
||||||
|
@ -4057,6 +4110,7 @@ CONFIG_VIDEO_MT9V011=m
|
||||||
# CONFIG_VIDEO_AD5820 is not set
|
# CONFIG_VIDEO_AD5820 is not set
|
||||||
# CONFIG_VIDEO_AK7375 is not set
|
# CONFIG_VIDEO_AK7375 is not set
|
||||||
# CONFIG_VIDEO_DW9714 is not set
|
# CONFIG_VIDEO_DW9714 is not set
|
||||||
|
# CONFIG_VIDEO_DW9768 is not set
|
||||||
# CONFIG_VIDEO_DW9807_VCM is not set
|
# CONFIG_VIDEO_DW9807_VCM is not set
|
||||||
# end of Lens drivers
|
# end of Lens drivers
|
||||||
|
|
||||||
|
@ -4329,7 +4383,7 @@ CONFIG_LCD_CLASS_DEVICE=m
|
||||||
# CONFIG_LCD_HX8357 is not set
|
# CONFIG_LCD_HX8357 is not set
|
||||||
# CONFIG_LCD_OTM3225A is not set
|
# CONFIG_LCD_OTM3225A is not set
|
||||||
CONFIG_BACKLIGHT_CLASS_DEVICE=m
|
CONFIG_BACKLIGHT_CLASS_DEVICE=m
|
||||||
CONFIG_BACKLIGHT_GENERIC=m
|
# CONFIG_BACKLIGHT_KTD253 is not set
|
||||||
# CONFIG_BACKLIGHT_QCOM_WLED is not set
|
# CONFIG_BACKLIGHT_QCOM_WLED is not set
|
||||||
# CONFIG_BACKLIGHT_ADP8860 is not set
|
# CONFIG_BACKLIGHT_ADP8860 is not set
|
||||||
# CONFIG_BACKLIGHT_ADP8870 is not set
|
# CONFIG_BACKLIGHT_ADP8870 is not set
|
||||||
|
@ -4535,6 +4589,7 @@ CONFIG_SND_SOC_CS42L51=m
|
||||||
# CONFIG_SND_SOC_CS42L52 is not set
|
# CONFIG_SND_SOC_CS42L52 is not set
|
||||||
# CONFIG_SND_SOC_CS42L56 is not set
|
# CONFIG_SND_SOC_CS42L56 is not set
|
||||||
# CONFIG_SND_SOC_CS42L73 is not set
|
# CONFIG_SND_SOC_CS42L73 is not set
|
||||||
|
# CONFIG_SND_SOC_CS4234 is not set
|
||||||
# CONFIG_SND_SOC_CS4265 is not set
|
# CONFIG_SND_SOC_CS4265 is not set
|
||||||
# CONFIG_SND_SOC_CS4270 is not set
|
# CONFIG_SND_SOC_CS4270 is not set
|
||||||
# CONFIG_SND_SOC_CS4271_I2C is not set
|
# CONFIG_SND_SOC_CS4271_I2C is not set
|
||||||
|
@ -4560,7 +4615,7 @@ CONFIG_SND_SOC_MAX98088=m
|
||||||
# CONFIG_SND_SOC_MAX98504 is not set
|
# CONFIG_SND_SOC_MAX98504 is not set
|
||||||
# CONFIG_SND_SOC_MAX9867 is not set
|
# CONFIG_SND_SOC_MAX9867 is not set
|
||||||
# CONFIG_SND_SOC_MAX98927 is not set
|
# CONFIG_SND_SOC_MAX98927 is not set
|
||||||
# CONFIG_SND_SOC_MAX98373 is not set
|
# CONFIG_SND_SOC_MAX98373_I2C is not set
|
||||||
# CONFIG_SND_SOC_MAX98390 is not set
|
# CONFIG_SND_SOC_MAX98390 is not set
|
||||||
# CONFIG_SND_SOC_MAX9860 is not set
|
# CONFIG_SND_SOC_MAX9860 is not set
|
||||||
# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
|
# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
|
||||||
|
@ -4592,6 +4647,7 @@ CONFIG_SND_SOC_SPDIF=m
|
||||||
# CONFIG_SND_SOC_STI_SAS is not set
|
# CONFIG_SND_SOC_STI_SAS is not set
|
||||||
# CONFIG_SND_SOC_TAS2552 is not set
|
# CONFIG_SND_SOC_TAS2552 is not set
|
||||||
# CONFIG_SND_SOC_TAS2562 is not set
|
# CONFIG_SND_SOC_TAS2562 is not set
|
||||||
|
# CONFIG_SND_SOC_TAS2764 is not set
|
||||||
# CONFIG_SND_SOC_TAS2770 is not set
|
# CONFIG_SND_SOC_TAS2770 is not set
|
||||||
# CONFIG_SND_SOC_TAS5086 is not set
|
# CONFIG_SND_SOC_TAS5086 is not set
|
||||||
# CONFIG_SND_SOC_TAS571X is not set
|
# CONFIG_SND_SOC_TAS571X is not set
|
||||||
|
@ -4694,6 +4750,7 @@ CONFIG_HID_EZKEY=m
|
||||||
# CONFIG_HID_GLORIOUS is not set
|
# CONFIG_HID_GLORIOUS is not set
|
||||||
CONFIG_HID_HOLTEK=m
|
CONFIG_HID_HOLTEK=m
|
||||||
CONFIG_HOLTEK_FF=y
|
CONFIG_HOLTEK_FF=y
|
||||||
|
# CONFIG_HID_VIVALDI is not set
|
||||||
# CONFIG_HID_GT683R is not set
|
# CONFIG_HID_GT683R is not set
|
||||||
CONFIG_HID_KEYTOUCH=m
|
CONFIG_HID_KEYTOUCH=m
|
||||||
CONFIG_HID_KYE=m
|
CONFIG_HID_KYE=m
|
||||||
|
@ -4801,9 +4858,10 @@ CONFIG_USB_PCI=y
|
||||||
# Miscellaneous USB options
|
# Miscellaneous USB options
|
||||||
#
|
#
|
||||||
CONFIG_USB_DEFAULT_PERSIST=y
|
CONFIG_USB_DEFAULT_PERSIST=y
|
||||||
|
# CONFIG_USB_FEW_INIT_RETRIES is not set
|
||||||
# CONFIG_USB_DYNAMIC_MINORS is not set
|
# CONFIG_USB_DYNAMIC_MINORS is not set
|
||||||
# CONFIG_USB_OTG is not set
|
# CONFIG_USB_OTG is not set
|
||||||
# CONFIG_USB_OTG_WHITELIST is not set
|
# CONFIG_USB_OTG_PRODUCTLIST is not set
|
||||||
CONFIG_USB_LEDS_TRIGGER_USBPORT=m
|
CONFIG_USB_LEDS_TRIGGER_USBPORT=m
|
||||||
CONFIG_USB_AUTOSUSPEND_DELAY=2
|
CONFIG_USB_AUTOSUSPEND_DELAY=2
|
||||||
# CONFIG_USB_MON is not set
|
# CONFIG_USB_MON is not set
|
||||||
|
@ -4963,7 +5021,6 @@ CONFIG_USB_LCD=m
|
||||||
CONFIG_USB_APPLEDISPLAY=m
|
CONFIG_USB_APPLEDISPLAY=m
|
||||||
# CONFIG_APPLE_MFI_FASTCHARGE is not set
|
# CONFIG_APPLE_MFI_FASTCHARGE is not set
|
||||||
CONFIG_USB_SISUSBVGA=m
|
CONFIG_USB_SISUSBVGA=m
|
||||||
CONFIG_USB_SISUSBVGA_CON=y
|
|
||||||
# CONFIG_USB_LD is not set
|
# CONFIG_USB_LD is not set
|
||||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||||
# CONFIG_USB_IOWARRIOR is not set
|
# CONFIG_USB_IOWARRIOR is not set
|
||||||
|
@ -5033,6 +5090,7 @@ CONFIG_MMC_MVSDIO=y
|
||||||
CONFIG_NEW_LEDS=y
|
CONFIG_NEW_LEDS=y
|
||||||
CONFIG_LEDS_CLASS=y
|
CONFIG_LEDS_CLASS=y
|
||||||
# CONFIG_LEDS_CLASS_FLASH is not set
|
# CONFIG_LEDS_CLASS_FLASH is not set
|
||||||
|
CONFIG_LEDS_CLASS_MULTICOLOR=m
|
||||||
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
|
CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -5052,10 +5110,8 @@ CONFIG_LEDS_BRIGHTNESS_HW_CHANGED=y
|
||||||
CONFIG_LEDS_GPIO=y
|
CONFIG_LEDS_GPIO=y
|
||||||
# CONFIG_LEDS_LP3944 is not set
|
# CONFIG_LEDS_LP3944 is not set
|
||||||
# CONFIG_LEDS_LP3952 is not set
|
# CONFIG_LEDS_LP3952 is not set
|
||||||
# CONFIG_LEDS_LP5521 is not set
|
# CONFIG_LEDS_LP50XX is not set
|
||||||
# CONFIG_LEDS_LP5523 is not set
|
# CONFIG_LEDS_LP55XX_COMMON is not set
|
||||||
# CONFIG_LEDS_LP5562 is not set
|
|
||||||
# CONFIG_LEDS_LP8501 is not set
|
|
||||||
# CONFIG_LEDS_LP8860 is not set
|
# CONFIG_LEDS_LP8860 is not set
|
||||||
# CONFIG_LEDS_PCA955X is not set
|
# CONFIG_LEDS_PCA955X is not set
|
||||||
# CONFIG_LEDS_PCA963X is not set
|
# CONFIG_LEDS_PCA963X is not set
|
||||||
|
@ -5157,6 +5213,7 @@ CONFIG_RTC_DRV_S35390A=m
|
||||||
# CONFIG_RTC_DRV_RX8025 is not set
|
# CONFIG_RTC_DRV_RX8025 is not set
|
||||||
# CONFIG_RTC_DRV_EM3027 is not set
|
# CONFIG_RTC_DRV_EM3027 is not set
|
||||||
# CONFIG_RTC_DRV_RV3028 is not set
|
# CONFIG_RTC_DRV_RV3028 is not set
|
||||||
|
# CONFIG_RTC_DRV_RV3032 is not set
|
||||||
# CONFIG_RTC_DRV_RV8803 is not set
|
# CONFIG_RTC_DRV_RV8803 is not set
|
||||||
# CONFIG_RTC_DRV_SD3078 is not set
|
# CONFIG_RTC_DRV_SD3078 is not set
|
||||||
|
|
||||||
|
@ -5237,6 +5294,7 @@ CONFIG_DMA_OF=y
|
||||||
CONFIG_MV_XOR=y
|
CONFIG_MV_XOR=y
|
||||||
# CONFIG_NBPFAXI_DMA is not set
|
# CONFIG_NBPFAXI_DMA is not set
|
||||||
# CONFIG_PLX_DMA is not set
|
# CONFIG_PLX_DMA is not set
|
||||||
|
# CONFIG_XILINX_ZYNQMP_DPDMA is not set
|
||||||
# CONFIG_QCOM_HIDMA_MGMT is not set
|
# CONFIG_QCOM_HIDMA_MGMT is not set
|
||||||
# CONFIG_QCOM_HIDMA is not set
|
# CONFIG_QCOM_HIDMA is not set
|
||||||
# CONFIG_DW_DMAC is not set
|
# CONFIG_DW_DMAC is not set
|
||||||
|
@ -5285,7 +5343,7 @@ CONFIG_PRISM2_USB=m
|
||||||
CONFIG_RTL8192U=m
|
CONFIG_RTL8192U=m
|
||||||
# CONFIG_RTLLIB is not set
|
# CONFIG_RTLLIB is not set
|
||||||
# CONFIG_RTL8723BS is not set
|
# CONFIG_RTL8723BS is not set
|
||||||
CONFIG_R8712U=y
|
CONFIG_R8712U=m
|
||||||
CONFIG_R8188EU=m
|
CONFIG_R8188EU=m
|
||||||
CONFIG_88EU_AP_MODE=y
|
CONFIG_88EU_AP_MODE=y
|
||||||
# CONFIG_RTS5208 is not set
|
# CONFIG_RTS5208 is not set
|
||||||
|
@ -5350,13 +5408,6 @@ CONFIG_88EU_AP_MODE=y
|
||||||
# end of IIO staging drivers
|
# end of IIO staging drivers
|
||||||
|
|
||||||
# CONFIG_FB_SM750 is not set
|
# CONFIG_FB_SM750 is not set
|
||||||
|
|
||||||
#
|
|
||||||
# Speakup console speech
|
|
||||||
#
|
|
||||||
# CONFIG_SPEAKUP is not set
|
|
||||||
# end of Speakup console speech
|
|
||||||
|
|
||||||
# CONFIG_STAGING_MEDIA is not set
|
# CONFIG_STAGING_MEDIA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -5368,10 +5419,7 @@ CONFIG_88EU_AP_MODE=y
|
||||||
# CONFIG_LTE_GDM724X is not set
|
# CONFIG_LTE_GDM724X is not set
|
||||||
# CONFIG_GS_FPGABOOT is not set
|
# CONFIG_GS_FPGABOOT is not set
|
||||||
# CONFIG_UNISYSSPAR is not set
|
# CONFIG_UNISYSSPAR is not set
|
||||||
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
|
|
||||||
# CONFIG_FB_TFT is not set
|
# CONFIG_FB_TFT is not set
|
||||||
# CONFIG_WILC1000_SDIO is not set
|
|
||||||
# CONFIG_WILC1000_SPI is not set
|
|
||||||
# CONFIG_KS7010 is not set
|
# CONFIG_KS7010 is not set
|
||||||
# CONFIG_PI433 is not set
|
# CONFIG_PI433 is not set
|
||||||
|
|
||||||
|
@ -5385,14 +5433,12 @@ CONFIG_88EU_AP_MODE=y
|
||||||
# CONFIG_QLGE is not set
|
# CONFIG_QLGE is not set
|
||||||
# CONFIG_WFX is not set
|
# CONFIG_WFX is not set
|
||||||
# CONFIG_GOLDFISH is not set
|
# CONFIG_GOLDFISH is not set
|
||||||
# CONFIG_MFD_CROS_EC is not set
|
|
||||||
# CONFIG_CHROME_PLATFORMS is not set
|
# CONFIG_CHROME_PLATFORMS is not set
|
||||||
# CONFIG_MELLANOX_PLATFORM is not set
|
# CONFIG_MELLANOX_PLATFORM is not set
|
||||||
CONFIG_HAVE_CLK=y
|
CONFIG_HAVE_CLK=y
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
CONFIG_CLKDEV_LOOKUP=y
|
||||||
CONFIG_HAVE_CLK_PREPARE=y
|
CONFIG_HAVE_CLK_PREPARE=y
|
||||||
CONFIG_COMMON_CLK=y
|
CONFIG_COMMON_CLK=y
|
||||||
# CONFIG_CLK_HSDK is not set
|
|
||||||
# CONFIG_COMMON_CLK_MAX9485 is not set
|
# CONFIG_COMMON_CLK_MAX9485 is not set
|
||||||
# CONFIG_COMMON_CLK_SI5341 is not set
|
# CONFIG_COMMON_CLK_SI5341 is not set
|
||||||
# CONFIG_COMMON_CLK_SI5351 is not set
|
# CONFIG_COMMON_CLK_SI5351 is not set
|
||||||
|
@ -5481,6 +5527,7 @@ CONFIG_IOMMU_SUPPORT=y
|
||||||
#
|
#
|
||||||
# Qualcomm SoC drivers
|
# Qualcomm SoC drivers
|
||||||
#
|
#
|
||||||
|
CONFIG_QCOM_QMI_HELPERS=m
|
||||||
# end of Qualcomm SoC drivers
|
# end of Qualcomm SoC drivers
|
||||||
|
|
||||||
# CONFIG_SOC_TI is not set
|
# CONFIG_SOC_TI is not set
|
||||||
|
@ -5498,6 +5545,8 @@ CONFIG_IOMMU_SUPPORT=y
|
||||||
CONFIG_IIO=m
|
CONFIG_IIO=m
|
||||||
CONFIG_IIO_BUFFER=y
|
CONFIG_IIO_BUFFER=y
|
||||||
CONFIG_IIO_BUFFER_CB=m
|
CONFIG_IIO_BUFFER_CB=m
|
||||||
|
# CONFIG_IIO_BUFFER_DMA is not set
|
||||||
|
# CONFIG_IIO_BUFFER_DMAENGINE is not set
|
||||||
CONFIG_IIO_BUFFER_HW_CONSUMER=m
|
CONFIG_IIO_BUFFER_HW_CONSUMER=m
|
||||||
CONFIG_IIO_KFIFO_BUF=m
|
CONFIG_IIO_KFIFO_BUF=m
|
||||||
CONFIG_IIO_TRIGGERED_BUFFER=m
|
CONFIG_IIO_TRIGGERED_BUFFER=m
|
||||||
|
@ -5506,6 +5555,7 @@ CONFIG_IIO_TRIGGER=y
|
||||||
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
|
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
|
||||||
CONFIG_IIO_SW_DEVICE=m
|
CONFIG_IIO_SW_DEVICE=m
|
||||||
CONFIG_IIO_SW_TRIGGER=m
|
CONFIG_IIO_SW_TRIGGER=m
|
||||||
|
# CONFIG_IIO_TRIGGERED_EVENT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Accelerometers
|
# Accelerometers
|
||||||
|
@ -5627,6 +5677,7 @@ CONFIG_BME680_I2C=m
|
||||||
CONFIG_BME680_SPI=m
|
CONFIG_BME680_SPI=m
|
||||||
# CONFIG_CCS811 is not set
|
# CONFIG_CCS811 is not set
|
||||||
# CONFIG_IAQCORE is not set
|
# CONFIG_IAQCORE is not set
|
||||||
|
# CONFIG_SCD30_CORE is not set
|
||||||
# CONFIG_SENSIRION_SGP30 is not set
|
# CONFIG_SENSIRION_SGP30 is not set
|
||||||
# CONFIG_SPS30 is not set
|
# CONFIG_SPS30 is not set
|
||||||
# CONFIG_VZ89X is not set
|
# CONFIG_VZ89X is not set
|
||||||
|
@ -5715,6 +5766,7 @@ CONFIG_AD5758=m
|
||||||
# CONFIG_ADIS16130 is not set
|
# CONFIG_ADIS16130 is not set
|
||||||
# CONFIG_ADIS16136 is not set
|
# CONFIG_ADIS16136 is not set
|
||||||
# CONFIG_ADIS16260 is not set
|
# CONFIG_ADIS16260 is not set
|
||||||
|
# CONFIG_ADXRS290 is not set
|
||||||
# CONFIG_ADXRS450 is not set
|
# CONFIG_ADXRS450 is not set
|
||||||
# CONFIG_BMG160 is not set
|
# CONFIG_BMG160 is not set
|
||||||
# CONFIG_FXAS21002C is not set
|
# CONFIG_FXAS21002C is not set
|
||||||
|
@ -5744,6 +5796,7 @@ CONFIG_AD5758=m
|
||||||
# CONFIG_AM2315 is not set
|
# CONFIG_AM2315 is not set
|
||||||
CONFIG_DHT11=m
|
CONFIG_DHT11=m
|
||||||
# CONFIG_HDC100X is not set
|
# CONFIG_HDC100X is not set
|
||||||
|
# CONFIG_HDC2010 is not set
|
||||||
# CONFIG_HID_SENSOR_HUMIDITY is not set
|
# CONFIG_HID_SENSOR_HUMIDITY is not set
|
||||||
# CONFIG_HTS221 is not set
|
# CONFIG_HTS221 is not set
|
||||||
# CONFIG_HTU21 is not set
|
# CONFIG_HTU21 is not set
|
||||||
|
@ -5763,6 +5816,8 @@ CONFIG_DHT11=m
|
||||||
# CONFIG_FXOS8700_I2C is not set
|
# CONFIG_FXOS8700_I2C is not set
|
||||||
# CONFIG_FXOS8700_SPI is not set
|
# CONFIG_FXOS8700_SPI is not set
|
||||||
# CONFIG_KMX61 is not set
|
# CONFIG_KMX61 is not set
|
||||||
|
# CONFIG_INV_ICM42600_I2C is not set
|
||||||
|
# CONFIG_INV_ICM42600_SPI is not set
|
||||||
# CONFIG_INV_MPU6050_I2C is not set
|
# CONFIG_INV_MPU6050_I2C is not set
|
||||||
# CONFIG_INV_MPU6050_SPI is not set
|
# CONFIG_INV_MPU6050_SPI is not set
|
||||||
# CONFIG_IIO_ST_LSM6DSX is not set
|
# CONFIG_IIO_ST_LSM6DSX is not set
|
||||||
|
@ -5777,6 +5832,7 @@ CONFIG_DHT11=m
|
||||||
# CONFIG_AL3320A is not set
|
# CONFIG_AL3320A is not set
|
||||||
# CONFIG_APDS9300 is not set
|
# CONFIG_APDS9300 is not set
|
||||||
# CONFIG_APDS9960 is not set
|
# CONFIG_APDS9960 is not set
|
||||||
|
# CONFIG_AS73211 is not set
|
||||||
# CONFIG_BH1750 is not set
|
# CONFIG_BH1750 is not set
|
||||||
# CONFIG_BH1780 is not set
|
# CONFIG_BH1780 is not set
|
||||||
CONFIG_CM32181=m
|
CONFIG_CM32181=m
|
||||||
|
@ -5970,6 +6026,7 @@ CONFIG_ORION_IRQCHIP=y
|
||||||
# PHY Subsystem
|
# PHY Subsystem
|
||||||
#
|
#
|
||||||
CONFIG_GENERIC_PHY=y
|
CONFIG_GENERIC_PHY=y
|
||||||
|
# CONFIG_USB_LGM_PHY is not set
|
||||||
# CONFIG_BCM_KONA_USB2_PHY is not set
|
# CONFIG_BCM_KONA_USB2_PHY is not set
|
||||||
# CONFIG_PHY_CADENCE_TORRENT is not set
|
# CONFIG_PHY_CADENCE_TORRENT is not set
|
||||||
# CONFIG_PHY_CADENCE_DPHY is not set
|
# CONFIG_PHY_CADENCE_DPHY is not set
|
||||||
|
@ -6063,6 +6120,7 @@ CONFIG_JFS_SECURITY=y
|
||||||
# CONFIG_JFS_DEBUG is not set
|
# CONFIG_JFS_DEBUG is not set
|
||||||
# CONFIG_JFS_STATISTICS is not set
|
# CONFIG_JFS_STATISTICS is not set
|
||||||
CONFIG_XFS_FS=m
|
CONFIG_XFS_FS=m
|
||||||
|
CONFIG_XFS_SUPPORT_V4=y
|
||||||
CONFIG_XFS_QUOTA=y
|
CONFIG_XFS_QUOTA=y
|
||||||
CONFIG_XFS_POSIX_ACL=y
|
CONFIG_XFS_POSIX_ACL=y
|
||||||
# CONFIG_XFS_RT is not set
|
# CONFIG_XFS_RT is not set
|
||||||
|
@ -6439,6 +6497,7 @@ CONFIG_CRYPTO_DH=m
|
||||||
CONFIG_CRYPTO_ECC=m
|
CONFIG_CRYPTO_ECC=m
|
||||||
CONFIG_CRYPTO_ECDH=m
|
CONFIG_CRYPTO_ECDH=m
|
||||||
# CONFIG_CRYPTO_ECRDSA is not set
|
# CONFIG_CRYPTO_ECRDSA is not set
|
||||||
|
# CONFIG_CRYPTO_SM2 is not set
|
||||||
# CONFIG_CRYPTO_CURVE25519 is not set
|
# CONFIG_CRYPTO_CURVE25519 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -6552,7 +6611,9 @@ CONFIG_CRYPTO_USER_API=m
|
||||||
CONFIG_CRYPTO_USER_API_HASH=m
|
CONFIG_CRYPTO_USER_API_HASH=m
|
||||||
CONFIG_CRYPTO_USER_API_SKCIPHER=m
|
CONFIG_CRYPTO_USER_API_SKCIPHER=m
|
||||||
CONFIG_CRYPTO_USER_API_RNG=m
|
CONFIG_CRYPTO_USER_API_RNG=m
|
||||||
|
# CONFIG_CRYPTO_USER_API_RNG_CAVP is not set
|
||||||
CONFIG_CRYPTO_USER_API_AEAD=m
|
CONFIG_CRYPTO_USER_API_AEAD=m
|
||||||
|
CONFIG_CRYPTO_USER_API_ENABLE_OBSOLETE=y
|
||||||
# CONFIG_CRYPTO_STATS is not set
|
# CONFIG_CRYPTO_STATS is not set
|
||||||
CONFIG_CRYPTO_HASH_INFO=y
|
CONFIG_CRYPTO_HASH_INFO=y
|
||||||
|
|
||||||
|
@ -6663,6 +6724,7 @@ CONFIG_DECOMPRESS_LZMA=y
|
||||||
CONFIG_DECOMPRESS_XZ=y
|
CONFIG_DECOMPRESS_XZ=y
|
||||||
CONFIG_DECOMPRESS_LZO=y
|
CONFIG_DECOMPRESS_LZO=y
|
||||||
CONFIG_DECOMPRESS_LZ4=y
|
CONFIG_DECOMPRESS_LZ4=y
|
||||||
|
CONFIG_DECOMPRESS_ZSTD=y
|
||||||
CONFIG_GENERIC_ALLOCATOR=y
|
CONFIG_GENERIC_ALLOCATOR=y
|
||||||
CONFIG_TEXTSEARCH=y
|
CONFIG_TEXTSEARCH=y
|
||||||
CONFIG_TEXTSEARCH_KMP=m
|
CONFIG_TEXTSEARCH_KMP=m
|
||||||
|
@ -6672,6 +6734,7 @@ CONFIG_ASSOCIATIVE_ARRAY=y
|
||||||
CONFIG_HAS_IOMEM=y
|
CONFIG_HAS_IOMEM=y
|
||||||
CONFIG_HAS_IOPORT_MAP=y
|
CONFIG_HAS_IOPORT_MAP=y
|
||||||
CONFIG_HAS_DMA=y
|
CONFIG_HAS_DMA=y
|
||||||
|
CONFIG_DMA_OPS=y
|
||||||
CONFIG_NEED_DMA_MAP_STATE=y
|
CONFIG_NEED_DMA_MAP_STATE=y
|
||||||
CONFIG_ARCH_HAS_DMA_WRITE_COMBINE=y
|
CONFIG_ARCH_HAS_DMA_WRITE_COMBINE=y
|
||||||
CONFIG_DMA_DECLARE_COHERENT=y
|
CONFIG_DMA_DECLARE_COHERENT=y
|
||||||
|
@ -6742,6 +6805,9 @@ CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
|
||||||
CONFIG_MAGIC_SYSRQ_SERIAL=y
|
CONFIG_MAGIC_SYSRQ_SERIAL=y
|
||||||
CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE=""
|
||||||
CONFIG_DEBUG_FS=y
|
CONFIG_DEBUG_FS=y
|
||||||
|
CONFIG_DEBUG_FS_ALLOW_ALL=y
|
||||||
|
# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set
|
||||||
|
# CONFIG_DEBUG_FS_ALLOW_NONE is not set
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
CONFIG_HAVE_ARCH_KGDB=y
|
||||||
# CONFIG_KGDB is not set
|
# CONFIG_KGDB is not set
|
||||||
# CONFIG_UBSAN is not set
|
# CONFIG_UBSAN is not set
|
||||||
|
@ -6772,7 +6838,6 @@ CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
|
||||||
CONFIG_DEBUG_MEMORY_INIT=y
|
CONFIG_DEBUG_MEMORY_INIT=y
|
||||||
CONFIG_CC_HAS_KASAN_GENERIC=y
|
CONFIG_CC_HAS_KASAN_GENERIC=y
|
||||||
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
|
CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y
|
||||||
CONFIG_KASAN_STACK=1
|
|
||||||
# end of Memory Debugging
|
# end of Memory Debugging
|
||||||
|
|
||||||
# CONFIG_DEBUG_SHIRQ is not set
|
# CONFIG_DEBUG_SHIRQ is not set
|
||||||
|
@ -6819,6 +6884,7 @@ CONFIG_LOCK_DEBUGGING_SUPPORT=y
|
||||||
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
|
||||||
# CONFIG_LOCK_TORTURE_TEST is not set
|
# CONFIG_LOCK_TORTURE_TEST is not set
|
||||||
# CONFIG_WW_MUTEX_SELFTEST is not set
|
# CONFIG_WW_MUTEX_SELFTEST is not set
|
||||||
|
# CONFIG_SCF_TORTURE_TEST is not set
|
||||||
# end of Lock Debugging (spinlocks, mutexes, etc...)
|
# end of Lock Debugging (spinlocks, mutexes, etc...)
|
||||||
|
|
||||||
CONFIG_STACKTRACE=y
|
CONFIG_STACKTRACE=y
|
||||||
|
@ -6840,8 +6906,9 @@ CONFIG_STACKTRACE=y
|
||||||
#
|
#
|
||||||
# RCU Debugging
|
# RCU Debugging
|
||||||
#
|
#
|
||||||
# CONFIG_RCU_PERF_TEST is not set
|
# CONFIG_RCU_SCALE_TEST is not set
|
||||||
# CONFIG_RCU_TORTURE_TEST is not set
|
# CONFIG_RCU_TORTURE_TEST is not set
|
||||||
|
# CONFIG_RCU_REF_SCALE_TEST is not set
|
||||||
CONFIG_RCU_CPU_STALL_TIMEOUT=21
|
CONFIG_RCU_CPU_STALL_TIMEOUT=21
|
||||||
# CONFIG_RCU_TRACE is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
# CONFIG_RCU_EQS_DEBUG is not set
|
# CONFIG_RCU_EQS_DEBUG is not set
|
||||||
|
@ -6911,13 +6978,13 @@ CONFIG_DEBUG_LL=y
|
||||||
# CONFIG_DEBUG_SEMIHOSTING is not set
|
# CONFIG_DEBUG_SEMIHOSTING is not set
|
||||||
CONFIG_DEBUG_LL_UART_8250=y
|
CONFIG_DEBUG_LL_UART_8250=y
|
||||||
# CONFIG_DEBUG_LL_UART_PL01X is not set
|
# CONFIG_DEBUG_LL_UART_PL01X is not set
|
||||||
|
# CONFIG_DEBUG_UART_FLOW_CONTROL is not set
|
||||||
CONFIG_DEBUG_LL_INCLUDE="debug/8250.S"
|
CONFIG_DEBUG_LL_INCLUDE="debug/8250.S"
|
||||||
CONFIG_DEBUG_UART_PHYS=0xf1012000
|
CONFIG_DEBUG_UART_PHYS=0xf1012000
|
||||||
CONFIG_DEBUG_UART_VIRT=0xfed12000
|
CONFIG_DEBUG_UART_VIRT=0xfed12000
|
||||||
CONFIG_DEBUG_UART_8250_SHIFT=2
|
CONFIG_DEBUG_UART_8250_SHIFT=2
|
||||||
# CONFIG_DEBUG_UART_8250_WORD is not set
|
# CONFIG_DEBUG_UART_8250_WORD is not set
|
||||||
# CONFIG_DEBUG_UART_8250_PALMCHIP is not set
|
# CONFIG_DEBUG_UART_8250_PALMCHIP is not set
|
||||||
# CONFIG_DEBUG_UART_8250_FLOW_CONTROL is not set
|
|
||||||
CONFIG_DEBUG_UNCOMPRESS=y
|
CONFIG_DEBUG_UNCOMPRESS=y
|
||||||
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
|
||||||
CONFIG_EARLY_PRINTK=y
|
CONFIG_EARLY_PRINTK=y
|
||||||
|
@ -6953,7 +7020,6 @@ CONFIG_RUNTIME_TESTING_MENU=y
|
||||||
# CONFIG_TEST_KSTRTOX is not set
|
# CONFIG_TEST_KSTRTOX is not set
|
||||||
# CONFIG_TEST_PRINTF is not set
|
# CONFIG_TEST_PRINTF is not set
|
||||||
# CONFIG_TEST_BITMAP is not set
|
# CONFIG_TEST_BITMAP is not set
|
||||||
# CONFIG_TEST_BITFIELD is not set
|
|
||||||
# CONFIG_TEST_UUID is not set
|
# CONFIG_TEST_UUID is not set
|
||||||
# CONFIG_TEST_XARRAY is not set
|
# CONFIG_TEST_XARRAY is not set
|
||||||
# CONFIG_TEST_OVERFLOW is not set
|
# CONFIG_TEST_OVERFLOW is not set
|
||||||
|
@ -6975,6 +7041,7 @@ CONFIG_RUNTIME_TESTING_MENU=y
|
||||||
# CONFIG_TEST_MEMCAT_P is not set
|
# CONFIG_TEST_MEMCAT_P is not set
|
||||||
# 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_MEMTEST is not set
|
# CONFIG_MEMTEST is not set
|
||||||
# end of Kernel Testing and Coverage
|
# end of Kernel Testing and Coverage
|
||||||
# end of Kernel hacking
|
# end of Kernel hacking
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-kirkwood-dt
|
KERNEL_NAME=-kirkwood-dt
|
||||||
KERNEL_VERSION=5.8.13-1-ARCH
|
KERNEL_VERSION=5.10.8-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue