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

config ADK_HARDWARE_GENERIC_MIPS
	bool "Generic mips system"
	help
	  Generic mips system.

config ADK_HARDWARE_GENERIC_MIPS_TOOLCHAIN
	bool "mips toolchain"
	select ADK_TOOLCHAIN_ONLY
	help
	  mips toolchain.

endchoice