Skip to content

Commit dbde9fd

Browse files
committed
kunit: fix wireless test dependencies
For the wireless tests, CONFIG_WLAN and CONFIG_NETDEVICES are needed, though seem to be available by default on ARCH=um, so we didn't notice this before. Add them to fix kunit running on other architectures. Fixes: 28b3df1 ("kunit: add wireless unit tests") Reported-by: Mark Brown <[email protected]> Closes: https://lore.kernel.org/r/[email protected]/ Signed-off-by: Johannes Berg <[email protected]>
1 parent e78d787 commit dbde9fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/testing/kunit/configs/all_tests.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ CONFIG_MCTP_FLOWS=y
2828
CONFIG_INET=y
2929
CONFIG_MPTCP=y
3030

31+
CONFIG_NETDEVICES=y
32+
CONFIG_WLAN=y
3133
CONFIG_CFG80211=y
3234
CONFIG_MAC80211=y
3335
CONFIG_WLAN_VENDOR_INTEL=y

0 commit comments

Comments
 (0)