diff options
| author | Maxime Ripard <[email protected]> | 2017-09-07 10:29:51 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2017-10-03 19:12:05 +0200 |
| commit | cfa34996b0beb90e9b63a5b6f89c78123a2d428e (patch) | |
| tree | ddde0da82b51443945e8221f9ba50dcae34e45fa /arch | |
| parent | 654b02b18c00c9c2d26f9cd7df53d27e9fc37e4f (diff) | |
cmd: fastboot: Rework fastboot dependency
Fastboot need a bunch of options to be operating properly, such as the
g_dnl gadget, the fastboot command, and some options that make sense. Since
fastboot is now part of Kconfig, make sure we have them right.
That will also reduce the boilerplate in the defconfigs.
Reviewed-by: Ćukasz Majewski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a7ee5fe511a..0b33c499361 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -694,8 +694,6 @@ config ARCH_SUNXI select USB_STORAGE if DISTRO_DEFAULTS select USB_KEYBOARD if DISTRO_DEFAULTS select USE_TINY_PRINTF - imply CMD_FASTBOOT - imply FASTBOOT imply FAT_WRITE imply PRE_CONSOLE_BUFFER imply SPL_GPIO_SUPPORT @@ -705,7 +703,6 @@ config ARCH_SUNXI imply SPL_MMC_SUPPORT if MMC imply SPL_POWER_SUPPORT imply SPL_SERIAL_SUPPORT - imply USB_FUNCTION_FASTBOOT imply USB_GADGET config TARGET_TS4600 |
