mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/arm: Express dependencies of collie with Kconfig
Add Kconfig dependencies for the Strongarm collie machine. This patch is based on earlier work by Ákos Kovács (i.e. his "hw/arm/Kconfig: Add ARM Kconfig" patch). Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
31576a9155
commit
839507addb
3 changed files with 9 additions and 3 deletions
|
@ -17,7 +17,7 @@ obj-$(CONFIG_TOSA) += tosa.o
|
|||
obj-$(CONFIG_Z2) += z2.o
|
||||
obj-$(CONFIG_REALVIEW) += realview.o
|
||||
obj-$(CONFIG_STELLARIS) += stellaris.o
|
||||
obj-$(CONFIG_STRONGARM) += collie.o
|
||||
obj-$(CONFIG_COLLIE) += collie.o
|
||||
obj-$(CONFIG_VERSATILE) += versatilepb.o
|
||||
obj-$(CONFIG_VEXPRESS) += vexpress.o
|
||||
obj-$(CONFIG_ZYNQ) += xilinx_zynq.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue