diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-18 12:03:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-22 09:27:31 +0000 |
commit | 62315762c2d8a77e401ece0f2d9fca8861245eca (patch) | |
tree | 2017315c55a8f2458d30039b21c6f9bf780ec894 /main/linux-grsec/kernelconfig.armhf | |
parent | 0e595f5e06d6b29d4c08940de01598b275250eb4 (diff) | |
download | aports-62315762c2d8a77e401ece0f2d9fca8861245eca.tar.bz2 aports-62315762c2d8a77e401ece0f2d9fca8861245eca.tar.xz |
main/linux-grsec: disable USB_KBD and USB_MOUSE
they cause problems in some situations and hid-generic is to prefer
Diffstat (limited to 'main/linux-grsec/kernelconfig.armhf')
-rw-r--r-- | main/linux-grsec/kernelconfig.armhf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-grsec/kernelconfig.armhf b/main/linux-grsec/kernelconfig.armhf index 0b5cdb3a72..f0113b017c 100644 --- a/main/linux-grsec/kernelconfig.armhf +++ b/main/linux-grsec/kernelconfig.armhf @@ -3509,8 +3509,8 @@ CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # -CONFIG_USB_KBD=m -CONFIG_USB_MOUSE=m +# CONFIG_USB_KBD is not set +# CONFIG_USB_MOUSE is not set # # I2C HID support |