10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
|
# Copyright (c) 2023-2024 Analog Devices, Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config GPIO_MAX32
|
||
|
bool "GPIO Driver for MAX32 family of MCUs"
|
||
|
default y
|
||
|
depends on DT_HAS_ADI_MAX32_GPIO_ENABLED
|
||
|
help
|
||
|
Enable GPIO driver for MAX32 line of MCUs
|