xtensa: add config for toolchain version
Use TOOLCHAIN_VARIANT to indicate what XCC toolchain release to use. Set a reasonable default for the RG-2016.4 toolchain release. D_108mini, D_212GP, D_233L are only in RF-2016.4, set that appropriately. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
074b806f07
commit
956089bcae
4 changed files with 16 additions and 0 deletions
|
@ -88,6 +88,10 @@ config IRQ_OFFLOAD_INTNUM
|
|||
Please note that in order for IRQ offload to work correctly the selected
|
||||
interrupt shall have its priority shall not exceed XCHAL_EXCM_LEVEL.
|
||||
|
||||
config TOOLCHAIN_VARIANT
|
||||
string
|
||||
default RG-2016.4-linux
|
||||
|
||||
source "arch/xtensa/soc/*/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
|
@ -13,4 +13,8 @@ config SOC
|
|||
config IRQ_OFFLOAD_INTNUM
|
||||
default 7
|
||||
|
||||
config TOOLCHAIN_VARIANT
|
||||
string
|
||||
default RF-2016.4-linux
|
||||
|
||||
endif
|
||||
|
|
|
@ -13,4 +13,8 @@ config SOC
|
|||
config IRQ_OFFLOAD_INTNUM
|
||||
default 7
|
||||
|
||||
config TOOLCHAIN_VARIANT
|
||||
string
|
||||
default RF-2016.4-linux
|
||||
|
||||
endif
|
||||
|
|
|
@ -13,4 +13,8 @@ config SOC
|
|||
config IRQ_OFFLOAD_INTNUM
|
||||
default 7
|
||||
|
||||
config TOOLCHAIN_VARIANT
|
||||
string
|
||||
default RF-2016.4-linux
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue