diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-12-09 18:26:54 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2008-12-09 18:26:54 +0100 |
commit | b7040d5e843b3172a040f119ed1f047a1c880aa8 (patch) | |
tree | 1f7a9819fca667cdec98482ec1b28b0641ca9695 | |
parent | f44cdf94ca6022fa4238b541dfa0d4bac993607c (diff) |
linux-2.6.26: add USB HID support for boc01 as module
-rw-r--r-- | packages/linux/linux-2.6.26/boc01/defconfig | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/packages/linux/linux-2.6.26/boc01/defconfig b/packages/linux/linux-2.6.26/boc01/defconfig index 6e99b8e1ff..a61f6121fc 100644 --- a/packages/linux/linux-2.6.26/boc01/defconfig +++ b/packages/linux/linux-2.6.26/boc01/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.26 -# Fri Nov 28 10:11:36 2008 +# Tue Dec 9 15:33:40 2008 # # CONFIG_PPC64 is not set @@ -1426,7 +1426,24 @@ CONFIG_SND_USB_AUDIO=m # Open Sound System # # CONFIG_SOUND_PRIME is not set -# CONFIG_HID_SUPPORT is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=m +# CONFIG_HID_DEBUG is not set +# CONFIG_HIDRAW is not set + +# +# USB Input Devices +# +CONFIG_USB_HID=m +# CONFIG_USB_HIDINPUT_POWERBOOK is not set +# CONFIG_HID_FF is not set +# CONFIG_USB_HIDDEV is not set + +# +# USB HID Boot Protocol drivers +# +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y |