This commit adds pinctrl support for Apollo3 SoCs. Signed-off-by: Hao Luo <hluo@ambiq.com>
12 lines
336 B
Text
12 lines
336 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
|
|
|
config PINCTRL_AMBIQ
|
|
bool "Ambiq Apollo pin controller driver"
|
|
default y
|
|
depends on DT_HAS_AMBIQ_APOLLO4_PINCTRL_ENABLED || DT_HAS_AMBIQ_APOLLO3_PINCTRL_ENABLED
|
|
select AMBIQ_HAL
|
|
select AMBIQ_HAL_USE_GPIO
|
|
help
|
|
Ambiq Apollo pinctrl driver
|