:orphan: .. title:: CONFIG_GPIO_INTEL_CHECK_PERMS .. kconfig:: CONFIG_GPIO_INTEL_CHECK_PERMS CONFIG_GPIO_INTEL_CHECK_PERMS ############################# *Check permissions before manipulating GPIO* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`GPIO_INTEL ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/gpio/Kconfig.intel:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:66`` Menu path: (Top) → Device Drivers → GPIO Drivers → Intel Soc GPIO .. code-block:: kconfig config GPIO_INTEL_CHECK_PERMS bool "Check permissions before manipulating GPIO" default y depends on GPIO_INTEL && 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.)*