summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/rcar-gen2.inc6
-rw-r--r--meta-renesas-extras/recipes/adbd/files/defaults2
-rw-r--r--meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg12
3 files changed, 19 insertions, 1 deletions
diff --git a/conf/distro/include/rcar-gen2.inc b/conf/distro/include/rcar-gen2.inc
index a1768bc..f196ad5 100644
--- a/conf/distro/include/rcar-gen2.inc
+++ b/conf/distro/include/rcar-gen2.inc
@@ -58,6 +58,12 @@
58# internal copy of R-Car_Series_Evaluation_Software_Packages used for CI 58# internal copy of R-Car_Series_Evaluation_Software_Packages used for CI
59FILESEXTRAPATHS_append = "${BSPDIR}/sources/renesas-rcar-gen2/${PN}:" 59FILESEXTRAPATHS_append = "${BSPDIR}/sources/renesas-rcar-gen2/${PN}:"
60 60
61KERNEL_MODULE_AUTOLOAD += " \
62 phy-rcar-gen2-usb \
63 hid_multitouch \
64 renesas_usbhs \
65"
66
61GLES_DRIVER = "sgx" 67GLES_DRIVER = "sgx"
62GLES_DRIVER_r8a7790 = "rgx" 68GLES_DRIVER_r8a7790 = "rgx"
63 69
diff --git a/meta-renesas-extras/recipes/adbd/files/defaults b/meta-renesas-extras/recipes/adbd/files/defaults
index 0fbba4c..d2a3cc0 100644
--- a/meta-renesas-extras/recipes/adbd/files/defaults
+++ b/meta-renesas-extras/recipes/adbd/files/defaults
@@ -1,4 +1,4 @@
1VENDOR=0x18d1 1VENDOR=0x18d1
2PRODUCT=0x0000 2PRODUCT=0x0000
3SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address) 3SERIAL=$(hostname)-$(sed -e 's/://g' /sys/class/net/eth0/address)
4USE_ETHERNET=yes 4USE_ETHERNET=no
diff --git a/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg b/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg
index 6ecc61e..1c60d89 100644
--- a/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg
+++ b/meta-renesas-extras/recipes/linux/linux-renesas/b2qt.cfg
@@ -62,6 +62,18 @@ CONFIG_RFKILL=m
62CONFIG_FHANDLE=y 62CONFIG_FHANDLE=y
63CONFIG_USB_NAMESPACES=m 63CONFIG_USB_NAMESPACES=m
64 64
65# HID support
66CONFIG_HID=m
67CONFIG_HID_BATTERY_STRENGTH=y
68CONFIG_HIDRAW=y
69CONFIG_UHID=m
70CONFIG_HID_GENERIC=m
71
72# USB HID support
73CONFIG_USB_HID=m
74CONFIG_HID_PID=y
75CONFIG_USB_HIDDEV=y
76
65# needed for USB touchscreens 77# needed for USB touchscreens
66CONFIG_HID_MULTITOUCH=y 78CONFIG_HID_MULTITOUCH=y
67 79