The branch main has been updated by andrew:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=402c04af1bc82b2614d54158a4567fde2553e865

commit 402c04af1bc82b2614d54158a4567fde2553e865
Author:     Andrew Turner <and...@freebsd.org>
AuthorDate: 2022-11-03 09:44:08 +0000
Commit:     Andrew Turner <and...@freebsd.org>
CommitDate: 2022-11-03 09:45:47 +0000

    Add more SOC options to the arm64 NOTES file
    
    These are found in other config files. Include them in NOTES so they
    are used in the LINT configs.
---
 sys/arm64/conf/NOTES | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index 584234e2a586..e1510a3e5217 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -33,11 +33,17 @@ options     RACCT_DEFAULT_TO_DISABLED # Set 
kern.racct.enable=0 by default
 # SoC support
 options        SOC_ALLWINNER_A64
 options        SOC_ALLWINNER_H5
+options        SOC_ALLWINNER_H6
 options        SOC_BRCM_BCM2837
 options        SOC_BRCM_BCM2838
+options        SOC_BRCM_NS2
 options        SOC_CAVM_THUNDERX
+options        SOC_FREESCALE_IMX8
 options        SOC_HISI_HI6220
+options        SOC_INTEL_STRATIX10
 options        SOC_MARVELL_8K
+options        SOC_NVIDIA_TEGRA210
+options        SOC_NXP_LS
 options        SOC_ROCKCHIP_RK3328
 options        SOC_ROCKCHIP_RK3399
 options        SOC_XILINX_ZYNQ

Reply via email to