diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2014-02-25 18:16:24 +0900 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2014-03-20 10:11:10 -0400 |
commit | 7a017721283d3fd011a41884fd8e99beae8fe831 (patch) | |
tree | 9905188bc0f5c54e5e09033bfc0350f6387ecaad /arch/alpha/Kconfig | |
parent | 015d991f7d97783f7220445960c0369b3e54ed08 (diff) | |
download | linux-stable-7a017721283d3fd011a41884fd8e99beae8fe831.tar.gz linux-stable-7a017721283d3fd011a41884fd8e99beae8fe831.tar.bz2 linux-stable-7a017721283d3fd011a41884fd8e99beae8fe831.zip |
audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL
Currently AUDITSYSCALL has a long list of architecture depencency:
depends on AUDIT && (X86 || PARISC || PPC || S390 || IA64 || UML ||
SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT) || ALPHA)
The purpose of this patch is to replace it with HAVE_ARCH_AUDITSYSCALL
for simplicity.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com> (arm)
Acked-by: Richard Guy Briggs <rgb@redhat.com> (audit)
Acked-by: Matt Turner <mattst88@gmail.com> (alpha)
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index f23ab8ba4912..437ef0dd1648 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -21,6 +21,7 @@ config ALPHA select GENERIC_SMP_IDLE_THREAD select GENERIC_STRNCPY_FROM_USER select GENERIC_STRNLEN_USER + select HAVE_ARCH_AUDITSYSCALL select HAVE_MOD_ARCH_SPECIFIC select MODULES_USE_ELF_RELA select ODD_RT_SIGACTION |