diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-12 17:37:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-12 17:37:24 -0700 |
commit | bd314d976e22e82c55e96603804ed7cb0514d252 (patch) | |
tree | 098089ad3c5b98a13d63bce5f23d5a18b40c0e9c /arch/s390/Kconfig | |
parent | 48c068e0f49b3c507cbd1c332f4acdd5fc193040 (diff) | |
parent | f6bc0c1c5b0fe393efaf922e01887c33b35f2910 (diff) |
Merge branch 'audit.b29' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
* 'audit.b29' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current:
[PATCH] sparc64 audit syscall classes hookup
[PATCH] syscall class hookup for all normal targets
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index ae071a11ce7..2f4f70c4dbb 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -118,6 +118,10 @@ config SYSVIPC_COMPAT depends on COMPAT && SYSVIPC default y +config AUDIT_ARCH + bool + default y + comment "Code generation options" choice |