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

2017-08-02 Thread H. Nikolaus Schaller
> Am 02.08.2017 um 18:13 schrieb H. Nikolaus Schaller : > > Hi, > >> Am 02.08.2017 um 18:06 schrieb Arnd Bergmann : >> >> On Wed, Aug 2, 2017 at 5:57 PM, Greg Kroah-Hartman >> wrote: >>> On Wed, Aug 02, 2017 at 04:05:36PM +0200, H. Nikolaus Schaller wrote: + help + If you s

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

2017-08-02 Thread H. Nikolaus Schaller
Hi, > Am 02.08.2017 um 18:06 schrieb Arnd Bergmann : > > On Wed, Aug 2, 2017 at 5:57 PM, Greg Kroah-Hartman > 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.

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

2017-08-02 Thread Arnd Bergmann
On Wed, Aug 2, 2017 at 5:57 PM, Greg Kroah-Hartman 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 ev

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

2017-08-02 Thread H. Nikolaus Schaller
Hi, > Am 02.08.2017 um 17:57 schrieb Greg Kroah-Hartman > : > > 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 >> --- >> drivers/misc/Kconfig | 5 - >> 1 file changed,

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

2017-08-02 Thread Greg Kroah-Hartman
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 > --- > drivers/misc/Kconfig | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/drivers/misc/Kconfig b

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

2017-08-02 Thread Arnd Bergmann
On Wed, Aug 2, 2017 at 4:05 PM, H. Nikolaus Schaller wrote: > fix missing tristate prompt and add help for LIS3LV02D Should there be another patch to change the 'select SENSORS_LIS3LV02D' statements to 'depends on'? Generally speaking, we should avoid selecting user visible symbols. Arnd

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

2017-08-02 Thread H. Nikolaus Schaller
fix missing tristate prompt and add help for LIS3LV02D Signed-off-by: H. Nikolaus Schaller --- 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/Kconf