The default should be CONFIG_LIB_KBDCODEC=n

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2013-01-03 16:18:44 +00:00
parent b4b3c78e54
commit fc04cbdcc4
9 changed files with 10 additions and 8 deletions

View File

@ -3859,4 +3859,6 @@
Fix a counting bug plus change interface to use either relative
or absolut FLASH addressing (from Freddie Chopin).
* libc/misc/Make.defs: Fix error in conditional for KBD CODEC.
* libc/Kconfig and configs/*/defconfig (several): The default
setting should be CONFIG_LIB_KBDCODEC=n

View File

@ -424,7 +424,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Non-standard Helper Functions
#
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_KBDCODEC is not set
#
# Basic CXX Support

View File

@ -431,7 +431,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Non-standard Helper Functions
#
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_KBDCODEC is not set
#
# Basic CXX Support

View File

@ -363,7 +363,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Non-standard Helper Functions
#
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_KBDCODEC is not set
#
# Basic CXX Support

View File

@ -381,7 +381,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Non-standard Helper Functions
#
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_KBDCODEC is not set
#
# Basic CXX Support

View File

@ -347,7 +347,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Non-standard Helper Functions
#
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_KBDCODEC is not set
#
# Basic CXX Support

View File

@ -358,7 +358,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Non-standard Helper Functions
#
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_KBDCODEC is not set
#
# Basic CXX Support

View File

@ -433,7 +433,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
# Non-standard Helper Functions
#
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_KBDCODEC is not set
#
# Basic CXX Support

View File

@ -280,7 +280,7 @@ comment "Non-standard Helper Functions"
config LIB_KBDCODEC
bool "Keyboard CODEC"
default y
default n
---help---
In NuttX, a keyboard/keypad driver is simply a character driver that
may have an (optional) encoding/decoding layer on the data returned