From patchwork Fri Dec 20 17:26:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 3390251 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8250F9F344 for ; Fri, 20 Dec 2013 17:28:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6CC1C2066F for ; Fri, 20 Dec 2013 17:28:39 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 89D9C20531 for ; Fri, 20 Dec 2013 17:28:38 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vu3qo-0006ZA-V7; Fri, 20 Dec 2013 17:27:03 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vu3qR-0002Uq-Eg; Fri, 20 Dec 2013 17:26:39 +0000 Received: from mail-lb0-f173.google.com ([209.85.217.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vu3qG-0002Ro-3m for linux-arm-kernel@lists.infradead.org; Fri, 20 Dec 2013 17:26:28 +0000 Received: by mail-lb0-f173.google.com with SMTP id z5so1224217lbh.4 for ; Fri, 20 Dec 2013 09:26:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=IL3lCP6L1T5NhBFnDzYn81Ao7N4hw5K+0hw26QAWANs=; b=MuYwCuol+QqKRQssH/6Qih9RphDZeAxvdVbg9aoO2F77LYd5ty/EQGBwlBEDUGhecz garIbvotG704i4OJM10jtCu31rveoDClju8IoM+YK00i09yTuIHERBT2FJ2azT9t3g+B bmytdbl3+RKT36tn46wmyyRAyjYf4wxKAuWaW5OGBcnMMn5llrYdX18jSiq5qhd5pdxT rs+0ngz+X+I/D9YmBALXDZjWBjXopiVlwthf+bH17C+ROCJwbyEuhFe3qLsTa7BVmTyj /qcqLfwTB3W9+O7Qg5aNRx+hBzJOjFMJYOv16Hp2UcLgdaj1qRY3RFt1MDSE2X2S1Zvt lpeQ== X-Gm-Message-State: ALoCoQkHxAFskEW7l+9z77D33kELMT/o9LooEFuM1KQ7hAR0utPEl4U2KWrg7Ok6G5MyIyAmT0df X-Received: by 10.152.7.67 with SMTP id h3mr1805550laa.29.1387560365955; Fri, 20 Dec 2013 09:26:05 -0800 (PST) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id bl6sm5208105lbb.5.2013.12.20.09.26.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Dec 2013 09:26:05 -0800 (PST) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Russell King Subject: [PATCH 5/5] ARM: versatile: enable LEDs by default Date: Fri, 20 Dec 2013 18:26:00 +0100 Message-Id: <1387560360-21574-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131220_122628_341396_9C01F4C8 X-CRM114-Status: UNSURE ( 9.36 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: Peter Maydell , Linus Walleij X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This adds the LEDs and triggers used by the Versatile boards to the default configuration. Signed-off-by: Linus Walleij --- arch/arm/configs/versatile_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index 6d4c2df44c9c..073541a50e23 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig @@ -60,6 +60,9 @@ CONFIG_SND_PCM_OSS=m CONFIG_SND_ARMAACI=m CONFIG_MMC=y CONFIG_MMC_ARMMMCI=m +CONFIG_NEW_LEDS=y +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +CONFIG_LEDS_TRIGGER_CPU=y CONFIG_EXT2_FS=y CONFIG_VFAT_FS=m CONFIG_JFFS2_FS=y