:orphan: .. title:: HMC5883L_GPIO_DEV_NAME .. option:: CONFIG_HMC5883L_GPIO_DEV_NAME *GPIO device* Type: ``string`` Help ==== The device name of the GPIO device to which the HMC5883L interrupt pin is connected. Direct dependencies =================== \ :option:`HMC5883L_TRIGGER ` && \ :option:`HMC5883L ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "GPIO_0" if \ :option:`HMC5883L_TRIGGER ` && \ :option:`HMC5883L ` && \ :option:`SENSOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/hmc5883l/Kconfig:52`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:68`` Menu path: (top menu) → Device Drivers → Sensor Drivers → HMC5883L magnetometer .. parsed-literal:: config HMC5883L_GPIO_DEV_NAME string prompt "GPIO device" if \ :option:`HMC5883L_TRIGGER ` && \ :option:`HMC5883L ` && \ :option:`SENSOR ` default "GPIO_0" if \ :option:`HMC5883L_TRIGGER ` && \ :option:`HMC5883L ` && \ :option:`SENSOR ` depends on \ :option:`HMC5883L_TRIGGER ` && \ :option:`HMC5883L ` && \ :option:`SENSOR ` help The device name of the GPIO device to which the HMC5883L interrupt pin is connected. *(Definitions include propagated dependencies, including from if's and menus.)*