Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1702560 > unrolled thread
| Started by | Andreas Klinger <ak@it-klinger.de> |
|---|---|
| First post | 2017-08-03 01:30 +0200 |
| Last post | 2017-08-12 14:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 7/7] iio: srf08: change text in Kconfig Andreas Klinger <ak@it-klinger.de> - 2017-08-03 01:30 +0200
Re: [PATCH 7/7] iio: srf08: change text in Kconfig Jonathan Cameron <jic23@kernel.org> - 2017-08-12 14:10 +0200
| From | Andreas Klinger <ak@it-klinger.de> |
|---|---|
| Date | 2017-08-03 01:30 +0200 |
| Subject | [PATCH 7/7] iio: srf08: change text in Kconfig |
| Message-ID | <uabfr-8iN-13@gated-at.bofh.it> |
Changed text in menu entry and help text to reflect recent changes Signed-off-by: Andreas Klinger <ak@it-klinger.de> --- drivers/iio/proximity/Kconfig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig index 5b81a8c9d438..7a06ef4ced39 100644 --- a/drivers/iio/proximity/Kconfig +++ b/drivers/iio/proximity/Kconfig @@ -57,14 +57,14 @@ config SX9500 module will be called sx9500. config SRF08 - tristate "Devantech SRF08 ultrasonic ranger sensor" + tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor" depends on I2C help - Say Y here to build a driver for Devantech SRF08 ultrasonic - ranger sensor. This driver can be used to measure the distance - of objects. + Say Y here to build a driver for Devantech SRF02/SRF08/SRF10 + ultrasonic ranger sensor with I2C interfaces. This driver can be + used to measure the distance of objects. - To compile this driver as a module, choose M here: the - module will be called srf08. + To compile this driver as a module, choose M here: the module will + be called srf08. endmenu -- 2.1.4 --
[toc] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2017-08-12 14:10 +0200 |
| Message-ID | <udDoS-yg-23@gated-at.bofh.it> |
| In reply to | #1702560 |
On Thu, 3 Aug 2017 01:26:34 +0200 Andreas Klinger <ak@it-klinger.de> wrote: > Changed text in menu entry and help text to reflect recent changes > > Signed-off-by: Andreas Klinger <ak@it-klinger.de> Please merge this back into the relevant patches. Yes it will generate more churn, but it will also be correct any stage in the series being applied which is what we are looking for. Jonathan > --- > drivers/iio/proximity/Kconfig | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/iio/proximity/Kconfig b/drivers/iio/proximity/Kconfig > index 5b81a8c9d438..7a06ef4ced39 100644 > --- a/drivers/iio/proximity/Kconfig > +++ b/drivers/iio/proximity/Kconfig > @@ -57,14 +57,14 @@ config SX9500 > module will be called sx9500. > > config SRF08 > - tristate "Devantech SRF08 ultrasonic ranger sensor" > + tristate "Devantech SRF02/SRF08/SRF10 ultrasonic ranger sensor" > depends on I2C > help > - Say Y here to build a driver for Devantech SRF08 ultrasonic > - ranger sensor. This driver can be used to measure the distance > - of objects. > + Say Y here to build a driver for Devantech SRF02/SRF08/SRF10 > + ultrasonic ranger sensor with I2C interfaces. This driver can be > + used to measure the distance of objects. > > - To compile this driver as a module, choose M here: the > - module will be called srf08. > + To compile this driver as a module, choose M here: the module will > + be called srf08. > > endmenu
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web