tools/testing/cxl: Require CONFIG_DEBUG_FS
authorAlison Schofield <alison.schofield@intel.com>
Wed, 19 Apr 2023 03:26:34 +0000 (20:26 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 23 Apr 2023 19:08:39 +0000 (12:08 -0700)
commit30a8a105f0ce9f2c83063b289f76833386d4a120
tree3f7c9fc97e3808e2aa6936d9c04a58460a27ec35
parent98980d76c3fc3d56b34e425eb102b10355ccc743
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>
tools/testing/cxl/config_check.c