diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-24 16:53:30 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-24 16:53:30 -0400 |
commit | 35bbac9a2f73a7e0967d0a1d3e3673e2590ef716 (patch) | |
tree | b00448e08f8f688f651bc825e0ba5c71956086d0 /drivers/ide/Kconfig | |
parent | ffed0b6e1a6f5132681d4b521531d992f893190b (diff) |
ide-generic: is no longer needed on ppc32
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r-- | drivers/ide/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 04d9c4d459d0..130ef64b44f7 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
@@ -314,7 +314,7 @@ comment "IDE chipset support/bugfixes" | |||
314 | 314 | ||
315 | config IDE_GENERIC | 315 | config IDE_GENERIC |
316 | tristate "generic/default IDE chipset support" | 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 | help | 318 | help |
319 | If unsure, say N. | 319 | If unsure, say N. |
320 | 320 | ||