1#=============================================================================== 2# @brief Kconfig file. 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5menu "bt_host" 6 comment "Config bluetooth." 7 osource "protocol/bt/host/Kconfig" 8endmenu 9 10menu "bt_controller" 11 comment "Config bluetooth." 12 osource "protocol/bt/controller/Kconfig" 13endmenu 14 15menu "nfc" 16 comment "Config nfc." 17endmenu 18 19menu "wifi" 20 comment "Config wifi." 21endmenu 22 23config RADAR_SERVICE 24 bool 25 prompt "Enable Radar." 26 default n 27 help 28 This option means support Radar. 29 30if RADAR_SERVICE 31menu "radar" 32 comment "Config radar." 33 osource "protocol/radar/plat/Kconfig" 34endmenu 35endif 36