projects
/
linux-2.6-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df3f126
)
Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"
author
Dan Williams
<dan.j.williams@intel.com>
Thu, 19 Apr 2018 22:07:42 +0000
(15:07 -0700)
committer
Dan Williams
<dan.j.williams@intel.com>
Thu, 19 Apr 2018 22:10:56 +0000
(15:10 -0700)
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>
drivers/nvdimm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/nvdimm/Kconfig
b/drivers/nvdimm/Kconfig
index 85997184e04734d09538176a2a0798145e1435b6..9d36473dc2a24f2100d4e748cb5540ce14931c0c 100644
(file)
--- 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