summaryrefslogtreecommitdiff
path: root/target/lm32/systems/qemu-lm32
blob: dbd602bb2d19df4d7e7a333ab5ded061d7d6efd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
config ADK_TARGET_SYSTEM_QEMU_LM32
	bool "Qemu Emulator"
	select ADK_TARGET_QEMU
	select ADK_CPU_LM32
	select ADK_TARGET_UCLINUX
	select ADK_TARGET_KERNEL_VERSION_GIT
	select ADK_TARGET_KERNEL_REPO "https://github.com/m-labs/linux-milkymist.git"
	select ADK_TARGET_KERNEL_HASH "6a2f2e4198eaff63ee75f6085ce9f966c47b4441"
	help
	  Support for Qemu Emulator LM32 architecture.