:orphan: .. title:: CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS .. kconfig:: CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS #################################### *Use VCI block pins as GPIOS* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_FAMILY_MEC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/arm/microchip_mec/mec1501/Kconfig.soc:72`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*