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

This commit is contained in:
qctecmdr 2024-02-26 10:15:09 -08:00 committed by Gerrit - the friendly Code Review server
commit c7e91d66cc
2 changed files with 2 additions and 0 deletions

View file

@ -4,3 +4,4 @@ CONFIG_LOCALVERSION="-gki-consolidate"
CONFIG_LOCK_TORTURE_TEST=m
CONFIG_RCU_TORTURE_TEST=m
CONFIG_TEST_USER_COPY=m
CONFIG_USB_LINK_LAYER_TEST=m

View file

@ -180,6 +180,7 @@ def define_sdmsteppeauto():
_sdmsteppeauto_consolidate_in_tree_modules = _sdmsteppeauto_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",