diff options
author | andrew <andrew@FreeBSD.org> | 2016-05-16 10:48:51 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2016-05-16 10:48:51 +0000 |
commit | 58f81b7be844cc5e8ca91c80cd6f1f402889c087 (patch) | |
tree | c7a2885a17ef9a6192ca3d5096e1696f250b2981 /sys/conf/options.arm64 | |
parent | 26e3729fc0da3eab13ab771cd569b951c8554c2a (diff) | |
download | FreeBSD-src-58f81b7be844cc5e8ca91c80cd6f1f402889c087.zip FreeBSD-src-58f81b7be844cc5e8ca91c80cd6f1f402889c087.tar.gz |
Add support for intrng to arm64. As the GICv3 drivers will need to be
updated, and until further testing can be done, this is disabled for now.
It is expected arm64 will switch to this interface, and the old interface
will be removed before 11.0 is released.
Obtained from: ABT Systems Ltd
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf/options.arm64')
-rw-r--r-- | sys/conf/options.arm64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.arm64 b/sys/conf/options.arm64 index bc42c82..f5c276c 100644 --- a/sys/conf/options.arm64 +++ b/sys/conf/options.arm64 @@ -1,6 +1,7 @@ # $FreeBSD$ ARM64 opt_global.h +INTRNG opt_global.h SOCDEV_PA opt_global.h SOCDEV_VA opt_global.h THUNDERX_PASS_1_1_ERRATA opt_global.h |