diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2011-10-13 00:02:44 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-10-13 13:41:54 -0400 |
commit | 951fe829c73b89a2e4a5b1aaae4c0a43ffa7c68e (patch) | |
tree | d0b9a3e2ac53f2773a09e6793014e12038f2fc4a /drivers/usb/renesas_usbhs/Kconfig | |
parent | 482982062f1bc25ffb5383ab724d73d1a7af07cf (diff) |
usb: gadget: renesas_usbhs: fixup driver compile style
In current renesas-usbhs,
there was inconsistency about the style of kernel module or built-in.
This patch solve it.
[ balbi@ti.com : fix compile issue when building modules ]
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs/Kconfig')
-rw-r--r-- | drivers/usb/renesas_usbhs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/Kconfig b/drivers/usb/renesas_usbhs/Kconfig index 286cbf1ca7de..97a44016def1 100644 --- a/drivers/usb/renesas_usbhs/Kconfig +++ b/drivers/usb/renesas_usbhs/Kconfig | |||
@@ -5,6 +5,7 @@ | |||
5 | config USB_RENESAS_USBHS | 5 | config USB_RENESAS_USBHS |
6 | tristate 'Renesas USBHS controller' | 6 | tristate 'Renesas USBHS controller' |
7 | depends on SUPERH || ARCH_SHMOBILE | 7 | depends on SUPERH || ARCH_SHMOBILE |
8 | depends on USB && USB_GADGET | ||
8 | default n | 9 | default n |
9 | help | 10 | help |
10 | Renesas USBHS is a discrete USB host and peripheral controller chip | 11 | Renesas USBHS is a discrete USB host and peripheral controller chip |