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

ide-generic: is no longer needed on ppc32

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

+1 -1
+1 -1
drivers/ide/Kconfig
··· 314 314 315 315 config IDE_GENERIC 316 316 tristate "generic/default IDE chipset support" 317 - depends on ALPHA || X86 || IA64 || M32R || MIPS || PPC32 317 + depends on ALPHA || X86 || IA64 || M32R || MIPS 318 318 help 319 319 If unsure, say N. 320 320