summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-11 14:11:05 -0400
committerTom Rini <trini@konsulko.com>2021-04-11 14:11:05 -0400
commit3b676a1662ac6b54d1e97ea40a0c41ee0925ffe3 (patch)
treed793c47b6ee68f30fb1426d526ac66f15b7cb636 /drivers/ata/Kconfig
parentc6a4ee2aaee541c12d290dd25561e771396817cc (diff)
parentd3cfc474b764fc9d8fca6dc1dfe56f42e564f0f5 (diff)
downloadu-boot-3b676a1662ac6b54d1e97ea40a0c41ee0925ffe3.tar.gz
u-boot-3b676a1662ac6b54d1e97ea40a0c41ee0925ffe3.tar.xz
u-boot-3b676a1662ac6b54d1e97ea40a0c41ee0925ffe3.zip
Merge branch '2021-04-11-remove-non-migrated-boards'
- Remove a large number of boards that have not migrated to DM_MMC, for which the migration deadline with 2 years ago at v2019.04.
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index f2f8275aec..9ff4b8736c 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.
@@ -82,12 +83,6 @@ config FSL_SATA
Enable this driver to support the SATA controller found in
some Freescale PowerPC SoCs.
-config MVSATA_IDE
- bool "Enable Marvell SATA controller driver support via IDE interface"
- help
- Enable this driver to support the SATA controller found in
- some Marvell SoCs, running in IDE compatibility mode using PIO.
-
config SATA_MV
bool "Enable Marvell SATA controller driver support"
select AHCI