summaryrefslogtreecommitdiff
path: root/target/Config.in.arm
blob: 2d1908f6c42532225e71af8634017dc489423829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
choice
depends on ADK_LINUX_ARM
prompt "Hardware model"

config ADK_HARDWARE_GENERIC_ARM
	bool "Generic arm system"
	help
	  Generic arm system.

config ADK_HARDWARE_GENERIC_ARM_TOOLCHAIN
	bool "arm toolchain"
	select ADK_TOOLCHAIN_ONLY
	help
	  arm toolchain.

endchoice