kconfigcheck: add 'wine' category for community kernels

This category can be used to collect kconfig that improve Wine/Proton
support on devices. NTSYNC is Win NT sync primatives that improve
performance of things running under Wine.

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7157>
This commit is contained in:
Clayton Craft 2025-10-08 17:35:40 -07:00 committed by The Friendly Merge Bot
parent 16653132a5
commit 1c26be5ffe
No known key found for this signature in database

View file

@ -24,6 +24,7 @@ community = [
"category:nftables",
"category:usb_gadgets",
"category:waydroid",
"category:wine",
"category:wireguard",
"category:zram",
]
@ -603,3 +604,7 @@ SHADOW_CALL_STACK = "y"
["category:rust".">=6.1.0"."all"]
DEBUG_INFO_BTF = "n" # Conflicts with LTO when Rust is enabled
DEBUG_INFO_BTF_MODULES = "n" # Conflicts with LTO when Rust is enabled
# Wine / Proton support
["category:wine".">=6.14.0"."all"]
NTSYNC = "m"