Skip to content
Snippets Groups Projects
Kconfig 233 B
Newer Older
  • Learn to ignore specific revisions
  • if TARGET_YS
    
    config SYS_CPU
    	default "armv7"
    
    config SYS_BOARD
    	default "ys"
    
    config SYS_VENDOR
    	default "boundary"
    
    config SYS_SOC
    	default "mx6"
    
    config SYS_CONFIG_NAME
    	default "ys"
    
    source "board/boundary/common/Kconfig"
    
    endif