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

GPIO device where BMC150_MAGN data ready interrupt is connected

Type: string

Help

Specify the device name of the GPIO controller the BMC150_MAGN interrupt is connected to.

Direct dependencies

BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/bmc150_magn/Kconfig:96

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → BMC150_MAGN I2C Magnetometer Chip

config BMC150_MAGN_GPIO_DRDY_DEV_NAME
    string
    prompt "GPIO device where BMC150_MAGN data ready interrupt is connected" if BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR
    default "GPIO_0" if BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR
    depends on BMC150_MAGN_TRIGGER_DRDY && BMC150_MAGN && SENSOR
    help
      Specify the device name of the GPIO controller the BMC150_MAGN interrupt
      is connected to.

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