diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-11 10:09:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-11 10:09:59 -0700 |
commit | f43a64c5e1a65d12b9b53a35ed2d5db441fcb64c (patch) | |
tree | 64e83b3cce9d8e659a48cd706c59c09dc183b6dc /init/Kconfig | |
parent | 5c23804a0941a111752fdacefe0bea2db1b4d93f (diff) | |
parent | f7ceba360cce9af3fbc4e5a5b1bd40b570b7021c (diff) | |
download | linux-stable-f43a64c5e1a65d12b9b53a35ed2d5db441fcb64c.tar.gz linux-stable-f43a64c5e1a65d12b9b53a35ed2d5db441fcb64c.tar.bz2 linux-stable-f43a64c5e1a65d12b9b53a35ed2d5db441fcb64c.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index b1091d7542ce..75755ef50c89 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -174,7 +174,7 @@ config AUDIT config AUDITSYSCALL bool "Enable system-call auditing support" - depends on AUDIT && (X86 || PPC || PPC64 || ARCH_S390 || IA64 || UML) + depends on AUDIT && (X86 || PPC || PPC64 || ARCH_S390 || IA64 || UML || SPARC64) default y if SECURITY_SELINUX help Enable low-overhead system-call auditing infrastructure that |