From: Mike Galbraith Date: Sat, 6 May 2017 04:14:43 +0000 (+0200) Subject: device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=74d71a01abef37f71d914f2105a4cb8712a2beb8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAX ERROR: "devm_create_dev_dax" [drivers/dax/dax_pmem.ko] undefined! ERROR: "alloc_dax_region" [drivers/dax/dax_pmem.ko] undefined! ERROR: "dax_region_put" [drivers/dax/dax_pmem.ko] undefined! Signed-off-by: Mike Galbraith Signed-off-by: Dan Williams --- diff --git a/drivers/dax/Kconfig b/drivers/dax/Kconfig index b7053eafd88e..6b7e20eae16c 100644 --- a/drivers/dax/Kconfig +++ b/drivers/dax/Kconfig @@ -19,7 +19,7 @@ config DEV_DAX config DEV_DAX_PMEM tristate "PMEM DAX: direct access to persistent memory" - depends on LIBNVDIMM && NVDIMM_DAX + depends on LIBNVDIMM && NVDIMM_DAX && DEV_DAX default DEV_DAX help Support raw access to persistent memory. Note that this