diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2016-10-07 14:43:51 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2016-10-07 14:43:51 +0000 |
commit | 5ead753efb6178bb881871814dffa2f07a08557a (patch) | |
tree | 28a9d3ee48319bbffd6f925efb296e0326aa268c /sys/arch/armv7/conf/GENERIC | |
parent | e2d55e10564301e12fe0f6fe4f1ecb4b97f44ed4 (diff) |
Support the Marvell Armada's System Controller to be able to reset
the machine.
ok kettenis@
ok tom@ on previous version
Diffstat (limited to 'sys/arch/armv7/conf/GENERIC')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index a1e073b3c8a..762ac306767 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.59 2016/10/07 07:24:21 patrick Exp $ +# $OpenBSD: GENERIC,v 1.60 2016/10/07 14:43:50 patrick Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -135,6 +135,7 @@ usb* at dwctwo? # Marvell SoC mvacc* at fdt? early 1 +mvsysctrl* at fdt? crosec* at iic? wskbd* at crosec? mux 1 |