diff options
author | Tuomas Tynkkynen | 2017-12-08 15:36:16 +0200 |
---|---|---|
committer | Tom Rini | 2017-12-12 14:05:48 -0500 |
commit | ad0ac54361128c60b5e7012a2b7bf38061bdc25e (patch) | |
tree | d1069452e376ea66ab6d5ee8b147d4063dd17d1b /drivers/ata | |
parent | 32f0398ba559408e4effa2372697a0cc4d189756 (diff) |
ata: Migrate CONFIG_SATA_MV to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 77e0fbb217d..8dfa4670cc9 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -47,6 +47,12 @@ config DWC_AHCI Enable this driver to support Sata devices through Synopsys DWC AHCI module. +config SATA_MV + bool "Enable Marvell SATA controller driver support" + help + Enable this driver to support the SATA controller found in + some Marvell SoCs. + config SATA_SIL bool "Enable Silicon Image SIL3131 / SIL3132 / SIL3124 SATA driver support" help |