22 lines
381 B
Plaintext
22 lines
381 B
Plaintext
|
config GSC3280_OTG
|
||
|
tristate "gsc3280 usb support"
|
||
|
---help---
|
||
|
This driver supports gsc3280 usb controller
|
||
|
|
||
|
|
||
|
menu "USB Operation Mode"
|
||
|
|
||
|
config GSC3280_OTG_HOST_ONLY
|
||
|
bool "HOST ONLY MODE"
|
||
|
depends on GSC3280_OTG
|
||
|
|
||
|
config GSC3280_OTG_DEVICE_ONLY
|
||
|
bool "DEVICE ONLY MODE"
|
||
|
depends on GSC3280_OTG
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
config GSC3280_OTG_DEBUG
|
||
|
bool "Enable debug mode"
|
||
|
depends on GSC3280_OTG
|