commit | 72473d51ba8d47a46dca5e94b34ba4f383a1e22d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 04 10:14:11 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 23 10:15:13 2022 -0500 |
tree | 412f91f6e87753d66629a761442ed8644f85dac0 | |
parent | 0fc1d9c29da28ccd33453fa4205bda5a1e9e4d05 [diff] |
configs: Remove unused or redundant CONFIG symbols A number of CONFIG symbols have crept in that are never referenced in code, so drop them here. Further, we have two symbols being enabled in headers while already enabled correctly in Kconfig, so these lines can also be removed. Signed-off-by: Tom Rini <trini@konsulko.com>