powerpc: Ultravisor: Fix the dependencies for CONFIG_PPC_UV
authorBharata B Rao <bharata@linux.ibm.com>
Thu, 9 Jan 2020 09:20:47 +0000 (14:50 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 22 Jan 2020 09:31:40 +0000 (20:31 +1100)
Let PPC_UV depend only on DEVICE_PRIVATE which in turn
will satisfy all the other required dependencies

Fixes: 013a53f2d25a ("powerpc: Ultravisor: Add PPC_UV config option")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Bharata B Rao <bharata@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200109092047.24043-1-bharata@linux.ibm.com
arch/powerpc/Kconfig

index 1ec34e16ed65d38c1e7a7d0c44e11c01a1fa7a71..e2a41211335921db9737eb9b10305a38240a62fc 100644 (file)
@@ -455,11 +455,7 @@ config PPC_TRANSACTIONAL_MEM
 config PPC_UV
        bool "Ultravisor support"
        depends on KVM_BOOK3S_HV_POSSIBLE
-       select ZONE_DEVICE
-       select DEV_PAGEMAP_OPS
-       select DEVICE_PRIVATE
-       select MEMORY_HOTPLUG
-       select MEMORY_HOTREMOVE
+       depends on DEVICE_PRIVATE
        default n
        help
          This option paravirtualizes the kernel to run in POWER platforms that