:orphan: .. title:: BMM150 .. option:: CONFIG_BMM150 *BMM150 I2C Geomagnetic Chip* Type: ``bool`` Help ==== Enable driver for BMM150 I2C-based Geomagnetic sensor. Direct dependencies =================== \ :option:`I2C ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bmm150/Kconfig:9`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:52`` Menu path: (top menu) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig BMM150 bool prompt "BMM150 I2C Geomagnetic Chip" if \ :option:`I2C ` && \ :option:`SENSOR ` depends on \ :option:`I2C ` && \ :option:`SENSOR ` help Enable driver for BMM150 I2C-based Geomagnetic sensor. *(Definitions include propagated dependencies, including from if's and menus.)*