From: Bartlomiej Zolnierkiewicz Date: Fri, 30 Dec 2016 14:01:16 +0000 (+0100) Subject: ata: allow subsystem to be used on m68k arch X-Git-Tag: v4.11-rc1~130^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7563f625469e9488fcd23cb64f9a6d61f1758f47;p=platform%2Fkernel%2Flinux-exynos.git ata: allow subsystem to be used on m68k arch 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 Acked-by: Geert Uytterhoeven Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 38318aa..702b351 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---