15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
|
# Ambiq SDK GPIO
|
||
|
#
|
||
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
config GPIO_AMBIQ
|
||
|
bool "AMBIQ GPIO driver"
|
||
|
default y
|
||
|
depends on DT_HAS_AMBIQ_GPIO_ENABLED
|
||
|
select AMBIQ_HAL
|
||
|
help
|
||
|
Enable driver for Ambiq gpio.
|