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

config ADK_HARDWARE_GENERIC_MIPS64
	bool "Generic mips64 system"
	help
	  Generic mips64 system.

config ADK_HARDWARE_GENERIC_MIPS64_TOOLCHAIN
	bool "mips64 toolchain"
	select ADK_TOOLCHAIN_ONLY
	help
	  mips64 toolchain.

endchoice