From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932660AbcBAU3n (ORCPT ); Mon, 1 Feb 2016 15:29:43 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35628 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753562AbcBAU3i (ORCPT ); Mon, 1 Feb 2016 15:29:38 -0500 Date: Mon, 1 Feb 2016 12:19:04 -0800 From: Olof Johansson To: Masahiro Yamada Cc: linux-arm-kernel@lists.infradead.org, arm@kernel.org, Russell King , Marc Gonzalez , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: tango: use "depends on" instead of "if" after prompt Message-ID: <20160201201904.GD13508@localhost> References: <1453722044-23005-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: <1453722044-23005-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:40:44PM +0900, Masahiro Yamada wrote: > This platform was recently added, 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