mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 19:12:33 +01:00
tools: Add test_runner_kernel_config
This commit is contained in:
parent
9c8595c43f
commit
5ac9a20e4f
12
tools/test_runner_kernel_config
Executable file
12
tools/test_runner_kernel_config
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
scripts/config --enable CONFIG_MAC80211_HWSIM
|
||||||
|
scripts/config --enable CONFIG_DRIVER_NL80211
|
||||||
|
scripts/config --enable CONFIG_VLAN_8021Q
|
||||||
|
|
||||||
|
scripts/config --enable CONFIG_CRYPTO_USER_API_SKCIPHER
|
||||||
|
scripts/config --enable CONFIG_CRYPTO_USER_API_HASH
|
||||||
|
|
||||||
|
scripts/config --enable CONFIG_HW_RANDOM_VIRTIO
|
||||||
|
scripts/config --enable CONFIG_HW_RANDOM_INTEL
|
||||||
|
#scripts/config --enable CONFIG_HW_RANDOM_AMD
|
Loading…
Reference in New Issue
Block a user