:orphan: .. title:: LSM9DS0_MFD_ACCEL_ENABLE_Y .. option:: CONFIG_LSM9DS0_MFD_ACCEL_ENABLE_Y *Enable accelerometer Y axis* Type: ``bool`` Direct dependencies =================== \ :option:`LSM9DS0_MFD_ACCEL_ENABLE ` && \ :option:`LSM9DS0_MFD ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm9ds0_mfd/Kconfig:121`` 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 → Attributes .. parsed-literal:: config LSM9DS0_MFD_ACCEL_ENABLE_Y bool "Enable accelerometer Y axis" default y depends on \ :option:`LSM9DS0_MFD_ACCEL_ENABLE ` && \ :option:`LSM9DS0_MFD ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*