From: AnilKumar Ch <anilkumar@ti.com>
To: tony@atomide.com
Cc: b-cousson@ti.com, linux-arm-kernel@lists.infradead.org,
linux-omap@vger.kernel.org, AnilKumar Ch <anilkumar@ti.com>
Subject: [PATCH v3 6/7] ARM: OMAP2+: omap2plus_defconfig: Add leds-gpio support
Date: Wed, 2 Jan 2013 15:57:30 +0530 [thread overview]
Message-ID: <1357122451-7577-7-git-send-email-anilkumar@ti.com> (raw)
In-Reply-To: <1357122451-7577-1-git-send-email-anilkumar@ti.com>
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
different TRIGGERS like TRIGGER_TIMER, TRIGGER_HEARTBEAT and etc.
Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
---
arch/arm/configs/omap2plus_defconfig | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index af08c26..ea704be 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -203,6 +203,16 @@ 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_ONESHOT=y
+CONFIG_LEDS_TRIGGER_HEARTBEAT=y
+CONFIG_LEDS_TRIGGER_BACKLIGHT=y
+CONFIG_LEDS_TRIGGER_CPU=y
+CONFIG_LEDS_TRIGGER_GPIO=y
+CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_TWL92330=y
CONFIG_RTC_DRV_TWL4030=y
--
1.7.9.5
next prev parent reply other threads:[~2013-01-02 10:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-02 10:27 [PATCH v3 0/7] ARM: OMAP2+: AM33XX: Enable few drivers in omap2plus_defconfig AnilKumar Ch
2013-01-02 10:27 ` [PATCH v3 1/7] ARM: OMAP2+: omap2plus_defconfig: Add tps65910 support AnilKumar Ch
2013-01-02 10:27 ` [PATCH v3 2/7] ARM: OMAP2+: omap2plus_defconfig: Add lis3lv02d support AnilKumar Ch
2013-01-02 10:27 ` [PATCH v3 3/7] ARM: OMAP2+: omap2plus_defconfig: Add tsl2550 support AnilKumar Ch
2013-01-02 10:27 ` [PATCH v3 4/7] ARM: OMAP2+: omap2plus_defconfig: Add matrix-keypad support AnilKumar Ch
2013-01-02 10:27 ` [PATCH v3 5/7] ARM: OMAP2+: omap2plus_defconfig: Add tmp275 sensor support AnilKumar Ch
2013-01-02 10:27 ` AnilKumar Ch [this message]
2013-01-02 10:27 ` [PATCH v3 7/7] ARM: OMAP2+: omap2plus_defconfig: Add D_CAN support AnilKumar Ch
2013-01-02 20:19 ` [PATCH v3 0/7] ARM: OMAP2+: AM33XX: Enable few drivers in omap2plus_defconfig Olof Johansson
2013-01-03 7:54 ` AnilKumar, Chimata
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357122451-7577-7-git-send-email-anilkumar@ti.com \
--to=anilkumar@ti.com \
--cc=b-cousson@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).