[U-Boot] [PATCH v2 06/18] Migrate CONFIG_ULPI* to Kconfig
Simon Glass
sjg at chromium.org
Sun Jan 31 16:16:17 CET 2016
On 24 January 2016 at 13:52, Mateusz Kulikowski
<mateusz.kulikowski at gmail.com> wrote:
> Move CONFIG_USB_ULPI* from headers to defconfigs for boards that use it.
> Also - add CONFIG_USB where necesarry - all boards use it,
> but some are not defining it explicitly.
>
> Affected boards:
> colibri_t20, harmony, mcx, mt_ventoux, twister,
> zynq_(picozed, zc702, zc706, zed, zybo)
>
> Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski at gmail.com>
> ---
>
> Changes in v2:
> - New patch, independent of the rest
> - Should compile cleanly on all affected platforms
> - Is orthogonal to series (i.e. if get's NAK will not break rest of series)
>
> Changes in v1: None
>
> configs/colibri_t20_defconfig | 2 ++
> configs/harmony_defconfig | 2 ++
> configs/mcx_defconfig | 3 +++
> configs/mt_ventoux_defconfig | 3 +++
> configs/twister_defconfig | 3 +++
> configs/zynq_picozed_defconfig | 3 +++
> configs/zynq_zc702_defconfig | 3 +++
> configs/zynq_zc706_defconfig | 3 +++
> configs/zynq_zed_defconfig | 3 +++
> configs/zynq_zybo_defconfig | 3 +++
> include/configs/colibri_t20.h | 2 --
> include/configs/harmony.h | 2 --
> include/configs/mcx.h | 2 --
> include/configs/tam3517-common.h | 2 --
> include/configs/zynq-common.h | 2 --
> 15 files changed, 28 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list