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