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