From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Mon, 1 Feb 2016 12:19:04 -0800 Subject: [PATCH] ARM: tango: use "depends on" instead of "if" after prompt In-Reply-To: <1453722044-23005-1-git-send-email-yamada.masahiro@socionext.com> References: <1453722044-23005-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <20160201201904.GD13508@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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