58f9b98f8a
Avoids some unnecessary dependencies on cpu.h and prepares for a future armeb-softmmu where most machines would not be built. Defer touching the SoC devices since most have implicit or explicit dependencies on the CPU. Signed-off-by: Andreas Färber <andreas.faerber@suse.de> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
48 lines
762 B
Makefile
48 lines
762 B
Makefile
# Default configuration for arm-softmmu
|
|
|
|
include pci.mak
|
|
CONFIG_GDBSTUB_XML=y
|
|
CONFIG_VGA=y
|
|
CONFIG_ISA_MMIO=y
|
|
CONFIG_NAND=y
|
|
CONFIG_ECC=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_PTIMER=y
|
|
CONFIG_SD=y
|
|
CONFIG_MAX7310=y
|
|
CONFIG_WM8750=y
|
|
CONFIG_TWL92230=y
|
|
CONFIG_TSC2005=y
|
|
CONFIG_LM832X=y
|
|
CONFIG_TMP105=y
|
|
CONFIG_STELLARIS_INPUT=y
|
|
CONFIG_SSD0303=y
|
|
CONFIG_SSD0323=y
|
|
CONFIG_ADS7846=y
|
|
CONFIG_MAX111X=y
|
|
CONFIG_SSI=y
|
|
CONFIG_SSI_SD=y
|
|
CONFIG_LAN9118=y
|
|
CONFIG_SMC91C111=y
|
|
CONFIG_DS1338=y
|
|
CONFIG_PFLASH_CFI01=y
|
|
CONFIG_PFLASH_CFI02=y
|
|
|
|
CONFIG_ARM_TIMER=y
|
|
CONFIG_PL011=y
|
|
CONFIG_PL022=y
|
|
CONFIG_PL031=y
|
|
CONFIG_PL041=y
|
|
CONFIG_PL050=y
|
|
CONFIG_PL061=y
|
|
CONFIG_PL080=y
|
|
CONFIG_PL110=y
|
|
CONFIG_PL181=y
|
|
CONFIG_PL190=y
|
|
CONFIG_PL310=y
|
|
CONFIG_CADENCE=y
|
|
CONFIG_XGMAC=y
|
|
|
|
CONFIG_VERSATILE_PCI=y
|
|
CONFIG_VERSATILE_I2C=y
|