projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
722d67b
)
drivers/ata/Kconfig: PATA_SCC depends on wrong platform
author
Akira Iguchi
<akira2.iguchi@toshiba.co.jp>
Thu, 15 Mar 2007 05:32:58 +0000
(14:32 +0900)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 19 Mar 2007 15:56:59 +0000
(11:56 -0400)
PATA_SCC depends on PPC_CELLEB. (not PPC_IBM_CELL_BLADE)
Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Akira Iguchi <akira2.iguchi@toshiba.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/Kconfig
b/drivers/ata/Kconfig
index d16b5b0c8b76b5d0bcacb9fbf5348e33e94492b2..7bdbe5a914d0ce78f34d10325ce0e9eba31fb126 100644
(file)
--- a/
drivers/ata/Kconfig
+++ b/
drivers/ata/Kconfig
@@
-564,7
+564,7
@@
config PATA_IXP4XX_CF
config PATA_SCC
tristate "Toshiba's Cell Reference Set IDE support"
- depends on PCI && PPC_
IBM_CELL_BLADE
+ depends on PCI && PPC_
CELLEB
help
This option enables support for the built-in IDE controller on
Toshiba Cell Reference Board.