diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-11-27 08:18:24 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-12-20 12:22:49 -0500 |
commit | 27d2adb5969eef7ff3bfeb2dc3b2064e3a124952 (patch) | |
tree | 69a657ac00f7f8f45b8592d6a99a2eb5a69ff532 | |
parent | ed84166ac05476fbd45f22050eff2a28866290ab (diff) |
ARM: versatile: enable LEDs by default
This adds the LEDs and triggers used by the Versatile boards to
the default configuration.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/configs/versatile_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index 6d4c2df44c9c..073541a50e23 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig | |||
@@ -60,6 +60,9 @@ CONFIG_SND_PCM_OSS=m | |||
60 | CONFIG_SND_ARMAACI=m | 60 | CONFIG_SND_ARMAACI=m |
61 | CONFIG_MMC=y | 61 | CONFIG_MMC=y |
62 | CONFIG_MMC_ARMMMCI=m | 62 | CONFIG_MMC_ARMMMCI=m |
63 | CONFIG_NEW_LEDS=y | ||
64 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
65 | CONFIG_LEDS_TRIGGER_CPU=y | ||
63 | CONFIG_EXT2_FS=y | 66 | CONFIG_EXT2_FS=y |
64 | CONFIG_VFAT_FS=m | 67 | CONFIG_VFAT_FS=m |
65 | CONFIG_JFFS2_FS=y | 68 | CONFIG_JFFS2_FS=y |