mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
unicore32-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
152f8d7923
commit
e6f3d3fbdf
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Default configuration for unicore32-softmmu
|
# Default configuration for unicore32-softmmu
|
||||||
CONFIG_ISA_BUS=y
|
|
||||||
|
# Boards:
|
||||||
|
#
|
||||||
CONFIG_PUV3=y
|
CONFIG_PUV3=y
|
||||||
CONFIG_PCKBD=y
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
config PUV3
|
config PUV3
|
||||||
bool
|
bool
|
||||||
|
select ISA_BUS
|
||||||
|
select PCKBD
|
||||||
select PTIMER
|
select PTIMER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue