From patchwork Mon Jun 17 04:18:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 2730381 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 32934C0AB1 for ; Mon, 17 Jun 2013 04:33:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 66F4E20155 for ; Mon, 17 Jun 2013 04:33:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8333120138 for ; Mon, 17 Jun 2013 04:33:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751328Ab3FQEdi (ORCPT ); Mon, 17 Jun 2013 00:33:38 -0400 Received: from mail-pd0-f176.google.com ([209.85.192.176]:49089 "EHLO mail-pd0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937Ab3FQEdh (ORCPT ); Mon, 17 Jun 2013 00:33:37 -0400 Received: by mail-pd0-f176.google.com with SMTP id t12so2357039pdi.35 for ; Sun, 16 Jun 2013 21:33:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=Nq3dc6stMkixQqWLEblioG8mKfBDbRj9xMYMBtisQ08=; b=Z/yov/Ku5Psp/txQWTF8QhW0D8lPT79cdTj1WydWdtYR7CGUp7S+NgEKrgrJ1lWjL9 YJx0cE51WAakm/eVKPHeTqohsQnYwtPSNvE1ghdTLIDrw2FgQCQqzC8GsmBywCXJKyEt sQdbXGKmplqfhfXWIodXcBMg0S0vPc9LDowC3N1I6+G+CLWOhP32oXffLblx8673DhL6 4WPG9UFi+8nr4kiC8J6frYX/mxB4WUoqLSBd2X6OdzZlT6GeUw6KcaXVOTJIsypBgz0U bmyzHnT2qfij3tKlwTJ11zkvLB+aSXSLcC+9MCPapY1iG9fixvkWGqkSI+SlRAEEFEJm vpAQ== X-Received: by 10.66.118.172 with SMTP id kn12mr3696190pab.81.1371443617108; Sun, 16 Jun 2013 21:33:37 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ib9sm12159732pbc.43.2013.06.16.21.33.34 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 16 Jun 2013 21:33:36 -0700 (PDT) From: Tushar Behera To: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, olof@lixom.net, patches@linaro.org Subject: [PATCH 1/2] ARM: exynos_defconfig: Enable GPIO buttons driver Date: Mon, 17 Jun 2013 09:48:05 +0530 Message-Id: <1371442686-24999-2-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1371442686-24999-1-git-send-email-tushar.behera@linaro.org> References: <1371442686-24999-1-git-send-email-tushar.behera@linaro.org> X-Gm-Message-State: ALoCoQnZi5YFJbnLy+nnAYiG57etFutTGA0Iip1M7yb3OqrzgEQpBJ33z9R5mL/B1PExynTLxXnz Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 Many of the boards use GPIO-mapped buttons for generic input. For Arndale board, these buttons also serve as wakeup source. Signed-off-by: Tushar Behera --- arch/arm/configs/exynos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 227abf9..9ab979a 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -50,6 +50,7 @@ CONFIG_USB_USBNET=y CONFIG_USB_NET_SMSC75XX=y CONFIG_USB_NET_SMSC95XX=y CONFIG_INPUT_EVDEV=y +CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_CROS_EC=y # CONFIG_MOUSE_PS2 is not set CONFIG_MOUSE_CYAPA=y