-
CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS
¶
Use VCI block pins as GPIOS
Type: bool
Help¶
By default these pins are not GPIOs, but HW controlled.
Set this if VCI pin block HW logic is not required in the board
design.
Default¶
y
Kconfig definition¶
At <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.soc:72
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:11
→ <BuildDir>/kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/microchip_mec/Kconfig:15
Menu path: (Top) → Hardware Configuration
config SOC_MEC1501_VCI_PINS_AS_GPIOS
bool "Use VCI block pins as GPIOS"
default y
depends on SOC_FAMILY_MEC
help
By default these pins are not GPIOs, but HW controlled.
Set this if VCI pin block HW logic is not required in the board
design.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)