summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinda Chen <minda.chen@starfivetech.com>2024-04-18 10:37:25 +0300
committerAndy Hu <andy.hu@starfivetech.com>2024-12-06 13:24:30 +0300
commita251675b6a795b09ee90d5e7090e5562a13b20af (patch)
tree5366fa5f24f2845d6808927479886b1bb5c25604
parent3ab90758f9509c6d8882c2cb6bac2609905d5ed2 (diff)
downloadlinux-rt-linux-6.6.y-release.tar.xz
configs: Enalbe PREEMPT_RT and set 1000 timer interrupt.JH7110_VF2_6.6_v5.13.2_RTLINUXrt-linux-6.6.y-release
Enable RT-Linux ,set 1000 timer interrupts. And set gmac to module.(Ethercat) Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
-rw-r--r--arch/riscv/configs/starfive_visionfive2_defconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig
index 5a79a844f0fb..bccaf259a2b3 100644
--- a/arch/riscv/configs/starfive_visionfive2_defconfig
+++ b/arch/riscv/configs/starfive_visionfive2_defconfig
@@ -7,6 +7,7 @@ CONFIG_USELIB=y
CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_BPF_SYSCALL=y
+CONFIG_PREEMPT_RT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_CGROUPS=y
@@ -23,7 +24,7 @@ CONFIG_SOC_STARFIVE=y
CONFIG_NONPORTABLE=y
CONFIG_SMP=y
CONFIG_RISCV_AMP=y
-CONFIG_HZ_100=y
+CONFIG_HZ_1000=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION="PARTLABEL=hibernation"
CONFIG_PM_DEBUG=y
@@ -98,6 +99,7 @@ CONFIG_PCI=y
CONFIG_PCIE_STARFIVE_HOST=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
+# CONFIG_EFI_DISABLE_RUNTIME is not set
CONFIG_MTD=y
CONFIG_MTD_BLOCK=y
CONFIG_MTD_CFI=y
@@ -146,10 +148,9 @@ CONFIG_R8169=y
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SOLARFLARE is not set
# CONFIG_NET_VENDOR_SOCIONEXT is not set
-CONFIG_STMMAC_ETH=y
+CONFIG_STMMAC_ETH=m
CONFIG_STMMAC_SELFTESTS=y
-CONFIG_DWMAC_DWC_QOS_ETH=y
-CONFIG_DWMAC_STARFIVE=y
+# CONFIG_DWMAC_GENERIC is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set