From: David Gow Date: Tue, 26 Mar 2024 10:07:38 +0000 (+0800) Subject: kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests X-Git-Tag: nvme-6.9-2024-04-04~23^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cfedfb24c9ddee2bf1641545f6e9b6a02b924aee;p=nvme.git kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests This is required, as CONFIG_DAMON_DEBUGFS is enabled, and --alltests UML builds will fail due to the missing config option otherwise. Fixes: f4cba4bf6777 ("mm/damon: rename CONFIG_DAMON_DBGFS to DAMON_DBGFS_DEPRECATED") Signed-off-by: David Gow Reviewed-by: Rae Moar Signed-off-by: Shuah Khan --- diff --git a/tools/testing/kunit/configs/all_tests.config b/tools/testing/kunit/configs/all_tests.config index aa5ec149f96c..f388742cf266 100644 --- a/tools/testing/kunit/configs/all_tests.config +++ b/tools/testing/kunit/configs/all_tests.config @@ -38,6 +38,7 @@ CONFIG_DAMON_VADDR=y CONFIG_DAMON_PADDR=y CONFIG_DEBUG_FS=y CONFIG_DAMON_DBGFS=y +CONFIG_DAMON_DBGFS_DEPRECATED=y CONFIG_REGMAP_BUILD=y