mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-31 09:02:37 +00:00
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: Alistair Francis <alistair.francis@wdc.com> 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
d2a99d744a
commit
1ad846a28e
@ -31,15 +31,13 @@ CONFIG_COLLIE=y
|
|||||||
CONFIG_ASPEED_SOC=y
|
CONFIG_ASPEED_SOC=y
|
||||||
CONFIG_NETDUINO2=y
|
CONFIG_NETDUINO2=y
|
||||||
CONFIG_MPS2=y
|
CONFIG_MPS2=y
|
||||||
|
CONFIG_RASPI=y
|
||||||
|
|
||||||
CONFIG_VGA=y
|
CONFIG_VGA=y
|
||||||
CONFIG_SSI_M25P80=y
|
CONFIG_SSI_M25P80=y
|
||||||
CONFIG_IMX_FEC=y
|
CONFIG_IMX_FEC=y
|
||||||
|
|
||||||
CONFIG_FRAMEBUFFER=y
|
|
||||||
|
|
||||||
CONFIG_DIGIC=y
|
CONFIG_DIGIC=y
|
||||||
CONFIG_RASPI=y
|
|
||||||
CONFIG_NRF51_SOC=y
|
CONFIG_NRF51_SOC=y
|
||||||
|
|
||||||
CONFIG_FSL_IMX6=y
|
CONFIG_FSL_IMX6=y
|
||||||
|
@ -258,6 +258,9 @@ config ALLWINNER_A10
|
|||||||
|
|
||||||
config RASPI
|
config RASPI
|
||||||
bool
|
bool
|
||||||
|
select FRAMEBUFFER
|
||||||
|
select PL011 # UART
|
||||||
|
select SDHCI
|
||||||
|
|
||||||
config STM32F205_SOC
|
config STM32F205_SOC
|
||||||
bool
|
bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user