libpayload/Kconfig: Use official spelling for TinyCurses

TinyCursess is officially spelled in CamelCase [1].

[1] https://github.com/tommyettinger/TinyCurses

Change-Id: I7e0aa5af54140796a981c0f4c58950b25fdd67ba
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/11727
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Paul Menzel 2015-09-26 12:30:08 +02:00 committed by Patrick Georgi
parent aa98eec316
commit dc1b3c162e
1 changed files with 2 additions and 2 deletions

View File

@ -143,9 +143,9 @@ choice
depends on CURSES depends on CURSES
config TINYCURSES config TINYCURSES
bool "Tinycurses" bool "TinyCurses"
help 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 It features low memory consumption, static allocation of larger
data structures (so few or no memory allocation calls) and a data structures (so few or no memory allocation calls) and a
reduced feature set. reduced feature set.