• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#===============================================================================
2# @brief    Kconfig file.
3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED.
4#===============================================================================
5menu "Chips"
6    comment "Config the middleware of chips."
7    osource "middleware/chips/Kconfig"
8endmenu
9
10menu "Services"
11    comment "Config the middleware of service."
12    osource "middleware/services/Kconfig"
13endmenu
14
15menu "Utils"
16    comment "Config the middleware of utils."
17    osource "middleware/utils/Kconfig"
18endmenu