mainmenu "OneOs Configuration"

#Define the relative path to root directory of os code
OS_ROOT=../..
SRC_HAL=atmel

config BOARD_ATMEL_SAMD21
    bool
    select SOC_ATSAMD21
    default y
    
source "$OS_ROOT/Kconfig"
