2016-05-25 03:23:26 +08:00
|
|
|
# Kconfig - external HAL source code configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Linaro Ltd.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
2016-05-25 21:03:33 +08:00
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
|
2016-05-25 03:23:26 +08:00
|
|
|
menu "HALs"
|
|
|
|
|
2016-05-25 21:03:33 +08:00
|
|
|
source "ext/hal/cmsis/Kconfig"
|
|
|
|
|
2016-06-11 03:50:43 +08:00
|
|
|
source "ext/hal/ksdk/Kconfig"
|
|
|
|
|
2016-05-25 23:05:08 +08:00
|
|
|
source "ext/hal/nordic/mdk/Kconfig"
|
|
|
|
|
2016-05-25 03:23:26 +08:00
|
|
|
source "ext/hal/qmsi/Kconfig"
|
|
|
|
|
2016-11-02 18:59:11 +08:00
|
|
|
source "ext/hal/st/stm32cube/Kconfig"
|
|
|
|
|
2016-10-26 06:59:12 +08:00
|
|
|
source "ext/hal/ti/cc3200sdk/Kconfig"
|
|
|
|
|
2016-05-25 03:23:26 +08:00
|
|
|
endmenu
|