diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2021-04-16 14:05:47 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-04-16 14:12:42 +0300 |
commit | d6481a7195df4a8c828f9ee0b382f2dd36d3575c (patch) | |
tree | 9ecd3be5d71dd2d211e7945416c650c0bf7da02a /arch/powerpc/configs/pseries_defconfig | |
parent | 7098f8f0cf0387443fd8702f24a8a2521d5133f3 (diff) | |
download | linux-d6481a7195df4a8c828f9ee0b382f2dd36d3575c.tar.xz |
powerpc/configs: Add PAPR_SCM to pseries_defconfig
This is a pseries only driver, it should be built by default as part of
pseries_defconfig to get some build coverage.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210416111209.765444-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs/pseries_defconfig')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 777221775c83..968095d7682c 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig @@ -41,6 +41,7 @@ CONFIG_DTL=y CONFIG_SCANLOG=m CONFIG_PPC_SMLPAR=y CONFIG_IBMEBUS=y +CONFIG_PAPR_SCM=m CONFIG_PPC_SVM=y # CONFIG_PPC_PMAC is not set CONFIG_RTAS_FLASH=m |