Commit 8b8adeb3 authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Michael Ellerman
Browse files

powerpc/book3s64/kuap: Move Kconfig varriables to BOOK3S_64



With below two commits:
commit c91435d9 ("powerpc/book3s64/hash/kuep: Enable KUEP on hash")
commit b2ff33a1 ("powerpc/book3s64/hash/kuap: Enable kuap on hash")
the kernel now supports kuap/kuep with hash translation. Hence select the
Kconfig even when radix is disabled.

Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210318034829.72255-1-aneesh.kumar@linux.ibm.com
parent 89f7d292
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ config PPC_BOOK3S_64
	select ARCH_SUPPORTS_NUMA_BALANCING
	select IRQ_WORK
	select PPC_MM_SLICES
	select PPC_HAVE_KUEP
	select PPC_HAVE_KUAP

config PPC_BOOK3E_64
	bool "Embedded processors"
@@ -363,8 +365,6 @@ config PPC_RADIX_MMU
	bool "Radix MMU Support"
	depends on PPC_BOOK3S_64
	select ARCH_HAS_GIGANTIC_PAGE
	select PPC_HAVE_KUEP
	select PPC_HAVE_KUAP
	default y
	help
	  Enable support for the Power ISA 3.0 Radix style MMU. Currently this