[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170802155741.GA18210@kroah.com>
Date: Wed, 2 Aug 2017 08:57:41 -0700
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: "H. Nikolaus Schaller" <hns@...delico.com>
Cc: Arnd Bergmann <arnd@...db.de>, Letux-kernel@...nphoenux.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] misc: Kconfig: fix missing tristate prompt and add help
for LIS3LV02D
On Wed, Aug 02, 2017 at 04:05:36PM +0200, H. Nikolaus Schaller wrote:
> fix missing tristate prompt and add help for LIS3LV02D
>
> Signed-off-by: H. Nikolaus Schaller <hns@...delico.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
"default n" can be removed as that is the deafule.
> + help
> + If you say yes here, you get support for the STM
> + LIS3LV02D sensor.
No name for what the module is called?
thanks,
greg k-h
Powered by blists - more mailing lists