From 72754295cabf0096cbc6f2ec693f1e5e362d8c56 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 16 Jul 2014 16:31:31 -0600 Subject: Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN --- nuttx/configs/stm3240g-eval/nxconsole/defconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/stm3240g-eval/nxconsole/defconfig') diff --git a/nuttx/configs/stm3240g-eval/nxconsole/defconfig b/nuttx/configs/stm3240g-eval/nxconsole/defconfig index 7ca838802..22cc4a9cd 100644 --- a/nuttx/configs/stm3240g-eval/nxconsole/defconfig +++ b/nuttx/configs/stm3240g-eval/nxconsole/defconfig @@ -725,7 +725,10 @@ CONFIG_NX_DISABLE_32BPP=y # # Input Devices # -CONFIG_NX_MOUSE=y +CONFIG_NX_XYINPUT=y +# CONFIG_NX_XYINPUT_NONE is not set +CONFIG_NX_XYINPUT_MOUSE=y +# CONFIG_NX_XYINPUT_TOUCHSCREEN is not set CONFIG_NX_KBD=y # -- cgit v1.2.3