diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-05-17 10:40:39 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-07-13 09:55:44 +0200 |
commit | 8733f53c67544ccf358437cc8bb5a175c351ceba (patch) | |
tree | fe3c7d035235884812db341c4a720bbd078648a9 /arch/arm/mach-ux500/Kconfig | |
parent | 079c61e120bf88ee04b65a2150b060e9f986cfb9 (diff) |
ARM: ux500: Kconfig: Compile in leds-gpio support for Snowball
Code exists in the mop500 board file (used for HREF and Snowball)
to initialise Snowball's user LED via the leds-gpio driver. However,
the driver isn't currently built when using the current configuration.
This patch aims to change that behavior.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 53d3d46dec12..c013bbf79cac 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -41,6 +41,7 @@ config MACH_HREFV60 config MACH_SNOWBALL bool "U8500 Snowball platform" select MACH_MOP500 + select LEDS_GPIO help Include support for the snowball development platform. |