Browse Source

The default should be CONFIG_LIB_KBDCODEC=n

git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
sbg
patacongo 12 years ago
parent
commit
19752b4453
  1. 2
      nuttx/ChangeLog
  2. 2
      nuttx/configs/lm3s6965-ek/nsh/defconfig
  3. 2
      nuttx/configs/lm3s6965-ek/nx/defconfig
  4. 2
      nuttx/configs/lm3s6965-ek/ostest/defconfig
  5. 2
      nuttx/configs/mcu123-lpc214x/nsh/defconfig
  6. 2
      nuttx/configs/sim/nxlines/defconfig
  7. 2
      nuttx/configs/zp214xpa/nsh/defconfig
  8. 2
      nuttx/configs/zp214xpa/nxlines/defconfig
  9. 2
      nuttx/libc/Kconfig

2
nuttx/ChangeLog

@ -3859,4 +3859,6 @@ @@ -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

2
nuttx/configs/lm3s6965-ek/nsh/defconfig

@ -424,7 +424,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 @@ -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

2
nuttx/configs/lm3s6965-ek/nx/defconfig

@ -431,7 +431,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 @@ -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

2
nuttx/configs/lm3s6965-ek/ostest/defconfig

@ -363,7 +363,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 @@ -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

2
nuttx/configs/mcu123-lpc214x/nsh/defconfig

@ -381,7 +381,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 @@ -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

2
nuttx/configs/sim/nxlines/defconfig

@ -347,7 +347,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 @@ -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

2
nuttx/configs/zp214xpa/nsh/defconfig

@ -358,7 +358,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 @@ -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

2
nuttx/configs/zp214xpa/nxlines/defconfig

@ -433,7 +433,7 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 @@ -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

2
nuttx/libc/Kconfig

@ -280,7 +280,7 @@ comment "Non-standard Helper Functions" @@ -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

Loading…
Cancel
Save