Skip to content

Commit

Permalink
drivers/ata/Kconfig: PATA_SCC depends on wrong platform
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Akira Iguchi authored and Jeff Garzik committed Mar 19, 2007
1 parent 722d67b commit aeb9362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aeb9362

Please sign in to comment.