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:
Andy Ross 2018-01-19 08:45:15 -08:00 committed by Anas Nashif
commit 00f3d2e53a
2 changed files with 6 additions and 0 deletions

View file

@ -12,4 +12,7 @@ config SOC
config IRQ_OFFLOAD_INTNUM
default 7
config XTENSA_ASM2
def_bool y
endif

View file

@ -13,4 +13,7 @@ config SOC
config IRQ_OFFLOAD_INTNUM
default 7
config XTENSA_ASM2
def_bool y
endif