blob: 23ca9b8c1d28d66bd913ddfdc0ad56a124382646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
bool
config ADK_KERNEL_ADDON_GRSEC
bool
depends on ADK_KERNEL_VERSION_3_14
config ADK_KERNEL_ADDON_MPTCP
bool
depends on ADK_KERNEL_VERSION_3_14
config ADK_KERNEL_ADDON_FBLOGO
bool
depends on ADK_KERNEL_VERSION_3_14
config ADK_KERNEL_ADDON_DIETNET
bool
depends on ADK_KERNEL_VERSION_3_14
depends on ADK_KERNEL_VERSION_3_12
depends on ADK_KERNEL_VERSION_3_10
config ADK_KERNEL_ADDON_LINUXRT
bool
depends on ADK_KERNEL_VERSION_3_18
|