:orphan: .. title:: LSM9DS0_MFD_ACCEL_ENABLE .. option:: CONFIG_LSM9DS0_MFD_ACCEL_ENABLE *Enable accelerometer* Type: ``bool`` Help ==== Enable/disable accelerometer totally by stripping everything related in driver. Direct dependencies =================== \ :option:`LSM9DS0_MFD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm9ds0_mfd/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:137`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM9DS0 I2C accelerometer, magnetometer and temperature sensor chip .. parsed-literal:: config LSM9DS0_MFD_ACCEL_ENABLE bool "Enable accelerometer" default y depends on \ :option:`LSM9DS0_MFD ` && \ :option:`SENSOR ` help Enable/disable accelerometer totally by stripping everything related in driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*