audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 25 Feb 2014 09:16:24 +0000 (18:16 +0900)
committerEric Paris <eparis@redhat.com>
Thu, 20 Mar 2014 14:11:10 +0000 (10:11 -0400)
commit7a017721283d3fd011a41884fd8e99beae8fe831
tree9905188bc0f5c54e5e09033bfc0350f6387ecaad
parent015d991f7d97783f7220445960c0369b3e54ed08
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>
arch/alpha/Kconfig
arch/arm/Kconfig
arch/ia64/Kconfig
arch/parisc/Kconfig
arch/powerpc/Kconfig
arch/s390/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/um/Kconfig.common
arch/x86/Kconfig
init/Kconfig