diff options
author | andrew <andrew@FreeBSD.org> | 2015-08-26 18:09:17 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-08-26 18:09:17 +0000 |
commit | aa1bbf4322c366ea77ec34bdc1736e16c5dc1f25 (patch) | |
tree | 8f3fecfbb4b331a72a1ada9752632eac999d065a /sys/arm64/conf | |
parent | 0481c185aa535c3b0d54c15bbfaf408653682053 (diff) | |
download | FreeBSD-src-aa1bbf4322c366ea77ec34bdc1736e16c5dc1f25.zip FreeBSD-src-aa1bbf4322c366ea77ec34bdc1736e16c5dc1f25.tar.gz |
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
Diffstat (limited to 'sys/arm64/conf')
-rw-r--r-- | sys/arm64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index b43841c..0e67ce0 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 |