Remove gpio clock management from the GPIO driver when running on the cortex-m33 on the mp2 and gpio clocks are managed by the cortex-A, being the resource manager, allowed by the Resource Isolation Framework (RIF). Also add a specific binding for the mp2 gpio to make clock property optional. Signed-off-by: Youssef Zini <youssef.zini@savoirfairelinux.com>
12 lines
355 B
Text
12 lines
355 B
Text
# STM32 GPIO configuration
|
|
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
# Copyright (C) 2025 Savoir-faire Linux, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config GPIO_STM32
|
|
bool "GPIO Driver for STM32 family of MCUs"
|
|
default y
|
|
depends on DT_HAS_ST_STM32_GPIO_ENABLED || DT_HAS_ST_STM32MP2_GPIO_ENABLED
|
|
help
|
|
Enable GPIO driver for STM32 line of MCUs
|