Skip to content

Commit 29e0186

Browse files
msobkowskicarlescufi
authored andcommitted
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 <[email protected]>
1 parent 8f02832 commit 29e0186

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

modules/hal_ambiq/Kconfig

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
#
3+
# Copyright (c) 2023 Antmicro <www.antmicro.com>
4+
5+
config AMBIQ_HAL
6+
bool "Ambiq HAL drivers support"
7+
depends on SOC_SERIES_APOLLO4X
8+
help
9+
Use the Ambiq HAL
10+
11+
if AMBIQ_HAL
12+
13+
config AMBIQ_HAL_USE_GPIO
14+
bool
15+
help
16+
Use the GPIO driver from Ambiq HAL
17+
18+
config AMBIQ_HAL_USE_STIMER
19+
bool
20+
help
21+
Use the STIMER driver from Ambiq HAL
22+
23+
endif # AMBIQ_HAL

0 commit comments

Comments
 (0)