]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit94b986646a01e940935b94d219ea4b7802ad5931
tree402d2e4da17b0828ff7ac4ba0ec3ed64b6f36a78
parentacddddcff4d9846724ac63ce5b2e0c139fac8dac
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: ed2f410db95c ("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