diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig index 64289b3b9d..024fa1502b 100644 --- a/payloads/libpayload/Kconfig +++ b/payloads/libpayload/Kconfig @@ -143,9 +143,9 @@ choice depends on CURSES config TINYCURSES - bool "Tinycurses" + bool "TinyCurses" help - Tinycurses was the first curses implementation for libpayload. + TinyCurses was the first curses implementation for libpayload. It features low memory consumption, static allocation of larger data structures (so few or no memory allocation calls) and a reduced feature set.