configs: Add CONFIG_WIZNET_W5100=m and _SPI=m

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>
This commit is contained in:
Phil Elwell
2019-10-10 09:05:44 +01:00
committed by popcornmix
parent a5abe905d4
commit 52e58d2e5a
5 changed files with 10 additions and 0 deletions

View File

@@ -482,6 +482,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

View File

@@ -451,6 +451,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

View File

@@ -475,6 +475,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

View File

@@ -483,6 +483,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

View File

@@ -428,6 +428,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