Config.in.mips 746 B

123456789101112131415161718192021222324252627282930313233
  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_WALDUX_KERNEL_CPU_MIPS32_R1
  4. bool
  5. config ADK_WALDUX_KERNEL_CPU_MIPS32_R2
  6. bool
  7. config ADK_WALDUX_KERNEL_CPU_MIPS32_R6
  8. bool
  9. config ADK_WALDUX_KERNEL_CPU_MIPS64_R1
  10. bool
  11. config ADK_WALDUX_KERNEL_CPU_MIPS64_R2
  12. bool
  13. config ADK_WALDUX_KERNEL_CPU_MIPS64_R6
  14. bool
  15. menu "MIPS devices support"
  16. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  17. config ADK_WALDUX_KERNEL_LEMOTE_YEELOONG2F_PDEV
  18. bool "Yeelong platform drivers (f.e. battery support)"
  19. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  20. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  21. default n
  22. help
  23. Lemote Yeelong platform drivers.
  24. endmenu