From patchwork Fri May 4 18:23:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 8403 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 819A223EAB for ; Fri, 4 May 2012 18:23:55 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 50FBCA183F4 for ; Fri, 4 May 2012 18:23:55 +0000 (UTC) Received: by mail-yw0-f52.google.com with SMTP id p61so3849454yhp.11 for ; Fri, 04 May 2012 11:23:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=+EtRcgFSiCC1RTkb1fDUvXfPYwok5Yh6Y1WVRGdxnsk=; b=LpsDkWMpKVKcyzYT4QSjHcVHgxTZzj//fBtk1bjcCN86kpXVdHdXJ4XBQKpLD4SiUc bevFydTU55eie/PpMT1t+1SbFTDoC0P18dCDdvD7rvwhrjbAkGwdsSN7LLZizbBv3mrX uR8mB2RqGcxUy77C5J0DaAruBCOcc9TRps+XxwJfK61Fvsw+tcYdrKPq69IQNT/kRM0D nnckWE7fr2vtjofybYY5d414XofrxJpgwKMseANQDhIDRqIOa7jflC0Hv1mKfNtshbJS yRcgSs6L/YKmZJItCgql5b7RWkvZQ4Vo53CbzDbtA9URQKxMmhqcKxxKtiw9rZOCCkyX 0CHA== Received: by 10.50.160.225 with SMTP id xn1mr620443igb.3.1336155834908; Fri, 04 May 2012 11:23:54 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.137.198 with SMTP id x6csp106260ibt; Fri, 4 May 2012 11:23:54 -0700 (PDT) Received: by 10.180.94.33 with SMTP id cz1mr15308064wib.13.1336155833495; Fri, 04 May 2012 11:23:53 -0700 (PDT) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx.google.com with ESMTPS id ct5si7077935wib.30.2012.05.04.11.23.53 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 May 2012 11:23:53 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by wibhr7 with SMTP id hr7so1358670wib.13 for ; Fri, 04 May 2012 11:23:53 -0700 (PDT) Received: by 10.216.213.219 with SMTP id a69mr3449175wep.16.1336155833009; Fri, 04 May 2012 11:23:53 -0700 (PDT) Received: from localhost.localdomain ([89.192.128.60]) by mx.google.com with ESMTPS id fn2sm17590123wib.0.2012.05.04.11.23.48 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 May 2012 11:23:52 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, grant.likely@secretlab.ca, cjb@laptop.org, ben-linux@fluff.org, linux-i2c@vger.kernel.org, broonie@opensource.wolfsonmicro.com, sameo@linux.intel.com, Lee Jones Subject: [PATCH 04/15] ARM: ux500: CONFIG: Compile in support for leds-gpio Date: Fri, 4 May 2012 19:23:14 +0100 Message-Id: <1336155805-18554-5-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1336155805-18554-1-git-send-email-lee.jones@linaro.org> References: <1336155805-18554-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQl6GZjomzbttdl51QWnR7bEJOI4xD8xoW8VWaPBhDIbG5DabvK5FxXItqt968sCxwvhikyN Code exists in the mop500 board file (used for HREF and Snowball) to initialise Snowball's user LED via the leds-gpio driver. However, the driver isn't currently built when using the default configuration file. This patch aims to change that behavior. Signed-off-by: Lee Jones --- arch/arm/configs/u8500_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 7e84f45..00571b7 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -85,6 +85,7 @@ CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_LM3530=y CONFIG_LEDS_LP5521=y +CONFIG_LEDS_GPIO=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_AB8500=y CONFIG_RTC_DRV_PL031=y