Kconfig update

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4616 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-04-16 15:45:33 +00:00
parent 924f71fc3e
commit af842f28b9
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -120,7 +120,7 @@
/* On-chip modules -- The following may be unique to the 7032 */
#ifdef CONFIG_ARCH_SH7032
#ifdef CONFIG_ARCH_CHIP_SH7032
/* DMAC */
@@ -342,7 +342,7 @@
/* On-chip modules -- The following may be unique to the 7032 */
#ifdef CONFIG_ARCH_SH7032
#ifdef CONFIG_ARCH_CHIP_SH7032
/* DMAC */
+1 -1
View File
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <stdint.h>
#ifdef CONFIG_ARCH_SH7032
#ifdef CONFIG_ARCH_CHIP_SH7032
# include "sh1_703x.h"
#endif