mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
0475c947d2
commit
49c8f1ffe2
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user