summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-03 15:09:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-03 15:09:56 +0000
commit6eebb98eef89d07a8daf9736f6914434c2d464c8 (patch)
treea5422331ec2b704500b487a529c578a1d3243dae
parent254b4a115e40ff6f0b160b12e6bf139a7f6b0532 (diff)
downloadnuttx-6eebb98eef89d07a8daf9736f6914434c2d464c8.tar.gz
nuttx-6eebb98eef89d07a8daf9736f6914434c2d464c8.tar.bz2
nuttx-6eebb98eef89d07a8daf9736f6914434c2d464c8.zip
Add DMA HSMCI options
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2570 42af7a65-404d-4744-a932-0658087f49c3
-rwxr-xr-xnuttx/configs/sam3u-ek/nsh/defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/sam3u-ek/nsh/defconfig b/nuttx/configs/sam3u-ek/nsh/defconfig
index a294c0bd5..48f89c554 100755
--- a/nuttx/configs/sam3u-ek/nsh/defconfig
+++ b/nuttx/configs/sam3u-ek/nsh/defconfig
@@ -100,12 +100,14 @@ CONFIG_SAM3U_BUILDROOT=y
#
# Individual subsystems can be enabled:
#
+CONFIG_SAM3U_DMA=n
+CONFIG_SAM3U_NAND=n
+CONFIG_SAM3U_HSMCI=n
CONFIG_SAM3U_UART=y
CONFIG_SAM3U_USART0=n
CONFIG_SAM3U_USART1=n
CONFIG_SAM3U_USART2=n
CONFIG_SAM3U_USART3=n
-CONFIG_SAM3U_NAND=n
#
# Some subsystems can be configured to operate in different ways..