]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:15 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:19 +0000 (14:48 -0500)
commitd900449a7aa454dfe41e6f9fd8a162ff65781de0
tree9f9309a991ef05d7c6464a9f63f5248462626665
parentbfaa048d94cf8abf01ba54fe79b1b08bda6328f9
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>
cmd/Kconfig
common/Kconfig