diff options
author | 蔡正龙 <zhenglong.cai@cs2c.com.cn> | 2013-12-19 21:04:10 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2014-01-31 12:21:55 -0500 |
commit | a9302e8439445710552886e7b623dbcfa943a1f2 (patch) | |
tree | f81ad376d8143a745d6f3c1d775ab28f353e75ae /arch/alpha/Kconfig | |
parent | e7651b819e90da924991d727d3c007200a18670d (diff) |
alpha: Enable system-call auditing support.
Signed-off-by: Zhenglong.cai <zhenglong.cai@cs2c.com.cn>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 97a2d9a096b9..f6c6b345388c 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig | |||
@@ -17,6 +17,7 @@ config ALPHA | |||
17 | select ARCH_WANT_IPC_PARSE_VERSION | 17 | select ARCH_WANT_IPC_PARSE_VERSION |
18 | select ARCH_HAVE_NMI_SAFE_CMPXCHG | 18 | select ARCH_HAVE_NMI_SAFE_CMPXCHG |
19 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | 19 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |
20 | select AUDIT_ARCH | ||
20 | select GENERIC_CLOCKEVENTS | 21 | select GENERIC_CLOCKEVENTS |
21 | select GENERIC_SMP_IDLE_THREAD | 22 | select GENERIC_SMP_IDLE_THREAD |
22 | select GENERIC_STRNCPY_FROM_USER | 23 | select GENERIC_STRNCPY_FROM_USER |
@@ -77,6 +78,8 @@ config GENERIC_ISA_DMA | |||
77 | source "init/Kconfig" | 78 | source "init/Kconfig" |
78 | source "kernel/Kconfig.freezer" | 79 | source "kernel/Kconfig.freezer" |
79 | 80 | ||
81 | config AUDIT_ARCH | ||
82 | bool | ||
80 | 83 | ||
81 | menu "System setup" | 84 | menu "System setup" |
82 | 85 | ||