Kconfig 152 B

12345678910
  1. if TARGET_QEMU_MIPS
  2. config SYS_BOARD
  3. default "qemu-mips"
  4. config SYS_CONFIG_NAME
  5. default "qemu-mips" if 32BIT
  6. default "qemu-mips64" if 64BIT
  7. endif