summaryrefslogtreecommitdiff
path: root/nuttx/configs/pjrc-8051
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/pjrc-8051')
-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