diff options
author | Biju Das <biju.das.jz@bp.renesas.com> | 2021-09-20 10:36:05 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-09-24 15:04:00 +0200 |
commit | 7e2aa15f5ec3a8294127673f186c83b4d87cde13 (patch) | |
tree | 3831259e9d39b2fb9f97a0a4260fbcda0314df12 /arch/arm64/configs | |
parent | 3e9dd11db00119001a1d05413f51804a35559956 (diff) | |
download | linux-stable-7e2aa15f5ec3a8294127673f186c83b4d87cde13.tar.gz linux-stable-7e2aa15f5ec3a8294127673f186c83b4d87cde13.tar.bz2 linux-stable-7e2aa15f5ec3a8294127673f186c83b4d87cde13.zip |
arm64: defconfig: Enable RZ_DMAC
Enable DMAC driver support for Renesas RZ/G2L based platforms.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20210920093605.8906-1-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a046de78575a..ed18a98bdba7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -936,6 +936,7 @@ CONFIG_QCOM_HIDMA_MGMT=y CONFIG_QCOM_HIDMA=y CONFIG_RCAR_DMAC=y CONFIG_RENESAS_USB_DMAC=m +CONFIG_RZ_DMAC=y CONFIG_TI_K3_UDMA=y CONFIG_TI_K3_UDMA_GLUE_LAYER=y CONFIG_VFIO=y |