aboutsummarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authoryar2017-03-31 22:32:40 -0700
committeryar2017-03-31 22:33:04 -0700
commit592afe01681cabca05ba0842c7684052ffe944ac (patch)
treecd1a89840f0c71f28e62312fa4531a2bb2ea7544 /config
parenta66855d73395a977294df0c0273ab6b0a64a7b5d (diff)
downloadaur-592afe01681cabca05ba0842c7684052ffe944ac.tar.gz
CONFIG_USB_HID=m
on vanilla arch linode, /etc/mkinitcpio.conf has HOOKS="keyboard" and wants 'usbhid' module the initramfs hook gives errors without that module even after setting y, it still errored. so let's try setting it to 'm'
Diffstat (limited to 'config')
-rw-r--r--config10
1 files changed, 8 insertions, 2 deletions
diff --git a/config b/config
index 41c480047543..5264187c4d23 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.10.0-1 Kernel Configuration
+# Linux/x86 4.10.8-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -1993,9 +1993,15 @@ CONFIG_HID_GENERIC=y
#
# USB HID support
#
-CONFIG_USB_HID=y
+CONFIG_USB_HID=m
# CONFIG_HID_PID 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_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y