Config.in.mips64 294 B

1234567891011121314151617
  1. choice
  2. depends on ADK_LINUX_MIPS64
  3. prompt "Hardware model"
  4. config ADK_HARDWARE_GENERIC_MIPS64
  5. bool "Generic mips64 system"
  6. help
  7. Generic mips64 system.
  8. config ADK_HARDWARE_GENERIC_MIPS64_TOOLCHAIN
  9. bool "mips64 toolchain"
  10. select ADK_TOOLCHAIN_ONLY
  11. help
  12. mips64 toolchain.
  13. endchoice