mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
ata: Migrate CONFIG_SATA_SIL 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
ac2e33efda
commit
c88ecf47bd
@ -209,6 +209,7 @@ config TARGET_P1025RDB
|
||||
select ARCH_P1025
|
||||
imply CMD_EEPROM
|
||||
imply CMD_SATA
|
||||
imply SATA_SIL
|
||||
|
||||
config TARGET_P2020RDB
|
||||
bool "Support P2020RDB-PC"
|
||||
@ -217,6 +218,7 @@ config TARGET_P2020RDB
|
||||
select ARCH_P2020
|
||||
imply CMD_EEPROM
|
||||
imply CMD_SATA
|
||||
imply SATA_SIL
|
||||
|
||||
config TARGET_P1_TWR
|
||||
bool "Support p1_twr"
|
||||
@ -672,6 +674,7 @@ config ARCH_P1020
|
||||
imply CMD_SATA
|
||||
imply CMD_PCI
|
||||
imply CMD_REGINFO
|
||||
imply SATA_SIL
|
||||
|
||||
config ARCH_P1021
|
||||
bool
|
||||
@ -690,6 +693,7 @@ config ARCH_P1021
|
||||
imply CMD_NAND
|
||||
imply CMD_SATA
|
||||
imply CMD_REGINFO
|
||||
imply SATA_SIL
|
||||
|
||||
config ARCH_P1022
|
||||
bool
|
||||
@ -737,6 +741,7 @@ config ARCH_P1024
|
||||
imply CMD_SATA
|
||||
imply CMD_PCI
|
||||
imply CMD_REGINFO
|
||||
imply SATA_SIL
|
||||
|
||||
config ARCH_P1025
|
||||
bool
|
||||
@ -858,6 +863,7 @@ config ARCH_P4080
|
||||
select FSL_ELBC
|
||||
imply CMD_SATA
|
||||
imply CMD_REGINFO
|
||||
imply SATA_SIL
|
||||
|
||||
config ARCH_P5020
|
||||
bool
|
||||
|
Reference in New Issue
Block a user