diff options
author | andrew <andrew@FreeBSD.org> | 2015-04-13 16:41:33 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-04-13 16:41:33 +0000 |
commit | c30acd3bb8762cc1d9d9d7816f2b52ee600a2baa (patch) | |
tree | 748c9ea7de25aaf6ee9452d2b54933ad2f562897 /sys/arm64 | |
parent | cedf592dcd7979fec641b12e0bb38b18f61afd70 (diff) | |
download | FreeBSD-src-c30acd3bb8762cc1d9d9d7816f2b52ee600a2baa.zip FreeBSD-src-c30acd3bb8762cc1d9d9d7816f2b52ee600a2baa.tar.gz |
Add psci for arm64. This is currently used when rebooting and powering off
in qemu.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64')
-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 60ab575..8aca411 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! |