The latest development version of this page may be more current than this released 1.14.0 version.
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

GPIO_INTEL_APL && GPIO

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/gpio/Kconfig.intel:17

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:69

Menu path: (top menu) → Device Drivers → GPIO Drivers → Intel Apollo Lake SoC GPIO

config GPIO_INTEL_APL_CHECK_PERMS
    bool
    prompt "Check permissions before manipulating GPIO" if GPIO_INTEL_APL && GPIO
    default "y" if GPIO_INTEL_APL && GPIO
    depends on GPIO_INTEL_APL && 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.

(Definitions include propagated dependencies, including from if’s and menus.)