Kconfig 142 B

123456789101112
  1. if ARCH_HIGHBANK
  2. config SYS_BOARD
  3. default "highbank"
  4. config SYS_SOC
  5. default "highbank"
  6. config SYS_CONFIG_NAME
  7. default "highbank"
  8. endif