13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
# 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
|