From: Daniel Latypov Date: Fri, 2 Sep 2022 20:22:47 +0000 (-0700) Subject: kunit: tool: remove UML specific options from all_tests_uml.config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cb8a7d5340a3b1ad3f9099f9fbd7fa4e2309e83b;p=linux.git kunit: tool: remove UML specific options from all_tests_uml.config Commit 6fc3a8636a7b ("kunit: tool: Enable virtio/PCI by default on UML") made it so we enable these options by default for UML. Specifying them here is now redundant. Signed-off-by: Daniel Latypov Reviewed-by: David Gow Signed-off-by: Shuah Khan --- diff --git a/tools/testing/kunit/configs/all_tests_uml.config b/tools/testing/kunit/configs/all_tests_uml.config index bdee36bef4a3c..f990cbb732500 100644 --- a/tools/testing/kunit/configs/all_tests_uml.config +++ b/tools/testing/kunit/configs/all_tests_uml.config @@ -16,8 +16,6 @@ CONFIG_EXT4_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y -CONFIG_VIRTIO_UML=y -CONFIG_UML_PCI_OVER_VIRTIO=y CONFIG_PCI=y CONFIG_USB4=y