Config.in.mips 463 B

123456789101112131415
  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. menu "MIPS devices support"
  4. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  5. config ADK_KERNEL_LEMOTE_YEELOONG2F_PDEV
  6. bool "Yeelong platform drivers (f.e. battery support)"
  7. depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  8. default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
  9. default n
  10. help
  11. Lemote Yeelong platform drivers.
  12. endmenu