Add the SOC_HISI_HI6220 option. This will be used to enable drivers for

the HiSilicon hi6220 SoC used in the HiKey 96boards board.

Sponsored by:	ABT Systems Ltd
This commit is contained in:
Andrew Turner 2015-08-26 18:09:17 +00:00
parent 70e6ab8f6b
commit bbbde6d844
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287169
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
# SoC support
options SOC_CAVM_THUNDERX
options SOC_HISI_HI6220
# VirtIO support
device virtio

View File

@ -8,3 +8,4 @@ VFP opt_global.h
# SoC Support
SOC_CAVM_THUNDERX opt_soc.h
SOC_HISI_HI6220 opt_soc.h