1#=============================================================================== 2# @brief Kconfig file. 3# Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 4#=============================================================================== 5config DRIVER_SUPPORT_LITEOS_208_6_0_B017_CAT1 6 bool 7 prompt "LiteOS_208_6_0_B017_CAT1" 8 default n 9 help 10 This option means support LiteOS_208_6_0. 11 depends on DRIVER_SUPPORT_LITEOS 12 13if DRIVER_SUPPORT_LITEOS_208_6_0_B017_CAT1 14 osource "kernel/liteos/liteos_v208.6.0_b017_cat1/Kconfig" 15endif 16 17config DRIVER_SUPPORT_LITEOS_208_6_0_B017 18 bool 19 prompt "LiteOS_208_6_0_B017" 20 default n 21 help 22 This option means support LiteOS_208_6_0. 23 depends on DRIVER_SUPPORT_LITEOS 24 25if DRIVER_SUPPORT_LITEOS_208_6_0_B017 26 osource "kernel/liteos/liteos_v208.6.0_b017/Kconfig" 27endif 28 29config DRIVER_SUPPORT_LITEOS_208_5_0_B004 30 bool 31 prompt "LiteOS_208_5_0_B004" 32 default n 33 help 34 This option means support LiteOS_208_5_0. 35 depends on DRIVER_SUPPORT_LITEOS 36 37if DRIVER_SUPPORT_LITEOS_208_5_0 38 osource "kernel/liteos/liteos_v208.5.0_b004/Kconfig" 39endif 40 41config DRIVER_SUPPORT_LITEOS_208_5_0 42 bool 43 prompt "LiteOS_208_5_0" 44 default n 45 help 46 This option means support LiteOS_208_5_0. 47 depends on DRIVER_SUPPORT_LITEOS 48 49if DRIVER_SUPPORT_LITEOS_208_5_0 50 osource "kernel/liteos/liteos_v208.5.0/Kconfig" 51endif 52 53config DRIVER_SUPPORT_LITEOS_207_0_0 54 bool 55 prompt "LiteOS_207_0_0" 56 default y 57 help 58 This option means support LiteOS_207_0_0. 59 depends on DRIVER_SUPPORT_LITEOS 60 61if DRIVER_SUPPORT_LITEOS_207_0_0 62 osource "kernel/liteos/liteos_v207.0.0/Kconfig" 63endif