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 26, 2024
1 parent 99e025c commit 9a63230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/testing/kunit/configs/all_tests.config
Expand Up @@ -22,12 +22,14 @@ CONFIG_PCI=y
CONFIG_USB4=y

CONFIG_NET=y
CONFIG_NETDEVICES=y
CONFIG_MCTP=y
CONFIG_MCTP_FLOWS=y

CONFIG_INET=y
CONFIG_MPTCP=y

CONFIG_WLAN=y
CONFIG_CFG80211=y
CONFIG_MAC80211=y
CONFIG_WLAN_VENDOR_INTEL=y
Expand All @@ -37,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 9a63230

Please sign in to comment.