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