linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED
@ 2017-09-26  1:47 Randy Dunlap
  2017-09-26 18:10 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-09-26  1:47 UTC (permalink / raw)
  To: linux-input@vger.kernel.org, LKML; +Cc: Daniel Ritz, Dmitry Torokhov

From: Randy Dunlap <rdunlap@infradead.org>

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 <rdunlap@infradead.org>
Cc: Daniel Ritz <daniel.ritz@gmx.ch>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED
  2017-09-26  1:47 [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED Randy Dunlap
@ 2017-09-26 18:10 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2017-09-26 18:10 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-input@vger.kernel.org, LKML, Daniel Ritz

On Mon, Sep 25, 2017 at 06:47:00PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> 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 <rdunlap@infradead.org>
> Cc: Daniel Ritz <daniel.ritz@gmx.ch>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-26 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26  1:47 [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED Randy Dunlap
2017-09-26 18:10 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).