diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-30 12:07:08 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-30 12:07:08 +0000 |
commit | 18f5c86801714259eaaa1e1a81565984f58ecd14 (patch) | |
tree | 572005ea2a1786eb7ab60dab477d27f68425992e /packages/linux/linux-rp-2.6.17 | |
parent | 5d866ebb6e0c79f0afa85a05866222cc858652d2 (diff) |
linux-rp: enable uinput for Tosa in 2.6.17 - close #1372
Diffstat (limited to 'packages/linux/linux-rp-2.6.17')
-rw-r--r-- | packages/linux/linux-rp-2.6.17/defconfig-tosa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-rp-2.6.17/defconfig-tosa b/packages/linux/linux-rp-2.6.17/defconfig-tosa index 4144e5cf38..b2ac915e07 100644 --- a/packages/linux/linux-rp-2.6.17/defconfig-tosa +++ b/packages/linux/linux-rp-2.6.17/defconfig-tosa @@ -794,7 +794,8 @@ CONFIG_TOUCHSCREEN_WM97XX=y CONFIG_TOUCHSCREEN_WM9712=y # CONFIG_TOUCHSCREEN_WM9713 is not set # CONFIG_TOUCHSCREEN_WM97XX_PXA is not set -# CONFIG_INPUT_MISC is not set +CONFIG_INPUT_MISC=y +CONFIG_INPUT_UINPUT=m # # Hardware I/O ports |