Skip to content
Snippets Groups Projects
Kconfig 268 B
Newer Older
  • Learn to ignore specific revisions
  • if TARGET_HL
    
    config SYS_CPU
    	default "armv7"
    
    config SYS_BOARD
    	default "hl"
    
    config SYS_VENDOR
    	default "boundary"
    
    config SYS_SOC
    	default "mx6"
    
    config SYS_CONFIG_NAME
    	default "hl"
    
    config ENV_WLMAC
    	bool
    	default	y
    
    source "board/boundary/common/Kconfig"
    
    endif