mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
ata: Migrate CONFIG_FSL_SATA to Kconfig
Use 'imply' here liberally to avoid the combinatorial explosion of defconfig changes in the PowerPC boards. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
This commit is contained in:

committed by
Tom Rini

parent
ad0ac54361
commit
9920d151c4
@ -47,6 +47,12 @@ config DWC_AHCI
|
||||
Enable this driver to support Sata devices through
|
||||
Synopsys DWC AHCI module.
|
||||
|
||||
config FSL_SATA
|
||||
bool "Enable Freescale SATA controller driver support"
|
||||
help
|
||||
Enable this driver to support the SATA controller found in
|
||||
some Freescale PowerPC SoCs.
|
||||
|
||||
config SATA_MV
|
||||
bool "Enable Marvell SATA controller driver support"
|
||||
help
|
||||
|
Reference in New Issue
Block a user