diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-24 20:04:06 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-24 20:04:06 +0100 |
commit | 96fcb64421e34fe8437625a8511f322b0f127dbf (patch) | |
tree | f0386ef32b35b0e4f088c0d4addbc5ea634affb1 /packages/linux/linux-omap-2.6.28 | |
parent | 83bb827b3c3d1f0e7178cd10cef4a3838e8f4371 (diff) |
linux-omap-2.6.28: added UINPUT to defconfig
Diffstat (limited to 'packages/linux/linux-omap-2.6.28')
-rw-r--r-- | packages/linux/linux-omap-2.6.28/beagleboard/defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-omap-2.6.28/beagleboard/defconfig b/packages/linux/linux-omap-2.6.28/beagleboard/defconfig index d2f0af0c60..2a0818ab0f 100644 --- a/packages/linux/linux-omap-2.6.28/beagleboard/defconfig +++ b/packages/linux/linux-omap-2.6.28/beagleboard/defconfig @@ -831,7 +831,8 @@ CONFIG_MOUSE_PS2_TRACKPOINT=y # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set -# CONFIG_INPUT_MISC is not set +CONFIG_INPUT_MISC=y +CONFIG_INPUT_UINPUT=y # # Hardware I/O ports |