diff options
author | Michel Pollet <buserror@gmail.com> | 2009-04-05 13:00:18 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 17:54:48 +0200 |
commit | 5cdf9c247243c1ad2428207838db731bcb04f70d (patch) | |
tree | d95772112da0f90e84a0ba286e07476ee10d5e66 | |
parent | d1f267546b58e6ee4a4b937c0e16443a0ca9c7f2 (diff) |
Removed evbug from default kernel
[MINI2440] Removed evbug from default kernel
This removes the million of debug traces of the touchscreen
Signed-off-by: Michel Pollet <buserror@gmail.com>
-rw-r--r-- | recipes/linux/linux-mini2440-2.6.29+git/defconfig-mini2440 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-mini2440-2.6.29+git/defconfig-mini2440 b/recipes/linux/linux-mini2440-2.6.29+git/defconfig-mini2440 index 3d5fa356b1..e11a85a8f7 100644 --- a/recipes/linux/linux-mini2440-2.6.29+git/defconfig-mini2440 +++ b/recipes/linux/linux-mini2440-2.6.29+git/defconfig-mini2440 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.29 -# Wed Mar 25 20:56:54 2009 +# Sat Apr 4 16:57:10 2009 # CONFIG_ARM=y CONFIG_HAVE_PWM=y @@ -785,7 +785,7 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set CONFIG_INPUT_EVDEV=y -CONFIG_INPUT_EVBUG=y +CONFIG_INPUT_EVBUG=m # # Input Device Drivers |