drivers/dax: Allow to include DEV_DAX_PMEM as builtin
authorAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Mon, 1 Apr 2019 05:14:21 +0000 (10:44 +0530)
committerDan Williams <dan.j.williams@intel.com>
Tue, 7 May 2019 14:48:06 +0000 (07:48 -0700)
commit67476656febd7ec5f1fe1aeec3c441fcf53b1e45
tree402d2e4da17b0828ff7ac4ba0ec3ed64b6f36a78
parentc4703ce11c23423d4b46e3d59aef7979814fd608
drivers/dax: Allow to include DEV_DAX_PMEM as builtin

This move the dependency to DEV_DAX_PMEM_COMPAT such that only
if DEV_DAX_PMEM is built as module we can allow the compat support.

This allows to test the new code easily in a emulation setup where we
often build things without module support.

Cc: <stable@vger.kernel.org>
Fixes: 730926c3b099 ("device-dax: Add /sys/class/dax backwards compatibility")
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dax/Kconfig