Re: [U-Boot] [PATCH v2 02/13] usb: move CONFIG_USB_XHCI to Kconfig with renaming

2016-05-16 Thread Marek Vasut
On 05/16/2016 02:51 PM, Masahiro Yamada wrote:
> Move CONFIG_USB_XHCI to defconfig files for all boards, renaming it
> into CONFIG_USB_XHCI_HCD.
> 
> As commented in the help of "config USB_XHCI" entry, this has been
> a TODO for a long time; now CONFIG_USB_XHCI_HCD and CONFIG_USB_XHCI
> have been unified in favor of the former.
> 
> Note:
> Some boards define CONFIG_USB_XHCI in their headers without
> CONFIG_USB, which does not meet the "depends on" in Kconfig.
> I added CONFIG_USB=y for those boards when converting.
> Otherwise, they would fail to build.
> 
> Signed-off-by: Masahiro Yamada 

Applied, thanks!

-- 
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 02/13] usb: move CONFIG_USB_XHCI to Kconfig with renaming

2016-05-16 Thread Masahiro Yamada
Move CONFIG_USB_XHCI to defconfig files for all boards, renaming it
into CONFIG_USB_XHCI_HCD.

As commented in the help of "config USB_XHCI" entry, this has been
a TODO for a long time; now CONFIG_USB_XHCI_HCD and CONFIG_USB_XHCI
have been unified in favor of the former.

Note:
Some boards define CONFIG_USB_XHCI in their headers without
CONFIG_USB, which does not meet the "depends on" in Kconfig.
I added CONFIG_USB=y for those boards when converting.
Otherwise, they would fail to build.

Signed-off-by: Masahiro Yamada 
---

Changes in v2:
  - Newly added

 common/usb.c | 2 +-
 configs/am437x_gp_evm_defconfig  | 1 +
 configs/am437x_sk_evm_defconfig  | 1 +
 configs/am43xx_evm_defconfig | 1 +
 configs/am43xx_evm_ethboot_defconfig | 1 +
 configs/am43xx_evm_qspiboot_defconfig| 1 +
 configs/am43xx_evm_usbhost_boot_defconfig| 1 +
 configs/am57xx_evm_defconfig | 2 ++
 configs/am57xx_evm_nodt_defconfig| 2 ++
 configs/cm_t43_defconfig | 2 ++
 configs/dra72_evm_defconfig  | 1 +
 configs/dra74_evm_defconfig  | 1 +
 configs/dra7xx_evm_defconfig | 1 +
 configs/dra7xx_evm_qspiboot_defconfig| 1 +
 configs/dra7xx_evm_uart3_defconfig   | 1 +
 configs/k2e_evm_defconfig| 2 ++
 configs/k2g_evm_defconfig| 2 ++
 configs/k2hk_evm_defconfig   | 2 ++
 configs/k2l_evm_defconfig| 2 ++
 configs/ls1021aqds_ddr4_nor_defconfig| 2 ++
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig | 2 ++
 configs/ls1021aqds_nand_defconfig| 2 ++
 configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 2 ++
 configs/ls1021aqds_nor_defconfig | 2 ++
 configs/ls1021aqds_nor_lpuart_defconfig  | 2 ++
 configs/ls1021aqds_qspi_defconfig| 2 ++
 configs/ls1021aqds_sdcard_ifc_defconfig  | 2 ++
 configs/ls1021aqds_sdcard_qspi_defconfig | 2 ++
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 2 ++
 configs/ls1021atwr_nor_defconfig | 2 ++
 configs/ls1021atwr_nor_lpuart_defconfig  | 2 ++
 configs/ls1021atwr_qspi_defconfig| 2 ++
 configs/ls1021atwr_sdcard_ifc_defconfig  | 2 ++
 configs/ls1021atwr_sdcard_qspi_defconfig | 2 ++
 configs/ls1043aqds_defconfig | 2 ++
 configs/ls1043aqds_lpuart_defconfig  | 2 ++
 configs/ls1043aqds_nand_defconfig| 2 ++
 configs/ls1043aqds_nor_ddr3_defconfig| 2 ++
 configs/ls1043aqds_qspi_defconfig| 2 ++
 configs/ls1043aqds_sdcard_ifc_defconfig  | 2 ++
 configs/ls1043aqds_sdcard_qspi_defconfig | 2 ++
 configs/ls1043ardb_SECURE_BOOT_defconfig | 2 ++
 configs/ls1043ardb_defconfig | 2 ++
 configs/ls1043ardb_nand_defconfig| 2 ++
 configs/ls1043ardb_sdcard_defconfig  | 2 ++
 configs/ls2080aqds_SECURE_BOOT_defconfig | 2 ++
 configs/ls2080aqds_defconfig | 2 ++
 configs/ls2080aqds_nand_defconfig| 2 ++
 configs/ls2080ardb_SECURE_BOOT_defconfig | 2 ++
 configs/ls2080ardb_defconfig | 2 ++
 configs/ls2080ardb_nand_defconfig| 2 ++
 configs/odroid-xu3_defconfig | 1 +
 configs/peach-pi_defconfig   | 1 +
 configs/peach-pit_defconfig  | 1 +
 configs/smdk5420_defconfig   | 1 +
 configs/xilinx_zynqmp_ep_defconfig   | 1 +
 configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig | 1 +
 configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 +
 configs/xilinx_zynqmp_zcu102_defconfig   | 1 +
 configs/xilinx_zynqmp_zcu102_revB_defconfig  | 1 +
 drivers/usb/host/Kconfig | 6 --
 drivers/usb/host/Makefile| 2 +-
 include/configs/am43xx_evm.h | 1 -
 include/configs/am57xx_evm.h | 1 -
 include/configs/cm_t43.h | 1 -
 include/configs/dra7xx_evm.h | 1 -
 include/configs/ds414.h  | 3 +--
 include/configs/exynos5420-common.h  | 1 -
 include/configs/ls1021aqds.h | 1 -
 include/configs/ls1021atwr.h | 1 -
 include/configs/ls1043aqds.h | 1 -
 include/configs/ls1043ardb.h | 1 -
 include/configs/ls2080aqds.h | 1 -
 include/configs/ls2080ardb.h | 1 -
 include/configs/smdk5420.h   | 1 -
 include/configs/ti_armv7_keystone2.h | 1 -
 include/configs/xilinx_zynqmp.h  | 1 -
 77 files changed, 101 insertions(+), 24