diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-12-26 09:47:51 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-01-30 10:00:50 +0700 |
commit | b53ab08479dfef66f98f2a29ac6f9a5cc47b1433 (patch) | |
tree | 7ad6ce4ddeee377fa16bfacd90594046fefca6c0 /meta-rcar-gen3/recipes-kernel/linux/linux-renesas | |
parent | adb60b149d50552bd9ac3dbeb5eb693f5bdb4b40 (diff) |
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 <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas')
-rw-r--r-- | meta-rcar-gen3/recipes-kernel/linux/linux-renesas/usb3.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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" |