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:
parent
cf0b6068d2
commit
d75c2113a9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue