diff options
| author | Tuomas Tynkkynen <[email protected]> | 2017-12-08 15:36:21 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-12-12 18:16:06 -0500 |
| commit | cf71338ee7a1dc16f13a4f1b89f32c624210df45 (patch) | |
| tree | 4acd654e33d5270b5935aef703d6f2bfc80417ac /drivers | |
| parent | b82e667f79f753226f3b7d01085869b496b1adc2 (diff) | |
ata: Migrate CONFIG_MVSATA_IDE to Kconfig
Signed-off-by: Tuomas Tynkkynen <[email protected]>
Diffstat (limited to 'drivers')
| -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 43e66269691..990de72309a 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -72,6 +72,12 @@ config FSL_SATA Enable this driver to support the SATA controller found in some Freescale PowerPC SoCs. +config MVSATA_IDE + bool "Enable Marvell SATA controller driver support via IDE interface" + help + Enable this driver to support the SATA controller found in + some Marvell SoCs, running in IDE compatibility mode using PIO. + config SATA_MV bool "Enable Marvell SATA controller driver support" select LIBATA |
