diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2022-02-28 09:59:06 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2022-03-04 12:53:15 +0100 |
commit | 5f5399843c0ec3bd562dfd533f32e4074ca90314 (patch) | |
tree | c2ea6b675ac7eab15f1023a0ba94cc14a1e2f394 /arch/arm/configs/sama7_defconfig | |
parent | ARM: configs: at91: add eic (diff) | |
download | linux-5f5399843c0ec3bd562dfd533f32e4074ca90314.tar.xz linux-5f5399843c0ec3bd562dfd533f32e4074ca90314.zip |
ARM: configs: at91: sama7: Unselect CONFIG_DMATEST
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>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220228085906.18508-1-tudor.ambarus@microchip.com
Diffstat (limited to 'arch/arm/configs/sama7_defconfig')
-rw-r--r-- | arch/arm/configs/sama7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index ecb5c4b750e1..07b0494ef743 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -181,7 +181,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 |