Skip to content

Commit

Permalink
avr32: Remove DMATEST from defconfigs
Browse files Browse the repository at this point in the history
In the defconfigs for ATNGW100 and ATSTK100[236] the DMA Test driver is
compiled as a module.  This means systems built with *_defconfig +
CONFIG_MODULES=n are unusable as the 3 dma test channels monopolise the
CPU.

I 'spose Haavard uses this module a lot but IMO it isn't really
something needed on all eval boards by default.

Signed-off-by: Ben Nizette <bn@niasdigital.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  • Loading branch information
Ben Nizette authored and Haavard Skinnemoen committed Jan 6, 2009
1 parent 4a6908a commit 30f8825
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/avr32/configs/atngw100_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ CONFIG_DMA_ENGINE=y
# DMA Clients
#
# CONFIG_NET_DMA is not set
CONFIG_DMATEST=m
# CONFIG_DMATEST is not set
# CONFIG_UIO is not set

#
Expand Down
2 changes: 1 addition & 1 deletion arch/avr32/configs/atstk1002_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ CONFIG_DMA_ENGINE=y
# DMA Clients
#
# CONFIG_NET_DMA is not set
CONFIG_DMATEST=m
# CONFIG_DMATEST is not set
# CONFIG_UIO is not set

#
Expand Down
2 changes: 1 addition & 1 deletion arch/avr32/configs/atstk1003_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ CONFIG_DMA_ENGINE=y
# DMA Clients
#
# CONFIG_NET_DMA is not set
CONFIG_DMATEST=m
# CONFIG_DMATEST is not set
# CONFIG_UIO is not set

#
Expand Down
2 changes: 1 addition & 1 deletion arch/avr32/configs/atstk1006_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ CONFIG_DMA_ENGINE=y
# DMA Clients
#
# CONFIG_NET_DMA is not set
CONFIG_DMATEST=m
# CONFIG_DMATEST is not set
# CONFIG_UIO is not set
# CONFIG_STAGING is not set
CONFIG_STAGING_EXCLUDE_BUILD=y
Expand Down

0 comments on commit 30f8825

Please sign in to comment.