Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit cfedfb2

Browse files
sulixshuahkh
authored andcommitted
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: f4cba4b ("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>
1 parent 4cece76 commit cfedfb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/kunit/configs/all_tests.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ CONFIG_DAMON_VADDR=y
3838
CONFIG_DAMON_PADDR=y
3939
CONFIG_DEBUG_FS=y
4040
CONFIG_DAMON_DBGFS=y
41+
CONFIG_DAMON_DBGFS_DEPRECATED=y
4142

4243
CONFIG_REGMAP_BUILD=y
4344

0 commit comments

Comments
 (0)