configs: Add CONFIG_WIZNET_W5100=m and _SPI=m
authorPhil Elwell <phil@raspberrypi.org>
Thu, 10 Oct 2019 08:05:44 +0000 (09:05 +0100)
committerPhil Elwell <pelwell@users.noreply.github.com>
Wed, 16 Oct 2019 12:57:33 +0000 (13:57 +0100)
Add config settings to enable building the driver for the W5100/5500
SPI-attached Ethernet controller.

See: https://github.com/raspberrypi/linux/issues/3276

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/configs/bcm2709_defconfig
arch/arm/configs/bcm2711_defconfig
arch/arm/configs/bcmrpi_defconfig
arch/arm64/configs/bcm2711_defconfig
arch/arm64/configs/bcmrpi3_defconfig

index 0481c01..aac5ea4 100644 (file)
@@ -501,6 +501,8 @@ CONFIG_VETH=m
 CONFIG_NET_VRF=m
 CONFIG_ENC28J60=m
 CONFIG_QCA7000_SPI=m
+CONFIG_WIZNET_W5100=m
+CONFIG_WIZNET_W5100_SPI=m
 CONFIG_MDIO_BITBANG=m
 CONFIG_PPP=m
 CONFIG_PPP_BSDCOMP=m
index 4782c57..fe262cf 100644 (file)
@@ -507,6 +507,8 @@ CONFIG_NET_VRF=m
 CONFIG_BCMGENET=y
 CONFIG_ENC28J60=m
 CONFIG_QCA7000_SPI=m
+CONFIG_WIZNET_W5100=m
+CONFIG_WIZNET_W5100_SPI=m
 CONFIG_MDIO_BITBANG=m
 CONFIG_BROADCOM_PHY=y
 CONFIG_PPP=m
index 5e4699d..72fd148 100644 (file)
@@ -494,6 +494,8 @@ CONFIG_VETH=m
 CONFIG_NET_VRF=m
 CONFIG_ENC28J60=m
 CONFIG_QCA7000_SPI=m
+CONFIG_WIZNET_W5100=m
+CONFIG_WIZNET_W5100_SPI=m
 CONFIG_MDIO_BITBANG=m
 CONFIG_PPP=m
 CONFIG_PPP_BSDCOMP=m
index 803c5eb..0ad3b55 100644 (file)
@@ -499,6 +499,8 @@ CONFIG_NET_VRF=m
 CONFIG_BCMGENET=y
 CONFIG_ENC28J60=m
 CONFIG_QCA7000_SPI=m
+CONFIG_WIZNET_W5100=m
+CONFIG_WIZNET_W5100_SPI=m
 CONFIG_MDIO_BITBANG=m
 CONFIG_BROADCOM_PHY=y
 CONFIG_PPP=m
index ba30bf4..423bccb 100644 (file)
@@ -439,6 +439,8 @@ CONFIG_VETH=m
 CONFIG_NET_VRF=m
 CONFIG_ENC28J60=m
 CONFIG_QCA7000_SPI=m
+CONFIG_WIZNET_W5100=m
+CONFIG_WIZNET_W5100_SPI=m
 CONFIG_MDIO_BITBANG=m
 CONFIG_PPP=m
 CONFIG_PPP_BSDCOMP=m