mirror of https://gitee.com/openkylin/linux.git
iio:adc: Fix trivial typo
"an" should be "and". Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/20210401150810.227168-1-jic23@kernel.org
This commit is contained in:
parent
6baee4bd63
commit
4d84487d96
|
@ -97,7 +97,7 @@ config AD7298
|
|||
module will be called ad7298.
|
||||
|
||||
config AD7476
|
||||
tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD an TI"
|
||||
tristate "Analog Devices AD7476 1-channel ADCs driver and other similar devices from AD and TI"
|
||||
depends on SPI
|
||||
select IIO_BUFFER
|
||||
select IIO_TRIGGERED_BUFFER
|
||||
|
|
Loading…
Reference in New Issue