mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04: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:
parent
0858746b83
commit
5617378c1c
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
# Default configuration for m68k-softmmu
|
||||
|
||||
CONFIG_COLDFIRE=y
|
||||
# Boards:
|
||||
#
|
||||
CONFIG_AN5206=y
|
||||
CONFIG_MCF5208=y
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
config AN5206
|
||||
bool
|
||||
|
||||
config MCF5206
|
||||
bool
|
||||
select COLDFIRE
|
||||
select PTIMER
|
||||
|
||||
config MCF5208
|
||||
bool
|
||||
select COLDFIRE
|
||||
select PTIMER
|
||||
|
|
Loading…
Add table
Reference in a new issue