diff mbox series

arm64: defconfig: enable mv-xor driver

Message ID 20190220093024.10097-1-thomas.petazzoni@bootlin.com (mailing list archive)
State Mainlined, archived
Commit 04eb7fd961bc8ea587cb5cc8639491c7d3d38471
Headers show
Series arm64: defconfig: enable mv-xor driver | expand

Commit Message

Thomas Petazzoni Feb. 20, 2019, 9:30 a.m. UTC
The mv-xor DMA driver is used for the XOR engine found in the ARM64
Marvell Armada 3720 SoC, so it makes sense to have it enabled in the
arm64 defconfig. A recent boot-time regression was found in mv-xor,
which would have been more easily noticed with this driver enabled by
default.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: John David Anglin <dave.anglin@bell.net>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Gregory CLEMENT April 21, 2019, 5:24 p.m. UTC | #1
Hit Thomas,

> The mv-xor DMA driver is used for the XOR engine found in the ARM64
> Marvell Armada 3720 SoC, so it makes sense to have it enabled in the
> arm64 defconfig. A recent boot-time regression was found in mv-xor,
> which would have been more easily noticed with this driver enabled by
> default.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Cc: Robin Murphy <robin.murphy@arm.com>
> Cc: John David Anglin <dave.anglin@bell.net>

Applied on mvebu/arm64

Thanks,

Gregory

> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index c8432e24207e..cf3312e23bf2 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -594,6 +594,7 @@ CONFIG_RTC_DRV_XGENE=y
>  CONFIG_DMADEVICES=y
>  CONFIG_DMA_BCM2835=m
>  CONFIG_K3_DMA=y
> +CONFIG_MV_XOR=y
>  CONFIG_MV_XOR_V2=y
>  CONFIG_PL330_DMA=y
>  CONFIG_TEGRA20_APB_DMA=y
> -- 
> 2.20.1
>
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c8432e24207e..cf3312e23bf2 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -594,6 +594,7 @@  CONFIG_RTC_DRV_XGENE=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_BCM2835=m
 CONFIG_K3_DMA=y
+CONFIG_MV_XOR=y
 CONFIG_MV_XOR_V2=y
 CONFIG_PL330_DMA=y
 CONFIG_TEGRA20_APB_DMA=y