Commit afd586f0 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Dan Williams
Browse files

dax: remove CONFIG_DAX_DRIVER



CONFIG_DAX_DRIVER only selects CONFIG_DAX now, so remove it.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarDan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/r/20211129102203.2243509-4-hch@lst.de


Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 5d2a228b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config DAX_DRIVER
	select DAX
	bool

menuconfig DAX
	tristate "DAX: direct access to differentiated memory"
	select SRCU
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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.