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: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2021-02-09 21:42:44 -05:00
parent f9836dabd8
commit 90932da70c

View File

@ -62,6 +62,7 @@ config DWC_AHCI
config DWC_AHSATA config DWC_AHSATA
bool "Enable DWC AHSATA driver support" bool "Enable DWC AHSATA driver support"
select LIBATA select LIBATA
depends on BLK
help help
Enable this driver to support the DWC AHSATA SATA controller found Enable this driver to support the DWC AHSATA SATA controller found
in i.MX5 and i.MX6 SoCs. in i.MX5 and i.MX6 SoCs.