123456789101112131415161718192021222324 |
- # This file is part of the OpenADK project. OpenADK is copyrighted
- # material, please see the LICENCE file in the top-level directory.
- config ADK_KERNEL_ADDON_YAFFS2
- default y if ADK_TARGET_WITH_NAND
- boolean
- config ADK_KERNEL_ADDON_GRSEC
- boolean
- depends on ADK_KERNEL_VERSION_3_14
- config ADK_KERNEL_ADDON_MPTCP
- boolean
- depends on ADK_KERNEL_VERSION_3_14
- config ADK_KERNEL_ADDON_FBLOGO
- boolean
- depends on ADK_KERNEL_VERSION_3_14
- config ADK_KERNEL_ADDON_DIETNET
- boolean
- depends on ADK_KERNEL_VERSION_3_14
- depends on ADK_KERNEL_VERSION_3_12
- depends on ADK_KERNEL_VERSION_3_10
|