Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/configs: Properly enable PAPR_SCM in pseries_defconfig

My commit to add PAPR_SCM to pseries_defconfig failed to add the
required dependencies, meaning the driver doesn't get built.

Add the required LIBNVDIMM=m.

Fixes: d6481a7195df ("powerpc/configs: Add PAPR_SCM to pseries_defconfig")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220901014253.252927-1-mpe@ellerman.id.au

+1
+1
arch/powerpc/configs/pseries_defconfig
··· 40 40 CONFIG_DTL=y 41 41 CONFIG_PPC_SMLPAR=y 42 42 CONFIG_IBMEBUS=y 43 + CONFIG_LIBNVDIMM=m 43 44 CONFIG_PAPR_SCM=m 44 45 CONFIG_PPC_SVM=y 45 46 # CONFIG_PPC_PMAC is not set