diff options
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux')
-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 |