From 0a6aeabe92da10adf32558f6c69cfb848c746437 Mon Sep 17 00:00:00 2001 From: David Wu Date: Sat, 29 Jun 2024 15:18:23 +0800 Subject: [PATCH] ARM: rk3506_defconfig: Enable network configs Enable following network config: - Enable Bridge function - Enable ptp1588 function - Enable motorcomm PHY for Rk3506 Change-Id: I167fd678c23ffef9905c5cb655473056f31b754f Signed-off-by: David Wu --- arch/arm/configs/rk3506_defconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/rk3506_defconfig b/arch/arm/configs/rk3506_defconfig index ee70ae2a9cd0..17c0d08a151d 100644 --- a/arch/arm/configs/rk3506_defconfig +++ b/arch/arm/configs/rk3506_defconfig @@ -69,6 +69,8 @@ CONFIG_UNIX=y CONFIG_INET=y # CONFIG_INET_DIAG is not set # CONFIG_IPV6 is not set +CONFIG_BRIDGE=y +# CONFIG_BRIDGE_IGMP_SNOOPING is not set # CONFIG_WIRELESS is not set CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y @@ -122,6 +124,8 @@ CONFIG_STMMAC_ETH=y # CONFIG_NET_VENDOR_VIA is not set # CONFIG_NET_VENDOR_WIZNET is not set # CONFIG_NET_VENDOR_XILINX is not set +CONFIG_MOTORCOMM_PHY=y +CONFIG_PPP=y # CONFIG_WLAN is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set @@ -140,7 +144,7 @@ CONFIG_I2C_CHARDEV=y CONFIG_I2C_RK3X=y CONFIG_SPI=y CONFIG_SPI_ROCKCHIP_SFC=y -# CONFIG_PTP_1588_CLOCK is not set +# CONFIG_PTP_1588_CLOCK_KVM is not set CONFIG_GPIO_SYSFS=y CONFIG_POWER_RESET=y CONFIG_SYSCON_REBOOT_MODE=y