mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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:
parent
f9836dabd8
commit
90932da70c
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue