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