libata: Fix Cell SATA driver dependencies
authorJeff Garzik <jeff@garzik.org>
Tue, 20 Feb 2007 15:59:13 +0000 (10:59 -0500)
committerJeff Garzik <jeff@garzik.org>
Wed, 21 Feb 2007 09:58:17 +0000 (04:58 -0500)
The driver requires in_be32(), and so should not be built on many PCI
platforms.

Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/Kconfig

index 376d2cd..d16b5b0 100644 (file)
@@ -564,7 +564,7 @@ config PATA_IXP4XX_CF
 
 config PATA_SCC
        tristate "Toshiba's Cell Reference Set IDE support"
-       depends on PCI
+       depends on PCI && PPC_IBM_CELL_BLADE
        help
          This option enables support for the built-in IDE controller on
          Toshiba Cell Reference Board.