]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: MAC should select HAVE_PATA_PLATFORM
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 12 Jul 2021 07:40:22 +0000 (09:40 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 19 Jul 2021 10:18:42 +0000 (12:18 +0200)
commit66787272832bf77923f9e3b0b9445e1fe22b04d0
treeabd85b02ca3c2a72784b7d2776d0a5e248d4e6fa
parentb1b49cbcf8bd66059ed6f80c573a7ff83991d8ef
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: 879512e4fc84c7aa ("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
arch/m68k/Kconfig.machine