Config.in.addons 650 B

12345678910111213141516171819202122232425262728
  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_ADDON_YAFFS2
  4. default y if ADK_TARGET_WITH_NAND
  5. bool
  6. config ADK_KERNEL_ADDON_GRSEC
  7. bool
  8. depends on ADK_KERNEL_VERSION_3_14
  9. config ADK_KERNEL_ADDON_MPTCP
  10. bool
  11. depends on ADK_KERNEL_VERSION_3_14
  12. config ADK_KERNEL_ADDON_FBLOGO
  13. bool
  14. depends on ADK_KERNEL_VERSION_3_14
  15. config ADK_KERNEL_ADDON_DIETNET
  16. bool
  17. depends on ADK_KERNEL_VERSION_3_14
  18. depends on ADK_KERNEL_VERSION_3_12
  19. depends on ADK_KERNEL_VERSION_3_10
  20. config ADK_KERNEL_ADDON_LINUXRT
  21. bool
  22. depends on ADK_KERNEL_VERSION_3_18