Kconfig 175 B

123456789101112131415
  1. if TARGET_CONDOR
  2. config SYS_SOC
  3. default "rmobile"
  4. config SYS_BOARD
  5. default "condor"
  6. config SYS_VENDOR
  7. default "renesas"
  8. config SYS_CONFIG_NAME
  9. default "condor"
  10. endif