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 <broonie@kernel.org> Closes: https://lore.kernel.org/r/b743a5ec-3d07-4747-85e0-2fb2ef69db7c@sirena.org.uk/ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent e78d787 commit dbde9fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)