mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 03:01:41 +02:00
iio: adc: ad7768-1: Select GPIOLIB
This driver provides a gpio chip a some related functions are not
stubbed if GPIOLIB is not built.
ad7768-1.c:420: undefined reference to `gpiochip_get_data'
ad7768-1.c:498: undefined reference to `devm_gpiochip_add_data_with_key'
Dual sign off reflects change of affiliation whilst this was under review.
Fixes: d569ae0f05 ("iio: adc: ad7768-1: Add GPIO controller support")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202512271235.WwAmAbOa-lkp@intel.com/
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Stable@vger.kernel.org
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
c52bb33b64
commit
5a9c90350b
|
|
@ -415,6 +415,7 @@ config AD7766
|
|||
config AD7768_1
|
||||
tristate "Analog Devices AD7768-1 ADC driver"
|
||||
depends on SPI
|
||||
select GPIOLIB
|
||||
select REGULATOR
|
||||
select REGMAP_SPI
|
||||
select RATIONAL
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user