blob: 52a56d61cb714ff85c953e0a4c1c6e2505675592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
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
|