mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
ata: allow subsystem to be used on m32r and s390 archs
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>
This commit is contained in:
parent
487d499c67
commit
b2a4b7862d
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ menuconfig ATA
|
||||||
tristate "Serial ATA and Parallel ATA drivers (libata)"
|
tristate "Serial ATA and Parallel ATA drivers (libata)"
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
depends on BLOCK
|
depends on BLOCK
|
||||||
depends on !(M32R || S390) || BROKEN
|
|
||||||
select SCSI
|
select SCSI
|
||||||
select GLOB
|
select GLOB
|
||||||
---help---
|
---help---
|
||||||
|
|
Loading…
Reference in a new issue