diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-07-14 14:47:55 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-07-15 20:58:37 +0200 |
commit | 19752e09b4789f90721a96c4dcfa0d2e34510dfe (patch) | |
tree | bba4f27ff1ecace75fca21c2860a2458e0ce5946 /hw/lm32 | |
parent | e9ed92bd8d608722d05b4e6076355314dfd8c26c (diff) | |
download | qemu-19752e09b4789f90721a96c4dcfa0d2e34510dfe.zip |
hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller
The Milkymist SoftUSB block provides the OHCI USB standard
(missed in 0858746b835).
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>
Diffstat (limited to 'hw/lm32')
-rw-r--r-- | hw/lm32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig index 3d09c2dd6f..ed2e3060b0 100644 --- a/hw/lm32/Kconfig +++ b/hw/lm32/Kconfig @@ -11,3 +11,4 @@ config MILKYMIST select PFLASH_CFI01 select FRAMEBUFFER select SD + select USB_OHCI |