From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932531AbcBAUa7 (ORCPT ); Mon, 1 Feb 2016 15:30:59 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:33571 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753610AbcBAU3k (ORCPT ); Mon, 1 Feb 2016 15:29:40 -0500 Date: Mon, 1 Feb 2016 12:19:22 -0800 From: Olof Johansson To: Masahiro Yamada Cc: linux-arm-kernel@lists.infradead.org, arm@kernel.org, Arnd Bergmann , Linus Walleij , linux-kernel@vger.kernel.org, Russell King Subject: Re: [PATCH] ARM: realview: use "depends on" instead of "if" after prompt Message-ID: <20160201201922.GE13508@localhost> References: <1453722164-23198-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453722164-23198-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 25, 2016 at 08:42:44PM +0900, Masahiro Yamada wrote: > This platform recently moved to multi-platform, so missed the global > fixup by commit e32465429490 ("ARM: use "depends on" for SoC configs > instead of "if" after prompt"). Fix it now. > > Signed-off-by: Masahiro Yamada Applied to fixes. -Olof