kconfig-generic.toml: require IGC and AQTION modules

Used by some ethernet devices. In my case my desktop which has 2 ethernet
ports.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9168>
This commit is contained in:
Bart Ribbers 2026-07-29 19:56:06 +02:00 committed by The Friendly Meow (merge) Bot
parent 12df45ad16
commit c3f0e5a776
No known key found for this signature in database

View file

@ -181,12 +181,15 @@ RT73USB = "m"
RTL8187 = "m" RTL8187 = "m"
RTL8723BS = "m" RTL8723BS = "m"
["category:network".">=0.0.0"."all"] ["category:network".">=0.0.0"."all"]
AQTION = "m"
CFG80211 = "m" CFG80211 = "m"
IGC = "m"
IWLDVM = "m" IWLDVM = "m"
IWLMLD = "m" IWLMLD = "m"
IWLMVM = "m" IWLMVM = "m"
IWLWIFI = "m" IWLWIFI = "m"
MAC80211 = "m" MAC80211 = "m"
NET_VENDOR_AQUANTIA = "y"
RTW88 = "m" RTW88 = "m"
RTW88_8822C = "m" RTW88_8822C = "m"
RTW88_8822CE = "m" RTW88_8822CE = "m"