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:
parent
16653132a5
commit
1c26be5ffe
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue