summaryrefslogtreecommitdiff
path: root/drivers/ata
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-12-08 15:36:17 +0200
committerTom Rini <trini@konsulko.com>2017-12-12 14:05:48 -0500
commit9920d151c4b22540a937c4225020069c583a7fad (patch)
treee797e168ece8cefa1f3cb4d3df0a33577d0bc830 /drivers/ata
parentad0ac54361128c60b5e7012a2b7bf38061bdc25e (diff)
ata: Migrate CONFIG_FSL_SATA to Kconfig
Use 'imply' here liberally to avoid the combinatorial explosion of defconfig changes in the PowerPC boards. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 8dfa4670cc..2eab570b35 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 FSL_SATA
+ bool "Enable Freescale SATA controller driver support"
+ help
+ Enable this driver to support the SATA controller found in
+ some Freescale PowerPC SoCs.
+
config SATA_MV
bool "Enable Marvell SATA controller driver support"
help