ata: DWC_AHSATA depends on BLK
authorTom Rini <trini@konsulko.com>
Wed, 10 Feb 2021 02:42:44 +0000 (21:42 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 10 Apr 2021 11:53:50 +0000 (07:53 -0400)
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>
drivers/ata/Kconfig

index f2f8275..3914f99 100644 (file)
@@ -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.