aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/conf
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-04-13 16:41:33 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-04-13 16:41:33 +0000
commit7d9cff3d23575085ea6bed324533f88ca81ba60b (patch)
tree748c9ea7de25aaf6ee9452d2b54933ad2f562897 /sys/arm64/conf
parent2d790e26e542a69e22288f5683a460ea8cc1c1f5 (diff)
downloadsrc-7d9cff3d23575085ea6bed324533f88ca81ba60b.tar.gz
src-7d9cff3d23575085ea6bed324533f88ca81ba60b.zip
Add psci for arm64. This is currently used when rebooting and powering off
in qemu. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=281497
Diffstat (limited to 'sys/arm64/conf')
-rw-r--r--sys/arm64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 60ab5756babd..8aca4116ea75 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -84,6 +84,7 @@ device tun # Packet tunnel.
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device firmware # firmware assist module
+device psci # Support for ARM PSCI
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!