Skip to content

Commit 2a536bf

Browse files
committed
configs: Make the RTL8152 driver a module
Remove a leftover from the 2711 bring-up by making the RTL8152 driver a module. See: #6767 Signed-off-by: Phil Elwell <[email protected]>
1 parent bc0a232 commit 2a536bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm/configs/bcm2711_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ CONFIG_USB_CATC=m
546546
CONFIG_USB_KAWETH=m
547547
CONFIG_USB_PEGASUS=m
548548
CONFIG_USB_RTL8150=m
549-
CONFIG_USB_RTL8152=y
549+
CONFIG_USB_RTL8152=m
550550
CONFIG_USB_LAN78XX=y
551551
CONFIG_USB_USBNET=y
552552
CONFIG_USB_NET_AX8817X=m

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ CONFIG_USB_CATC=m
578578
CONFIG_USB_KAWETH=m
579579
CONFIG_USB_PEGASUS=m
580580
CONFIG_USB_RTL8150=m
581-
CONFIG_USB_RTL8152=y
581+
CONFIG_USB_RTL8152=m
582582
CONFIG_USB_LAN78XX=y
583583
CONFIG_USB_USBNET=y
584584
CONFIG_USB_NET_AX8817X=m

arch/arm64/configs/bcm2711_rt_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ CONFIG_USB_CATC=m
578578
CONFIG_USB_KAWETH=m
579579
CONFIG_USB_PEGASUS=m
580580
CONFIG_USB_RTL8150=m
581-
CONFIG_USB_RTL8152=y
581+
CONFIG_USB_RTL8152=m
582582
CONFIG_USB_LAN78XX=y
583583
CONFIG_USB_USBNET=y
584584
CONFIG_USB_NET_AX8817X=m

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ CONFIG_USB_CATC=m
581581
CONFIG_USB_KAWETH=m
582582
CONFIG_USB_PEGASUS=m
583583
CONFIG_USB_RTL8150=m
584-
CONFIG_USB_RTL8152=y
584+
CONFIG_USB_RTL8152=m
585585
CONFIG_USB_LAN78XX=y
586586
CONFIG_USB_USBNET=y
587587
CONFIG_USB_NET_AX8817X=m

0 commit comments

Comments
 (0)