From patchwork Mon May 31 21:47:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abraham Arce X-Patchwork-Id: 103337 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4VLkvNp004747 for ; Mon, 31 May 2010 21:47:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753665Ab0EaVrX (ORCPT ); Mon, 31 May 2010 17:47:23 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:58276 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751778Ab0EaVrW convert rfc822-to-8bit (ORCPT ); Mon, 31 May 2010 17:47:22 -0400 Received: from dlep33.itg.ti.com ([157.170.170.112]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o4VLlLX8016539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 31 May 2010 16:47:21 -0500 Received: from dlep26.itg.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id o4VLlLr2026488; Mon, 31 May 2010 16:47:21 -0500 (CDT) Received: from dsbe71.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id o4VLlLVV004676; Mon, 31 May 2010 16:47:21 -0500 (CDT) Received: from dlee03.ent.ti.com ([157.170.170.18]) by dsbe71.ent.ti.com ([156.117.232.23]) with mapi; Mon, 31 May 2010 16:47:21 -0500 From: "Arce, Abraham" To: "linux-input@vger.kernel.org" , "linux-omap@vger.kernel.org" CC: "dmitry.torokhov@gmail.com" Date: Mon, 31 May 2010 16:47:20 -0500 Subject: [RFC] [PATCH v3 4/4] OMAP4: Keyboard kernel configuration Thread-Topic: [RFC] [PATCH v3 4/4] OMAP4: Keyboard kernel configuration Thread-Index: AcsBCtiLwdS2sTYLTnWIlgADyNDkNg== Message-ID: <27F9C60D11D683428E133F85D2BB4A53043E537F76@dlee03.ent.ti.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 31 May 2010 21:47:23 +0000 (UTC) diff --git a/arch/arm/configs/omap_4430sdp_defconfig b/arch/arm/configs/omap_4430sdp_defconfig index d87a349..b7928d4 100644 --- a/arch/arm/configs/omap_4430sdp_defconfig +++ b/arch/arm/configs/omap_4430sdp_defconfig @@ -439,7 +439,8 @@ CONFIG_INPUT_EVDEV=y # # Input Device Drivers # -# CONFIG_INPUT_KEYBOARD is not set +CONFIG_INPUT_KEYBOARD=y +CONFIG_KEYBOARD_OMAP4=y # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set