diff mbox

UBUNTU: [Config] compile in led support

Message ID 1338990442-13530-2-git-send-email-paolo.pisati@canonical.com
State New
Headers show

Commit Message

Paolo Pisati June 6, 2012, 1:47 p.m. UTC
Blinking leds are useful to show board activity in absence of video output
(e.g. filesystem resize phase during installation), but the led lkm isn't
part of the installation initrd: staticaly compile it in to workaround the
problem.

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 debian.ti-omap4/config/config.common.ubuntu |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leann Ogasawara June 6, 2012, 1:54 p.m. UTC | #1
Applied to Quantal ti-omap4.

Thanks,
Leann

On 06/06/2012 06:47 AM, Paolo Pisati wrote:
> Blinking leds are useful to show board activity in absence of video output
> (e.g. filesystem resize phase during installation), but the led lkm isn't
> part of the installation initrd: staticaly compile it in to workaround the
> problem.
>
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
> ---
>  debian.ti-omap4/config/config.common.ubuntu |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu
> index f267113..d591e3a 100644
> --- a/debian.ti-omap4/config/config.common.ubuntu
> +++ b/debian.ti-omap4/config/config.common.ubuntu
> @@ -1731,7 +1731,7 @@ CONFIG_LEDS_BD2802=m
>  CONFIG_LEDS_CLASS=y
>  CONFIG_LEDS_DA903X=m
>  CONFIG_LEDS_DAC124S085=m
> -CONFIG_LEDS_GPIO=m
> +CONFIG_LEDS_GPIO=y
>  CONFIG_LEDS_LM3530=m
>  CONFIG_LEDS_LP3944=m
>  CONFIG_LEDS_LP5521=m
diff mbox

Patch

diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu
index f267113..d591e3a 100644
--- a/debian.ti-omap4/config/config.common.ubuntu
+++ b/debian.ti-omap4/config/config.common.ubuntu
@@ -1731,7 +1731,7 @@  CONFIG_LEDS_BD2802=m
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_DA903X=m
 CONFIG_LEDS_DAC124S085=m
-CONFIG_LEDS_GPIO=m
+CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_LM3530=m
 CONFIG_LEDS_LP3944=m
 CONFIG_LEDS_LP5521=m