From 06318bcfec92f3c3649b424dcea0aa60ea8f3808 Mon Sep 17 00:00:00 2001 From: Aelin Date: Wed, 10 Jun 2026 21:14:58 +0200 Subject: [PATCH] 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: --- kconfigcheck.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index 6da1a7ab2..3944b49d9 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -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"]