Skip to content

Commit d75c211

Browse files
valeriosettikartben
authored andcommitted
drivers: sensors: bma4xx: add I2C_RTIO Kconfig for I2C
Since #83575 bma4xx driver relies on RTIO to work. This means that CONFIG_I2C_RTIO should be defined together with CONFIG_I2C in the Kconfig, otherwise I2C_DT_IODEV_DEFINE() won't be available at build time. Signed-off-by: Valerio Setti <[email protected]>
1 parent cf0b606 commit d75c211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/sensor/bosch/bma4xx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ menuconfig BMA4XX
1212
depends on DT_HAS_BOSCH_BMA4XX_ENABLED
1313
depends on SENSOR_ASYNC_API
1414
select I2C
15+
select I2C_RTIO
1516
select RTIO_WORKQ
1617
help
1718
Enable driver for Bosch BMA4XX (I2C-based)

0 commit comments

Comments
 (0)