]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/phy/Kconfig
Merge remote-tracking branch 'usb-gadget/next'
[karo-tx-linux.git] / drivers / usb / phy / Kconfig
index 64b8bef1919e7e61dfcfc3c7f7bc4caff1486d1e..08e2f39027ec00ae0a7c5ae07b46fdd1cdbfae8f 100644 (file)
@@ -194,6 +194,19 @@ config USB_RCAR_PHY
          To compile this driver as a module, choose M here: the
          module will be called phy-rcar-usb.
 
+config USB_RCAR_GEN2_PHY
+       tristate "Renesas R-Car Gen2 USB PHY support"
+       depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST
+       select USB_PHY
+       help
+         Say Y here to add support for the Renesas R-Car Gen2 USB PHY driver.
+         It is typically used to control internal USB PHY for USBHS,
+         and to configure shared USB channels 0 and 2.
+         This driver supports R8A7790 and R8A7791.
+
+         To compile this driver as a module, choose M here: the
+         module will be called phy-rcar-gen2-usb.
+
 config USB_ULPI
        bool "Generic ULPI Transceiver Driver"
        depends on ARM