Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1702144

[PATCH] misc: Kconfig: fix missing tristate prompt and add help for LIS3LV02D

From "H. Nikolaus Schaller" <hns@goldelico.com>
Newsgroups linux.kernel
Subject [PATCH] misc: Kconfig: fix missing tristate prompt and add help for LIS3LV02D
Date 2017-08-02 16:10 +0200
Message-ID <ua2vw-2qm-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


fix missing tristate prompt and add help for LIS3LV02D

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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] misc: Kconfig: fix missing tristate prompt and add help for LIS3LV02D "H. Nikolaus Schaller" <hns@goldelico.com> - 2017-08-02 16:10 +0200
  Re: [PATCH] misc: Kconfig: fix missing tristate prompt and add help  for LIS3LV02D Arnd Bergmann <arnd@arndb.de> - 2017-08-02 17:50 +0200
  Re: [PATCH] misc: Kconfig: fix missing tristate prompt and add help  for LIS3LV02D Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-08-02 18:00 +0200
    Re: [PATCH] misc: Kconfig: fix missing tristate prompt and add help for LIS3LV02D "H. Nikolaus Schaller" <hns@goldelico.com> - 2017-08-02 18:10 +0200
    Re: [PATCH] misc: Kconfig: fix missing tristate prompt and add help  for LIS3LV02D Arnd Bergmann <arnd@arndb.de> - 2017-08-02 18:10 +0200
      Re: [PATCH] misc: Kconfig: fix missing tristate prompt and add help for LIS3LV02D "H. Nikolaus Schaller" <hns@goldelico.com> - 2017-08-02 18:20 +0200
        Re: [Letux-kernel] [PATCH] misc: Kconfig: fix missing tristate prompt and add help for LIS3LV02D "H. Nikolaus Schaller" <hns@goldelico.com> - 2017-08-02 21:00 +0200

csiph-web