From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 05 Dec 2014 16:41:15 +0100 Subject: [PATCH 2/5] ARM: mvebu: Add UART1 as DEBUG_LL possible target In-Reply-To: <20141205152503.GE22670@titan.lakedaemon.net> References: <1417790698-9792-1-git-send-email-maxime.ripard@free-electrons.com> <1417790698-9792-3-git-send-email-maxime.ripard@free-electrons.com> <20141205152503.GE22670@titan.lakedaemon.net> Message-ID: <55146980.zCL5xh9qNg@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 05 December 2014 10:25:03 Jason Cooper wrote: > On Fri, Dec 05, 2014 at 03:44:55PM +0100, Maxime Ripard wrote: > > Some mvebu boards have the UART1 more easily accessible than the other UARTs > > found on the system. > > > > Add a debug_ll option for this case. > > > > Signed-off-by: Maxime Ripard > > --- > > arch/arm/Kconfig.debug | 17 +++++++++++++++++ > > 1 file changed, 17 insertions(+) > > It looks to me like patches 1 and 2 should go through > Russell's patch tracker. Is it worth having two patches? > > In either case, > > Acked-by: Jason Cooper > This kind of change to Kconfig.debug frequently goes together with soc support, so we have started merging them through arm-soc Arnd