aboutsummarylogtreecommitdiffstats
path: root/config.x86_64
diff options
context:
space:
mode:
authoryar2017-03-31 22:32:40 -0700
committeryar2017-03-31 22:33:04 -0700
commit592afe01681cabca05ba0842c7684052ffe944ac (patch)
treecd1a89840f0c71f28e62312fa4531a2bb2ea7544 /config.x86_64
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.x86_64')
-rw-r--r--config.x86_6410
1 files changed, 8 insertions, 2 deletions
diff --git a/config.x86_64 b/config.x86_64
index 76264778d7ed..340098a499a2 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -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=y
CONFIG_X86_64=y
@@ -1993,11 +1993,17 @@ 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
+
+#
# Intel ISH HID support
#
# CONFIG_INTEL_ISH_HID is not set