From patchwork Tue Dec 8 12:45:11 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Coquelin X-Patchwork-Id: 7796921 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2E7079F39B for ; Tue, 8 Dec 2015 12:49:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A2BE20462 for ; Tue, 8 Dec 2015 12:49:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 564DD2045A for ; Tue, 8 Dec 2015 12:49:07 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1a6Hfp-0005RE-6R; Tue, 08 Dec 2015 12:47:17 +0000 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1a6HeN-0004Mc-CL for linux-arm-kernel@lists.infradead.org; Tue, 08 Dec 2015 12:45:52 +0000 Received: by wmuu63 with SMTP id u63so4960561wmu.0 for ; Tue, 08 Dec 2015 04:45:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=poEu6EZWZYacPtMl6P4LAquQIpq7v9iNpvy9E3X/lVA=; b=TB1+Jh1fbIvVQYbX7M3hcvbN3/9Kp8xZn+PkB1ub/fAt3LhXQaLMfFL1OntYasvKFb Ps+1EHl2tZOzz2gem8F4TAtfMM64tPdnYA5QV/ffGUE84C1iwYsPusQwy5Kx21VcXKKs yD9Vp02buj31vBDqIHHzHHwBq9AYhqyE/Z7g6GK2kqs8uYUcrQGpsYJ9VsIja0B0Kv8c kcRqgln4kQi4odXlOyGv3L7GNJDHZMRNjfmnJzfXf2Fdjkm8MmS9jA3q8+JvxC/nruLC X+b3831Woh2knNmva6AwdvjpEXxegT35acBoyg4xjBBMOLaMuMHa2/cd4NP/BCFDGdgb 4cQg== X-Received: by 10.28.224.7 with SMTP id x7mr25755128wmg.17.1449578729422; Tue, 08 Dec 2015 04:45:29 -0800 (PST) Received: from lmecul0520.st.com. (111.202.154.77.rev.sfr.net. [77.154.202.111]) by smtp.gmail.com with ESMTPSA id d2sm2871311wjy.16.2015.12.08.04.45.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Dec 2015 04:45:29 -0800 (PST) From: Maxime Coquelin To: Linus Walleij , Mark Rutland , Rob Herring , linux-gpio@vger.kernel.org, arnd@arndb.de Subject: [PATCH v3 9/9] ARM: config: Enable GPIO Led driver in stm32_defconfig Date: Tue, 8 Dec 2015 13:45:11 +0100 Message-Id: <1449578711-6141-10-git-send-email-mcoquelin.stm32@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449578711-6141-1-git-send-email-mcoquelin.stm32@gmail.com> References: <1449578711-6141-1-git-send-email-mcoquelin.stm32@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151208_044547_903305_FDA50D00 X-CRM114-Status: GOOD ( 11.11 ) X-Spam-Score: -2.5 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Daniel Thompson , bruherrera@gmail.com, linux-kernel@vger.kernel.org, afaerber@suse.de, linux-arm-kernel@lists.infradead.org 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.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Acked-by: Linus Walleij Signed-off-by: Maxime Coquelin --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index 4725fab..92ade2e 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -52,6 +52,7 @@ CONFIG_SERIAL_STM32_CONSOLE=y # CONFIG_USB_SUPPORT is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y +CONFIG_LEDS_GPIO=y CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_FILE_LOCKING is not set