blob: 9e48de6b4014ac15f1c4b8194e79f2fe13579e7b (
plain)
1
2
3
4
5
6
7
8
9
|
choice
depends on ADK_LINUX_AARCH64 && !ADK_CHOOSE_TARGET_ARCH
prompt "Target system"
config ADK_CHOOSE_TARGET_SYSTEM_AARCH64
boolean "Choose target system"
source "target/aarch64/Config.in.systems"
endchoice
|