From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] ARM: tegra: add LED options back into tegra_defconfig Date: Fri, 28 Feb 2014 21:39:39 +0100 Message-ID: <201402282139.40122.arnd@arndb.de> References: <1392932240-14480-1-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1392932240-14480-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren List-Id: linux-tegra@vger.kernel.org On Thursday 20 February 2014, Stephen Warren wrote: > From: Stephen Warren > > The last time tegra_defconfig was rebuilt, various LEDs options were > somehow selected by other options, and hence their entries in > tegra_defconfig were removed by "make savedefconfig". However, for some > reason this is no longer happening, so we need to add the entries back > into tegra_defconfig so the they are enabled in .config. > > Fixes: db079b1811d1 ("ARM: tegra: rebuild tegra_defconfig to add DEBUG_FS)" > Reported-by: Marc Dietrich > Signed-off-by: Stephen Warren > --- > Another fix for 3.14. Applied to fixes branch. Arnd