From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E8748E0044A; Wed, 2 Jul 2014 08:32:49 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, TVD_SPACE_RATIO autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.178 listed in list.dnswl.org] * 0.0 TVD_SPACE_RATIO TVD_SPACE_RATIO Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C4CC7E00342 for ; Wed, 2 Jul 2014 08:32:43 -0700 (PDT) Received: by mail-pd0-f178.google.com with SMTP id r10so12112626pdi.23 for ; Wed, 02 Jul 2014 08:32:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=e+wxyfGkm9YCmjhtAZH8Ny/j75gRY0RNA1lMBGtd+aQ=; b=XL5QqvykT3uq//FA/oL60BWHBzxAuuyDKfvvvkTkSmemt1aFEKEMdhIzKzzsZHuuCm Ar0kcGE92QMysCrfajpmth+xZuQbJAWYdAjgQ/PPuwtUHQChils5UVC3iQTPelPS7fgJ 72dgW2uEaQKThDfK7b2TVnUNk2A3BZpXnJ9FAi2LRhWTWcuoVwO5HYYmGc2HPbXN0No/ XiPyNAYdQzc++Mdvcxef/titIqAtJBn0rtPrMrw5fIqAscw9jIY3LCflB/PWYMVr/4nI EurUPzOtiDBLW9LqcfRNez3mPBhVC62PYEWzpcWw0h+yfmH3WogOIXqFNDg5qWwcsYD7 a8Eg== X-Gm-Message-State: ALoCoQnAXJpFw9tHR93YWr71VMaB3KlcR74ynmVb9rq1Nl0xCJO5DkYlu7YFOsU32uYGtDO64vFp X-Received: by 10.66.254.37 with SMTP id af5mr4717147pad.113.1404315163038; Wed, 02 Jul 2014 08:32:43 -0700 (PDT) Received: from ?IPv6:2600:1011:b115:7d8a:7caa:a121:7151:f69? ([2600:1011:b115:7d8a:7caa:a121:7151:f69]) by mx.google.com with ESMTPSA id rm9sm131436131pab.4.2014.07.02.08.32.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Jul 2014 08:32:41 -0700 (PDT) Message-ID: <53B42610.7080901@boundarydevices.com> Date: Wed, 02 Jul 2014 08:32:32 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Christoph Settgast , meta-freescale@yoctoproject.org References: <1404199416-15895-1-git-send-email-christoph.settgast@methodpark.de> In-Reply-To: <1404199416-15895-1-git-send-email-christoph.settgast@methodpark.de> X-Enigmail-Version: 1.6 Subject: Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): remove CONFIG_INPUT_EVBUG X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 15:32:50 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks Christoph, On 07/01/2014 12:23 AM, Christoph Settgast wrote: > Signed-off-by: Christoph Settgast > --- > recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x-lite/defconfig | 1 - > recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x-lite/defconfig b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x-lite/defconfig > index e26be31..dbe579e 100644 > --- a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x-lite/defconfig > +++ b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x-lite/defconfig > @@ -127,7 +127,6 @@ CONFIG_IWLWIFI=m > CONFIG_INPUT_POLLDEV=y > # CONFIG_INPUT_MOUSEDEV_PSAUX is not set > CONFIG_INPUT_EVDEV=y > -CONFIG_INPUT_EVBUG=m > CONFIG_KEYBOARD_GPIO=y > CONFIG_KEYBOARD_IMX=y > # CONFIG_MOUSE_PS2 is not set > diff --git a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig > index 43bb5c9..6bb7159 100644 > --- a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig > +++ b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig > @@ -133,7 +133,6 @@ CONFIG_WLCORE_SDIO=m > CONFIG_INPUT_POLLDEV=y > # CONFIG_INPUT_MOUSEDEV_PSAUX is not set > CONFIG_INPUT_EVDEV=y > -CONFIG_INPUT_EVBUG=m > CONFIG_KEYBOARD_GPIO=y > CONFIG_KEYBOARD_IMX=y > # CONFIG_MOUSE_PS2 is not set > This looks familiar: https://github.com/boundarydevices/linux-imx6/commit/f6b5aef Acked-by: Eric Nelson