Blame view

board/ms7722se/Kconfig 108 Bytes
d41ce506b   Eric Lee   Initial Release, ...
1
2
3
4
5
6
7
8
9
  if TARGET_MS7722SE
  
  config SYS_BOARD
  	default "ms7722se"
  
  config SYS_CONFIG_NAME
  	default "ms7722se"
  
  endif