moxie-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Moxie does not use VGA, ISA or RTC, and only has a memory-mapped serial port. Adjust for the correct dependencies. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a22b2ce579
commit
bacef57d83
@ -1,8 +1,5 @@
|
|||||||
# Default configuration for moxie-softmmu
|
# Default configuration for moxie-softmmu
|
||||||
|
|
||||||
CONFIG_ISA_BUS=y
|
# Boards:
|
||||||
CONFIG_MC146818RTC=y
|
#
|
||||||
CONFIG_SERIAL=y
|
|
||||||
CONFIG_SERIAL_ISA=y
|
|
||||||
CONFIG_VGA=y
|
|
||||||
CONFIG_MOXIESIM=y
|
CONFIG_MOXIESIM=y
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
config MOXIESIM
|
config MOXIESIM
|
||||||
bool
|
bool
|
||||||
|
select SERIAL
|
||||||
|
Loading…
Reference in New Issue
Block a user