mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/arm: Express dependencies of the OMAP machines with Kconfig
Add Kconfig dependencies for the OMAP machines (cheetah, n800, n810, sx1 and sx1-v1). This patch is slightly 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
59dd3eb3a6
commit
4826ac6d19
3 changed files with 31 additions and 14 deletions
|
@ -9,7 +9,8 @@ obj-$(CONFIG_MAINSTONE) += mainstone.o
|
|||
obj-$(CONFIG_MUSICPAL) += musicpal.o
|
||||
obj-$(CONFIG_NETDUINO2) += netduino2.o
|
||||
obj-$(CONFIG_NSERIES) += nseries.o
|
||||
obj-$(CONFIG_OMAP) += omap_sx1.o palm.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_REALVIEW) += realview.o
|
||||
obj-$(CONFIG_STELLARIS) += stellaris.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue