From patchwork Sat Jun 18 12:55:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Tietz X-Patchwork-Id: 637455 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3rWxvf60Gyz9sD9 for ; Sat, 18 Jun 2016 22:56:30 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0E61EA76D2; Sat, 18 Jun 2016 14:56:14 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QmZtl_khOShj; Sat, 18 Jun 2016 14:56:13 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 86E6FA76AD; Sat, 18 Jun 2016 14:56:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6BD94B3808 for ; Sat, 18 Jun 2016 14:56:01 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h5T23kECQvyD for ; Sat, 18 Jun 2016 14:56:01 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail.moses.super-online.de (moses.super-online.de [5.9.156.4]) by theia.denx.de (Postfix) with ESMTPS id 18F9EA76B0 for ; Sat, 18 Jun 2016 14:55:55 +0200 (CEST) Received: by mail.moses.super-online.de (Postfix, from userid 303) id E8D3428407D5; Sat, 18 Jun 2016 14:55:54 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on moses.super-online.de X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from mail.moses.super-online.de (localhost [127.0.0.1]) by mail.moses.super-online.de (Postfix) with ESMTP id 0A79D28407D6 for ; Sat, 18 Jun 2016 14:55:52 +0200 (CEST) Received: from lightning.dresden.micronet24.de (dresden.micronet24.de [89.247.133.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: web53p1) by mail.moses.super-online.de (Postfix) with ESMTPSA id CDA3C284039E for ; Sat, 18 Jun 2016 14:55:51 +0200 (CEST) Received: from obelix.dresden.micronet24.de ([192.168.0.14]) by lightning.dresden.micronet24.de with esmtp (Exim 4.84_2) (envelope-from ) id 1bEFmx-0007cY-0q for u-boot@lists.denx.de; Sat, 18 Jun 2016 14:55:51 +0200 Received: from localhost ([::1] helo=obelix.dresden.micronet24.de) by obelix.dresden.micronet24.de with esmtp (Exim 4.84_2) (envelope-from ) id 1bEFmw-00031n-Tq for u-boot@lists.denx.de; Sat, 18 Jun 2016 14:55:50 +0200 Mime-Version: 1.0 From: Benjamin Tietz To: u-boot@lists.denx.de Date: Sat, 18 Jun 2016 14:55:50 +0200 Message-ID: <20160618125550.11351.96262.stgit@obelix.dresden.micronet24.de> In-Reply-To: <20160618124531.11351.59581.stgit@obelix.dresden.micronet24.de> References: <20160618124531.11351.59581.stgit@obelix.dresden.micronet24.de> User-Agent: StGit/0.17.1-dirty X-SA-Exim-Connect-IP: 192.168.0.14 X-SA-Exim-Mail-From: uboot@dresden.micronet24.de X-SA-Exim-Scanned: No (on lightning.dresden.micronet24.de); SAEximRunCond expanded to false X-Virus-Scanned: ClamAV SMTP VirusScan Subject: [U-Boot] [PATCH05/23] Cmd: led: provide a selector in kconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: Benjamin Tietz --- cmd/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) From: Benjamin Tietz --- cmd/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index d51645c..f49ff47 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -421,6 +421,10 @@ config CMD_GPIO help GPIO support. +config CMD_LED + bool "led" + help + support for accessing and toggeling LEDs endmenu