Kconfig 185 B

123456789101112131415
  1. if TARGET_ATSTK1002
  2. config SYS_BOARD
  3. default "atstk1000"
  4. config SYS_VENDOR
  5. default "atmel"
  6. config SYS_SOC
  7. default "at32ap700x"
  8. config SYS_CONFIG_NAME
  9. default "atstk1002"
  10. endif