mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
lm32-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
9483cf27dd
commit
0858746b83
3 changed files with 13 additions and 6 deletions
|
@ -1,7 +1,13 @@
|
|||
config LM32
|
||||
bool
|
||||
select PTIMER
|
||||
select PFLASH_CFI02
|
||||
|
||||
config MILKYMIST
|
||||
bool
|
||||
# FIXME: disabling it results in compile-time errors
|
||||
select MILKYMIST_TMU2 if OPENGL && X11
|
||||
select PTIMER
|
||||
select PFLASH_CFI01
|
||||
select FRAMEBUFFER
|
||||
select SD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue