diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-01-22 20:56:33 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-01-29 13:19:47 -0500 |
commit | 49c8f1ffe26ffddfb7244a24db21c0b4a79e1c52 (patch) | |
tree | e9bf8ad33a99aa945df8e4011004114c32e2800b /drivers/ata/Kconfig | |
parent | 0475c947d221f9250bbdf430b2604f828b643ee0 (diff) |
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>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 4e737728aee2..868429a47be4 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -247,6 +247,7 @@ config SATA_HIGHBANK config SATA_MV tristate "Marvell SATA support" + select GENERIC_PHY help This option enables support for the Marvell Serial ATA family. Currently supports 88SX[56]0[48][01] PCI(-X) chips, |