From f328e684a274df1f820df5c5d9b685b8e6bd75d1 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Wed, 16 Jul 2014 10:05:21 +0200 Subject: security: kconfig integration for security chapters Signed-off-by: Holger Dengler --- security/examples/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/examples/Kconfig (limited to 'security/examples/Kconfig') diff --git a/security/examples/Kconfig b/security/examples/Kconfig new file mode 100644 index 0000000..43350ef --- /dev/null +++ b/security/examples/Kconfig @@ -0,0 +1,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 -- cgit v1.2.3