mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
More Kconfig stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4628 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -33,4 +33,8 @@ config ARCH_CHIP
|
||||
default "sh1" if ARCH_SH1
|
||||
default "m16c" if ARCH_M16C
|
||||
|
||||
source arch/sh/src/common/Kconfig
|
||||
source arch/sh/src/m16c/Kconfig
|
||||
source arch/sh/src/sh1/Kconfig
|
||||
|
||||
endif
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
#
|
||||
|
||||
if ARCH_SH
|
||||
endif
|
||||
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
#
|
||||
|
||||
if ARCH_M16C
|
||||
endif
|
||||
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
#
|
||||
|
||||
if ARCH_SH1
|
||||
endif
|
||||
Reference in New Issue
Block a user