Skip to content

Commit

Permalink
dax: remove CONFIG_DAX_DRIVER
Browse files Browse the repository at this point in the history
CONFIG_DAX_DRIVER only selects CONFIG_DAX now, so remove it.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Dan Williams <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dan Williams <[email protected]>
  • Loading branch information
Christoph Hellwig authored and djbw committed Dec 4, 2021
1 parent 5d2a228 commit afd586f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions drivers/dax/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
config DAX_DRIVER
select DAX
bool

menuconfig DAX
tristate "DAX: direct access to differentiated memory"
select SRCU
Expand Down
2 changes: 1 addition & 1 deletion drivers/nvdimm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if LIBNVDIMM
config BLK_DEV_PMEM
tristate "PMEM: Persistent memory block device support"
default LIBNVDIMM
select DAX_DRIVER
select DAX
select ND_BTT if BTT
select ND_PFN if NVDIMM_PFN
help
Expand Down
2 changes: 1 addition & 1 deletion drivers/s390/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ comment "S/390 block device drivers"
config DCSSBLK
def_tristate m
select FS_DAX_LIMITED
select DAX_DRIVER
select DAX
prompt "DCSSBLK support"
depends on S390 && BLOCK
help
Expand Down
2 changes: 1 addition & 1 deletion fs/fuse/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ config FUSE_DAX
select INTERVAL_TREE
depends on VIRTIO_FS
depends on FS_DAX
depends on DAX_DRIVER
depends on DAX
help
This allows bypassing guest page cache and allows mapping host page
cache directly in guest address space.
Expand Down

0 comments on commit afd586f

Please sign in to comment.