[PATCH 6/7] ARM: OMAP2+: omap2plus_defconfig: Enable leds-gpio driver
Javier Martinez Canillas
martinez.javier at gmail.com
Mon Nov 26 03:29:24 EST 2012
On Wed, Nov 21, 2012 at 7:59 AM, AnilKumar Ch <anilkumar at ti.com> wrote:
> AM335X-EVMSK and AM335X-BONE devices have gpio controlled user leds,
> one has to manually enable this support to use user leds. So this
> patch enables gpio-leds driver in omap2plus_defconfig. Also enables
> TRIGGER_TIMER and TRIGGER_HEARTBEAT.
>
> Signed-off-by: AnilKumar Ch <anilkumar at ti.com>
> ---
> arch/arm/configs/omap2plus_defconfig | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 133f04a..5e1a763 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -202,6 +202,11 @@ CONFIG_MMC_UNSAFE_RESUME=y
> CONFIG_SDIO_UART=y
> CONFIG_MMC_OMAP=y
> CONFIG_MMC_OMAP_HS=y
> +CONFIG_NEW_LEDS=y
> +CONFIG_LEDS_GPIO=y
> +CONFIG_LEDS_TRIGGERS=y
> +CONFIG_LEDS_TRIGGER_TIMER=y
> +CONFIG_LEDS_TRIGGER_HEARTBEAT=y
> CONFIG_RTC_CLASS=y
> CONFIG_RTC_DRV_OMAP=y
> CONFIG_RTC_DRV_TWL92330=y
> --
> 1.7.9.5
>
Hi AnilKumar,
Your patch looks good to me but I would enable
CONFIG_LEDS_TRIGGER_DEFAULT_ON too
since this seems to be a very popular trigger used on many boards.
But this could be made on a follow up patch too, so is your call.
Best regards,
Javier
More information about the linux-arm-kernel
mailing list