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:
parent
0858746b83
commit
5617378c1c
@ -1,5 +1,6 @@
|
|||||||
# Default configuration for m68k-softmmu
|
# Default configuration for m68k-softmmu
|
||||||
|
|
||||||
CONFIG_COLDFIRE=y
|
# Boards:
|
||||||
|
#
|
||||||
CONFIG_AN5206=y
|
CONFIG_AN5206=y
|
||||||
CONFIG_MCF5208=y
|
CONFIG_MCF5208=y
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
config AN5206
|
config AN5206
|
||||||
bool
|
bool
|
||||||
|
select COLDFIRE
|
||||||
config MCF5206
|
|
||||||
bool
|
|
||||||
select PTIMER
|
select PTIMER
|
||||||
|
|
||||||
config MCF5208
|
config MCF5208
|
||||||
bool
|
bool
|
||||||
|
select COLDFIRE
|
||||||
select PTIMER
|
select PTIMER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user