* Re: [PATCH] drivers/ata/Kconfig: PATA_SCC depends on wrong platform
[not found] <200703150530.l2F5Uwel024855@toshiba.co.jp>
@ 2007-03-19 16:04 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-03-19 16:04 UTC (permalink / raw)
To: Akira Iguchi; +Cc: linux-ide, linuxppc-dev
Akira Iguchi wrote:
> PATA_SCC depends on PPC_CELLEB. (not PPC_IBM_CELL_BLADE)
>
> Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
> Signed-off-by: Akira Iguchi <akira2.iguchi@toshiba.co.jp>
> ---
>
> diff -Nrpu -X linux-2.6.21-rc3/Documentation/dontdiff linux-2.6.21-rc3/drivers/ata/Kconfig linux-2.6.21-rc3.mod/drivers/ata/Kconfig
> --- linux-2.6.21-rc3/drivers/ata/Kconfig 2007-03-07 13:41:20.000000000 +0900
> +++ linux-2.6.21-rc3.mod/drivers/ata/Kconfig 2007-03-15 23:04:14.000000000 +0900
> @@ -564,7 +564,7 @@ config PATA_IXP4XX_CF
>
> config PATA_SCC
> tristate "Toshiba's Cell Reference Set IDE support"
> - depends on PCI && PPC_IBM_CELL_BLADE
> + depends on PCI && PPC_CELLEB
> help
> This option enables support for the built-in IDE controller on
aplied
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] drivers/ata/Kconfig: PATA_SCC depends on wrong platform
@ 2007-03-15 5:32 Akira Iguchi
0 siblings, 0 replies; 2+ messages in thread
From: Akira Iguchi @ 2007-03-15 5:32 UTC (permalink / raw)
To: linux-ide; +Cc: linuxppc-dev
PATA_SCC depends on PPC_CELLEB. (not PPC_IBM_CELL_BLADE)
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Akira Iguchi <akira2.iguchi@toshiba.co.jp>
---
diff -Nrpu -X linux-2.6.21-rc3/Documentation/dontdiff linux-2.6.21-rc3/drivers/ata/Kconfig linux-2.6.21-rc3.mod/drivers/ata/Kconfig
--- linux-2.6.21-rc3/drivers/ata/Kconfig 2007-03-07 13:41:20.000000000 +0900
+++ linux-2.6.21-rc3.mod/drivers/ata/Kconfig 2007-03-15 23:04:14.000000000 +0900
@@ -564,7 +564,7 @@ config PATA_IXP4XX_CF
config PATA_SCC
tristate "Toshiba's Cell Reference Set IDE support"
- depends on PCI && PPC_IBM_CELL_BLADE
+ depends on PCI && PPC_CELLEB
help
This option enables support for the built-in IDE controller on
Toshiba Cell Reference Board.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-19 16:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200703150530.l2F5Uwel024855@toshiba.co.jp>
2007-03-19 16:04 ` [PATCH] drivers/ata/Kconfig: PATA_SCC depends on wrong platform Jeff Garzik
2007-03-15 5:32 Akira Iguchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).