Skip to content

Commit

Permalink
arm64: configs: Align with framework compatibility requirements
Browse files Browse the repository at this point in the history
VintfObject: VintfObject.verifyWithoutAvb() returns 1: Runtime info and framework compatibility matrix are incompatible: For config CONFIG_PM_AUTOSLEEP, value = y but required n
VintfObject: VintfObject.verifyWithoutAvb() returns 1: Runtime info and framework compatibility matrix are incompatible: Missing config CONFIG_XFRM_INTERFACE

Signed-off-by: Louis Poier <lpoier7@proton.me>
  • Loading branch information
PeterKnecht93 committed Feb 19, 2025
1 parent 971a00e commit 53e8739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/exynos9610-a50_core_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ CONFIG_SUSPEND_SKIP_SYNC=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_AUTOSLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_WAKELOCKS_DEFAULT_TIMEOUT=y
CONFIG_WAKELOCKS_TIMEOUT=750
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/configs/exynos9610-a50_default_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ CONFIG_SUSPEND_FREEZER=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_AUTOSLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
# CONFIG_PM_WAKELOCKS_GC is not set
Expand Down Expand Up @@ -708,7 +708,7 @@ CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_INTERFACE is not set
CONFIG_XFRM_INTERFACE=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
CONFIG_XFRM_STATISTICS=y
Expand Down

0 comments on commit 53e8739

Please sign in to comment.