zephyr/ext/hal/Kconfig
Vincent Veron 2862c8559b ext: enable st/lib compilation
This commit modify the ext/ build system to add
the ST Microelectronics libraries.

Signed-off-by: Vincent Veron <vincent.veron@st.com>
2018-01-23 10:14:49 -06:00

34 lines
578 B
Plaintext

# Kconfig - external HAL source code configuration options
#
# Copyright (c) 2016-2017 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
# When adding new entries keep the list in alphabetical order
menu "HALs"
source "ext/hal/atmel/asf/Kconfig"
source "ext/hal/altera/Kconfig"
source "ext/hal/cmsis/Kconfig"
source "ext/hal/nordic/Kconfig"
source "ext/hal/nxp/mcux/Kconfig"
source "ext/hal/qmsi/Kconfig"
source "ext/hal/silabs/gecko/Kconfig"
source "ext/hal/st/stm32cube/Kconfig"
source "ext/hal/st/lib/Kconfig"
source "ext/hal/ti/simplelink/Kconfig"
endmenu