diff options
author | Hari Bathini <hbathini@linux.vnet.ibm.com> | 2015-02-06 01:06:04 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-03-23 14:05:49 +1100 |
commit | 78989f0a5592182a3d45d869ddaafc71c8f673af (patch) | |
tree | 262f1696f4ec07ce621f9cc143952a97faa13319 /arch/powerpc/platforms/pseries/Kconfig | |
parent | 3af229f2071f5b5cb31664be6109561fbe19c861 (diff) | |
download | op-kernel-dev-78989f0a5592182a3d45d869ddaafc71c8f673af.zip op-kernel-dev-78989f0a5592182a3d45d869ddaafc71c8f673af.tar.gz |
powerpc/nvram: Move generic code for nvram and pstore
With minor checks, we can move most of the code for nvram
under pseries to a common place to be re-used by other
powerpc platforms like powernv. This patch moves such
common code to arch/powerpc/kernel/nvram_64.c file.
Signed-off-by: Hari Bathini <hbathini@linux.vnet.ibm.com>
[mpe: Move select of ZLIB_DEFLATE to PPC64 to fix the build]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/pseries/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/pseries/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig index a758a9c..54c87d5 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig @@ -16,7 +16,6 @@ config PPC_PSERIES select PPC_UDBG_16550 select PPC_NATIVE select PPC_PCI_CHOICE if EXPERT - select ZLIB_DEFLATE select PPC_DOORBELL select HAVE_CONTEXT_TRACKING select HOTPLUG_CPU if SMP |