commit | 3814c37f37a48001a66fc02aea2bf945cdd933b2 | [log] [tgz] |
---|---|---|
author | Ying Sun <sunying@nj.iscas.ac.cn> | Sun Jun 25 17:18:21 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 07 16:25:56 2023 -0400 |
tree | 3d8728b335b1022204afe1d4826b968c4eaa9544 | |
parent | 2631ece213e34714c2c050780189d404e90689a6 [diff] |
tpl: Kconfig: TPL_BANNER_PRINT depends on DEBUG_UART && TPL_SERIAL As implemented in the arch/arm/mach-rockchip/tpl.c file, the CONFIG_TPL_BANNER_PRINT option will not work if either of these options is not enabled. Add dependency constraints to the CONFIG_TPL_BANNER_PRINT option definition to prevent configuration problems where option is enabled but do not take effect. Suggested-by: Yanjie Ren <renyanjie01@gmail.com> Signed-off-by: Ying Sun <sunying@nj.iscas.ac.cn>