summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 13:48:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 13:48:39 +0000
commit0951d2fa8ffc6d0dc4bdaf1db205f46128ce4337 (patch)
tree092e7994500c6350898c340952574fcc6627fcad /nuttx/arch/hc
parent981a4d7fb34f82ba698d537f1bb50af81acf468e (diff)
downloadpx4-nuttx-0951d2fa8ffc6d0dc4bdaf1db205f46128ce4337.tar.gz
px4-nuttx-0951d2fa8ffc6d0dc4bdaf1db205f46128ce4337.tar.bz2
px4-nuttx-0951d2fa8ffc6d0dc4bdaf1db205f46128ce4337.zip
More Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4624 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/hc')
-rw-r--r--nuttx/arch/hc/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/nuttx/arch/hc/Kconfig b/nuttx/arch/hc/Kconfig
index ae2bf3130..720c6ff0d 100644
--- a/nuttx/arch/hc/Kconfig
+++ b/nuttx/arch/hc/Kconfig
@@ -2,3 +2,25 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+if ARCH_HC
+choice
+ prompt "HC chip selection"
+ default ARCH_CHIP_MCS92S12NEC64
+
+config ARCH_CHIP_MCS92S12NEC64
+ bool "MCS92S12NEC64"
+ ---help---
+ Motorola/Freescale MCS92S12NEC64 (M9S12)
+
+endchoice
+
+config ARCH_HSC12
+ bool
+ default y if ARCH_CHIP_MCS92S12NEC64
+
+config ARCH_CHIP
+ string
+ default "m9s12" if ARCH_CHIP_MCS92S12NEC64
+
+endif