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:
Stefan Reinauer 2013-03-25 14:13:43 -07:00 committed by Stefan Reinauer
parent 3926b4c520
commit 04d352db41
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ config TINYCURSES
config PDCURSES
bool "PDCurses"
default y
help
libpayload's PDCurses port provides a full features curses
implementation, including libpanel, libmenu and libform (which