aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-09 21:42:44 -0500
committerTom Rini <trini@konsulko.com>2021-04-10 07:53:50 -0400
commit90932da70cf88db51f9eadd0ffcd7898960e9d66 (patch)
tree99bdcd604ed2be9c75f5074ab7069b0415a89b5a /drivers/ata
parentf9836dabd8f0a50932eef18f8f5e821a9d35a7bc (diff)
downloadu-boot-90932da70cf88db51f9eadd0ffcd7898960e9d66.zip
u-boot-90932da70cf88db51f9eadd0ffcd7898960e9d66.tar.gz
u-boot-90932da70cf88db51f9eadd0ffcd7898960e9d66.tar.bz2
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index f2f8275..3914f99 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -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.