nuttx/arch/hc/Kconfig
patacongo f566645ab9 More Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4624 42af7a65-404d-4744-a932-0658087f49c3
2012-04-17 13:48:39 +00:00

27 lines
448 B
Plaintext

#
# 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