aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Coquelin <mcoquelin.stm32@gmail.com>2015-05-10 09:10:38 +0200
committerMaxime Coquelin <mcoquelin.stm32@gmail.com>2015-05-10 09:10:43 +0200
commitd636ab790174100f8117a51fd7d47a60603df0f1 (patch)
tree8e135bc6a2640d13738508f24cb6bfbd953803b4
parentd6849874fee23f5835495b516c0dd78a82e326d2 (diff)
downloadstm32-playground/v8.tar.gz
ARM: configs: Add GPIO leds support to stm32_defconfigplayground/v8
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
-rw-r--r--arch/arm/configs/stm32_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index 1c251e30bc07e2..326aae1465d27f 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -55,6 +55,7 @@ CONFIG_SERIAL_STM32_CONSOLE=y
# CONFIG_USB_SUPPORT is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
# CONFIG_FILE_LOCKING is not set