commit | d900449a7aa454dfe41e6f9fd8a162ff65781de0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 26 14:31:15 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:48:19 2023 -0500 |
tree | 9f9309a991ef05d7c6464a9f63f5248462626665 | |
parent | bfaa048d94cf8abf01ba54fe79b1b08bda6328f9 [diff] |
Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig Move CONFIG_SYS_CBSIZE (console buffer size) and CONFIG_SYS_PBSIZE (console print buffer size) out of cmd/Kconfig and in to common/Kconfig. Create help entries for both which explain their usage and why they are both not entirely command centric. Signed-off-by: Tom Rini <trini@konsulko.com>