mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig
Add Kconfig dependencies for the fsl-imx31 / kzm machine. This patch is slightly based on earlier work by Ákos Kovács (i.e. his "hw/arm/Kconfig: Add ARM Kconfig" patch). Reviewed-by: Peter Chubb <peter.chubb@data61.csiro.au> 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
4cdea98bfe
commit
73129f43dd
3 changed files with 7 additions and 2 deletions
|
@ -76,6 +76,8 @@ config ECCMEMCTL
|
|||
config IMX
|
||||
bool
|
||||
select PTIMER
|
||||
select SSI
|
||||
select USB_EHCI_SYSBUS
|
||||
|
||||
config STM32F2XX_SYSCFG
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue