mirror of https://gitee.com/openkylin/qemu.git
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
|
@ -32,12 +32,12 @@ CONFIG_ASPEED_SOC=y
|
||||||
CONFIG_NETDUINO2=y
|
CONFIG_NETDUINO2=y
|
||||||
CONFIG_MPS2=y
|
CONFIG_MPS2=y
|
||||||
CONFIG_RASPI=y
|
CONFIG_RASPI=y
|
||||||
|
CONFIG_DIGIC=y
|
||||||
|
|
||||||
CONFIG_VGA=y
|
CONFIG_VGA=y
|
||||||
CONFIG_SSI_M25P80=y
|
CONFIG_SSI_M25P80=y
|
||||||
CONFIG_IMX_FEC=y
|
CONFIG_IMX_FEC=y
|
||||||
|
|
||||||
CONFIG_DIGIC=y
|
|
||||||
CONFIG_NRF51_SOC=y
|
CONFIG_NRF51_SOC=y
|
||||||
|
|
||||||
CONFIG_FSL_IMX6=y
|
CONFIG_FSL_IMX6=y
|
||||||
|
|
|
@ -32,6 +32,7 @@ config CUBIEBOARD
|
||||||
config DIGIC
|
config DIGIC
|
||||||
bool
|
bool
|
||||||
select PTIMER
|
select PTIMER
|
||||||
|
select PFLASH_CFI02
|
||||||
|
|
||||||
config EXYNOS4
|
config EXYNOS4
|
||||||
bool
|
bool
|
||||||
|
|
Loading…
Reference in New Issue