diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-28 17:08:23 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-28 17:08:23 +0000 |
commit | fd78ba9fa8e711dcc99f29257b1c7bcde8026997 (patch) | |
tree | 4d1bd1b9578d03f939added0c7cbb6f43fe53e43 /packages/linux/openslug-kernel-2.6.12.2/defconfig | |
parent | 2e955b45d99552699cded33d990df885fe6dc94b (diff) | |
parent | 89cf3c3129957d5f249793f2aecfdf3885aed9ba (diff) |
merge of 65ba11a9774e6d79d6e8cf86b9aa4280fb5092e4
and adeae08e534b3e3695bc45e3b6413729fe210c7d
Diffstat (limited to 'packages/linux/openslug-kernel-2.6.12.2/defconfig')
-rw-r--r-- | packages/linux/openslug-kernel-2.6.12.2/defconfig | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/packages/linux/openslug-kernel-2.6.12.2/defconfig b/packages/linux/openslug-kernel-2.6.12.2/defconfig index eb5be45af5..ba3744e2f5 100644 --- a/packages/linux/openslug-kernel-2.6.12.2/defconfig +++ b/packages/linux/openslug-kernel-2.6.12.2/defconfig @@ -618,12 +618,30 @@ CONFIG_NETCONSOLE=m # # Input device support # -# CONFIG_INPUT is not set +CONFIG_INPUT=m + +# +# Userland interfaces +# +CONFIG_INPUT_MOUSEDEV=n +# CONFIG_INPUT_JOYDEV is not set +# CONFIG_INPUT_TSDEV is not set +# CONFIG_INPUT_EVDEV is not set +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=n +CONFIG_INPUT_MOUSE=n +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TOUCHSCREEN is not set +# CONFIG_INPUT_MISC is not set # # Hardware I/O ports # -# CONFIG_SERIO is not set +CONFIG_SERIO=n # CONFIG_GAMEPORT is not set # @@ -903,11 +921,24 @@ CONFIG_USB_STORAGE=y # # USB Input Devices # -# CONFIG_USB_HID is not set +CONFIG_USB_HID=m +CONFIG_USB_HIDINPUT=y +# CONFIG_HID_FF is not set +CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set +# CONFIG_USB_AIPTEK is not set +# CONFIG_USB_WACOM is not set +# CONFIG_USB_KBTAB is not set +# CONFIG_USB_POWERMATE is not set +# CONFIG_USB_MTOUCH is not set +# CONFIG_USB_EGALAX is not set +# CONFIG_USB_XPAD is not set +# CONFIG_USB_ATI_REMOTE is not set # # USB Imaging devices |