Skip to content

Commit

Permalink
add missing kunit configs
Browse files Browse the repository at this point in the history
to fix:
 Missing: CONFIG_DAMON_DBGFS=y
 Note: many Kconfig options aren't available on UML. You can try running on a different architecture with something like "--arch=x86_64".

Signed-off-by: Your Name <you@example.com>
Signed-off-by: NipaLocal <nipa@local>
  • Loading branch information
Your Name authored and NipaLocal committed Mar 29, 2024
1 parent ca8e3fd commit a772275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/kunit/configs/all_tests.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CONFIG_DAMON=y
CONFIG_DAMON_VADDR=y
CONFIG_DAMON_PADDR=y
CONFIG_DEBUG_FS=y
CONFIG_DAMON_DBGFS_DEPRECATED=y
CONFIG_DAMON_DBGFS=y

CONFIG_REGMAP_BUILD=y
Expand Down

0 comments on commit a772275

Please sign in to comment.