Kconfig 335 B

123456789101112131415161718192021222324252627
  1. if TARGET_AP143
  2. config SYS_VENDOR
  3. default "qca"
  4. config SYS_BOARD
  5. default "ap143"
  6. config SYS_CONFIG_NAME
  7. default "ap143"
  8. config SYS_TEXT_BASE
  9. default 0x9f000000
  10. config SYS_DCACHE_SIZE
  11. default 32768
  12. config SYS_DCACHE_LINE_SIZE
  13. default 32
  14. config SYS_ICACHE_SIZE
  15. default 65536
  16. config SYS_ICACHE_LINE_SIZE
  17. default 32
  18. endif