Message ID | 20220228085906.18508-1-tudor.ambarus@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: configs: at91: sama7: Unselect CONFIG_DMATEST | expand |
On 28/02/2022 at 09:59, Tudor Ambarus wrote: > The DMA test client should be selected only when one is debugging a DMA > Device driver. There's no need to select the DMA test client by default, > unselect it. > > Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Queued for 5.18 in at91-defconfig. Regards, Nicolas > --- > arch/arm/configs/sama7_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig > index 0368068e04d9..17e8bed22791 100644 > --- a/arch/arm/configs/sama7_defconfig > +++ b/arch/arm/configs/sama7_defconfig > @@ -170,7 +170,6 @@ CONFIG_RTC_DRV_AT91RM9200=y > CONFIG_RTC_DRV_AT91SAM9=y > CONFIG_DMADEVICES=y > CONFIG_AT_XDMAC=y > -CONFIG_DMATEST=y > CONFIG_STAGING=y > CONFIG_MICROCHIP_PIT64B=y > # CONFIG_IOMMU_SUPPORT is not set
diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index 0368068e04d9..17e8bed22791 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -170,7 +170,6 @@ CONFIG_RTC_DRV_AT91RM9200=y CONFIG_RTC_DRV_AT91SAM9=y CONFIG_DMADEVICES=y CONFIG_AT_XDMAC=y -CONFIG_DMATEST=y CONFIG_STAGING=y CONFIG_MICROCHIP_PIT64B=y # CONFIG_IOMMU_SUPPORT is not set
The DMA test client should be selected only when one is debugging a DMA Device driver. There's no need to select the DMA test client by default, unselect it. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> --- arch/arm/configs/sama7_defconfig | 1 - 1 file changed, 1 deletion(-)