CONFIG_GPIO_INTEL_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

GPIO_INTEL && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/gpio/Kconfig.intel:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:66

Menu path: (Top) → Device Drivers → GPIO Drivers → Intel Soc GPIO

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.)