Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758025Ab0BDAzJ (ORCPT ); Wed, 3 Feb 2010 19:55:09 -0500 Received: from mail-qy0-f201.google.com ([209.85.221.201]:46890 "EHLO mail-qy0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752142Ab0BDAzE convert rfc822-to-8bit (ORCPT ); Wed, 3 Feb 2010 19:55:04 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=gGPHMDqaKi9wXjtVcxHOniEDOf4DxlkVMZ0gtAEYP96WlqEK4XK30IQmH7b7kch4fs ZcgVFcKP6QqOk+bZ6Jz6jD7El9v/TtbpA0CJltItcRIF2FMK+4j3vr9trwBxCowp2yQh wdZhQ+rzJSDEzUbrJuASFlZQVq/Al5NDO6KfQ= MIME-Version: 1.0 In-Reply-To: References: <0511204199ab83aed2340e70a4639500c0528dab.1265173480.git.amit.kucheria@canonical.com> <20100203132404.GC5252@k2> From: Eric Miao Date: Wed, 3 Feb 2010 16:54:41 -0800 Message-ID: Subject: Re: [PATCHv2 01/11] arm: mxc: TrustZone interrupt controller (TZIC) for i.MX5 family To: Eric Miao , List Linux Kernel , linux@arm.linux.org.uk, Dinh.Nguyen@freescale.com, s.hauer@pengutronix.de, grant.likely@secretlab.ca, r.herring@freescale.com, linux-arm-kernel@lists.infradead.org, daniel@caiaq.de, bryan.wu@canonical.com, valentin.longchamp@epfl.ch Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 24 > >> > +config MXC_TZIC > >> > +       bool "Enable TrustZone Interrupt Controller" > >> > +       depends on ARCH_MX51 > >> > >> This is the first patch of the base port, yet I cannot find any reference to > >> this ARCH_MX51, did you miss something? > > > > ARCH_MX51 is only introduced in the later patches that add the core i.MX5 > > code. Since TZIC is not inherently dependent on i.MX5 (it's merely the first > > processor to use it), I thought of splitting it out as a separate patch. > > > > Does this break the sanctity of one self-contained change? > > > > This breaks git-bisect, we may want a buildable kernel every commit if possible. > Hmm... you may safely ignore this, it's not going to break the build since it won't be selected without ARCH_MX51 being defined. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/