blob: ed9541d0d223a2fdb3286798d2b245ec3722bedd (
plain)
1
2
3
4
5
6
7
8
9
10
|
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_REPO "https://github.com/m-labs/linux-milkymist.git"
select ADK_TARGET_KERNEL_HASH "6a2f2e4198eaff63ee75f6085ce9f966c47b4441"
help
Support for Qemu Emulator LM32 architecture.
|