From bc25a80d12ea971ddd652717150058989b1ad474 Mon Sep 17 00:00:00 2001 From: Alexander Shishkin Date: Fri, 11 May 2012 17:25:45 +0300 Subject: usb: move ci13xxx and related code to drivers/usb/chipidea Since chipidea is a dual role controller, it makes sense to move it to its own directory, where we can also have host, otg and platform code related to this controller. It also makes sense to break out the driver into several compilation units like udc, host, debugging code, etc. Firstly, let's move the udc and platform code to drivers/usb/chipidea. Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- drivers/usb/chipidea/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/usb/chipidea/Kconfig (limited to 'drivers/usb/chipidea/Kconfig') diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig new file mode 100644 index 000000000000..71725ddc8f25 --- /dev/null +++ b/drivers/usb/chipidea/Kconfig @@ -0,0 +1,10 @@ +config USB_CHIPIDEA + tristate "ChipIdea Highspeed Dual Role Controller" + depends on USB && USB_GADGET + select USB_GADGET_DUALSPEED + help + Say Y here if your system has a dual role high speed USB + controller based on ChipIdea silicon IP. Currently, only the + peripheral mode is supported. + + When compiled dynamically, the module will be called ci-hdrc.ko. -- cgit v1.2.3