-
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 <Zephyr>/drivers/gpio/Kconfig.intel:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:34
→ <Zephyr>/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 onGPIO_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.)