Skip to content

Commit

Permalink
arch: arm: configs: update m2k and pluto defconfigs
Browse files Browse the repository at this point in the history
With commit
aeaff67 ("usb: phy: Add platform driver support for ULPI phys"),
there's no need to explicitly set CONFIG_USB_ULPI. Hence, update this so
CI checkers are happy with it.

Signed-off-by: Nuno Sa <[email protected]>
  • Loading branch information
nunojsa committed Oct 20, 2023
1 parent 67a2d15 commit 6dd4fe7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/configs/zynq_m2k_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_ULPI=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VBUS_DRAW=500
CONFIG_USB_GADGET_XILINX=y
Expand Down
1 change: 0 additions & 1 deletion arch/arm/configs/zynq_pluto_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_ULPI=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VBUS_DRAW=500
CONFIG_USB_GADGET_XILINX=y
Expand Down

0 comments on commit 6dd4fe7

Please sign in to comment.