mainmenu "Sifli Configuration"

config SIFLI_SDK
    string 
    option env="SIFLI_SDK"
    default "."

#SDK configuration	
source "$SIFLI_SDK/Kconfig"

config BF0_HCPU
    bool
    default y
    
    
config CUSTOM_MEM_MAP
    bool 
	select custom_mem_map
	default y

config CFG_BOOTLOADER
    bool
    default y

config FACTORY_DEBUG
    bool
    default y
