:orphan: .. title:: GPIO_XEC_GPIO000_036 .. option:: CONFIG_GPIO_XEC_GPIO000_036 *GPIO 000-036* Type: ``bool`` Help ==== Enable GPIO 000-036 or what would be equivalent to PortA. Direct dependencies =================== (\ :option:`GPIO_XEC ` && \ :option:`BOARD_MEC1501MODULAR_ASSY6885 `) || (\ :option:`GPIO_XEC ` && \ :option:`BOARD_MEC15XXEVB_ASSY6853 `) || (\ :option:`GPIO_XEC ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/mec1501modular_assy6885/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_XEC_GPIO000_036 bool default y depends on \ :option:`GPIO_XEC ` && \ :option:`BOARD_MEC1501MODULAR_ASSY6885 ` ---- At ``boards/arm/mec15xxevb_assy6853/Kconfig.defconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_XEC_GPIO000_036 bool default y depends on \ :option:`GPIO_XEC ` && \ :option:`BOARD_MEC15XXEVB_ASSY6853 ` ---- At ``drivers/gpio/Kconfig.xec:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:60`` Menu path: (Top) → Device Drivers → GPIO Drivers → XEC Microchip GPIO driver .. parsed-literal:: config GPIO_XEC_GPIO000_036 bool "GPIO 000-036" depends on \ :option:`GPIO_XEC ` && \ :option:`GPIO ` help Enable GPIO 000-036 or what would be equivalent to PortA. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*