:orphan: .. title:: CONFIG_BMP388 .. kconfig:: CONFIG_BMP388 CONFIG_BMP388 ############# *Bosch BMP388 pressure sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the Bosch BMP388 pressure sensor Direct dependencies =================== (\ :kconfig:`SPI ` || \ :kconfig:`I2C `) && \ :kconfig:`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:42`` → ``/Kconfig:64`` → ``/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.)*