Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: adc: ad7606: Fix typo in the driver name

The parallel driver's name is ad7606_par and not ad7606_parallel.

Fixes: 0046a46a8f93 ("staging/ad7606: Actually build the interface modules")
Signed-off-by: Guillaume Stols <gstols@baylibre.com>
Link: https://patch.msgid.link/20241004-ad7606_add_iio_backend_support-v3-1-38757012ce82@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Guillaume Stols and committed by
Jonathan Cameron
afdc5956 0d8f584d

+1 -1
+1 -1
drivers/iio/adc/Kconfig
··· 229 229 ad7605-4, ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC). 230 230 231 231 To compile this driver as a module, choose M here: the 232 - module will be called ad7606_parallel. 232 + module will be called ad7606_par. 233 233 234 234 config AD7606_IFACE_SPI 235 235 tristate "Analog Devices AD7606 ADC driver with spi interface support"