Moved to an external repo, https://github.com/zephyrproject-rtos/hal_nxp Signed-off-by: Anas Nashif <anas.nashif@intel.com>
18 lines
292 B
Plaintext
18 lines
292 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/altera/Kconfig"
|
|
|
|
source "ext/hal/cmsis/Kconfig"
|
|
|
|
endmenu
|