projects
/
GitHub
/
moto-9609
/
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:
487d499
)
ata: allow subsystem to be used on m32r and s390 archs
author
Bartlomiej Zolnierkiewicz
<b.zolnierkie@samsung.com>
Tue, 7 Mar 2017 13:56:40 +0000
(14:56 +0100)
committer
Tejun Heo
<tj@kernel.org>
Tue, 7 Mar 2017 19:25:51 +0000
(14:25 -0500)
Both archs should work just fine with libata subsystem nowadays.
Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/Kconfig
b/drivers/ata/Kconfig
index 70b57d2229d6657c57c054fa9272484bdc397ca1..7e0fc9888f961891ffe15de715413f034cf402c7 100644
(file)
--- a/
drivers/ata/Kconfig
+++ b/
drivers/ata/Kconfig
@@
-14,7
+14,6
@@
menuconfig ATA
tristate "Serial ATA and Parallel ATA drivers (libata)"
depends on HAS_IOMEM
depends on BLOCK
- depends on !(M32R || S390) || BROKEN
select SCSI
select GLOB
---help---