From patchwork Wed Jun 6 13:47:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: UBUNTU: [Config] compile in led support Date: Wed, 06 Jun 2012 03:47:22 -0000 From: Paolo Pisati X-Patchwork-Id: 163381 Message-Id: <1338990442-13530-2-git-send-email-paolo.pisati@canonical.com> To: kernel-team@lists.ubuntu.com 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 --- 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