mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
meson: Add CanoKey
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me> Message-Id: <YoY6YRD6cxH21mms@Sun> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
d37d0e0e85
commit
8caef85078
5 changed files with 21 additions and 0 deletions
|
@ -119,6 +119,11 @@ config USB_U2F
|
|||
default y
|
||||
depends on USB
|
||||
|
||||
config USB_CANOKEY
|
||||
bool
|
||||
default y
|
||||
depends on USB
|
||||
|
||||
config IMX_USBPHY
|
||||
bool
|
||||
default y
|
||||
|
|
|
@ -63,6 +63,11 @@ if u2f.found()
|
|||
softmmu_ss.add(when: 'CONFIG_USB_U2F', if_true: [u2f, files('u2f-emulated.c')])
|
||||
endif
|
||||
|
||||
# CanoKey
|
||||
if canokey.found()
|
||||
softmmu_ss.add(when: 'CONFIG_USB_CANOKEY', if_true: [canokey, files('canokey.c')])
|
||||
endif
|
||||
|
||||
# usb redirect
|
||||
if usbredir.found()
|
||||
usbredir_ss = ss.source_set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue