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 /scripts | |
parent | ac2e33efdaee4ef9a5f8dace42f1e6cc321a4fab (diff) | |
download | u-boot-c88ecf47bdcd0af21b23a3317116bcd956f1e775.tar.gz u-boot-c88ecf47bdcd0af21b23a3317116bcd956f1e775.tar.bz2 u-boot-c88ecf47bdcd0af21b23a3317116bcd956f1e775.zip |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index d5ae1f4685..53f0857d73 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1904,7 +1904,6 @@ CONFIG_SAR_REG CONFIG_SATA1 CONFIG_SATA2 CONFIG_SATA_MV -CONFIG_SATA_SIL CONFIG_SATA_SIL3114 CONFIG_SATA_ULI5288 CONFIG_SBC8349 |