diff mbox series

powerpc/configs: Add LIBNVDIMM to ppc64_defconfig

Message ID 20200519043009.3081885-1-mikey@neuling.org (mailing list archive)
State Accepted
Commit 08b1add150a8863665676d0ac9c3ad2d34b2540c
Headers show
Series powerpc/configs: Add LIBNVDIMM to ppc64_defconfig | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch powerpc/merge (7b06fb8795ffea9d12be45a172197c3307955479)
snowpatch_ozlabs/build-ppc64le success Build succeeded
snowpatch_ozlabs/build-ppc64be success Build succeeded
snowpatch_ozlabs/build-ppc64e success Build succeeded
snowpatch_ozlabs/build-pmac32 success Build succeeded
snowpatch_ozlabs/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
snowpatch_ozlabs/needsstable success Patch has no Fixes tags

Commit Message

Michael Neuling May 19, 2020, 4:30 a.m. UTC
This gives us OF_PMEM which is useful in mambo.

This adds 153K to the text of ppc64le_defconfig which 0.8% of the
total text.

  LIBNVDIMM text     data    bss     dec      hex
  Without   18574833 5518150 1539240 25632223 1871ddf
  With      18727834 5546206 1539368 25813408 189e1a0

Signed-off-by: Michael Neuling <mikey@neuling.org>
---
 arch/powerpc/configs/ppc64_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Ellerman June 9, 2020, 5:29 a.m. UTC | #1
On Tue, 19 May 2020 14:30:09 +1000, Michael Neuling wrote:
> This gives us OF_PMEM which is useful in mambo.
> 
> This adds 153K to the text of ppc64le_defconfig which 0.8% of the
> total text.
> 
>   LIBNVDIMM text     data    bss     dec      hex
>   Without   18574833 5518150 1539240 25632223 1871ddf
>   With      18727834 5546206 1539368 25813408 189e1a0

Applied to powerpc/next.

[1/1] powerpc/configs: Add LIBNVDIMM to ppc64_defconfig
      https://git.kernel.org/powerpc/c/08b1add150a8863665676d0ac9c3ad2d34b2540c

cheers
diff mbox series

Patch

diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig
index bae8170d74..0a92549924 100644
--- a/arch/powerpc/configs/ppc64_defconfig
+++ b/arch/powerpc/configs/ppc64_defconfig
@@ -281,6 +281,7 @@  CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_DS1307=y
 CONFIG_VIRTIO_PCI=m
 CONFIG_VIRTIO_BALLOON=m
+CONFIG_LIBNVDIMM=y
 CONFIG_RAS=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y