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