aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2019-08-11 13:23:43 +0200
committerMarek Vasut <marex@denx.de>2019-08-22 18:23:36 +0200
commita3d65651d9dd1b65722c21bf739d1e9978320a47 (patch)
tree4e16fb8d7381039a3c369447988cb252568fe04b /drivers/usb/host/Kconfig
parent7f3858f90d01cca631d7c6b40301618af060acd7 (diff)
downloadu-boot-a3d65651d9dd1b65722c21bf739d1e9978320a47.zip
u-boot-a3d65651d9dd1b65722c21bf739d1e9978320a47.tar.gz
u-boot-a3d65651d9dd1b65722c21bf739d1e9978320a47.tar.bz2
usb: r8a66597: Add Kconfig entry
Add missing Kconfig entry for the R8A66597 driver. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Chris Brandt <chris.brandt@renesas.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 42046c8..30c6b69 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -300,3 +300,12 @@ config USB_DWC2_BUFFER_SIZE
because larger transactions could be split in smaller ones.
endif # USB_DWC2
+
+config USB_R8A66597_HCD
+ bool "Renesas R8A66597 USB Core support"
+ depends on OF_CONTROL
+ depends on DM_USB
+ select USB_HOST
+ ---help---
+ This enables support for the on-chip Renesas R8A66597 USB 2.0
+ controller, present in various RZ and SH SoCs.