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 <vsetti@baylibre.com>
This commit is contained in:
Valerio Setti 2025-04-02 15:52:09 +02:00 committed by Benjamin Cabé
commit d75c2113a9

View file

@ -12,6 +12,7 @@ menuconfig BMA4XX
depends on DT_HAS_BOSCH_BMA4XX_ENABLED
depends on SENSOR_ASYNC_API
select I2C
select I2C_RTIO
select RTIO_WORKQ
help
Enable driver for Bosch BMA4XX (I2C-based)