diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-11 05:56:58 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-09-13 17:17:19 -0400 |
commit | b06333f4a783c3a53a6c81bfef4f8fc4bade3811 (patch) | |
tree | a853da419c9f9a8c3ad75dec0bf6c494da85fa20 | |
parent | fc9fa8714a759da94c5d54a621f584d65ca51ac6 (diff) |
ARM: mvebu: add LED class support built-in in mvebu_v7_defconfig
For some reason, while all other features are configured built-in, the
LED class support was configured as a module in
mvebu_v7_defconfig. This commit makes it consistent with the other
options, by making this feature built-in.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lkml.kernel.org/r/1410429419-29820-4-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | arch/arm/configs/mvebu_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index 0acbe1134eba..1ebb9c4c98e6 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig | |||
@@ -97,6 +97,8 @@ CONFIG_MMC_SDHCI_PLTFM=y | |||
97 | CONFIG_MMC_SDHCI_DOVE=y | 97 | CONFIG_MMC_SDHCI_DOVE=y |
98 | CONFIG_MMC_MVSDIO=y | 98 | CONFIG_MMC_MVSDIO=y |
99 | CONFIG_LEDS_GPIO=y | 99 | CONFIG_LEDS_GPIO=y |
100 | CONFIG_LEDS_CLASS=y | ||
101 | CONFIG_LEDS_TRIGGERS=y | ||
100 | CONFIG_LEDS_TRIGGER_TIMER=y | 102 | CONFIG_LEDS_TRIGGER_TIMER=y |
101 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 103 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
102 | CONFIG_RTC_CLASS=y | 104 | CONFIG_RTC_CLASS=y |