blob: 7c22783e603cae2056efc9bd22f86816c94a12af (
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
|