Kconfig: make architecture kconfig independent
Change-Id: I242cb49d11a8131054730059a07154031e0035dd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
19e17d47e6
commit
3ae5d713ef
2 changed files with 31 additions and 0 deletions
15
Kconfig
15
Kconfig
|
@ -31,9 +31,24 @@
|
|||
#
|
||||
mainmenu "Tiny Mountain/$SRCARCH Configuration"
|
||||
|
||||
|
||||
config SRCARCH
|
||||
string
|
||||
option env="SRCARCH"
|
||||
|
||||
source "arch/$SRCARCH/Kconfig"
|
||||
|
||||
|
||||
config ARCH
|
||||
string
|
||||
option env="ARCH"
|
||||
|
||||
config KERNELVERSION
|
||||
string
|
||||
option env="KERNELVERSION"
|
||||
|
||||
config DEFCONFIG_LIST
|
||||
string
|
||||
option defconfig_list
|
||||
default "$ARCH_DEFCONFIG"
|
||||
default "arch/$ARCH/defconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue