From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030925AbdIZSKp (ORCPT ); Tue, 26 Sep 2017 14:10:45 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:34702 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967470AbdIZSKn (ORCPT ); Tue, 26 Sep 2017 14:10:43 -0400 X-Google-Smtp-Source: AOwi7QD9pP7eofz2lvY7699eKkXjD6nXEiBcA0/LqAOIT7eHknslL2wO2Uo4cw1ZQRSlX4KVMfr65Q== Date: Tue, 26 Sep 2017 11:10:39 -0700 From: Dmitry Torokhov To: Randy Dunlap Cc: "linux-input@vger.kernel.org" , LKML , Daniel Ritz Subject: Re: [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED Message-ID: <20170926181039.GH14833@dtor-ws> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 25, 2017 at 06:47:00PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Change control of TOUCHSCREEN_USB_EASYTOUCH prompt string from > EMBEDDED to EXPERT to match the rest of this Kconfig file. > > Signed-off-by: Randy Dunlap > Cc: Daniel Ritz > Cc: Dmitry Torokhov Applied, thank you. > --- > drivers/input/touchscreen/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- lnx-414-rc2.orig/drivers/input/touchscreen/Kconfig > +++ lnx-414-rc2/drivers/input/touchscreen/Kconfig > @@ -949,7 +949,7 @@ config TOUCHSCREEN_USB_NEXIO > > config TOUCHSCREEN_USB_EASYTOUCH > default y > - bool "EasyTouch USB Touch controller device support" if EMBEDDED > + bool "EasyTouch USB Touch controller device support" if EXPERT > depends on TOUCHSCREEN_USB_COMPOSITE > help > Say Y here if you have an EasyTouch USB Touch controller. > > -- Dmitry