Config.in.addons 429 B

123456789101112131415161718
  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_LINUXRT
  13. bool
  14. depends on ADK_KERNEL_VERSION_3_18