summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@collabora.com>2023-04-25 16:06:59 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-07-28 13:45:02 +0300
commit14bb9c27b7c65a5804e0f2c0d92723b6af500d47 (patch)
tree5efa12f5ea8a0ebd579e520a8e2854c66ba8b7c7 /configs
parentc98c401dfb485b39c7453a4147b17cd4b8d10c67 (diff)
downloadu-boot-14bb9c27b7c65a5804e0f2c0d92723b6af500d47.tar.xz
configs: rock5b-rk3588: add rtl8169 driver
Add the rtl8169 driver, which supports the rtl8125b device, which is connected on the pciE bus on this board. Enable also CONFIG_SYS_HAS_NONCACHED_MEMORY to have the descriptors stored. Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/rock5b-rk3588_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig
index 17205a56cd..85cb70bd09 100644
--- a/configs/rock5b-rk3588_defconfig
+++ b/configs/rock5b-rk3588_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_SKIP_LOWLEVEL_INIT=y
+CONFIG_SYS_HAS_NONCACHED_MEMORY=y
CONFIG_COUNTER_FREQUENCY=24000000
CONFIG_ARCH_ROCKCHIP=y
CONFIG_TEXT_BASE=0x00a00000
@@ -71,6 +72,7 @@ CONFIG_MMC_SDHCI_ROCKCHIP=y
CONFIG_SPI_FLASH_MACRONIX=y
CONFIG_SPI_FLASH_XTX=y
CONFIG_ETH_DESIGNWARE=y
+CONFIG_RTL8169=y
CONFIG_GMAC_ROCKCHIP=y
CONFIG_PCIE_DW_ROCKCHIP=y
CONFIG_PHY_ROCKCHIP_INNO_USB2=y