diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2017-05-25 19:15:44 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-07 18:31:10 +0200 |
commit | cdedb24ef89ffbab8206450fbfd021af6ad90b30 (patch) | |
tree | 334034192e9ca403bc8944f4f24fa0cee3b88e2e /target/linux/x86/config-4.9 | |
parent | fec38ebf0d0ffba22937e181941cea7d9cddf808 (diff) | |
download | upstream-cdedb24ef89ffbab8206450fbfd021af6ad90b30.tar.gz upstream-cdedb24ef89ffbab8206450fbfd021af6ad90b30.tar.bz2 upstream-cdedb24ef89ffbab8206450fbfd021af6ad90b30.zip |
x86: include USB HID by default
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/x86/config-4.9')
-rw-r--r-- | target/linux/x86/config-4.9 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/x86/config-4.9 b/target/linux/x86/config-4.9 index 075b4f04e2..a9de3d20ec 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 |