diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index a8faff646ac7..f0fbe4a5a7ca 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -229,3 +229,15 @@ config USB_SL811_CS | |||
229 | To compile this driver as a module, choose M here: the | 229 | To compile this driver as a module, choose M here: the |
230 | module will be called "sl811_cs". | 230 | module will be called "sl811_cs". |
231 | 231 | ||
232 | config USB_R8A66597_HCD | ||
233 | tristate "R8A66597 HCD suppoort" | ||
234 | depends on USB | ||
235 | help | ||
236 | The R8A66597 is a USB 2.0 host and peripheral controller. | ||
237 | |||
238 | Enable this option if your board has this chip, and you want | ||
239 | to use it as a host controller. If unsure, say N. | ||
240 | |||
241 | To compile this driver as a module, choose M here: the | ||
242 | module will be called r8a66597-hcd. | ||
243 | |||