mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:02:37 +00:00
GPIO driver for MAX32690 Co-authored-by: Okan Sahin <okan.sahin@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
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
|