[source] x86: include USB HID by default
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 7 09:32:06 PDT 2017
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/cdedb24ef89ffbab8206450fbfd021af6ad90b30
commit cdedb24ef89ffbab8206450fbfd021af6ad90b30
Author: Lucian Cristian <lucian.cristian at gmail.com>
AuthorDate: Thu May 25 19:15:44 2017 +0300
x86: include USB HID by default
Signed-off-by: Lucian Cristian <lucian.cristian at gmail.com>
---
target/linux/x86/config-4.9 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9
index 075b4f0..a9de3d2 100644
--- a/target/linux/x86/config-4.9
+++ b/target/linux/x86/config-4.9
@@ -216,6 +216,9 @@ CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_UID16=y
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
+CONFIG_HID_SUPPORT=y
+CONFIG_USB_HID=y
+CONFIG_USB_HIDDEV=y
CONFIG_HIGHMEM=y
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
More information about the lede-commits
mailing list