mirror of https://github.com/armbian/build.git
mvebu: bump EDGE kernel to 6.12 and disable Active State Power Management
This commit is contained in:
parent
9555f7ef62
commit
000c787edd
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue