Skip to content
Snippets Groups Projects
Commit 90932da7 authored by Tom Rini's avatar Tom Rini
Browse files

ata: DWC_AHSATA depends on BLK


The dwc ahsata driver is written such that CONFIG_BLK must be enabled,
add this as a dependency in Kconfig.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent f9836dab
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ config DWC_AHCI
config DWC_AHSATA
bool "Enable DWC AHSATA driver support"
select LIBATA
depends on BLK
help
Enable this driver to support the DWC AHSATA SATA controller found
in i.MX5 and i.MX6 SoCs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment