summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-13 13:59:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-13 13:59:39 -0600
commit7475c43383659367cb3fc8eac23e05c7746dcd1c (patch)
tree09dc15a8c70f7c2543ba68b5c5600ddcd0b02d60
parent98b84cba9e51512cae4d3d5dd82ac92b6f961b77 (diff)
downloadnuttx-7475c43383659367cb3fc8eac23e05c7746dcd1c.tar.gz
nuttx-7475c43383659367cb3fc8eac23e05c7746dcd1c.tar.bz2
nuttx-7475c43383659367cb3fc8eac23e05c7746dcd1c.zip
SAMA5D3x-EK: Enable simulated mouse and keyboard events in the NX configuration
-rw-r--r--nuttx/configs/sama5d3x-ek/nx/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/nx/defconfig b/nuttx/configs/sama5d3x-ek/nx/defconfig
index 3a200a237..e7e4a5edb 100644
--- a/nuttx/configs/sama5d3x-ek/nx/defconfig
+++ b/nuttx/configs/sama5d3x-ek/nx/defconfig
@@ -475,8 +475,8 @@ CONFIG_NX_PACKEDMSFIRST=y
#
# Input Devices
#
-# CONFIG_NX_MOUSE is not set
-# CONFIG_NX_KBD is not set
+CONFIG_NX_MOUSE=y
+CONFIG_NX_KBD=y
#
# Framed Window Borders