[PATCH] staging/phison: depends on PCI

From: Randy Dunlap
Date: Thu Feb 19 2009 - 12:47:02 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

phison uses PCI interfaces, so it should depend on PCI.

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
cc: Evan Ko <evan_ko@xxxxxxxxxx>
---
drivers/staging/phison/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20090219.orig/drivers/staging/phison/Kconfig
+++ linux-next-20090219/drivers/staging/phison/Kconfig
@@ -1,5 +1,5 @@
config IDE_PHISON
tristate "PCIE ATA PS5000 IDE support"
- depends on ATA && ATA_SFF
+ depends on PCI && ATA && ATA_SFF
---help---
This is an experimental driver for PS5000 IDE driver.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/