linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER
@ 2013-09-25 20:37 Jonathan Cameron
  2013-09-26  3:27 ` Zubair Lutfullah :
  2013-09-28 10:47 ` Jonathan Cameron
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Cameron @ 2013-09-25 20:37 UTC (permalink / raw)
  To: linux-iio
  Cc: zubair.lutfullah, lars, fengguang.wu, Russ.Dill, kbuild-all,
	Jonathan Cameron

This avoids build problems such iio_push_to_buffers* not being defined.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
---
 drivers/iio/adc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index 8b88518..2209f28 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -177,6 +177,7 @@ config TI_ADC081C
 config TI_AM335X_ADC
 	tristate "TI's AM335X ADC driver"
 	depends on MFD_TI_AM335X_TSCADC
+	select IIO_BUFFER
 	select IIO_KFIFO_BUF
 	help
 	  Say yes here to build support for Texas Instruments ADC
-- 
1.8.4


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

* Re: [PATCH] iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER
  2013-09-25 20:37 [PATCH] iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER Jonathan Cameron
@ 2013-09-26  3:27 ` Zubair Lutfullah :
  2013-09-28 10:47 ` Jonathan Cameron
  1 sibling, 0 replies; 3+ messages in thread
From: Zubair Lutfullah : @ 2013-09-26  3:27 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: linux-iio, zubair.lutfullah, lars, fengguang.wu, Russ.Dill,
	kbuild-all

On Wed, Sep 25, 2013 at 09:37:21PM +0100, Jonathan Cameron wrote:
> This avoids build problems such iio_push_to_buffers* not being defined.

Apologies for the tiny blooper causing such a fuss.
Zubair

> 
> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> ---
>  drivers/iio/adc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index 8b88518..2209f28 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -177,6 +177,7 @@ config TI_ADC081C
>  config TI_AM335X_ADC
>  	tristate "TI's AM335X ADC driver"
>  	depends on MFD_TI_AM335X_TSCADC
> +	select IIO_BUFFER
>  	select IIO_KFIFO_BUF
>  	help
>  	  Say yes here to build support for Texas Instruments ADC
> -- 
> 1.8.4
> 

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

* Re: [PATCH] iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER
  2013-09-25 20:37 [PATCH] iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER Jonathan Cameron
  2013-09-26  3:27 ` Zubair Lutfullah :
@ 2013-09-28 10:47 ` Jonathan Cameron
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2013-09-28 10:47 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: linux-iio, zubair.lutfullah, lars, fengguang.wu, Russ.Dill,
	kbuild-all

On 09/25/13 21:37, Jonathan Cameron wrote:
> This avoids build problems such iio_push_to_buffers* not being defined.
> 
> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
Applied to the togreg branch of iio.git.

> ---
>  drivers/iio/adc/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
> index 8b88518..2209f28 100644
> --- a/drivers/iio/adc/Kconfig
> +++ b/drivers/iio/adc/Kconfig
> @@ -177,6 +177,7 @@ config TI_ADC081C
>  config TI_AM335X_ADC
>  	tristate "TI's AM335X ADC driver"
>  	depends on MFD_TI_AM335X_TSCADC
> +	select IIO_BUFFER
>  	select IIO_KFIFO_BUF
>  	help
>  	  Say yes here to build support for Texas Instruments ADC
> 

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

end of thread, other threads:[~2013-09-28 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 20:37 [PATCH] iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER Jonathan Cameron
2013-09-26  3:27 ` Zubair Lutfullah :
2013-09-28 10:47 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).