diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-03-14 09:16:34 +0000 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-14 15:27:49 -0700 |
commit | a7c999114ecd0c69bd3970272b64d8842b765b21 (patch) | |
tree | 7f316e04d9950634b73316ec516e2b2988685db9 /drivers/ide | |
parent | a033f35a2206e28af8109c62b403d940ba89d2b9 (diff) | |
download | linux-a7c999114ecd0c69bd3970272b64d8842b765b21.tar.gz linux-a7c999114ecd0c69bd3970272b64d8842b765b21.tar.bz2 linux-a7c999114ecd0c69bd3970272b64d8842b765b21.zip |
[PATCH] BLK_DEV_IDE_CELLEB dependency fix
It's bool and it depends on IDE => should depend on IDE=y
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ide')
-rw-r--r-- | drivers/ide/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 5d134bb75ba1..3f76987d818a 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. |