kconfigcheck: Drop options redundant with 5.18 community baseline
As per https://docs.postmarketos.org/pmaports/main/kconfigcheck.html and considering that today is the beginning of June 2026, the baseline for community kconfig checks is Linux 5.18, so we can remove the redundant CONFIG_ASHMEM enablement in the waydroid category for kernels older than 5.18. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8783>
This commit is contained in:
parent
39c1eb5f9e
commit
06318bcfec
1 changed files with 0 additions and 2 deletions
|
|
@ -192,8 +192,6 @@ TMPFS_XATTR = "y"
|
|||
TUN = "m"
|
||||
VETH = "m"
|
||||
VLAN_8021Q = "m" # prerequisite for bridge
|
||||
["category:waydroid"."<5.18"."all"]
|
||||
ASHMEM = "y"
|
||||
["category:waydroid".">=6.9"."all"]
|
||||
IP_NF_IPTABLES_LEGACY = "m"
|
||||
["category:waydroid".">=6.17"."all"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue