summaryrefslogtreecommitdiff
path: root/security/firewall_ex/Kconfig
blob: 43350efcffd666a2e3eb15e330fa05e36dc00bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig SECURITY_EX
	bool "Security Examples"

if SECURITY_EX

config SECURITY_EX_FW
	bool "Linux Firewall Example"
	default y
	help
	 Content:
	   - Example for Firewall

endif