summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-10-20 08:14:48 -0500
committerMatt Housh <jaeger@crux.ninja>2015-10-20 08:14:48 -0500
commite7364b214b4569fb7bd7dcbc5a13d118a9581014 (patch)
treef7e7d1983b600385bc0af68fe750013abf26edb0 /kernel
parentc19189fc2f826a69c7c053946899b3f5c155232c (diff)
downloadiso-e7364b214b4569fb7bd7dcbc5a13d118a9581014.tar.gz
iso-e7364b214b4569fb7bd7dcbc5a13d118a9581014.tar.xz
Switched CONFIG_USB_HID to builtin for better USB keyboard support during boot
Diffstat (limited to 'kernel')
-rw-r--r--kernel/linux-4.1.8.config4
-rw-r--r--kernel/linux-4.1.8.defconfig2
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel/linux-4.1.8.config b/kernel/linux-4.1.8.config
index dbfbcd2..dfaa409 100644
--- a/kernel/linux-4.1.8.config
+++ b/kernel/linux-4.1.8.config
@@ -2066,7 +2066,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
#
# HID support
#
-CONFIG_HID=m
+CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
@@ -2146,7 +2146,7 @@ CONFIG_HID_MONTEREY=m
#
# USB HID support
#
-CONFIG_USB_HID=m
+CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set
diff --git a/kernel/linux-4.1.8.defconfig b/kernel/linux-4.1.8.defconfig
index be1977f..41085d2 100644
--- a/kernel/linux-4.1.8.defconfig
+++ b/kernel/linux-4.1.8.defconfig
@@ -2146,7 +2146,7 @@ CONFIG_HID_MONTEREY=y
#
# USB HID support
#
-CONFIG_USB_HID=m
+CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set

Generated by cgit