summaryrefslogtreecommitdiff
path: root/target/arm/systems/qemu-arm
blob: 196ae6e756966cfb6b18c62b04acd1dae0782304 (plain)
1
2
3
4
5
6
7
8
9
10
11
config ADK_TARGET_SYSTEM_QEMU_ARM
	bool "Qemu Emulator"
	select ADK_arm
	select ADK_qemu_arm
	select ADK_little
	select ADK_eabi
	select ADK_TARGET_QEMU
	select ADK_TARGET_KERNEL_ZIMAGE
	help
	  Qemu Emulator for ARM architecture.