linux/drivers/staging/iio
Lars-Peter Clausen 31ad70ea58 staging:iio:adis16260: Select adislib
Commit 9d5e9fdf ("staging:iio:adis16260: Use adis library") switched over the
adis16260 driver to use the common adis library but neglected to update the
Kconfig entry to reflect the change.

This leads to the following compile error if no other driver selects the adis
library:

	drivers/built-in.o: In function `adis16260_write_frequency':
		adis16260_core.c:(.text+0x5a83bf): undefined reference to `adis_write_reg_8'
	drivers/built-in.o: In function `adis16260_read_frequency':
		adis16260_core.c:(.text+0x5a8433): undefined reference to `adis_read_reg_16'
	drivers/built-in.o: In function `adis16260_write_raw':
		adis16260_core.c:(.text+0x5a8538): undefined reference to `adis_write_reg_16'
		adis16260_core.c:(.text+0x5a856b): undefined reference to `adis_write_reg_16'
	drivers/built-in.o: In function `adis16260_read_raw':
		adis16260_core.c:(.text+0x5a85d3): undefined reference to `adis_single_conversion'
		adis16260_core.c:(.text+0x5a873e): undefined reference to `adis_read_reg_16'
		adis16260_core.c:(.text+0x5a87fb): undefined reference to `adis_read_reg_16'
	drivers/built-in.o: In function `adis16260_probe':
		adis16260_core.c:(.devinit.text+0x5c6b8): undefined reference to `adis_init'
		adis16260_core.c:(.devinit.text+0x5c799): undefined reference to `adis_initial_startup'
	drivers/built-in.o: In function `adis16260_remove':
		adis16260_core.c:(.devexit.text+0x9943): undefined reference to `adis_write_reg_16'

This patch updates the adis16260 Kconfig entry to select the adis library.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2012-12-27 10:59:31 +00:00
..
Documentation iio: Documentation change for inkern interface. 2012-09-15 10:02:16 +01:00
accel staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
adc staging:iio: Move ad7793 driver out of staging 2012-11-30 12:57:08 +00:00
addac staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
cdc staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
frequency staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
gyro staging:iio:adis16260: Select adislib 2012-12-27 10:59:31 +00:00
impedance-analyzer staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
imu staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
light staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
magnetometer staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
meter staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
resolver staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
trigger staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
Kconfig iio: fix spelling of subsystem 2012-09-03 20:26:44 +01:00
Makefile staging:iio: Move DAC drivers out of staging 2012-06-05 14:02:25 +09:00
TODO staging:iio: Update email address for Jonathan Cameron. 2012-09-03 20:26:46 +01:00
iio_dummy_evgen.c staging:iio: Don't compare boolean values with true/false 2012-10-19 16:19:45 +01:00
iio_dummy_evgen.h staging:iio:dummy Add event support + fake event generator 2011-10-17 15:36:30 -07:00
iio_hwmon.c staging: iio: remove use of __devexit_p 2012-11-21 15:02:23 -08:00
iio_simple_dummy.c staging: iio: remove use of __devinit 2012-11-21 14:31:41 -08:00
iio_simple_dummy.h staging:iio:dummy: Fix potential NULL pointer dereference 2012-09-22 10:55:08 +01:00
iio_simple_dummy_buffer.c staging:iio: Add support for multiple buffers 2012-11-10 10:17:21 +00:00
iio_simple_dummy_events.c staging: iio: Fix typo in iio 2012-05-08 16:04:12 -07:00
ring_hw.h staging:iio: Update email address for Jonathan Cameron. 2012-09-03 20:26:46 +01:00
ring_sw.c iio: Drop timestamp parameter from buffer store_to callback 2012-09-08 10:14:34 +01:00
ring_sw.h IIO: Move core headers to include/linux/iio 2012-04-25 11:01:43 -07:00