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>
11 lines
294 B
Text
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.
|