aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 22:59:27 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:03:31 -0400
commit0a816d92d581749341c0c725816efe930e56e2a4 (patch)
tree6c2763fe9e087c538a109c80d5bc15d08ee37138 /drivers/ata
parent21af94f882b764353b781c8a4569961124189e0b (diff)
downloadu-boot-0a816d92d581749341c0c725816efe930e56e2a4.zip
u-boot-0a816d92d581749341c0c725816efe930e56e2a4.tar.gz
u-boot-0a816d92d581749341c0c725816efe930e56e2a4.tar.bz2
Convert CONFIG_FSL_SATA_V2 to Kconfig
This converts the following to Kconfig: CONFIG_FSL_SATA_V2 Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index ce6907e..9c9641d 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -113,12 +113,19 @@ config SATA_CEVA
config FSL_SATA
bool "Enable Freescale SATA controller driver support"
+ depends on PPC
select AHCI
select LIBATA
help
Enable this driver to support the SATA controller found in
some Freescale PowerPC SoCs.
+config FSL_SATA_V2
+ bool "Enable support for V2 of the Freescale SATA controller"
+ depends on FSL_SATA
+ help
+ Enable support for V2 of this controller, rather than V1.
+
config SATA_MV
bool "Enable Marvell SATA controller driver support"
select AHCI