-
CONFIG_BMP388
¶
Bosch BMP388 pressure sensor
Type: bool
Help¶
Enable driver for the Bosch BMP388 pressure sensor
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/sensor/bmp388/Kconfig:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:73
Menu path: (Top) → Device Drivers → Sensor Drivers
menuconfig BMP388
bool "Bosch BMP388 pressure sensor"
depends on (SPI || I2C) && SENSOR
help
Enable driver for the Bosch BMP388 pressure sensor
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)