The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LSM9DS0_MFD_ACCEL_ENABLE_X

Enable accelerometer X axis

Type: bool

Direct dependencies

LSM9DS0_MFD_ACCEL_ENABLE && LSM9DS0_MFD && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/lsm9ds0_mfd/Kconfig:120

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:94

Menu path: (top menu) → Device Drivers → Sensor Drivers → LSM9DS0 I2C accelerometer, magnetometer and temperature sensor chip → Attributes

config LSM9DS0_MFD_ACCEL_ENABLE_X
    bool
    prompt "Enable accelerometer X axis" if LSM9DS0_MFD_ACCEL_ENABLE && LSM9DS0_MFD && SENSOR
    default "y" if LSM9DS0_MFD_ACCEL_ENABLE && LSM9DS0_MFD && SENSOR
    depends on LSM9DS0_MFD_ACCEL_ENABLE && LSM9DS0_MFD && SENSOR

(Definitions include propagated dependencies, including from if’s and menus.)