:orphan: .. title:: SOC_MEC1501_VCI_PINS_AS_GPIOS .. option:: 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. Direct dependencies =================== \ :option:`SOC_FAMILY_MEC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/microchip_mec/mec1501/Kconfig.soc:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SOC_MEC1501_VCI_PINS_AS_GPIOS bool "Use VCI block pins as GPIOS" default y depends on \ :option:`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.)*