:orphan: .. title:: BMP388 .. option:: CONFIG_BMP388 *Bosch BMP388 pressure sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the Bosch BMP388 pressure sensor Direct dependencies =================== (\ :option:`SPI ` || \ :option:`I2C `) && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/bmp388/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:73`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig 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.)*