CONFIG_BMG160_GPIO_PORT_NAME

GPIO controller port name

Type: string

Help

The gpio controller the interrupt pin is attached to.

Direct dependencies

BMG160 && BMG160_TRIGGER && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/bmg160/Kconfig:90

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:56

Menu path: (top menu) → Device Drivers → Sensor Drivers → Bosch BMG160 gyroscope support

config BMG160_GPIO_PORT_NAME
    string
    prompt "GPIO controller port name" if BMG160 && BMG160_TRIGGER && SENSOR
    default "GPIO_0" if BMG160 && BMG160_TRIGGER && SENSOR
    depends on BMG160 && BMG160_TRIGGER && SENSOR
    help
      The gpio controller the interrupt pin is attached to.

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