Skip to content

Commit

Permalink
[system][cherryusb] add new port
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugengyu committed Nov 15, 2023
1 parent 616fbb4 commit 89343ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions system/CherryUSB/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ if PKG_USING_CHERRYUSB
bool "MUSB"
config PKG_CHERRYUSB_DEVICE_HPM
bool "HPM"
config PKG_CHERRYUSB_DEVICE_PUSB2
bool "PUSB2"
endchoice

if PKG_CHERRYUSB_DEVICE_CH32
Expand Down Expand Up @@ -130,6 +132,11 @@ if PKG_USING_CHERRYUSB
bool
prompt "Use msc ram template"
default n

config PKG_CHERRYUSB_DEVICE_MSC_STORAGE_TEMPLATE
bool
prompt "Usb msc storage template"
default n
endif

menuconfig PKG_CHERRYUSB_DEVICE_AUDIO
Expand Down Expand Up @@ -204,6 +211,8 @@ if PKG_USING_CHERRYUSB
bool "EHCI"
config PKG_CHERRYUSB_HOST_XHCI
bool "XHCI"
config PKG_CHERRYUSB_HOST_PUSB2
bool "PUSB2"
endchoice

if PKG_CHERRYUSB_HOST_MUSB
Expand Down

0 comments on commit 89343ca

Please sign in to comment.