1#=============================================================================== 2# @brief Kconfig file. 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5config RADAR_DBG 6 bool 7 prompt "Enable Radar Dbg." 8 default n 9 help 10 This option means support Radar Dbg. 11 12config RADAR_AI 13 bool 14 prompt "Enable Radar AI." 15 default n 16 help 17 This option means support Radar AI. 18 19config RADAR_MFG 20 bool 21 prompt "Enable Radar MFG." 22 default n 23 help 24 This option means support Radar MFG. 25 26config RADAR_MIPS 27 bool 28 prompt "Enable Radar MIPS." 29 default n 30 help 31 This option means support Radar MIPS. 32