diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-27 13:55:01 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-28 22:12:46 +0000 |
commit | d0310f8e58504d238f629c0532e443ef7f496354 (patch) | |
tree | c50861b3f72e621204f31e3047687e51b34da92b /meta-agl-bsp/recipes-kernel | |
parent | 1dcaaa9e54279982b2f9794129adf0516f17c92d (diff) |
Add joystick.cfg for usb joystick and steering-wheel kernel configure
Add joystick.cfg into meta-agl-bsp/recipes-kernel,
Then include this cfg in each board bbappend.
Related commit:
https://gerrit.automotivelinux.org/gerrit/#/c/10463/
Change-Id: Ie484cc8017e7198cefa0d8e7476032c325a8348d
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11575
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Thomas Rini <trini@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend | 1 | ||||
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend b/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend index 04aeb944b..f64e49ae0 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend +++ b/meta-agl-bsp/recipes-kernel/linux/linux-%.bbappend @@ -4,4 +4,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" SRC_URI_append = " file://can-bus.cfg \ file://usb.cfg \ file://uvc.cfg \ + file://joystick.cfg \ " diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg new file mode 100644 index 000000000..07a145ef0 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg @@ -0,0 +1,6 @@ +CONFIG_INPUT_JOYDEV=y +CONFIG_INPUT_JOYSTICK=y +CONFIG_JOYSTICK_ADI=y +CONFIG_GAMEPORT=y +CONFIG_HID_LOGITECH=y +CONFIG_LOGIWHEELS_FF=y |