• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#===============================================================================
2# @brief    Kconfig file.
3# Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
4#===============================================================================
5config AT_SUPPORT_PLT
6    bool
7    prompt "platform at command"
8    default n
9    help
10        This option means at support plt.
11
12if AT_SUPPORT_PLT
13menu "Config AT CFBB"
14    comment "Config AT CFBB"
15    osource  "middleware/utils/at/at/Kconfig"
16endmenu
17endif