summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.addons
blob: 5c020812d30e289847627f5bd87c76732fbc85e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
menu "Kernel addons"

config ADK_KERNEL_ADDON_GRSEC
	prompt "Enable Grsecurity addon"
	boolean
	depends on ADK_KERNEL_VERSION_3_14
	help
	  http://www.grsecurity.net

config ADK_KERNEL_ADDON_MPTCP
	prompt "Enable Multipath TCP addon"
	boolean
	depends on ADK_KERNEL_VERSION_3_14
	help
	  http://www.multipath-tcp.org

endmenu