forked from xuos/xiuos
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
config BSP_USING_USBH
|
|
bool "Using usb host"
|
|
default y
|
|
config USB_BUS_NAME
|
|
string "usb bus name"
|
|
default "usb"
|
|
config USB_DRIVER_NAME
|
|
string "usb bus driver name"
|
|
default "usb_drv"
|
|
config USB_DEVICE_NAME
|
|
string "usb bus device name"
|
|
default "usb_dev" |