From patchwork Tue May 8 07:19:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Precise,1/2] Ubuntu: [Config] Set CONFIG_ZCACHE to y instead of m Date: Mon, 07 May 2012 21:19:51 -0000 From: Jesse Sung X-Patchwork-Id: 157562 Message-Id: To: kernel-team@lists.ubuntu.com Cc: 995163@bugs.launchpad.net BugLink: http://bugs.launchpad.net/bugs/995163 Since an extra kernel boot parameter must be provided to enable zcache functionality, making it builtin would not harm users who do not use it. Signed-off-by: Jesse Sung --- debian.master/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index a9d2209..dc5209b 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -6232,7 +6232,7 @@ CONFIG_YENTA_TI=y CONFIG_YENTA_TOSHIBA=y CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 -CONFIG_ZCACHE=m +CONFIG_ZCACHE=y CONFIG_ZD1211RW=m # CONFIG_ZD1211RW_DEBUG is not set CONFIG_ZEROPLUS_FF=y