File tree Expand file tree Collapse file tree 5 files changed +610
-0
lines changed
soc/microchip/pic32c/pic32cm_jh Expand file tree Collapse file tree 5 files changed +610
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ zephyr_library_sources_ifdef(CONFIG_GPIO_MAX2219X gpio_max2219x.c)
5454zephyr_library_sources_ifdef(CONFIG_GPIO_MAX32 gpio_max32.c)
5555zephyr_library_sources_ifdef(CONFIG_GPIO_MCHP_MEC5 gpio_mchp_mec5.c)
5656zephyr_library_sources_ifdef(CONFIG_GPIO_MCHP_MSS gpio_mchp_mss.c)
57+ zephyr_library_sources_ifdef(CONFIG_GPIO_MCHP_PORT_G1 gpio_mchp_port_g1.c)
5758zephyr_library_sources_ifdef(CONFIG_GPIO_MCP230XX gpio_mcp230xx.c)
5859zephyr_library_sources_ifdef(CONFIG_GPIO_MCP23SXX gpio_mcp23sxx.c)
5960zephyr_library_sources_ifdef(CONFIG_GPIO_MCP23XXX gpio_mcp23xxx.c)
Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ source "drivers/gpio/Kconfig.max14917"
141141source "drivers/gpio/Kconfig.max22017"
142142source "drivers/gpio/Kconfig.max2219x"
143143source "drivers/gpio/Kconfig.max32"
144+ source "drivers/gpio/Kconfig.mchp"
144145source "drivers/gpio/Kconfig.mchp_mss"
145146source "drivers/gpio/Kconfig.mcp23xxx"
146147source "drivers/gpio/Kconfig.mcux"
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2025 Microchip Technology Inc.
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ config GPIO_MCHP_PORT_G1
5+ bool "Microchip PORT G1 GPIO driver"
6+ default y
7+ depends on DT_HAS_MICROCHIP_PORT_G1_GPIO_ENABLED
8+ help
9+ This option enables GPIO driver for group (g1) of PORT peripherals.
You can’t perform that action at this time.
0 commit comments