mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/arm: Express dependencies of canon-a1100 with Kconfig
Add Kconfig dependencies for the DIGIC / canon-a1100 machine. 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
1ad846a28e
commit
627b06ed6c
2 changed files with 2 additions and 1 deletions
|
@ -32,12 +32,12 @@ CONFIG_ASPEED_SOC=y
|
|||
CONFIG_NETDUINO2=y
|
||||
CONFIG_MPS2=y
|
||||
CONFIG_RASPI=y
|
||||
CONFIG_DIGIC=y
|
||||
|
||||
CONFIG_VGA=y
|
||||
CONFIG_SSI_M25P80=y
|
||||
CONFIG_IMX_FEC=y
|
||||
|
||||
CONFIG_DIGIC=y
|
||||
CONFIG_NRF51_SOC=y
|
||||
|
||||
CONFIG_FSL_IMX6=y
|
||||
|
|
|
@ -32,6 +32,7 @@ config CUBIEBOARD
|
|||
config DIGIC
|
||||
bool
|
||||
select PTIMER
|
||||
select PFLASH_CFI02
|
||||
|
||||
config EXYNOS4
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue