CONFIG_HID=m
There have been a number of comments about HID being built into the kernel
with regard to DKMS and other external HID modules. Since HID is likely to
have little impact on boot speed (the original incentive for building it in),
then build core HID as a module.
Some of that discussion is buried in this thread:
https://lists.ubuntu.com/archives/kernel-team/2010-March/009202.html
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
debian.master/config/config.common.ubuntu | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index 573e902..4d262f1 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -1353,7 +1353,7 @@ CONFIG_HFSPLUS_FS=m
CONFIG_HFS_FS=m
CONFIG_HIBERNATION=y
CONFIG_HIBERNATION_NVS=y
-CONFIG_HID=y
+CONFIG_HID=m
CONFIG_HIDRAW=y
CONFIG_HID_A4TECH=m
CONFIG_HID_APPLE=m
--
1.7.0
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team