diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-12-08 15:36:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-12-12 14:05:48 -0500 |
commit | c88ecf47bdcd0af21b23a3317116bcd956f1e775 (patch) | |
tree | 3435e5d3674ed25a62c606b2552db8f2ae0329a0 /include/configs | |
parent | ac2e33efdaee4ef9a5f8dace42f1e6cc321a4fab (diff) | |
download | u-boot-c88ecf47bdcd0af21b23a3317116bcd956f1e775.tar.gz |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/P4080DS.h | 1 | ||||
-rw-r--r-- | include/configs/UCP1020.h | 1 | ||||
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index f192181c08..8b884411ac 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -12,7 +12,6 @@ #define CONFIG_PCIE3 -#define CONFIG_SATA_SIL #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_LIBATA #define CONFIG_LBA48 diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index 902abc48ce..455298751c 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -118,7 +118,6 @@ #define CONFIG_ENV_OVERWRITE -#define CONFIG_SATA_SIL #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_LIBATA #define CONFIG_LBA48 diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index c51ca27502..07a75b9a1e 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -244,7 +244,6 @@ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_ENV_OVERWRITE -#define CONFIG_SATA_SIL #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_LIBATA #define CONFIG_LBA48 |