From patchwork Tue Sep 26 01:47:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 9970879 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A5723602D8 for ; Tue, 26 Sep 2017 01:47:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9779A287B1 for ; Tue, 26 Sep 2017 01:47:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8C68128E45; Tue, 26 Sep 2017 01:47:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0232D287B1 for ; Tue, 26 Sep 2017 01:47:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936781AbdIZBrH (ORCPT ); Mon, 25 Sep 2017 21:47:07 -0400 Received: from merlin.infradead.org ([205.233.59.134]:48522 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934961AbdIZBrF (ORCPT ); Mon, 25 Sep 2017 21:47:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Subject:From:Cc:To:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=TpznPFiXkEspcrCft6tyjTFnb7qwGO2Ob0CeDVf9aCo=; b=yJ2Cqb8lpG1klwYPK+JD3gMCQB /ltYda229xBW068gE7OhbsSEIwpd2LxBkkVqITioV8TLsGb37cgIodgTo/ctBpaQTl1pwJs4YDZkI /iSo2DWYb1Z56SRhaZ5UVWwPyfSrRwiN4cPEOcfglxpfy9FAFMpw3QhO0tQavvqA/aD6iVL005tyx /09EVPLgN+M6qeztk6fQxqopNPQdcLwUNw0TwIMcRdUNxGvkU9glArLT5u0wwFwkbcHEwW3rscxJZ p4WXh/U/FHSBBr2fYPh/SDDZWJLDR4kHC+Ze9aPmp8ArTT4bPOXxxikG04AWoffgxLTM+2/0Ok0z2 kRa+u92g==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by merlin.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1dwexi-00015z-8u; Tue, 26 Sep 2017 01:47:02 +0000 To: "linux-input@vger.kernel.org" , LKML Cc: Daniel Ritz , Dmitry Torokhov From: Randy Dunlap Subject: [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED Message-ID: Date: Mon, 25 Sep 2017 18:47:00 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- drivers/input/touchscreen/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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.