zephyr/drivers/gpio/Kconfig.ambiq
Mateusz Sierszulski fb016b6843 drivers: gpio: add Ambiq GPIO driver
This commit adds GPIO driver for Apollo4 SoCs.

Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
2023-12-01 16:25:47 +01:00

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.