diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:18 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 14:06:46 -0500 |
commit | 477b16a7982eee080a142f08f2cf2d05ade99c31 (patch) | |
tree | 672e105bb28c13a8af7d1a5256c34a2bf6f32d5d /drivers/ata | |
parent | 9920d151c4b22540a937c4225020069c583a7fad (diff) | |
download | u-boot-477b16a7982eee080a142f08f2cf2d05ade99c31.tar.gz |
ata: Migrate CONFIG_DWC_AHSATA 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 2eab570b35..25ef5cef02 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 DWC_AHSATA + bool "Enable DWC AHSATA driver support" + help + Enable this driver to support the DWC AHSATA SATA controller found + in i.MX5 and i.MX6 SoCs. + config FSL_SATA bool "Enable Freescale SATA controller driver support" help |