diff options
| author | Samuel Holland <[email protected]> | 2022-07-14 23:09:19 -0500 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2022-07-18 23:48:09 +0100 |
| commit | a35628ec33a12032b82cc7be58f8b41c7ab0a4b2 (patch) | |
| tree | 4d995681bb16fc9d4274679aa186965ea4edc215 /arch | |
| parent | 5fd30ed78539e11c2c155001a88f483441a96ebd (diff) | |
sunxi: Move INITIAL_USB_SCAN_DELAY to driver Kconfig
This option is used only by the phy-sun4i-usb driver, which does not
inherently depend on the ARM architecture.
Signed-off-by: Samuel Holland <[email protected]>
Reviewed-by: Jagan Teki <[email protected]>
Signed-off-by: Andre Przywara <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index f4925aaa895..57125761844 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -679,15 +679,6 @@ 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 "" |
