Commit 022382a5617685781ca8fa8e6c8eff40ee5cf1cf

Authored by Kumar Gala
Committed by Benjamin Herrenschmidt
1 parent ed84a07a12

powerpc: Minor cleanup to init/Kconfig

We dont need to depend on PPC64 explicitly as all powerpc platforms
(32-bit and 64-bit) define PPC now.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -297,7 +297,7 @@
297 297  
298 298 config AUDITSYSCALL
299 299 bool "Enable system-call auditing support"
300   - depends on AUDIT && (X86 || PPC || PPC64 || S390 || IA64 || UML || SPARC64|| SUPERH)
  300 + depends on AUDIT && (X86 || PPC || S390 || IA64 || UML || SPARC64 || SUPERH)
301 301 default y if SECURITY_SELINUX
302 302 help
303 303 Enable low-overhead system-call auditing infrastructure that