public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc:  Kconfig: fix missing tristate prompt and help for LIS3LV02D
@ 2017-08-02  6:23 H. Nikolaus Schaller
  2017-08-02 13:54 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: H. Nikolaus Schaller @ 2017-08-02  6:23 UTC (permalink / raw)
  To: linux-kernel, Arnd Bergmann, Greg Kroah-Hartman
  Cc: Letux-kernel, H. Nikolaus Schaller

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

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

* Re: [PATCH] misc:  Kconfig: fix missing tristate prompt and help for LIS3LV02D
  2017-08-02  6:23 [PATCH] misc: Kconfig: fix missing tristate prompt and help for LIS3LV02D H. Nikolaus Schaller
@ 2017-08-02 13:54 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-08-02 13:54 UTC (permalink / raw)
  To: H. Nikolaus Schaller; +Cc: linux-kernel, Arnd Bergmann, Letux-kernel

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

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

end of thread, other threads:[~2017-08-02 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02  6:23 [PATCH] misc: Kconfig: fix missing tristate prompt and help for LIS3LV02D H. Nikolaus Schaller
2017-08-02 13:54 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox