Kconfig 194 B

123456789101112131415
  1. if TARGET_SAMA5D2_PTC_EK
  2. config SYS_BOARD
  3. default "sama5d2_ptc_ek"
  4. config SYS_VENDOR
  5. default "atmel"
  6. config SYS_SOC
  7. default "at91"
  8. config SYS_CONFIG_NAME
  9. default "sama5d2_ptc_ek"
  10. endif