:orphan: .. title:: GPIO_LMP90XXX_INIT_PRIORITY .. option:: CONFIG_GPIO_LMP90XXX_INIT_PRIORITY *Driver init priority* Type: ``int`` Help ==== Device driver initialization priority. This driver must be initialized after the LMP90xxx ADC driver. Direct dependencies =================== \ :option:`GPIO_LMP90XXX ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 99 Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.lmp90xxx:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:74`` Menu path: (Top) → Device Drivers → GPIO Drivers → LMP90xxx GPIO driver .. parsed-literal:: config GPIO_LMP90XXX_INIT_PRIORITY int "Driver init priority" default 99 depends on \ :option:`GPIO_LMP90XXX ` && \ :option:`GPIO ` help Device driver initialization priority. This driver must be initialized after the LMP90xxx ADC driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*