diff options
| author | Petre Rodan <petre.rodan@subdimension.ro> | 2026-01-14 10:51:37 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2026-01-14 11:50:54 +0300 |
| commit | 1ec5e098ef5f9cefdaccca3747b5e3802fb8b2bf (patch) | |
| tree | f86671b6e37947a9e08d1c41859690a03224ff1a | |
| parent | f7e0867561f0d17630608f57512fbb8da155e1e2 (diff) | |
| download | linux-1ec5e098ef5f9cefdaccca3747b5e3802fb8b2bf.tar.xz | |
iio: pressure: abp2030pa: fix typo in Kconfig description
Replace "I2C" with "SPI" in the SPI module description.
Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | drivers/iio/pressure/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig index 0d25842aa414..838a8340c4c0 100644 --- a/drivers/iio/pressure/Kconfig +++ b/drivers/iio/pressure/Kconfig @@ -38,7 +38,7 @@ config ABP2030PA_SPI depends on SPI_MASTER select ABP2030PA help - Say Y here to build I2C bus support for the Honeywell ABP2 + Say Y here to build SPI bus support for the Honeywell ABP2 series pressure and temperature digital sensor. To compile this driver as a module, choose M here: the module |
