Kconfig 390 B

123456789101112131415161718192021222324252627282930
  1. if BOARD_TPLINK_WDR4300
  2. config SYS_VENDOR
  3. default "tplink"
  4. config SYS_SOC
  5. default "ath79"
  6. config SYS_BOARD
  7. default "wdr4300"
  8. config SYS_CONFIG_NAME
  9. default "tplink_wdr4300"
  10. config SYS_TEXT_BASE
  11. default 0xa1000000
  12. config SYS_DCACHE_SIZE
  13. default 32768
  14. config SYS_DCACHE_LINE_SIZE
  15. default 32
  16. config SYS_ICACHE_SIZE
  17. default 65536
  18. config SYS_ICACHE_LINE_SIZE
  19. default 32
  20. endif