mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-aarch64-rc to 5.17.rc7-1
This commit is contained in:
parent
fbe494e993
commit
2735d4cf37
2 changed files with 20 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=8
|
||||
|
||||
_rcver=5.17
|
||||
_rcrel=6
|
||||
_rcrel=7
|
||||
|
||||
pkgbase=linux-aarch64-rc
|
||||
_srcname=linux-${_rcver}-rc${_rcrel}
|
||||
|
@ -27,10 +27,10 @@ source=("https://git.kernel.org/torvalds/t/${_srcname}.tar.gz"
|
|||
'linux.preset'
|
||||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('a5f857ceb0b3950effaa5294b08ba316'
|
||||
md5sums=('14c2235b89a0cc93621513f0b59590de'
|
||||
'91d1298599aa31b10f1f3954a450b6c3'
|
||||
'3b781286c0b97cec552ad6c8a7a019dd'
|
||||
'746470be70fb0b8452de7f7a2f89b368'
|
||||
'd57b521c90631457180c1571933d6c30'
|
||||
'7c97cf141750ad810235b1ad06eb9f75'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.17.0-rc5 Kernel Configuration
|
||||
# Linux/arm64 5.17.0-rc6 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -398,9 +398,9 @@ CONFIG_ARM64_PA_BITS=48
|
|||
# CONFIG_CPU_BIG_ENDIAN is not set
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
CONFIG_SCHED_MC=y
|
||||
# CONFIG_SCHED_CLUSTER is not set
|
||||
CONFIG_SCHED_CLUSTER=y
|
||||
CONFIG_SCHED_SMT=y
|
||||
CONFIG_NR_CPUS=8
|
||||
CONFIG_NR_CPUS=64
|
||||
CONFIG_HOTPLUG_CPU=y
|
||||
# CONFIG_NUMA is not set
|
||||
# CONFIG_HZ_100 is not set
|
||||
|
@ -2080,7 +2080,8 @@ CONFIG_PCIE_ROCKCHIP_HOST=y
|
|||
# CONFIG_PCIE_MEDIATEK_GEN3 is not set
|
||||
CONFIG_PCIE_BRCMSTB=m
|
||||
# CONFIG_PCIE_MICROCHIP_HOST is not set
|
||||
# CONFIG_PCIE_APPLE is not set
|
||||
CONFIG_PCIE_APPLE_MSI_DOORBELL_ADDR=0xfffff000
|
||||
CONFIG_PCIE_APPLE=y
|
||||
|
||||
#
|
||||
# DesignWare PCI Core Support
|
||||
|
@ -2279,9 +2280,9 @@ CONFIG_TEGRA_BPMP=y
|
|||
CONFIG_GNSS=m
|
||||
CONFIG_GNSS_SERIAL=m
|
||||
CONFIG_GNSS_MTK_SERIAL=m
|
||||
# CONFIG_GNSS_SIRF_SERIAL is not set
|
||||
# CONFIG_GNSS_UBX_SERIAL is not set
|
||||
# CONFIG_GNSS_USB is not set
|
||||
CONFIG_GNSS_SIRF_SERIAL=m
|
||||
CONFIG_GNSS_UBX_SERIAL=m
|
||||
CONFIG_GNSS_USB=m
|
||||
CONFIG_MTD=y
|
||||
# CONFIG_MTD_TESTS is not set
|
||||
|
||||
|
@ -2493,8 +2494,8 @@ CONFIG_BLK_DEV_RBD=m
|
|||
#
|
||||
# NVME Support
|
||||
#
|
||||
CONFIG_NVME_CORE=m
|
||||
CONFIG_BLK_DEV_NVME=m
|
||||
CONFIG_NVME_CORE=y
|
||||
CONFIG_BLK_DEV_NVME=y
|
||||
CONFIG_NVME_MULTIPATH=y
|
||||
# CONFIG_NVME_HWMON is not set
|
||||
# CONFIG_NVME_FC is not set
|
||||
|
@ -4054,7 +4055,10 @@ CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST=y
|
|||
# CONFIG_SERIAL_KGDB_NMI is not set
|
||||
CONFIG_SERIAL_MESON=y
|
||||
CONFIG_SERIAL_MESON_CONSOLE=y
|
||||
# CONFIG_SERIAL_SAMSUNG is not set
|
||||
CONFIG_SERIAL_SAMSUNG=y
|
||||
CONFIG_SERIAL_SAMSUNG_UARTS_4=y
|
||||
CONFIG_SERIAL_SAMSUNG_UARTS=4
|
||||
CONFIG_SERIAL_SAMSUNG_CONSOLE=y
|
||||
CONFIG_SERIAL_TEGRA=y
|
||||
# CONFIG_SERIAL_TEGRA_TCU is not set
|
||||
# CONFIG_SERIAL_MAX3100 is not set
|
||||
|
@ -7552,7 +7556,7 @@ CONFIG_USB_LCD=m
|
|||
CONFIG_USB_IDMOUSE=m
|
||||
CONFIG_USB_FTDI_ELAN=m
|
||||
CONFIG_USB_APPLEDISPLAY=m
|
||||
# CONFIG_APPLE_MFI_FASTCHARGE is not set
|
||||
CONFIG_APPLE_MFI_FASTCHARGE=m
|
||||
CONFIG_USB_SISUSBVGA=m
|
||||
CONFIG_USB_LD=m
|
||||
CONFIG_USB_TRANCEVIBRATOR=m
|
||||
|
@ -10157,7 +10161,8 @@ CONFIG_NLS_MAC_TURKISH=m
|
|||
CONFIG_NLS_UTF8=m
|
||||
CONFIG_DLM=m
|
||||
CONFIG_DLM_DEBUG=y
|
||||
# CONFIG_UNICODE is not set
|
||||
CONFIG_UNICODE=m
|
||||
# CONFIG_UNICODE_NORMALIZATION_SELFTEST is not set
|
||||
CONFIG_IO_WQ=y
|
||||
# end of File systems
|
||||
|
||||
|
|
Loading…
Reference in a new issue