Re: [U-Boot] [PATCH 09/13] cmd: fastboot: Rework fastboot dependency

2017-09-12 Thread Simon Glass
On 8 September 2017 at 11:34, Maxime Ripard wrote: > 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 b

[U-Boot] [PATCH 09/13] cmd: fastboot: Rework fastboot dependency

2017-09-08 Thread Maxime Ripard
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. Signed-off-by: Maxime Ripard