[PATCH v6 1/2] iio: pressure: abp2030pa: fix typo in Kconfig description
From: Petre Rodan
Date: Wed Jan 14 2026 - 02:55:24 EST
Replace "I2C" with "SPI" in the SPI module description.
Fixes: 47d323ce1e89 ("iio: pressure: add Honeywell ABP2 driver")
Signed-off-by: Petre Rodan <petre.rodan@xxxxxxxxxxxxxxx>
---
drivers/iio/pressure/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.52.0