From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Fri, 13 Mar 2015 21:55:49 +0800 Subject: [PATCH v3 07/12] ARM: imx: depend MXC debug board on 3DS machines In-Reply-To: <1426203380-7155-8-git-send-email-stefan@agner.ch> References: <1426203380-7155-1-git-send-email-stefan@agner.ch> <1426203380-7155-8-git-send-email-stefan@agner.ch> Message-ID: <20150313135547.GY20455@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Mar 13, 2015 at 12:36:15AM +0100, Stefan Agner wrote: > Depend the MXC debug board on machines which actually support it. > > Signed-off-by: Stefan Agner Applied, thanks. > --- > arch/arm/mach-imx/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index c8dffce..d21cb9a 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -21,6 +21,7 @@ config MXC_AVIC > > config MXC_DEBUG_BOARD > bool "Enable MXC debug board(for 3-stack)" > + depends on MACH_MX27_3DS || MACH_MX31_3DS || MACH_MX35_3DS > help > The debug board is an integral part of the MXC 3-stack(PDK) > platforms, it can be attached or removed from the peripheral > -- > 2.3.1 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH v3 07/12] ARM: imx: depend MXC debug board on 3DS machines Date: Fri, 13 Mar 2015 21:55:49 +0800 Message-ID: <20150313135547.GY20455@dragon> References: <1426203380-7155-1-git-send-email-stefan@agner.ch> <1426203380-7155-8-git-send-email-stefan@agner.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1426203380-7155-8-git-send-email-stefan-XLVq0VzYD2Y@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stefan Agner Cc: kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org, u.kleine-koenig-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org, olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, arnd-r2nGTMty4D4@public.gmane.org, daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, pawel.moll-5wv7dgnIgG8@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org, galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, marc.zyngier-5wv7dgnIgG8@public.gmane.org, mcoquelin.stm32-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, Mar 13, 2015 at 12:36:15AM +0100, Stefan Agner wrote: > Depend the MXC debug board on machines which actually support it. > > Signed-off-by: Stefan Agner Applied, thanks. > --- > arch/arm/mach-imx/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index c8dffce..d21cb9a 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -21,6 +21,7 @@ config MXC_AVIC > > config MXC_DEBUG_BOARD > bool "Enable MXC debug board(for 3-stack)" > + depends on MACH_MX27_3DS || MACH_MX31_3DS || MACH_MX35_3DS > help > The debug board is an integral part of the MXC 3-stack(PDK) > platforms, it can be attached or removed from the peripheral > -- > 2.3.1 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754312AbbCMN4m (ORCPT ); Fri, 13 Mar 2015 09:56:42 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:35901 "EHLO mail-pd0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751321AbbCMN4h (ORCPT ); Fri, 13 Mar 2015 09:56:37 -0400 Date: Fri, 13 Mar 2015 21:55:49 +0800 From: Shawn Guo To: Stefan Agner Cc: kernel@pengutronix.de, linux@arm.linux.org.uk, u.kleine-koenig@pengutronix.de, jason@lakedaemon.net, olof@lixom.net, arnd@arndb.de, daniel.lezcano@linaro.org, tglx@linutronix.de, mark.rutland@arm.com, pawel.moll@arm.com, robh+dt@kernel.org, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, marc.zyngier@arm.com, mcoquelin.stm32@gmail.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 07/12] ARM: imx: depend MXC debug board on 3DS machines Message-ID: <20150313135547.GY20455@dragon> References: <1426203380-7155-1-git-send-email-stefan@agner.ch> <1426203380-7155-8-git-send-email-stefan@agner.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426203380-7155-8-git-send-email-stefan@agner.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 13, 2015 at 12:36:15AM +0100, Stefan Agner wrote: > Depend the MXC debug board on machines which actually support it. > > Signed-off-by: Stefan Agner Applied, thanks. > --- > arch/arm/mach-imx/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > index c8dffce..d21cb9a 100644 > --- a/arch/arm/mach-imx/Kconfig > +++ b/arch/arm/mach-imx/Kconfig > @@ -21,6 +21,7 @@ config MXC_AVIC > > config MXC_DEBUG_BOARD > bool "Enable MXC debug board(for 3-stack)" > + depends on MACH_MX27_3DS || MACH_MX31_3DS || MACH_MX35_3DS > help > The debug board is an integral part of the MXC 3-stack(PDK) > platforms, it can be attached or removed from the peripheral > -- > 2.3.1 >