Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1701761 > unrolled thread
| Started by | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| First post | 2017-08-02 08:30 +0200 |
| Last post | 2017-08-02 16:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] misc: Kconfig: fix missing tristate prompt and help for LIS3LV02D "H. Nikolaus Schaller" <hns@goldelico.com> - 2017-08-02 08:30 +0200
Re: [PATCH] misc: Kconfig: fix missing tristate prompt and help for LIS3LV02D Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-08-02 16:00 +0200
| From | "H. Nikolaus Schaller" <hns@goldelico.com> |
|---|---|
| Date | 2017-08-02 08:30 +0200 |
| Subject | [PATCH] misc: Kconfig: fix missing tristate prompt and help for LIS3LV02D |
| Message-ID | <u9Vkl-6dN-9@gated-at.bofh.it> |
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> --- drivers/misc/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 8136dc7e863d..41781d61eac7 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -5,10 +5,13 @@ menu "Misc devices" config SENSORS_LIS3LV02D - tristate + tristate "support STMicroelectronics Sensor LIS3LV02D" depends on INPUT select INPUT_POLLDEV default n + help + If you say yes here, you get support for the STM + LIS3LV02D sensor. config AD525X_DPOT tristate "Analog Devices Digital Potentiometers" -- 2.12.2
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-08-02 16:00 +0200 |
| Subject | Re: [PATCH] misc: Kconfig: fix missing tristate prompt and help for LIS3LV02D |
| Message-ID | <ua2lQ-281-21@gated-at.bofh.it> |
| In reply to | #1701761 |
On Wed, Aug 02, 2017 at 08:23:35AM +0200, H. Nikolaus Schaller wrote: > Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com> > --- > drivers/misc/Kconfig | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) I can't take patches without any changelog text at all, sorry. greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web