mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
configs: pumpkin: enable USB gadget
Enable USB gadget on pumpkin. This requires to also enable BOARD_LATE_INIT since the init is done in board_late_init function. Signed-off-by: Fabien Parent <fparent@baylibre.com>
This commit is contained in:
parent
c2984eb38e
commit
d67393503b
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,7 @@ CONFIG_FIT=y
|
|||
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set
|
||||
CONFIG_DEFAULT_FDT_FILE="mt8516-pumpkin"
|
||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||
CONFIG_BOARD_LATE_INIT=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
# CONFIG_CMD_BDI is not set
|
||||
# CONFIG_CMD_CONSOLE is not set
|
||||
|
@ -59,6 +60,13 @@ CONFIG_BAUDRATE=921600
|
|||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_DEBUG_UART_ANNOUNCE=y
|
||||
CONFIG_MTK_SERIAL=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_DM_USB=y
|
||||
CONFIG_USB_MUSB_GADGET=y
|
||||
CONFIG_USB_MUSB_MT85XX=y
|
||||
CONFIG_USB_GADGET=y
|
||||
CONFIG_USB_GADGET_VENDOR_NUM=0x0e8d
|
||||
CONFIG_USB_GADGET_PRODUCT_NUM=0x201c
|
||||
CONFIG_WDT=y
|
||||
CONFIG_WDT_MTK=y
|
||||
# CONFIG_EFI_LOADER is not set
|
||||
|
|
Loading…
Reference in a new issue