Config.in.mips 792 B

123456789101112131415161718192021222324252627282930313233343536
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_LINUX_KERNEL_CPU_MIPS32_R1
  4. bool
  5. config ADK_LINUX_KERNEL_CPU_MIPS32_R2
  6. bool
  7. config ADK_LINUX_KERNEL_CPU_MIPS32_R6
  8. bool
  9. config ADK_LINUX_KERNEL_CPU_MIPS64_R1
  10. bool
  11. config ADK_LINUX_KERNEL_CPU_MIPS64_R2
  12. bool
  13. config ADK_LINUX_KERNEL_CPU_MIPS64_R6
  14. bool
  15. config ADK_LINUX_KERNEL_MIPS_ELF_APPENDED_DTB
  16. bool
  17. menu "MIPS devices support"
  18. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  19. config ADK_LINUX_KERNEL_LEMOTE_YEELOONG2F_PDEV
  20. bool "Yeelong platform drivers (f.e. battery support)"
  21. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  22. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  23. default n
  24. help
  25. Lemote Yeelong platform drivers.
  26. endmenu