Config.in.mips 280 B

1234567891011121314151617
  1. choice
  2. depends on ADK_LINUX_MIPS
  3. prompt "Hardware model"
  4. config ADK_HARDWARE_GENERIC_MIPS
  5. bool "Generic mips system"
  6. help
  7. Generic mips system.
  8. config ADK_HARDWARE_GENERIC_MIPS_TOOLCHAIN
  9. bool "mips toolchain"
  10. select ADK_TOOLCHAIN_ONLY
  11. help
  12. mips toolchain.
  13. endchoice