Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1463266 > unrolled thread
| Started by | Alison Schofield <amsfield22@gmail.com> |
|---|---|
| First post | 2016-08-16 01:20 +0200 |
| Last post | 2016-08-21 21:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH v2] iio: temperature: add Kconfig selects for triggered buffer Alison Schofield <amsfield22@gmail.com> - 2016-08-16 01:20 +0200
Re: [PATCH v2] iio: temperature: add Kconfig selects for triggered buffer Jonathan Cameron <jic23@kernel.org> - 2016-08-21 21:00 +0200
| From | Alison Schofield <amsfield22@gmail.com> |
|---|---|
| Date | 2016-08-16 01:20 +0200 |
| Subject | [PATCH v2] iio: temperature: add Kconfig selects for triggered buffer |
| Message-ID | <s6zkJ-3DX-17@gated-at.bofh.it> |
Select IIO_BUFFER and IIO_TRIGGERED_BUFFER to compile maxim_thermocouple. Signed-off-by: Alison Schofield <amsfield22@gmail.com> Cc: Daniel Baluta <daniel.baluta@gmail.com> --- Changes in v2 - split off from a group patch destined for another branch - rebased on iio/togreg drivers/iio/temperature/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig index 1d3da05..5ea77a7 100644 --- a/drivers/iio/temperature/Kconfig +++ b/drivers/iio/temperature/Kconfig @@ -6,6 +6,8 @@ menu "Temperature sensors" config MAXIM_THERMOCOUPLE tristate "Maxim thermocouple sensors" depends on SPI + select IIO_BUFFER + select IIO_TRIGGERED_BUFFER help If you say yes here you get support for the Maxim series of thermocouple sensors connected via SPI. -- 2.1.4
[toc] | [next] | [standalone]
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Date | 2016-08-21 21:00 +0200 |
| Subject | Re: [PATCH v2] iio: temperature: add Kconfig selects for triggered buffer |
| Message-ID | <s8G8p-40v-9@gated-at.bofh.it> |
| In reply to | #1463266 |
On 16/08/16 00:09, Alison Schofield wrote: > Select IIO_BUFFER and IIO_TRIGGERED_BUFFER to compile maxim_thermocouple. > > Signed-off-by: Alison Schofield <amsfield22@gmail.com> > Cc: Daniel Baluta <daniel.baluta@gmail.com> Applied to the togreg branch of iio.git. Thanks Alison, Jonathan > --- > Changes in v2 > - split off from a group patch destined for another branch > - rebased on iio/togreg > > drivers/iio/temperature/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/iio/temperature/Kconfig b/drivers/iio/temperature/Kconfig > index 1d3da05..5ea77a7 100644 > --- a/drivers/iio/temperature/Kconfig > +++ b/drivers/iio/temperature/Kconfig > @@ -6,6 +6,8 @@ menu "Temperature sensors" > config MAXIM_THERMOCOUPLE > tristate "Maxim thermocouple sensors" > depends on SPI > + select IIO_BUFFER > + select IIO_TRIGGERED_BUFFER > help > If you say yes here you get support for the Maxim series of > thermocouple sensors connected via SPI. >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web