Kconfig 186 B

123456789101112131415
  1. if TARGET_M5208EVBE
  2. config SYS_CPU
  3. default "mcf52x2"
  4. config SYS_BOARD
  5. default "m5208evbe"
  6. config SYS_VENDOR
  7. default "freescale"
  8. config SYS_CONFIG_NAME
  9. default "M5208EVBE"
  10. endif