From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric.y.miao@gmail.com (Eric Miao) Date: Wed, 28 Apr 2010 20:53:38 +0800 Subject: [02/10] mmp: enable L2 in mmp2 In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Apr 28, 2010 at 8:33 PM, Haojian Zhuang wrote: > On Wed, Apr 28, 2010 at 8:23 AM, Eric Miao wrote: >> On Wed, Apr 28, 2010 at 8:18 PM, Haojian Zhuang >> wrote: >>> ?config CACHE_TAUROS2 >>> ? ? ? ?bool "Enable the Tauros2 L2 cache controller" >>> - ? ? ? depends on ARCH_DOVE >>> - ? ? ? default y >>> + ? ? ? depends on (ARCH_DOVE || ARCH_MMP) >>> + ? ? ? default n >> >> This also affects Dove by making default to 'n'. Is there any specific reason >> that MMP2 doesn't turn L2 on by default? >> > > Yes, you're right. It's my typo error. Now fix it in the attachment. > Applied.