mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

The Milkymist SoftUSB block provides the OHCI USB standard
(missed in 0858746b83
).
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190714124755.14356-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14 lines
289 B
Text
14 lines
289 B
Text
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
|
|
select USB_OHCI
|