From patchwork Wed Jun 6 13:47:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 163381 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id C05C3B6F13 for ; Wed, 6 Jun 2012 23:47:34 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ScGa6-0005sk-Dc; Wed, 06 Jun 2012 13:47:26 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ScGa3-0005rH-Tr for kernel-team@lists.ubuntu.com; Wed, 06 Jun 2012 13:47:23 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ScGa3-0000kx-QG for kernel-team@lists.ubuntu.com; Wed, 06 Jun 2012 13:47:23 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] compile in led support Date: Wed, 6 Jun 2012 15:47:22 +0200 Message-Id: <1338990442-13530-2-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1338990442-13530-1-git-send-email-paolo.pisati@canonical.com> References: <1338990442-13530-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@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