:orphan: .. title:: CONFIG_GPIO_SNPS_CREG_INIT_PRIORITY .. kconfig:: CONFIG_GPIO_SNPS_CREG_INIT_PRIORITY CONFIG_GPIO_SNPS_CREG_INIT_PRIORITY ################################### *Init priority* Type: ``int`` Help ==== .. code-block:: none Device driver initialization priority. Direct dependencies =================== \ :kconfig:`GPIO_SNPS_CREG ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 70 Kconfig definition ================== At ``/gpio/Kconfig.creg_gpio:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:96`` Menu path: (Top) → Device Drivers → GPIO Drivers → SNPS CREG GPIO .. code-block:: kconfig config GPIO_SNPS_CREG_INIT_PRIORITY int "Init priority" default 70 depends on GPIO_SNPS_CREG && GPIO help Device driver initialization priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*