]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: adc: ad7768-1: Select GPIOLIB
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 11 Jan 2026 16:55:28 +0000 (16:55 +0000)
committerJonathan Cameron <jic23@kernel.org>
Tue, 26 May 2026 18:22:41 +0000 (19:22 +0100)
commit5a9c90350be4f6f175bdd193e8bd60a7aedfb4d2
treef4c6c6381caf4ec96c7ac610a8c7eb5b0db14905
parentc52bb33b641ebaae3e209f97714cb1758206f7d9
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: d569ae0f052e ("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>
drivers/iio/adc/Kconfig