mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
m68k-softmmu.mak: express dependencies with Kconfig
%-softmmu.mak only keep boards and optional device definitions in Kconfig mode. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Default configuration for m68k-softmmu
|
||||
|
||||
CONFIG_COLDFIRE=y
|
||||
# Boards:
|
||||
#
|
||||
CONFIG_AN5206=y
|
||||
CONFIG_MCF5208=y
|
||||
|
||||
+2
-3
@@ -1,10 +1,9 @@
|
||||
config AN5206
|
||||
bool
|
||||
|
||||
config MCF5206
|
||||
bool
|
||||
select COLDFIRE
|
||||
select PTIMER
|
||||
|
||||
config MCF5208
|
||||
bool
|
||||
select COLDFIRE
|
||||
select PTIMER
|
||||
|
||||
Reference in New Issue
Block a user