diff options
author | Alexander Graf <agraf@suse.de> | 2018-01-25 12:05:52 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:35 -0500 |
commit | cf2c7784bd73b77f3a4c423d59d38b47fa0504f1 (patch) | |
tree | 9228f2648f0f920ab2dd4e4d464319f1572bb55a /scripts | |
parent | d10fc50f78ebae7c7f52469eced7c0d6d8a89f8c (diff) | |
download | u-boot-cf2c7784bd73b77f3a4c423d59d38b47fa0504f1.zip u-boot-cf2c7784bd73b77f3a4c423d59d38b47fa0504f1.tar.gz u-boot-cf2c7784bd73b77f3a4c423d59d38b47fa0504f1.tar.bz2 |
pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig
We want to use Kconfig logic to depend on whether pl01x devices
are built in, so let's convert their inclusion selection to Kconfig.
This round goes to pl01x.
Signed-off-by: Alexander Graf <agraf@suse.de>
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 520b910..e7e5cb2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1619,7 +1619,6 @@ CONFIG_PIXIS_BRDCFG1_TDM CONFIG_PIXIS_SGMII_CMD CONFIG_PL011_CLOCK CONFIG_PL011_SERIAL_RLCR -CONFIG_PL01X_SERIAL CONFIG_PL01x_PORTS CONFIG_PLATFORM_ENV_SETTINGS CONFIG_PLATINUM_BOARD |