xiuos/Ubiquitous/XiZi/board/xidatong/third_party_driver/usb/Kconfig

16 lines
410 B
Plaintext

config BSP_USING_NXP_USBH
bool "Using usb host by NXP library"
default n
if BSP_USING_NXP_USBH
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"
endif