mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02:00
arm64: defconfig: set CONFIG_USB_CONN_GPIO=y
Since 10a7b37b5b
("arm64: Update default configuration") PHY_TEGRA_XUSB
is set to y. That option needs USB_CONN_GPIO to also be y not m, so
set USB_CONN_GPIO explicitly to y to reflect reality.
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
parent
7af7ba7d27
commit
372e6be7be
|
@ -789,7 +789,7 @@ CONFIG_SND_AUDIO_GRAPH_CARD=m
|
|||
CONFIG_HID_MULTITOUCH=m
|
||||
CONFIG_I2C_HID_ACPI=m
|
||||
CONFIG_I2C_HID_OF=m
|
||||
CONFIG_USB_CONN_GPIO=m
|
||||
CONFIG_USB_CONN_GPIO=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_OTG=y
|
||||
CONFIG_USB_XHCI_HCD=y
|
||||
|
|
Loading…
Reference in New Issue
Block a user