aboutsummaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-26 14:27:00 +0200
committerJason Gunthorpe <jgg@mellanox.com>2019-07-02 11:59:21 -0300
commitc2561e6587a7e57f2f10620efd5b2070d66a5cc5 (patch)
treef931c77b8c47d8d69232b2965b135f8766e5a174 /mm/Kconfig
parentLinux 5.2-rc7 (diff)
downloadlinux-dev-c2561e6587a7e57f2f10620efd5b2070d66a5cc5.tar.xz
linux-dev-c2561e6587a7e57f2f10620efd5b2070d66a5cc5.zip
mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index f0c76ba47695..0d2ba7e1f43e 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -675,16 +675,6 @@ config ARCH_HAS_HMM_MIRROR
depends on (X86_64 || PPC64)
depends on MMU && 64BIT
-config ARCH_HAS_HMM_DEVICE
- bool
- default y
- depends on (X86_64 || PPC64)
- depends on MEMORY_HOTPLUG
- depends on MEMORY_HOTREMOVE
- depends on SPARSEMEM_VMEMMAP
- depends on ARCH_HAS_ZONE_DEVICE
- select XARRAY_MULTI
-
config ARCH_HAS_HMM
bool
default y