Kconfig 200 B

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