diff mbox series

[U-Boot,v1,3/3] configs: am43xx_evm_usbhost_defconfig: Enable DM_USB support

Message ID 20190124144254.15837-4-jjhiblot@ti.com
State Superseded
Delegated to: Tom Rini
Headers show
Series Enable DM USB support (host and gadget) in the USB host boot flow | expand

Commit Message

Jean-Jacques Hiblot Jan. 24, 2019, 2:42 p.m. UTC
Enable DM_USB support in u-boot and in SPL.
This brings this configuration closer to am43xx_evm_defconfig.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>

---

 configs/am43xx_evm_usbhost_boot_defconfig | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Jean-Jacques Hiblot Jan. 25, 2019, 3:02 p.m. UTC | #1
There is a build issue with this series (forgot to run buildman on 
this), I'll send a v2 shortly.

On 24/01/2019 15:42, Jean-Jacques Hiblot wrote:
> Enable DM_USB support in u-boot and in SPL.
> This brings this configuration closer to am43xx_evm_defconfig.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
>
> ---
>
>   configs/am43xx_evm_usbhost_boot_defconfig | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
> index 5131f190a7..b8d535cc3b 100644
> --- a/configs/am43xx_evm_usbhost_boot_defconfig
> +++ b/configs/am43xx_evm_usbhost_boot_defconfig
> @@ -40,11 +40,16 @@ CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm"
>   CONFIG_ENV_IS_IN_FAT=y
>   CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
>   CONFIG_DM=y
> +CONFIG_REGMAP=y
> +CONFIG_SPL_REGMAP=y
> +CONFIG_SYSCON=y
> +CONFIG_SPL_SYSCON=y
>   # CONFIG_BLK is not set
>   CONFIG_DFU_MMC=y
>   CONFIG_DFU_RAM=y
>   CONFIG_DFU_SF=y
>   CONFIG_DM_GPIO=y
> +CONFIG_MISC=y
>   CONFIG_DM_MMC=y
>   CONFIG_MMC_OMAP_HS=y
>   CONFIG_NAND=y
> @@ -53,17 +58,24 @@ CONFIG_SPI_FLASH_MACRONIX=y
>   CONFIG_PHY_GIGE=y
>   CONFIG_MII=y
>   CONFIG_DRIVER_TI_CPSW=y
> +CONFIG_PHY=y
> +CONFIG_SPL_PHY=y
> +CONFIG_OMAP_USB2_PHY=y
>   CONFIG_DM_SERIAL=y
>   CONFIG_SPI=y
>   CONFIG_TI_QSPI=y
>   CONFIG_TIMER=y
>   CONFIG_OMAP_TIMER=y
>   CONFIG_USB=y
> +CONFIG_DM_USB=y
> +CONFIG_DM_USB_GADGET=y
> +CONFIG_SPL_DM_USB_GADGET=y
>   CONFIG_USB_XHCI_HCD=y
>   CONFIG_USB_XHCI_DWC3=y
>   CONFIG_USB_DWC3=y
>   CONFIG_USB_DWC3_GADGET=y
>   CONFIG_USB_DWC3_OMAP=y
> +CONFIG_USB_DWC3_GENERIC=y
>   CONFIG_USB_DWC3_PHY_OMAP=y
>   CONFIG_OMAP_USB_PHY=y
>   CONFIG_USB_GADGET=y
diff mbox series

Patch

diff --git a/configs/am43xx_evm_usbhost_boot_defconfig b/configs/am43xx_evm_usbhost_boot_defconfig
index 5131f190a7..b8d535cc3b 100644
--- a/configs/am43xx_evm_usbhost_boot_defconfig
+++ b/configs/am43xx_evm_usbhost_boot_defconfig
@@ -40,11 +40,16 @@  CONFIG_OF_LIST="am437x-gp-evm am437x-sk-evm am43x-epos-evm am437x-idk-evm"
 CONFIG_ENV_IS_IN_FAT=y
 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
 CONFIG_DM=y
+CONFIG_REGMAP=y
+CONFIG_SPL_REGMAP=y
+CONFIG_SYSCON=y
+CONFIG_SPL_SYSCON=y
 # CONFIG_BLK is not set
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y
 CONFIG_DFU_SF=y
 CONFIG_DM_GPIO=y
+CONFIG_MISC=y
 CONFIG_DM_MMC=y
 CONFIG_MMC_OMAP_HS=y
 CONFIG_NAND=y
@@ -53,17 +58,24 @@  CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_PHY_GIGE=y
 CONFIG_MII=y
 CONFIG_DRIVER_TI_CPSW=y
+CONFIG_PHY=y
+CONFIG_SPL_PHY=y
+CONFIG_OMAP_USB2_PHY=y
 CONFIG_DM_SERIAL=y
 CONFIG_SPI=y
 CONFIG_TI_QSPI=y
 CONFIG_TIMER=y
 CONFIG_OMAP_TIMER=y
 CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_DM_USB_GADGET=y
+CONFIG_SPL_DM_USB_GADGET=y
 CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_DWC3=y
 CONFIG_USB_DWC3_GADGET=y
 CONFIG_USB_DWC3_OMAP=y
+CONFIG_USB_DWC3_GENERIC=y
 CONFIG_USB_DWC3_PHY_OMAP=y
 CONFIG_OMAP_USB_PHY=y
 CONFIG_USB_GADGET=y