Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1548610
| From | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] ata: allow subsystem to be used on m68k arch |
| Date | 2016-12-30 15:10 +0100 |
| Message-ID | <sU62B-5ob-17@gated-at.bofh.it> (permalink) |
| References | <sU62B-5ob-5@gated-at.bofh.it> <sU62B-5ob-19@gated-at.bofh.it> <sU62B-5ob-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
When libata was merged m68k lacked IOMAP support. This has not been true for a long time now so allow subsystem to be used on m68k. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> --- drivers/ata/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 2c8be74..da19fc9 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -14,7 +14,7 @@ menuconfig ATA tristate "Serial ATA and Parallel ATA drivers (libata)" depends on HAS_IOMEM depends on BLOCK - depends on !(M32R || M68K || S390) || BROKEN + depends on !(M32R || S390) || BROKEN select SCSI select GLOB ---help--- -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] ata: add m68k/Atari Falcon PATA support Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 15:10 +0100
[PATCH 1/3] ata: allow subsystem to be used on m68k arch Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 15:10 +0100
Re: [PATCH 1/3] ata: allow subsystem to be used on m68k arch Christoph Hellwig <hch@infradead.org> - 2016-12-30 15:20 +0100
Re: [PATCH 1/3] ata: allow subsystem to be used on m68k arch Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 18:20 +0100
[PATCH 3/3] ata: add Atari Falcon PATA controller driver Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2016-12-30 15:10 +0100
Re: [PATCH 0/3] ata: add m68k/Atari Falcon PATA support Geert Uytterhoeven <geert@linux-m68k.org> - 2017-01-03 12:00 +0100
csiph-web