diff options
author | Dan Williams <dan.j.williams@intel.com> | 2018-04-19 15:07:42 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2018-04-19 15:10:56 -0700 |
commit | f22acf82746dd3d75e06d7c5801926d3b9c50169 (patch) | |
tree | ed87cd8d6767f67d6224ceedf7bd51bfacb27446 /drivers | |
parent | df3f126482dba8e00cdbfc8fc44a05a5a35b1704 (diff) | |
download | linux-f22acf82746dd3d75e06d7c5801926d3b9c50169.tar.bz2 |
Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"
With commit df3f126482db ("libnvdimm, of_pmem: use dev_to_node() instead
of of_node_to_nid()") it is now possible to allow of_pmem to be built as
a module as originally implemented.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/nvdimm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/nvdimm/Kconfig b/drivers/nvdimm/Kconfig index 85997184e047..9d36473dc2a2 100644 --- a/drivers/nvdimm/Kconfig +++ b/drivers/nvdimm/Kconfig @@ -103,8 +103,7 @@ config NVDIMM_DAX Select Y if unsure config OF_PMEM - # FIXME: make tristate once OF_NUMA dependency removed - bool "Device-tree support for persistent memory regions" + tristate "Device-tree support for persistent memory regions" depends on OF default LIBNVDIMM help |