Skip to content

Commit 4a5b4ee

Browse files
pelwellpopcornmix
authored andcommitted
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 <phil@raspberrypi.com>
1 parent 47d6735 commit 4a5b4ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ CONFIG_USB_CATC=m
577577
CONFIG_USB_KAWETH=m
578578
CONFIG_USB_PEGASUS=m
579579
CONFIG_USB_RTL8150=m
580-
CONFIG_USB_RTL8152=y
580+
CONFIG_USB_RTL8152=m
581581
CONFIG_USB_LAN78XX=y
582582
CONFIG_USB_USBNET=y
583583
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
@@ -580,7 +580,7 @@ CONFIG_USB_CATC=m
580580
CONFIG_USB_KAWETH=m
581581
CONFIG_USB_PEGASUS=m
582582
CONFIG_USB_RTL8150=m
583-
CONFIG_USB_RTL8152=y
583+
CONFIG_USB_RTL8152=m
584584
CONFIG_USB_LAN78XX=y
585585
CONFIG_USB_USBNET=y
586586
CONFIG_USB_NET_AX8817X=m

0 commit comments

Comments
 (0)