mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw/arm: Express dependencies of the PXA2xx machines with Kconfig
Add Kconfig dependencies for the PXA2xx machines (akita, borzoi, connex and verdex gumstix, tosa, mainstone, spitz, terrier and z2). 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
79e93e24de
commit
959762d0b5
3 changed files with 51 additions and 11 deletions
|
@ -11,7 +11,10 @@ obj-$(CONFIG_NETDUINO2) += netduino2.o
|
|||
obj-$(CONFIG_NSERIES) += nseries.o
|
||||
obj-$(CONFIG_SX1) += omap_sx1.o
|
||||
obj-$(CONFIG_CHEETAH) += palm.o
|
||||
obj-$(CONFIG_PXA2XX) += gumstix.o spitz.o tosa.o z2.o
|
||||
obj-$(CONFIG_GUMSTIX) += gumstix.o
|
||||
obj-$(CONFIG_SPITZ) += spitz.o
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue