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

This commit is contained in:
qctecmdr 2024-01-22 23:45:34 -08:00 committed by Gerrit - the friendly Code Review server
commit ca0e1196e9
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
CONFIG_LKDTM=m
CONFIG_MHI_BUS_DEBUG=y
CONFIG_USB_LINK_LAYER_TEST=m

View File

@ -113,6 +113,7 @@ def define_autogvm():
_autogvm_consolidate_in_tree_modules = _autogvm_in_tree_modules + [
# keep sorted
"drivers/misc/lkdtm/lkdtm.ko",
"drivers/usb/misc/lvstest.ko",
]
for variant in la_variants: