1#=============================================================================== 2# @brief Kconfig file. 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5config DFX_SUPPORT_USERS_PRINT 6 bool 7 prompt "ENABLE USER TO REGISTER LOG API." 8 default y 9 depends on MIDDLEWARE_SUPPORT_DFX 10config DFX_SUPPORT_PRINT 11 bool 12 prompt "dfx print with level limit" 13 default n 14 depends on MIDDLEWARE_SUPPORT_DFX