X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-3.10.git;a=blobdiff_plain;f=init%2FKconfig;h=b1091d7542cea080abe6367bb2b4f3fc14ea680f;hp=a7660ccc693f8976c8a5a090d3d82f817e9c339d;hb=1c3f45ab2f7f879ea482501c83899505c31f7539;hpb=e0d6d71440a3a35c6fc2dde09f8e8d4d7bd44dda diff --git a/init/Kconfig b/init/Kconfig index a7660ccc693..b1091d7542c 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -164,6 +164,7 @@ config SYSCTL config AUDIT bool "Auditing support" + depends on NET default y if SECURITY_SELINUX help Enable auditing infrastructure that can be used with another @@ -173,7 +174,7 @@ config AUDIT config AUDITSYSCALL bool "Enable system-call auditing support" - depends on AUDIT && (X86 || PPC64 || ARCH_S390 || IA64 || UML) + depends on AUDIT && (X86 || PPC || PPC64 || ARCH_S390 || IA64 || UML) default y if SECURITY_SELINUX help Enable low-overhead system-call auditing infrastructure that