Re: [RFC PATCH] drivers/dax: Allow to include DEV_DAX_PMEM as builtin

2019-03-30 Thread Dan Williams
On Fri, Mar 29, 2019 at 10:42 PM Aneesh Kumar K.V wrote: > > 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 m

[RFC PATCH] drivers/dax: Allow to include DEV_DAX_PMEM as builtin

2019-03-29 Thread Aneesh Kumar K.V
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. Signed-off-by: Aneesh Kumar K.V --- drivers/dax/Kco