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