Commit 1ad846a2 authored by Thomas Huth's avatar Thomas Huth
Browse files

hw/arm: Express dependencies of the raspi machines with Kconfig



Most of the code is directly controlled by the CONFIG_RASPI switch,
so not much to add here additionally.

Reviewed-by: default avatarAlistair Francis <alistair.francis@wdc.com>
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 d2a99d74
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -31,15 +31,13 @@ CONFIG_COLLIE=y
CONFIG_ASPEED_SOC=y
CONFIG_NETDUINO2=y
CONFIG_MPS2=y
CONFIG_RASPI=y

CONFIG_VGA=y
CONFIG_SSI_M25P80=y
CONFIG_IMX_FEC=y

CONFIG_FRAMEBUFFER=y

CONFIG_DIGIC=y
CONFIG_RASPI=y
CONFIG_NRF51_SOC=y

CONFIG_FSL_IMX6=y
+3 −0
Original line number Diff line number Diff line
@@ -258,6 +258,9 @@ config ALLWINNER_A10

config RASPI
    bool
    select FRAMEBUFFER
    select PL011 # UART
    select SDHCI

config STM32F205_SOC
    bool