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