File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4065
4065
# #########################################
4066
4066
# pixman support probe
4067
4067
4068
- if test " $want_tools " = " no " && test " $ softmmu" = " no" ; then
4068
+ if test " $softmmu " = " no" ; then
4069
4069
pixman_cflags=
4070
4070
pixman_libs=
4071
4071
elif $pkg_config --atleast-version=0.21.8 pixman-1 > /dev/null 2>&1 ; then
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ config RASPI
315
315
select FRAMEBUFFER
316
316
select PL011 # UART
317
317
select SDHCI
318
+ select USB_DWC2
318
319
319
320
config STM32F205_SOC
320
321
bool
Original file line number Diff line number Diff line change 12
12
#include "hw/qdev-properties.h"
13
13
#include "hw/virtio/virtio-input.h"
14
14
15
- #undef CONFIG_CURSES
16
15
#include "ui/console.h"
17
16
18
17
#include "standard-headers/linux/input.h"
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ config USB_MUSB
48
48
49
49
config USB_DWC2
50
50
bool
51
- default y
52
51
select USB
53
52
54
53
config TUSB6010
You can’t perform that action at this time.
0 commit comments