Kconfig 172 B

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