From b640e1d98a373940cbce2519639ffeeff8977aac Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 22 Jun 2025 12:04:21 +0000 Subject: [PATCH] kernel: update aarch64 config and rootfile the option CONFIG_ARM_SDE_INTERFACE was turned on by make oldconfig so i leaved it on. Signed-off-by: Arne Fitzenreiter --- config/kernel/kernel.config.aarch64-ipfire | 5 +++-- config/rootfiles/common/aarch64/linux | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire index d4194b723..9bdebe571 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.12.33 Kernel Configuration +# Linux/arm64 6.12.34 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.1.0" CONFIG_CC_IS_GCC=y @@ -667,6 +667,7 @@ CONFIG_ACPI_APEI_SEA=y # CONFIG_ACPI_PFRUT is not set CONFIG_ACPI_IORT=y CONFIG_ACPI_GTDT=y +# CONFIG_ACPI_AGDI is not set CONFIG_ACPI_APMT=y CONFIG_ACPI_PPTT=y CONFIG_ACPI_PCC=y @@ -2015,7 +2016,7 @@ CONFIG_IMX_SCMI_MISC_EXT=m # end of ARM System Control and Management Interface Protocol # CONFIG_ARM_SCPI_PROTOCOL is not set -# CONFIG_ARM_SDE_INTERFACE is not set +CONFIG_ARM_SDE_INTERFACE=y # CONFIG_FIRMWARE_MEMMAP is not set CONFIG_DMIID=y # CONFIG_DMI_SYSFS is not set diff --git a/config/rootfiles/common/aarch64/linux b/config/rootfiles/common/aarch64/linux index 1fb32dbbe..c2b85c31a 100644 --- a/config/rootfiles/common/aarch64/linux +++ b/config/rootfiles/common/aarch64/linux @@ -7694,6 +7694,7 @@ etc/modprobe.d/ipv6.conf #lib/modules/KVER/build/include/config/ARM_SCMI_TRANSPORT_SMC #lib/modules/KVER/build/include/config/ARM_SCMI_TRANSPORT_VIRTIO #lib/modules/KVER/build/include/config/ARM_SCMI_TRANSPORT_VIRTIO_VERSION1_COMPLIANCE +#lib/modules/KVER/build/include/config/ARM_SDE_INTERFACE #lib/modules/KVER/build/include/config/ARM_SMCCC_SOC_ID #lib/modules/KVER/build/include/config/ARM_SMC_WATCHDOG #lib/modules/KVER/build/include/config/ARM_SMMU -- 2.47.3