serial: Add missing TPL_SYS_NS16550_SERIAL symbol
authorTom Rini <trini@konsulko.com>
Tue, 4 Mar 2025 20:24:36 +0000 (14:24 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 14:12:18 +0000 (08:12 -0600)
commit0d8b2970a47c914faf13dd1aa97ff7f2070ba8e1
tree24ab6d5f823c8f19b0d9cb7e889b7b22470669ad
parentb27c94958b976213e3f21e53943a699ffa53f16e
serial: Add missing TPL_SYS_NS16550_SERIAL symbol

On PowerPC platforms with TPL enabled and SPL_SYS_NS16550_SERIAL
enabled, today this builds under TPL as well due to how $(XPL_) is
defined. Add the TPL_SYS_NS16550_SERIAL itself for consistency and
clarity.

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/serial/Kconfig