From b6f9680b714b4579dcbe0e4bc71c6fa4724bf899 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 8 May 2012 15:07:53 +0000 Subject: Integrate the STMPE11 driver into the STM3240G-EVAL board logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4714 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3240g-eval/nxwm/defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/stm3240g-eval/nxwm') diff --git a/nuttx/configs/stm3240g-eval/nxwm/defconfig b/nuttx/configs/stm3240g-eval/nxwm/defconfig index 73686f67f..72fcaace0 100644 --- a/nuttx/configs/stm3240g-eval/nxwm/defconfig +++ b/nuttx/configs/stm3240g-eval/nxwm/defconfig @@ -527,6 +527,7 @@ CONFIG_DEBUG_ANALOG=n CONFIG_DEBUG_PWM=n CONFIG_DEBUG_CAN=n CONFIG_DEBUG_I2C=n +CONFIG_DEBUG_INPUT=n CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y @@ -949,8 +950,8 @@ CONFIG_RTC_ALARM=n # # Input device configuration # -CONFIG_INPUT=y -CONFIG_INPUT_TSC2007=y +CONFIG_INPUT=n +CONFIG_INPUT_TSC2007=n # # STMPE11 input device configuration -- cgit v1.2.3