aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Grimm <grimm@linux.vnet.ibm.com>2019-08-19 22:13:26 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2019-08-29 19:56:30 -0400
commitbf75a8db72e9454aadeca0276f6e6b0e9161861c (patch)
treeb9c543de61ef9b1681a1896768903e884e3039df
parent2efbc58f157a39ad9e9199b92d9c47736023a2fe (diff)
powerpc/configs: Enable secure guest support in pseries and ppc64 defconfigs
Enables running as a secure guest in platforms with an Ultravisor. Signed-off-by: Ryan Grimm <grimm@linux.vnet.ibm.com> Signed-off-by: Ram Pai <linuxram@us.ibm.com> Signed-off-by: Thiago Jung Bauermann <bauerman@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190820021326.6884-17-bauerman@linux.ibm.com
-rw-r--r--arch/powerpc/configs/ppc64_defconfig1
-rw-r--r--arch/powerpc/configs/pseries_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index dc83fefa04f7..b250e6f5a7ca 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -29,6 +29,7 @@ CONFIG_DTL=y
29CONFIG_SCANLOG=m 29CONFIG_SCANLOG=m
30CONFIG_PPC_SMLPAR=y 30CONFIG_PPC_SMLPAR=y
31CONFIG_IBMEBUS=y 31CONFIG_IBMEBUS=y
32CONFIG_PPC_SVM=y
32CONFIG_PPC_MAPLE=y 33CONFIG_PPC_MAPLE=y
33CONFIG_PPC_PASEMI=y 34CONFIG_PPC_PASEMI=y
34CONFIG_PPC_PASEMI_IOMMU=y 35CONFIG_PPC_PASEMI_IOMMU=y
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig
index 38abc9c1770a..26126b4d4de3 100644
--- a/arch/powerpc/configs/pseries_defconfig
+++ b/arch/powerpc/configs/pseries_defconfig
@@ -42,6 +42,7 @@ CONFIG_DTL=y
42CONFIG_SCANLOG=m 42CONFIG_SCANLOG=m
43CONFIG_PPC_SMLPAR=y 43CONFIG_PPC_SMLPAR=y
44CONFIG_IBMEBUS=y 44CONFIG_IBMEBUS=y
45CONFIG_PPC_SVM=y
45# CONFIG_PPC_PMAC is not set 46# CONFIG_PPC_PMAC is not set
46CONFIG_RTAS_FLASH=m 47CONFIG_RTAS_FLASH=m
47CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y 48CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y