Kconfig 108 B

123456789
  1. if TARGET_SOCRATES
  2. config SYS_BOARD
  3. default "socrates"
  4. config SYS_CONFIG_NAME
  5. default "socrates"
  6. endif