All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] iio: temperature: add Kconfig selects for triggered buffer
@ 2016-08-15 23:09 Alison Schofield
  2016-08-21 18:51 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Alison Schofield @ 2016-08-15 23:09 UTC (permalink / raw)
  To: jic23; +Cc: mranostay, knaack.h, lars, pmeerw, linux-iio, linux-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] iio: temperature: add Kconfig selects for triggered buffer
  2016-08-15 23:09 [PATCH v2] iio: temperature: add Kconfig selects for triggered buffer Alison Schofield
@ 2016-08-21 18:51 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2016-08-21 18:51 UTC (permalink / raw)
  To: Alison Schofield
  Cc: mranostay, knaack.h, lars, pmeerw, linux-iio, linux-kernel

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.
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-21 18:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15 23:09 [PATCH v2] iio: temperature: add Kconfig selects for triggered buffer Alison Schofield
2016-08-21 18:51 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.