aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2007-02-20 10:59:13 -0500
committerJeff Garzik <jeff@garzik.org>2007-02-21 04:58:17 -0500
commitcc0759103ff00c3dfc459059af4a1cfb0e865841 (patch)
tree33c98f25efe2dceb8bff2b7abb2d0c31ac4d0b00 /drivers/ata/Kconfig
parent4d05447ec702364b8a2aebb4d625b16479268575 (diff)
libata: Fix Cell SATA driver dependencies
The driver requires in_be32(), and so should not be built on many PCI platforms. Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 376d2cdde00..d16b5b0c8b7 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -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.