diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-07-17 14:59:55 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-07-20 04:27:10 +0900 |
commit | 719a72b7c75bb239ca6184190ab994b71a31c6dc (patch) | |
tree | 43123abb8a4543988eaa6d0ef13bafb4e4e551d3 /drivers/usb/host/Kconfig | |
parent | ae1cef6ea155328905cb359ec7c2a47776d2d4d4 (diff) | |
download | blackbird-op-linux-719a72b7c75bb239ca6184190ab994b71a31c6dc.tar.gz blackbird-op-linux-719a72b7c75bb239ca6184190ab994b71a31c6dc.zip |
usb: r8a66597-hcd platform data on_chip support
Convert the r8a66597-hcd driver to use the on_chip flag
from platform data to enable on chip behaviour instead
of relying on CONFIG_SUPERH_ON_CHIP_R8A66597 ugliness.
This makes the code cleaner and also allows us to support
both external and internal r8a66597 with the same kernel.
It also makes the Kconfig part more future proof since
we with this patch can add support for new processors
with on-chip r8a66597 without modifying the Kconfig.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 1a920c70b5a1..f21ca7d27a43 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -336,13 +336,6 @@ config USB_R8A66597_HCD To compile this driver as a module, choose M here: the module will be called r8a66597-hcd. -config SUPERH_ON_CHIP_R8A66597 - boolean "Enable SuperH on-chip R8A66597 USB" - depends on USB_R8A66597_HCD && (CPU_SUBTYPE_SH7366 || CPU_SUBTYPE_SH7723 || CPU_SUBTYPE_SH7724) - help - This driver enables support for the on-chip R8A66597 in the - SH7366, SH7723 and SH7724 processors. - config USB_WHCI_HCD tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)" depends on EXPERIMENTAL |