From aa1bbf4322c366ea77ec34bdc1736e16c5dc1f25 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 26 Aug 2015 18:09:17 +0000 Subject: [PATCH] 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 --- sys/arm64/conf/GENERIC | 1 + sys/conf/options.arm64 | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index b43841ccf042..0e67ce0c116d 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -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 diff --git a/sys/conf/options.arm64 b/sys/conf/options.arm64 index 30d7b8ab8f58..bc42c825e4ce 100644 --- a/sys/conf/options.arm64 +++ b/sys/conf/options.arm64 @@ -8,3 +8,4 @@ VFP opt_global.h # SoC Support SOC_CAVM_THUNDERX opt_soc.h +SOC_HISI_HI6220 opt_soc.h