Commit 627b06ed authored by Thomas Huth's avatar Thomas Huth
Browse files

hw/arm: Express dependencies of canon-a1100 with Kconfig



Add Kconfig dependencies for the DIGIC / canon-a1100 machine.

Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent 1ad846a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ config CUBIEBOARD
config DIGIC
    bool
    select PTIMER
    select PFLASH_CFI02

config EXYNOS4
    bool