From 5a39e4e761fcb4e027b96964cd8e869841464fec Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 3 Apr 2010 15:09:56 +0000 Subject: [PATCH] Add DMA HSMCI options git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2570 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sam3u-ek/nsh/defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/sam3u-ek/nsh/defconfig b/configs/sam3u-ek/nsh/defconfig index a294c0bd59a..48f89c55413 100755 --- a/configs/sam3u-ek/nsh/defconfig +++ b/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..