libpayload: Fix Config.in warning
PDcurses is already default. Hence drop the additional attempt that is not supported by Kconfig. Config.in:123:warning: defaults for choice values not supported Change-Id: I12cb5ea0bef2f146cf237c7a3cc9293a600d736b Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2902 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
3926b4c520
commit
04d352db41
|
@ -120,7 +120,6 @@ config TINYCURSES
|
||||||
|
|
||||||
config PDCURSES
|
config PDCURSES
|
||||||
bool "PDCurses"
|
bool "PDCurses"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
libpayload's PDCurses port provides a full features curses
|
libpayload's PDCurses port provides a full features curses
|
||||||
implementation, including libpanel, libmenu and libform (which
|
implementation, including libpanel, libmenu and libform (which
|
||||||
|
|
Loading…
Reference in New Issue