linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 10/13] BLK_DEV_IDE_CELLEB dependency fix
@ 2007-03-14  9:16 Al Viro
  2007-03-15  5:25 ` Akira Iguchi
       [not found] ` <200703150523.l2F5NelE001987@toshiba.co.jp>
  0 siblings, 2 replies; 7+ messages in thread
From: Al Viro @ 2007-03-14  9:16 UTC (permalink / raw)
  To: torvalds; +Cc: linuxppc-dev, linux-kernel


It's bool and it depends on IDE => should depend on IDE=y

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 drivers/ide/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 5d134bb..3f76987 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -802,7 +802,7 @@ config BLK_DEV_IDEDMA_PMAC
 
 config BLK_DEV_IDE_CELLEB
 	bool "Toshiba's Cell Reference Set IDE support"
-	depends on PPC_CELLEB
+	depends on PPC_CELLEB && IDE=y
 	help
 	  This driver provides support for the built-in IDE controller on
 	  Toshiba Cell Reference Board.
-- 
1.5.0-rc2.GIT

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-03-16  1:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-14  9:16 [PATCH 10/13] BLK_DEV_IDE_CELLEB dependency fix Al Viro
2007-03-15  5:25 ` Akira Iguchi
     [not found] ` <200703150523.l2F5NelE001987@toshiba.co.jp>
2007-03-15  5:36   ` Al Viro
2007-03-15  6:10     ` Akira Iguchi
     [not found]     ` <200703150608.l2F68JY2026403@toshiba.co.jp>
2007-03-15  8:46       ` Al Viro
2007-03-15 19:48         ` Bartlomiej Zolnierkiewicz
2007-03-16  1:32           ` Akira Iguchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).