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