Kconfig 183 B

123456789101112131415
  1. if TARGET_EB_CPU5282
  2. config SYS_CPU
  3. default "mcf52x2"
  4. config SYS_BOARD
  5. default "eb_cpu5282"
  6. config SYS_VENDOR
  7. default "BuS"
  8. config SYS_CONFIG_NAME
  9. default "eb_cpu5282"
  10. endif