[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090219094732.bacee6e1.randy.dunlap@oracle.com>
Date: Thu, 19 Feb 2009 09:47:32 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: gregkh@...e.de, evan_ko@...son.com
Subject: [PATCH] staging/phison: depends on PCI
From: Randy Dunlap <randy.dunlap@...cle.com>
phison uses PCI interfaces, so it should depend on PCI.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
cc: Evan Ko <evan_ko@...son.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists