12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- choice
- prompt "LEOPARD MCU Selection"
- depends on SOC_SERIES_LEOPARD
- config SOC_LEOPARD
- bool "LEOPARD"
- endchoice
- if SOC_LEOPARD
- config SOC_SPI0_USE_CK64M
- bool
- prompt "enable cpu spi0 to use CK64M clock source"
- default y
- help
- enable cpu spi0 to use CK64M clock source
- config IRQ_VECTOR_IN_SRAM
- bool
- prompt "enable irq vector copy to sram"
- default n
- help
- enable irq vector copy to sram
- config SLEEP_FUNC_IN_SRAM
- bool
- prompt "enable sleep func copy to sram"
- default y
- help
- enable sleep func copy to sram
- config SOC_EP_MODE
- bool
- prompt "indicate ep mode"
- default n
- help
- ebable indicate ep mode
- config SOC_NO_PSRAM
- bool
- prompt "indicate soc not integrate psram"
- default n
- help
- prompt "indicate soc not integrate psram"
- config SOC_SIGN_ENABLE
- bool
- prompt "signature verification eanble"
- default n
- help
- signature verification eanble
- config SPI0CAHE_PSRAM
- bool
- prompt "SPI0CACHE MAP TO PSRAM"
- default n
- help
- spi0 cache map to psram
- endif
|