Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kumar Gala and committed by
Benjamin Herrenschmidt
022382a5 ed84a07a

+1 -1
+1 -1
init/Kconfig
··· 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