summaryrefslogtreecommitdiff
path: root/target/Config.in.mipsel
blob: fd2a1af66f3a4e240734d5c0a5ba352a27cae37b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
choice
depends on ADK_LINUX_MIPSEL
prompt "Hardware model"

config ADK_HARDWARE_GENERIC_MIPSEL
	bool "Generic mipsel system"
	help
	  Generic mipsel system.

config ADK_HARDWARE_QEMU_MIPSEL
	bool "Qemu mipsel"
	select ADK_qemu
	select ADK_HARDWARE_QEMU
	select ADK_TARGET_WITH_VGA
	select ADK_TARGET_WITH_INPUT
	select ADK_TARGET_WITH_PCI
	select ADK_TARGET_WITH_HDD
	help
	 Qemu support for mips little endian architecture.
	 Status: stable

config ADK_HARDWARE_GENERIC_MIPSEL_TOOLCHAIN
	bool "mipsel toolchain"
	select ADK_TOOLCHAIN_ONLY
	help
	  mipsel toolchain.

endchoice