esp-32, qemu_xtensa: Use asm2 by default
Set these SoCs to use asm2 by default Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
865bbd6b69
commit
00f3d2e53a
2 changed files with 6 additions and 0 deletions
|
@ -12,4 +12,7 @@ config SOC
|
|||
config IRQ_OFFLOAD_INTNUM
|
||||
default 7
|
||||
|
||||
config XTENSA_ASM2
|
||||
def_bool y
|
||||
|
||||
endif
|
||||
|
|
|
@ -13,4 +13,7 @@ config SOC
|
|||
config IRQ_OFFLOAD_INTNUM
|
||||
default 7
|
||||
|
||||
config XTENSA_ASM2
|
||||
def_bool y
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue