zephyr/drivers/gpio/Kconfig.mec5
Scott Worley f51729aada drivers: gpio: mec5: Microchip MEC5 HAL based GPIO driver
Add a GPIO driver for the Microchip MEC5 HAL based chips.
Current devices are: MEC174x, MEC175x, and HAL version of
MEC172x named MECH172x.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
2024-12-23 17:11:22 +01:00

11 lines
294 B
Text

# Microchip MEC5 GPIO configuration options
# Copyright (c) 2024 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config GPIO_MCHP_MEC5
bool "Microchip MEC5 GPIO driver"
default y
depends on DT_HAS_MICROCHIP_MEC5_GPIO_ENABLED
help
Enable the Microchip MEC5 gpio driver.