Message ID | 20250414140128.390400-7-lukma@denx.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | net: mtip: Add support for MTIP imx287 L2 switch driver | expand |
Am 14.04.25 um 16:01 schrieb Lukasz Majewski: > This patch enables support for More Than IP L2 switch available on some > imx28[7] devices. > > Moreover, it also enables CONFIG_SWITCHDEV and CONFIG_BRIDGE required > by this driver for correct operation. > > Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 91723fdd3c04..4f8f715dcc41 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -34,6 +34,8 @@ CONFIG_IP_PNP_DHCP=y CONFIG_SYN_COOKIES=y # CONFIG_INET_DIAG is not set # CONFIG_IPV6 is not set +CONFIG_BRIDGE=y +CONFIG_NET_SWITCHDEV=y CONFIG_CAN=m # CONFIG_WIRELESS is not set CONFIG_DEVTMPFS=y @@ -52,6 +54,7 @@ CONFIG_EEPROM_AT24=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_NETDEVICES=y +CONFIG_FEC_MTIP_L2SW=y CONFIG_ENC28J60=y CONFIG_ICPLUS_PHY=y CONFIG_MICREL_PHY=y
This patch enables support for More Than IP L2 switch available on some imx28[7] devices. Moreover, it also enables CONFIG_SWITCHDEV and CONFIG_BRIDGE required by this driver for correct operation. Signed-off-by: Lukasz Majewski <lukma@denx.de> --- Changes for v4: - New patch Changes for v5: - Apply this patch on top of patch, which updates mxs_defconfig to v6.15-rc1 - Add more verbose commit message with explanation why SWITCHDEV and BRIDGE must be enabled as well --- arch/arm/configs/mxs_defconfig | 3 +++ 1 file changed, 3 insertions(+)