soc: riscv: enable COMPRESSED_ISA for ITE chips
Enable the config of COMPRESSED_ISA, this can work fine on 32-bit architecture. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
0bb4665df7
commit
309992280c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
config SOC_SERIES_RISCV32_IT8XXX2
|
||||
bool "ITE IT8XXX2 implementation"
|
||||
#depends on RISCV
|
||||
select COMPRESSED_ISA
|
||||
select SOC_FAMILY_RISCV_ITE
|
||||
help
|
||||
Enable support for ITE IT8XXX2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue