linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] m68k: MAC should select HAVE_PATA_PLATFORM
@ 2021-07-12  7:40 Geert Uytterhoeven
  2021-07-12  8:43 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-07-12  7:40 UTC (permalink / raw)
  To: Christoph Hellwig, Finn Thain
  Cc: linux-m68k, linux-kernel, Geert Uytterhoeven

The defconfigs switched Mac from the deprecated CONFIG_BLK_DEV_PLATFORM
to CONFIG_PATA_PLATFORM.  However, the latter depends on
CONFIG_HAVE_PATA_PLATFORM, which thus must be selected first.

Fixes: b90257bfddbd01f3 ("m68k: use libata instead of the legacy ide driver")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
I thought I had sent this out before, but apparently I hadn't.
To be queued in the m68k tree as a fix for v5.14.

---
 arch/m68k/Kconfig.machine | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine
index 18107af0b7a368c0..142a6d208f580a5c 100644
--- a/arch/m68k/Kconfig.machine
+++ b/arch/m68k/Kconfig.machine
@@ -33,6 +33,7 @@ config MAC
 	depends on MMU
 	select MMU_MOTOROLA if MMU
 	select HAVE_ARCH_NVRAM_OPS
+	select HAVE_PATA_PLATFORM
 	select LEGACY_TIMER_TICK
 	help
 	  This option enables support for the Apple Macintosh series of
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] m68k: MAC should select HAVE_PATA_PLATFORM
  2021-07-12  7:40 [PATCH] m68k: MAC should select HAVE_PATA_PLATFORM Geert Uytterhoeven
@ 2021-07-12  8:43 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2021-07-12  8:43 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Christoph Hellwig, Finn Thain, linux-m68k, linux-kernel

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-12  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-12  7:40 [PATCH] m68k: MAC should select HAVE_PATA_PLATFORM Geert Uytterhoeven
2021-07-12  8:43 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).