From: Jeff Garzik Date: Tue, 20 Feb 2007 15:59:13 +0000 (-0500) Subject: libata: Fix Cell SATA driver dependencies X-Git-Tag: firefly_0821_release~30975^2~40 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc0759103ff00c3dfc459059af4a1cfb0e865841;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 376d2cdde009..d16b5b0c8b76 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.