summaryrefslogtreecommitdiff
path: root/nuttx/libc/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-03 16:18:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-03 16:18:44 +0000
commita4cb4580751c411623aa8285c6d86cb5cbf38a88 (patch)
tree5e7a75778e352055a8e4bb88becac502e84fb3d1 /nuttx/libc/Kconfig
parent3f2a577426a90bcba09afc50a73e60d0f4794ff6 (diff)
downloadpx4-nuttx-a4cb4580751c411623aa8285c6d86cb5cbf38a88.tar.gz
px4-nuttx-a4cb4580751c411623aa8285c6d86cb5cbf38a88.tar.bz2
px4-nuttx-a4cb4580751c411623aa8285c6d86cb5cbf38a88.zip
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
Diffstat (limited to 'nuttx/libc/Kconfig')
-rw-r--r--nuttx/libc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index a5ff7fd43..0ae56ac57 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -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