1# Enable binary descriptors 2CONFIG_BINDESC=y 3 4# Enable definition of binary descriptors 5CONFIG_BINDESC_DEFINE=y 6 7# Enable default version binary descriptors 8CONFIG_BINDESC_DEFINE_VERSION=y 9CONFIG_BINDESC_KERNEL_VERSION_STRING=y 10CONFIG_BINDESC_KERNEL_VERSION_MAJOR=y 11 12CONFIG_BINDESC_APP_VERSION_STRING=y 13 14# Enable default host info binary descriptors 15CONFIG_BINDESC_DEFINE_HOST_INFO=y 16CONFIG_BINDESC_C_COMPILER_NAME=y 17CONFIG_BINDESC_C_COMPILER_VERSION=y 18 19# Enable bindesc reading 20CONFIG_BINDESC_READ=y 21CONFIG_FLASH=y 22CONFIG_BINDESC_READ_FLASH=y 23CONFIG_BINDESC_READ_RAM=y 24CONFIG_BINDESC_READ_MEMORY_MAPPED_FLASH=y 25