Skip to content

Commit 21ed492

Browse files
committed
m68k: MAC should select HAVE_PATA_PLATFORM
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: b90257b ("m68k: use libata instead of the legacy ide driver") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20210712074022.2116655-1-geert@linux-m68k.org
1 parent e73f0f0 commit 21ed492

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/m68k/Kconfig.machine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ config MAC
3333
depends on MMU
3434
select MMU_MOTOROLA if MMU
3535
select HAVE_ARCH_NVRAM_OPS
36+
select HAVE_PATA_PLATFORM
3637
select LEGACY_TIMER_TICK
3738
help
3839
This option enables support for the Apple Macintosh series of

0 commit comments

Comments
 (0)