mvebu: bump EDGE kernel to 6.12 and disable Active State Power Management

This commit is contained in:
Igor Pecovnik 2025-05-14 19:32:48 +02:00 committed by Igor
parent 9555f7ef62
commit 000c787edd
13 changed files with 3 additions and 1 deletions

View File

@ -613,6 +613,7 @@ CONFIG_NFC_S3FWRN5_I2C=m
CONFIG_NFC_S3FWRN82_UART=m
CONFIG_NFC_ST95HF=m
CONFIG_PCI=y
# CONFIG_PCIEASPM is not set
CONFIG_PCI_MVEBU=y
CONFIG_CXL_BUS=m
CONFIG_RAPIDIO=m

View File

@ -611,6 +611,7 @@ CONFIG_NFC_S3FWRN5_I2C=m
CONFIG_NFC_S3FWRN82_UART=m
CONFIG_NFC_ST95HF=m
CONFIG_PCI=y
# CONFIG_PCIEASPM is not set
CONFIG_PCI_MVEBU=y
CONFIG_CXL_BUS=m
CONFIG_RAPIDIO=m

View File

@ -31,7 +31,7 @@ case $BRANCH in
edge)
declare -g KERNEL_MAJOR_MINOR="6.10" # Major and minor versions of this kernel.
declare -g KERNEL_MAJOR_MINOR="6.12" # Major and minor versions of this kernel.
;;
esac