瀏覽代碼

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>
Jeff Garzik 18 年之前
父節點
當前提交
cc0759103f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/ata/Kconfig

+ 1 - 1
drivers/ata/Kconfig

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