kconfigcheck: add 'immutable' category

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6949>
This commit is contained in:
Clayton Craft 2025-08-08 18:59:46 -07:00 committed by The Friendly Merge Bot
parent bde9dca58c
commit c5ca2e756a
No known key found for this signature in database

View file

@ -545,3 +545,10 @@ DYNAMIC_FTRACE = "y" # Enable function tracing dynamically
RS9116_FLASH_MODE = "n" # pma!2059
["category:pinephonepro".">=0.0.0"."aarch64"]
LEDS_GROUP_MULTICOLOR = "y" # pma!5991
# Required for immutable image booting
["category:immutable".">=0.0.0"."all"]
EFIVAR_FS = "y"
DM_VERITY = "y"
EROFS_FS = "y"
EROFS_FS_ZIP = "y"