summaryrefslogtreecommitdiff
path: root/target/x86_64/Config.in
blob: e8c113ddf16c77ecd6dddf5b1796ee9bff3b44ff (plain)
1
2
3
4
5
6
7
8
9
choice
depends on ADK_LINUX_X86_64 || ADK_LINUX_NATIVE && !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