-
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.
Default¶
y
Kconfig definition¶
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
config GPIO_INTEL_APL_CHECK_PERMS
bool "Check permissions before manipulating GPIO"
default y
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)