mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-11 21:44:04 +00:00
e0e312f352
The make_device_config.sh script is replaced by minikconf, which is modified to support the same command line as its predecessor. The roots of the parsing are default-configs/*.mak, Kconfig.host and hw/Kconfig. One difference with make_device_config.sh is that all symbols have to be defined in a Kconfig file, including those coming from the configure script. This is the reason for the Kconfig.host file introduced in the previous patch. Whenever a file in default-configs/*.mak used $(...) to refer to a config-host.mak symbol, this is replaced by a Kconfig dependency; this part must be done already in this patch for bisectability. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190123065618.3520-28-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
121 lines
1.0 KiB
Plaintext
121 lines
1.0 KiB
Plaintext
config ARM_VIRT
|
|
bool
|
|
imply VFIO_PLATFORM
|
|
|
|
config DIGIC
|
|
bool
|
|
|
|
config EXYNOS4
|
|
bool
|
|
|
|
config HIGHBANK
|
|
bool
|
|
|
|
config INTEGRATOR
|
|
bool
|
|
|
|
config MAINSTONE
|
|
bool
|
|
|
|
config MUSICPAL
|
|
bool
|
|
|
|
config NETDUINO2
|
|
bool
|
|
|
|
config NSERIES
|
|
bool
|
|
|
|
config OMAP
|
|
bool
|
|
|
|
config PXA2XX
|
|
bool
|
|
|
|
config REALVIEW
|
|
bool
|
|
|
|
config STELLARIS
|
|
bool
|
|
|
|
config STRONGARM
|
|
bool
|
|
|
|
config VERSATILE
|
|
bool
|
|
|
|
config ZYNQ
|
|
bool
|
|
|
|
config ARM_V7M
|
|
bool
|
|
|
|
config ALLWINNER_A10
|
|
bool
|
|
|
|
config RASPI
|
|
bool
|
|
|
|
config STM32F205_SOC
|
|
bool
|
|
|
|
config XLNX_ZYNQMP_ARM
|
|
bool
|
|
|
|
config XLNX_VERSAL
|
|
bool
|
|
|
|
config FSL_IMX25
|
|
bool
|
|
|
|
config FSL_IMX31
|
|
bool
|
|
|
|
config FSL_IMX6
|
|
bool
|
|
|
|
config ASPEED_SOC
|
|
bool
|
|
|
|
config MPS2
|
|
bool
|
|
|
|
config FSL_IMX7
|
|
bool
|
|
|
|
config ARM_SMMUV3
|
|
bool
|
|
|
|
config FSL_IMX6UL
|
|
bool
|
|
|
|
config NRF51_SOC
|
|
bool
|
|
|
|
config MSF2
|
|
bool
|
|
|
|
config ZAURUS
|
|
bool
|
|
|
|
config A9MPCORE
|
|
bool
|
|
|
|
config A15MPCORE
|
|
bool
|
|
|
|
config ARM11MPCORE
|
|
bool
|
|
|
|
config ARMSSE
|
|
bool
|
|
|
|
config ARMSSE_CPUID
|
|
bool
|
|
|
|
config ARMSSE_MHU
|
|
bool
|
|
|
|
config MUSCA
|
|
bool
|