diff options
author | David Gow <davidgow@google.com> | 2024-03-26 18:07:38 +0800 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-03-28 11:47:30 -0600 |
commit | cfedfb24c9ddee2bf1641545f6e9b6a02b924aee (patch) | |
tree | 26ddfc4ddc4bfe9377afb6975754778efb1dbf8b | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) | |
download | linux-stable-cfedfb24c9ddee2bf1641545f6e9b6a02b924aee.tar.gz linux-stable-cfedfb24c9ddee2bf1641545f6e9b6a02b924aee.tar.bz2 linux-stable-cfedfb24c9ddee2bf1641545f6e9b6a02b924aee.zip |
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 <davidgow@google.com>
Reviewed-by: Rae Moar <rmoar@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r-- | tools/testing/kunit/configs/all_tests.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |