From b53ab08479dfef66f98f2a29ac6f9a5cc47b1433 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 26 Dec 2017 09:47:51 +0700 Subject: rcar-gen3: linux-renesas: Update to enable USB 3.0 This commit modifies recipe to install USB 3.0 firmware to kernel source and to enable USB 3.0 in kernel image. Signed-off-by: Khang Nguyen Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-kernel/linux/linux-renesas/usb3.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-rcar-gen3/recipes-kernel/linux/linux-renesas/usb3.cfg (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/usb3.cfg') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/usb3.cfg b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/usb3.cfg new file mode 100644 index 0000000..f58b942 --- /dev/null +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/usb3.cfg @@ -0,0 +1,4 @@ +CONFIG_FW_LOADER=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_EXTRA_FIRMWARE="r8a779x_usb3_v2.dlmem r8a779x_usb3_v3.dlmem" +CONFIG_EXTRA_FIRMWARE_DIR="firmware" -- cgit 1.2.3-korg