Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49c8f1ff authored by Andrew Lunn's avatar Andrew Lunn Committed by Tejun Heo
Browse files

ATA: SATA_MV: Add missing Kconfig select statememnt



SATA_MV depends on GENERIC_PHY. So if SATA_MV is built in, GENERIC_PHY
cannot be modular. Fixes build error found by kbuild test robot.

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 0475c947
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -247,6 +247,7 @@ config SATA_HIGHBANK


config SATA_MV
config SATA_MV
	tristate "Marvell SATA support"
	tristate "Marvell SATA support"
	select GENERIC_PHY
	help
	help
	  This option enables support for the Marvell Serial ATA family.
	  This option enables support for the Marvell Serial ATA family.
	  Currently supports 88SX[56]0[48][01] PCI(-X) chips,
	  Currently supports 88SX[56]0[48][01] PCI(-X) chips,