Commit bacef57d authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent a22b2ce5
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
# Default configuration for moxie-softmmu

CONFIG_ISA_BUS=y
CONFIG_MC146818RTC=y
CONFIG_SERIAL=y
CONFIG_SERIAL_ISA=y
CONFIG_VGA=y
# Boards:
#
CONFIG_MOXIESIM=y
+1 −0
Original line number Diff line number Diff line
config MOXIESIM
    bool
    select SERIAL