From patchwork Thu Jun 7 08:56:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 163535 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id F2F4FB6FE0 for ; Thu, 7 Jun 2012 18:56:30 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ScYVr-0000OK-MZ; Thu, 07 Jun 2012 08:56:15 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1ScYVp-0000NF-PP for kernel-team@lists.ubuntu.com; Thu, 07 Jun 2012 08:56:13 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ScYVp-0001D8-L3 for kernel-team@lists.ubuntu.com; Thu, 07 Jun 2012 08:56:13 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/6] UBUNTU: [Config] sync input drivers(=m) wrt master Date: Thu, 7 Jun 2012 10:56:07 +0200 Message-Id: <1339059370-4265-4-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1339059370-4265-1-git-send-email-paolo.pisati@canonical.com> References: <1339059370-4265-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Paolo Pisati --- debian.ti-omap4/config/config.common.ubuntu | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/debian.ti-omap4/config/config.common.ubuntu b/debian.ti-omap4/config/config.common.ubuntu index 0dc1992..5372e93 100644 --- a/debian.ti-omap4/config/config.common.ubuntu +++ b/debian.ti-omap4/config/config.common.ubuntu @@ -1371,9 +1371,9 @@ CONFIG_INPUT_CMA3000_I2C=m CONFIG_INPUT_EVBUG=m CONFIG_INPUT_EVDEV=y CONFIG_INPUT_FF_MEMLESS=m -# CONFIG_INPUT_GP2A is not set +CONFIG_INPUT_GP2A=m CONFIG_INPUT_GPIO_ROTARY_ENCODER=m -# CONFIG_INPUT_GPIO_TILT_POLLED is not set +CONFIG_INPUT_GPIO_TILT_POLLED=m CONFIG_INPUT_JOYDEV=m CONFIG_INPUT_JOYSTICK=y CONFIG_INPUT_KEYBOARD=y @@ -1381,7 +1381,7 @@ CONFIG_INPUT_KEYSPAN_REMOTE=m CONFIG_INPUT_KXTJ9=m # CONFIG_INPUT_KXTJ9_POLLED_MODE is not set CONFIG_INPUT_MAX8925_ONKEY=m -# CONFIG_INPUT_MAX8997_HAPTIC is not set +CONFIG_INPUT_MAX8997_HAPTIC=m CONFIG_INPUT_MC13783_PWRBUTTON=m CONFIG_INPUT_MISC=y CONFIG_INPUT_MMA8450=m @@ -1391,7 +1391,10 @@ CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 CONFIG_INPUT_MPU3050=m -# CONFIG_INPUT_MPU6050 is not set +CONFIG_INPUT_MPU6050=m +CONFIG_INPUT_MPU6050_ACCEL=m +CONFIG_INPUT_MPU6050_GYRO=m +CONFIG_INPUT_MPU6050_I2C=m CONFIG_INPUT_PCF50633_PMU=m CONFIG_INPUT_PCF8574=m CONFIG_INPUT_POLLDEV=m @@ -1400,7 +1403,7 @@ CONFIG_INPUT_PWM_BEEPER=m CONFIG_INPUT_SPARSEKMAP=m CONFIG_INPUT_TABLET=y CONFIG_INPUT_TOUCHSCREEN=y -# CONFIG_INPUT_TSL2771 is not set +CONFIG_INPUT_TSL2771=m CONFIG_INPUT_TWL4030_PWRBUTTON=m CONFIG_INPUT_TWL4030_VIBRA=m CONFIG_INPUT_TWL6040_VIBRA=m