1# Copyright (c) 2023-2024 Analog Devices, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config GPIO_MAX32
5	bool "GPIO Driver for MAX32 family of MCUs"
6	default y
7	depends on DT_HAS_ADI_MAX32_GPIO_ENABLED
8	help
9	  Enable GPIO driver for MAX32 line of MCUs
10