Merge "arm64: defconfig: Enable USB LVS test compliance module"

This commit is contained in:
qctecmdr 2024-02-19 02:33:45 -08:00 committed by Gerrit - the friendly Code Review server
commit 047192399d
2 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,4 @@ CONFIG_MSM_GPI_DMA_DEBUG=y
CONFIG_RCU_TORTURE_TEST=m
CONFIG_TEST_USER_COPY=m
CONFIG_TORTURE_TEST=m
CONFIG_USB_LINK_LAYER_TEST=m

View File

@ -204,6 +204,7 @@ def define_gen3auto():
_gen3auto_consolidate_in_tree_modules = _gen3auto_in_tree_modules + [
# keep sorted
"drivers/misc/lkdtm/lkdtm.ko",
"drivers/usb/misc/lvstest.ko",
"kernel/locking/locktorture.ko",
"kernel/rcu/rcutorture.ko",
"kernel/torture.ko",