projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a033f35
)
[PATCH] BLK_DEV_IDE_CELLEB dependency fix
author
Al Viro
<viro@ftp.linux.org.uk>
Wed, 14 Mar 2007 09:16:34 +0000
(09:16 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 14 Mar 2007 22:27:49 +0000
(15:27 -0700)
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>
drivers/ide/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ide/Kconfig
b/drivers/ide/Kconfig
index 5d134bb75ba16f107c223871e7ef6ee53525ec85..3f76987d818af376d9912f0614b00d6e797c190a 100644
(file)
--- 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.