| 12345678910111213141516171819 |
- menu "AArch64 Architecture Configuration"
- config ARCH_TEXT_OFFSET
- hex "Text offset"
- default 0x200000
- config ARCH_RAM_OFFSET
- hex "RAM offset"
- default 0
- config ARCH_SECONDARY_CPU_STACK_SIZE
- int "Secondary CPU stack size"
- default 4096
- config ARCH_HAVE_EFFICIENT_UNALIGNED_ACCESS
- bool
- default y
- endmenu
|