Config.in.mipsel 294 B

1234567891011121314151617
  1. choice
  2. depends on ADK_LINUX_MIPSEL
  3. prompt "Hardware model"
  4. config ADK_HARDWARE_GENERIC_MIPSEL
  5. bool "Generic mipsel system"
  6. help
  7. Generic mipsel system.
  8. config ADK_HARDWARE_GENERIC_MIPSEL_TOOLCHAIN
  9. bool "mipsel toolchain"
  10. select ADK_TOOLCHAIN_ONLY
  11. help
  12. mipsel toolchain.
  13. endchoice