Kconfig 238 B

123456789101112131415
  1. if TARGET_BEACON_RZG2H || TARGET_BEACON_RZG2M || TARGET_BEACON_RZG2N
  2. config SYS_SOC
  3. default "rmobile"
  4. config SYS_BOARD
  5. default "beacon-rzg2m"
  6. config SYS_VENDOR
  7. default "beacon"
  8. config SYS_CONFIG_NAME
  9. default "beacon-rzg2m"
  10. endif