summaryrefslogtreecommitdiff
path: root/nuttx/configs/pjrc-8051/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 15:45:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-16 15:45:33 +0000
commit103151bb4289ed721e1beede1fb057b6b7bbc9cc (patch)
tree2ba5d854b9bb85394468cbff1d020eebd4b0cc70 /nuttx/configs/pjrc-8051/defconfig
parent10565c380b34dc531bb3367c64e2ae973367c61c (diff)
downloadpx4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.tar.gz
px4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.tar.bz2
px4-nuttx-103151bb4289ed721e1beede1fb057b6b7bbc9cc.zip
Kconfig update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4616 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pjrc-8051/defconfig')
-rw-r--r--nuttx/configs/pjrc-8051/defconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/configs/pjrc-8051/defconfig b/nuttx/configs/pjrc-8051/defconfig
index 706cb1792..62dd5a6b1 100644
--- a/nuttx/configs/pjrc-8051/defconfig
+++ b/nuttx/configs/pjrc-8051/defconfig
@@ -37,16 +37,17 @@
#
# CONFIG_ARCH - identifies the arch subdirectory and, hence, the
# processor architecture.
-# CONFIG_ARCH_8051 - Set if processor is 8051 family
-# CONFIG_ARCH_8052 = Set if processor is 8052 family
+# CONFIG_ARCH_CHIP_8051 - Set if processor is 8051 family
+# CONFIG_ARCH_CHIP_8052 = Set if processor is 8052 family
# CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence,
# the board that supports the particular chip or SoC.
# CONFIG_ARCH_BOARD_name - for use in C code
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
#
CONFIG_ARCH=8051
-CONFIG_ARCH_8051=n
-CONFIG_ARCH_8052=y
+CONFIG_ARCH_8051=y
+CONFIG_ARCH_CHIP_8051=n
+CONFIG_ARCH_CHIP_8052=y
CONFIG_ARCH_BOARD=pjrc-8051
CONFIG_ARCH_BOARD_PJRC_87C52=y