mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
arm64: Add new SoC type MARVELL_8K
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
f622545b79
commit
75a01d59f4
2 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ options SOC_ALLWINNER_H5
|
|||
options SOC_CAVM_THUNDERX
|
||||
options SOC_HISI_HI6220
|
||||
options SOC_BRCM_BCM2837
|
||||
options SOC_MARVELL_8K
|
||||
options SOC_ROCKCHIP_RK3328
|
||||
options SOC_ROCKCHIP_RK3399
|
||||
options SOC_XILINX_ZYNQ
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ SOC_ALLWINNER_H5 opt_soc.h
|
|||
SOC_BRCM_BCM2837 opt_soc.h
|
||||
SOC_CAVM_THUNDERX opt_soc.h
|
||||
SOC_HISI_HI6220 opt_soc.h
|
||||
SOC_MARVELL_8K opt_soc.h
|
||||
SOC_ROCKCHIP_RK3328 opt_soc.h
|
||||
SOC_ROCKCHIP_RK3399 opt_soc.h
|
||||
SOC_XILINX_ZYNQ opt_soc.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue