summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-05-24 11:58:42 +0300
committerStefan Roese <sr@denx.de>2022-07-21 11:14:04 +0300
commit35ed176af24484dbea064266be75aefdc88d79ec (patch)
tree2e84fc19f53b8f720ebe503bda03d3937fc2463f /drivers/usb
parentdaa8857d53a3db97bdf5e0b3b3de0199a09d8917 (diff)
downloadu-boot-35ed176af24484dbea064266be75aefdc88d79ec.tar.xz
arch: mvebu: Disable by default unused peripherals in SPL
SPL on mvebu loads proper U-Boot from custom Marvell kwbimage format and therefore support for other binary formats is not required to be present in SPL. Boot source of proper U-Boot is defined by compile time options and therefore it is not required to enable all possible and unused peripherals in SPL by default. This change decrease size of SPL binaries. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 86804166de..fd13cf31b5 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -50,6 +50,7 @@ config DM_USB
config SPL_DM_USB
bool "Enable driver model for USB host most in SPL"
depends on SPL_DM && DM_USB
+ default n if ARCH_MVEBU
default y
config DM_USB_GADGET