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