Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1739424 > unrolled thread
| Started by | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| First post | 2017-09-26 03:50 +0200 |
| Last post | 2017-09-26 20:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] input/touchscreen: use EXPERT instead of EMBEDDED Randy Dunlap <rdunlap@infradead.org> - 2017-09-26 03:50 +0200
Re: [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-09-26 20:20 +0200
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2017-09-26 03:50 +0200 |
| Subject | [PATCH] input/touchscreen: use EXPERT instead of EMBEDDED |
| Message-ID | <utNay-6dv-9@gated-at.bofh.it> |
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.
[toc] | [next] | [standalone]
| From | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Date | 2017-09-26 20:20 +0200 |
| Message-ID | <uu2CC-8fI-9@gated-at.bofh.it> |
| In reply to | #1739424 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web