:orphan: .. title:: GPIO_INTEL_APL_CHECK_PERMS .. option:: CONFIG_GPIO_INTEL_APL_CHECK_PERMS *Check permissions before manipulating GPIO* Type: ``bool`` Help ==== This option enables the checks to make sure the GPIO pin can be manipulated. Only if the pin is owned by the host software and its functioning as GPIO, then the driver allows manipulating the pin. Say y if unsure. Direct dependencies =================== \ :option:`GPIO_INTEL_APL ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.intel:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:64`` Menu path: (Top) → Device Drivers → GPIO Drivers → Intel Apollo Lake SoC GPIO .. parsed-literal:: config GPIO_INTEL_APL_CHECK_PERMS bool "Check permissions before manipulating GPIO" default y depends on \ :option:`GPIO_INTEL_APL ` && \ :option:`GPIO ` help This option enables the checks to make sure the GPIO pin can be manipulated. Only if the pin is owned by the host software and its functioning as GPIO, then the driver allows manipulating the pin. Say y if unsure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*