:orphan: .. title:: CONFIG_BMA280 .. kconfig:: CONFIG_BMA280 CONFIG_BMA280 ############# *BMA280 Three Axis Accelerometer Family* Type: ``bool`` Help ==== .. code-block:: none Enable driver for BMA280 I2C-based triaxial accelerometer sensor family. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/bma280/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:57`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig BMA280 bool "BMA280 Three Axis Accelerometer Family" depends on I2C && SENSOR help Enable driver for BMA280 I2C-based triaxial accelerometer sensor family. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*