aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Bunk2005-08-22 11:20:50 -0500
committerChris Wright2005-08-22 16:10:22 -0500
commit2c40579bdc2a94977fcff2521d5b53a97c33e77a (patch)
tree04da3ba2070d46115e93ddbb148e035666862d84 /security/Kconfig
parent5a73c308754e27829c94544e010f133019cbd432 (diff)
downloadam43-linux-kernel-2c40579bdc2a94977fcff2521d5b53a97c33e77a.tar.gz
am43-linux-kernel-2c40579bdc2a94977fcff2521d5b53a97c33e77a.tar.xz
am43-linux-kernel-2c40579bdc2a94977fcff2521d5b53a97c33e77a.zip
[PATCH] SECURITY must depend on SYSFS
CONFIG_SECURITY=y and CONFIG_SYSFS=n results in the following compile error: <-- snip --> ... LD vmlinux security/built-in.o: In function `securityfs_init': inode.c:(.init.text+0x1c2): undefined reference to `kernel_subsys' make: *** [vmlinux] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Chris Wright <chrisw@osdl.org>
Diffstat (limited to 'security/Kconfig')
-rw-r--r--security/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Kconfig b/security/Kconfig
index dcf04a09185..64d3f1e9ca8 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -35,6 +35,7 @@ config KEYS_DEBUG_PROC_KEYS
35 35
36config SECURITY 36config SECURITY
37 bool "Enable different security models" 37 bool "Enable different security models"
38 depends on SYSFS
38 help 39 help
39 This allows you to choose different security modules to be 40 This allows you to choose different security modules to be
40 configured into your kernel. 41 configured into your kernel.