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:
4d05447
)
libata: Fix Cell SATA driver dependencies
author
Jeff Garzik
<jeff@garzik.org>
Tue, 20 Feb 2007 15:59:13 +0000
(10:59 -0500)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 21 Feb 2007 09:58:17 +0000
(
04:58
-0500)
The driver requires in_be32(), and so should not be built on many PCI
platforms.
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 376d2cdde00968376e47562799e31c569bf37ee2..d16b5b0c8b76b5d0bcacb9fbf5348e33e94492b2 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
+ depends on PCI
&& PPC_IBM_CELL_BLADE
help
This option enables support for the built-in IDE controller on
Toshiba Cell Reference Board.