Kconfig 336 B

12345678910111213141516171819
  1. menu "AArch64 Architecture Configuration"
  2. config ARCH_TEXT_OFFSET
  3. hex "Text offset"
  4. default 0x200000
  5. config ARCH_RAM_OFFSET
  6. hex "RAM offset"
  7. default 0
  8. config ARCH_SECONDARY_CPU_STACK_SIZE
  9. int "Secondary CPU stack size"
  10. default 4096
  11. config ARCH_HAVE_EFFICIENT_UNALIGNED_ACCESS
  12. bool
  13. default y
  14. endmenu