diff options
| author | Randy Dunlap <[email protected]> | 2017-09-26 11:09:34 -0700 | 
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2017-09-26 11:52:09 -0700 | 
| commit | 8d25fee2845024d6e22829e9f14cd40f5c2f68cc (patch) | |
| tree | d78dad9a364ce322ce531c95bc12904a18df14ed | |
| parent | 361fa055f1ef475ca9f9bdf88884fd128273366e (diff) | |
Input: usbtouchscreen - use EXPERT instead of EMBEDDED for EasyTouch
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 <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
| -rw-r--r-- | drivers/input/touchscreen/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 64b30fe273fd..16cadc149bbc 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/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. |