diff options
author | Tom Rini | 2021-11-07 22:59:50 -0500 |
---|---|---|
committer | Tom Rini | 2021-11-12 14:18:17 -0500 |
commit | d3fb2e3991cb6f7b2fa663601a050e8acce12826 (patch) | |
tree | a48ab9aaa4fdd9c7996c01d31e8389571c65f439 /scripts | |
parent | 1914075c88fb645987955f6d0595c56e3a78a1c0 (diff) |
Remove CONFIG_SERIAL_MULTI
This symbol has been functionally dead for a long time. Remove the last
and recent re-introductions of setting it, and update the whitelist so
it will not be re-introduced again.
Signed-off-by: Tom Rini <trini@konsulko.com>
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 34c9ef0ced0..32de7d77b3c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1075,7 +1075,6 @@ CONFIG_SEC_FW_SIZE CONFIG_SERIAL_BOOT CONFIG_SERIAL_FLASH CONFIG_SERIAL_HW_FLOW_CONTROL -CONFIG_SERIAL_MULTI CONFIG_SERIAL_SOFTWARE_FIFO CONFIG_SERIRQ_CONTINUOUS_MODE CONFIG_SERVERIP |