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
@ -1,4 +1,5 @@
|
||||
# Default configuration for unicore32-softmmu
|
||||
CONFIG_ISA_BUS=y
|
||||
|
||||
# Boards:
|
||||
#
|
||||
CONFIG_PUV3=y
|
||||
CONFIG_PCKBD=y
|
||||
|
@ -1,3 +1,5 @@
|
||||
config PUV3
|
||||
bool
|
||||
select ISA_BUS
|
||||
select PCKBD
|
||||
select PTIMER
|
||||
|
Loading…
Reference in New Issue
Block a user