Config.in.addons 590 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_ADDON_YAFFS2
  4. default y if ADK_TARGET_WITH_NAND
  5. boolean
  6. config ADK_KERNEL_ADDON_GRSEC
  7. boolean
  8. depends on ADK_KERNEL_VERSION_3_14
  9. config ADK_KERNEL_ADDON_MPTCP
  10. boolean
  11. depends on ADK_KERNEL_VERSION_3_14
  12. config ADK_KERNEL_ADDON_FBLOGO
  13. boolean
  14. depends on ADK_KERNEL_VERSION_3_14
  15. config ADK_KERNEL_ADDON_DIETNET
  16. boolean
  17. depends on ADK_KERNEL_VERSION_3_14
  18. depends on ADK_KERNEL_VERSION_3_12
  19. depends on ADK_KERNEL_VERSION_3_10