summaryrefslogtreecommitdiff
path: root/busybox-selinux.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-selinux.kconfig')
-rw-r--r--busybox-selinux.kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/busybox-selinux.kconfig b/busybox-selinux.kconfig
index dac8391..92c7b43 100644
--- a/busybox-selinux.kconfig
+++ b/busybox-selinux.kconfig
@@ -3,8 +3,11 @@
# see scripts/kbuild/config-language.txt.
#
-menu "SELinux Utilities"
- depends on KEMBTK_BUSYB_SELINUX
+
+if KEMBTK_BUSYB_SELINUX
+comment "-------------------------------------------------"
+comment "----- SELinux Utilities"
+comment "-------------------------------------------------"
config KEMBTK_BUSYB_CHCON
bool "chcon"
@@ -105,6 +108,4 @@ config KEMBTK_BUSYB_SESTATUS
depends on KEMBTK_BUSYB_SELINUX
help
Displays the status of SELinux.
-
-endmenu
-
+endif