mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
iio:ti_am335x_adc ensure that IIO_KFIFO_BUF is not selected witout IIO_BUFFER
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>
This commit is contained in:
parent
4fa2a9e468
commit
09f33c3320
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ config TI_ADC081C
|
||||||
config TI_AM335X_ADC
|
config TI_AM335X_ADC
|
||||||
tristate "TI's AM335X ADC driver"
|
tristate "TI's AM335X ADC driver"
|
||||||
depends on MFD_TI_AM335X_TSCADC
|
depends on MFD_TI_AM335X_TSCADC
|
||||||
|
select IIO_BUFFER
|
||||||
select IIO_KFIFO_BUF
|
select IIO_KFIFO_BUF
|
||||||
help
|
help
|
||||||
Say yes here to build support for Texas Instruments ADC
|
Say yes here to build support for Texas Instruments ADC
|
||||||
|
|
Loading…
Add table
Reference in a new issue