summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-04-01 22:39:26 +0200
committerHans de Goede <hdegoede@redhat.com>2016-04-12 08:58:03 +0200
commit2c3c3ecb596c3b15b5269c56c5e20f39c2c59102 (patch)
tree918e716a2029e850a0a38999146fc35a86b0cdb6 /board
parentbbf8bef196ae52517284a0a2e2ffc94a4ff89f5f (diff)
downloadtalos-obmc-uboot-2c3c3ecb596c3b15b5269c56c5e20f39c2c59102.tar.gz
talos-obmc-uboot-2c3c3ecb596c3b15b5269c56c5e20f39c2c59102.zip
sunxi: Add INITIAL_USB_SCAN_DELAY Kconfig option
Some boards have on board usb devices which need longer than the USB spec's 1 second to connect from board powerup. Add a config option which when non 0 adds an extra delay before the first usb bus scan. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 464fa0fa58..fa7872031b 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -312,6 +312,15 @@ config MMC_SUNXI_SLOT_EXTRA
slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
support for this.
+config INITIAL_USB_SCAN_DELAY
+ int "delay initial usb scan by x ms to allow builtin devices to init"
+ default 0
+ ---help---
+ Some boards have on board usb devices which need longer than the
+ USB spec's 1 second to connect from board powerup. Set this config
+ option to a non 0 value to add an extra delay before the first usb
+ bus scan.
+
config USB0_VBUS_PIN
string "Vbus enable pin for usb0 (otg)"
default ""
OpenPOWER on IntegriCloud