Messages in this thread Patch in this message |  | | | From | Oren Laadan <> | | Subject | [C/R v20][PATCH 91/96] powerpc: enable checkpoint support in Kconfig | | Date | Wed, 17 Mar 2010 12:09:19 -0400 |
| |
From: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Nathan Lynch <ntl@pobox.com> Acked-by: Serge E. Hallyn <serue@us.ibm.com> --- arch/powerpc/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index ba3948c..dd88d3d 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -26,6 +26,9 @@ config MMU bool default y +config CHECKPOINT_SUPPORT + def_bool y + config GENERIC_CMOS_UPDATE def_bool y -- 1.6.3.3
|  |