:orphan: .. title:: GPIO_XEC_GPIO040_076 .. option:: CONFIG_GPIO_XEC_GPIO040_076 *GPIO 040-036* Type: ``bool`` Help ==== Enable GPIO 040-076 or what would be equivalent to Port B 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:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_XEC_GPIO040_076 bool default y depends on \ :option:`GPIO_XEC ` && \ :option:`BOARD_MEC1501MODULAR_ASSY6885 ` ---- At ``boards/arm/mec15xxevb_assy6853/Kconfig.defconfig:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:26`` Menu path: (Top) .. parsed-literal:: config GPIO_XEC_GPIO040_076 bool default y depends on \ :option:`GPIO_XEC ` && \ :option:`BOARD_MEC15XXEVB_ASSY6853 ` ---- At ``drivers/gpio/Kconfig.xec:20`` 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_GPIO040_076 bool "GPIO 040-036" depends on \ :option:`GPIO_XEC ` && \ :option:`GPIO ` help Enable GPIO 040-076 or what would be equivalent to Port B *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*