Config.in.mips 580 B

123456789101112131415161718192021222324
  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_KERNEL_CPU_MIPS32_R1
  4. bool
  5. config ADK_KERNEL_CPU_MIPS32_R2
  6. bool
  7. config ADK_KERNEL_CPU_MIPS32_R6
  8. bool
  9. menu "MIPS devices support"
  10. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  11. config ADK_KERNEL_LEMOTE_YEELOONG2F_PDEV
  12. bool "Yeelong platform drivers (f.e. battery support)"
  13. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  14. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  15. default n
  16. help
  17. Lemote Yeelong platform drivers.
  18. endmenu