From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH stable] ARM: tegra: unify Tegra's Kconfig a bit more Date: Mon, 07 Oct 2013 10:47:01 -0600 Message-ID: <5252E585.8000602@wwwdotorg.org> References: <1380917411-25869-1-git-send-email-swarren@wwwdotorg.org> <20131005233833.GA18223@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131005233833.GA18223-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg KH Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Paul Walmsley , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org On 10/05/2013 05:38 PM, Greg KH wrote: > On Fri, Oct 04, 2013 at 02:10:11PM -0600, Stephen Warren wrote: >> From: Stephen Warren >> >> Move all common select clauses from ARCH_TEGRA_*_SOC to ARCH_TEGRA to >> eliminate duplication. The USB-related selects all should have been >> common too, but were missing from Tegra114 previously. Move these to >> ARCH_TEGRA too. The latter fixes a build break when only Tegra114 >> support was enabled, but not Tegra20 or Tegra30 support. >> >> This is 20984c44b5a08620778ea14fa5807489170fd5ca in v3.12-rc1. >> >> Signed-off-by: Stephen Warren >> Reported-by: Paul Walmsley >> [auto-builders for 3.11.x are failing due to this] > > What autobuilders? I haven't heard of this before. > >> Cc: stable # v3.11 >> --- >> arch/arm/mach-tegra/Kconfig | 21 ++++++--------------- >> 1 file changed, 6 insertions(+), 15 deletions(-) > > This fails to apply to the 3.11-stable tree, if you want it there, can > you provide a version that actually does apply, and that you have tested > to work properly? Sorry about that. I've sent V2.