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

From: Arnd Bergmann
Date: Wed Aug 02 2017 - 12:06:43 EST


On Wed, Aug 2, 2017 at 5:57 PM, Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> On Wed, Aug 02, 2017 at 04:05:36PM +0200, H. Nikolaus Schaller wrote:
>> + help
>> + If you say yes here, you get support for the STM
>> + LIS3LV02D sensor.
>
> No name for what the module is called?

Not sure if that's even relevant here, as the symbol only controls the
base driver that doesn't do anything by itself, while the LIS3_SPI/LIS3_I2C
Kconfig symbols are the interesting ones.

The help text should also reflect that I think and explain why you would
enable the symbol in the first place (which the patch description doesn't
either).

Arnd