diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/ramips/files/drivers/usb/dwc_otg/Kconfig | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/ramips/files/drivers/usb/dwc_otg/Kconfig')
-rw-r--r-- | target/linux/ramips/files/drivers/usb/dwc_otg/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/ramips/files/drivers/usb/dwc_otg/Kconfig b/target/linux/ramips/files/drivers/usb/dwc_otg/Kconfig new file mode 100644 index 0000000..6dd75f1 --- /dev/null +++ b/target/linux/ramips/files/drivers/usb/dwc_otg/Kconfig @@ -0,0 +1,24 @@ +config DWC_OTG + tristate "Ralink RT305X DWC_OTG support" + depends on SOC_RT305X + ---help--- + This driver supports Ralink DWC_OTG + +choice + prompt "USB Operation Mode" + depends on DWC_OTG + default DWC_OTG_HOST_ONLY + +config DWC_OTG_HOST_ONLY + bool "HOST ONLY MODE" + depends on DWC_OTG + +config DWC_OTG_DEVICE_ONLY + bool "DEVICE ONLY MODE" + depends on DWC_OTG + +endchoice + +config DWC_OTG_DEBUG + bool "Enable debug mode" + depends on DWC_OTG |