Kconfig 205 B

1234567891011
  1. config BSP_USING_BL808
  2. bool
  3. select RT_USING_COMPONENTS_INIT
  4. select RT_USING_USER_MAIN
  5. select ARCH_RISCV32
  6. select BL808_CORE_LP
  7. default y
  8. config BL808_CORE_LP
  9. bool
  10. default y