From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 03/16] ata: DWC_AHSATA depends on BLK
Date: Tue, 9 Feb 2021 21:42:44 -0500 [thread overview]
Message-ID: <20210210024257.20193-3-trini@konsulko.com> (raw)
In-Reply-To: <20210210024257.20193-1-trini@konsulko.com>
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(+)
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.
--
2.17.1
next prev parent reply other threads:[~2021-02-10 2:42 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-10 2:42 [PATCH 01/16] ls1012aqds_tfa_SECURE_BOOT: Remove unused CONFIG_SCSI_AHCI Tom Rini
2021-02-10 2:42 ` [PATCH 02/16] am57xx_hs_evm_usb: Enable AHCI and BLK Tom Rini
2021-04-12 0:24 ` Tom Rini
2021-02-10 2:42 ` Tom Rini [this message]
2021-04-12 0:25 ` [PATCH 03/16] ata: DWC_AHSATA depends on BLK Tom Rini
2021-02-10 2:42 ` [PATCH 04/16] ppc: configs: Remove a few non-updated build configurations Tom Rini
2021-02-10 2:42 ` [PATCH 05/16] arm: Remove highbank board Tom Rini
2021-02-19 13:04 ` André Przywara
2021-02-19 13:30 ` Tom Rini
2021-02-10 2:42 ` [PATCH 06/16] arm: Remove dms-ba16 board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-10 2:42 ` [PATCH 07/16] arm: Remove ot1200 board Tom Rini
2021-02-17 9:58 ` Christian Gmeiner
2021-03-01 14:47 ` Christian Gmeiner
2021-04-12 0:25 ` Tom Rini
2021-02-10 2:42 ` [PATCH 08/16] arm: Remove mx53loco board Tom Rini
2021-02-13 14:14 ` Fabio Estevam
2021-02-13 16:14 ` Tom Rini
2021-02-14 1:53 ` Fabio Estevam
2021-02-10 2:42 ` [PATCH 09/16] ppc: Remove MPC8349ITX board Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-10 2:42 ` [PATCH 10/16] ppc: Remove MPC8544DS board Tom Rini
2021-02-11 10:34 ` Priyanka Jain
2021-02-15 15:44 ` Tom Rini
2021-02-10 2:42 ` [PATCH 11/16] ppc: Remove MPC8572DS board Tom Rini
2021-02-11 10:34 ` Priyanka Jain
2021-02-15 15:44 ` Tom Rini
2021-02-10 2:42 ` [PATCH 12/16] ppc: Remove MPC8610HPCD board Tom Rini
2021-02-11 10:33 ` Priyanka Jain
2021-02-15 15:44 ` Tom Rini
2021-02-10 2:42 ` [PATCH 13/16] ppc: Remove MPC8641HPCN board Tom Rini
2021-02-11 10:33 ` Priyanka Jain
2021-02-15 15:44 ` Tom Rini
2021-02-10 2:42 ` [PATCH 14/16] boards: Disable CMD_SATA on platforms that no longer have a SATA driver enabled Tom Rini
2021-02-10 2:42 ` [PATCH 15/16] drivers: ata: Remove mvsata_ide driver Tom Rini
2021-04-12 0:25 ` Tom Rini
2021-02-10 2:42 ` [PATCH 16/16] ata: Make LIBATA means AHCI is enabled mandatory Tom Rini
2021-04-12 0:24 ` [PATCH 01/16] ls1012aqds_tfa_SECURE_BOOT: Remove unused CONFIG_SCSI_AHCI Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210210024257.20193-3-trini@konsulko.com \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox