modules: add Kconfig for Ambiq HAL module
This commit introduces the Ambiq HAL module required for the Ambiq Apollo4 Plus SoC support. Signed-off-by: Maciej Sobkowski <msobkowski@antmicro.com>
This commit is contained in:
parent
8f02832bc0
commit
29e0186aa4
1 changed files with 23 additions and 0 deletions
23
modules/hal_ambiq/Kconfig
Normal file
23
modules/hal_ambiq/Kconfig
Normal file
|
@ -0,0 +1,23 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
||||
|
||||
config AMBIQ_HAL
|
||||
bool "Ambiq HAL drivers support"
|
||||
depends on SOC_SERIES_APOLLO4X
|
||||
help
|
||||
Use the Ambiq HAL
|
||||
|
||||
if AMBIQ_HAL
|
||||
|
||||
config AMBIQ_HAL_USE_GPIO
|
||||
bool
|
||||
help
|
||||
Use the GPIO driver from Ambiq HAL
|
||||
|
||||
config AMBIQ_HAL_USE_STIMER
|
||||
bool
|
||||
help
|
||||
Use the STIMER driver from Ambiq HAL
|
||||
|
||||
endif # AMBIQ_HAL
|
Loading…
Add table
Add a link
Reference in a new issue