Kconfig 169 B

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