Skip to content

Commit 30a8a10

Browse files
AlisonSchofielddjbw
authored andcommitted
tools/testing/cxl: Require CONFIG_DEBUG_FS
The cxl_mem driver uses debugfs to support poison inject and clear. Add debugfs to the list of required symbols so that cxl_test can emulate those poison operations. Signed-off-by: Alison Schofield <alison.schofield@intel.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> Link: https://lore.kernel.org/r/4f3aab57fbf1cc3ccde2eb887c5d90566c8d0e90.1681874357.git.alison.schofield@intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 98980d7 commit 30a8a10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/testing/cxl/config_check.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ void check(void)
1313
BUILD_BUG_ON(!IS_MODULE(CONFIG_CXL_PMEM));
1414
BUILD_BUG_ON(!IS_ENABLED(CONFIG_CXL_REGION_INVALIDATION_TEST));
1515
BUILD_BUG_ON(!IS_ENABLED(CONFIG_NVDIMM_SECURITY_TEST));
16+
BUILD_BUG_ON(!IS_ENABLED(CONFIG_DEBUG_FS));
1617
}

0 commit comments

Comments
 (0)