Kconfig 191 B

123456789101112131415
  1. if TARGET_ASTRO_MCF5373L
  2. config SYS_CPU
  3. default "mcf532x"
  4. config SYS_BOARD
  5. default "mcf5373l"
  6. config SYS_VENDOR
  7. default "astro"
  8. config SYS_CONFIG_NAME
  9. default "astro_mcf5373l"
  10. endif