diff options
author | Yuichi Kusakabe <yuichi.kusakabe@jp.fujitsu.com> | 2017-11-14 12:51:11 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-14 12:46:57 +0000 |
commit | 1358482cdcdda742ffecc47baa03f5e8f492632f (patch) | |
tree | a5062c50858ad92528d26ea8ad6267b0224e5bca | |
parent | 020969ce7e9c67632227441654025fa616ed3e80 (diff) |
Add Logicool G29 steering wheel kernel config
AGL simple CAN simulator use Logicool G29 steering wheel, shift knob and pedal.
https://gaming.logicool.co.jp/ja-jp/product/g29-driving-force
Change-Id: I4b6ed6a5e1592c6aa4075d7d3e89ec90c006f7dd
Signed-off-by: Yuichi Kusakabe <yuichi.kusakabe@jp.fujitsu.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11919
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg index 07a145ef0..2201bcb00 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/joystick.cfg @@ -4,3 +4,6 @@ CONFIG_JOYSTICK_ADI=y CONFIG_GAMEPORT=y CONFIG_HID_LOGITECH=y CONFIG_LOGIWHEELS_FF=y +CONFIG_HID_LOGITECH_HIDPP=y +CONFIG_LOGITECH_FF=y +CONFIG_LOGIG940_FF=y |