diff mbox

ARM: tegra: add LED options back into tegra_defconfig

Message ID 1392932240-14480-1-git-send-email-swarren@wwwdotorg.org
State Accepted, archived
Headers show

Commit Message

Stephen Warren Feb. 20, 2014, 9:37 p.m. UTC
From: Stephen Warren <swarren@nvidia.com>

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 <marvin24@gmx.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
---
Another fix for 3.14.

 arch/arm/configs/tegra_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Arnd Bergmann Feb. 28, 2014, 8:39 p.m. UTC | #1
On Thursday 20 February 2014, Stephen Warren wrote:
> From: Stephen Warren <swarren@nvidia.com>
> 
> 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 <marvin24@gmx.de>
> Signed-off-by: Stephen Warren <swarren@nvidia.com>
> ---
> Another fix for 3.14.

Applied to fixes branch.

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren March 4, 2014, 4:27 p.m. UTC | #2
On 02/28/2014 01:39 PM, Arnd Bergmann wrote:
> On Thursday 20 February 2014, Stephen Warren wrote:
>> From: Stephen Warren <swarren@nvidia.com>
>>
>> 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 <marvin24@gmx.de>
>> Signed-off-by: Stephen Warren <swarren@nvidia.com>
>> ---
>> Another fix for 3.14.
> 
> Applied to fixes branch.

It looks like fixes isn't in linux-next. I think it'd be useful to add it.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 00fe9e9710fd..27d69b558c5d 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -204,7 +204,10 @@  CONFIG_MMC_BLOCK_MINORS=16
 CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_PLTFM=y
 CONFIG_MMC_SDHCI_TEGRA=y
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_GPIO=y
+CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_TIMER=y
 CONFIG_LEDS_TRIGGER_ONESHOT=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y