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:
Paolo Bonzini 2019-01-29 12:16:26 +01:00
parent a22b2ce579
commit bacef57d83
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -1,2 +1,3 @@
config MOXIESIM config MOXIESIM
bool bool
select SERIAL