1# Ambiq SDK GPIO
2#
3# Copyright (c) 2023 Antmicro <www.antmicro.com>
4#
5# SPDX-License-Identifier: Apache-2.0
6#
7
8config GPIO_AMBIQ
9	bool "AMBIQ GPIO driver"
10	default y
11	depends on DT_HAS_AMBIQ_GPIO_ENABLED
12	select AMBIQ_HAL
13	help
14	  Enable driver for Ambiq gpio.
15