diff mbox series

[03/16] ata: DWC_AHSATA depends on BLK

Message ID 20210210024257.20193-3-trini@konsulko.com
State Accepted
Commit 90932da70cf88db51f9eadd0ffcd7898960e9d66
Delegated to: Tom Rini
Headers show
Series [01/16] ls1012aqds_tfa_SECURE_BOOT: Remove unused CONFIG_SCSI_AHCI | expand

Commit Message

Tom Rini Feb. 10, 2021, 2:42 a.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini April 12, 2021, 12:25 a.m. UTC | #1
On Tue, Feb 09, 2021 at 09:42:44PM -0500, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index f2f8275aeca8..3914f996d91c 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.