zephyr/ext/hal/Kconfig
Anas Nashif faa398f078 ext: hal: st: move to modules
split ext/hal/st into two modules:

- hal_stm32: For the code meant to run on STM32
- hal_st: For the code meant to drive ST components

Fixes #16316

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-18 13:08:07 -04:00

32 lines
555 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/microchip/Kconfig"
source "ext/hal/nordic/Kconfig"
source "ext/hal/nxp/mcux/Kconfig"
source "ext/hal/nxp/imx/Kconfig"
source "ext/hal/openisa/vega_sdk_riscv/Kconfig"
source "ext/hal/ti/simplelink/Kconfig"
endmenu